@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital@1&display=swap");
@keyframes showOption {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.625em;
  line-height: 1.5em;
  font-weight: normal;
  margin: 0 0 1.5em;
  padding: 0;
  color: #000000;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.375em;
  line-height: 1.5em;
  font-weight: normal;
  margin: 0 0 1.5em;
  padding: 0;
  color: #000000;
}
h2.medium_margin {
  margin-bottom: 1em;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875em;
  line-height: 1.5em;
  font-weight: normal;
  margin: 0 0 1.5em;
  padding: 0;
  color: #000000;
}
h3.no_margin {
  margin-bottom: 0;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: normal;
  margin: 0 0 1.5em;
  padding: 0;
  color: #000000;
}

h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  line-height: 1.5em;
  font-weight: normal;
  margin: 0 0 1.5em;
  padding: 0;
  color: #000000;
  letter-spacing: 0.08em;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  line-height: 1.5em;
  font-weight: normal;
  margin: 0 0 1.5em;
  padding: 0;
  color: #000000;
  font-weight: 500;
}

p.text {
  padding-bottom: 0.5em;
}

.text {
  transition: all 0.3s ease-out 0s;
  font-size: 1em;
  line-height: 1.5em;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  font-weight: 300;
  color: #000000;
  text-decoration: none;
  position: relative;
}
.text:hover .notice_item {
  display: block;
}
.text.white {
  color: #ffffff;
}
.text.red {
  color: #FF0000;
}
.text.blue {
  color: #0047FF;
}
.text.lightGrey {
  color: #5A5A5A;
}
.text.lightBlack {
  color: #101010;
}
.text.purple {
  color: #333E5B;
}
.text.heading {
  font-weight: normal;
}
.text.smaller {
  font-size: 0.75em;
  /* 12 шрифт */
}
.text.tiny {
  font-size: 0.8125em;
  /* 13 шрифт */
}
.text.medium {
  font-size: 0.875em;
  /* 14 шрифт */
}
.text.small {
  font-size: 0.92em;
  /* 15 шрифт */
}
.text.big {
  font-size: 1.125em;
  /* 18 шрифт */
}
.text.huge {
  font-size: 1.375em;
  /* 22 шрифт */
  line-height: 1em;
}
.text.upperhuge {
  font-size: 1.5em;
  /* 24 шрифт */
  line-height: 1em;
}
.text.uppermed {
  font-size: 1.375em;
  /* 22 шрифт */
  line-height: 1em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.text.heading {
  font-size: 1.875em;
  /* 30 шрифт */
}
.text.line_height_small {
  line-height: 1.2em;
}
.text.line_height {
  line-height: 1.5em;
}
.text.line_height_big {
  line-height: 2em;
}
.text.light {
  font-weight: 300;
}
.text.bold {
  font-weight: 600;
}
.text.medLight {
  font-weight: 500;
}
.text.quote {
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.65em;
}
.text.logo_text {
  text-transform: uppercase;
  opacity: 0.7;
  line-height: 1em;
}
.text.footer_link {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #ffffff;
  font-size: 0.92em;
}
.text.spaced {
  letter-spacing: 0.05em;
  opacity: 0.7;
}
.text.blured {
  opacity: 0.7;
}
.text.half_blured {
  opacity: 0.5;
}
.text.italic {
  font-style: italic;
  font-family: "Lora", serif;
}
.text.uppercase {
  text-transform: uppercase;
}
.text.right_padding_s {
  padding-right: 1.4em;
}
.text.left_padding_xs {
  padding-left: 0.75em;
}
.text.pointer {
  cursor: pointer;
}

.notice_item {
  cursor: pointer;
  display: none;
  position: absolute;
  font-size: 1em;
  font-style: normal;
  white-space: nowrap;
  background: #ffffff;
  padding: 0.5em 1em;
  border-radius: 5px;
  top: 150%;
  right: -1em;
  border: solid 1px #FF0000;
}
.notice_item:after {
  display: block;
  content: "";
  position: absolute;
  top: -11px;
  right: 14px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
}

.btn {
  transition: all 0.3s ease-out 0s;
  min-width: 12.75em;
  text-decoration: none;
  height: 3.75em;
  box-sizing: border-box;
  border: solid 1px #FF0000;
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 1em;
  background-color: transparent;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.btn:after {
  transition: all 0.3s ease-out 0s;
  display: block;
  content: attr(data-text);
  color: #FF0000;
  font-size: 1em;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.btn:hover {
  background-color: #FF0000;
  text-decoration: none;
}
.btn:hover:after {
  color: #ffffff;
}
.btn:focus {
  background-color: transparent;
  border-color: #C70101;
}
.btn:focus:after {
  color: #C70101;
}
.btn.disabled {
  opacity: 0.5;
}
.btn.transparent {
  border-color: transparent;
  min-width: auto;
  padding: 0 2.125em;
}
.btn.transparent:after {
  display: none;
}
.btn.transparent:hover {
  background-color: transparent;
}
.btn.transparent:focus {
  background-color: transparent;
  border-color: transparent;
}
.btn.clear {
  padding: 0;
  border-color: transparent;
  background-color: transparent;
}
.btn.clear:after {
  color: #000000;
  text-transform: none;
}
.btn.clear:hover:after {
  opacity: 0.8;
}
.btn.small {
  height: 3em;
}
.btn.small:after {
  font-size: 0.875em;
}
.btn.tiny {
  height: 2em;
  min-width: auto;
  padding: 0 1em;
}
.btn.tiny:after {
  font-size: 0.875em;
}
.btn.red {
  background-color: #FF0000;
  border-color: #FF0000;
}
.btn.red:after {
  color: #ffffff;
}
.btn.red:hover {
  background-color: #C70101;
}
.btn.filter {
  justify-content: flex-start;
  padding-left: 1em;
  border: none;
  width: 100%;
  background-image: url("../images/add.svg");
  background-position: calc(100% - 1em) center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-color: #0047FF;
}
.btn.filter:after {
  color: #ffffff;
}
.btn.full {
  width: 100%;
}

.input_block {
  position: relative;
  display: inline-block;
}
.input_block.wide_size {
  width: 48em;
}
.input_block.btn_right {
  padding-left: 1.875em;
}
.input_block.check_space {
  margin-left: 3em;
}
.input_block.check_space:first-child {
  margin-left: 0;
}
.input_block.date_size {
  width: 7em;
}
.input_block.gender_size {
  width: 8.75em;
}
.input_block.medium_size {
  width: 10.75em;
}
.input_block.big_size {
  width: 15.5em;
}
.input_block.reg_size {
  width: 13.5em;
}
.input_block.full_size {
  width: 100%;
}
.input_block.huge_size {
  width: 20em;
}
.input_block.hugewide_size {
  width: 31em;
}
.input_block.turnir_size {
  width: 35.375em;
}
.input_block.text_label {
  padding-left: 2.5em;
  padding-right: 1em;
}

.linear_input {
  margin-left: 4.5em;
  display: inline-block;
}
.linear_input:first-child {
  margin-left: 0;
}

.input {
  padding: 1.1em 1.7em;
  border: solid 1px #DCE0E8;
  height: 3.422em;
  font-size: 0.875em;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  color: rgba(0, 0, 0, 0.6);
}
.input.required {
  border-color: #FF0000;
}

.input_label {
  transition: all 0.3s ease-out 0s;
  display: none;
  font-size: 0.75em;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 1.3em;
  left: 1.8em;
}
.input_label.fetched {
  animation: showOption 0.3s ease-out;
  display: block;
  top: -1.5em;
  left: 0;
}

.custom_select {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: inline-block;
}
.custom_select:after {
  width: 1em;
  height: 1em;
  display: block;
  content: "";
  right: 1em;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/arrow_down_select.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.custom_select.opened:after {
  background-image: url("../images/arrow_top_select.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.custom_select input {
  cursor: pointer;
  padding: 1.1em 3em 1.1em 1.7em;
}
.custom_select.required input {
  border-color: #FF0000;
}

.options {
  position: absolute;
  top: 100%;
  width: 100%;
  max-height: 22em;
  overflow: auto;
  display: none;
  left: 0;
  padding: 1em 0;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  z-index: 5;
}

.option_item {
  transition: all 0.3s ease-out 0s;
  padding: 0.5em 2em;
  color: rgba(0, 0, 0, 0.6);
}
.option_item.active {
  color: #0047FF;
}
.option_item:hover {
  color: #FF0000;
}
.option_item.selected {
  color: #FF0000;
}

.padding_top {
  padding-top: 1.2em;
}

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 3px;
}
.table.no_spacing {
  border-spacing: 0;
}
.table.one_shadow {
  box-shadow: 0px 8px 8px #EBEFF5;
}
.table.compact th, .table.compact td {
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.table.compact th:first-child, .table.compact td:first-child {
  padding-left: 1em;
}
.table.small th, .table.small td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.table tr:not(:first-child) {
  box-shadow: 0px 1px 5px #EBEFF5;
  border-radius: 3px;
}
.table td, .table th {
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  color: #000000;
  vertical-align: middle;
}
.table td:first-child, .table th:first-child {
  padding-left: 1em;
}
.table td img, .table td span, .table th img, .table th span {
  vertical-align: middle;
}
.table th {
  background-color: #F2F5FA;
  font-weight: 600;
  text-align: left;
}
.table th.sm_top_padding {
  padding-top: 0.2em;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th.sm_bot_padding {
  padding-bottom: 0.2em;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th.tiny {
  width: 1em;
  text-align: center;
}
.table th.small {
  width: 3.75em;
}
.table th.medium {
  width: 5.75em;
}
.table th.region_small {
  width: 7em;
}
.table th.regions_size {
  width: 14em;
}
.table th.price {
  width: 24em;
}
.table tr.no_space {
  border-spacing: 0;
  box-shadow: none;
}
.table tr.no_space td {
  padding: 0.5em 1em 0.5em 3em;
}
.table tr.transparent {
  box-shadow: none;
}
.table tr.transparent td {
  backgound: none;
}
.table tr.bottom_tr {
  border-spacing: 0;
  box-shadow: none;
}
.table tr.bottom_tr td {
  padding: 0.5em 1em 1.5em 3em;
}
.table tr.border td {
  border-top: solid 3px rgba(235, 239, 245, 0.5);
  padding: 1.5em 1em 0.5em 3em;
}
.table tr.selected_row td, .table tr.selected_row th {
  background-color: #EEF4FF;
}
.table .medium_size {
  width: 17.75em;
}
.table .center {
  text-align: center;
}
.table .small_column {
  padding-left: 0.2em !important;
  padding-right: 0.2em !important;
}

.close_btn {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  padding-right: 1em;
  background-image: url("../images/small_close.svg");
  background-position: right 0.4em;
  background-color: transparent;
  background-repeat: no-repeat;
}

.icon_btn {
  padding-left: 2em;
  margin-left: 2em;
  cursor: pointer;
  background-size: auto 100%;
}
.icon_btn:first-child {
  margin-left: 0;
}
.icon_btn.eya {
  background-image: url("../images/eya_icon.png");
  background-position: left 0.1em;
  background-color: transparent;
  background-repeat: no-repeat;
}
.icon_btn.download {
  background-image: url("../images/download.png");
  background-position: left 0.1em;
  background-color: transparent;
  background-repeat: no-repeat;
}
.icon_btn.pdf {
  background-image: url("../images/small_pdf.svg");
  background-position: left top;
  background-color: transparent;
  background-repeat: no-repeat;
}
.icon_btn.print {
  background-image: url("../images/small_print.svg");
  background-position: left top;
  background-color: transparent;
  background-repeat: no-repeat;
}
.icon_btn.judge_arrow {
  background-image: url("../images/arrow_judge.png");
  background-position: left 0.1em;
  background-color: transparent;
  background-repeat: no-repeat;
}
.icon_btn.fetch {
  background-image: url("../images/fetch.png");
  background-position: left top;
  background-color: transparent;
  background-repeat: no-repeat;
}
.icon_btn.people {
  background-image: url("../images/people.png");
  background-position: left top;
  background-color: transparent;
  background-repeat: no-repeat;
}
.icon_btn.image {
  background-image: url("../images/image_icon.svg");
  background-position: left top;
  background-color: transparent;
  background-repeat: no-repeat;
}
.icon_btn.camera {
  background-image: url("../images/camera.svg");
  background-position: left top;
  background-color: transparent;
  background-repeat: no-repeat;
}

.label_checkbox {
  position: relative;
}

.checkbox {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox:checked ~ .checkbox_text:after {
  opacity: 0;
}
.checkbox:checked ~ .checkbox_text:before {
  opacity: 1;
}

.checkbox_text {
  padding-left: 1.8em;
  font-size: 0.875em;
  display: inline-block;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  cursor: pointer;
}
.checkbox_text:after, .checkbox_text:before {
  transition: all 0.3s ease-out 0s;
  display: block;
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0.15em;
}
.checkbox_text:after {
  background-image: url("../images/check_empty.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  opacity: 1;
}
.checkbox_text:before {
  background-image: url("../images/check_filled.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  opacity: 0;
}

.icon {
  width: 1em;
  height: 1em;
  display: block;
  background-size: cover;
}
.icon.calendar {
  background-image: url("../images/calendar_icon.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.icon.right_position {
  position: absolute;
  right: 1.125em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.data_picker:focus ~ .ui-datepicker-trigger {
  background-image: url("../images/calendar_blue_icon.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}

.ui-datepicker {
  width: 21em;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.08);
  padding: 0.5em 2em 1.5em;
  background-color: #ffffff;
  box-sizing: border-box;
  display: none;
}

.ui-datepicker-trigger {
  width: 1em;
  height: 1em;
  display: block;
  background-size: cover;
  position: absolute;
  right: 1.5em;
  border: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/calendar_icon.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}

.ui-datepicker-header {
  padding: 1em 0;
}

.ui-datepicker-prev {
  width: 1em;
  height: 1em;
  display: block;
  margin-top: 0.2em;
  float: left;
  background-image: url("../images/arrow_switch_left.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}

.ui-datepicker-next {
  width: 1em;
  height: 1em;
  display: block;
  margin-top: 0.2em;
  float: right;
  background-image: url("../images/arrow_switch_right.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}

.ui-datepicker-title {
  margin: 0 1.2em;
  text-align: center;
}

.ui-corner-all span.ui-icon {
  display: none;
}

.ui-datepicker-month, .ui-datepicker-year {
  font-size: 1.125em;
  color: #000000;
}

.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-calendar th {
  border-top: solid 1px rgba(220, 224, 232, 0.5);
  border-bottom: solid 1px rgba(220, 224, 232, 0.5);
  padding: 0.5em 0;
}
.ui-datepicker-calendar th span {
  font-size: 0.875em;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
}
.ui-datepicker-calendar th.ui-datepicker-week-end span {
  color: rgba(255, 0, 0, 0.6);
}
.ui-datepicker-calendar td {
  padding-top: 1.4em;
  text-align: center;
  vertical-align: middle;
}
.ui-datepicker-calendar td a {
  font-size: 0.875em;
  text-decoration: none;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  width: 2em;
  height: 1.85em;
  text-align: center;
  box-sizing: border-box;
  padding-top: 0.25em;
}
.ui-datepicker-calendar td.ui-datepicker-week-end a {
  color: rgba(255, 0, 0, 0.6);
}
.ui-datepicker-calendar td.ui-datepicker-current-day a {
  background-color: #0047FF;
  color: #ffffff;
}
.ui-datepicker-calendar td.ui-datepicker-today a {
  background-color: #0047FF;
  color: #ffffff;
}

.hr {
  background-color: #8393AE;
  height: 1px;
  display: block;
  width: 100%;
}

.line_text_block {
  display: inline-block;
  padding-right: 1.4em;
  padding: 0.2em 0;
}

.grid {
  display: flex;
}
.grid.left {
  justify-content: flex-start;
}
.grid.right {
  justify-content: flex-end;
}
.grid.between {
  justify-content: space-between;
}

.grid__item.left {
  padding-right: 2em;
}
.grid__item.center {
  text-align: center;
}

.competition_wrap {
  color: #000000;
}
.competition_wrap span, .competition_wrap p {
  color: #000000;
}
.competition_wrap a {
  color: #0047FF;
  text-decoration: none;
}
.competition_wrap .documents_list__line {
  justify-content: flex-start;
}

body, form, input, a, span, textarea, html {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Montserrat", sans-serif;
  color: #F8F9FC;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

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

img {
  vertical-align: top;
  border: none;
}
img.full_size {
  width: 100%;
}

body {
  background-color: #F8F9FC;
  font-size: 16px;
  --main-size: 7.5em;
}

@media screen and (max-width: 1550px) {
  body {
    --main-size: 5.625em;
  }
}
@media screen and (max-width: 1300px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .laptopL {
    display: none;
  }

  .mobile_viewport.laptopL {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 12px;
  }

  .laptop {
    display: none !important;
  }

  .mobile_viewport.laptop {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 2.225em;
    line-height: 1.5em;
    font-weight: normal;
    margin: 0 0 1.5em;
    padding: 0;
    color: #000000;
  }

  h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: normal;
    margin: 0 0 1.5em;
    padding: 0;
    color: #000000;
  }

  h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: normal;
    margin: 0 0 1.5em;
    padding: 0;
    color: #000000;
  }

  h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: normal;
    margin: 0 0 1.5em;
    padding: 0;
    color: #000000;
  }

  h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.125em;
    line-height: 1.5em;
    font-weight: normal;
    margin: 0 0 1.5em;
    padding: 0;
    color: #000000;
  }

  h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.125em;
    line-height: 1.5em;
    font-weight: normal;
    margin: 0 0 1.5em;
    padding: 0;
    color: #000000;
  }

  .tablet {
    display: none !important;
  }

  .mobile_viewport.tablet {
    display: block !important;
  }
}
.mCSB_dragger_bar {
  background-color: #0047FF !important;
  z-index: 1 !important;
  width: 2px !important;
}

.mCSB_draggerRail {
  background-color: #E0E7F1 !important;
}

.right_column {
  width: var(--main-size);
  background-color: #F2F5FA;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.right_column__logo {
  width: var(--main-size);
  background-color: #0047FF;
  height: var(--main-size);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.right_column__logo a {
  display: block;
  width: 2.875em;
  height: 2.875em;
  text-decoration: none;
}
.right_column__logo a img {
  width: 100%;
}
.right_column__info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--main-size);
  z-index: 1;
}
.right_column__top {
  height: 26.25em;
  background-color: #0047FF;
  position: relative;
}
.right_column__year {
  position: absolute;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: left;
  left: 50%;
  bottom: 3.5em;
  width: 1em;
}
.right_column__bot {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0.75em 0;
}

.middle_column {
  margin-left: var(--main-size);
}

.cursor {
  cursor: pointer;
}

.header {
  height: var(--main-size);
  position: relative;
  background-color: #ffffff;
}
.header__wrap {
  transition: all 0.3s ease-out 0s;
  background-color: #ffffff;
  height: var(--main-size);
  position: relative;
  padding: 0 0 0 4.125em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.header__wrap__animation {
  position: relative;
  top: -2em;
  opacity: 0;
}
.header__wrap__animation.first-animation {
  overflow: hidden;
}
.header__wrap.inside {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.header__wrap.prepare {
  top: -7.5em;
  left: var(--main-size);
  position: absolute;
  right: 0;
}
.header__wrap.compact {
  top: 0;
  position: fixed;
  z-index: 5;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.header__burger {
  transition: all 0.3s ease-out 0s;
  width: var(--main-size);
  height: var(--main-size);
  background-color: #0047FF;
  position: relative;
  display: flex;
  float: right;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.header__burger:after, .header__burger:before {
  transition: all 0.3s ease-out 0s;
  display: block;
  content: "";
  width: 36px;
  height: 2px;
  background-color: #ffffff;
  margin: 0.625em 0;
}
.header__burger:hover {
  background-color: #003EDF;
}
.header__burger:hover:after {
  margin-left: 1em;
}
.header__burger:hover:before {
  margin-right: 1em;
}
.header__quick_menu {
  padding-right: 5.125em;
  height: var(--main-size);
  display: flex;
  float: right;
  align-items: center;
  justify-content: flex-end;
}
.header__hall_of_fame {
  display: flex;
  float: right;
  align-items: center;
  justify-content: flex-end;
  padding-right: 11.625em;
  height: var(--main-size);
}

.social_link {
  display: block;
  margin: 0.75em;
  cursor: pointer;
  text-decoration: none;
  width: 1.875em;
  height: 1.875em;
  position: relative;
}
.social_link:after {
  transition: all 0.3s ease-out 0s;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.social_link.facebook {
  background-image: url("../images/facebook.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.social_link.facebook:after {
  background-image: url("../images/facebook_filled.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.social_link.facebook:hover:after {
  opacity: 1;
}
.social_link.instagram {
  background-image: url("../images/instagram.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.social_link.instagram:after {
  background-image: url("../images/instagram_filled.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.social_link.instagram:hover:after {
  opacity: 1;
}
.social_link.telegram {
  background-image: url("../images/telegram.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.social_link.telegram:after {
  background-image: url("../images/telegram_filled.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.social_link.telegram:hover:after {
  opacity: 1;
}
.social_link.vk {
  background-image: url("../images/vk.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.social_link.vk:after {
  background-image: url("../images/vk_filled.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.social_link.vk:hover:after {
  opacity: 1;
}
.social_link.youtube {
  background-image: url("../images/youtube.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.social_link.youtube:after {
  background-image: url("../images/youtube_filled.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.social_link.youtube:hover:after {
  opacity: 1;
}

.arrow_down {
  width: 0.75em;
  height: 2.625em;
  position: absolute;
  bottom: 4em;
  left: 50%;
  cursor: pointer;
  opacity: 1;
  background-image: url("../images/arrow_down.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.quick_link {
  transition: color 0.3s ease-out 0s;
  font-size: 0.875em;
  line-height: 1em;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  margin-left: 7.5em;
  padding: 0.5em 0 0.875em 0;
  position: relative;
}
.quick_link:first-child {
  margin-left: 0;
}
.quick_link:after {
  display: block;
  content: "";
  width: 52px;
  height: 2px;
  background-color: #FF0000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.quick_link.live:before {
  display: inline-block;
  content: "";
  width: 0.7em;
  height: 0.7em;
  background-color: #FF0000;
  border-radius: 50%;
  margin-right: 0.625em;
}
.quick_link.live:after {
  display: none;
}
.quick_link.offline {
  color: #DCE0E8;
}
.quick_link.offline:before {
  display: inline-block;
  content: "";
  width: 0.7em;
  height: 0.7em;
  background-color: #DCE0E8;
  border-radius: 50%;
  margin-right: 0.625em;
}
.quick_link.offline:after {
  display: none;
}
.quick_link.offline:hover {
  color: #DCE0E8;
}
.quick_link.hall:after {
  background-color: #0047FF;
}
.quick_link.hall:before {
  display: block;
  content: "";
  position: absolute;
  background-image: url("../images/hall.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.825em;
  height: 1.825em;
  left: -2.625em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.quick_link.hall:hover {
  color: #0047FF;
}
.quick_link.blue:after {
  background-color: #0047FF;
}
.quick_link.blue:hover {
  color: #0047FF;
}
.quick_link.blue.active {
  color: #0047FF;
}
.quick_link:hover {
  color: #FF0000;
}
.quick_link.active {
  color: #FF0000;
}

.main {
  display: flex;
  justify-content: space-between;
  position: relative;
  background-color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.main__left {
  width: 55%;
  height: 100%;
  position: relative;
}
.main__left__animation {
  opacity: 0;
  left: -32px;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
}
.main__right {
  width: 45%;
  box-sizing: border-box;
  padding-left: 11.625em;
  height: 100%;
  position: relative;
}
.main__right.first-animation {
  overflow: hidden;
}
.main__right__animation {
  opacity: 0;
  right: -32px;
  position: relative;
}
.main__slider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.main__slider__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.main__slider__image {
  transition: all 0.3s ease-out 0s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
}
.main__slider__image.active {
  z-index: 2;
  opacity: 1;
}
.main__slider__image img {
  height: 100%;
}
.main__slider__switcher {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 3;
  background-color: #ffffff;
}
.main__slider__button {
  width: 5em;
  height: 5em;
  padding: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
}
.main__slider__button.left {
  background-image: url("../images/arrow_switch_left.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.main__slider__button.right {
  background-image: url("../images/arrow_switch_right.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.main__video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  box-sizing: border-box;
  padding-left: 11.625em;
}
.main__video img {
  width: 100%;
}

.quote_text {
  display: none;
}
.quote_text.active {
  display: block;
  animation: showOption 0.3s ease-out;
}

.quote_block {
  margin-right: var(--main-size);
  padding-top: 5.5em;
  padding-bottom: 6.25em;
  margin-bottom: 4.125em;
  background-image: url("../images/rectangle.svg");
  background-position: right top;
  background-color: transparent;
  background-repeat: no-repeat;
}
.quote_block__count {
  padding-bottom: 4.875em;
}
.quote_block__text {
  position: relative;
  padding-bottom: 1.625em;
}
.quote_block__text:after {
  position: absolute;
  display: block;
  content: "";
  left: -1em;
  top: -1em;
  width: 0.875em;
  height: 0.625em;
  background-image: url("../images/quote.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}

.center_wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 7em;
  padding-right: 7em;
}

.news_block {
  padding-top: 9.2em;
  padding-bottom: 9.2em;
}

.pre_heading_text {
  padding-bottom: 0.75em;
}

.heading_text {
  display: flex;
  align-items: flex-start;
}
.heading_text.between {
  justify-content: space-between;
}
.heading_text.closed h1, .heading_text.closed h2, .heading_text.closed h3 {
  margin-bottom: 0;
}

.flag {
  margin: 1em 0 0 1em;
  height: auto;
  display: block;
}

.tabs_line {
  padding-bottom: 2.625em;
  display: flex;
  justify-content: flex-start;
}

.tab {
  margin-left: 3.75em;
  cursor: pointer;
}
.tab span {
  opacity: 0.5;
}
.tab.active span {
  opacity: 1;
  color: #FF0000;
}
.tab:first-child {
  margin-left: 0;
}

.tabs_container {
  display: flex;
  justify-content: space-between;
}
.tabs_container__left {
  width: 60%;
}
.tabs_container__right {
  width: 40%;
}

.news {
  display: flex;
  flex-wrap: wrap;
}
.news__block {
  width: 50%;
  padding-right: 2em;
  box-sizing: border-box;
  cursor: pointer;
  padding-bottom: 3.5em;
  text-decoration: none;
}
.news__block.double {
  width: 100%;
}
.news__block:hover .news__image:after {
  opacity: 0.8;
}
.news__block:hover .news__text .text {
  color: #FF0000;
}
.news__item {
  flex-wrap: wrap;
  display: none;
}
.news__item.active {
  display: flex;
  animation: showOption 0.3s ease-out;
}
.news__image {
  margin-bottom: 2.75em;
  overflow: hidden;
  position: relative;
}
.news__image:after {
  transition: all 0.3s ease-out 0s;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0047FF;
  opacity: 0;
}
.news__image img {
  transition: all 0.3s ease-out 0s;
  width: 100%;
}
.news__info {
  display: flex;
}
.news__text {
  padding-top: 0.5em;
  cursor: pointer;
  min-height: 56px;
}

.news_status {
  padding-left: 1.5em;
  margin-left: 2em;
  position: relative;
}
.news_status:after {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 3px;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news_status.event:after {
  background-color: #0492E1;
}
.news_status.news:after {
  background-color: #00A00C;
}
.news_status.exclusive:after {
  background-color: pink;
}
.news_status.interview:after {
  background-color: purple;
}
.news_status.announce:after {
  background-color: #FF5858;
}
.news_status.celebration:after {
  background-color: #FFA858;
}

.news_btns {
  display: flex;
  padding-right: 1.875em;
  justify-content: space-between;
  align-items: center;
}

.actions_arrows {
  display: flex;
}
.actions_arrows .small {
  display: none;
}

.news_list {
  background-color: #ffffff;
  padding: 2.25em 1em 2.25em 3.625em;
  height: 52.5em;
}
.news_list.no_padding_top {
  padding-top: 0;
}
.news_list__item {
  padding-bottom: 1.25em;
  padding-right: 0.5em;
}
.news_list__wrap {
  height: 47em;
  position: relative;
}
.news_list__wrap.no_height {
  height: auto;
}
.news_list.border_left {
  margin-left: 1.8em;
  padding-left: 1.8em;
  border-left: solid 1px #E2E5ED;
  height: auto;
}
.news_list.border_left .news_list__wrap {
  height: auto;
}

.section_grey {
  background-color: #F8F9FC;
}

.section_white {
  background-color: #ffffff;
}

.partners_list {
  display: flex;
  justify-content: space-between;
  padding: 5em 0;
}
.partners_list__item {
  width: 41em;
  height: 22.25em;
  box-sizing: border-box;
  position: relative;
  padding-left: 5.375em;
  padding-top: 4.5em;
}
.partners_list__item.sberbank {
  background-image: url("../images/sber_bg.jpg");
  background-position: left top;
  background-color: transparent;
  background-repeat: no-repeat;
}
.partners_list__item.euroinc {
  background-image: url("../images/evroinc_bg.jpg");
  background-position: left top;
  background-color: transparent;
  background-repeat: no-repeat;
}
.partners_list__logo {
  padding-bottom: 1.4em;
  width: 10.25em;
}
.partners_list__logo img {
  width: 100%;
}
.partners_list__link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5.625em;
  height: 5.625em;
  background-image: url("../images/red_arrow_right.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.section {
  padding: 5em 0;
}

.partners_links {
  border-top: solid 1px #F2F5FA;
  border-left: solid 1px #F2F5FA;
}
.partners_links:after {
  content: "";
  display: block;
  clear: both;
}
.partners_links__item {
  float: left;
  width: 20%;
  height: 11.875em;
  cursor: pointer;
  box-sizing: border-box;
  border-right: solid 1px #F2F5FA;
  border-bottom: solid 1px #F2F5FA;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.partners_links__item a {
  text-align: center;
  position: relative;
}
.partners_links__item img:nth-child(2) {
  transition: all 0.3s ease-out 0s;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.partners_links__item:hover img:nth-child(2) {
  opacity: 1;
}

.footer {
  background-color: #333E5B;
}
.footer__top {
  border-bottom: solid 1px rgba(250, 250, 250, 0.1);
}
.footer__bot {
  border-top: solid 1px rgba(250, 250, 250, 0.1);
}
.footer__mid {
  padding: 4.75em 0;
}
.footer__mid__wrap {
  display: flex;
  justify-content: space-between;
}
.footer__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7.2em;
}

.footer_logo {
  display: block;
  padding-left: 4.2em;
  text-decoration: none;
  background-image: url("../images/logo_white.svg");
  background-position: left center;
  background-color: transparent;
  background-repeat: no-repeat;
}

.footer_links {
  width: 20%;
  box-sizing: border-box;
}
.footer_links__header {
  padding-bottom: 2.375em;
}
.footer_links__item {
  padding-bottom: 1.5em;
}
.footer_links__item .text:hover {
  opacity: 1;
}

.developed {
  display: flex;
}
.developed__item {
  padding-left: 2.5em;
  display: flex;
  align-items: center;
}
.developed__item img {
  margin-left: 1em;
}

.menu {
  position: fixed;
  left: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #0047FF;
  overflow: hidden;
}
.menu.default {
  background-image: url("../images/main_menu_bg_01.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.menu.menu_item_01 {
  background-image: url("../images/main_menu_bg_02.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.menu.menu_item_02 {
  background-image: url("../images/main_menu_bg_03.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.menu.menu_item_03 {
  background-image: url("../images/main_menu_bg_04.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.menu.menu_item_04 {
  background-image: url("../images/main_menu_bg_05.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.menu.menu_item_05 {
  background-image: url("../images/main_menu_bg_06.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.menu__close-button {
  width: var(--main-size);
  height: var(--main-size);
  right: 0;
  position: absolute;
  top: 0;
  cursor: pointer;
  background-image: url("../images/close.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.menu__wrap {
  position: absolute;
  left: 16.25em;
  top: 10.75em;
  right: 16.25em;
  opacity: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  aling-items: top;
}
.menu__half {
  width: 50%;
}
.menu__link {
  transition: all 0.3s ease-out 0s;
  font-size: 3.75em;
  cursor: pointer;
  line-height: 1em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}
.menu__link.active {
  opacity: 1 !important;
}
.menu__parag {
  padding-bottom: 4em;
  margin: 0;
}
.menu__direct_block {
  display: none;
  padding-left: 12.25em;
  animation: showOption 0.3s ease-out;
}
.menu__direct_block.show {
  display: block;
}
.menu__direct_link {
  font-size: 1.25em;
  text-decoration: none;
}

.round_text {
  position: absolute;
  left: 55%;
  top: 50%;
  width: 5.5em;
  height: 5.5em;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 2;
}
.round_text span {
  position: absolute;
  height: 76px;
  min-width: 10px;
  transform-origin: bottom center;
  left: 0;
  top: 0;
}
.round_text span:nth-child(n+1) {
  display: inline-block;
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
.round_text span:nth-child(n+2) {
  display: inline-block;
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
.round_text span:nth-child(n+3) {
  display: inline-block;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.round_text span:nth-child(n+4) {
  display: inline-block;
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
.round_text span:nth-child(n+5) {
  display: inline-block;
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
}
.round_text span:nth-child(n+6) {
  display: inline-block;
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.round_text span:nth-child(n+7) {
  display: inline-block;
  -moz-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  -webkit-transform: rotate(70deg);
  -o-transform: rotate(70deg);
  transform: rotate(70deg);
}
.round_text span:nth-child(n+8) {
  display: inline-block;
  -moz-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  -webkit-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  transform: rotate(80deg);
}
.round_text span:nth-child(n+9) {
  display: inline-block;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.round_text span:nth-child(n+10) {
  display: inline-block;
  -moz-transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  -webkit-transform: rotate(100deg);
  -o-transform: rotate(100deg);
  transform: rotate(100deg);
}
.round_text span:nth-child(n+11) {
  display: inline-block;
  -moz-transform: rotate(110deg);
  -ms-transform: rotate(110deg);
  -webkit-transform: rotate(110deg);
  -o-transform: rotate(110deg);
  transform: rotate(110deg);
}
.round_text span:nth-child(n+12) {
  display: inline-block;
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
.round_text span:nth-child(n+13) {
  display: inline-block;
  -moz-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  -webkit-transform: rotate(130deg);
  -o-transform: rotate(130deg);
  transform: rotate(130deg);
}
.round_text span:nth-child(n+14) {
  display: inline-block;
  -moz-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  -webkit-transform: rotate(140deg);
  -o-transform: rotate(140deg);
  transform: rotate(140deg);
}
.round_text span:nth-child(n+15) {
  display: inline-block;
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}
.round_text span:nth-child(n+16) {
  display: inline-block;
  -moz-transform: rotate(160deg);
  -ms-transform: rotate(160deg);
  -webkit-transform: rotate(160deg);
  -o-transform: rotate(160deg);
  transform: rotate(160deg);
}
.round_text span:nth-child(n+17) {
  display: inline-block;
  -moz-transform: rotate(170deg);
  -ms-transform: rotate(170deg);
  -webkit-transform: rotate(170deg);
  -o-transform: rotate(170deg);
  transform: rotate(170deg);
}
.round_text span:nth-child(n+18) {
  display: inline-block;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.round_text span:nth-child(n+19) {
  display: inline-block;
  -moz-transform: rotate(190deg);
  -ms-transform: rotate(190deg);
  -webkit-transform: rotate(190deg);
  -o-transform: rotate(190deg);
  transform: rotate(190deg);
}
.round_text span:nth-child(n+20) {
  display: inline-block;
  -moz-transform: rotate(200deg);
  -ms-transform: rotate(200deg);
  -webkit-transform: rotate(200deg);
  -o-transform: rotate(200deg);
  transform: rotate(200deg);
}
.round_text span:nth-child(n+21) {
  display: inline-block;
  -moz-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -webkit-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg);
}
.round_text span:nth-child(n+22) {
  display: inline-block;
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -webkit-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  transform: rotate(220deg);
}
.round_text span:nth-child(n+23) {
  display: inline-block;
  -moz-transform: rotate(230deg);
  -ms-transform: rotate(230deg);
  -webkit-transform: rotate(230deg);
  -o-transform: rotate(230deg);
  transform: rotate(230deg);
}
.round_text span:nth-child(n+24) {
  display: inline-block;
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -webkit-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}
.round_text span:nth-child(n+25) {
  display: inline-block;
  -moz-transform: rotate(250deg);
  -ms-transform: rotate(250deg);
  -webkit-transform: rotate(250deg);
  -o-transform: rotate(250deg);
  transform: rotate(250deg);
}
.round_text span:nth-child(n+26) {
  display: inline-block;
  -moz-transform: rotate(260deg);
  -ms-transform: rotate(260deg);
  -webkit-transform: rotate(260deg);
  -o-transform: rotate(260deg);
  transform: rotate(260deg);
}
.round_text span:nth-child(n+27) {
  display: inline-block;
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.round_text span:nth-child(n+28) {
  display: inline-block;
  -moz-transform: rotate(280deg);
  -ms-transform: rotate(280deg);
  -webkit-transform: rotate(280deg);
  -o-transform: rotate(280deg);
  transform: rotate(280deg);
}
.round_text span:nth-child(n+29) {
  display: inline-block;
  -moz-transform: rotate(290deg);
  -ms-transform: rotate(290deg);
  -webkit-transform: rotate(290deg);
  -o-transform: rotate(290deg);
  transform: rotate(290deg);
}
.round_text span:nth-child(n+30) {
  display: inline-block;
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -webkit-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
}
.round_text span:nth-child(n+31) {
  display: inline-block;
  -moz-transform: rotate(310deg);
  -ms-transform: rotate(310deg);
  -webkit-transform: rotate(310deg);
  -o-transform: rotate(310deg);
  transform: rotate(310deg);
}
.round_text span:nth-child(n+32) {
  display: inline-block;
  -moz-transform: rotate(320deg);
  -ms-transform: rotate(320deg);
  -webkit-transform: rotate(320deg);
  -o-transform: rotate(320deg);
  transform: rotate(320deg);
}
.round_text span:nth-child(n+33) {
  display: inline-block;
  -moz-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -webkit-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg);
}
.round_text span:nth-child(n+34) {
  display: inline-block;
  -moz-transform: rotate(340deg);
  -ms-transform: rotate(340deg);
  -webkit-transform: rotate(340deg);
  -o-transform: rotate(340deg);
  transform: rotate(340deg);
}
.round_text span:nth-child(n+35) {
  display: inline-block;
  -moz-transform: rotate(350deg);
  -ms-transform: rotate(350deg);
  -webkit-transform: rotate(350deg);
  -o-transform: rotate(350deg);
  transform: rotate(350deg);
}
.round_text span:nth-child(n+36) {
  display: inline-block;
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.counter_mob {
  display: none;
}

.regular_page {
  padding: 4em 0;
}

.crumb {
  padding: 0 0 2.5em 0;
}

.element_section {
  padding-bottom: 2em;
}

.table_section {
  padding-top: 2em;
}

.grey_description {
  margin-bottom: 1.5em;
  background-color: #F8F9FC;
  padding: 3em 3.75em 1.5em;
  display: flex;
  justify-content: flex-start;
}
.grey_description__line {
  padding-bottom: 1.375em;
  max-width: 45em;
}
.grey_description__left {
  width: 15.625em;
  float: left;
  padding-right: 1em;
}
.grey_description__right {
  display: block;
  margin-left: 17.625em;
}

.filter_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2em;
  width: 100%;
}
.filter_line.clear {
  padding-bottom: 0;
}

.pageing {
  display: flex;
  justify-content: space-between;
}
.pageing__container {
  display: flex;
  justify-content: flex-start;
}
.pageing__container__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 4em;
  padding-right: 4.5em;
}
.pageing__container__item {
  font-size: 0.92em;
  color: #000000;
  display: inline-block;
  margin: 0 0.375em;
  opacity: 0.5;
  vertical-align: middle;
  text-decoration: none;
}
.pageing__container__item.active {
  color: #FF0000;
  font-weight: 600;
  opacity: 1;
}
.pageing__container__separator {
  margin: 0 0.875em;
  width: 1px;
  opacity: 0.5;
  height: 1.125em;
  vertical-align: middle;
  display: inline-block;
  background-color: #000000;
}
.pageing__arrow {
  display: block;
  width: 0.5em;
  height: 0.75em;
  cursor: pointer;
  background-size: cover;
}
.pageing__arrow.left {
  background-image: url("../images/arrow_left_romb.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.pageing__arrow.right {
  background-image: url("../images/arrow_right_romb.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}

.side_button {
  width: 20.5em;
  display: flex;
  padding-left: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.side_button.free_size {
  width: auto;
}

.half_buttons_side {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.half_buttons_side__item {
  width: 48%;
}
.half_buttons_side.left {
  justify-content: flex-start;
}

.structure {
  margin-bottom: 6.375em;
}
.structure__header {
  height: 7.125em;
  background-color: #0047FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.structure__body {
  padding: 4.125em 5.625em;
  background-color: #F8F9FC;
}
.structure__body__top_section {
  display: flex;
  justify-content: center;
  padding-bottom: 2.5em;
}
.structure__body__mid_section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2.5em;
}
.structure__item {
  width: 48%;
  border: solid 1px #DCE0E8;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 8px 15px #EBEFF5;
  padding: 2.5em 4.25em;
  min-height: 7em;
  position: relative;
}
.structure__item.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.direction_pointer {
  position: absolute;
  top: 100%;
  height: 2.5em;
  display: block;
}
.direction_pointer.down {
  width: 0.5em;
  background-size: auto 100%;
  background-image: url("../images/blue_arrow_down.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.direction_pointer.wave_point {
  width: 32.75em;
  background-size: 100% auto;
  background-image: url("../images/blue_arrow_pointed.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.direction_pointer.left {
  left: 8.875em;
}
.direction_pointer.right {
  right: 8.875em;
}
.direction_pointer.left_wave {
  left: 25em;
}
.direction_pointer.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.list_point {
  width: 100%;
  border-left: solid 1px #DCE0E8;
  position: relative;
  padding-left: 2em;
  z-index: 4;
}
.list_point__item {
  margin-bottom: 1.4em;
  cursor: pointer;
  position: relative;
}
.list_point__item.center {
  padding-top: 0.1em;
}
.list_point__item:last-child {
  margin-bottom: 0;
}
.list_point__item p {
  padding-top: 0.2em;
}
.list_point__item:after {
  position: absolute;
  content: "";
  display: none;
  left: -2em;
  margin-left: -1px;
  top: 0;
  width: 2px;
  background-color: #FF0000;
  height: 2em;
}
.list_point__item.active:after {
  display: block;
}

.structure_puzzle {
  position: relative;
}
.structure_puzzle__right {
  width: 19.5em;
  position: absolute;
  top: 0;
  right: 0;
}
.structure_puzzle__left {
  margin-right: 22em;
}
.structure_puzzle__line {
  position: relative;
  padding-bottom: 8.25em;
}
.structure_puzzle__left_title {
  position: absolute;
  left: 0;
  top: 0;
}
.structure_puzzle__card {
  position: relative;
  display: flex;
}
.structure_puzzle__card.center {
  align-items: flex-start;
  justify-content: center;
}
.structure_puzzle__card.pad_top {
  padding-top: 6em;
}
.structure_puzzle__card.left_space {
  padding-left: 9em;
}
.structure_puzzle__card.right {
  align-items: flex-start;
  justify-content: flex-end;
}
.structure_puzzle__card .left {
  align-items: flex-start;
  justify-content: flex-start;
}
.structure_puzzle__card.right_pad {
  padding-right: 5.5em;
  padding-top: 5.5em;
}
.structure_puzzle__card.left_direct {
  padding-left: 15em;
}
.structure_puzzle__card.small {
  height: 6.75em;
}
.structure_puzzle__card.premed {
  height: 7.375em;
}
.structure_puzzle__card.prehigh {
  height: 10em;
}
.structure_puzzle__card.posthigh {
  height: 13em;
}
.structure_puzzle__card.high {
  height: 22.25em;
}
.structure_puzzle__card.medium {
  height: 22.875em;
}

.employer_card {
  width: 20.5em;
  position: relative;
}
.employer_card__photo {
  position: relative;
  z-index: 2;
  padding-bottom: 1.4em;
}
.employer_card__photo img {
  width: 100%;
}
.employer_card__text {
  position: relative;
  z-index: 2;
}
.employer_card:after {
  width: 16.875em;
  height: 16.875em;
  display: block;
  content: "";
  background-image: url("../images/grey_square.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  position: absolute;
  right: -1.625em;
  top: 10em;
  z-index: 1;
}
.employer_card.left_top:after {
  right: -7.25em;
  top: -2.875em;
}
.employer_card.left_bottom:after {
  background-image: url("../images/grey_rectangle.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  left: -4.75em;
  top: 16.625em;
  width: 15.625em;
  height: 26.5em;
}
.employer_card.right_bottom:after {
  background-image: url("../images/grey_rectangle.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  right: -4.75em;
  top: 16.625em;
  width: 15.625em;
  height: 26.5em;
}
.employer_card.left_square:after {
  backgorund-position: left top;
  left: -3.625em;
  top: 10.375em;
  width: 17.5em;
  height: 16.5em;
}
.employer_card.half_right_bottom:after {
  right: -12.125em;
  top: 14.75em;
}
.employer_card.no_after:after {
  display: none;
}

.space_pad {
  padding-bottom: 3.125em;
}

.regions_list {
  border-top: solid 1px #DCE0E8;
  border-left: solid 1px #DCE0E8;
}
.regions_list:after {
  content: "";
  display: block;
  clear: both;
}
.regions_list__item {
  float: left;
  height: 20.125em;
  width: 33.33%;
  box-sizing: border-box;
  border-bottom: solid 1px #DCE0E8;
  border-right: solid 1px #DCE0E8;
  padding-top: 1.5em;
}
.regions_list__item__logo {
  text-align: center;
}
.regions_list__item__text {
  padding-top: 1.4em;
  padding-left: 4.625em;
}

.bottom_line_description {
  padding-left: 21em;
  padding-right: 7.5em;
  margin-top: 1.5em;
  display: flex;
  justify-content: space-between;
}

.documents__right {
  width: 20.375em;
  float: right;
}
.documents__right__item {
  height: 4.5em;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: flex-start;
  padding-left: 2em;
  border-right: solid 1px #DCE0E8;
  border-bottom: solid 1px #DCE0E8;
}
.documents__right__item:after {
  display: block;
  opacity: 0;
  content: "";
  height: 4.5em;
  width: 3px;
  background-color: #FF0000;
  position: absolute;
  left: -1px;
  top: 0;
}
.documents__right__item span {
  text-transform: uppercase;
  font-size: 0.92em;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000000;
  opacity: 0.5;
}
.documents__right__item.active:after {
  opacity: 1;
}
.documents__right__item.active span {
  color: #FF0000;
  opacity: 1;
}
.documents__left {
  margin-right: 22.375em;
}

.years_switcher {
  display: block;
}
.years_switcher__arrow {
  width: 4.5em;
  height: 4.5em;
  border: solid 1px #DCE0E8;
  box-sizing: border-box;
  cursor: pointer;
}
.years_switcher__arrow.left {
  float: left;
  border-right: none;
  background-image: url("../images/arrow_switch_left.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  border-radius: 3px 0 0 3px;
}
.years_switcher__arrow.right {
  float: right;
  background-image: url("../images/arrow_switch_right.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  border-radius: 0 3px 3px 0;
  border-left: none;
}
.years_switcher__section {
  margin: 0 4.5em;
  display: flex;
}
.years_switcher__section__item {
  transition: all 0.3s ease-out 0s;
  width: 20%;
  box-sizing: border-box;
  border: solid 1px #DCE0E8;
  border-right: none;
  height: 4.5em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.years_switcher__section__item a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.years_switcher__section__item.small {
  width: 14.3%;
}
.years_switcher__section__item:last-child {
  border-right: solid 1px #DCE0E8;
}
.years_switcher__section__item:hover, .years_switcher__section__item.active {
  border-color: #FF0000;
}
.years_switcher__section__item:hover + div, .years_switcher__section__item.active + div {
  border-left-color: #FF0000;
}
.years_switcher__section__item:hover span, .years_switcher__section__item.active span {
  color: #FF0000;
  opacity: 1;
}
.years_switcher__section.wide {
  margin: 0;
}

.documents_list {
  padding: 1.5em 0 3em;
}
.documents_list__line {
  padding: 1.5em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #DCE0E8;
}
.documents_list__line.no_border {
  border-bottom: none;
}
.documents_list__line.side_padding {
  padding-left: 2em;
  padding-right: 2em;
}
.documents_list__line__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.documents_list__line__left img {
  margin-right: 1em;
}
.documents_list__line__left span {
  display: block;
}
.documents_list__line__full {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.documents_list__line__full span {
  display: block;
}
.documents_list__line__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.documents_list__line__date {
  padding-right: 1.5em;
  padding-left: 1.5em;
  border-right: solid 1px #DCE0E8;
}

.switcher_block {
  border-top: solid 1px #DCE0E8;
  border-left: solid 1px #DCE0E8;
}

.tab_animated {
  display: none;
  animation: showOption 0.3s ease-in;
}
.tab_animated.show {
  display: block;
}

.scroll_point_list {
  padding-top: 2.5em;
  display: none;
  animation: showOption 0.3s ease-in;
}
.scroll_point_list.show {
  display: block;
}

.contacts_block {
  display: flex;
  background-color: #ffffff;
  margin-left: var(--main-size);
}
.contacts_block__left {
  width: 50%;
}
.contacts_block__right {
  width: 50%;
  box-sizing: border-box;
  padding-left: 5.25em;
  padding-top: 2.5em;
}
.contacts_block__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.contacts_block__items__left {
  width: 11.75em;
  padding-right: 1.5em;
}
.contacts_block__wraper {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.filter__right {
  float: right;
  width: 18.375em;
}
.filter__left {
  display: flex;
  justify-content: flex-start;
  margin-right: 18.375em;
}
.filter__item {
  padding-left: 3em;
}
.filter__item:first-child {
  padding-left: 0;
}

.check_list_block {
  padding: 1em 0 1em;
}
.check_list_block.columns {
  display: flex;
  justify-content: flex-start;
}
.check_list_block.columns div {
  padding-left: 2em;
}
.check_list_block.columns div:first-child {
  padding-left: 0;
}

.city_list {
  height: 13.5em;
  padding: 1em;
  background-color: #F8F9FC;
  margin-top: 1em;
}

.input_item {
  padding-bottom: 1em;
  margin: 0;
}

.notification_block {
  background-color: #F8F9FC;
  background-position: 1.5em 1em;
  background-repeat: no-repeat;
  padding: 1em 1.5em 1em 3.875em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 2.5em;
}
.notification_block span {
  font-weight: 600;
  display: block;
  color: #000000;
}
.notification_block.red {
  background-image: url("../images/notify_icon.svg");
}
.notification_block.red span {
  color: #FF0000;
}

.right_btns {
  float: right;
  display: flex;
}

.judges_list {
  padding: 2.375em 2.625em;
  background-color: #F8F9FC;
  overflow: hidden;
}
.judges_list__item {
  float: left;
  width: 25%;
  padding-right: 4.75em;
  box-sizing: border-box;
  margin: 0.25em 0;
}

.tablo_switcher {
  padding-bottom: 1.4em;
}
.tablo_switcher__arrow {
  transition: all 0.3s ease-out 0s;
  width: 3.75em;
  height: 3.75em;
  cursor: pointer;
}
.tablo_switcher__arrow.left {
  float: left;
  background-image: url("../images/arrow_left_romb.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-color: #E9EFFA;
}
.tablo_switcher__arrow.right {
  float: right;
  background-image: url("../images/arrow_right_romb.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-color: #E9EFFA;
}
.tablo_switcher__arrow.left:hover, .tablo_switcher__arrow.right:hover {
  background-color: #003EDF;
}
.tablo_switcher__content {
  margin: 0 3.75em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #F2F5FA;
}
.tablo_switcher__content__item {
  display: none;
  justify-content: center;
  align-items: center;
  height: 3.75em;
  width: 100%;
}
.tablo_switcher__content__item.active_grid {
  display: flex;
}

.tablo_container {
  padding: 0.5em 0;
  display: flex;
  justify-content: flex-start;
}
.tablo_container__column {
  transition: all 0.3s ease-out 0s;
  animation: showOption 0.3s linear;
  width: 33.33%;
  box-sizing: border-box;
  display: none;
}
.tablo_container__column:last-child .tablo_container__column__item:after {
  display: none !important;
}
.tablo_container__column.main, .tablo_container__column.double, .tablo_container__column.tripple {
  display: block;
}
.tablo_container__column.main .tablo_container__column__item:nth-child(odd):after {
  display: block;
  height: 8em;
  width: 3.75em;
  background-image: url("../images/tablo_lines_first.svg");
  background-position: left top;
  background-color: transparent;
  background-repeat: no-repeat;
  top: 2.75em;
}
.tablo_container__column.double .tablo_container__column__item {
  height: 11.75em;
}
.tablo_container__column.double .tablo_container__column__item .left_points {
  display: none;
}
.tablo_container__column.double .tablo_container__column__item:nth-child(odd):after {
  display: block;
  height: 16em;
  width: 3.75em;
  background-image: url("../images/tablo_lines_second.svg");
  background-position: left top;
  background-color: transparent;
  background-repeat: no-repeat;
  top: 6.3em;
}
.tablo_container__column.tripple .tablo_container__column__item {
  height: 25em;
}
.tablo_container__column.tripple .tablo_container__column__item .left_points {
  display: none;
}
.tablo_container__column__wrapper {
  width: 100%;
  position: relative;
  box-shadow: 0px 8px 15px #EBEFF5;
  border: solid 1px #DCE0E8;
}
.tablo_container__column__item {
  transition: all 0.3s ease-out 0s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 3.75em;
  margin-bottom: 1.5em;
  box-sizing: border-box;
  position: relative;
  height: 5.125em;
}
.tablo_container__column__item .left_points {
  display: block;
}
.tablo_container__column__item:after {
  animation: showOption 0.3s linear;
  position: absolute;
  display: none;
  content: "";
  left: 100%;
}
.tablo_container__column__item.path_lines_single:after {
  width: 3.75em;
  height: 1px;
  top: 2.55em;
  background-color: #DCE0E8;
}

.tablo_cell {
  height: 2.5em;
  width: 100%;
  border-top: solid 1px #DCE0E8;
  border-left: solid 3px transparent;
  box-sizing: border-box;
  padding: 0 2.8125em 0 0.8125em;
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tablo_cell:first-child {
  border-top: none;
}
.tablo_cell a.text {
  color: #0047FF;
}
.tablo_cell.win {
  background-color: #EEF4FF;
  border-left-color: #0047FF;
}
.tablo_cell.win .text {
  font-weight: 600;
}
.tablo_cell__title {
  overflow: hidden;
  width: 55%;
  white-space: nowrap;
}
.tablo_cell__title .text {
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.tablo_cell__info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tablo_cell__info__item {
  padding-left: 0.75em;
  margin-left: 0.75em;
  border-left: solid 1px #DCE0E8;
  height: 1.25em;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.tablo_cell__info__item img {
  margin-right: 0.5em;
}
.tablo_cell__info__item span {
  display: inline-block;
  width: 2em;
  text-align: left;
}

.info_video {
  position: absolute;
  right: 0.8125em;
  top: 0;
}
.info_video__item {
  height: 2.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left_points {
  position: absolute;
  left: -3.75em;
  top: 0;
  display: none;
}
.left_points__item {
  width: 3em;
  height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video_block {
  position: relative;
  opacity: 0;
  cursor: pointer;
}
.video_block:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../images/play_video_btn.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.video_block video {
  vertical-align: top;
}

.js-simple_animation {
  padding-top: 4em;
  opacity: 0;
}

.list_video_list {
  overflow: hidden;
}
.list_video_list__item {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 0.875em;
  padding-left: 0.875em;
}
.list_video_list__item:nth-child(2n+2) {
  padding-right: 0;
}
.list_video_list__item:nth-child(2n+1) {
  padding-left: 0;
}
.list_video_list__item.center_item_row {
  float: none;
  margin: 0 auto;
}

.video_cell {
  padding-top: 0.5em;
  padding-bottom: 2.875em;
}
.video_cell img {
  width: 100%;
}

.regular_block {
  padding-bottom: 1.5em;
}

.check_list {
  padding-top: 0.5em;
}

.collapse_table {
  position: relative;
  margin-bottom: 1.5em;
}
.collapse_table__header {
  padding: 1.5em 2em;
  position: relative;
  cursor: pointer;
  background-color: #F8F9FC;
}
.collapse_table__header:after, .collapse_table__header:before {
  display: block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 50%;
  right: 2em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.collapse_table__header:after {
  background-image: url("../images/arrow_top.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  opacity: 1;
}
.collapse_table__header:before {
  background-image: url("../images/arrow_bot.png");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  opacity: 0;
}
.collapse_table__header.active:after {
  opacity: 0;
}
.collapse_table__header.active:before {
  opacity: 1;
}
.collapse_table__header.active ~ .collapse_table__body {
  display: none;
}
.collapse_table__body {
  position: relative;
}
.collapse_table__padding {
  padding-top: 1.5em;
}

.selection_cells {
  display: flex;
  justify-content: space-between;
  margin-right: -0.75em;
  position: relative;
  width: 100%;
}
.selection_cells__column {
  width: 33.33%;
  padding: 0 0.5em;
}
.selection_cells__column__name {
  height: 5.375em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.25em 1.5em;
  background-color: #F2F5FA;
}
.selection_cells__column__list {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.selection_cells__item {
  width: 50%;
  padding: 0 0.25em 1.5em;
  box-sizing: border-box;
}
.selection_cells__item img {
  width: 100%;
}
.selection_cells__item:nth-child(2n+1) {
  clear: left;
}
.selection_cells__item > a {
  display: block;
  min-height: 15em;
  max-height: 15em;
  overflow: hidden;
}
.selection_cells__item__text {
  padding-top: 1em;
}

.selection_cells_wrapper {
  position: relative;
}
.selection_cells_wrapper:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 1.5em;
  background-color: #F2F5FA;
  width: 5.625em;
}
.selection_cells_wrapper__middle {
  margin-left: 6.5em;
}

.side_all_teams {
  position: absolute;
  top: 30%;
  left: 6.5em;
}

.left_category {
  position: absolute;
  left: -7.5em;
  width: 7.5em;
  text-align: center;
  top: 6.5em;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 1;
}
.left_category.first {
  top: 13.5em;
}

.sportsmen_card {
  padding: 3em 2.625em;
  background-color: #F8F9FC;
  margin-bottom: 4em;
  overflow: hidden;
  color: #000000;
}
.sportsmen_card__left {
  float: left;
  width: 16em;
}
.sportsmen_card__left img {
  width: 100%;
}
.sportsmen_card__middle {
  margin-left: 20em;
  display: flex;
  justify-content: flex-start;
}
.sportsmen_card__middle__item {
  margin-left: 8.25em;
}
.sportsmen_card__middle__item:first-child {
  margin-left: 0;
}
.sportsmen_card__middle__item.small_size {
  margin-left: 3.875em;
}
.sportsmen_card__bottom {
  padding: 1.5em 0;
  margin-left: 20em;
  margin-top: 1.5em;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.sportsmen_card__bottom:after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  background-color: #DCE0E8;
  top: 0;
  left: 1em;
  right: 1em;
}
.sportsmen_card__line {
  padding-bottom: 0.75em;
}
.sportsmen_card__line__left {
  width: 11.375em;
  float: left;
}
.sportsmen_card__line__left__wide {
  float: left;
  width: 18.375em;
}
.sportsmen_card__line__left__couch {
  float: left;
  width: 13em;
}
.sportsmen_card__line__right {
  margin-left: 11.375em;
}
.sportsmen_card__line__right__wide {
  margin-left: 18.375em;
}
.sportsmen_card__line__right__couch {
  width: 18.75em;
  margin-left: 13em;
}

.medal_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.medal_list__item {
  display: flex;
  align-items: center;
  margin-left: 2em;
}
.medal_list__item:first-child {
  margin-left: 0;
}

.medal_icon {
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  margin-right: 0.5em;
  text-align: center;
  box-sizing: border-box;
  padding-top: 0.2em;
  background-size: cover;
}
.medal_icon * {
  text-decoration: none;
}
.medal_icon.blue {
  background-image: url("../images/blue_medal.png");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.medal_icon.red {
  background-image: url("../images/red_medal.png");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}

.medal_link {
  display: flex;
  align-items: center;
}
.medal_link img {
  margin-right: 1em;
}

.language_switch {
  margin-left: 2em;
  padding-top: 1em;
  cursor: pointer;
}

.competition_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.competition_list__item {
  width: 32%;
  overflow: hidden;
  height: 21em;
  margin-bottom: 1.5em;
  position: relative;
}
.competition_list__item.double {
  width: 66%;
}
.competition_list__item:after {
  transition: all 0.3s ease-out 0s;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0047FF;
  opacity: 0;
}
.competition_list__item:hover:after {
  opacity: 0.8;
}
.competition_list__item:hover .competition_list__description {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.competition_list__item:hover .hidden_description {
  display: block;
}
.competition_list__item:hover .competition_link {
  opacity: 1;
  right: 0;
}
.competition_list__description {
  transition: all 0.3s ease-out 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5em;
  z-index: 2;
}

.hidden_description {
  display: none;
  animation: showOption 0.3s linear;
}

.competition_link {
  transition: all 0.3s ease-out 0s;
  position: absolute;
  z-index: 3;
  right: -4.375em;
  bottom: 0;
  width: 4.375em;
  height: 4.375em;
  background-color: #ffffff;
  opacity: 0;
  background-image: url("../images/red_arrow_right.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.competition_link:hover {
  background-image: url("../images/blue_arrow_right.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.description_block {
  padding: 2em 3em;
  background-color: #F8F9FC;
  margin-bottom: 2em;
}

.filter_quad_line {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.filter_quad_line__item {
  width: 24%;
  padding-bottom: 2em;
}

.teams_filter__left {
  float: left;
  width: 21.75em;
  padding-top: 0.5em;
}
.teams_filter__right {
  margin-left: 21.75em;
}

.team_grapchic {
  overflow: hidden;
}
.team_grapchic__left {
  float: left;
  width: 19.125em;
}
.team_grapchic__left__image {
  padding-bottom: 1.4em;
}
.team_grapchic__right {
  margin-left: 22em;
}

.interview_block {
  overflow: hidden;
}
.interview_block__item {
  width: 23.5%;
  margin: 0 1% 3.25em;
  float: left;
}
.interview_block__item__description {
  padding-right: 1.5em;
}
.interview_block__item img {
  margin-bottom: 1em;
}
.interview_block__item:nth-child(4n+1) {
  margin-left: 0;
  clear: left;
}
.interview_block__item:nth-child(4n+4) {
  margin-right: 0;
}

.news_section {
  padding: 0 14.875em 1.5em;
}
.news_section .regular_block span, .news_section .regular_block a {
  font-size: 1em;
  line-height: 1.5em;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  font-weight: 300;
  color: #000000;
}
.news_section .regular_block b span, .news_section .regular_block b a {
  font-weight: 600;
}
.news_section .regular_block u span, .news_section .regular_block u a {
  text-decoration: underline;
}
.news_section .regular_block a {
  color: #0047FF;
  text-decoration: none;
}
.news_section .regular_block a span {
  color: #0047FF;
}
.news_section .regular_block img {
  display: block;
}
.news_section .regular_block p.italic a {
  font-family: "Lora", serif;
}
.news_section ~ .element_section {
  text-align: center;
}

.news_slider_block {
  padding: 1em 0;
}
.news_slider_block__item {
  width: 49%;
  cursor: pointer;
}
.news_slider_block__item img {
  width: 100%;
}

.news_slider_section {
  display: flex;
  justify-content: space-between;
}

.more_news_block {
  padding: 4.125em 0 0;
  border-top: solid 1px #F8F9FC;
}
.more_news_block__bottom {
  display: flex;
  justify-content: space-between;
}
.more_news_block__item {
  width: 45%;
  position: relative;
}
.more_news_block__item:nth-child(2):after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 1px;
  background: #E2E5ED;
  left: -5em;
}

.radius_block {
  height: 1px;
  background-color: #DCE0E8;
  width: 14em;
}
.radius_block__bar {
  height: 1px;
  position: absolute;
  top: 0;
  background-color: #FF0000;
}
.radius_block__point {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url("../images/radius_elipce.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  font-size: 0.875em;
  position: absolute;
}
.radius_block__point:after {
  position: absolute;
  content: attr(data-text);
  font-size: 1em;
  color: #000000;
  left: 50%;
  bottom: 1.5em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.history_block {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
}
.history_block__item {
  width: 49%;
}

.useful_links {
  overflow: hidden;
}
.useful_links__item {
  float: left;
  width: 32%;
  box-sizing: border-box;
  margin: 0 1% 1.5em;
  border: solid 1px #DCE0E8;
  padding: 0 1em 0 2em;
  text-decoration: none;
  height: 7.25em;
  display: flex;
  align-items: center;
}
.useful_links__item img {
  width: 6.375em;
}
.useful_links__item:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
.useful_links__item:nth-child(3n+3) {
  margin-right: 0;
}
.useful_links__item__description {
  padding-left: 2em;
}
.useful_links__item__description p.text {
  padding-bottom: 0;
}

.popup {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  animation: showOption 0.3s ease-in;
}
.popup.show {
  display: flex;
}
.popup__window {
  position: static;
  display: none;
  animation: showOption 0.3s ease-in;
}
.popup__window.show {
  display: block;
}
.popup__window.size_xxl {
  width: 90%;
}
.popup__window.gal_size {
  max-width: 80%;
  position: relative;
}

.modal_data {
  background: #ffffff;
  padding: 1.5em 3.25em;
}

.bx-controls {
  display: block;
  padding: 2.5em 0;
  text-align: center;
}

.bx-pager-item {
  display: inline-block;
  margin: 0 0.75em;
  vertical-align: top;
  width: 14px;
  height: 14px;
}

.bx-pager-link {
  display: inline-block;
  text-decoration: none;
  font-size: 0;
  vertical-align: top;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #DCE0E8;
}
.bx-pager-link.active {
  background-color: #FF0000;
}

.image_list {
  position: relative;
}
.image_list img {
  display: none;
  animation: showOption 0.3s ease-in;
  width: 100%;
}
.image_list img.active_slide_img {
  display: block;
}

.pop_gal_switcher {
  position: absolute;
  top: 50%;
  transition: -50% 0.3s ease-out 0s;
  cursor: pointer;
  user-select: none;
  width: 2.5em;
  height: 4.5em;
  border: solid 1px #DCE0E8;
}
.pop_gal_switcher.left {
  background-image: url("../images/arrow_switch_left.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-color: #ffffff;
  right: 100%;
}
.pop_gal_switcher.right {
  background-image: url("../images/arrow_switch_right.svg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-color: #ffffff;
  left: 100%;
}

.important_note {
  font-size: 0.75em;
  line-height: 1em;
  padding: 0.4em 1em 0.5em;
  background: #FF0000;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  margin-left: 1em;
}

.instructions_block {
  display: flex;
  padding-bottom: 1.5em;
  justify-content: space-between;
}
.instructions_block__item {
  width: 49%;
}

.flag_line {
  white-space: nowrap;
}

.mobile_table {
  box-shadow: 0px 3px 15px #EBEFF5;
  margin-bottom: 1em;
}
.mobile_table__header {
  padding: 0.75em 1em;
  background-color: #F2F5FA;
}
.mobile_table__body {
  padding: 0.75em 1em;
}
.mobile_table__body p {
  margin: 0;
  padding: 0;
}

.mobile_viewport {
  display: none;
}

.table_grid {
  display: flex;
  justify-content: flex-start;
}

.table_grid_item {
  width: 50%;
  box-sizing: border-box;
  padding-right: 1em;
  padding-bottom: 1em;
}
.table_grid_item * {
  display: inline-block;
}
.table_grid_item img {
  vertical-align: inherit;
}
.table_grid_item p.medium {
  padding-right: 0.5em;
  opacity: 0.4;
}

.expand_table_block {
  padding-top: 0.5em;
  padding-bottom: 0.2em;
  border-top: solid 1px #DCE0E8;
}

.expanded_info_block {
  display: none;
}
.expanded_info_block.opened {
  display: block;
}
.expanded_info_block.opened + p[data-event=info] {
  display: none;
}

.download_icon {
  display: inline-flex;
  align-items: center;
}
.download_icon img {
  margin-left: 0.5em;
}

.inline_flag {
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
}

.buttons_side {
  white-space: nowrap;
  padding-left: 1.5em;
}

.region_select_side {
  width: 100%;
}

.valign * {
  vertical-align: middle !important;
}

.filter_close, .filter_buttons {
  display: none;
}

.home_link_mobile {
  display: none;
  position: absolute;
  width: var(--main-size);
  height: var(--main-size);
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
}

@media screen and (max-width: 1800px) {
  .header__hall_of_fame {
    padding-right: 5.5em;
  }
}
@media screen and (max-width: 1550px) {
  .main__right, .main__video {
    padding-left: 5.5em;
    width: 40%;
  }

  .main__left {
    width: 60%;
  }

  .round_text {
    left: 60%;
  }

  .header__left.index {
    width: 22em;
  }

  .quote_block {
    padding-top: 2.75em;
  }

  .quote_block__count {
    padding-bottom: 2.2em;
  }

  .right_column__top {
    height: 22em;
  }

  .header__wrap {
    padding-left: 2.25em;
  }

  .header__left span.text {
    font-size: 1em;
  }

  .partners_list__item {
    width: 47%;
  }

  .partners_links__item {
    height: 8em;
  }
  .partners_links__item img {
    width: 80%;
  }

  .menu__wrap {
    font-size: 0.8em;
  }

  .quick_link {
    margin-left: 4em;
  }

  .mobile_view {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .mobile_view .input_block {
    margin-right: 1em;
    margin-bottom: 1em;
  }

  .sportsmen_filter {
    align-items: flex-start;
  }

  .contacts_block__items__left {
    width: 10em;
  }

  .contacts_block__right {
    padding-left: 2.25em;
  }

  .sportsmen_card__middle, .sportsmen_card__bottom {
    margin-left: 18em;
  }

  .sportsmen_card__middle__item {
    margin-left: 4.25em;
  }

  .coaches {
    justify-content: flex-start;
  }
  .coaches .input_block.huge_size {
    width: 17em;
    margin-right: 1em;
  }

  .coaches_block {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .coaches_block .input_block {
    margin-bottom: 1em;
    margin-right: 1em;
  }

  .referee {
    justify-content: flex-start;
  }
  .referee .input_block.huge_size {
    width: 17em;
    margin-right: 1em;
  }

  .coaches_block_wrap {
    align-items: flex-start;
  }

  .sportsmen_card__line__right__couch {
    width: auto;
  }
}
@media screen and (max-width: 1300px) {
  .coaches .input_block.huge_size, .referee .input_block.huge_size {
    width: auto;
  }

  .quote_block {
    background-position: 120px top;
  }

  .center_wrapper {
    padding-right: 1.375em;
  }

  .right_column__top {
    height: 16em;
  }

  .social_link {
    background-size: cover;
  }

  .arrow_down {
    background-size: cover;
  }

  .footer .center_wrapper {
    padding-right: 7em;
  }

  .menu__wrap {
    left: 8em;
    top: 8em;
    right: 8em;
  }

  .structure__item {
    padding: 2.25em;
  }

  .half_buttons_side.statistic .input_block.huge_size {
    width: 15em;
  }
}
@media screen and (max-width: 1200px) {
  .structure__body {
    padding: 2.125em 1.625em;
  }

  .regions_list__item {
    width: 50%;
  }

  .contacts_block__items {
    display: block;
  }

  .contacts_block__items__left {
    width: 100%;
  }

  .filter__item {
    padding-left: 1em;
  }
  .filter__item:first-child {
    padding-left: 0;
  }

  .filter__right {
    width: 12.375em;
  }

  .filter__left {
    margin-right: 12.375em;
  }

  .fixed_table {
    width: 100%;
    overflow: auto;
  }
  .fixed_table table {
    width: 1100px;
  }

  .results_table .text.smaller {
    font-size: 0.875em;
  }

  .sportsmen_card__line__left__wide, .sportsmen_card__line__left, .sportsmen_card__line__left__couch {
    float: none;
    width: 100%;
  }

  .sportsmen_card__line__right__wide, .sportsmen_card__line__right, .sportsmen_card__line__right__couch {
    margin: 0.2em 0 0 0;
  }

  .teams_filter__left {
    float: none;
    width: 100%;
  }

  .teams_filter__right {
    margin: 3em 0 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .header__hall_of_fame {
    display: none;
  }

  .header__quick_menu {
    padding-right: 2em;
  }
  .header__quick_menu .quick_link {
    display: none;
  }
  .header__quick_menu .quick_link.offline, .header__quick_menu .quick_link.live {
    display: block;
    padding: 0.5em;
  }

  .structure_puzzle__left_title {
    position: static;
    padding-bottom: 1em;
  }
  .structure_puzzle__left_title * {
    padding: 0 0 0.5em 0;
  }
  .structure_puzzle__left_title br {
    display: none;
  }

  .structure_puzzle__line {
    padding-bottom: 2.25em;
  }

  .structure_puzzle__card {
    display: block;
    padding: 0 0 2em 0 !important;
    height: auto !important;
  }

  .employer_card {
    position: static;
    display: block;
  }
  .employer_card:after {
    display: none;
  }

  .employer_card {
    width: auto;
    max-width: 40em;
  }

  .employer_card__photo {
    width: 20em;
  }

  .tablo_layout {
    width: 100%;
    overflow: auto;
  }

  .tablo_container__column {
    width: 24em;
  }
  .tablo_container__column.main {
    width: 28em;
  }

  .tablo_container__column.main .tablo_container__column__item:nth-child(odd):after {
    display: block;
    height: 10em;
    width: 3.75em;
    background-image: url("../images/tablo_lines_first.svg");
    background-position: left top;
    background-color: transparent;
    background-repeat: no-repeat;
    top: 1.75em;
  }
  .tablo_container__column.double .tablo_container__column__item:nth-child(odd):after {
    display: block;
    height: 18em;
    width: 3.75em;
    background-image: url("../images/tablo_lines_second.svg");
    background-position: left top;
    background-color: transparent;
    background-repeat: no-repeat;
    top: 4.3em;
  }

  .info_video {
    right: 0.4em;
  }
  .info_video img {
    width: 80%;
  }

  .news_section {
    padding: 1.5em 0 0;
  }

  .regular_block img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .structure {
    display: none;
  }

  .header__burger::after, .header__burger::before {
    width: 26px;
  }

  .partners_list__item {
    font-size: 10px;
  }

  .quick_link {
    margin-left: 1.5em;
  }
  .quick_link:after {
    width: 32px;
  }

  .menu__wrap {
    left: 5em;
    top: 8em;
    right: 5em;
  }

  .tabs_container__left {
    width: 50%;
  }

  .tabs_container__right {
    width: 50%;
  }

  .news__block {
    width: 100%;
    padding-bottom: 1.5em;
  }

  .news_list {
    height: 80em;
  }

  .news_list__wrap {
    height: 75em;
  }

  .actions_arrows .big {
    display: none;
  }
  .actions_arrows .small {
    display: block;
  }
  .actions_arrows .btn {
    padding: 0 0.5em;
  }

  .main__right, .main__video {
    padding-left: 4.5em;
  }

  .quote_block {
    margin-right: 0;
    padding-right: 1em;
  }

  .partners_list__logo {
    height: 2.5em;
  }

  .grey_description {
    display: block;
  }

  .element_section {
    padding: 1em 0;
  }

  .filter_close {
    display: block;
  }

  .js-filter {
    transition: all 0.3s ease-out 0s;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 90%;
    background-color: #ffffff;
    padding: 1em;
    overflow: auto;
    z-index: 20;
    box-shadow: 0px 3px 15px #EBEFF5;
  }
  .js-filter.show {
    left: 0;
  }
  .js-filter .city_list {
    height: 26em;
  }
  .js-filter .filter__left {
    display: block;
  }
  .js-filter .filter__item {
    display: block;
    padding: 0;
  }
  .js-filter .check_list_block {
    padding-bottom: 0;
  }
  .js-filter .check_list_block p {
    display: inline-block;
    margin-right: 0.4em;
  }
  .js-filter .check_list_block.columns {
    display: block;
  }
  .js-filter .check_list_block.columns div {
    padding-left: 0;
    display: inline;
  }
  .js-filter .side_button {
    padding: 1em 0;
    background-color: #ffffff;
    box-sizing: border-box;
  }
  .js-filter .half_buttons_side {
    display: block;
  }
  .js-filter .input_block.medium_size, .js-filter .input_block.gender_size, .js-filter .input_block.big_size, .js-filter .input_block.reg_size {
    width: 100%;
    display: block;
  }
  .js-filter .input_block.text_label {
    width: 100%;
    padding: 1em 0 0.5em 0;
    display: block;
  }

  .filter_scroll {
    position: absolute;
    padding: 1em;
    left: 0;
    right: 0;
    top: 5em;
    overflow: auto;
    bottom: 6em;
  }

  .filter_buttons {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em;
  }

  .season_filter {
    padding-top: 2.5em;
  }

  .sportsmen_list_mob {
    display: flex;
    flex-wrap: wrap;
  }
  .sportsmen_list_mob .selection_cells__item {
    width: 20%;
    padding: 1em 1em 1.5em;
  }

  .scroll_block_mobile {
    overflow-x: auto;
    white-space: nowrap;
  }

  .news_switcher_block {
    width: 1100px;
  }

  .interview_block__item {
    width: 31.3%;
    margin: 0 1% 3.25em;
  }
  .interview_block__item:nth-child(4n+1) {
    clear: none;
    margin-left: 1%;
  }
  .interview_block__item:nth-child(4n+4) {
    margin-right: 1%;
  }
  .interview_block__item:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
  .interview_block__item:nth-child(3n+3) {
    margin-right: 0;
  }

  .input_block.date_size.mobile_radius {
    display: inline-block;
    width: auto;
    margin-right: 1em;
  }
  .input_block.mobile_radius {
    display: inline-block;
    width: auto;
    margin-right: 1em;
  }

  .history_block {
    display: block;
  }

  .history_block__item {
    width: 100%;
  }

  .list_video_list__item {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .useful_links__item {
    width: 49%;
  }
  .useful_links__item:nth-child(3n+1) {
    margin-left: 1%;
    clear: none;
  }
  .useful_links__item:nth-child(3n+3) {
    margin-right: 1%;
  }
  .useful_links__item:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
  .useful_links__item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .team_grapchic__left {
    width: 16em;
  }

  .team_grapchic__right {
    margin-left: 18em;
  }

  .right_btns .icon_btn.print {
    display: none;
  }

  .regions_list__item {
    width: 100%;
    text-align: left;
    height: auto;
  }

  .quick_link {
    display: none;
  }

  .regions_list__item__logo {
    text-align: left;
  }

  .regions_list__item__text {
    padding: 1.625em;
  }

  .partners_list__item {
    padding-top: 2.5em;
    padding-left: 3.2em;
    padding-right: 2em;
    height: 20em;
  }

  .main__right, .main__video {
    padding-left: 3em;
  }

  .footer__mid, .right_column__bot, .footer__bot {
    display: none;
  }

  .footer_logo {
    height: 4em;
    padding-left: 4em;
    background-size: cover;
  }
  .footer_logo span {
    display: none;
  }

  .counter_mob {
    display: block;
  }

  .menu__link {
    font-size: 2em;
  }

  .menu__direct_block {
    padding-left: 0;
  }

  .grey_description {
    padding: 1em;
  }

  .heading_text {
    flex-wrap: wrap;
  }
  .heading_text h1, .heading_text h2, .heading_text h3, .heading_text h4, .heading_text h5, .heading_text h6 {
    margin-bottom: 0.25em;
  }
  .heading_text a, .heading_text p, .heading_text span {
    padding: 0;
    margin-bottom: 1em;
  }
  .heading_text .flag {
    margin-top: 0;
  }

  .bottom_line_description {
    padding: 0;
    display: block;
  }
  .bottom_line_description span {
    display: block;
    margin-bottom: 1em;
  }

  .documents__right {
    float: none;
    display: block;
    margin-bottom: 2em;
    width: 100%;
  }

  .switcher_block {
    border: none;
    padding-top: 2em;
    overflow-x: auto;
    overflow-y: visible;
    border-bottom: solid 1px #DCE0E8;
  }

  .documents__right__item {
    white-space: nowrap;
    display: inline-block;
    width: auto;
    height: auto;
    padding-bottom: 1em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    border: none;
  }
  .documents__right__item:after {
    height: 1px;
    width: 100%;
    left: 0;
    top: auto;
    bottom: 0;
  }

  .documents__left {
    margin: 0;
  }

  .tabs_line {
    overflow: auto;
  }

  .tab {
    display: inline-block;
    white-space: nowrap;
    margin-left: 2.75em;
  }
  .tab:first-child {
    margin-left: 0;
  }

  .scroll_point_list.show {
    display: none;
  }

  .documents_list__line {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .documents_list__line__left, .documents_list__line__right {
    width: 100%;
  }
  .documents_list__line__left .icon_btn:first-child, .documents_list__line__right .icon_btn:first-child {
    margin-left: 0;
  }
  .documents_list__line__right {
    margin-top: 1em;
    justify-content: flex-start;
  }

  .icon_btn {
    background-position: left center !important;
  }

  .years_switcher {
    overflow: auto;
    padding-bottom: 0.5em;
  }

  .years_switcher__section__item {
    display: inline-flex;
    white-space: nowrap;
  }

  .header__wrap.inside {
    position: relative;
  }
  .header__wrap.inside:after {
    content: "Федерация фехтования России";
    display: block;
    position: absolute;
    left: 2.5em;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
    font-size: 1em;
    color: black;
  }

  .competition_list__item {
    width: 49%;
  }

  .sportsmen_list_mob .selection_cells__item {
    width: 25%;
    padding: 1em 1em 1.5em;
  }

  .coaches .input_block.huge_size, .referee .input_block.huge_size {
    width: 100%;
    margin-bottom: 1.5em;
  }

  .more_news_block__bottom {
    display: block;
  }

  .more_news_block__item {
    width: 100%;
  }

  .news__text {
    min-height: 36px;
  }

  .useful_links__item {
    width: 100%;
    float: none;
    margin: 0 0 1.5em 0;
  }
}
@media screen and (max-width: 740px) {
  .menu {
    background: #0047FF !important;
  }

  .home_link_mobile {
    display: block;
  }

  .input_block {
    width: 100%;
  }
  .input_block.medium_size {
    width: 100%;
  }

  .filter_quad_line__item {
    width: 48%;
  }

  .js-filter .check_list_block p {
    display: block;
  }

  .header__wrap.inside:after {
    left: 6em;
  }

  .right_column {
    display: none;
  }

  .middle_column {
    margin: 0;
  }

  .grid:not(.adaptive) {
    display: block;
  }

  .region_select_side {
    width: 100%;
    display: block;
  }

  .filter_line {
    display: block;
  }

  .buttons_side, .side_button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1em 0 0 0;
  }
  .buttons_side .input_block, .side_button .input_block {
    width: 50%;
  }
  .buttons_side .input_block .btn, .side_button .input_block .btn {
    width: 100%;
  }

  .header__wrap {
    padding-left: 6.25em;
    background-image: url("../images/mob_logo.svg");
    background-position: 2em center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-color: #ffffff;
  }
  .header__wrap.prepare, .header__wrap.compact {
    left: 0;
  }

  .menu {
    background-position: right center !important;
  }

  .news {
    white-space: nowrap;
    display: block;
    overflow: auto;
    margin-bottom: 1em;
  }

  .news__item {
    display: inline-block !important;
    margin-left: 2em;
    padding-bottom: 0;
  }
  .news__item:first-child {
    margin-left: 0;
  }

  .news__text {
    white-space: normal;
  }

  .news__block {
    width: 22em;
    padding-right: 1.875em;
    display: inline-block;
    vertical-align: top;
    margin-left: 2em;
  }
  .news__block:first-child {
    margin-left: 0;
  }
  .news__block.double {
    width: 22em;
  }
  .news__block.double .news__image {
    overflow: hidden;
  }
  .news__block.double .news__image img {
    width: 200%;
    text-align: center;
    transform: translateX(-20%);
  }

  .main__slider__wrapper {
    position: relative;
  }

  .main__slider__image img {
    width: 100%;
  }
  .main__slider__image.active {
    position: relative;
  }

  .partners_list {
    display: block;
    padding: 0;
  }

  .partners_list__item {
    padding-top: 2.5em;
    padding-left: 3.2em;
    padding-right: 2em;
    margin-bottom: 1.5em;
    width: 100%;
  }

  .news_list {
    padding-left: 1.625em;
    height: 52.5em;
  }

  .news_list__wrap {
    height: 47em;
  }

  .center_wrapper {
    padding: 0 1.375em;
  }

  .footer .center_wrapper {
    padding: 0 1.375em;
  }

  .section {
    padding: 2em 0;
  }

  .news_block {
    padding-top: 4.2em;
    padding-bottom: 4.2em;
  }

  .footer_logo {
    width: 3em;
    height: 3em;
    padding: 0;
  }

  .main {
    padding: 1.375em 1.375em 0;
    display: block;
  }

  .main__left {
    width: 100%;
  }

  .main__slider {
    position: relative;
  }

  .main__right {
    width: 100%;
  }

  .main__video {
    position: static;
    width: 100%;
    padding: 0;
  }

  .quote_block {
    padding-bottom: 1em;
    margin-top: 2.75em;
    padding-top: 0;
    background-position: right top;
  }

  .tabs_container {
    display: block;
  }

  .news__block {
    padding-right: 0;
  }

  .tabs_container__left, .tabs_container__right {
    width: 100%;
  }

  .news_btns {
    display: none;
  }

  .contacts_block {
    margin: 0;
    display: block;
  }
  .contacts_block__left, .contacts_block__right {
    width: 100%;
  }
  .contacts_block__left {
    display: none;
  }

  .js-filter .linear_input {
    margin: 0;
    padding-top: 0.5em;
    display: block;
  }
  .js-filter .check_list .input_block {
    display: block;
    margin: 0;
    padding-bottom: 1em;
  }

  .sportsmen_list_mob .selection_cells__item {
    width: 25%;
    padding: 1em 1em 1.5em;
  }
  .sportsmen_list_mob .selection_cells__item > a {
    min-height: 12em;
    max-height: 12em;
  }

  .regular_page {
    padding: 2em 0;
  }

  .news_list.border_left {
    margin: 0;
    padding: 1em;
    border: none;
    background: #ffffff;
  }

  .input_block.mobile_radius {
    display: inline-block;
    width: auto;
    margin-right: 1em;
    margin-bottom: 1.5em;
  }

  .statistic .input_block.turnir_size {
    width: 100%;
  }
  .statistic.half_buttons_side .input_block.huge_size {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 600px) {
  .input_block.date_size.mobile_radius {
    width: 8em !important;
  }

  .sportsmen_card__left {
    float: none;
    width: 100%;
  }
  .sportsmen_card__left img {
    width: 50%;
  }

  .sportsmen_card__middle, .sportsmen_card__bottom {
    margin: 1.5em 0 0 0;
  }

  .medal_list {
    display: block;
  }

  .sportsmen_card__bottom {
    align-items: flex-start;
  }

  .medal_list__item {
    margin: 0 0 1em 0;
  }

  .team_grapchic__left {
    float: none;
  }

  .team_grapchic__right {
    margin: 2em 0 0 0;
    width: 100%;
  }

  .interview_block__item {
    width: 49%;
    margin: 0 1% 3.25em;
  }
  .interview_block__item:nth-child(4n+1) {
    clear: none;
    margin-left: 1%;
  }
  .interview_block__item:nth-child(4n+4) {
    margin-right: 1%;
  }
  .interview_block__item:nth-child(3n+1) {
    margin-left: 1%;
    clear: none;
  }
  .interview_block__item:nth-child(3n+3) {
    margin-right: 1%;
  }
  .interview_block__item:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
  .interview_block__item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 540px) {
  .header__left.index {
    width: 12em;
  }

  .competition_list__item {
    width: 100% !important;
  }
  .competition_list__item img {
    width: 100%;
  }
  .competition_list__item.double img {
    width: auto;
    height: 100%;
  }

  .pageing__container__arrows {
    display: none;
  }

  .header__wrap.inside:after {
    left: 5em;
    font-size: 0.875em;
  }

  .footer__line .text {
    font-size: 0.75em;
  }

  .partners_links__item {
    width: 50%;
  }

  .menu__wrap {
    left: 1.5em;
    right: 1.5em;
  }

  .menu__link {
    font-size: 1.5em;
  }

  .structure_puzzle__right {
    display: none;
  }

  .structure_puzzle__left {
    margin: 0;
  }

  .grey_description__left, .grey_description__right {
    margin: 0;
    float: none;
    display: block;
    padding: 0;
  }

  .sportsmen_list_mob .selection_cells__item {
    width: 33.33%;
    padding: 1em 1em 1.5em;
  }
  .sportsmen_list_mob .selection_cells__item > a {
    min-height: 14em;
    max-height: 14em;
  }
}
@media screen and (max-width: 400px) {
  .interview_block__item {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 3.25em;
  }

  .tab {
    margin-left: 1.75em;
  }
  .tab:first-child {
    margin-left: 0;
  }

  .sportsmen_card__left {
    width: 100%;
  }
  .sportsmen_card__left img {
    width: 100%;
  }

  .sportsmen_card__middle {
    display: block;
  }

  .sportsmen_card__middle__item {
    width: 100%;
    margin: 0 !important;
  }

  .sportsmen_card {
    padding: 1em;
  }

  .filter_quad_line__item {
    width: 100%;
  }

  .table_grid {
    display: block;
  }
  .table_grid.no_collapse {
    display: flex;
    align-items: center;
  }
  .table_grid.no_collapse .table_grid_item {
    width: 50%;
  }

  .table_grid_item {
    width: 100%;
    box-sizing: border-box;
    padding-right: 1em;
    padding-bottom: 0.5em;
  }

  .sportsmen_list_mob .selection_cells__item {
    width: 50%;
    padding: 1em 1em 1.5em;
  }
  .sportsmen_list_mob .selection_cells__item > a {
    min-height: 15em;
    max-height: 15em;
  }
}

/*# sourceMappingURL=main.css.map */
