/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif /* 1 */;
  -ms-text-size-adjust: 100% /* 2 */;
  -webkit-text-size-adjust: 100% /* 2 */;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block /* 1 */;
  vertical-align: baseline /* 2 */;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit /* 1 */;
  font: inherit /* 2 */;
  margin: 0 /* 3 */;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button /* 2 */;
  cursor: pointer /* 3 */;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box /* 1 */;
  padding: 0 /* 2 */;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield /* 1 */;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0 /* 1 */;
  padding: 0 /* 2 */;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
blockquote {
  margin: 0;
}
/* Libraries, which is used in current project. */
/* Libraries, which is used in current project. */
@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src: url("../fonts/Helvetica/Roman/HelveticaNeueCyr-Roman.eot?#iefix") format('embedded-opentype'), url("../fonts/Helvetica/Roman/HelveticaNeueCyr-Roman.otf") format('opentype'), url("../fonts/Helvetica/Roman/HelveticaNeueCyr-Roman.woff") format('woff'), url("../fonts/Helvetica/Roman/HelveticaNeueCyr-Roman.ttf") format('truetype'), url("../fonts/Helvetica/Roman/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Medium';
  src: url("../fonts/Helvetica/Medium/HelveticaNeueCyr-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/Helvetica/Medium/HelveticaNeueCyr-Medium.otf") format('opentype'), url("../fonts/Helvetica/Medium/HelveticaNeueCyr-Medium.woff") format('woff'), url("../fonts/Helvetica/Medium/HelveticaNeueCyr-Medium.ttf") format('truetype'), url("../fonts/Helvetica/Medium/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Bold';
  src: url("../fonts/Helvetica/Bold/HelveticaNeueCyr-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/Helvetica/Bold/HelveticaNeueCyr-Bold.otf") format('opentype'), url("../fonts/Helvetica/Bold/HelveticaNeueCyr-Bold.woff") format('woff'), url("../fonts/Helvetica/Bold/HelveticaNeueCyr-Bold.ttf") format('truetype'), url("../fonts/Helvetica/Bold/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeueBold';
  src: url("../fonts/Bebas/Bold/BebasNeueBold.eot?#iefix") format('embedded-opentype'), url("../fonts/Bebas/Bold/BebasNeueBold.otf") format('opentype'), url("../fonts/Bebas/Bold/BebasNeueBold.woff") format('woff'), url("../fonts/Bebas/Bold/BebasNeueBold.ttf") format('truetype'), url("../fonts/Bebas/Bold/BebasNeueBold.svg#BebasNeueBold") format('svg');
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: normal 16px 'HelveticaNeueCyr-Medium';
  color: #0077c0;
}
.link__icon {
  display: inline-block;
  margin-right: 7px;
}
.link__icon_right {
  margin-right: 0;
  margin-left: 7px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.link:hover > * {
  box-shadow: none;
}
.link_arrow {
  position: relative;
  padding-right: 15px;
}
.link_arrow::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/general/timetable-link-arrow-right-icon.png") no-repeat;
}
.link_size_18 {
  font-size: 18px;
}
.link_white {
  color: #fff;
  text-decoration: underline;
}
.link_white:hover {
  text-decoration: underline;
}
input[type='submit'],
input[type='button'],
button {
  border: 0;
  outline: 0;
}
.btn_circle {
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 35px 0px rgba(0,119,192,0.5);
  cursor: pointer;
  text-align: center;
}
.btn_circle:hover {
  box-shadow: none;
}
.arrow {
  background: #0077c0 url("../img/general/arrow-icon.png") no-repeat;
  background-position: 50%;
}
.arrow--top {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.arrow_second {
  background: #0077c0 url("../img/general/arrow-2-icon.png") no-repeat;
  background-position: 45% 50%;
}
.arrow_second--right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.search {
  background: #0077c0 url("../img/general/search-icon.png") no-repeat;
  background-position: 50%;
}
.select_block {
  display: inline-block;
  height: 49px;
  overflow: hidden;
  width: 240px;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  position: relative;
  background: #fff;
}
.select_block:hover .select_block__btn {
  box-shadow: none;
}
.select_block__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.select_block__default {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  border: 0;
  font: normal 16px 'HelveticaNeueCyr-Roman';
  height: 100%;
  width: 100%;
  padding: 5px 40px 5px 10px;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select_block--302 {
  width: 302px;
  background: #e8e7e7;
}
.select_block--100 {
  width: 100%;
}
.select_block--gray {
  background: #e8e7e7;
}
.btn {
  display: inline-block;
  height: 49px;
  line-height: 49px;
  min-width: 209px;
  text-align: center;
  padding: 0 16px;
  border-radius: 5px;
  background: #057ec9;
  color: #fff;
  box-shadow: 0px 5px 35px 0px rgba(0,119,192,0.51);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.btn:hover {
  background: #0471b5;
  box-shadow: none;
}
.btn.disabled {
  pointer-events: none;
  cursor: default;
  box-shadow: none;
  opacity: 0.5;
}
.btn_width_auto {
  min-width: auto;
}
.btn--orange {
  background-color: #fbae2f;
  box-shadow: 0px 5px 35px 0px rgba(250,165,25,0.51);
}
.btn--orange:hover {
  background: #faa312;
}
.btn--green {
  background-color: #50b848;
  box-shadow: 0px 5px 35px 0px rgba(65,147,58,0.51);
}
.btn--green:hover {
  background: #48a640;
}
.btn--red {
  background-color: #d83e3c;
  box-shadow: 0px 5px 35px 0px rgba(216,62,60,0.51);
}
.btn--red:hover {
  background: #cf2c29;
}
.btn--purple {
  background-color: #4a609f;
  box-shadow: 0px 5px 35px 0px rgba(74,96,159,0.51);
}
.btn--purple:hover {
  background: #43568f;
}
.block-trim {
  display: block;
  padding: 20px 10px;
  background: #fff;
  margin-top: 10px;
  box-sizing: border-box;
  position: relative;
}
.rating {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 35px;
  font-size: 30px;
  margin: auto;
  border-radius: 30px;
  background: transparent;
  display: block;
  overflow: hidden;
  width: 150px;
  direction: rtl;
}
.rating--right {
  right: 0;
}
.rating--center {
  right: 0;
  left: 0;
}
.rating:not(:checked) > input {
  display: none;
}
#like:not(:checked) > label,
#like2:not(:checked) > label,
.likestat:not(:checked) > label {
  cursor: pointer;
  float: right;
  width: 30px;
  height: 30px;
  display: block;
  color: #525252;
  line-height: 33px;
  text-align: center;
}
#like:not(:checked) > label:hover,
#like:not(:checked) > label:hover ~ label,
#like2:not(:checked) > label:hover,
#like2:not(:checked) > label:hover ~ label {
  color: rgba(238,60,93,0.8);
}
#like > input:checked + label:hover,
#like > input:checked + label:hover ~ label,
#like > input:checked ~ label:hover,
#like > input:checked ~ label:hover ~ label,
#like > label:hover ~ input:checked ~ label,
#like2 > input:checked + label:hover,
#like2 > input:checked + label:hover ~ label,
#like2 > input:checked ~ label:hover,
#like2 > input:checked ~ label:hover ~ label,
#like2 > label:hover ~ input:checked ~ label {
  color: #ee3c5d;
}
#like > input:checked ~ label,
#like2 > input:checked ~ label,
.likestat > input:checked ~ label {
  color: #ee3c5d;
}
.roundedOne {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  background: #fff;
  border-radius: 50px;
  border: solid 2px #0077c0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.roundedOne .roundedLabel {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 2px;
  top: 2px;
  background: #fff;
  border-radius: 50px;
}
.roundedOne .roundedLabel:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #0077c0;
  opacity: 0;
  border-radius: 50px;
}
.roundedOne .roundedLabel:hover::after {
  opacity: 0.3;
}
.roundedOne input[type=checkbox],
.roundedOne input[type=radio] {
  visibility: hidden;
}
.roundedOne input[type=checkbox]:checked + .roundedLabel:after,
.roundedOne input[type=radio]:checked + .roundedLabel:after {
  opacity: 1;
}
.roundedOne_orange {
  border: solid 2px #fbae2f;
}
.roundedOne_orange > .roundedLabel::after {
  background: #fbae2f;
}
.roundedOne_black {
  border: solid 2px #000;
}
.roundedOne_black > .roundedLabel::after {
  background: #000;
}
.roundedOne_red {
  border: solid 2px #d83e3c;
}
.roundedOne_red > .roundedLabel::after {
  background: #d83e3c;
}
.pagination {
  margin-top: 30px;
  background-color: #fff;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pagination__link {
  margin: 10px;
  font: normal 18px 'HelveticaNeueCyr-Medium';
  color: #aaa;
}
.pagination__link:hover {
  color: #0077c0;
}
.pagination__link--active {
  color: #0077c0;
}
.timetable__title {
  padding: 25px 0;
  font: normal 24px 'HelveticaNeueCyr-Medium';
}
.timetable__main:not(:first-child) {
  margin-top: 20px;
}
.timetable__subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.timetable__name {
  display: inline-block;
  font: normal 18px 'HelveticaNeueCyr-Medium';
  padding-top: 15px;
}
.timetable__info {
  display: inline-block;
  width: 100%;
  margin-left: 25px;
}
.timetable__dates {
  margin-top: 15px;
}
.timetable__status {
  display: inline;
  font: normal 16px 'HelveticaNeueCyr-Medium';
  line-height: 1.6;
  margin-right: 20px;
}
.timetable__link {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  font: normal 16px 'HelveticaNeueCyr-Medium';
  color: #0077c0;
}
.timetable__link:hover {
  color: #006bad;
}
.timetable__link::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/general/timetable-link-arrow-right-icon.png") no-repeat;
}
.calendar {
  font: normal 16px 'HelveticaNeueCyr-Medium';
  padding-bottom: 40px;
}
.calendar__overflow {
  max-height: 500px;
  margin-top: 10px;
  overflow-y: auto;
}
.calendar__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}
.calendar__row:not(:first-child) {
  margin-top: 7px;
}
.calendar__col {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e8e7e7;
}
.calendar__col:not(:first-child) {
  margin-left: 7px;
  position: relative;
  text-align: center;
}
.calendar__col:not(:first-child)::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font: normal 24px 'HelveticaNeueCyr-Medium';
}
.calendar__col:first-child {
  background-color: #fff;
  margin-right: 25px;
}
.calendar__col.is-active {
  background-color: #fbae2f;
  cursor: pointer;
  color: #fff;
}
.calendar__col.is-active::before {
  content: '-';
}
.calendar__col.is-not-active {
  cursor: pointer;
}
.calendar__col.is-not-active::before {
  content: '+';
  color: #0077c0;
}
.calendar__col.is-busy {
  background-color: #0077c0;
}
.calendar__col.is-chosen {
  background-color: #fbae2f;
}
.calendar__col--fixed {
  background-color: #fff !important;
}
.form__label {
  font: normal 16px 'HelveticaNeueCyr-Medium';
  color: #000;
  cursor: pointer;
}
.form__label_color_gray {
  color: #929292;
}
.form__label_padding_left {
  padding-left: 15px;
}
.form__field {
  display: block;
  position: relative;
  border-radius: 4px;
  padding: 15px 35px 15px 15px;
}
.form__field_color_gray {
  background-color: #e8e7e7;
}
.form__field_border {
  border: solid 1px #d9d9d9;
}
.form__field--select {
  padding: 0;
}
.form__input,
.form__textarea,
.form__select {
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 4px;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  font: normal 16px 'HelveticaNeueCyr-Roman';
}
.form__input_type_number {
  position: absolute;
  top: 0;
  left: 10px;
  right: -10px;
  bottom: 0;
  margin: auto;
  padding-right: 15px;
}
.form__textarea {
  resize: vertical;
}
.form__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background-image: url("../img/assets/sprites/sprite_fields.png");
  background-position: -20px 0;
  width: 14px;
  height: 14px;
}
.form__icon_date {
  width: 20px;
  height: 18px;
  background-position: 0 0;
}
.form__select {
  padding: 5px 10px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form__select_color_gray {
  background-color: #e8e7e7;
}
.general__inner {
  background-color: #fff;
  position: relative;
  padding: 5px 17px 25px;
}
.general__inner_type_2 {
  padding: 5px 17px;
}
.general__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 9px;
  height: 65px;
  background-color: #50b848;
  position: relative;
}
.general__title {
  font: normal 30px 'HelveticaNeueCyr-Medium';
  color: #fff;
  padding: 5px 0 5px 8px;
}
.general__count {
  display: block;
  padding: 10px 15px;
  border-left: solid 1px #5ad152;
  color: #fff;
  font: normal 16px 'HelveticaNeueCyr-Medium';
}
.general__rating-bar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
}
.general__back_forward {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: normal 18px 'HelveticaNeueCyr-Roman';
  color: #0077c0;
  margin: 19px 0;
}
.general__back_forward:hover span {
  box-shadow: none !important;
}
.general__back_forward span {
  margin-right: 10px;
}
.general__search {
  position: relative;
  background-color: #e8e7e7;
  border: solid 1px #d9d9d9;
  border-radius: 4px;
  margin: 15px 0;
  height: 45px;
}
.general__search:hover .btn_circle {
  box-shadow: none;
}
.general__search_icon {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.general__search_input {
  position: absolute;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 100%;
  padding: 0 8px 0 50px;
  height: 100%;
  background-color: #e8e7e7;
  font: normal 16px 'HelveticaNeueCyr-Roman';
  color: #000;
}
.general__search_input:focus .btn_circle {
  box-shadow: none;
}
.rating-bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.rating-bar__left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 156px;
  text-align: right;
  padding: 0 10px;
}
.rating-bar__text {
  display: block;
  font: normal 16px 'HelveticaNeueCyr-Medium', sans-serif;
  color: #5e5e5e;
}
.rating-bar__text_2 {
  font: normal 24px 'HelveticaNeueCyr-Bold', sans-serif;
  color: #212121;
}
.rating-bar__rate {
  display: block;
  text-align: right;
  font-size: 0;
}
.rating-bar__rate > .rating {
  display: inline-block;
  position: inherit;
  font-size: 25px !important;
  top: 0;
  right: 0;
  height: auto;
}
.rating-bar__right {
  background-color: #0077c0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}
.rating-bar_relative {
  position: relative;
}
.rating-bar_green > .rating-bar__text_2 {
  color: #50b848;
}
.rating-bar_green > .rating-bar__right {
  background-color: #50b848;
}
.ask_block {
  margin: 32px 0;
  background-color: #fff;
  padding: 25px 0 15px;
}
.ask_block__title {
  font: normal 24px 'HelveticaNeueCyr-Medium', sans-serif;
  text-align: center;
}
.ask_block__rating {
  position: relative;
  padding: 45px 0 10px;
  width: 100%;
}
.status_bar {
  position: relative;
}
.attention_status {
  position: absolute;
  height: 35px;
  left: 0;
  top: -35px;
  right: 0;
  background-color: #d83e3c;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  min-width: 934px;
}
.attention_status__inner {
  height: 100%;
  padding: 0 14px;
  position: relative;
  text-align: center;
}
.attention_status__text {
  color: #fff;
  text-transform: uppercase;
  line-height: 35px;
}
.attention_status__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 35px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}
.attention_status__link::after {
  display: inline-block;
  content: '';
  background: url("../img/general/add-1.png") no-repeat;
  background-position: 50%;
  width: 17px;
  height: 17px;
  margin-left: 10px;
}
.right_sidebar {
  background: #fff;
}
.right_sidebar__title {
  font: normal 30px 'HelveticaNeueCyr-Medium';
  color: #000;
  padding: 17px 17px 16px;
  border-bottom: solid 1px #d9d9d9;
}
.right_sidebar__inner {
  padding: 20px 12px;
}
.right_sidebar__inner--center {
  text-align: center;
}
.right_sidebar__form {
  margin-bottom: 15px;
}
.right_sidebar__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 3px;
}
.right_sidebar__checkbox--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0;
}
.right_sidebar__label {
  font: normal 16px 'HelveticaNeueCyr-Medium';
  margin-left: 6px;
  cursor: pointer;
}
.right_sidebar__span {
  display: block;
  font: normal 16px 'HelveticaNeueCyr-Medium';
  margin-top: 20px;
}
.right_sidebar__link,
.right_sidebar__link--simple {
  font: normal 16px 'HelveticaNeueCyr-Medium';
  display: inline-block;
}
.right_sidebar__link:not(:first-child),
.right_sidebar__link--simple:not(:first-child) {
  margin-top: 20px;
}
.right_sidebar__link--simple {
  color: #0077c0;
  line-height: 1.5;
}
.right_sidebar__field {
  display: inline-block;
  width: 70%;
  position: relative;
  border-radius: 4px;
  background-color: #e8e7e7;
  margin: 5px 0;
}
.right_sidebar__input {
  width: 100%;
  border: 0;
  border-radius: 4px;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  padding: 15px 35px 15px 15px;
  font: normal 16px 'HelveticaNeueCyr-Roman';
}
.right_sidebar__input--date {
  border: solid 1px #d9d9d9;
  padding: 10px 30px 10px 15px;
}
.right_sidebar__span {
  display: inline-block;
}
.underline {
  text-decoration: underline;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
.page {
  -webkit-font-smoothing: antialiased;
  background-color: #ededed;
  color: #000;
  font: normal 16px 'HelveticaNeueCyr-Roman', sans-serif;
  min-width: 1300px;
}
.page__wrapper {
  min-height: 100%;
  margin-bottom: -50px;
}
* html .page__wrapper {
  height: 100%;
}
.page__buffer {
  height: 50px;
}
.block {
  display: block;
}
.block__container {
  width: 1200px;
  margin: 0 auto;
}
.block_middle {
  width: 595px;
}
.block_right-sidebar {
  width: 325px;
}
.block_main {
  margin-top: 47px;
}
.block_main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block_full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 19px;
}
img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.table {
  display: table;
  width: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.row {
  display: inline-block;
  width: 100%;
  position: relative;
  white-space: nowrap;
  margin-bottom: 10px;
  contain: content;
}
.row_oveflow {
  overflow: hidden;
}
.row_font-size_0 {
  font-size: 0;
}
.grid {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  margin-left: -12px;
}
.grid::before,
.grid::after {
  content: '';
  display: table;
  clear: both;
}
.grid__col {
  display: inline-block;
  min-height: 1px;
  width: 16.66%;
  padding: 5px 0 5px 12px;
  white-space: normal;
}
.grid__col_1 {
  width: 16.66%;
}
.grid__col_2 {
  width: 33.33%;
}
.grid__col_3 {
  width: 50%;
}
.grid__col_4 {
  width: 66.66%;
}
.grid__col_5 {
  width: 83.33%;
}
.grid__col_6 {
  width: 100%;
}
.grid__col_center {
  text-align: center;
}
.grid_middle > * {
  vertical-align: middle;
}
.row_stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -10px;
}
.row_stretch > * {
  padding-left: 10px;
}
.align_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.col {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.col_align_center {
  vertical-align: middle;
}
.col--overflow {
  overflow: hidden;
}
.col--right {
  text-align: right;
}
.col--center {
  text-align: center;
}
.col--10 {
  width: 10%;
}
.col--15 {
  width: 15%;
}
.col--20 {
  width: 20%;
}
.col--25 {
  width: 25%;
}
.col--30 {
  width: 30%;
}
.col--33 {
  width: 33.3%;
}
.col--40 {
  width: 40%;
}
.col--50 {
  width: 50%;
}
.col--60 {
  width: 60%;
}
.col--66 {
  width: 66.6%;
}
.col--70 {
  width: 70%;
}
.col--75 {
  width: 75%;
}
.col--80 {
  width: 80%;
}
.col--85 {
  width: 85%;
}
.col--90 {
  width: 90%;
}
.col--100 {
  width: 100%;
}
.col--offset_10 {
  margin-left: 10%;
}
.col--offset_15 {
  margin-left: 15%;
}
.col--offset_20 {
  margin-left: 20%;
}
.col--offset_25 {
  margin-left: 25%;
}
.col--offset_30 {
  margin-left: 30%;
}
.col--offset_40 {
  margin-left: 40%;
}
.col--offset_50 {
  margin-left: 50%;
}
.col--offset_60 {
  margin-left: 60%;
}
.col--offset_66 {
  margin-left: 66.6%;
}
.col--offset_70 {
  margin-left: 70%;
}
.col--offset_75 {
  margin-left: 75%;
}
.col--offset_80 {
  margin-left: 80%;
}
.col--offset_90 {
  margin-left: 90%;
}
.person__avatar {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.person__avatar_size_40 {
  width: 40px;
  height: 40px;
}
.border--red {
  border: 3px solid #d83e3c;
}
.border--orange {
  border: 3px solid #fbae2f;
}
.toggle-block {
  margin: 20px 0;
  background-color: #fff;
  max-height: 250px;
  overflow-y: auto;
  display: none;
}
.toggle-block.is-active {
  display: block;
}
.toggle-block__inner {
  padding: 10px 17px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99999;
}
.modal__box {
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  position: relative;
}
.modal__close {
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  content: '';
  width: 24px;
  height: 24px;
  background: url("../img/general/exit.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}
.block_inline {
  display: inline-block;
}
.mfp-bg {
  left: 0 !important;
  right: 0 !important;
  min-width: 1300px !important;
  width: 100%;
}
.mfp-container {
  left: 0 !important;
  right: 0 !important;
  min-width: 1300px !important;
  width: 100%;
}
.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: 60%;
  max-width: 700px;
  margin: 20px auto;
}
/* Plugins, which is used in current project. */
/* Additional style files. */
@font-face {
  font-family: 'KelsonSans-BoldRU';
  src: url("../fonts/Kelson/Bold/KelsonSans-BoldRU.eot?#iefix") format('embedded-opentype'), url("../fonts/Kelson/Bold/KelsonSans-BoldRU.otf") format('opentype'), url("../fonts/Kelson/Bold/KelsonSans-BoldRU.woff") format('woff'), url("../fonts/Kelson/Bold/KelsonSans-BoldRU.ttf") format('truetype'), url("../fonts/Kelson/Bold/KelsonSans-BoldRU.svg#KelsonSans-BoldRU") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KelsonSans-RegularRU';
  src: url("../fonts/Kelson/Regular/KelsonSans-RegularRU.eot?#iefix") format('embedded-opentype'), url("../fonts/Kelson/Regular/KelsonSans-RegularRU.otf") format('opentype'), url("../fonts/Kelson/Regular/KelsonSans-RegularRU.woff") format('woff'), url("../fonts/Kelson/Regular/KelsonSans-RegularRU.ttf") format('truetype'), url("../fonts/Kelson/Regular/KelsonSans-RegularRU.svg#KelsonSans-RegularRU") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.header {
  background: #fff url("../img/assets/landing-header/bg.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 111px;
  position: relative;
}
.header__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  margin-right: 43px;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin-left: 100px;
}
.header-nav__item {
  font-size: 0;
}
.header-nav__item:not(:first-child) {
  margin-left: 15px;
}
.header-nav__link {
  padding-left: 12px;
  position: relative;
  font: normal 16px 'KelsonSans-BoldRU', sans-serif;
  text-transform: uppercase;
}
.header-nav__link::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  background-color: #0077c0;
  border-radius: 50%;
}
.header-nav__link:hover::before {
  width: 8px;
  height: 8px;
}
.header-nav__link_active::before {
  width: 8px;
  height: 8px;
}
.intro {
  background: url("../img/assets/landing-intro/bg.png") no-repeat;
  background-size: cover;
  padding-top: 111px;
  position: relative;
  min-width: 100%;
}
.intro__container {
  position: relative;
}
.intro__video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  cursor: pointer;
  display: none;
  z-index: 999999;
}
.intro__cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: none;
  cursor: pointer;
}
.intro__main {
  padding: 100px 0 152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro__left {
  position: relative;
}
.intro__title {
  font: normal 30px 'KelsonSans-BoldRU', sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.intro__text {
  font: normal 16px 'KelsonSans-RegularRU', sans-serif;
  color: #fff;
}
.intro__text_size_18 {
  font-size: 18px;
}
.intro__text_bold {
  font-family: 'KelsonSans-BoldRU', sans-serif;
  text-transform: uppercase;
}
.intro__list {
  margin: 17px 0 36px;
  padding-left: 18px;
}
.intro__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro__input {
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 10px 33px 10px 10px;
  background: url("../img/assets/landing-intro/form-icon.png") no-repeat;
  background-position: 95% 50%;
  color: #fff;
  outline: 0;
}
.intro__input::-webkit-input-placeholder {
  color: #fff;
}
.intro__input::-moz-placeholder {
  color: #fff;
}
.intro__input:-ms-input-placeholder {
  color: #fff;
}
.intro__input::placeholder {
  color: #fff;
}
.intro__input:not(:first-of-type) {
  margin-left: 14px;
}
.intro__btn {
  min-width: auto;
  line-height: 37px;
  height: auto;
  padding: 0 52px;
  margin-left: 14px;
}
.intro__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.intro__play {
  display: inline-block;
  width: 137px;
  height: 137px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.1);
  position: relative;
  -webkit-animation: pulse 3s infinite;
          animation: pulse 3s infinite;
}
.intro__play::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 109px;
  height: 109px;
  margin: auto;
  background-color: #0077c0;
  border-radius: 50%;
  box-shadow: 0px 0px 35px 0px rgba(0,119,192,0.5);
  z-index: 1;
}
.intro__play::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 32px;
  height: 35px;
  margin: auto;
  background: url("../img/assets/landing-intro/play-btn.png") no-repeat;
  z-index: 2;
}
.intro__play:hover {
  -webkit-animation: none;
          animation: none;
  background-color: #fff;
}
.intro__play:hover::before {
  box-shadow: none;
  background-color: #006bad;
}
.intro__figure-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -83px;
}
.figure-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.figure-block__item {
  padding: 30px 20px;
  width: 277px;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  position: relative;
  box-shadow: 0px 12px 35px 0px rgba(0,0,0,0.1);
}
.figure-block__item::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 259px;
  height: 9px;
  margin: auto;
  content: '';
  background: url("../img/assets/landing-intro/border-bottom.png") no-repeat;
}
.figure-block__item:not(:first-of-type) {
  margin-left: 43px;
}
.figure-block__count {
  display: block;
  font: normal 72px 'BebasNeueBold', sans-serif;
  color: #50b848;
}
.figure-block__text {
  font: normal 16px 'HelveticaNeueCyr-Roman', sans-serif;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99999;
}
.modal__box {
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  position: relative;
}
.modal__close {
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  content: '';
  width: 24px;
  height: 24px;
  background: url("../img/assets/landing-intro/exit.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}
@-webkit-keyframes pulse {
  0%, 100% {
    background-color: rgba(255,255,255,0.1);
  }
  50% {
    background-color: #fff;
  }
}
@keyframes pulse {
  0%, 100% {
    background-color: rgba(255,255,255,0.1);
  }
  50% {
    background-color: #fff;
  }
}
.about-us {
  background: url("../img/assets/landing-about/bg.png") repeat-x;
  background-color: #fff;
  padding: 150px 0 80px;
  text-align: center;
}
.about-us__container {
  max-width: 940px;
}
.about-us__title {
  display: inline-block;
  font: normal 30px 'KelsonSans-BoldRU', sans-serif;
  color: #fff;
  background: url("../img/assets/landing-about/title.png") no-repeat center;
  background-size: contain;
  padding: 10px 75px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-us__img {
  display: block;
  margin-bottom: 20px;
}
.about-us__text {
  display: block;
  text-align: left;
  font: normal 16px 'HelveticaNeueCyr-Roman', sans-serif;
}
.about-us__text:not(:last-of-type) {
  margin-bottom: 20px;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition: height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition: opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition: -webkit-transform .1s ease;transition: -webkit-transform .1s ease;transition: transform .1s ease;transition:transform .1s ease, -webkit-transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition: opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition: opacity .2s ease;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.participant {
  padding: 45px 0;
}
.participant__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 940px;
  margin: 0 auto;
}
.participant__left {
  display: block;
  width: 65%;
  position: relative;
  padding-bottom: 20px;
}
.participant__left_blue::after {
  background: url("../img/assets/landing-participant/border-bottom-2.png") no-repeat;
}
.participant__right {
  width: 35%;
  text-align: right;
}
.participant__title {
  display: inline-block;
  font: normal 30px 'KelsonSans-BoldRU', sans-serif;
  color: #fff;
  padding: 15px 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.participant__title_orange {
  background: url("../img/assets/landing-participant/title-orange.png") no-repeat center;
  background-size: contain;
}
.participant__title_blue {
  background: url("../img/assets/landing-participant/title-blue.png") no-repeat center;
  background-size: contain;
}
.participant__text {
  display: block;
  text-align: left;
  font: normal 16px 'HelveticaNeueCyr-Roman', sans-serif;
}
.participant__text:not(:last-of-type) {
  margin-bottom: 20px;
}
.participant__icon {
  display: inline-block;
  position: relative;
  width: 235px;
  height: 235px;
}
.participant__btns-block {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.participant__btn {
  display: block;
  margin: 20px 0 10px;
  width: 209px;
  height: auto;
}
.participant_white {
  background-color: #fff;
}
.participant_gray {
  background-color: #e8e7e7;
}
.news {
  padding: 45px 0 140px;
  background: url("../img/assets/landing-news/bg.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.news__title {
  display: inline-block;
  font: normal 30px 'KelsonSans-BoldRU', sans-serif;
  color: #50b848;
  background: url("../img/assets/landing-news/title.png") no-repeat center;
  background-size: contain;
  padding: 10px 75px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news__item {
  width: 219px;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  padding: 0 0 40px;
}
.news__picture {
  display: block;
  position: relative;
  height: 158px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news__img {
  width: 249px;
  position: absolute;
  top: 0;
  left: -16px;
  right: -16px;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.news__date {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  background: url("../img/assets/landing-news/date.png") no-repeat;
  background-position: 90% 50%;
  padding: 12px 20px 0 5px;
  height: 40px;
  line-height: 40px;
  font: normal 14px 'HelveticaNeueCyr-Bold', sans-serif;
  color: #fff;
  text-align: right;
}
.news__subtitle {
  display: inline-block;
  font: normal 18px 'KelsonSans-BoldRU', sans-serif;
  padding: 0 7px 10px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.news__subtitle::after {
  position: absolute;
  left: -20%;
  right: -20%;
  bottom: 0;
  margin: auto;
  content: '';
  width: 151px;
  height: 3px;
  background: url("../img/assets/landing-news/border-bottom.png") no-repeat;
}
.news__text {
  padding: 0 7px;
  font: normal 14px 'HelveticaNeueCyr-Roman', sans-serif;
  text-align: left;
}
.news__btns-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  text-align: center;
}
.news__btn {
  min-width: auto;
  line-height: 37px;
  height: auto;
  padding: 0 40px;
}
.news__get-all {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -783px;
  width: 883px;
  height: 883px;
  margin: auto;
  background-color: #fbae2f;
  border-radius: 50%;
}
.news__all {
  position: relative;
  top: 35px;
  background-color: #faa312;
}
.news__all:hover {
  background-color: #fbae2f;
}
.contacts {
  text-align: center;
  padding: 50px 0;
}
.contacts__title {
  display: inline-block;
  font: normal 30px 'KelsonSans-BoldRU', sans-serif;
  color: #fff;
  background: url("../img/assets/landing-about/title.png") no-repeat center;
  background-size: contain;
  padding: 10px 75px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contacts__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.contacts__form {
  text-align: left;
  padding: 20px 15px 70px;
  box-shadow: 0px 12px 35px 0px rgba(0,0,0,0.08);
  width: 582px;
  position: relative;
  background-color: #fff;
}
.contacts__checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts__label {
  font: normal 16px 'HelveticaNeueCyr-Roman', sans-serif;
  padding-left: 10px;
  cursor: pointer;
}
.contacts__label a {
  font-family: 'HelveticaNeueCyr-Bold', sans-serif;
}
.contacts__btns {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  text-align: center;
}
.info__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
  position: relative;
  font: normal 30px 'KelsonSans-RegularRU', sans-serif;
  height: 50px;
}
.info__item:not(:first-child) {
  margin-left: 40px;
}
.info__item::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
.info__item_phone::before {
  background: url("../img/assets/landing-contacts/phone.png") no-repeat;
}
.info__item_mail::before {
  background: url("../img/assets/landing-contacts/mail.png") no-repeat;
}
.info__item_vk::before {
  background: url("../img/assets/landing-contacts/vk.png") no-repeat;
}
.footer {
  height: 50px;
  background-color: #50b848;
}
