@charset "UTF-8";
.bbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cover-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.absolute-center {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
.hide {
  display: none !important;
}
.hidden {
  display: none !important;
}
.block {
  display: block;
}
.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px;
}
.uppercase {
  text-transform: uppercase;
}
.absoluteCenter {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
.absoluteHirizontalCenter {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.no-select-text {
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.no-event {
  pointer-events: none;
}
.text-center {
  text-align: center;
}
.justify-menu {
  text-align: justify;
}
.justify-menu > * {
  display: inline-block;
  white-space: nowrap;
}
.justify-menu:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.table-menu {
  display: table;
  width: 100%;
}
.table-menu > * {
  display: table-cell;
}
.absoluteCenter {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
.absoluteHirizontalCenter {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.no-select-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.floar-right {
  float: right;
}
.hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: solid 2px #f0f0f0;
}
.relative {
  position: relative;
}
._fix-inline {
  font-size: 0.0001px;
}
._overflow-hidden {
  overflow: hidden;
}
.background-loko {
  background-color: #2e735c;
  background-image: url('/common/img/bg2-green.png');
  background-image: url('/common/img/bg3-transparent.png'), url('/common/img/bg3-gradient.png');
  background-repeat: repeat, repeat-x;
}
.title {
  display: inline-block;
  text-decoration: none;
}
.title_size_h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 36px;
}
.title_size_h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 27px;
  font-style: italic;
}
.title_size_h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
}
.title_size_h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}
.title_size_h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
.title_size_h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.title_upper {
  text-transform: uppercase;
}
.title_color_dark {
  color: #333;
}
.title_color_gray {
  color: #d9d9d9;
}
.title_color_white {
  color: #fff;
}
.title_color_red {
  color: #cf3439;
}
.title_center {
  width: 100%;
  text-align: center;
}
.title_italic {
  font-style: italic;
}
.title_font_regular {
  font-weight: 400;
}
.title_font_bold {
  font-weight: 700;
}
.title_underline {
  border-bottom: 2px solid;
  margin-bottom: 3px;
  padding-bottom: 19px;
  width: 100%;
}
.title_underline_green {
  border-bottom-color: #009f4b;
}
.title__text {
  vertical-align: middle;
}
.title__text_offset {
  margin-left: 15px;
}
.achievement__header {
  text-align: left;
  text-transform: uppercase;
}
.achievement__year {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
}
.achievement__group {
  line-height: 20px;
}
.achievement__list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.achievement__item > p {
  margin: 0;
}
.achievement__item > p::after {
  content: ";";
}
.achievement__item:last-child > p::after {
  content: ".";
}
.aside-block {
  margin-bottom: 40px;
  overflow: hidden;
}
.aside-block:last-child {
  margin-bottom: 0;
}
.aside-block__header {
  background-position: 50% 50%;
  background-repeat: repeat-x;
  padding: 0;
  display: block;
  line-height: 58px;
}
.aside-block__header_green {
  background-image: url("../img/loko-pattern-green.png");
  border-bottom: 1px solid #bbe3cd;
}
.aside-block__header_red {
  background-image: url("../img/loko-pattern-red.png");
  border-bottom: 1px solid #ecc3c4;
}
.aside-block__content_padding {
  padding: 0 10px;
}
.columns-content {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-top: 40px;
}
.columns-content p {
  display: inline-block;
  vertical-align: top;
}
.columns_2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.list {
  overflow: hidden;
}
.list_padding {
  padding: 0 30px;
}
.list_inline {
  font-size: 0;
}
.list_inline .list__item {
  display: inline-block;
  padding-right: 20px;
  margin: 0 0 25px;
  vertical-align: top;
}
.list__header {
  font-style: italic;
  margin: 30px 0;
}
.list__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 15px 0;
  padding-right: 0;
  width: 100%;
}
.list__item_col2 {
  width: 50%;
}
.list__item_col3 {
  width: 33.33333333%;
}
.list__item_col4 {
  width: 25%;
}
.list__separator_line {
  border-bottom: 2px solid;
}
.list__separator_line:last-of-type {
  border-bottom: 0 none;
}
.list__separator_gray {
  border-bottom-color: #efefef;
}
@media screen and (max-width: 1279px) {
  .list__item_col4 {
    width: 33.33333333%;
  }
  .list__item_col3 {
    width: 50%;
  }
}
@media screen and (max-width: 799px) {
  .list__item_col4 {
    width: 50%;
  }
  .list__item_col3 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .list__item_col4 {
    width: 100%;
  }
}
.modal {
  display: none;
  z-index: 101;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal .modal-info-footer {
  position: relative;
  width: 95%;
  margin: auto;
  margin-top: -40px;
  background: #191919;
  z-index: 3;
}
.modal .info-row {
  padding-left: 100px;
  padding-right: 100px;
}
.modal .info-row:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.modal .info-row:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.modal .counter {
  font-size: 14px;
  color: #d8d8d8;
  position: relative;
  z-index: 2;
  right: 5%;
  bottom: 2%;
  text-align: right;
  width: 10%;
  float: right;
  margin: 10px 0;
}
.modal .name {
  color: #d8d8d8;
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  position: relative;
  z-index: 2;
  min-height: 1em;
  width: 90%;
  margin: 10px 0;
}
.modal-wysiwyg {
  width: 900px;
}
.modal .modal-content-image-scale {
  max-width: 1145px;
  width: 90%;
}
.modal .modal-content-image-scale img {
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 100%;
}
@media (max-width: 1380px) {
  .modal .modal-content-image-scale img {
    width: auto;
    height: auto;
    max-width: 90%;
  }
}
@media (max-width: 1111px) {
  .modal .modal-content-image-scale .modal-close {
    right: 0;
  }
}
.modal._white .modal-content {
  background-color: #fff;
  padding-bottom: 30px;
}
.modal._white .modal-content h4 {
  color: #353535;
}
.modal._white .modal-close {
  background: #b2b2b2;
}
.modal._white .modal-close:hover {
  background: rgba(178, 178, 178, 0.9);
}
.modal._white .modal-header {
  padding-top: 12px;
  margin-right: 30px;
  margin-left: 30px;
  padding-left: 0;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
.modal._alert .icon-wrap {
  width: 55px;
  height: 55px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top;
}
.modal._alert .modal-row {
  padding: 30px 50px;
  padding-bottom: 0;
  display: table;
}
.modal._alert .mess-wrap {
  display: table-cell;
  /*padding-top: 5px;*/
  vertical-align: middle;
  color: #333333;
  font-size: 16px;
}
.modal._alert .btn-row {
  display: block;
  padding: 30px 50px;
  padding-bottom: 0;
  text-align: center;
}
.modal .photos-controls {
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  bottom: 0;
  left: 0;
  padding: 0 90px;
  width: 100%;
  background: #262626;
  z-index: 2;
}
.modal .photos-controls:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.modal .photos-controls:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.modal .photos-controls img {
  /*float: left;*/
  /*max-width: 90px;*/
}
.modal .photos-controls div {
  /*float: left;*/
  /*max-width: 90px;*/
  display: inline-block;
  max-height: 90px;
  height: 80px;
  border: 3px solid transparent;
  margin: 10px;
  max-width: 190px;
  padding: 0;
  opacity: .5;
  cursor: pointer;
  overflow: hidden;
}
.modal .photos-controls div:hover,
.modal .photos-controls div.current {
  opacity: 1;
}
.modal .photos-controls div.current {
  border-color: #d92127;
}
.modal .photos-controls div img {
  height: 80px;
}
.modal-open {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
}
.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.modal-content {
  width: 545px;
  height: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  bottom: auto;
  background-color: #00a94f;
  opacity: 0;
  top: 0;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.modal-content._wide {
  width: 80%;
  max-width: 1200px;
  max-width: auto;
  position: relative;
  margin-bottom: 0;
}
.modal-content._wide.modal-content-image-scale {
  max-width: 100%;
  overflow: hidden;
  width: 95%;
  height: 85%;
}
.modal-content._wide .icon.close {
  position: absolute;
  top: 1.5%;
  right: 1.5%;
  z-index: 2;
  cursor: pointer;
}
.modal-content._dark {
  background: #191919;
}
.modal-content .modal-row {
  /*padding-left: 100px;
        padding-right: 100px;*/
  margin: 0;
  position: relative;
  width: 100%;
  height: 87%;
}
.modal-content .modal-row:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.modal-content .modal-row:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.modal-content .modal-header {
  padding-top: 30px;
  padding-bottom: 20px;
}
.modal-content h4 {
  font-weight: bold;
  font-size: 26px;
  color: #fff;
}
.modal-content a {
  color: #fff;
  text-decoration: none;
  display: inline;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.modal-content a.hash-link {
  border-bottom-style: dotted;
}
.modal-content .sign-in-link {
  margin-top: 10px;
}
.modal-content .pull-left {
  float: left;
}
.modal-content .pull-right {
  float: right;
}
.modal-content .auth-form .form-control {
  margin-bottom: 20px;
}
.modal-content .modal-footer {
  width: 100%;
  height: 118px;
  padding-top: 30px;
  position: relative;
  -webkit-animation: orderArea 15s infinite linear;
  -moz-animation: orderArea 15s infinite linear;
  -o-animation: orderArea 15s infinite linear;
  animation: orderArea 15s infinite linear;
}
.modal-content .modal-footer .order-create-btn {
  width: 55%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  left: -10px;
  line-height: 55px;
  text-indent: 10px;
}
.modal-content .modal-error {
  padding: 15px 100px;
  background: #e65050;
  margin: 0;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
}
.modal-content .modal-error.hide {
  display: none;
}
.photo-place {
  text-align: center;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  width: 88%;
  height: 100%;
  margin: auto;
  z-index: 2;
  margin-top: 20px;
}
.photo-place._black.load {
  background: url("../img/loader-black.gif") 50% 50% no-repeat;
}
.photo-place.load {
  background: url(/common/img/loader-green.gif) 50% 50% no-repeat;
}
.photo-place img {
  width: 95px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease-out 0;
  -moz-transition: -moz-transform 0.2s ease-out 0;
  -o-transition: -o-transform 0.2s ease-out 0;
  transition: -webkit-transform 0.2s ease-out 0,-moz-transform 0.2s ease-out 0,-o-transform 0.2s ease-out 0,transform 0.2s ease-out 0;
  -webkit-transition: transform 0.2s ease-out 0;
  -moz-transition: transform 0.2s ease-out 0;
  -ms-transition: transform 0.2s ease-out 0;
  -o-transition: transform 0.2s ease-out 0;
  transition: transform 0.2s ease-out 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.1s ease-out 0;
  -moz-transition: -moz-transform 0.1s ease-out 0;
  -o-transition: -o-transform 0.1s ease-out 0;
  transition: -webkit-transform 0.1s ease-out 0,-moz-transform 0.1s ease-out 0,-o-transform 0.1s ease-out 0,transform 0.1s ease-out 0;
  -webkit-transition: transform 0.1s ease-out 0;
  -moz-transition: transform 0.1s ease-out 0;
  -ms-transition: transform 0.1s ease-out 0;
  -o-transition: transform 0.1s ease-out 0;
  transition: transform 0.1s ease-out 0;
}
.photo-place img:active {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.photo-place img.visible {
  opacity: 1;
}
.scale-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.scale-nav .larrow {
  position: absolute;
  left: 0;
  background-color: transparent;
  top: 0;
  outline: 0;
  border: 0;
  width: 5%;
  height: 100%;
  opacity: .5;
}
.scale-nav .larrow .icon {
  top: 50%;
  margin-top: -69px;
  left: 50%;
}
.scale-nav .larrow:hover {
  opacity: .75;
}
.scale-nav .larrow:active .icon {
  margin-top: -68px;
  margin-right: -1px;
}
.scale-nav .rarrow {
  position: absolute;
  right: 0;
  background-color: transparent;
  top: 0;
  outline: 0;
  border: 0;
  width: 5%;
  height: 100%;
  opacity: .5;
}
.scale-nav .rarrow .icon {
  top: 50%;
  margin-top: -69px;
  left: -50%;
}
.scale-nav .rarrow:hover {
  opacity: .75;
}
.scale-nav .rarrow:active .icon {
  margin-top: -68px;
  margin-left: -1px;
}
.el-finder-dialog {
  z-index: 5000001 !important;
}
.person-card {
  font-size: 0;
}
.person-card__wrapper {
  color: #333333;
  display: table;
  margin: 0;
}
.person-card__link {
  text-decoration: none;
}
.person-card__link:hover {
  color: #cf3439;
}
.person-card__link_witch-hover:hover {
  color: #d92127;
}
.person-card__photo {
  display: table-cell;
  height: auto;
  margin-right: 20px;
  vertical-align: top;
  width: 92px;
}
.person-card__photo_big {
  height: 138px;
  width: 138px;
}
.person-card__description {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  font-size: 18px;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.person-card__data {
  margin: 0;
}
.person-card__data_surname {
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.person-card__data_number {
  color: #7f7f7f;
  font-size: 14px;
  text-transform: uppercase;
}
.person-card__data_color_gray {
  color: #7f7f7f;
}
.person-card__data_font-size_min {
  font-size: 13px;
  line-height: 18px;
}
.player-number {
  bottom: 0;
  position: absolute;
  white-space: nowrap;
}
.player-number__value {
  color: #009f4b;
  font-size: 19px;
  font-weight: bold;
  margin-left: 0.5em;
}
.shadow-block {
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px;
}
.shadow-block_background_white {
  background: #fff;
}
.shadow-block_overflow {
  overflow: hidden;
}
.shadow-block__loader {
  display: block;
  margin: 30px auto;
}
.table_full {
  width: 100%;
}
.table_fixed {
  table-layout: fixed;
  width: 100%;
}
.table_zebra {
  font-size: 14px;
}
.table_zebra tr {
  line-height: 18px;
}
.table_zebra tr:nth-child(2n) {
  background-color: #edf8f2;
}
.table_zebra tr:nth-child(2n+1) {
  background-color: #ffffff;
}
.table_zebra tr th {
  padding-bottom: 15px;
  padding-top: 15px;
}
.table_zebra tr td {
  padding-bottom: 12px;
  padding-top: 12px;
}
.table_aside {
  font-size: 16px;
  margin: 5px 0 6px;
}
.table__header {
  color: #c1c1c1;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
}
.table__header_dark {
  color: #000000;
}
.table__col_main {
  width: 100%;
}
.table__col_offset {
  padding-left: 5%;
  padding-right: 5%;
}
.table__col_size_min {
  width: 90px;
  min-width: 90px;
}
.table__col_nowrap {
  white-space: nowrap;
}
.team-select {
  position: relative;
  /* user-select */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.team-select_width_190 {
  width: 190px;
}
.team-select_width_auto {
  width: 100%;
}
.team-select_center {
  margin-left: auto;
  margin-right: auto;
}
.team-select_background_gray {
  background: #ebebeb;
}
.team-select_background_white {
  background: #fff;
}
.team-select_background_white.team-select_skin_green:before,
.team-select_background_white.team-select_skin_green:after {
  background: #fff;
}
.team-select__arrow {
  cursor: pointer;
  top: 7px;
  width: 16px;
  height: 16px;
  padding-top: 3px;
  padding-left: 5px;
  position: absolute;
  transition: opacity 300ms ease;
}
.team-select__arrow_left {
  left: 7px;
}
.team-select__arrow_left:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #656565;
}
.team-select__arrow_right {
  right: 7px;
}
.team-select__arrow_right:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #656565;
}
.team-select__arrow_disabled {
  opacity: 0.5;
  cursor: default;
}
.team-select__wrap {
  margin: 0 20px;
  overflow: hidden;
}
.team-select__list {
  margin-left: calc(50% - 25px);
  display: table;
  vertical-align: top;
  table-layout: fixed;
  transition: transform 300ms ease;
}
.team-select__item {
  text-decoration: none;
  display: table-cell;
  font-size: 14px;
  line-height: 32px;
  color: #ababab;
  transition: color 300ms ease;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.team-select__item_active {
  color: #3c3c3c;
  font-weight: 700;
}
.team-select__border {
  position: absolute;
  top: -2px;
  width: 50px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -2px;
  border: 2px solid #bfbfbf;
}
.team-select_size_big {
  width: 634px;
}
.team-select_size_big .team-select__arrow {
  top: 8px;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-left: 5px;
}
.team-select_size_big .team-select__arrow_left {
  left: 7px;
}
.team-select_size_big .team-select__arrow_left:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #656565;
}
.team-select_size_big .team-select__arrow_right {
  right: 7px;
}
.team-select_size_big .team-select__arrow_right:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #656565;
}
.team-select_size_big .team-select__list {
  margin-left: calc(50% - 43px);
  transition: transform 300ms ease, font 300ms ease;
}
.team-select_size_big .team-select__item {
  font-size: 16px;
  line-height: 37px;
  width: 86px;
  max-width: 86px;
  min-width: 86px;
}
.team-select_size_big .team-select__item_active {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  height: 37px;
  vertical-align: middle;
}
.team-select_size_big .team-select__border {
  border-color: #cf3439;
  border-width: 5px;
  top: -5px;
  bottom: -5px;
  width: 96px;
}
.team-select_skin_green-size-100p {
  width: 100%;
  width: calc(94%);
}
.team-select_skin_green-size-80p {
  width: 80%;
  width: calc(74%);
  margin-left: auto;
  margin-right: auto;
}
.team-select_skin_green {
  border: 3px solid #009543;
}
.team-select_skin_green:before,
.team-select_skin_green:after {
  display: block;
  position: absolute;
  top: 2px;
  bottom: 2px;
  width: 3px;
  content: '';
  background: #f0f0f0;
}
.team-select_skin_green:before {
  left: -3px;
}
.team-select_skin_green:after {
  right: -3px;
}
.team-select_skin_green .team-select__arrow_left {
  background-image: url(/common/img/sprite.png);
  background-position: -347px -172px;
  width: 13px;
  height: 17px;
}
.team-select_skin_green .team-select__arrow_right {
  background-image: url(/common/img/sprite.png);
  background-position: -347px -219px;
  width: 13px;
  height: 16px;
}
.team-select_skin_green .team-select__arrow {
  top: 9px;
}
.team-select_skin_green .team-select__arrow:after {
  display: none;
}
.team-select_skin_green .team-select__item {
  color: #8f8f8f;
}
.team-select_skin_green .team-select__item_active {
  color: #ffffff;
}
.team-select_skin_green .team-select__border {
  background: url('/common/img/loko-pattern.png');
  background-position: 40px 50%;
  border: none;
  top: -2px;
  bottom: -2px;
}
.scoreboard {
  width: 100%;
  overflow: hidden;
  position: relative;
  table-layout: fixed;
}
.scoreboard_top-line {
  border-top: #edf8f2 1px solid;
}
.scoreboard__row_data {
  font-weight: 500;
}
.scoreboard__row_data:nth-child(2n) {
  background-color: rgba(0, 159, 75, 0.07);
}
.scoreboard__row_special {
  position: relative;
  overflow: hidden;
  background-color: #009f4b;
}
.scoreboard__row_special:after {
  content: "";
  background: url('/common/img/loko-pattern-2.png') repeat-x #009f4b;
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 45px;
}
.scoreboard__row_special .scoreboard__col {
  position: relative;
  z-index: 1;
  color: #fff;
}
.scoreboard__col {
  padding-top: 11px;
  padding-bottom: 11px;
  color: #333333;
  font-size: 16px;
  position: relative;
  width: auto;
  text-align: left;
}
.scoreboard__col_name {
  padding: 15px 3px;
  font-size: 13px;
  color: #c1c1c1;
  font-weight: 400;
  text-transform: uppercase;
}
.scoreboard__col_name:first-child {
  padding-left: 3%;
}
.scoreboard__col_type_position {
  width: 27px;
  padding-left: 5%;
}
.scoreboard__col_type_team {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.scoreboard__col_type_games {
  width: 40px;
}
.scoreboard__col_type_points {
  width: 30px;
}
.scoreboard__club {
  font-size: 16px;
  line-height: 16px;
}
.scoreboard__team {
  font-size: 11px;
}
.category-list {
  font-size: 0;
}
.category-list__item {
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  -webkit-transition: all 300ms ease-in-out 0;
  -moz-transition: all 300ms ease-in-out 0;
  -ms-transition: all 300ms ease-in-out 0;
  -o-transition: all 300ms ease-in-out 0;
  transition: all 300ms ease-in-out 0;
  display: inline-block;
  padding: 0 10px;
  padding-top: 1px;
  padding-bottom: 2px;
  margin-bottom: 10px;
  margin-right: 2px;
}
.category-list__item:first-child {
  margin-left: 0;
}
.category-list__item:hover {
  color: #d92127;
}
.category-list__item_active {
  padding: 0 10px;
  padding-top: 1px;
  padding-bottom: 2px;
  margin-bottom: 10px;
  margin-right: 2px;
  border-bottom: none;
  background: #d92127;
  color: #fff;
}
.category-list__item_active:hover {
  color: #fff;
}
/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-clip: padding-box;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-top-color: transparent;
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url(/common/img/select2-spinner.gif) no-repeat 100%;
}
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-image: none;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(/common/img/select2-spinner.gif) no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.select2.select2 .select2-choice {
  background: #fff;
}
.select2-container {
  margin-right: 7px;
  min-width: 110px;
  position: relative;
  color: #333333;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  background: #fff;
}
.select2-container.select2-container-disabled .select2-choice {
  color: #808080;
  background: #fff;
}
.select2-container:hover {
  color: #e0e0e0;
}
.select2-container:hover .select2-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 6px solid #009f4b;
}
.select2-container:hover.select2-container-disabled .select2-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 6px solid #656565;
}
.select2-container.auth-select {
  margin: 10px 0;
  font-size: 18px;
  width: 80%;
  height: 44px;
}
.select2-container.auth-select .select2-choice {
  height: 40px;
  line-height: 40px;
}
.select2-container.auth-select.wide {
  width: 100%;
}
.select2-container.auth-select .select2-arrow:before {
  top: 1em;
}
.select2-container.auth-select.select-sm {
  width: 25%;
}
.select2-container.auth-select.select-md {
  width: 40%;
}
.select2-container.auth-select.select-sm {
  width: 25%;
}
.select2-container.auth-select.select-md-2 {
  width: 50%;
  float: left;
}
.select2-container.auth-select.last {
  margin-right: 0;
}
.select2-container.select-red .select2-choice {
  background: #a52125;
  color: #fff;
  font-size: 14px;
}
.select2-container.select-red .select2-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 6px solid #fff;
}
.select2-container .select2-choice {
  position: relative;
  border: none !important;
  border-radius: 0;
  background: #fff;
  height: 32px;
  color: #333333;
  font-weight: 600;
  padding-left: 13px;
}
.select2-container .select2-choice > .select2-chosen {
  /*margin-right: 32px;*/
  margin-right: 28px;
  text-overflow: clip;
}
.select2-dropdown-open .select2-choice {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.select2-container-active.select-red .select2-choice {
  box-shadow: inset 0 0 5px #540d0f;
}
.select2-container-active .select2-choice {
  box-shadow: inset 0 0 5px rgba(0, 159, 75, 0.7);
}
.select2-container-active .select2-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 6px solid #009f4b;
}
.select2-highlighted {
  background: #009f4b !important;
  color: #fff !important;
}
.select2-drop {
  border: none;
  border-radius: 0;
  outline-style: none;
}
.select2-arrow {
  border: none;
  border-radius: 0;
  width: 32px;
}
.select2-arrow:before {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 1;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 6px solid #656565;
}
.select2-drop {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}
.select2-drop .select2-input {
  width: 100%;
  height: 41px;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  border: 2px solid #bfbfbf;
  outline: 0;
  font-size: 18px;
  line-height: 23px;
  padding: 0 10px;
  font-weight: normal;
  color: #333333;
  padding: 5px 10px;
  font-size: 14px;
}
.select2-drop .select2-input-wrap {
  float: left;
  padding-top: 10px;
}
.select2-drop .select2-input::-webkit-input-placeholder {
  color: #8eccab;
}
.select2-drop .select2-input:-moz-placeholder {
  color: #8eccab;
}
.select2-drop .select2-input::-moz-placeholder {
  color: #8eccab;
}
.select2-drop .select2-input:-ms-input-placeholder {
  color: #8eccab;
}
.select2-drop .select2-input:-moz-placeholder {
  color: #8eccab;
}
.select2-drop .select2-input::-moz-placeholder {
  color: #8eccab;
}
.select2-drop .select2-input:-ms-input-placeholder {
  color: #8eccab;
}
.select2-drop .select2-input::-webkit-input-placeholder {
  color: #8eccab;
}
.select2-drop .select2-input.placeholdersjs {
  color: #8eccab;
}
.select2-drop .select2-input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.select2-drop .select2-input:-moz-placeholder {
  color: #b3b3b3;
}
.select2-drop .select2-input::-moz-placeholder {
  color: #b3b3b3;
}
.select2-drop .select2-input:-ms-input-placeholder {
  color: #b3b3b3;
}
.select2-drop .select2-input:-moz-placeholder {
  color: #b3b3b3;
}
.select2-drop .select2-input::-moz-placeholder {
  color: #b3b3b3;
}
.select2-drop .select2-input:-ms-input-placeholder {
  color: #b3b3b3;
}
.select2-drop .select2-input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.select2-drop .select2-input.placeholdersjs {
  color: #b3b3b3;
}
.select2-drop .select2-input.control-sm {
  width: 25%;
}
.select2-drop .select2-input.error {
  border-color: #ff696d;
}
.select2-drop .select2-input:focus {
  border-color: #009f4b;
  -webkit-box-shadow: 0 0 5px rgba(0, 159, 75, 0.2), inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 159, 75, 0.2), inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 159, 75, 0.2), inset 0 1px 4px rgba(0, 0, 0, 0.2);
}
.select2-drop .select2-input-textarea {
  resize: vertical;
  min-height: 80px;
  max-height: 150px;
}
.select2-drop .select2-input.placeholder {
  color: #b3b3b3;
}
.select2-drop .select2-no-results,
.select2-drop .select2-searching {
  background: #fff;
}
.select2-results {
  font-size: 14px;
  line-height: 26px;
  padding: 6px 0;
  margin: 0;
}
.select2-results .select2-result-label {
  min-height: 30px;
  padding-left: 13px;
  font-weight: 600;
}
.select2-drop.auth-select .select2-result-label {
  height: 40px;
  line-height: 35px;
  font-size: 18px;
  font-weight: 600;
}
select.select2 {
  height: 32px;
  opacity: 0;
}
.tournament-filter {
  display: block;
  text-align: right;
}
.tournament-filter .label {
  font-size: 13px;
  color: #333333;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.tournament-filter .col {
  display: inline-block;
  padding: 0;
  width: auto;
  margin-bottom: 15px;
}
.filter-select.select2-container {
  height: 33px;
  width: 68%;
  min-width: 0;
  display: table-cell;
}
.filter-select.select2-container._min {
  min-width: 0;
  width: 67%;
}
.filter-select .select2-choice {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  height: 33px;
  background: #fff;
}
.filter-select .select2-chosen {
  margin-right: 20px;
}
.offset-top_1 {
  margin-top: 30px;
}
.offset-bottom_1 {
  margin-bottom: 30px;
}
.offset-top_2 {
  margin-top: 60px;
}
.offset-bottom_2 {
  margin-bottom: 60px;
}
.offset-top_3 {
  margin-top: 90px;
}
.offset-bottom_3 {
  margin-bottom: 90px;
}
.offset-top_15 {
  margin-top: 15px;
}
.offset-top_40 {
  margin-top: 40px;
}
.offset-bottom_40 {
  margin-bottom: 40px;
}
.offset-bottom_15 {
  margin-bottom: 15px;
}
.offset-right_1 {
  margin-right: 30px;
}
.offset-left_1 {
  margin-left: 30px;
}
.offset-right_15 {
  margin-right: 15px;
}
.offset-left_15 {
  margin-left: 15px;
}
.pagination {
  display: inline-block;
  margin-top: 30px;
  margin-right: 30px;
  padding: 0;
  list-style: none;
}
.pagination_dark .pagination__page a {
  border-color: #4d4d4d;
  color: #bfbfbf;
}
.pagination_dark .pagination__page a:hover {
  background-color: rgba(0, 159, 75, 0.3);
}
.pagination_dark .pagination__page_selected a {
  border: 0;
  color: #fff;
  line-height: 2.5em;
}
.pagination__page {
  display: inline-block;
  text-align: center;
  margin-right: 7px;
  vertical-align: top;
  margin-bottom: 7px;
}
.pagination__page a {
  display: block;
  text-decoration: none;
  height: 45px;
  min-width: 45px;
  font-size: 18px;
  line-height: 39px;
  line-height: 45px;
  border: 2px solid #bfbfbf;
  color: #333333;
}
.pagination__page.hidden {
  display: none;
}
.pagination__page:hover a {
  border-color: #009f4b;
}
.pagination__page_selected a {
  background: #009f4b;
  border-color: #009f4b;
  color: #fff;
  cursor: default;
}
.pagination__page_prev {
  background: no-repeat 17px 14px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAARCAYAAAAG/yacAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGRUE1NDM3QTI5QzIxMUU0QUVEMUJFMDE3MTRFREVFNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRUE1NDM3QjI5QzIxMUU0QUVEMUJFMDE3MTRFREVFNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZFQTU0Mzc4MjlDMjExRTRBRUQxQkUwMTcxNEVERUU2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFQTU0Mzc5MjlDMjExRTRBRUQxQkUwMTcxNEVERUU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+zFYQfwAAAR9JREFUeNpiZJjvzYAHVABxOxJ/OxD7MuHREAjEbUj8y0AcCcR/cWkyA+IlQMwI5b8GYj8g/gjiYNMkA8RrgZgLyv8BchIQP4ApQNcEUrgVqhEE/gNxChCfRFaErIkZiJcDsR6SWBMQL0V3CrKmdqi7YQCkuBGbh2Ga0oC4FEn8JNRZ/7FpYgTGEw+QfgzEAkjiRkB8HldcgGz6AsSZaKYuBGI+XJqYGQLUQPQVIP4NxM5QcXEg1gbi1dicCNMEAkeAWAUp9NSBmB+Id+DTBAJbgNgJiOWgfAsgfgXEZ3AFOQj8gqa5O0hik6EG4dQES2cBsHQGjfR1UD/i1AQCV4E4CJSioXyQ3zYAsSg2PyGD+1D/aAHxe2iK1wRpBggwAO8+M6DV1UDpAAAAAElFTkSuQmCC");
}
.pagination__page_prev a {
  padding-left: 44px;
  padding-right: 17px;
}
.pagination__page_next {
  background: no-repeat no-repeat 81% 14px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAARCAYAAAAG/yacAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQjhBRkVCQzI5QzMxMUU0QjVERENDN0Y4QjY3MDE4NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQjhBRkVCRDI5QzMxMUU0QjVERENDN0Y4QjY3MDE4NiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFCOEFGRUJBMjlDMzExRTRCNUREQ0M3RjhCNjcwMTg2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjFCOEFGRUJCMjlDMzExRTRCNUREQ0M3RjhCNjcwMTg2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+s7TzuwAAARZJREFUeNpiZJjvzcjAwLAMiCMYEKADiCsZcABmhgA1EL0diF2AWAYqbgPED4H4AjZNTFD6GxD7AfETJLmZQOyETxMIvAJiLyD+COWzAfEKIFbBpwkELgNxHBD/hfJFoU7nx6cJBDYBcRESH2TTOqjNKAGBDk4CsTgQm0L5ikAsAcSb8WkCgR1AbA3ESlC+MRB/B+KjjMB4YsADQE67ieQNkCY5Jjwa2IF4CZq/C4D4DS5NoFQyF4jNkcS6gXgWrtADgVogjkYL0Up8QQ5S3IDEvwjEkUhxh6EJ5JzZUOcxQJOVDzSZYY1cBWg8cCKlx2C09IiiiR/qblEo/z/UmaeweZgFSrcCMTcQ34PyZwDxBlxxARBgAHqQLzLZOqBDAAAAAElFTkSuQmCC");
}
.pagination__page_next a {
  padding-right: 44px;
  padding-left: 17px;
}
.pagination__page_first {
  width: 50px;
  background: no-repeat 50% 15px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPCAYAAAACsSQRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQjk5QjY1MDJCNjUxMUU0QTEwMkMxOTMzQ0IzQzkzQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQjk5QjY1MTJCNjUxMUU0QTEwMkMxOTMzQ0IzQzkzQiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZCOTlCNjRFMkI2NTExRTRBMTAyQzE5MzNDQjNDOTNCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZCOTlCNjRGMkI2NTExRTRBMTAyQzE5MzNDQjNDOTNCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+j+ckLgAAAPlJREFUeNqMkz0PwVAYhW9JDF1MRpuRuYmfgBAbEQsWYjIyWoxisfhYSJgI8Q8YzFajiclikEgdyUlzb1O3bfIk983TnJ60bw0xzwqPKwmOIMq5Bcb/XMgjIAY20k0jKcDTuUMiYAsSnPeg4+fkEAPMQJrzBVTBx8cpIV1Q4fkOMuAZwDkhJdDn+QXy4BbAOSEWmLKyDergTK9zSsgEmJx3YCV5nVNCGqwpWLUseZ1TQn71aqxr8OkWvc4J94tdgx7PJncgHsAJ9ycegKW0mQdpM3VOCbFZ/cQ5BRYg7OOEe+3foAiunHNg6Oe8fsAHKEgb2QZNnfsKMACOnUxt2aIgywAAAABJRU5ErkJggg==");
}
.pagination__page_last {
  width: 51px;
  margin-right: 0;
  background: no-repeat 50% 15px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPCAYAAAACsSQRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQjI5QjMzMzJCNjYxMUU0OUFDRjk5QTA2Qjg5MUREMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQjI5QjMzNDJCNjYxMUU0OUFDRjk5QTA2Qjg5MUREMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNCMjlCMzMxMkI2NjExRTQ5QUNGOTlBMDZCODkxREQxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCMjlCMzMyMkI2NjExRTQ5QUNGOTlBMDZCODkxREQxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+iQycOgAAARJJREFUeNpiZJjvPY2BgSGTAQJuA7EpEH+E8vHJwQETEBcA8T4oXxWI1wExG5SPTw7FkF9AHATEN6FiTkA8GcrGJwcHzAwBaiD6JxDvAOJIIOYGYmMg/g7ERwnIwV0CA3eAOARqOwi0AbEfEXIohoDAISBOgruSgWE5EBsQkoN5BxlcBmIOILYBYlYg9gHi1UD8CZccIzCKGbAAJmhgqkD585FcgSHHxIAdtCIpegLEdfjksBkSA8QVUPY3IPaGKsYph26IPRDPhbL/QqP1EiE5ZENUoAEIS5GVQLyJCDm4IfxAvBWIRaH8mUDcTYQc3BA2aJ6AxTUor+RB2fjkUAyZBM0TIHALmldgKROfHBwABBgAkBJPocaioUMAAAAASUVORK5CYII=");
}
.pagination__page_hidden {
  display: none;
}
.pagination_size_small .pagination__page_next {
  background-position: 50% center;
}
.pagination_size_small .pagination__page_prev {
  background-position: 50% center;
}
.pagination_size_small .pagination__page_last {
  width: 35px;
  background-position: 50% center;
}
.pagination_size_small .pagination__page_first {
  width: 35px;
  background-position: 50% center;
}
.pagination_size_small .pagination__page_next a {
  padding-right: 10px;
  padding-left: 10px;
}
.pagination_size_small .pagination__page_prev a {
  padding-right: 10px;
  padding-left: 10px;
}
.pagination_size_small .pagination__page a {
  height: 35px;
  min-width: 30px;
  font-size: 18px;
  line-height: 33px;
}
.pagination_center {
  display: block;
  text-align: center;
  margin-right: 0;
}
.col_offset {
  padding-left: 15px;
  padding-right: 15px;
}
.col_offset:first-child {
  padding-left: 0;
}
.col_offset:last-child {
  padding-right: 0;
}
.row-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.row-table > .col {
  display: table-cell;
  vertical-align: top;
}
.row-table > .col_bottom {
  vertical-align: bottom;
}
.row-table > .col-banners {
  width: 295px;
}
.row-table > .col-span {
  width: 3.17460317%;
}
.row-float:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.row-float:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.row-float_form {
  margin: 0 -5px;
  margin-bottom: 15px;
}
.row-float_form > .col {
  padding: 0 5px;
}
.row-float > .col {
  float: left;
}
.row-float > .col-main {
  width: 73.41269841%;
  margin-right: 3.17460317%;
}
.row-float > .col-aside {
  width: 23.41269841%;
}
.row-float > .col_size_100 {
  width: 100%;
}
.row-float > .col_size_50 {
  width: 50%;
}
.row-float > .col_size_33 {
  width: 33.33333333%;
}
.row-float > .col_size_25 {
  width: 25%;
}
.row-float > .col_size_66 {
  width: 66.61%;
}
.row-float > .col_size_15 {
  width: 15%;
}
.row-float > .col_size_35 {
  width: 35%;
}
.row-float > .col_offset_right {
  padding-right: 3%;
}
.row-float > .col_offset_left {
  padding-left: 3%;
}
.row-inline {
  font-size: 0;
}
.row-inline > .col {
  display: inline-block;
  vertical-align: top;
}
.row-inline > .col-size_3 {
  width: 33.33333333%;
}
.row-inline_center {
  text-align: center;
}
.row-inline_center > .col {
  text-align: left;
}
.section_offset {
  padding-left: 2.98507463%;
  padding-right: 2.98507463%;
}
.section_offset_big {
  padding-left: 13.49206349%;
  padding-right: 13.49206349%;
}
.section_offset_medium {
  padding-left: 6.4516129%;
  padding-right: 6.4516129%;
}
.section_background_white {
  background-color: #fff;
}
.section_background_gray {
  background-color: #f0f0f0;
}
.section_background_dark {
  background-color: #1a1a1a;
}
.section_background_dark-opacity {
  background-color: rgba(26, 26, 26, 0.6);
}
.section_background_green {
  background-color: #177448;
}
.section_background_green-line {
  background-image: url("../img/player-bg.png");
}
.section_width {
  margin: 0 auto;
  width: 900px;
}
.section_width_big {
  margin: 0 auto;
  width: 94.02985075%;
}
.section__header-block {
  padding-top: 50px;
  padding-bottom: 30px;
}
.section__header {
  padding-right: 30px;
}
.section_offset_top {
  padding-top: 38px;
}
.section_offset_bottom {
  padding-bottom: 40px;
}
.section_border_top_green {
  border-top: solid 3px #009f4b;
}
.section_border_bottom_green {
  border-top: solid 3px #009f4b;
}
.section_red-border-top {
  position: relative;
}
.section_red-border-top:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  background: #d92127;
  height: 4px;
  width: 100%;
}
.section_red-border-bottom {
  position: relative;
}
.section_red-border-bottom:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  background: #d92127;
  height: 4px;
  width: 100%;
}
.section_separator {
  border-bottom: 2px solid;
}
.section_separator:last-child {
  border-bottom: 0 none;
}
.section_separator_light {
  border-bottom-color: #efefef;
}
.section__image-wrap {
  position: relative;
  overflow: hidden;
  max-height: 490px;
  margin-bottom: 30px;
}
.section__image-wrap_small {
  max-height: 510px;
  margin-bottom: 30px;
}
.section__image-wrap_small .section__image {
  margin-top: 30px;
  min-width: 500px;
  max-width: 800px;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.section__image-wrap_no-img {
  min-height: 130px;
}
.section__image-wrap_no-img:before {
  content: '';
  position: absolute;
  display: inline-block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 97px;
  height: 115px;
  background-image: url("/common/img/news-no-img-logo.png");
}
.section__image-wrap_overlay:after {
  content: '';
  position: absolute;
  bottom: 3px;
  height: 100%;
  width: 100%;
  z-index: 0;
  box-shadow: inset 0 -120px 80px rgba(0, 0, 0, 0.3);
}
.section__image-title {
  display: table;
  width: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.section__image {
  width: 100%;
  display: block;
}
.news-card {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  height: 325px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.news-card_size_2 {
  width: 47%;
  margin-right: 3%;
}
.news-card_size_2:nth-child(2n) {
  margin-right: 0;
}
.news-card_size_3 {
  width: 31%;
  margin-right: 3%;
}
.news-card_size_3:nth-child(3n) {
  margin-right: 0;
}
.news-card:before {
  content: '';
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.news-card__link {
  text-decoration: none;
  display: block;
}
.news-card__link:hover .news-card__title {
  color: #cf3439;
}
.news-card__title-wrap {
  display: block;
  height: 64px;
  overflow: hidden;
}
.news-card__title {
  display: block;
  margin: 20px;
  margin-bottom: 0;
  max-height: 77px;
  overflow: hidden;
}
.news-card__title .icon {
  margin-right: .3em;
}
.news-card__description {
  display: block;
  margin: 20px;
  margin-top: 11px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 21px;
  max-height: 100px;
}
.news-card__date {
  font-size: 10px;
  color: #333;
  position: absolute;
  right: 27px;
  bottom: 10px;
}
.news-card__img {
  display: block;
  width: 100%;
  height: auto;
}
.news-card__img-wrap {
  max-height: 149px;
  overflow: hidden;
  display: block;
}
.news-card._no-img .news-card__img-wrap {
  min-height: 120px;
}
.news-card_no-img .news-card__img-wrap {
  position: relative;
}
.news-card_no-img .news-card__img-wrap:before {
  content: '';
  position: absolute;
  display: inline-block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 97px;
  height: 115px;
  background-image: url("/common/img/news-no-img-logo.png");
}
.news-card_no-description .news-card__description {
  display: none;
}
.news-card_no-description .news-card__img-wrap {
  max-height: 220px;
}
.content-block {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 7%;
  padding-left: 8%;
  word-break: break-word;
  word-wrap: break-word;
}
.content-block__source {
  color: #808080;
}
.content-block__date {
  color: #808080;
}
.content-block__tag-list {
  font-size: 14px;
  color: #000;
  float: right;
}
.content-block__tag {
  color: #009f4b;
  text-decoration: underline;
}
.content-block__tag:after {
  content: ',';
}
.content-block__tag:hover {
  color: #d92127;
}
.content-block__tag:last-child:after {
  content: '';
}
.content-block__nav:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.content-block__nav:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.content-block__nav-item {
  width: auto;
  line-height: 31px;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  border: 2px solid #bfbfbf;
  padding: 20px;
  font-size: 16px;
}
.content-block__nav-item_prev {
  float: left;
  background: no-repeat center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAARCAYAAAAG/yacAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGRUE1NDM3QTI5QzIxMUU0QUVEMUJFMDE3MTRFREVFNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRUE1NDM3QjI5QzIxMUU0QUVEMUJFMDE3MTRFREVFNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZFQTU0Mzc4MjlDMjExRTRBRUQxQkUwMTcxNEVERUU2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFQTU0Mzc5MjlDMjExRTRBRUQxQkUwMTcxNEVERUU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+zFYQfwAAAR9JREFUeNpiZJjvzYAHVABxOxJ/OxD7MuHREAjEbUj8y0AcCcR/cWkyA+IlQMwI5b8GYj8g/gjiYNMkA8RrgZgLyv8BchIQP4ApQNcEUrgVqhEE/gNxChCfRFaErIkZiJcDsR6SWBMQL0V3CrKmdqi7YQCkuBGbh2Ga0oC4FEn8JNRZ/7FpYgTGEw+QfgzEAkjiRkB8HldcgGz6AsSZaKYuBGI+XJqYGQLUQPQVIP4NxM5QcXEg1gbi1dicCNMEAkeAWAUp9NSBmB+Id+DTBAJbgNgJiOWgfAsgfgXEZ3AFOQj8gqa5O0hik6EG4dQES2cBsHQGjfR1UD/i1AQCV4E4CJSioXyQ3zYAsSg2PyGD+1D/aAHxe2iK1wRpBggwAO8+M6DV1UDpAAAAAElFTkSuQmCC");
}
.content-block__nav-item_next {
  float: right;
  background: no-repeat center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAARCAYAAAAG/yacAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQjhBRkVCQzI5QzMxMUU0QjVERENDN0Y4QjY3MDE4NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQjhBRkVCRDI5QzMxMUU0QjVERENDN0Y4QjY3MDE4NiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFCOEFGRUJBMjlDMzExRTRCNUREQ0M3RjhCNjcwMTg2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjFCOEFGRUJCMjlDMzExRTRCNUREQ0M3RjhCNjcwMTg2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+s7TzuwAAARZJREFUeNpiZJjvzcjAwLAMiCMYEKADiCsZcABmhgA1EL0diF2AWAYqbgPED4H4AjZNTFD6GxD7AfETJLmZQOyETxMIvAJiLyD+COWzAfEKIFbBpwkELgNxHBD/hfJFoU7nx6cJBDYBcRESH2TTOqjNKAGBDk4CsTgQm0L5ikAsAcSb8WkCgR1AbA3ESlC+MRB/B+KjjMB4YsADQE67ieQNkCY5Jjwa2IF4CZq/C4D4DS5NoFQyF4jNkcS6gXgWrtADgVogjkYL0Up8QQ5S3IDEvwjEkUhxh6EJ5JzZUOcxQJOVDzSZYY1cBWg8cCKlx2C09IiiiR/qblEo/z/UmaeweZgFSrcCMTcQ34PyZwDxBlxxARBgAHqQLzLZOqBDAAAAAElFTkSuQmCC");
}
.date-wrap {
  color: #333333;
}
.date-wrap:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.date-wrap:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.date-wrap .day {
  float: left;
  font-size: 40px;
  font-weight: 600;
  margin-right: .25em;
}
.date-wrap .date {
  font-size: 14px;
  font-weight: 600;
  color: #adadad;
  text-transform: uppercase;
  position: relative;
  top: .4em;
  line-height: 1.4em;
}
.date-wrap .date .month {
  text-transform: lowercase;
  color: #333333;
  display: block;
}
.tournament-info {
  color: #7f7f7f;
  font-size: 14px;
}
.tournament-info a {
  text-decoration: underline;
  color: #7f7f7f;
}
.tournament-info a:hover {
  color: #d92127;
}
.contacts-page {
  overflow: hidden;
}
.wysiwyg-block .contacts {
  font-size: 0px;
  line-height: 0px;
  color: #333333;
  margin-bottom: 55px;
  max-width: none;
  text-align: center;
}
.wysiwyg-block .contacts h3 {
  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
  color: #009f4b;
  margin: 0 0 8px;
  position: relative;
  text-transform: uppercase;
}
.wysiwyg-block .contacts h3::before {
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
}
.wysiwyg-block .contacts p {
  margin: 0 0 8px;
}
.wysiwyg-block .contacts a {
  font-size: 16px;
  font-weight: 700;
  color: #009f4b;
  line-height: 21px;
}
.wysiwyg-block .contacts .column {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
  width: 33%;
}
.wysiwyg-block .contacts-phone {
  text-transform: uppercase;
  padding-left: 30px;
}
.wysiwyg-block .contacts-phone h3 {
  margin-left: -30px;
  padding-left: 30px;
}
.wysiwyg-block .contacts-phone h3::before {
  background-image: url(/common/img/sprite.png);
  background-position: -347px -146px;
  width: 13px;
  height: 21px;
}
.wysiwyg-block .contacts-phone p {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}
.wysiwyg-block .contacts-mail {
  text-transform: none;
}
.wysiwyg-block .contacts-address {
  padding-left: 30px;
}
.wysiwyg-block .contacts-address h3 {
  margin-left: -30px;
  padding-left: 30px;
}
.wysiwyg-block .contacts-address h3::before {
  background-image: url(/common/img/sprite.png);
  background-position: -347px -198px;
  width: 16px;
  height: 16px;
}
.wysiwyg-block .contacts-metro {
  padding-left: 30px;
}
.wysiwyg-block .contacts-metro h3 {
  margin-left: -30px;
  padding-left: 30px;
}
.wysiwyg-block .contacts-metro h3::before {
  background-image: url(/common/img/sprite.png);
  background-position: -340px -249px;
  width: 17px;
  height: 11px;
}
.wysiwyg-block .contacts-metro_station::before {
  background-color: #f21917;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 0.5em;
  vertical-align: middle;
  width: 12px;
}
.page_type_mobile .contacts {
  text-align: left;
}
.page_type_mobile .contacts .column {
  width: 100%;
}
.page-section .columns-header {
  color: #009f4b;
}
.page-section .content_size_big {
  padding: 30px 0;
}
.page-section .wysiwyg-block {
  padding-left: 5%;
  padding-right: 5%;
}
.page-section .wysiwyg-block .advantages ul {
  margin-left: -5%;
  margin-right: -5%;
}
.team__photo img {
  display: block;
  max-width: 100%;
}
.team-page {
  overflow: hidden;
}
.team-section {
  padding: 0 4%;
}
.team-group {
  padding-top: 20px;
}
.team-player__number {
  font-weight: 700;
  text-align: center;
  padding-left: 16px;
  width: 68px;
}
.team-player__name {
  padding-left: 20px;
}
.team-player__date {
  text-align: right;
  padding-right: 15px;
  width: 100px;
}
.team-player__goals {
  padding-right: 23px;
  text-align: right;
  width: 65px;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*!
Video.js Default Styles (http://videojs.com)
Version GENERATED_AT_BUILD
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurrences of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
  width: 100%!important;
  color: #fff;
}
/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
  font-family: 'VideoJS';
  src: url('/common/fonts/vjs/vjs.eot');
  src: url('/common/fonts/vjs/vjs.eot?#iefix') format('embedded-opentype'), url('/common/fonts/vjs/vjs.woff') format('woff'), url('/common/fonts/vjs/vjs.ttf') format('truetype'), url('/common/fonts/vjs/vjs.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  /* Replace browser focus highlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  /* background-color-with-alpha */
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.9);
}
.vjs-default-skin .vjs-slider:focus {
  /* box-shadow */
  -webkit-box-shadow: 0 0 2em #fff;
  -moz-box-shadow: 0 0 2em #fff;
  box-shadow: 0 0 2em #fff;
}
.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate the square icon to make a diamond */
  /* transform */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
  /* Start hidden */
  display: none;
  position: absolute;
  /* Place control bar at the bottom of the player box/video.
     If you want more margin below the control bar, add more height. */
  bottom: 0;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 3.0em;
  /* background-color-with-alpha */
  background-color: #333333;
}
/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  /* Visibility needed to make sure things hide in older browsers too. */
  visibility: visible;
  opacity: 1;
  /* transition */
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
  -webkit-transition: visibility 0.1s, opacity 0.1s 300ms ease 0ms;
  -moz-transition: visibility 0.1s, opacity 0.1s 300ms ease 0ms;
  -ms-transition: visibility 0.1s, opacity 0.1s 300ms ease 0ms;
  -o-transition: visibility 0.1s, opacity 0.1s 300ms ease 0ms;
  transition: visibility 0.1s, opacity 0.1s 300ms ease 0ms;
}
/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  /* transition */
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
  -webkit-transition: visibility 1s, opacity 1s 300ms ease 0ms;
  -moz-transition: visibility 1s, opacity 1s 300ms ease 0ms;
  -ms-transition: visibility 1s, opacity 1s 300ms ease 0ms;
  -o-transition: visibility 1s, opacity 1s 300ms ease 0ms;
  transition: visibility 1s, opacity 1s 300ms ease 0ms;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}
/* The control bar shouldn't show after an error */
.vjs-default-skin.vjs-error .vjs-control-bar {
  display: none;
}
/* Don't hide the control bar if it's audio */
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
    - "\9" IE8 hack didn't work for this
    - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.0em;
  width: 4em;
}
/* Font button icons */
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when
    this is set to 0 */
}
/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
  /* hide-visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}
/* Playback toggle
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: -2em;
  list-style: none;
}
/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}
.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  /* assuming volume starts at 1.0 */
  width: 100%;
  background: #d92127 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
  /* Assumes volume starts at 1.0. If you change the size of the
     handle relative to the volume bar, you'll need to update this value
     too. */
  left: 4.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
/* The volume menu button is like menu buttons (captions/subtitles) but works
    a little differently. It needs to be possible to tab to the volume slider
    without hitting space bar on the menu button. To do this we're not using
    display:none to hide the slider menu by default, and instead setting the
    width and height to zero. */
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  height: 0;
  width: 0;
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 10em;
}
/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s 300ms ease 0ms;
  -moz-transition: all 0.4s 300ms ease 0ms;
  -ms-transition: all 0.4s 300ms ease 0ms;
  -o-transition: all 0.4s 300ms ease 0ms;
  transition: all 0.4s 300ms ease 0ms;
}
/* On hover, make the progress bar grow to something that's more clickable.
    This simply changes the overall font for the progress bar, and this
    updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  /* Even though we're not changing the top/height, we need to include them in
        the transition so they're handled correctly. */
  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition: all 0.2s 300ms ease 0ms;
  -moz-transition: all 0.2s 300ms ease 0ms;
  -ms-transition: all 0.2s 300ms ease 0ms;
  -o-transition: all 0.2s 300ms ease 0ms;
  transition: all 0.2s 300ms ease 0ms;
}
/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}
/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* updated by javascript during playback */
  width: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-play-progress {
  /*
    Using a data URI to create the white diagonal lines with a transparent
        background. Surprisingly works in IE8.
        Created using http://www.patternify.com
    Changing the first color value will change the bar color.
    Also using a paralax effect to make the lines move backwards.
        The -50% left position makes that happen.
    */
  background: #d92127 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
  background: #646464 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.2);
}
/* there are child elements of the load progress bar that represent the
     specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div {
  background: #787878 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.1);
}
.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  display: none;
  height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em /* Minor adjustment */;
}
/* Live Mode
--------------------------------------------------------------------------------
*/
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-default-skin.vjs-live .vjs-live-display {
  display: block;
}
/* Live Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em;
}
/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
  float: left;
}
.vjs-default-skin .vjs-duration {
  float: left;
}
/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}
.vjs-time-divider {
  float: left;
  line-height: 3em;
}
/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}
/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}
/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
  width: 122px;
  height: 122px;
  background: url("/common/img/play.png") no-repeat top center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  /*// Calculate total width/height so we're able to center the button
    @total-width: (@big-play-width + (@big-play-border-width * 2));
    @total-height: (@big-play-height + (@big-play-border-width * 2));
    // Position the button using the absolute-align mixin (bottom of page)
    .absolute-align(@big-play-align, @big-play-margin, @total-width);
    .absolute-align(@big-play-vertical-align, @big-play-margin, @total-height);

    font-size: @big-play-font-size;
    display: block;
    z-index: 2;
    position: absolute;
    width: @big-play-width;
    height: @big-play-height;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    .background-color-with-alpha(@big-play-bg-color, @big-play-bg-alpha);

    border: @big-play-border-width solid @big-play-border-color;

    .border-radius(@big-play-border-radius);
    .box-shadow(0px 0px 1em rgba(255, 255, 255, 0.25));
    .transition(all 0.4s);*/
}
.vjs-default-skin .vjs-big-play-button:before {
  display: none;
}
.vjs-default-skin .vjs-big-play-button:hover {
  width: 122px;
  height: 122px;
  background: url("/common/img/play-hover.png") no-repeat top center;
}
/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -2.1em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.4em;
}
/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}
/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}
/* Hide on mobile devices. Remove when we stop using native controls
    by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  /*    border-color: #fff;
    background-color: rgb(80, 80, 80);
    background-color: rgba(50, 50, 50, 0.75);

    .box-shadow(0 0 3em #fff);
    .transition(all 0s);*/
}
.vjs-default-skin {
  cursor: pointer;
}
.vjs-default-skin:hover .vjs-big-play-button {
  width: 122px;
  height: 122px;
  background: url("/common/img/play-hover.png") no-repeat top center;
}
.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */
  line-height: 2.6em;
  text-align: center /* Needed for IE8 */;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-big-play-button {
  display: none;
}
/* Error Display
--------------------------------------------------------------------------------
*/
.vjs-error-display {
  display: none;
}
.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-error-display:before {
  content: 'X';
  font-size: 4em;
  color: #666666;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */
  line-height: 1;
  text-align: center /* Needed for IE8 */;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}
.vjs-error-display div {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1.4em;
  text-align: center;
  padding: 3px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
.vjs-error-display a,
.vjs-error-display a:visited {
  color: #F4A460;
}
/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
  /* Should be hidden by default */
  display: none!important;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
}
/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
  display: block;
  /* only animate when showing because it can be processor heavy */
  /*.animation(spin 1.5s infinite linear);*/
}
/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
  display: none;
  /* ensure animation doesn't continue while hidden */
  /* animation */
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-animation: none 300ms 0ms ease;
  -moz-animation: none 300ms 0ms ease;
  -ms-animation: none 300ms 0ms ease;
  -o-animation: none 300ms 0ms ease;
  animation: none 300ms 0ms ease;
}
.vjs-default-skin .vjs-loading-spinner:before {
  content: url('../imgloader-black.gif');
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */
  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same width top as ul bottom */
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}
/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */
  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */
  /* background-color-with-alpha */
  background-color: #333333;
  /* box-shadow */
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
  display: block;
}
.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  /* background-color-with-alpha */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}
/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}
/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before {
  content: "\e00c";
}
.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 24em;
  left: -12em;
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  margin: auto;
  /* Start with 10px for base font size so other dimensions can be em based and
     easily calculable. */
  font-size: 10px;
  /* Allow poster to be vertically aligned. */
  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/
  /* Provide some basic defaults for fonts */
  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */
  /* Turn off user selection (text highlighting) by default.
     The majority of player components will not be text blocks.
     Text areas will need to turn user selection back on. */
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Playback technology elements expand to the width/height of the containing div
    <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
     checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /* IE6 full-window (underscore hack) */
  _position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
/* Hide the poster after the video has started playing */
.video-js.vjs-has-started .vjs-poster {
  display: none;
}
/* Don't hide the poster if we're playing audio */
.video-js.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
/* Hide the poster when controls are disabled because it's clickable
    and the native poster can take over */
.video-js.vjs-controls-disabled .vjs-poster {
  display: none;
}
/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  /* Leave padding on left and right */
  left: 1em;
  right: 1em;
}
/* Move captions down when controls aren't being shown */
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
/* Individual tracks */
.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  /* Transparent black background, or fallback to all black (oldIE) */
  /* background-color-with-alpha */
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-subtitles {
  color: #fff /* Subtitles are white */;
}
.video-js .vjs-captions {
  color: #fc6 /* Captions are yellow */;
}
.vjs-tt-cue {
  display: block;
}
/* Increase font-size when fullscreen */
.video-js.vjs-fullscreen .vjs-text-track {
  font-size: 3em;
}
/* Hide disabled or unsupported controls */
.vjs-default-skin .vjs-hidden {
  display: none;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
    The .video-js classname on the video tag also isn't considered.
    This optional paragraph inside the video tag can provide a message to users
    about what's required to play video. */
.vjs-no-js {
  padding: 20px;
  color: #ccc;
  background-color: #333;
  font-size: 18px;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #F4A460;
}
/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
.bbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn-reset input,
.btn-reset button {
  bottom: 0;
}
.btn-reset input:focus,
.btn-reset button:focus {
  outline: 0;
}
.cover-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.horizontal-list:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.horizontal-list:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.horizontal-list li {
  float: left;
  list-style: none;
}
.select-off {
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.absolute-center {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
.hide {
  display: none !important;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px;
}
.uppercase {
  text-transform: uppercase;
}
.ie8 .border-radius {
  behavior: url(/common/PIE.htc);
}
@keyframes infiniteRun {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@-webkit-keyframes infiniteRun {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@-moz-keyframes infiniteRun {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@-o-keyframes infiniteRun {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes vibraion {
  0% {
    left: -10px;
  }
  25% {
    left: 0;
  }
  50% {
    left: -10px;
  }
  75% {
    left: 0;
  }
  100% {
    left: -10px;
  }
}
@-webkit-keyframes vibraion {
  0% {
    left: -10px;
  }
  25% {
    left: 0;
  }
  50% {
    left: -10px;
  }
  75% {
    left: 0;
  }
  100% {
    left: -10px;
  }
}
@-moz-keyframes vibraion {
  0% {
    left: -10px;
  }
  25% {
    left: 0;
  }
  50% {
    left: -10px;
  }
  75% {
    left: 0;
  }
  100% {
    left: -10px;
  }
}
@-o-keyframes vibraion {
  0% {
    left: -10px;
  }
  25% {
    left: 0;
  }
  50% {
    left: -10px;
  }
  75% {
    left: 0;
  }
  100% {
    left: -10px;
  }
}
@keyframes vibraion-mr {
  0% {
    margin-right: 0;
  }
  25% {
    margin-right: -10px;
  }
  50% {
    margin-right: 0;
  }
  75% {
    margin-right: -10px;
  }
  100% {
    margin-right: 0;
  }
}
@-webkit-keyframes vibraion-mr {
  0% {
    margin-right: 0;
  }
  25% {
    margin-right: -10px;
  }
  50% {
    margin-right: 0;
  }
  75% {
    margin-right: -10px;
  }
  100% {
    margin-right: 0;
  }
}
@-moz-keyframes vibraion-mr {
  0% {
    margin-right: 0;
  }
  25% {
    margin-right: -10px;
  }
  50% {
    margin-right: 0;
  }
  75% {
    margin-right: -10px;
  }
  100% {
    margin-right: 0;
  }
}
@-o-keyframes vibraion-mr {
  0% {
    margin-right: 0;
  }
  25% {
    margin-right: -10px;
  }
  50% {
    margin-right: 0;
  }
  75% {
    margin-right: -10px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes vibraion-ml {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: 10px;
  }
  50% {
    margin-left: 0;
  }
  75% {
    margin-left: 10px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes vibraion-ml {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: 10px;
  }
  50% {
    margin-left: 0;
  }
  75% {
    margin-left: 10px;
  }
  100% {
    margin-left: 0;
  }
}
@-moz-keyframes vibraion-ml {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: 10px;
  }
  50% {
    margin-left: 0;
  }
  75% {
    margin-left: 10px;
  }
  100% {
    margin-left: 0;
  }
}
@-o-keyframes vibraion-ml {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: 10px;
  }
  50% {
    margin-left: 0;
  }
  75% {
    margin-left: 10px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes flash {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes flash {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes flash {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes flash {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@font-face {
  font-family: "Rub";
  src: url("/common/fonts/rub/rouble.eot");
  src: local("Rub"), local("Rub"), url("/common/fonts/rub/rouble.woff") format("woff"), url("/common/fonts/rub/rouble.ttf") format("truetype"), url("/common/fonts/rub/rouble.svg#ALSRubl") format("svg");
}
@font-face {
  font-family: 'Exo_2';
  src: url(/common/fonts/exo2/exo_2_600italic-webfont.eot);
  src: url(/common/fonts/exo2/exo_2_600italic-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/exo2/exo_2_600italic-webfont.woff) format("woff"), url(/common/fonts/exo2/exo_2_600italic-webfont.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Exo_2';
  src: url(/common/fonts/exo2/exo_2_600-webfont.eot);
  src: url(/common/fonts/exo2/exo_2_600-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/exo2/exo_2_600-webfont.woff) format("woff"), url(/common/fonts/exo2/exo_2_600-webfont.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Exo_2';
  src: url(/common/fonts/exo2/exo_2_500italic-webfont.eot);
  src: url(/common/fonts/exo2/exo_2_500italic-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/exo2/exo_2_500italic-webfont.woff) format("woff"), url(/common/fonts/exo2/exo_2_500italic-webfont.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Exo_2';
  src: url(/common/fonts/exo2/exo_2_300italic-webfont.eot);
  src: url(/common/fonts/exo2/exo_2_300italic-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/exo2/exo_2_300italic-webfont.woff) format("woff"), url(/common/fonts/exo2/exo_2_300italic-webfont.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Exo_2';
  src: url(/common/fonts/exo2/exo_2_500-webfont.eot);
  src: url(/common/fonts/exo2/exo_2_500-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/exo2/exo_2_500-webfont.woff) format("woff"), url(/common/fonts/exo2/exo_2_500-webfont.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Exo_2';
  src: url(/common/fonts/exo2/exo_2_300-webfont.eot);
  src: url(/common/fonts/exo2/exo_2_300-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/exo2/exo_2_300-webfont.woff) format("woff"), url(/common/fonts/exo2/exo_2_300-webfont.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Exo_2';
  src: url(/common/fonts/exo2/exo_2_200-webfont.eot);
  src: url(/common/fonts/exo2/exo_2_200-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/exo2/exo_2_200-webfont.woff) format("woff"), url(/common/fonts/exo2/exo_2_200-webfont.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Exo_2';
  src: url(/common/fonts/exo2/exo_2_200italic-webfont.eot);
  src: url(/common/fonts/exo2/exo_2_200italic-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/exo2/exo_2_200italic-webfont.woff) format("woff"), url(/common/fonts/exo2/exo_2_200italic-webfont.ttf) format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Exo_2';
  src: url(/common/fonts/exo2/exo_2_100italic-webfont.eot);
  src: url(/common/fonts/exo2/exo_2_100italic-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/exo2/exo_2_100italic-webfont.woff) format("woff"), url(/common/fonts/exo2/exo_2_100italic-webfont.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Exo_2';
  src: url(/common/fonts/exo2/exo_2_100-webfont.eot);
  src: url(/common/fonts/exo2/exo_2_100-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/exo2/exo_2_100-webfont.woff) format("woff"), url(/common/fonts/exo2/exo_2_100-webfont.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Exo_2';
  src: url(/common/fonts/exo2/exo_2_800italic-webfont.eot);
  src: url(/common/fonts/exo2/exo_2_800italic-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/exo2/exo_2_800italic-webfont.woff) format("woff"), url(/common/fonts/exo2/exo_2_800italic-webfont.ttf) format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Exo_2';
  src: url(/common/fonts/exo2/exo_2_700italic-webfont.eot);
  src: url(/common/fonts/exo2/exo_2_700italic-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/exo2/exo_2_700italic-webfont.woff) format("woff"), url(/common/fonts/exo2/exo_2_700italic-webfont.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Exo_2';
  src: url(/common/fonts/exo2/exo_2_700-webfont.eot);
  src: url(/common/fonts/exo2/exo_2_700-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/exo2/exo_2_700-webfont.woff) format("woff"), url(/common/fonts/exo2/exo_2_700-webfont.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Exo_2';
  src: url(/common/fonts/exo2/exo_2_regular-webfont.eot);
  src: url(/common/fonts/exo2/exo_2_regular-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/exo2/exo_2_regular-webfont.woff) format("woff"), url(/common/fonts/exo2/exo_2_regular-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Exo_2';
  src: url(/common/fonts/exo2/exo_2_900-webfont.eot);
  src: url(/common/fonts/exo2/exo_2_900-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/exo2/exo_2_900-webfont.woff) format("woff"), url(/common/fonts/exo2/exo_2_900-webfont.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Exo_2';
  src: url(/common/fonts/exo2/exo_2_900italic-webfont.eot);
  src: url(/common/fonts/exo2/exo_2_900italic-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/exo2/exo_2_900italic-webfont.woff) format("woff"), url(/common/fonts/exo2/exo_2_900italic-webfont.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Exo_2';
  src: url(/common/fonts/exo2/exo_2_800-webfont.eot);
  src: url(/common/fonts/exo2/exo_2_800-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/exo2/exo_2_800-webfont.woff) format("woff"), url(/common/fonts/exo2/exo_2_800-webfont.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Exo_2';
  src: url(/common/fonts/exo2/exo_2_italic-webfont.eot);
  src: url(/common/fonts/exo2/exo_2_italic-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/exo2/exo_2_italic-webfont.woff) format("woff"), url(/common/fonts/exo2/exo_2_italic-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
.content {
  color: #333333;
  font-family: "Exo_2", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ie8 .content {
  font-family: "Arial", sans-serif;
}
.content ._gray {
  color: #7f7f7f;
}
.content a {
  color: #009f4b;
}
.content h1 {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 20px;
}
.content h2 {
  font-size: 26px;
  line-height: 34px;
  margin: 10px 0;
}
.content h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0 10px;
}
.content p + h3 {
  margin: 19px 0 10px;
}
.content h4,
.content h5,
.content h6 {
  font-size: 17px;
  line-height: 20px;
  margin-top: 5px;
}
.content p {
  margin: 10px 0;
}
.content ul,
.content ol {
  padding: 0;
  list-style: none;
}
.content ul li,
.content ol li {
  position: relative;
  padding-left: 18px;
  margin: 10px 0;
}
.content ul li:before,
.content ol li:before {
  color: #d92127;
  font-weight: bold;
}
.content ul ol,
.content ul ul {
  margin: 0;
}
.content ul > ul {
  padding-left: 18px;
}
.content ul ul > ul {
  padding-left: 14px;
}
.content ul li:before {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #d92127;
  left: 3px;
  top: 8px;
  content: "";
}
.content ul li ul > li {
  padding-left: 14px;
}
.content ul li ul > li:before {
  width: 4px;
  height: 4px;
  top: 9px;
  background: #4c4c4c;
  border-radius: 2px;
}
.content ol {
  counter-reset: ol-counter;
}
.content ol ol,
.content ol ul {
  margin: 0;
}
.content ol > ol {
  padding-left: 18px;
}
.content ol li {
  padding-left: 18px;
  position: relative;
}
.content ol li:before {
  content: counter(ol-counter) ". ";
  counter-increment: ol-counter;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 18px;
}
.content .table {
  color: #4c4c4c;
}
.content .table thead tr {
  padding-top: 11px;
}
.content .table thead tr td,
.content .table thead tr th {
  border-bottom: 3px solid #d92127;
  font-weight: 600;
}
.content .table tr:last-child,
.content .table tr._last {
  border-bottom: 3px solid #d92127;
}
.content .table tr td {
  border-bottom: 1px solid #cccccc;
  padding: 10px 18px 11px;
}
.content .table tr td._red {
  color: #fff;
  background: #d92127;
  border-bottom: 1px solid #d92127;
  font-weight: 700;
  text-align: center;
}
.content .table tr td._red + td {
  padding-left: 28px;
}
.content blockquote {
  color: #ea0000;
  text-transform: uppercase;
  padding-left: 100px;
  position: relative;
  margin: 20px 40px;
}
.content blockquote:before {
  content: "„";
  display: block;
  position: absolute;
  font-size: 139px;
  line-height: 50px;
  left: 42px;
  top: -62px;
  font-style: italic;
  color: #dadada;
}
.content .img-block {
  margin: 30px 0;
}
.content .img-block img {
  width: 100%;
  height: auto;
}
.content .img-block .caption {
  color: #7f7f7f;
}
.page-info .breadcrumb {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0px;
}
.page-info .breadcrumb .link {
  font-size: 14px;
  line-height: 21px;
  color: #808080;
  padding-right: 2px;
}
.page-info .breadcrumb .link .text {
  border-bottom: 1px solid #e6e6e6;
}
.page-info .breadcrumb .link:first-child:before {
  display: none;
}
.page-info .breadcrumb .link:before {
  content: "→";
  padding-left: 3px;
  padding-right: 8px;
}
.page-info .breadcrumb.text-page {
  max-width: 900px;
  margin: auto;
}
.page-info .catalog {
  padding-top: 15px;
}
.text-page-container.catalog {
  padding-left: 40px;
  padding-top: 15px;
}
.text-page-container .content {
  max-width: 900px;
  padding-top: 15px;
  margin: auto;
}
footer .main a {
  color: #fff;
}
footer .main a:hover {
  color: #d92127;
}
/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-clip: padding-box;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-top-color: transparent;
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-image: none;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.select2-container {
  margin-right: 7px;
  min-width: 220px;
  position: relative;
  color: #333333;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
}
.select2-container.select2-container-disabled .select2-choice {
  color: #808080;
}
.select2-container:hover {
  color: #e0e0e0;
}
.select2-container:hover .select2-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 6px solid #009f4b;
}
.select2-container:hover.select2-container-disabled .select2-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 6px solid #656565;
}
.select2-container.auth-select {
  margin: 10px 0;
  font-size: 18px;
  width: 80%;
  height: 44px;
}
.select2-container.auth-select .select2-choice {
  height: 40px;
  line-height: 40px;
}
.select2-container.auth-select.wide {
  width: 100%;
}
.select2-container.auth-select .select2-arrow:before {
  top: 1em;
}
.select2-container.auth-select.select-sm {
  width: 25%;
}
.select2-container.auth-select.select-md {
  width: 40%;
}
.select2-container.auth-select.select-sm {
  width: 25%;
}
.select2-container.auth-select.select-md-2 {
  width: 50%;
  float: left;
}
.select2-container.auth-select.last {
  margin-right: 0;
}
.select2-container.select-red .select2-choice {
  background: #a52125;
  color: #fff;
  font-size: 14px;
}
.select2-container.select-red .select2-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 6px solid #fff;
}
.select2-container .select2-choice {
  position: relative;
  border: none !important;
  border-radius: 0;
  background: #f0f0f0;
  height: 32px;
  color: #333333;
  font-weight: 600;
  padding-left: 13px;
}
.select2-container .select2-choice > .select2-chosen {
  /*margin-right: 32px;*/
  margin-right: 28px;
  text-overflow: clip;
}
.select2-dropdown-open .select2-choice {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.select2-container-active.select-red .select2-choice {
  box-shadow: inset 0px 0px 5px #540d0f;
}
.select2-container-active .select2-choice {
  box-shadow: inset 0px 0px 5px rgba(0, 159, 75, 0.7);
}
.select2-container-active .select2-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 6px solid #009f4b;
}
.select2-highlighted {
  background: #009f4b !important;
  color: #fff !important;
}
.select2-drop {
  border: none;
  border-radius: 0;
  outline-style: none;
}
.select2-arrow {
  border: none;
  border-radius: 0;
  width: 32px;
}
.select2-arrow:before {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 1;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 6px solid #656565;
}
.select2-drop {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}
.select2-drop .select2-input {
  width: 100%;
  height: 41px;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  border: 2px solid #bfbfbf;
  outline: 0;
  font-size: 18px;
  line-height: 23px;
  padding: 0 10px;
  font-weight: normal;
  color: #333333;
  padding: 5px 10px;
  font-size: 14px;
}
.select2-drop .select2-input-wrap {
  float: left;
  padding-top: 10px;
}
.select2-drop .select2-input::-webkit-input-placeholder {
  color: #8eccab;
}
.select2-drop .select2-input:-moz-placeholder {
  color: #8eccab;
}
.select2-drop .select2-input::-moz-placeholder {
  color: #8eccab;
}
.select2-drop .select2-input:-ms-input-placeholder {
  color: #8eccab;
}
.select2-drop .select2-input:-moz-placeholder {
  color: #8eccab;
}
.select2-drop .select2-input::-moz-placeholder {
  color: #8eccab;
}
.select2-drop .select2-input:-ms-input-placeholder {
  color: #8eccab;
}
.select2-drop .select2-input::-webkit-input-placeholder {
  color: #8eccab;
}
.select2-drop .select2-input.placeholdersjs {
  color: #8eccab;
}
.select2-drop .select2-input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.select2-drop .select2-input:-moz-placeholder {
  color: #b3b3b3;
}
.select2-drop .select2-input::-moz-placeholder {
  color: #b3b3b3;
}
.select2-drop .select2-input:-ms-input-placeholder {
  color: #b3b3b3;
}
.select2-drop .select2-input:-moz-placeholder {
  color: #b3b3b3;
}
.select2-drop .select2-input::-moz-placeholder {
  color: #b3b3b3;
}
.select2-drop .select2-input:-ms-input-placeholder {
  color: #b3b3b3;
}
.select2-drop .select2-input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.select2-drop .select2-input.placeholdersjs {
  color: #b3b3b3;
}
.select2-drop .select2-input.control-sm {
  width: 25%;
}
.select2-drop .select2-input.error {
  border-color: #ff696d;
}
.select2-drop .select2-input:focus {
  border-color: #009f4b;
  -webkit-box-shadow: 0 0 5px rgba(0, 159, 75, 0.2), inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 159, 75, 0.2), inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 159, 75, 0.2), inset 0 1px 4px rgba(0, 0, 0, 0.2);
}
.select2-drop .select2-input-textarea {
  resize: vertical;
  min-height: 80px;
  max-height: 150px;
}
.select2-drop .select2-input.placeholder {
  color: #b3b3b3;
}
.select2-drop .select2-no-results,
.select2-drop .select2-searching {
  background: #fff;
}
.select2-results {
  font-size: 14px;
  line-height: 26px;
  padding: 6px 0;
  margin: 0;
}
.select2-results .select2-result-label {
  min-height: 30px;
  line-height: 1.5em;
  padding-left: 13px;
  font-weight: 600;
}
.select2-drop.auth-select .select2-result-label {
  height: 40px;
  line-height: 35px;
  font-size: 18px;
  font-weight: 600;
}
.auth-select.error {
  border: 2px solid #ff696d;
}
.auth-select + .errorMessage {
  color: #ff696d;
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 13px;
}
.auth-select + .errorMessage a {
  color: #009f4b;
}
.auth-select + .errorMessage a:hover {
  color: #d92127;
}
.sex-container {
  position: relative;
}
.sex-error {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 49px;
  width: 100%;
}
.checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.checkbox + label {
  position: relative;
  padding-left: 25px;
  margin-left: 28px;
  cursor: pointer;
}
.checkbox + label .ico {
  display: none;
}
.checkbox + label:before {
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background: #d9d9d9;
  cursor: pointer;
}
.checkbox:active + label:before {
  background: #cfe6d9;
}
.checkbox:checked + label:before {
  background: #009e4a url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1ODRBOUNGQzFERjcxMUU0ODM4OEFFQ0MwQTlBNzg0MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1ODRBOUNGRDFERjcxMUU0ODM4OEFFQ0MwQTlBNzg0MyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU4NEE5Q0ZBMURGNzExRTQ4Mzg4QUVDQzBBOUE3ODQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU4NEE5Q0ZCMURGNzExRTQ4Mzg4QUVDQzBBOUE3ODQzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+c3BfjgAAAK5JREFUeNpi/P/3HwMQcADxDwb8gB2If4IYTEBsCcS3gNgKjwZuIN4FxJ1gHtCmGUD8H4g/ArEVyGY0zA3EB6FqHgOxGEiQGYiX4tCIrkEV7B2oJDaNWDUga8Km8RQ2DeiaYBqXQxWD8BN0DSDMhBZKoKCXQuLzArEoRlji8fQ6XKGKL5TQ/WiNrAlnKOHSyIAk+Bibp9E0fgBiEZCgIhAfxaEBWeMSIE4G8QECDACTyb0Kmqtu4wAAAABJRU5ErkJggg==") 50% 3px no-repeat;
}
.checkbox:active:checked + label:before {
  background-color: #00b354;
}
.checkbox + label .ico {
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background: #d9d9d9;
  cursor: pointer;
}
.checkbox._checked:active + label .ico {
  background-color: #00b354;
}
.checkbox._checked + label .ico {
  background: #009e4a url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1ODRBOUNGQzFERjcxMUU0ODM4OEFFQ0MwQTlBNzg0MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1ODRBOUNGRDFERjcxMUU0ODM4OEFFQ0MwQTlBNzg0MyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU4NEE5Q0ZBMURGNzExRTQ4Mzg4QUVDQzBBOUE3ODQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU4NEE5Q0ZCMURGNzExRTQ4Mzg4QUVDQzBBOUE3ODQzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+c3BfjgAAAK5JREFUeNpi/P/3HwMQcADxDwb8gB2If4IYTEBsCcS3gNgKjwZuIN4FxJ1gHtCmGUD8H4g/ArEVyGY0zA3EB6FqHgOxGEiQGYiX4tCIrkEV7B2oJDaNWDUga8Km8RQ2DeiaYBqXQxWD8BN0DSDMhBZKoKCXQuLzArEoRlji8fQ6XKGKL5TQ/WiNrAlnKOHSyIAk+Bibp9E0fgBiEZCgIhAfxaEBWeMSIE4G8QECDACTyb0Kmqtu4wAAAABJRU5ErkJggg==") 50% 3px no-repeat;
}
.checkbox:active + label .ico {
  background: #cfe6d9;
}
.ie8 .checkbox + label:before {
  display: none;
}
.ie8 .checkbox + label .ico {
  display: block;
}
@-moz-document url-prefix() {
  /* Only FF*/
  .checkbox + label:before {
    top: -1px;
  }
}
.btn {
  width: 100%;
  height: auto;
  border: 3px solid #808080;
  background-color: #999999;
  display: inline-block;
  padding: 12px 9px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  outline: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-danger {
  border: 3px solid #ae001d;
  background-color: #e10025;
}
.btn-danger:hover {
  background-color: #fb0029;
  border-color: #c80021;
}
.btn-danger:active {
  background-color: #c80021;
  border-color: #c80021;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
}
.btn-wrap {
  text-align: center;
  display: block;
  width: 100%;
}
.btn-lg {
  font-weight: normal;
  font-size: 22px;
  color: #fff;
  padding: 15px 10px;
}
.btn-disabled {
  background-color: #ebebeb;
  border-color: #d9d9d9;
  font-weight: 300;
  font-size: 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #808080;
  cursor: not-allowed;
}
.btn-bordered {
  background: transparent;
  border: 2px solid #21ab63;
  font-weight: bold;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #21ab63;
}
.btn-bordered:hover {
  background: #00a14c;
  border-color: #00a14c;
  color: #fff;
}
.btn-bordered:active {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
}
.btn-bordered._white {
  border-color: #fff;
  color: #fff;
}
.btn-bordered._link:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-bordered.gray {
  border: 2px solid #d9d9d9;
}
.btn-short {
  width: 80%;
}
.btn-inline {
  display: inline-block;
  width: auto;
  padding: 10px 20px;
  font-size: 16px;
}
.btn-inline.btn-sm {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 10px;
}
.btn-default {
  background: #009f4b;
  border-color: #408065;
  background-color: #009f4b;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.btn-default:hover {
  border-color: #0f9960;
  background-color: #00bf59;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.btn-default:active {
  border-color: #39735b;
  background-color: #008f43;
  -webkit-box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.1);
}
.input {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  border: 2px solid #bfbfbf;
  background-color: #fff;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
  color: #333333;
  font-size: 18px;
  line-height: 22px;
  height: 41px;
  padding: 7px 14px;
  padding-top: 8px;
}
.input:focus,
.input:active {
  border-color: #009f4b;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 159, 75, 0.2);
}
.input ._success {
  border-color: #98d9b6;
  background-color: #ebfff4;
}
.input ._error {
  border-color: #ff696e;
}
.form-control {
  width: 100%;
  height: 41px;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  border: 2px solid #bfbfbf;
  outline: 0;
  font-size: 18px;
  line-height: 23px;
  padding: 0 10px;
  font-weight: normal;
  color: #333333;
}
.form-control-wrap {
  float: left;
  padding-top: 10px;
}
.form-control::-webkit-input-placeholder {
  color: #8eccab;
}
.form-control:-moz-placeholder {
  color: #8eccab;
}
.form-control::-moz-placeholder {
  color: #8eccab;
}
.form-control:-ms-input-placeholder {
  color: #8eccab;
}
.form-control:-moz-placeholder {
  color: #8eccab;
}
.form-control::-moz-placeholder {
  color: #8eccab;
}
.form-control:-ms-input-placeholder {
  color: #8eccab;
}
.form-control::-webkit-input-placeholder {
  color: #8eccab;
}
.form-control.placeholdersjs {
  color: #8eccab;
}
.form-control::-webkit-input-placeholder {
  color: #b3b3b3;
}
.form-control:-moz-placeholder {
  color: #b3b3b3;
}
.form-control::-moz-placeholder {
  color: #b3b3b3;
}
.form-control:-ms-input-placeholder {
  color: #b3b3b3;
}
.form-control:-moz-placeholder {
  color: #b3b3b3;
}
.form-control::-moz-placeholder {
  color: #b3b3b3;
}
.form-control:-ms-input-placeholder {
  color: #b3b3b3;
}
.form-control::-webkit-input-placeholder {
  color: #b3b3b3;
}
.form-control.placeholdersjs {
  color: #b3b3b3;
}
.form-control.control-sm {
  width: 25%;
}
.form-control.error {
  border-color: #ff696d;
}
.form-control:focus {
  border-color: #009f4b;
  -webkit-box-shadow: 0 0 5px rgba(0, 159, 75, 0.2), inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 159, 75, 0.2), inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 159, 75, 0.2), inset 0 1px 4px rgba(0, 0, 0, 0.2);
}
.form-control-textarea {
  resize: vertical;
  min-height: 80px;
  max-height: 150px;
}
.form-control.placeholder {
  color: #b3b3b3;
}
.form .form-control.control-sm.zip-control {
  float: left;
  width: 21%;
}
.label-control {
  font-size: 16px;
  color: #333333;
}
.label-control.dark-control {
  font-size: 16px;
  color: #333333;
}
.errorMessage {
  color: #ff696d;
  display: block;
  margin-top: -5px;
  font-size: 13px;
  margin-bottom: 10px;
}
.errorMessage a {
  color: #009f4b;
}
.errorMessage a:hover {
  color: #d92127;
}
.input-notice {
  color: #999999;
  font-size: 13px;
  margin-top: -5px;
  margin-bottom: 10px;
  margin-right: 5px;
}
.input-notice.push-bottom {
  margin-bottom: 20px;
  display: block;
}
.input-notice a {
  color: #009f4b;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 159, 75, 0.5);
}
.input-notice a:hover {
  color: #d92127;
  border-bottom: 1px solid rgba(217, 33, 39, 0.5);
}
.input-notice-link {
  font-size: 13px;
}
.check-be-fan + label {
  padding-left: 25px;
  margin-left: 0px;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-control {
  min-height: 1.1em;
  display: block;
  cursor: pointer;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-control[type="checkbox"] {
  display: none;
}
.checkbox-control[type="checkbox"]:checked + .checkbox-control:before {
  background-position: 0 0;
}
.checkbox-control:before {
  content: '';
  background: url("../img/checkbox-sprite.png") 0 -19px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: -7px;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 18px;
  height: 18px;
  margin-left: 7px;
}
.checkbox-control .label-control {
  font-size: 14px;
  color: #fff;
}
.checkbox-control .label-control.dark-control {
  font-size: 16px;
  color: #333333;
}
.radio-control-container {
  min-height: 1.1em;
  display: block;
  position: relative;
  margin-bottom: 15px;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-control-container .radio-control[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  left: -100%;
}
.radio-control-container .radio-control[type="radio"] .radio-label > .ico {
  display: none;
}
.radio-control-container .radio-control[type="radio"]:checked + .radio-label:before {
  border-color: #009e4a;
}
.radio-control-container .radio-control[type="radio"]:disabled + .radio-label:before {
  border-color: #dfdfdf;
  background: #f5f5f5;
}
.radio-control-container .radio-control[type="radio"]:checked + .radio-label:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 6px;
  background: #009f4b;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ie8 .radio-control-container .radio-control[type="radio"] + .radio-label:before {
  display: none!important;
}
.ie8 .radio-control-container .radio-control[type="radio"] + .radio-label span {
  display: none!important;
}
.ie8 .radio-control-container .radio-control[type="radio"] + .radio-label {
  cursor: pointer;
}
.ie8 .radio-control-container .radio-control[type="radio"] + .radio-label .ico {
  cursor: pointer;
  display: block !important;
  position: absolute;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 18px;
  height: 18px;
  background: #fff url("/common/img/ico-radio.png") 0 -18px no-repeat;
  left: 0;
  top: 1px;
}
.ie8 .radio-control-container .radio-control[type="radio"]._checked + .radio-label .ico {
  background-position: 0 0;
}
.radio-control-container .radio-label {
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 27px;
  color: #333333;
  display: inline-block;
}
.radio-control-container .radio-label:before {
  content: '';
  display: block;
  position: absolute;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background: #fff;
  left: 0;
  top: 1px;
  border: #bfbfbf solid 2px;
}
.radio-control-container .radio-label:hover:before {
  border-color: #009e4a;
}
.radio-control-container .radio-label span {
  display: block;
  color: #7f7f7f;
  font-size: 13px;
}
.ie8 .radio-control-container .radio-label._checked .ico {
  background-position: 0 0;
}
.radio-control-container._witch-ico .radio-control[type="radio"] + .radio-label {
  cursor: pointer;
}
.radio-control-container._witch-ico .radio-control[type="radio"] + .radio-label:before,
.radio-control-container._witch-ico .radio-control[type="radio"] + .radio-label:after {
  display: none !important;
}
.radio-control-container._witch-ico .radio-control[type="radio"] + .radio-label .ico {
  cursor: pointer;
  display: block !important;
  position: absolute;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 18px;
  height: 18px;
  background: #fff url("/common/img/ico-radio.png") 0 -18px no-repeat;
  left: 0;
  top: 1px;
}
.radio-control-container._witch-ico .radio-control[type="radio"]:checked + .radio-label .ico {
  background-position: 0 0;
}
.btn-group {
  width: 100%;
  height: auto;
  display: table;
  text-align: center;
}
.btn-group .btn-wrap {
  display: table-cell;
  width: auto;
  padding: 0 2%;
}
.order-create-btn {
  width: 75%;
  height: 58px;
  display: block;
  text-decoration: none;
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
  color: #e10025;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 58px;
  border: 0;
  text-indent: 15px;
  outline: 0;
}
.order-create-btn:after {
  content: '';
  display: block;
  position: absolute;
  right: -25px;
  top: -3px;
  background: url("../img/arrow-btn-corner.png");
  width: 31px;
  height: 64px;
}
.order-create-btn:hover {
  -webkit-animation: vibraion .5s 0 linear;
  -moz-animation: vibraion .5s 0 linear;
  -o-animation: vibraion .5s 0 linear;
  animation: vibraion .5s 0 linear;
  outline: 0;
}
.order-create-btn:active {
  background-color: #f7f7f7;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
  outline: 0;
}
.order-create-btn:active:after {
  background-position: 0 61px;
}
.order-create-btn.disabled {
  cursor: not-allowed;
  background-color: #f7f7f7;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
  outline: 0;
}
.order-create-btn.disabled:after {
  background-position: 0 61px;
}
.form-horizontal .label-control {
  width: 25%;
  margin-right: 5%;
  float: left;
  padding-top: .7em;
}
.form-horizontal .row {
  margin-bottom: 15px;
}
.form-horizontal .row:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.form-horizontal .row:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.form-horizontal .row p {
  font-size: 14px;
  line-height: 14px;
}
.form-horizontal .auth-select {
  width: 70%;
  float: right;
  margin: 0;
}
.form-horizontal .form-control {
  width: 70%;
  float: right;
}
.form-horizontal .errorMessage {
  margin-bottom: 0px;
  padding-left: 30%;
}
.form-horizontal .footnote {
  width: 70%;
  float: right;
  padding-left: 5px;
  padding-top: 5px;
  font-size: 16px;
  color: #333333;
}
.form-horizontal .footnote .icon {
  margin-right: 7px;
}
.form-horizontal .controls-set .select2-container.auth-select.select-md {
  width: 30%;
}
.form-horizontal .controls-set .select2-container.auth-select.select-sm {
  width: 17%;
}
.form-horizontal .controls-set .select2-container.auth-select.last {
  margin-right: 0;
}
.form-submit-controls {
  padding: 10px 0;
  margin-top: 25px;
  font-size: 16px;
}
.form-submit-controls.push-bottom {
  margin-bottom: 5px;
}
.form-submit-controls:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.form-submit-controls:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.form-submit-controls .pull-left {
  float: left;
  width: 50%;
}
.form-submit-controls .pull-right {
  float: right;
  width: 50%;
}
.form-submit-controls a,
.form-submit-controls .hash-link {
  color: #009f4b;
  border-bottom: 1px solid rgba(0, 159, 75, 0.5);
  text-decoration: none;
}
.form-submit-controls a:hover,
.form-submit-controls .hash-link:hover {
  color: #d92127;
  border-bottom-color: rgba(217, 33, 39, 0.5);
}
.form-submit-controls .hash-link {
  cursor: pointer;
  border-bottom-style: dotted;
}
.form-vertical .form-control {
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-vertical .label-control {
  display: block;
  margin-bottom: -5px;
}
.form-checkout .row {
  width: 80%;
  height: 1%;
}
.form-checkout .row-payment .errorMessage {
  padding-left: 0;
}
.form-checkout .row .form-control-zip {
  width: 21%;
  float: left;
}
.form-checkout .row-textarea {
  width: 100%;
}
.form-checkout .row-textarea .label-control {
  width: 19%;
}
.form-checkout .row-textarea .form-control {
  width: 76%;
}
.form-checkout .errorMessage {
  clear: left;
  margin-top: 0;
}
.form-checkout .controls-group {
  width: 70%;
  float: right;
  font-size: 16px;
  padding-top: .7em;
}
.form-checkout .controls-group .row-element {
  margin-bottom: 13px;
}
.form-checkout .controls-group .small-row-element {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 0;
  float: left;
}
.form-checkout .controls-group .small-row-element:last-child {
  margin-right: 0;
}
.form-checkout .controls-group .label-control {
  font-size: 14px;
  float: none;
}
.form-checkout .controls-group .form-control,
.form-checkout .controls-group .select2-container {
  float: none;
  margin-top: 5px;
  width: 100%;
}
.form-checkout .controls-group .errorMessage {
  padding-left: 0;
}
@media (max-width: 1300px) {
  .form-checkout .row {
    width: 100%;
  }
  .form-checkout .row-textarea .label-control {
    width: 25%;
  }
  .form-checkout .row-textarea .form-control {
    width: 70%;
  }
}
@media (max-width: 1100px) {
  .form-checkout .row {
    width: 100%;
  }
  .form-checkout .row .group-label {
    display: none;
  }
  .form-checkout .row .label-control {
    float: none;
  }
  .form-checkout .row .form-control,
  .form-checkout .row .form-control.control-sm.zip-control {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .form-checkout .row .form-control-zip,
  .form-checkout .row .form-control.control-sm.zip-control-zip {
    width: 30%;
  }
  .form-checkout .row .controls-group {
    width: 100%;
    float: none;
  }
  .form-checkout .row .controls-group .label-control {
    font-size: 16px;
  }
  .form-checkout .row .controls-group .form-control {
    margin-top: 10px;
  }
  .form-checkout .row .auth-select {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .form-checkout .row .errorMessage {
    padding-left: 0;
  }
}
.form-mixed .row {
  padding: 0;
  margin: 0;
}
.form-mixed .row:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.form-mixed .row:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.form-mixed .form-control {
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-mixed .pull-left {
  margin: 0;
  float: left;
}
.form-mixed .pull-left.label-control {
  width: 30%;
  margin-right: 5%;
  margin-top: 1.3em;
}
.form-mixed .pull-left.label-control + .pull-left {
  width: 55%;
}
.form-mixed .pull-left.submit-col {
  padding-top: 10px;
}
.form-mixed .pull-left.submit-col .btn {
  width: auto;
  font-size: 18px;
  padding: 13px 20px;
}
.form.form-md {
  width: 70%;
  margin-top: 30px;
}
.form.form-md.min {
  margin-top: 0;
}
.form .label-control {
  cursor: default;
}
.form .label-control.required:after {
  content: '';
  display: inline-block;
  background: #d52718;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  top: -0.5em;
  right: -0.4em;
}
.light-controls .checkbox-control:before {
  background: url("../img/checkbox-light-control.png") 0 -19px;
}
.light-controls .checkbox-control.control-label {
  font-size: 16px;
  color: #333333;
}
.form-list li {
  list-style: none;
  font-size: 14px;
  color: #333333;
}
.form-list li:before {
  content: '';
  display: block;
  position: relative;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  margin-top: 8px;
  margin-left: -14px;
  background: #d52718;
}
.form-title {
  font-size: 26px;
  margin: 0;
  color: #333333;
}
.controls-set .col-control,
.controls-set .auth-select {
  float: left;
  min-width: 0;
  margin-right: 3%;
}
.controls-set .col-control {
  width: 30%;
  margin-right: 0;
  font-size: 14px;
}
.controls-set .col-control .form-control {
  width: 95%;
  font-size: 14px;
}
.controls-set .col-control .label-control {
  font-size: 14px;
}
.controls-set ~ .errorMessage {
  margin-bottom: 5px;
}
.ui-autocomplete {
  z-index: 10;
  border: 0;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}
.ui-autocomplete .ui-menu-item {
  background: #fff;
  font-size: 12px;
  color: #333333;
  line-height: 26px;
  list-style: none;
  display: list-item;
  height: 30px;
  padding-left: 13px;
  font-weight: 600;
  padding: 3px 7px 4px;
  border: 0;
}
.ui-autocomplete .ui-menu-item.ui-state-focus,
.ui-autocomplete .ui-menu-item:hover {
  background: #009f4b;
  color: #fff;
}
.e .price {
  background: #00a14b;
  background: rgba(0, 161, 76, 0.9);
  color: #fff;
  white-space: nowrap;
}
.rub {
  content: "c";
  font-family: Rub, sans-serif;
  font-size: 24px;
  line-height: 37px;
  font-weight: 500;
  text-transform: lowercase;
}
i.rub {
  content: "c";
  font-family: Rub, sans-serif;
  font-size: 24px;
  line-height: 37px;
  font-weight: 500;
  text-transform: lowercase;
  font-size: 1em;
  line-height: 1em;
  font-style: normal;
}
.symbol-rub {
  display: inline;
  content: "c";
  font-family: Rub, sans-serif;
  font-size: 24px;
  line-height: 37px;
  font-weight: 500;
  text-transform: lowercase;
  font-size: 1em;
  line-height: 1em;
  font-style: normal;
  font-weight: inherit;
}
.symbol-rub:after {
  content: "i";
}
.symbol-rub.symbol-rub__bold:after {
  content: "c";
}
.link {
  text-decoration: none;
}
.nav {
  margin: 0;
  padding-left: 0;
  display: table;
  width: 100%;
  text-align: center;
}
.nav .nav-item {
  -webkit-transition: all 300ms ease-in-out 0;
  -moz-transition: all 300ms ease-in-out 0;
  -ms-transition: all 300ms ease-in-out 0;
  -o-transition: all 300ms ease-in-out 0;
  transition: all 300ms ease-in-out 0;
  min-width: 100px;
  padding: 0 15px;
  display: table-cell;
  width: auto;
  vertical-align: middle;
}
.nav .nav-item .link {
  -webkit-transition: all 300ms ease-in-out 0;
  -moz-transition: all 300ms ease-in-out 0;
  -ms-transition: all 300ms ease-in-out 0;
  -o-transition: all 300ms ease-in-out 0;
  transition: all 300ms ease-in-out 0;
}
.breadcrumb {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0px;
}
.breadcrumb .link {
  font-size: 14px;
  line-height: 21px;
  color: #808080;
  padding-right: 2px;
}
.breadcrumb .link .text {
  border-bottom: 1px solid #e6e6e6;
}
.breadcrumb .link:first-child:before {
  display: none;
}
.breadcrumb .link:before {
  content: "→";
  padding-left: 3px;
  padding-right: 8px;
}
.inner-paper {
  width: 100%;
  background-color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
.nav-tabs {
  width: 100%;
  height: auto;
  display: table;
  margin: 0;
  padding: 19px 40px;
  background: #d52718;
}
.nav-tabs:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.nav-tabs:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.nav-tabs li {
  display: table-cell;
  min-width: 250px;
  padding: 23px 2%;
  vertical-align: middle;
  list-style: none;
  background: none;
  cursor: pointer;
  text-align: center;
  border: 1px dashed rgba(255, 255, 255, 0.8);
  border-right: 0;
  position: relative;
}
.nav-tabs li:last-child {
  border-right: 1px dashed rgba(255, 255, 255, 0.8);
}
.nav-tabs li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 0;
  text-decoration: none;
}
.nav-tabs li.active {
  border: 0;
  background: #fff;
}
.nav-tabs li.active a {
  color: #d52718;
}
.nav-tabs li.active + li {
  border-left: 0;
}
.success-alert {
  margin: 0;
  margin-top: 30px;
  padding: 30px;
  border: 2px solid #009d4f;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #eafff4;
}
.success-alert:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.success-alert:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.success-alert figcaption {
  float: left;
  width: 60%;
  margin-right: 10%;
  color: #333333;
  font-size: 14px;
  text-align: left;
}
.success-alert img {
  width: 30%;
  float: right;
}
.green-link {
  text-decoration: none;
  font-size: 14px;
  color: #009f4b;
  position: relative;
}
.green-link:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  border-top: #3fb777 solid 1px;
  left: 0;
  top: 16px;
}
.gray-link {
  text-decoration: none;
  font-size: 12px;
  color: #808080;
  position: relative;
}
.gray-link:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  border-top: #d9d9d9 solid 1px;
  left: 0;
  top: 13px;
}
.hash-link {
  color: #009f4b;
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 159, 75, 0.5);
  cursor: pointer;
  font-size: 14px;
}
.hash-link:hover {
  color: #d92127;
  border-bottom: 1px dotted rgba(217, 33, 39, 0.5);
}
.sr-only {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.round-counter {
  height: 24px;
  min-width: 24px;
  background: #d92127;
  border-radius: 24px;
  position: absolute;
  line-height: 25px;
  font-size: 14px;
  color: #ffffff;
  padding: 0 7px;
  text-align: center;
}
.round-counter._header {
  top: 17px;
  left: 50%;
  margin-left: 2px;
}
.round-counter._profile_menu {
  height: 20px;
  min-width: 20px;
  border-radius: 20px;
  line-height: 21px;
  top: 12px;
  left: 115px;
}
.mobile .round-counter._header {
  top: 6px;
  height: 18px;
  min-width: 18px;
  border-radius: 18px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
}
.mobile .round-counter._profile_menu {
  color: #d92127;
  background: #ffffff;
  top: 20px;
  padding: 0 7px;
  font-size: 14px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
}
body {
  font-size: 62.5%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.nav {
  margin: 0;
  padding-left: 0;
  display: table;
  width: 100%;
  text-align: center;
}
.nav .nav-item {
  -webkit-transition: all 300ms ease-in-out 0;
  -moz-transition: all 300ms ease-in-out 0;
  -ms-transition: all 300ms ease-in-out 0;
  -o-transition: all 300ms ease-in-out 0;
  transition: all 300ms ease-in-out 0;
  min-width: 100px;
  padding: 0 15px;
  display: table-cell;
  width: auto;
  vertical-align: middle;
}
.nav .nav-item .link {
  -webkit-transition: all 300ms ease-in-out 0;
  -moz-transition: all 300ms ease-in-out 0;
  -ms-transition: all 300ms ease-in-out 0;
  -o-transition: all 300ms ease-in-out 0;
  transition: all 300ms ease-in-out 0;
}
.wrapper {
  max-width: 1404px;
  padding: 0 32px;
  margin: 0 auto;
  min-width: 1000px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 0) and (max-width: 0) {
  .wrapper {
    min-width: 720px;
    padding: 0 20px;
    padding-bottom: 10px;
  }
}
.page {
  font-family: "Exo_2", sans-serif;
  font-weight: 400;
}
.page .body-wrap {
  background-color: #2e735c;
  background-image: url('/common/img/bg2-green.png');
  background-image: url('/common/img/bg3-transparent.png'), url('/common/img/bg3-gradient.png');
  background-repeat: repeat, repeat-x;
}
.ie8 .page {
  font-family: "Arial", sans-serif;
}
.ie8 .page {
  font-family: "Arial", sans-serif;
}
.page header {
  padding-top: 40px;
  margin-left: 60px;
  margin-bottom: 40px;
}
.page header .top-nav {
  position: relative;
  z-index: 3;
  background: #373636;
  height: 40px;
  padding-left: 37px;
  padding-right: 9px;
  text-transform: uppercase;
}
.page header .top-nav .submenu {
  background: #373636;
  position: absolute;
  right: 0;
  padding-left: 0;
  z-index: 10;
  display: none;
}
.page header .top-nav .submenu.opened {
  display: block;
}
.page header .top-nav .submenu li {
  background: #373636;
  display: block;
  float: none;
}
.page header .top-nav .nav-item {
  padding: 0;
}
.page header .top-nav .nav-item .link {
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}
.page header .top-nav .nav-item.hidden {
  display: none;
}
.page header .top-nav .nav-item._active {
  background: #19683f;
}
.page header .top-nav .nav-item._active .link {
  color: #fff;
}
.page header .top-nav .nav-item:hover > .link {
  color: #fff;
}
.page header .logo {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 33px;
  margin-left: -67px;
  background: url("/common/img/logo.png") no-repeat;
  width: 167px;
  height: 205px;
  z-index: 3;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page header .logo {
    background: transparent url("/common/img/logo@2x.png") no-repeat 50% 50%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
}
.page header .main {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  color: #fff;
  background: #009f4b;
  height: 140px;
  display: table;
  width: 100%;
}
.page header .main .header-item {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  position: relative;
}
.page header .main .header-banner img {
  width: auto;
  display: block;
  margin-right: 20px;
}
.page header .main .holiday-wrap {
  position: absolute;
  top: 30px;
  right: 0;
  margin: auto;
  height: 80px;
  text-align: right;
}
.page header .main .holiday-wrap .txt {
  font-weight: bold;
  font-size: 20px;
  width: 100px;
  display: inline-block;
  position: relative;
  top: -20px;
  left: 10px;
  text-align: left;
}
@media screen and (max-width: 1170px) {
  .page header .main .holiday-wrap {
    height: 55px;
    margin-right: 20px;
    text-align: center;
  }
  .page header .main .holiday-wrap img {
    width: 50%;
    height: auto;
  }
  .page header .main .holiday-wrap .txt {
    display: block;
    width: 100%;
    top: 0;
    text-align: center;
  }
}
.page header .main .header-button {
  text-decoration: none;
  padding-top: 0;
  color: #fff;
  text-align: center;
  border-left: 1px solid #33ba72;
  font-size: 16px;
  line-height: 16px;
  width: 160px;
  width: 12.5%;
}
.page header .main .header-button:hover {
  background-color: #00ab50;
}
.page header .main .header-button span {
  display: block;
}
.page header .main .text {
  padding-left: 125px;
  padding-right: 20px;
  color: #fff;
}
.page header .main .text .title {
  margin: 0;
  font-size: 28px;
  line-height: 35px;
  text-transform: uppercase;
}
.page header .main .text .description {
  display: block;
  font-size: 22px;
  line-height: 38px;
}
.page header .main .login {
  position: relative;
  background: url("../img/ico-header-login.png") no-repeat 50% 28px;
}
.page header .main .login span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
  max-width: 145px;
  margin: 0 5%;
  position: relative;
  padding-top: 72px;
}
.ie8 .page header .main .login span {
  display: inline-block;
}
.page header .main .login._auoth {
  background-image: url("../img/ico-header-auoth.png");
}
.page header .main .login._active {
  background-image: url("../img/ico-header-login-active.png");
  background-color: #008c46;
}
.page header .main .promo {
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  background: #fff url("/common/img/rzd.png") no-repeat 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #999999;
  width: 220px;
  width: 17.2%;
  padding-top: 65px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page header .main .promo {
    background: transparent url("/common/img/rzd@2x.png") #fff no-repeat 50% 0;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
}
.page main {
  position: relative;
  z-index: 2;
}
.page main > section {
  background: #f0f0f0;
  padding: 30px 2.98507463%;
  width: 100%;
}
@media (max-width: 1100px) {
  .page main > section {
    padding: 30px 15px;
  }
}
.page main .top-nav {
  position: relative;
  height: 60px;
  background: #cf3439;
}
.page main .top-nav._witch-search {
  padding-right: 67px;
}
.page main .top-nav.top-nav-left {
  white-space: nowrap;
}
.page main .top-nav.top-nav-left .nav {
  display: inline-block;
  text-align: left;
}
.page main .top-nav.top-nav-left .nav ._last .sub-nav {
  right: 67px;
}
.page main .top-nav.top-nav-left .nav .nav-item {
  padding: 0;
  -webkit-transition: all 300ms ease-in-out 0;
  -moz-transition: all 300ms ease-in-out 0;
  -ms-transition: all 300ms ease-in-out 0;
  -o-transition: all 300ms ease-in-out 0;
  transition: all 300ms ease-in-out 0;
  display: inline-block;
  min-width: 0;
}
.page main .top-nav.top-nav-left .nav .nav-item > .link {
  -webkit-transition: all 300ms ease-in-out 0;
  -moz-transition: all 300ms ease-in-out 0;
  -ms-transition: all 300ms ease-in-out 0;
  -o-transition: all 300ms ease-in-out 0;
  transition: all 300ms ease-in-out 0;
  display: table;
  height: 60px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  padding: 0 20px;
}
@media screen and (max-width: 1233px) {
  .page main .top-nav.top-nav-left .nav .nav-item > .link {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1133px) {
  .page main .top-nav.top-nav-left .nav .nav-item > .link {
    padding: 0 13px;
  }
}
.page main .top-nav.top-nav-left .nav .nav-item .text {
  font-family: "Exo_2", sans-serif;
  font-weight: 400;
  width: 100%;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  color: #fff;
}
.ie8 .page main .top-nav.top-nav-left .nav .nav-item .text {
  font-family: "Arial", sans-serif;
}
.page main .top-nav.top-nav-left .nav .nav-item .nav-item .link {
  padding: 0 18px;
}
.page main .top-nav.top-nav-left .nav .nav-item._show {
  background: #bd262b;
}
.page main .top-nav.top-nav-left .nav .nav-item:hover {
  background: #bd262b;
}
.page main .top-nav.top-nav-left .nav .nav-item:hover .sub-nav {
  display: block;
}
.page main .top-nav.top-nav-left .nav .nav-item._active {
  background: #bd262b;
}
.page main .top-nav.top-nav-left .nav .nav-item .sub-nav {
  display: none;
}
.page main .top-nav.top-nav-left .nav .sub-nav {
  z-index: 3;
  background: #bd262b;
  position: absolute;
  top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  text-align: left;
}
.page main .top-nav.top-nav-left .nav .sub-nav .col {
  padding-left: 14px;
  padding-right: 13px;
  min-width: 296px;
}
.page main .top-nav.top-nav-left .nav .sub-nav .link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  display: block;
  height: auto;
  padding-bottom: 13px;
  padding-left: 10px;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 100ms ease-in-out 0;
  -moz-transition: all 100ms ease-in-out 0;
  -ms-transition: all 100ms ease-in-out 0;
  -o-transition: all 100ms ease-in-out 0;
  transition: all 100ms ease-in-out 0;
}
.page main .top-nav.top-nav-left .nav .sub-nav .link:hover {
  background: #d92127;
  text-decoration: none;
}
.page main .top-nav.top-nav-left .nav .sub-nav .sub-link {
  font-family: "Exo_2", sans-serif;
  font-weight: 400;
  padding-left: 10px;
  text-transform: none;
  padding-left: 25px;
  padding-top: 1px;
  padding-bottom: 2px;
  margin-bottom: 0;
}
.ie8 .page main .top-nav.top-nav-left .nav .sub-nav .sub-link {
  font-family: "Arial", sans-serif;
}
.page main .top-nav.top-nav-left .nav .sub-nav .sub-link._last {
  margin-bottom: 5px;
}
.page main .top-nav.top-nav-left .nav .sub-nav .col-wrap {
  display: table;
}
.page main .top-nav.top-nav-left .nav .sub-nav .col {
  display: table-cell;
  vertical-align: top;
}
.page main .top-nav.top-nav-left .nav .sub-nav .col + .col {
  border-left: 2px solid #d92127;
}
.page main .top-nav.top-nav-left .search {
  position: absolute;
  right: 0;
  top: 0;
  width: 67px;
  height: 60px;
  background: url("../img/ico-search.png") no-repeat 50% 50%;
  border-left: 2px solid #eb1f26;
  cursor: pointer;
}
.page main .top-nav.top-nav-left .search.opened {
  border: none;
  background: #99171b url("../img/ico-close.png") no-repeat 50% 50% !important;
  border-left: 2px solid #99171b;
}
.page main .top-nav.top-nav-left .search:hover {
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  -webkit-transition: background-color 200ms ease-in 0ms;
  -moz-transition: background-color 200ms ease-in 0ms;
  -ms-transition: background-color 200ms ease-in 0ms;
  -o-transition: background-color 200ms ease-in 0ms;
  transition: background-color 200ms ease-in 0ms;
  background-color: #bd262b;
}
.page main .top-nav.top-nav-left .search-box {
  position: absolute;
  display: none;
  width: 100%;
  background: #99171b url("../img/ico-search-red.png") no-repeat 23px 50%;
  height: 82px;
  top: 60px;
  left: 0;
  z-index: 5;
}
.page main .top-nav.top-nav-left .search-box .text {
  border: none;
  background: transparent;
  outline: none;
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  padding-top: 17px;
  width: 90%;
  height: 48px;
  padding-left: 87px;
  text-align: left;
}
.page main .back-link {
  display: inline-block;
  position: relative;
  color: #009f4b;
  margin-left: 20px;
  text-decoration: none;
  border-bottom: 1px solid #a7d3b8;
  font-size: 14px;
  line-height: 16px;
}
.page main .back-link:before {
  left: -20px;
  width: 20px;
  position: absolute;
  content: '←';
}
.page footer {
  background: #262626;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.page footer .sponsors {
  height: auto;
  min-height: 93px;
  border-top: 2px solid #e0e0e0;
  background: #f0f0f0;
  position: relative;
  font-family: "Exo_2", sans-serif;
  font-weight: 400;
}
.ie8 .page footer .sponsors {
  font-family: "Arial", sans-serif;
}
.page footer .sponsors .title {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  position: absolute;
  padding-left: 35px;
  height: 100%;
  width: 250px;
}
.page footer .sponsors .title span {
  display: table-cell;
  vertical-align: middle;
  height: 91px;
}
.page footer .sponsors .sponsors-wrapper {
  width: 100%;
  display: block;
  padding-left: 268px;
  padding-right: 47px;
}
.page footer .sponsors .sponsors-wrapper .sponsor-line {
  width: 100%;
  display: block;
}
.page footer .sponsors .sponsors-wrapper .sponsor-line:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.page footer .sponsors .sponsors-wrapper .sponsor-line:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.page footer .sponsors .sponsors-wrapper .sponsor-line .sponsors-item {
  height: 90px;
  float: left;
  padding: 0 5%;
}
.page footer .sponsors .sponsors-wrapper .sponsor-line .sponsors-item .sponsors-item-wrap {
  height: 93px;
  display: table-cell;
  vertical-align: middle;
}
.page footer .sponsors .sponsors-wrapper .sponsor-line .sponsors-item .sponsors-item-wrap img {
  max-height: 66px;
  width: auto;
}
.page footer .nav {
  padding: 20px 40px;
}
.page footer .nav .nav-item {
  /*height: 80px;*/
  padding: 10px 5px;
  display: table-cell;
  position: relative;
  min-width: 0;
  transition: none;
  white-space: nowrap;
}
@media only screen and (min-width: 0) and (max-width: 0) {
  .page footer .nav .nav-item {
    display: inline-block;
  }
}
.page footer .nav .nav-item .link {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff;
  word-wrap: normal;
}
.page footer .nav .nav-item .link:hover {
  color: #ff5b4c;
}
.page footer .nav .nav-item._first {
  /*padding-left: 0;*/
  /*text-align: left;*/
  /*padding-right: 5px;*/
}
.page footer .nav .nav-item._last {
  /*padding-right: 0;*/
  /*text-align: right;*/
  /*padding-left: 5px;*/
}
.page footer .hr {
  width: 100%;
  padding: 0 40px;
}
.page footer .hr .line {
  background: #464646;
  height: 2px;
  width: 100%;
}
.page footer .main {
  padding: 0 40px;
  width: 100%;
  display: table;
  height: 183px;
}
@media only screen and (min-width: 0) and (max-width: 0) {
  .page footer .main {
    display: block;
    height: auto;
  }
}
.page footer .main .contacts {
  padding-top: 40px;
  width: 43%;
  display: table-cell;
  vertical-align: top;
  color: #00e66b;
}
@media only screen and (min-width: 0) and (max-width: 0) {
  .page footer .main .contacts {
    width: auto;
    display: block;
    border-bottom: 2px solid #464646;
    overflow: hidden;
    padding-bottom: 20px;
  }
}
.page footer .main .contacts .contacts-wrapper {
  margin-bottom: 18px;
}
@media only screen and (min-width: 0) and (max-width: 0) {
  .page footer .main .contacts .contacts-wrapper {
    float: left;
    width: 55%;
  }
}
.page footer .main .contacts .title {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding-top: 3px;
}
.page footer .main .contacts .phone,
.page footer .main .contacts .phone a {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  padding-top: 20px;
  color: #00e56b;
  text-decoration: none;
}
.page footer .main .contacts .description {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
@media only screen and (min-width: 0) and (max-width: 0) {
  .page footer .main .contacts .description {
    margin-left: 55%;
    width: 45%;
    padding-left: 30px;
    display: block;
  }
}
.page footer .main .info {
  display: table-cell;
  padding-top: 40px;
  padding-left: 2px;
}
.page footer .main .info .payment {
  margin-bottom: 49px;
  background: url("/common/img/ico-pay.png") no-repeat;
  width: 533px;
  height: 47px;
}
.page footer .main .info .copyright {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
}
.page footer .main .copyright .default-link {
  color: #999999;
  border-bottom: 0;
  position: relative;
}
.page footer .main .info .copyright .default-link:after {
  content: '';
  position: absolute;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
}
.page footer .main .copyright .default-link:hover {
  color: #d92127;
}
.page footer .main .info .copyright .default-link:hover:after {
  background: rgba(217, 33, 39, 0.5);
}
/* конфиктовали стили для внешнего ресурса бронирования зала fs-api */
.fs-api .modal-content {
  opacity: 1;
}
.fs-api .nav {
  display: block;
}
.news-page h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
  width: 75%;
  margin: 15px 0;
}
.news-page .preview img {
  width: 100%;
}
.news-page .content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 7%;
  padding-left: 8%;
}
.news-page .content p.autor,
.news-page .content p.date {
  color: #808080;
}
.news-page a.print-btn {
  color: #009f4b;
  border: solid 2px #22ac63;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0px 22px 0 11px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}
.news-page span.tags {
  font-size: 14px;
  color: #000;
  float: right;
}
.news-page span.tags a {
  color: #419170;
  text-decoration: underline;
}
.news-x {
  border-top: solid 2px #f0f0f0;
  margin-top: 20px;
  margin-bottom: 30px;
}
.news-x .btn-bordered {
  color: #009f4b;
  border-color: #009f4b;
  background: none;
  padding: 10px 27px;
  width: auto;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.news-x header {
  margin-left: 0;
  padding-top: 0px;
  margin-bottom: 0px;
}
.news-x header ul.category {
  margin: 0;
  width: auto;
}
.news-x header ul.category li {
  padding: 7px 10px 6px 10px;
  list-style-type: none;
  display: inline;
  line-height: 25px;
}
.news-x header ul.category li a {
  text-decoration: none;
  font-size: 14px;
  border-bottom: dotted 1px #747474;
}
.news-x header ul.category li.active {
  background: #009f4b;
}
.news-x header ul.category li.active a {
  color: #fff;
  border: none;
}
.news-x header ul.category li:hover a {
  color: #cf3439;
  border-color: #cf3439;
}
.news-x header h2 {
  margin-top: 50px;
  font-weight: 900;
  font-style: italic;
  font-size: 32px;
  color: #333333;
  text-transform: uppercase;
  float: left;
  margin-right: 40px;
  padding-left: 50px;
  position: relative;
}
.news-x header h2:after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../img/sprite/news.png);
}
.news-x .news-content .news-item {
  width: 48%;
  float: left;
  margin-top: 25px;
  margin-right: 4%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px;
}
.news-x .news-content .news-item h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 27px;
}
.news-x .news-content .news-item h3 a {
  text-decoration: none;
  color: #333;
}
.news-x .news-content .news-item h3 a:hover {
  text-decoration: none;
  color: #cf3439;
}
.news-x .news-content .news-item p {
  font-size: 14px;
  margin: 27px;
}
.news-x .news-content .news-item .news-img {
  height: 158px;
  overflow: hidden;
}
.news-x .news-content .news-item .news-img img {
  width: 100%;
}
.news-x .news-content .big_img .news-img {
  height: 230px;
  overflow: hidden;
}
.news-x .news-content .big_img .news-img img {
  width: 100%;
}
.news-x .news-content article:nth-child(2n) {
  margin-right: 0;
}
.social-likes {
  padding: 10px 0 30px 0;
}
.social-likes .social-likes__widget {
  position: relative;
  margin-right: 66px;
}
@media (max-width: 500px) {
  .social-likes .social-likes__widget {
    display: inline-block;
    margin: 0 0 20px 15%;
    width: 34%;
  }
}
.social-likes .social-likes__widget .social-likes__button {
  cursor: pointer;
  border-radius: 50%;
  background-image: url("/common/img/social-likes/loko-pattern.png");
  width: 38px;
  height: 38px;
  text-indent: -999999px;
  display: inline-block;
  position: relative;
}
.social-likes .social-likes__widget .social-likes__button:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 10px;
  width: 20px;
  height: 20px;
}
.social-likes .social-likes__widget .social-likes__button_facebook:after {
  background-image: url("/common/img/social-likes/fb.png");
}
.social-likes .social-likes__widget .social-likes__button_twitter:after {
  background-image: url("/common/img/social-likes/tw.png");
}
.social-likes .social-likes__widget .social-likes__button_vkontakte:after {
  background-image: url("/common/img/social-likes/vk.png");
}
.social-likes .social-likes__widget .social-likes__button_plusone:after {
  background-image: url("/common/img/social-likes/gp.png");
}
.social-likes .social-likes__widget .social-likes__counter {
  position: absolute;
  top: 12px;
  left: 46px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
}
.social-likes .social-likes__counter_empty:after {
  content: "0";
  color: #999999;
}
.wysiwyg-block iframe {
  max-width: 100%;
}
.wysiwyg-block header {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
  background: none;
}
.wysiwyg-block header h1 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wysiwyg-block h2 {
  color: #d92127;
  font-family: "Exo_2", sans-serif;
  font-size: 32px;
  line-height: 34px;
}
.wysiwyg-block h3 {
  color: #d92127;
  font-family: "Exo_2", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  margin: 20px 0 18px;
}
.wysiwyg-block h4 {
  color: #d92127;
  font-family: "Exo_2", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.wysiwyg-block p {
  font-family: "Exo_2", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto 20px;
  max-width: 800px;
}
.wysiwyg-block p strong {
  font-weight: 600;
}
.wysiwyg-block p img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.wysiwyg-block table {
  width: 100%;
  margin: 0 auto !important;
  max-width: 800px;
}
.wysiwyg-block > div {
  margin: 0 auto;
  max-width: 800px;
}
.wysiwyg-block .img-block,
.wysiwyg-block .two-columns-with-notice + .hr-after-block {
  margin: 0 auto 30px !important;
}
.wysiwyg-block .full-width {
  margin: 0 -8.3% 0 -9.4%;
}
.wysiwyg-block .hr-after-block {
  height: 3px;
  width: 100%;
}
.wysiwyg-block .left-col,
.wysiwyg-block .right-col {
  margin: 0;
  width: 50%;
}
.wysiwyg-block .left-col p,
.wysiwyg-block .right-col p {
  margin: 0 0 10px;
}
.wysiwyg-block .left-col {
  float: left;
}
.wysiwyg-block .left-col p {
  padding: 0 5px 0 0;
}
.wysiwyg-block .right-col {
  float: right;
}
.wysiwyg-block .right-col p {
  padding: 0 0 0 15px;
}
.wysiwyg-block .img-block {
  margin: 30px auto;
  max-height: 510px;
  max-width: 100%;
  overflow: hidden;
}
.wysiwyg-block .img-block img {
  height: auto;
  width: 100%;
}
.wysiwyg-block .img-block .caption {
  color: #7f7f7f;
}
.wysiwyg-block .two-columns {
  background-color: #fff;
}
.wysiwyg-block .two-columns-with-notice {
  padding: 0 0 30px 0;
}
.wysiwyg-block .two-columns-with-notice .left-col {
  color: #009f4b;
}
.wysiwyg-block .two-columns-with-notice .left-col p {
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px 0 0;
}
.wysiwyg-block .two-columns-with-notice .right-col {
  font-size: 13px;
  padding: 0;
}
.wysiwyg-block .two-columns-with-notice + .hr-after-block {
  background-color: #f0f0f0;
  height: 2px;
  margin-bottom: 30px !important;
  position: relative;
  max-width: inherit;
}
.wysiwyg-block .two-columns-with-notice + .hr-after-block:after {
  background-image: url("../sprite/bottom-arrow.png");
  bottom: -21px;
  content: "";
  height: 24px;
  left: 50%;
  margin-left: -21px;
  position: absolute;
  width: 42px;
}
.wysiwyg-block .greenbtn a {
  position: relative;
  width: auto;
  display: inline-block;
  border: solid 2px #009f4b;
  color: #009f4b;
  line-height: 44px;
  padding: 0 1.6em 0 1.6em;
  background: #fff;
  box-shadow: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.wysiwyg-block .greenbtn a:hover {
  color: #fff;
  border-color: #00a14c;
  background: #00a14c;
}
.wysiwyg-block .two-columns-with-header {
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
}
.wysiwyg-block .two-columns-with-header > h2 {
  color: #009f4b;
  margin-bottom: 40px;
}
.wysiwyg-block .advantages {
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
}
.wysiwyg-block .advantages > h2 {
  color: #cf3439;
  font-size: 32px;
  padding: 20px 0 30px;
  position: relative;
}
.wysiwyg-block .advantages > .hr-after-block {
  background-color: #cf3439;
  margin: 0 -4% 0 -5.1%;
  width: 109.1%;
  display: none;
}
.wysiwyg-block .advantages > ul {
  background: #fff;
  counter-reset: item;
  margin: 0 -4% 0 -5.1%;
  padding-bottom: 75px;
  padding-left: 0;
  border-top: solid #cf3439 3px;
}
.wysiwyg-block .advantages > ul li {
  list-style-type: none;
  font-size: 16px;
  color: #2a2a2a;
  margin: 0;
  padding: 25px 50px 25px 100px;
  position: relative;
}
.wysiwyg-block .advantages > ul li b,
.wysiwyg-block .advantages > ul li strong {
  font-weight: 500 !important;
}
.wysiwyg-block .advantages > ul li:before {
  background: none;
  content: '';
}
.wysiwyg-block .advantages > ul li:nth-child(2n) {
  background: #edf8f2;
}
.wysiwyg-block .advantages > ul li:after {
  background: none;
  color: #cf3439;
  content: counter(item, decimal);
  counter-increment: item;
  display: block;
  font-weight: 600;
  left: 45px;
  list-style-type: decimal;
  position: absolute;
  top: 25px;
}
.wysiwyg-block table.multicoloured-table {
  margin: 30px -4% 60px -5.1%;
}
.wysiwyg-block table.multicoloured-table thead tr {
  background: #fff;
  border: none;
}
.wysiwyg-block table.multicoloured-table thead tr td {
  color: #c1c1c1;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 200px;
}
.wysiwyg-block table.multicoloured-table tr {
  background: #e5f5ed;
}
.wysiwyg-block table.multicoloured-table tr:nth-child(2n) {
  background: #fff;
}
.wysiwyg-block table.multicoloured-table tr td {
  color: #333;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px 0 40px;
  text-transform: uppercase;
}
.wysiwyg-block table.multicoloured-table tr td .rubl {
  font-weight: 600;
  position: relative;
}
.wysiwyg-block table.multicoloured-table tr td .rubl:after {
  content: '';
  width: 10px;
  height: 11px;
  background-image: url("../sprite/rub.png");
  position: absolute;
  top: 3px;
  right: -20px;
}
.wysiwyg-block .price {
  background-color: #fff;
  padding: 0;
}
.wysiwyg-block .price > h2 {
  color: #d92127;
  margin: 0;
  position: relative;
}
.wysiwyg-block .price table {
  margin: 30px -4% 60px -5.1%;
}
.wysiwyg-block .price table thead tr {
  background: #fff;
  border: none;
}
.wysiwyg-block .price table thead tr td {
  color: #c1c1c1;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 200px;
}
.wysiwyg-block .price table tr {
  background: #e5f5ed;
}
.wysiwyg-block .price table tr:nth-child(2n) {
  background: #fff;
}
.wysiwyg-block .price table tr td {
  color: #333;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px 0 40px;
  text-transform: uppercase;
}
.wysiwyg-block .price table tr td .rubl {
  font-weight: 600;
  position: relative;
}
.wysiwyg-block .price table tr td .rubl:after {
  content: '';
  width: 10px;
  height: 11px;
  background-image: url("../sprite/rub.png");
  position: absolute;
  top: 3px;
  right: -20px;
}
.wysiwyg-block .contacts {
  background-color: #fff;
  padding: 0 0 30px;
  font-family: "Exo_2", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.wysiwyg-block .contacts h3 {
  color: #009f4b;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.wysiwyg-block .contacts .left-p {
  float: left;
  margin: 40px 0 0 0;
  width: 50%;
}
.wysiwyg-block .contacts .left-p h3:first-child:before {
  background-image: url("../sprite/phone-contact.png");
  content: '';
  height: 21px;
  left: -30px;
  position: absolute;
  top: 0;
  width: 13px;
}
.wysiwyg-block .contacts .left-p p {
  padding: 0 20px 0 0;
}
.wysiwyg-block .contacts .right-p {
  float: right;
  margin: 40px 0 0 0;
  width: 50%;
}
.wysiwyg-block .contacts .right-p h3 {
  padding-top: 10px;
}
.wysiwyg-block .contacts .right-p h3:first-child {
  padding-top: 0;
}
.wysiwyg-block .contacts .right-p h3:first-child:before {
  background-image: url("../sprite/star.png");
  content: '';
  height: 16px;
  left: -30px;
  position: absolute;
  top: 2px;
  width: 16px;
}
.wysiwyg-block .contacts .right-p h3:before {
  background-image: url("../sprite/metro.png");
  content: '';
  height: 11px;
  left: -30px;
  position: absolute;
  top: 5px;
  width: 17px;
}
.wysiwyg-block .contacts p.phone {
  color: #333;
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}
.wysiwyg-block .contacts p.metro {
  padding: 0 0 0 20px;
  position: relative;
}
.wysiwyg-block .contacts p.metro:before {
  background: #f21917;
  border-radius: 50%;
  content: '';
  height: 12px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 12px;
}
.wysiwyg-block .contacts p.metro.active:before {
  background: #004fa4;
  border-radius: 50%;
  content: '';
  height: 12px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 12px;
}
.wysiwyg-block .contacts + .hr-after-block {
  background-color: #f0f0f0;
  margin-bottom: 30px !important;
  max-width: inherit !important;
}
.wysiwyg-block .table {
  margin-top: 20px !important;
  padding: 0;
}
.wysiwyg-block .table.table-bg {
  background-image: url("../img/bg-time.png");
  margin: 0 -8.3% 0 -9.4%;
  padding: 30px 0;
}
.wysiwyg-block .table > h2 {
  color: #fff;
  margin: 0;
  position: relative;
}
.wysiwyg-block .table > h2:before {
  background-image: url("../sprite/time.png");
  content: '';
  height: 30px;
  left: -45px;
  position: absolute;
  top: 0;
  width: 30px;
}
.wysiwyg-block .table table {
  -webkit-box-shadow: 0 11px 26px 1px rgba(50, 50, 50, 0.36);
  -moz-box-shadow: 0 11px 26px 1px rgba(50, 50, 50, 0.36);
  box-shadow: 0 11px 26px 1px rgba(50, 50, 50, 0.36);
  margin: 30px -4% 60px -5.1%;
}
.wysiwyg-block .table table thead tr td {
  background-color: #fff;
  border-bottom: 2px solid #d92127;
  padding: 20px 40px 20px;
}
.wysiwyg-block .table table tbody tr td {
  background-color: #fff;
  padding: 30px 40px;
}
.wysiwyg-block .table table tbody tr:last-child {
  border-bottom: none;
}
.wysiwyg-block .table thead tr:last-child td {
  border-bottom: 2px solid #d92127;
}
.wysiwyg-block .table thead td {
  color: #d92127;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 40px;
}
.wysiwyg-block .table thead td:first-child {
  color: #c0c0c0;
  border-right: 2px dotted #d9d9d9;
}
.wysiwyg-block .table tbody tr:last-child td {
  border-bottom: 2px solid #d92127;
}
.wysiwyg-block .table tbody td {
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
}
.wysiwyg-block .table tbody td b,
.wysiwyg-block .table tbody td strong {
  font-weight: 500 !important;
}
.wysiwyg-block .table tbody td:first-child {
  border-right: dotted 2px #d9d9d9;
  color: #d92127;
  font-weight: 500;
}
.wysiwyg-block .table tbody td._red {
  color: #fff;
  background: #d92127;
  border-bottom: 1px solid #d92127;
  font-weight: 700;
  text-align: center;
}
.wysiwyg-block .table tbody td.false {
  color: #ccc;
}
.wysiwyg-block .maps {
  background-color: #fff;
  margin: 0 -8.3% 0 -9.4%;
}
.wysiwyg-block .maps > header {
  background: #009f4b;
  margin-bottom: 0;
  margin-left: 0;
  padding: 30px 8.3%;
}
.wysiwyg-block .maps > header .btn {
  background: none;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
  float: right;
  font-size: 12px;
  margin-top: .5em;
  padding-top: .3em;
  padding-bottom: .3em;
  text-transform: uppercase;
  width: auto;
}
.wysiwyg-block .maps > header h2 {
  color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
}
.wysiwyg-block .maps > header h2:before {
  background-image: url("../sprite/maps.png");
  content: '';
  height: 30px;
  left: -45px;
  position: absolute;
  top: 0;
  width: 30px;
}
.wysiwyg-block .maps img {
  width: 100%;
}
.wysiwyg-block .character {
  padding: 10px 0 0;
}
.wysiwyg-block .character > h2 {
  color: #cf3439;
  position: relative;
}
.wysiwyg-block .character > h2:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: -45px;
  background-image: url("../sprite/check.png");
}
.wysiwyg-block .character li {
  background-color: transparent;
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
}
.wysiwyg-block .character li:before {
  display: none;
}
.wysiwyg-block .character li p {
  background: #e5f5ed;
  border-right: 2px solid #fff;
  color: #009f4b;
  font-size: 12px;
  margin: 0;
  padding: 10px 50px;
  text-transform: uppercase;
  text-align: center;
}
.wysiwyg-block .character li .bold {
  color: #4c4c4c;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
}
.wysiwyg-block .character li .ann {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
}
.wysiwyg-block .match-on-tv {
  border-spacing: 0;
  margin-bottom: 40px !important;
  margin-top: 10px !important;
}
.wysiwyg-block .match-on-tv:nth-child(n) {
  background-color: #fff;
}
.wysiwyg-block .match-on-tv tr {
  border-bottom: solid 2px #f0f0f0;
}
.wysiwyg-block .match-on-tv tr th {
  border-bottom: solid #cf3439 3px;
  color: #cf3439;
  font-size: 13px;
  line-height: 31px;
  padding: 0 1%;
  text-align: left;
  text-transform: uppercase;
}
.wysiwyg-block .match-on-tv tr td {
  color: #333;
  font-size: 16px;
  padding: 15px 1%;
  position: relative;
  text-align: left;
}
.wysiwyg-block .match-on-tv tr td b,
.wysiwyg-block .match-on-tv tr td strong {
  font-weight: 500 !important;
}
.wysiwyg-block .match-on-tv tr td span,
.wysiwyg-block .match-on-tv tr td sub {
  color: #808080;
  font-size: 14px;
  text-transform: lowercase;
}
.wysiwyg-block .match-on-tv tr td b,
strong .wysiwyg-block .match-on-tv tr td:nth-child(1) {
  width: 15%;
}
.wysiwyg-block .match-on-tv tr td:nth-child(2) {
  width: 10%;
}
.wysiwyg-block .match-on-tv tr td:nth-child(3) {
  width: 25%;
}
.wysiwyg-block .match-on-tv tr td:nth-child(4) {
  width: 50%;
}
.wysiwyg-block .match-on-tv tr td:first-child,
.wysiwyg-block .match-on-tv tr td:nth-child(2) {
  font-weight: 600;
}
.wysiwyg-block .match-on-tv tr td:nth-child(3) {
  text-transform: uppercase;
}
.wysiwyg-block .service-stadium {
  margin: 0 -8.3% 0 -9.4%;
  padding: 40px 0 0;
}
.wysiwyg-block .service-stadium > header {
  background: #cf3439;
  border-bottom: solid 2px #efbcbe;
  margin-bottom: 0;
  margin-left: 0;
  padding: 30px 8.3%;
}
.wysiwyg-block .service-stadium > header h2 {
  color: #fff;
  position: relative;
}
.wysiwyg-block .service-stadium > header h2:before {
  background-image: url("../sprite/service.png");
  content: '';
  height: 30px;
  left: -45px;
  position: absolute;
  top: 0;
  width: 30px;
}
.wysiwyg-block .service-stadium > ul {
  padding: 40px;
}
.wysiwyg-block .service-stadium > ul li {
  display: block;
  float: left;
  width: 50%;
  height: auto;
  position: relative;
  padding: 0;
  margin: 0 0 40px 0;
}
.wysiwyg-block .service-stadium > ul li:before {
  display: none;
}
.wysiwyg-block .service-stadium > ul li img {
  float: left;
  margin: 5px 30px 0 0;
}
.wysiwyg-block .service-stadium > ul li.football .icon_service {
  background-image: url("../sprite/1-service.png");
}
.wysiwyg-block .service-stadium > ul li.exc .icon_service {
  background-image: url("../sprite/3-service.png");
}
.wysiwyg-block .service-stadium > ul li.rent .icon_service {
  background-image: url("../sprite/2-service.png");
}
.wysiwyg-block .service-stadium > ul li.football .icon_service {
  background-image: url("../sprite/1-service.png");
}
.wysiwyg-block .service-stadium > ul li .icon_service {
  position: absolute;
  left: 0;
  top: 119px;
  background: #009f4b;
  width: 71px;
  height: 71px;
}
.wysiwyg-block .service-stadium > ul li .icon_service:before {
  display: none;
}
.wysiwyg-block .service-stadium > ul li h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.wysiwyg-block .service-stadium > ul li p {
  padding: 0 20px 0 0;
  margin-left: 265px;
}
.wysiwyg-block .faq-box {
  position: relative;
  border-top: 3px solid #f0f0f0;
  margin: 40px 0;
}
.wysiwyg-block .faq-box:before {
  counter-increment: list;
  content: "#" counter(list);
  color: #808080;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  left: 50%;
  margin-left: -23px;
  border-radius: 50%;
  top: -30px;
  background: #f0f0f0;
  border: solid #fff 6px;
}
.wysiwyg-block .faq-box .user {
  float: left;
  width: 25%;
}
.wysiwyg-block .faq-box .user img {
  border-radius: 50%;
}
.wysiwyg-block .faq-box .user p.name {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.wysiwyg-block .faq-box .user p.name span {
  font-weight: normal;
  display: block;
  text-transform: none;
}
.wysiwyg-block .faq-box .user a {
  font-size: 14px;
  color: #009f4b;
}
.wysiwyg-block .faq-box .cont {
  float: left;
  width: 75%;
  border: solid 3px #f0f0f0;
  padding: 40px;
  color: #4c4c4c;
  font-size: 14px;
  position: relative;
}
.wysiwyg-block .faq-box .cont p {
  margin-top: 0;
}
.wysiwyg-block .faq-box .quest {
  max-width: 800px;
  margin: 40px auto 0 auto;
}
.wysiwyg-block .faq-box .quest .user {
  text-align: left;
}
.wysiwyg-block .faq-box .quest .cont:before {
  content: '';
  position: absolute;
  top: -3px;
  left: -43px;
  width: 43px;
  height: 41px;
  background: url("../img/bubble.png") top left no-repeat;
}
.wysiwyg-block .faq-box .answer {
  max-width: 800px;
  margin: 20px auto 0 auto;
}
.wysiwyg-block .faq-box .answer .user {
  text-align: right;
}
.wysiwyg-block .faq-box .answer .user p.name {
  text-transform: none;
  font-weight: normal;
}
.wysiwyg-block .faq-box .answer .user p.name span {
  font-weight: 600;
  text-transform: uppercase;
}
.wysiwyg-block .faq-box .answer .cont {
  background: #e5f5ed;
  border-color: #e5f5ed;
}
.wysiwyg-block .faq-box .answer .cont:before {
  content: '';
  position: absolute;
  top: -3px;
  right: -43px;
  width: 0;
  height: 0;
  border-top: 40px solid #e5f5ed;
  border-right: 43px solid transparent;
}
.wysiwyg-block .partner {
  background: #e5f5ed;
  padding-bottom: 30px;
  margin-bottom: 40px;
  width: 384px;
  display: inline-block;
  text-align: left;
  margin-right: 64px;
}
.wysiwyg-block .partner::after {
  content: none;
}
.wysiwyg-block .partner + p {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.wysiwyg-block .partner .description {
  height: 361px;
  overflow: hidden;
  transition: all 1s linear;
}
.wysiwyg-block .partner .description:hover {
  overflow: auto;
}
.wysiwyg-block .partner .partner-img {
  width: 100%;
  height: 150px;
  background: white;
  border: solid #e5f5ed 2px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.wysiwyg-block .partner .partner-img img {
  display: block;
  margin: auto;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.wysiwyg-block .partner h3 {
  margin-top: 20px;
  margin-left: 30px;
  color: #808080;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 7px;
}
.wysiwyg-block .partner h2 {
  font-size: 14px;
  margin-left: 30px;
  margin-bottom: 0px;
}
.wysiwyg-block .partner p {
  padding: 10px 30px 0;
  color: #808080;
  font-size: 14px;
  margin: 0;
}
.wysiwyg-block .partner h1,
.wysiwyg-block .partner h2,
.wysiwyg-block .partner h3,
.wysiwyg-block .partner h4,
.wysiwyg-block .partner strong,
.wysiwyg-block .partner b {
  font-weight: 600;
}
.history-banners-area {
  padding: 0 30px 60px;
  margin-right: -60px;
}
.history-banners-area:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.history-banner-wrapper {
  background-position: 50%;
  background-size: cover;
  display: inline-block;
  margin: 10px !important;
}
.history-banner {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  line-height: 181px;
  margin: 10px !important;
  position: relative;
  text-align: center;
}
.history-banner a {
  color: #fff;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  padding: 0 1em;
  text-decoration: none;
  vertical-align: middle;
}
.history-banner a:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  bottom: -2px;
  right: -2px;
  top: -2px;
}
.slider-clickable {
  display: block;
  position: absolute;
  width: 95%;
  height: 400px;
  margin-top: 220px !important;
  cursor: pointer;
  z-index: 10;
}
.icon {
  display: inline-block;
  position: relative;
  font-style: normal;
}
.icon.social-ico {
  background-image: url(/common/img/sprite.png);
  background-position: -295px 0px;
  width: 71px;
  height: 71px;
  text-decoration: none;
}
.icon.social-ico:hover {
  background-image: url(/common/img/sprite.png);
  background-position: -203px -163px;
  width: 71px;
  height: 71px;
}
.icon.social-ico:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
.icon.social-ico_fb:before,
.icon.social-ico_facebook:before {
  background-image: url(/common/img/sprite.png);
  background-position: -43px -283px;
  width: 20px;
  height: 38px;
}
.icon.social-ico_tw:before,
.icon.social-ico_twitter:before {
  background-image: url(/common/img/sprite.png);
  background-position: -310px -283px;
  width: 39px;
  height: 32px;
}
.icon.social-ico_vk:before {
  background-image: url(/common/img/sprite.png);
  background-position: -279px -283px;
  width: 26px;
  height: 33px;
}
.icon.social-ico_ig:before,
.icon.social-ico_instagram:before {
  background-image: url(/common/img/sprite.png);
  background-position: -160px -283px;
  width: 36px;
  height: 36px;
}
.icon.social-ico_ok:before,
.icon.social-ico_odnoklasniki:before {
  background-image: url(/common/img/sprite.png);
  background-position: -134px -283px;
  width: 21px;
  height: 37px;
}
.icon.social-ico_yt:before,
.icon.social-ico_youtube:before {
  background-image: url(/common/img/sprite.png);
  background-position: -295px -249px;
  width: 40px;
  height: 29px;
}
.icon.social-ico_gp:before,
.icon.social-ico_googleplus:before {
  background-image: url(/common/img/sprite.png);
  background-position: 0px -283px;
  width: 38px;
  height: 39px;
}
.icon.social-ico_periscope:before {
  background-image: url(/common/img/sprite.png);
  background-position: -68px -283px;
  width: 29px;
  height: 38px;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .common-sprite-width(@icon-home);
}
.icon-email {
  .common-sprite(@icon-email);
}
*/
/*
The `.common-sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.common-sprites(@spritesheet-sprites);
*/
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
.icon {
  display: inline-block;
  font-style: normal;
  position: relative;
  vertical-align: middle;
}
.icon_tournament:after {
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  background: url('../../svg/ico-tournament.svg');
}
.icon_vertical_middle {
  vertical-align: middle;
}
.icon_vertical_top {
  vertical-align: top;
}
.icon.table-status_old:after {
  content: '';
  position: relative;
  z-index: 1;
  width: 13px;
  height: 2px;
  background-color: #afafaf;
  display: block;
}
.icon.table-status_up:after {
  position: relative;
  z-index: 1;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #009f4b;
}
.icon.table-status_down:after {
  position: relative;
  z-index: 1;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #d92127;
}
.icon.danger {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -445px -335px;
  width: 24px;
  height: 24px;
}
.icon.form_win:after {
  content: '';
  position: absolute;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #009f4b;
}
.icon.form_loose:after {
  content: '';
  position: absolute;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #d92127;
  left: 0;
  top: 0;
}
.icon.form_draw:after {
  content: '';
  position: absolute;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #ff941a;
}
.icon.ball_red {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -328px -248px;
  width: 34px;
  height: 34px;
}
.icon.ball_public {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -70px -387px;
  width: 30px;
  height: 30px;
}
.icon.ball_green {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -337px -341px;
  width: 34px;
  height: 34px;
}
.icon.quote {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -316px -387px;
  width: 32px;
  height: 30px;
}
.icon.info {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -35px -387px;
  width: 30px;
  height: 30px;
}
.icon.statistic {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -140px -387px;
  width: 31px;
  height: 30px;
}
.icon.publication {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -281px -387px;
  width: 30px;
  height: 30px;
}
.icon.progress {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -264px -341px;
  width: 27px;
  height: 37px;
}
.icon.photo {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -47px -422px;
  width: 31px;
  height: 24px;
}
.icon.photo._min {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -376px -360px;
  width: 18px;
  height: 14px;
}
.icon.video {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -399px -295px;
  width: 30px;
  height: 30px;
}
.icon.video._min {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -305px -152px;
  width: 16px;
  height: 16px;
}
.icon.wallpaper {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -83px -422px;
  width: 31px;
  height: 22px;
}
.icon.number {
  width: 27px;
  height: 27px;
  background: #009f4b;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.icon.arrow_go {
  background-image: url(/common/img/sprite.png);
  background-position: -347px -219px;
  width: 13px;
  height: 16px;
}
.icon.arrow_go_white {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -426px -223px;
  width: 13px;
  height: 16px;
}
.icon.arrow_back {
  background-image: url(/common/img/sprite.png);
  background-position: -347px -172px;
  width: 13px;
  height: 17px;
}
.icon.arrow_back_white {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -426px -187px;
  width: 13px;
  height: 17px;
}
.icon.larrow {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -399px -151px;
  width: 25px;
  height: 31px;
}
.icon.larrow-lg {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -289px -288px;
  width: 28px;
  height: 42px;
}
.icon.larrow-thin {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -399px -223px;
  width: 22px;
  height: 31px;
}
.icon.larrow-thin-lg {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -195px -212px;
  width: 38px;
  height: 69px;
}
.icon.rarrow {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -399px -259px;
  width: 25px;
  height: 31px;
}
.icon.rarrow-lg {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -322px -288px;
  width: 28px;
  height: 42px;
}
.icon.rarrow-thin {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -399px -187px;
  width: 22px;
  height: 31px;
}
.icon.rarrow-thin-lg {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -152px -212px;
  width: 38px;
  height: 69px;
}
.icon.cal_red {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -398px -387px;
  width: 30px;
  height: 28px;
}
.icon.cal_gray {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -195px -422px;
  width: 19px;
  height: 20px;
}
.icon.play_lg {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: 0px 0px;
  width: 121px;
  height: 121px;
}
.icon.play_sm {
  background-image: url(/common/img/sprite.png);
  background-position: -295px -198px;
  width: 47px;
  height: 46px;
}
.icon.play_sm:hover {
  background-image: url(/common/img/sprite.png);
  background-position: -295px -146px;
  width: 47px;
  height: 47px;
  height: 46px;
}
.icon.play-red {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: 0px -341px;
  width: 41px;
  height: 41px;
}
.icon.card_yellow {
  width: 0.8em;
  height: 1.1em;
  position: relative;
  top: .1em;
  margin-left: 0.20em;
  margin-right: 0.15em;
  background-color: #ffd100;
  border: solid 0.15em #fff;
}
.icon.card_yellow_second {
  width: 1.9em;
}
.icon.card_yellow_second:before {
  content: '';
  display: inline-block;
  width: 0.6em;
  height: 0.9em;
  position: relative;
  top: -0.2em;
  margin-left: 0.20em;
  border: solid 0.15em #fff;
  margin-right: 0.1em;
  background-color: #ffd100;
}
.icon.card_yellow_second:after {
  content: '';
  display: inline-block;
  width: 0.6em;
  height: 0.9em;
  position: relative;
  top: .2em;
  margin-left: -0.4em;
  /* margin-right: 0.15em; */
  background-color: #f15257;
  border: solid 0.15em #fff;
}
.icon.card_red {
  width: 0.6em;
  height: 0.9em;
  position: relative;
  top: .1em;
  margin-left: 0.20em;
  margin-right: 0.15em;
  background-color: #d92127;
  border: solid 2px #fff;
}
.icon.substitute {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -348px -422px;
  width: 20px;
  height: 13px;
}
.icon.substitute_lg {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -399px -365px;
  width: 25px;
  height: 16px;
}
.icon.substitute_out {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -463px -391px;
  width: 11px;
  height: 14px;
  margin-left: .3em;
  top: .1em;
}
.icon.substitute_on {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -429px -151px;
  width: 11px;
  height: 14px;
  margin-left: .3em;
}
.icon.ball {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -445px -364px;
  width: 22px;
  height: 22px;
  top: .1em;
}
.icon.ball_sm {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -219px -422px;
  width: 19px;
  height: 19px;
}
.icon.aw_ball {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -445px 0px;
  width: 30px;
  height: 27px;
  top: .1em;
}
.icon.aw_ball_sm {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -243px -422px;
  width: 21px;
  height: 19px;
  top: .1em;
  left: .2em;
}
.icon.search,
.icon.search-submit {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -145px -422px;
  width: 21px;
  height: 21px;
  top: .1em;
}
.icon.circle {
  width: 40px;
  height: 40px;
  border: 3px solid #009f4b;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.icon.clock {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -305px -173px;
  width: 15px;
  height: 15px;
}
.icon.close {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -445px -246px;
  width: 25px;
  height: 25px;
}
.icon.close._white-sm {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -328px -422px;
  width: 15px;
  height: 14px;
}
.icon._menu-billet {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -445px -125px;
  width: 27px;
  height: 26px;
}
.icon.tv {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -91px -341px;
  width: 40px;
  height: 40px;
  top: .25em;
}
.icon.zoom {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -102px -288px;
  width: 47px;
  height: 46px;
}
.icon.penalty {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -445px -306px;
  width: 26px;
  height: 24px;
}
.icon.penalty_sm {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -269px -422px;
  width: 20px;
  height: 19px;
}
.icon.penalty-miss {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -445px -276px;
  width: 29px;
  height: 25px;
}
.icon.penalty-miss_sm {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -119px -422px;
  width: 21px;
  height: 21px;
}
.icon.mobile-quote {
  float: left;
  line-height: 0;
  margin-top: -1.7em;
  margin-bottom: 1.5em;
}
.icon.mobile-quote:before {
  line-height: 0;
  content: '„';
  font-style: italic;
  color: #d9d9d9;
  font-size: 115px;
}
.icon {
  display: inline-block;
  position: relative;
  font-style: normal;
}
.icon.social-ico {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -252px 0px;
  width: 71px;
  height: 71px;
  text-decoration: none;
}
.icon.social-ico:hover {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: 0px -212px;
  width: 71px;
  height: 71px;
}
.icon.social-ico:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
.icon.social-ico_fb:before,
.icon.social-ico_facebook:before,
.icon.social-ico_2:before {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -213px -341px;
  width: 20px;
  height: 38px;
}
.icon.social-ico_tw:before,
.icon.social-ico_twitter:before,
.icon.social-ico_3:before {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -399px -114px;
  width: 39px;
  height: 32px;
}
.icon.social-ico_vk:before,
.icon.social-ico_1:before {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -399px -76px;
  width: 26px;
  height: 33px;
}
.icon.social-ico_ig:before,
.icon.social-ico_instagram:before,
.icon.social-ico_4:before {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -296px -341px;
  width: 36px;
  height: 36px;
}
.icon.social-ico_ok:before,
.icon.social-ico_odnoklasniki:before,
.icon.social-ico_7:before {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -238px -341px;
  width: 21px;
  height: 37px;
}
.icon.social-ico_yt:before,
.icon.social-ico_youtube:before,
.icon.social-ico_6:before {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -353px -387px;
  width: 40px;
  height: 29px;
}
.icon.social-ico_gp:before,
.icon.social-ico_googleplus:before,
.icon.social-ico_5:before {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -136px -341px;
  width: 38px;
  height: 39px;
}
.icon.social-ico_periscope:before,
.icon.social-ico_8:before {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -179px -341px;
  width: 29px;
  height: 38px;
}
html {
  background: #2e735c;
  background: url('/common/img/bg2-green.png');
  background: url('/common/img/bg3-transparent.png'), #2e735c url('/common/img/bg3-gradient.png') repeat-x;
}
.isParalax .parallax-bg {
  display: block;
}
.parallax-bg {
  display: none;
  position: fixed;
  top: -250%;
  left: 0;
  width: 100%;
  height: 500%;
  background: url('/common/img/bg2-green.png');
}
.page {
  position: relative;
  min-width: 1066px;
}
.page .body-wrap {
  position: relative;
}
.page header .nav {
  padding-right: 0;
}
@media only screen and (min-width: 0) and (max-width: 0) {
  .page header .main {
    height: 120px;
  }
}
@media only screen and (min-width: 0) and (max-width: 0) {
  .page header .main .header-item {
    background-position: 50% !important;
  }
}
.page header .main .header-button .qnty-wrap {
  position: relative;
  top: -22px;
}
@media only screen and (min-width: 0) and (max-width: 0) {
  .page header .main .header-button .qnty-wrap {
    top: -6px;
  }
}
.page header .main .header-button .header-button-text {
  padding-top: 72px;
}
.page header .main .header-button .header-button-text .rub {
  font-size: 1em;
}
@media only screen and (min-width: 0) and (max-width: 0) {
  .page header .main .header-button .header-button-text {
    overflow: hidden;
    text-indent: -999px;
  }
}
@media only screen and (min-width: 0) and (max-width: 0) {
  .page header .main .text .title {
    font-size: 19px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 0) and (max-width: 0) {
  .page header .main .text .description {
    font-size: 18px;
    line-height: 23px;
  }
}
.page header .main .login {
  position: relative;
  background: url("../img/ico-header-login.png") no-repeat 50% 28px;
}
.page header .main .login span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
  max-width: 145px;
  margin: 0 5%;
}
.ie8 .page header .main .login span {
  display: inline-block;
}
.page header .main .login._auoth {
  background-image: url("../img/ico-header-auoth.png");
}
.page header .main .login._active {
  background-image: url("../img/ico-header-login-active.png");
  background-color: #008c46;
}
.page header .main .cart {
  position: relative;
  background: url("../img/ico-header-cart.png") no-repeat 50% 28px;
}
.page header .main .cart .counter {
  height: 24px;
  min-width: 24px;
  background: #d92127;
  border-radius: 24px;
  position: absolute;
  line-height: 25px;
  font-size: 14px;
  top: 17px;
  left: 50%;
  margin-left: 2px;
  padding: 0 7px;
}
.ie8 .page header .main .cart .counter {
  behavior: url(/common/PIE.htc);
  padding: 0;
}
.page header .main .cart .price {
  font-family: "Exo_2", sans-serif;
  font-weight: 400;
  white-space: nowrap;
}
.ie8 .page header .main .cart .price {
  font-family: "Arial", sans-serif;
}
@media only screen and (min-width: 0) and (max-width: 0) {
  .page header .main .promo {
    width: 21%;
  }
}
.page main .top-nav-left {
  white-space: nowrap;
}
.page main .top-nav-left .nav {
  display: inline-block;
  text-align: left;
}
.page main .top-nav-left .nav ._last .sub-nav {
  right: 67px;
}
.page main .top-nav-left .nav .nav-item {
  padding: 0;
  -webkit-transition: all 300ms ease-in-out 0;
  -moz-transition: all 300ms ease-in-out 0;
  -ms-transition: all 300ms ease-in-out 0;
  -o-transition: all 300ms ease-in-out 0;
  transition: all 300ms ease-in-out 0;
  display: inline-block;
  min-width: 0;
}
.page main .top-nav-left .nav .nav-item > .link {
  -webkit-transition: all 300ms ease-in-out 0;
  -moz-transition: all 300ms ease-in-out 0;
  -ms-transition: all 300ms ease-in-out 0;
  -o-transition: all 300ms ease-in-out 0;
  transition: all 300ms ease-in-out 0;
  display: table;
  height: 60px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  padding: 0 15px;
}
.page main .top-nav-left .nav .nav-item .text {
  font-family: "Exo_2", sans-serif;
  font-weight: 400;
  width: 100%;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  color: #fff;
}
.ie8 .page main .top-nav-left .nav .nav-item .text {
  font-family: "Arial", sans-serif;
}
.page main .top-nav-left .nav .nav-item._show {
  background: #bd262b;
}
.page main .top-nav-left .nav .nav-item:hover {
  background: #bd262b;
}
.page main .top-nav-left .nav .nav-item:hover .sub-nav {
  display: block;
}
.page main .top-nav-left .nav .nav-item._active {
  background: #bd262b;
}
.page main .top-nav-left .nav .nav-item .sub-nav {
  display: none;
}
.page main .top-nav-left .nav .sub-nav {
  z-index: 10;
  background: #bd262b;
  position: absolute;
  top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  text-align: left;
}
.page main .top-nav-left .nav .sub-nav .col {
  padding-left: 14px;
  padding-right: 13px;
  min-width: 296px;
}
.page main .top-nav-left .nav .sub-nav .link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  display: block;
  height: auto;
  padding-bottom: 13px;
  padding-left: 10px;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 100ms ease-in-out 0;
  -moz-transition: all 100ms ease-in-out 0;
  -ms-transition: all 100ms ease-in-out 0;
  -o-transition: all 100ms ease-in-out 0;
  transition: all 100ms ease-in-out 0;
}
.page main .top-nav-left .nav .sub-nav .link._active {
  background: #99171b;
}
.page main .top-nav-left .nav .sub-nav .link._active:hover {
  background: #99171b;
}
.page main .top-nav-left .nav .sub-nav .link:hover {
  background: #d92127;
  text-decoration: none;
}
.page main .top-nav-left .nav .sub-nav .sub-link {
  font-family: "Exo_2", sans-serif;
  font-weight: 400;
  padding-left: 10px;
  text-transform: none;
  padding-left: 25px;
  padding-top: 1px;
  padding-bottom: 2px;
  margin-bottom: 0;
}
.ie8 .page main .top-nav-left .nav .sub-nav .sub-link {
  font-family: "Arial", sans-serif;
}
.page main .top-nav-left .nav .sub-nav .sub-link._last {
  margin-bottom: 5px;
}
.page main .top-nav-left .nav .sub-nav .col-wrap {
  display: table;
}
.page main .top-nav-left .nav .sub-nav .col {
  display: table-cell;
  vertical-align: top;
}
.page main .top-nav-left .nav .sub-nav .col + .col {
  border-left: 2px solid #d92127;
}
.page main .top-nav-left .search {
  position: absolute;
  right: 0;
  top: 0;
  width: 67px;
  height: 60px;
  background: url("../img/ico-search.png") no-repeat 50% 50%;
  border-left: 2px solid #eb1f26;
  cursor: pointer;
}
.page main .top-nav-left .search.opened {
  border: none;
  background: #99171b url("../img/ico-close.png") no-repeat 50% 50% !important;
  border-left: 2px solid #99171b;
}
.page main .top-nav-left .search:hover {
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  -webkit-transition: background-color 200ms ease-in 0ms;
  -moz-transition: background-color 200ms ease-in 0ms;
  -ms-transition: background-color 200ms ease-in 0ms;
  -o-transition: background-color 200ms ease-in 0ms;
  transition: background-color 200ms ease-in 0ms;
  background-color: #bd262b;
}
.page main .top-nav-left .search-box {
  position: absolute;
  display: none;
  width: 100%;
  background: #99171b url("../img/ico-search-red.png") no-repeat 23px 50%;
  height: 82px;
  top: 60px;
  left: 0;
  z-index: 2;
}
.page main .top-nav-left .search-box .text {
  border: none;
  background: transparent;
  outline: none;
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  padding-top: 17px;
  width: 90%;
  height: 48px;
  padding-left: 87px;
  text-align: left;
}
.page section .breadcrumb.breadcrumb-step {
  background: #f0f0f0;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
}
.page section .breadcrumb.breadcrumb-step:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.page section .breadcrumb.breadcrumb-step:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.page section .breadcrumb.breadcrumb-step li {
  float: left;
  list-style: none;
  font-size: 18px;
  line-height: 0;
  color: #7f7f7f;
}
.page section .breadcrumb.breadcrumb-step li:last-child {
  padding: 0;
}
.page section .breadcrumb.breadcrumb-step li a {
  color: #7f7f7f;
  text-decoration: none;
}
.page section .breadcrumb.breadcrumb-step li a.green-link {
  color: #009f4b;
  font-size: 18px;
}
.page section .breadcrumb.breadcrumb-step li a.green-link:before {
  top: 20px;
}
.page section .breadcrumb.breadcrumb-step li.last:after {
  content: '';
  display: none;
}
.page section .breadcrumb.breadcrumb-step li .step-count {
  width: 26px;
  height: 26px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  behavior: url(/common/PIE.htc);
  background: #bfbfbf;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  line-height: 27px;
  font-style: normal;
  position: relative;
  top: -2px;
}
.page section .breadcrumb.breadcrumb-step li:after {
  content: url("../img/ico-breadcrumb-step-arrow.png");
  margin: 0 22px;
}
@media (max-width: 1200px) {
  .page section .breadcrumb.breadcrumb-step li:after {
    margin: 0 10px;
  }
}
.page section .breadcrumb.breadcrumb-step li:last-child:after {
  display: none;
}
.page section .breadcrumb.breadcrumb-step li.current {
  color: #333333;
  font-size: 40px;
  font-weight: bold;
  line-height: 13px;
}
@media (max-width: 1300px) {
  .page section .breadcrumb.breadcrumb-step li.current {
    font-size: 34px;
    line-height: 18px;
    vertical-align: top;
  }
}
@media (max-width: 1200px) {
  .page section .breadcrumb.breadcrumb-step li.current {
    font-size: 28px;
    line-height: 18px;
    vertical-align: top;
  }
}
.page section .breadcrumb.breadcrumb-step li.current .step-count {
  background: #009f4b;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  font-size: 18px;
  line-height: 35px;
  position: relative;
  top: -8px;
  left: -1px;
}
.page section .breadcrumb.breadcrumb-step li.current:after {
  content: url("../img/ico-breadcrumb-step-current.png");
  margin: 0 20px;
  position: relative;
  top: -5px;
}
.page section .breadcrumb.breadcrumb-step li._done .step-count {
  background: #009f4b;
}
.page section .breadcrumb.breadcrumb-step li._done a {
  color: #009f4b;
}
.page section .game-item {
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #333;
  font-family: "Exo_2", sans-serif;
  font-weight: 400;
  border-bottom: 11px solid #009f4b;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
.ie8 .page section .game-item {
  font-family: "Arial", sans-serif;
}
.page section .game-item .game-item-col {
  display: table-cell;
  padding: 2.2%;
  padding-top: 33px;
  padding-bottom: 20px;
  vertical-align: top;
}
.page section .game-item .game-player-logo img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  min-height: 70px;
  min-width: 70px;
  height: auto;
  width: auto;
}
.page section .game-item .game-player-name {
  text-transform: uppercase;
  font-size: 31px;
  line-height: 40px;
  font-family: "Exo_2", sans-serif;
  font-weight: 700;
  word-wrap: break-word;
}
.ie8 .page section .game-item .game-player-name {
  font-family: "Arial", sans-serif;
}
.page section .game-item .game-player-city {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  padding-top: 5px;
}
.page section .game-item .game-vs {
  color: #e6e6e6;
  font-family: "Exo_2", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 100px;
  width: 65px;
  padding: 0;
  font-style: italic;
  text-align: center;
}
.ie8 .page section .game-item .game-vs {
  font-family: "Arial", sans-serif;
}
.page section .game-item .game-champ-logo {
  height: 43px;
}
.page section .game-item .game-champ-name {
  font-size: 14px;
  line-height: 20px;
  word-wrap: break-word;
}
.page section .game-item .game-info {
  position: relative;
  width: 297px;
  border-left: 2px solid #ccc;
  padding-left: 29px;
  padding-right: 27px;
  padding-top: 29px;
}
.page section .game-item .game-info .game-date .game-day {
  font-family: "Exo_2", sans-serif;
  font-weight: 700;
}
.ie8 .page section .game-item .game-info .game-date .game-day {
  font-family: "Arial", sans-serif;
}
.page section .game-item .game-info .game-date .game-mounth {
  font-family: "Exo_2", sans-serif;
  font-weight: 700;
  text-transform: lowercase;
}
.ie8 .page section .game-item .game-info .game-date .game-mounth {
  font-family: "Arial", sans-serif;
}
.page section .game-item .game-info .game-date .game-time {
  color: #808080;
  font-family: "Exo_2", sans-serif;
  font-weight: 700;
}
.ie8 .page section .game-item .game-info .game-date .game-time {
  font-family: "Arial", sans-serif;
}
.page section .billets-selected .billet {
  position: relative;
  color: #fff;
  background: #009f4b;
  padding: 0 18px;
  padding-top: 37px;
}
.page section .billets-selected .billet:before,
.page section .billets-selected .billet:after {
  content: '';
  top: 0;
  position: absolute;
  width: 4px;
  height: 100%;
  background: url("../img/patter-dot-border.png") 0 0 repeat-y;
}
.page section .billets-selected .billet._first:before {
  left: -3px;
  width: 8px;
  height: 100%;
  background-position: 0 0;
}
.page section .billets-selected .billet._last:after {
  right: -3px;
  width: 8px;
  height: 100%;
  background-position: -7px 0;
}
.page section .billets-selected .billet:before {
  left: 0;
  background-position: -3px 0;
}
.page section .billets-selected .billet:after {
  right: 0;
  background-position: -8px 0;
  z-index: 1;
}
.page section .billets-selected .billet._empty {
  background: #f0f0f0;
}
.page section .billets-selected .billet._empty:before {
  left: 0;
  width: 4px;
  height: 100%;
  background-position: -15px 0;
}
.page section .billets-selected .billet._empty:after {
  width: 4px;
  height: 100%;
  right: 0;
  background-position: -19px 0;
}
.page section .billets-selected .billet-sector {
  text-transform: uppercase;
  font-family: "Exo_2", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  padding-bottom: 24px;
  max-width: 170px;
}
.ie8 .page section .billets-selected .billet-sector {
  font-family: "Arial", sans-serif;
}
.page section .billets-selected .billet-param {
  font-size: 14px;
  line-height: 22px;
}
.page section .billets-selected .billet-row {
  position: absolute;
  right: 20px;
  text-align: right;
  font-family: "Exo_2", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 20px;
}
.ie8 .page section .billets-selected .billet-row {
  font-family: "Arial", sans-serif;
}
@media (max-width: 1100px) {
  .page section .billets-selected .billet-row {
    font-size: 23px;
  }
}
.page section .billets-selected .billet-row:before {
  position: absolute;
  top: 100%;
  font-family: "Exo_2", sans-serif;
  font-weight: 400;
  content: 'Место';
  font-size: 14px;
  line-height: 22px;
}
.ie8 .page section .billets-selected .billet-row:before {
  font-family: "Arial", sans-serif;
}
.page section .billets-selected .billet-delite {
  position: absolute;
  top: 5px;
  right: 17px;
  cursor: pointer;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page section .billets-selected .billet-delite:before {
  cursor: pointer;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* transition */
  -webkit-transition: color;
  -moz-transition: color;
  -o-transition: color;
  transition: color;
  -webkit-transition: color 300ms ease 0ms;
  -moz-transition: color 300ms ease 0ms;
  -ms-transition: color 300ms ease 0ms;
  -o-transition: color 300ms ease 0ms;
  transition: color 300ms ease 0ms;
  content: '×';
  color: #2dc663;
  font-family: Arial;
  font-size: 28px;
  line-height: 30px;
}
.page section .billets-selected .billet-delite:hover:before {
  color: #4fd77f;
}
.page section .billets-selected .billet-place {
  display: inline-block;
  position: relative;
  font-family: "Exo_2", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 20px;
  margin-bottom: 24px;
}
.ie8 .page section .billets-selected .billet-place {
  font-family: "Arial", sans-serif;
}
@media (max-width: 1100px) {
  .page section .billets-selected .billet-place {
    font-size: 23px;
  }
}
.page section .billets-selected .billet-place:before {
  position: absolute;
  top: 100%;
  font-family: "Exo_2", sans-serif;
  font-weight: 400;
  content: 'Ряд';
  font-size: 14px;
  line-height: 22px;
}
.ie8 .page section .billets-selected .billet-place:before {
  font-family: "Arial", sans-serif;
}
.page section .billets-selected .billet-price {
  position: relative;
  font-size: 18px;
  line-height: 27px;
  border-top: 2px solid #2dc663;
}
.page section .billets-selected .billet-price .rub {
  font-size: 18px;
  line-height: 27px;
}
.page section.back {
  padding-bottom: 0;
  padding-top: 27px;
}
.page section.info {
  padding-top: 60px;
  padding-bottom: 60px;
  text-transform: uppercase;
  width: 100%;
}
.page section.info .table-cell {
  display: table-cell;
  width: 46px;
}
.page section.info .info-item {
  position: relative;
  display: table-cell;
  height: 119px;
  color: #4c4c4c;
  text-decoration: none;
  text-align: left;
  padding-left: 126px;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease-in-out 0;
  -moz-transition: all 300ms ease-in-out 0;
  -ms-transition: all 300ms ease-in-out 0;
  -o-transition: all 300ms ease-in-out 0;
  transition: all 300ms ease-in-out 0;
  width: 31%;
}
.page section.info .info-item:hover {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.page section.info .info-item:hover .ico:before {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.page section.info .info-item .ico {
  position: absolute;
  display: block;
  left: 0;
  width: 126px;
  height: 119px;
  background: url("../img/pattern-info.png") 0 0;
  -webkit-animation: infiniteRun 8s 0 infinite linear;
  -moz-animation: infiniteRun 8s 0 infinite linear;
  -ms-animation: infiniteRun 8s 0 infinite linear;
  -o-animation: infiniteRun 8s 0 infinite linear;
  animation: infiniteRun 8s 0 infinite linear;
}
.page section.info .info-item .ico:before {
  -webkit-transition: all 300ms ease-in-out 0;
  -moz-transition: all 300ms ease-in-out 0;
  -ms-transition: all 300ms ease-in-out 0;
  -o-transition: all 300ms ease-in-out 0;
  transition: all 300ms ease-in-out 0;
  position: absolute;
  content: '';
  width: 126px;
  height: 119px;
  background: 50% 50% no-repeat;
}
.page section.info .info-item .info-item-text {
  font-size: 24px;
  line-height: 28px;
  margin-top: 33px;
  margin-left: 12.5%;
  display: block;
}
@media (max-width: 1200px) {
  .page section.info .info-item .info-item-text {
    font-size: 18px;
    line-height: 20px;
    margin-top: 42px;
    margin-left: 9.5%;
  }
}
.page section.info .info-item-1 .ico:before {
  background-image: url("../img/ico-info-1.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page section.info .info-item-1 .ico:before {
    background: transparent url("../img/ico-info-1@2x.png") no-repeat 50% 50%;
    -webkit-background-size: 80px;
    -moz-background-size: 80px;
    -o-background-size: 80px;
    background-size: 80px;
  }
}
.page section.info .info-item-2 .ico:before {
  background-image: url("../img/ico-info-2.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page section.info .info-item-2 .ico:before {
    background: transparent url("../img/ico-info-2@2x.png") no-repeat 50% 50%;
    -webkit-background-size: 80px;
    -moz-background-size: 80px;
    -o-background-size: 80px;
    background-size: 80px;
  }
}
.page section.info .info-item-3 .ico:before {
  background-image: url("../img/ico-info-3.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page section.info .info-item-3 .ico:before {
    background: transparent url("../img/ico-info-3@2x.png") no-repeat 50% 50%;
    -webkit-background-size: 80px;
    -moz-background-size: 80px;
    -o-background-size: 80px;
    background-size: 80px;
  }
}
.page footer .btn-bordered {
  cursor: pointer;
  position: absolute;
  width: 260px;
  border-color: #246945;
  background: #22322a;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  width: 262px;
  margin-left: -1px;
  text-align: center;
  margin-top: 5px;
}
.page footer .btn-bordered:hover {
  background: #00a14c !important;
  border-color: #00a14c !important;
  color: #fff !important;
}
.btn-red {
  position: relative;
  font-family: "Exo_2", sans-serif;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  background: #ba262b;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  padding-left: 23px;
  padding-right: 15px;
  margin-right: 18px;
  /* transition */
  -webkit-transition: box-shadow;
  -moz-transition: box-shadow;
  -webkit-transition: -webkit-box-shadow;
  -moz-transition: -moz-box-shadow;
  -o-transition: box-shadow;
  transition: box-shadow;
  -webkit-transition: box-shadow 300ms ease 0ms;
  -moz-transition: box-shadow 300ms ease 0ms;
  -ms-transition: box-shadow 300ms ease 0ms;
  -o-transition: box-shadow 300ms ease 0ms;
  transition: box-shadow 300ms ease 0ms;
  font-size: 22px;
  line-height: 48px;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
}
.ie8 .btn-red {
  font-family: "Arial", sans-serif;
}
.btn-red .ico {
  position: absolute;
  left: 100%;
  top: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 18px solid #ba262b;
}
.btn-red:hover {
  background: #cd2a2f;
  -webkit-animation: vibraion-ml 0.5s 0 linear;
  -moz-animation: vibraion-ml 0.5s 0 linear;
  -ms-animation: vibraion-ml 0.5s 0 linear;
  -o-animation: vibraion-ml 0.5s 0 linear;
  animation: vibraion-ml 0.5s 0 linear;
}
.btn-red:hover .ico {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 18px solid #cd2a2f;
}
.btn-red:active {
  background: #a22227;
  -webkit-box-shadow: inset 5px 3px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 5px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 5px 3px 8px rgba(0, 0, 0, 0.2);
}
.btn-red:active .ico {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 18px solid #a22227;
}
.btn-red._disable {
  cursor: default;
  background: #7c7c7c;
}
.btn-red._disable .ico {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 18px solid #7c7c7c;
}
.btn-red._disable:active,
.btn-red._disable:hover {
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0);
  /* animation */
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-animation: none 300ms 0ms ease;
  -moz-animation: none 300ms 0ms ease;
  -ms-animation: none 300ms 0ms ease;
  -o-animation: none 300ms 0ms ease;
  animation: none 300ms 0ms ease;
}
.btn-red-min {
  position: relative;
  font-family: "Exo_2", sans-serif;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  background: #ba262b;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  padding-left: 23px;
  padding-right: 15px;
  margin-right: 18px;
  /* transition */
  -webkit-transition: box-shadow;
  -moz-transition: box-shadow;
  -webkit-transition: -webkit-box-shadow;
  -moz-transition: -moz-box-shadow;
  -o-transition: box-shadow;
  transition: box-shadow;
  -webkit-transition: box-shadow 300ms ease 0ms;
  -moz-transition: box-shadow 300ms ease 0ms;
  -ms-transition: box-shadow 300ms ease 0ms;
  -o-transition: box-shadow 300ms ease 0ms;
  transition: box-shadow 300ms ease 0ms;
  font-size: 22px;
  line-height: 48px;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 37px;
  height: 37px;
  padding: 0 17px;
  margin-right: 13px;
}
.ie8 .btn-red-min {
  font-family: "Arial", sans-serif;
}
.btn-red-min .ico {
  position: absolute;
  left: 100%;
  top: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 18px solid #ba262b;
}
.btn-red-min:hover {
  background: #cd2a2f;
  -webkit-animation: vibraion-ml 0.5s 0 linear;
  -moz-animation: vibraion-ml 0.5s 0 linear;
  -ms-animation: vibraion-ml 0.5s 0 linear;
  -o-animation: vibraion-ml 0.5s 0 linear;
  animation: vibraion-ml 0.5s 0 linear;
}
.btn-red-min:hover .ico {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 18px solid #cd2a2f;
}
.btn-red-min:active {
  background: #a22227;
  -webkit-box-shadow: inset 5px 3px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 5px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 5px 3px 8px rgba(0, 0, 0, 0.2);
}
.btn-red-min:active .ico {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 18px solid #a22227;
}
.btn-red-min._disable {
  cursor: default;
  background: #7c7c7c;
}
.btn-red-min._disable .ico {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 18px solid #7c7c7c;
}
.btn-red-min._disable:active,
.btn-red-min._disable:hover {
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0);
  /* animation */
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-animation: none 300ms 0ms ease;
  -moz-animation: none 300ms 0ms ease;
  -ms-animation: none 300ms 0ms ease;
  -o-animation: none 300ms 0ms ease;
  animation: none 300ms 0ms ease;
}
.btn-red-min .ico {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 18.5px solid transparent;
  border-bottom: 18.5px solid transparent;
  border-left: 13px solid #ba262b;
}
.btn-red-min:hover .ico {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 18.5px solid transparent;
  border-bottom: 18.5px solid transparent;
  border-left: 13px solid #cd2a2f;
}
.btn-red-min:active {
  -webkit-box-shadow: inset 5px 3px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 5px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 5px 3px 8px rgba(0, 0, 0, 0.2);
}
.btn-red-min:active .ico {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 18.5px solid transparent;
  border-bottom: 18.5px solid transparent;
  border-left: 13px solid #a22227;
}
.btn-red-min._disable .ico {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 18.5px solid transparent;
  border-bottom: 18.5px solid transparent;
  border-left: 13px solid #7c7c7c;
}
.btn-red-smail {
  position: relative;
  font-family: "Exo_2", sans-serif;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  background: #ba262b;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  padding-left: 23px;
  padding-right: 15px;
  margin-right: 18px;
  /* transition */
  -webkit-transition: box-shadow;
  -moz-transition: box-shadow;
  -webkit-transition: -webkit-box-shadow;
  -moz-transition: -moz-box-shadow;
  -o-transition: box-shadow;
  transition: box-shadow;
  -webkit-transition: box-shadow 300ms ease 0ms;
  -moz-transition: box-shadow 300ms ease 0ms;
  -ms-transition: box-shadow 300ms ease 0ms;
  -o-transition: box-shadow 300ms ease 0ms;
  transition: box-shadow 300ms ease 0ms;
  font-size: 22px;
  line-height: 48px;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
  font-size: 10px;
  line-height: 23px;
  height: 23px;
  padding: 0 12px;
  margin-right: 9px;
}
.ie8 .btn-red-smail {
  font-family: "Arial", sans-serif;
}
.btn-red-smail .ico {
  position: absolute;
  left: 100%;
  top: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 18px solid #ba262b;
}
.btn-red-smail:hover {
  background: #cd2a2f;
  -webkit-animation: vibraion-ml 0.5s 0 linear;
  -moz-animation: vibraion-ml 0.5s 0 linear;
  -ms-animation: vibraion-ml 0.5s 0 linear;
  -o-animation: vibraion-ml 0.5s 0 linear;
  animation: vibraion-ml 0.5s 0 linear;
}
.btn-red-smail:hover .ico {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 18px solid #cd2a2f;
}
.btn-red-smail:active {
  background: #a22227;
  -webkit-box-shadow: inset 5px 3px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 5px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 5px 3px 8px rgba(0, 0, 0, 0.2);
}
.btn-red-smail:active .ico {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 18px solid #a22227;
}
.btn-red-smail._disable {
  cursor: default;
  background: #7c7c7c;
}
.btn-red-smail._disable .ico {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 18px solid #7c7c7c;
}
.btn-red-smail._disable:active,
.btn-red-smail._disable:hover {
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0);
  /* animation */
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-animation: none 300ms 0ms ease;
  -moz-animation: none 300ms 0ms ease;
  -ms-animation: none 300ms 0ms ease;
  -o-animation: none 300ms 0ms ease;
  animation: none 300ms 0ms ease;
}
.btn-red-smail .ico {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 11.5px solid transparent;
  border-bottom: 11.5px solid transparent;
  border-left: 9px solid #ba262b;
}
.btn-red-smail:hover .ico {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 11.5px solid transparent;
  border-bottom: 11.5px solid transparent;
  border-left: 9px solid #cd2a2f;
}
.btn-red-smail:active {
  -webkit-box-shadow: inset 5px 3px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 5px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 5px 3px 8px rgba(0, 0, 0, 0.2);
}
.btn-red-smail:active .ico {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 11.5px solid transparent;
  border-bottom: 11.5px solid transparent;
  border-left: 9px solid #a22227;
}
.btn-red-smail._disable .ico {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 11.5px solid transparent;
  border-bottom: 11.5px solid transparent;
  border-left: 9px solid #7c7c7c;
}
.modal-overlay {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
}
.link-green {
  color: #009f4b;
  font-size: 16px;
  line-height: 16px;
  border-bottom: 1px solid #66b985;
  text-decoration: none;
}
.fixed-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 81;
}
.fixed-modal-content {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0 !important;
  bottom: 0;
}
.green-btn {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  padding: 20px;
  padding-top: 11px;
  padding-bottom: 10px;
  text-align: center;
  border: 2px solid #3d7f63;
  background: #009f4b;
  color: #fff;
  font-weight: bold;
  margin: 20px 10px;
  margin-bottom: 10px;
  outline: 0;
}
.green-btn:hover {
  background: #00ab50;
}
.green-btn:active {
  background: #008f43;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.publications .empty,
.list-view .empty {
  display: block;
  text-align: center;
  width: 100%;
  color: #373737;
  font-weight: 500;
  font-size: 32px;
  line-height: 27px;
  font-style: italic;
  margin-top: 80px;
  margin-bottom: 80px;
}
.image-block_big {
  width: 100%;
  position: relative;
  height: 500px;
  overflow: hidden;
}
.image-block__img {
  position: absolute;
  width: 1260px;
  height: auto;
  display: block;
  left: -630px;
  margin-left: 50%;
}
.text_color_gray {
  color: #4c4c4c;
}
.text_size_small {
  font-size: 14px;
  line-height: 16px;
}
.banner {
  margin-bottom: 30px;
}
.banner_link {
  display: block;
  line-height: 0;
}
.banner__image {
  line-height: 16px;
  width: 295px;
}
.btn-bordered {
  vertical-align: top;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  width: auto;
  cursor: pointer;
  text-transform: uppercase;
  color: #009f4b;
  border: 2px solid #009f4b;
  transition: color 300ms ease, background 300ms ease;
}
.btn-bordered:hover {
  color: #fff;
  background: #009f4b;
}
.btn-bordered_size_small {
  font-size: 12px;
  line-height: 15px;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-right: 8px;
  padding-left: 8px;
}
.btn-bordered_size_medium {
  font-size: 14px;
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 16px;
  padding-left: 16px;
}
.btn-bordered_background_white {
  background-color: #fff;
}
.btn-bordered_pull_right {
  float: right;
}
.btn-bordered_width_medium {
  width: 120px;
}
.btn-bordered__ico {
  vertical-align: middle;
}
.btn-bordered__ico .icon.arrow_back {
  margin-top: -2px;
}
.shadow-block_outaside {
  width: 120%;
}
.shadow-block_padding {
  padding: 30px;
}
.event-list__item {
  border-bottom: 2px solid #e5f5ed;
}
.event-list__month {
  font-size: 16px;
  padding: 30px 0;
  vertical-align: text-bottom;
  width: 15%;
}
.event-list__event {
  vertical-align: text-bottom;
  padding: 30px 0;
}
.legend__term {
  float: left;
  margin-top: 1em;
}
.legend__description {
  color: #808080;
  margin: 0;
  margin-top: 1em;
  overflow: hidden;
}
.legend__description::before {
  content: "—";
  margin: 0 0.5em;
}
.news-item {
  padding-bottom: 30px;
}
.news-item__image-wrap {
  text-decoration: none;
  width: 290px;
}
.news-item__image-wrap:hover + .col .news-item__title-link {
  color: #cf3439;
}
.news-item__image {
  display: block;
  width: 290px;
}
.news-item__title-link {
  color: inherit;
  text-decoration: none;
}
.news-item__title-link:hover {
  color: #cf3439;
}
.news-item__description-wrap {
  padding-top: 30px;
  margin-left: 30px;
  padding-right: 30px;
  max-height: 158px;
}
.news-item__description-wrap_line {
  position: relative;
}
.news-item__description-wrap_line:before {
  position: absolute;
  display: block;
  top: 2px;
  content: '';
  width: 100%;
  height: 2px;
  background: #f0f0f0;
}
.news-item__description {
  padding-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.maincard {
  background-color: rgba(23, 89, 61, 0.8);
  display: table;
  font-size: 16px;
  overflow: hidden;
  width: 100%;
}
.maincard__photo {
  background-color: #eaeaea;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: table-cell;
  height: 491px;
  position: relative;
  width: 459px;
}
.maincard__photo_no {
  background-image: url("../img/player-x_no-photo.png");
}
.maincard__number {
  background-color: #009f4b;
  color: #ffffff;
  font-size: 73px;
  font-weight: bold;
  left: 0;
  line-height: 118px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 118px;
  z-index: 1;
}
.maincard__description {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  display: table-cell;
  position: relative;
}
.maincard__description::before {
  background-color: rgba(23, 89, 61, 0.8);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.maincard__description_bg_no {
  background-image: url("../img/player-x-bg_no-bg.png");
  background-position: 100% -190px;
}
.maincard__back {
  background-color: #cf3439;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 43px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.maincard__section {
  border-bottom: 3px solid #009f4b;
  padding: 26px 37px;
  position: relative;
}
.maincard__section:last-child {
  border-bottom: 0 none;
}
.maincard__name {
  font-size: 40px;
  font-weight: normal;
  margin-top: 19px;
}
.maincard__name_second {
  font-weight: bold;
  text-transform: uppercase;
}
.maincard__role {
  display: inline-block;
  vertical-align: middle;
}
.maincard__link {
  color: inherit;
}
.maincard__info {
  font-size: 20px;
  line-height: 37px;
  margin-bottom: 0;
  margin-top: 8px;
  text-transform: uppercase;
}
.maincard-country__img {
  display: inline-block;
  font-size: 8px;
  line-height: 17px;
  margin-left: 2.5em;
  max-height: 17px;
  max-width: 27px;
  vertical-align: middle;
}
.maincard-country__name {
  display: inline-block;
  margin-left: 1em;
  vertical-align: middle;
}
.maincard-data {
  display: table;
}
.maincard-data__item {
  display: table-cell;
  min-width: 106px;
  text-transform: uppercase;
}
.maincard-data__name {
  display: block;
}
.maincard-data__value {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.maincard-matches {
  display: inline-block;
  margin-right: 37px;
}
.maincard-matches__count {
  display: inline-block;
  font-size: 51px;
  font-weight: bold;
  line-height: 51px;
  vertical-align: text-top;
}
.maincard-matches__text {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-left: 16px;
  vertical-align: text-top;
}
.maincard-fact__item {
  margin: 8px 0 0;
}
.maincard-fact__item:first-child {
  margin-top: 0;
}
.maincard-social {
  position: absolute;
  right: 38px;
  bottom: 10px;
  text-align: right;
}
.photo-slider {
  position: relative;
  height: 604px;
  overflow: hidden;
}
.photo-slider__item {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 611px;
  background-position: top center;
  background-repeat: no-repeat;
}
.photo-slider__item_no-photo {
  position: relative;
}
.photo-slider__item_no-photo:before {
  content: '';
  position: absolute;
  display: inline-block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/common/img/sprite.png);
  background-position: 0px -163px;
  width: 97px;
  height: 115px;
}
.photo-slider__link {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.photo-slider__description {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 40px;
  padding-bottom: 22px;
  min-height: 129px;
  padding-top: 25px;
  z-index: 1;
  color: #fff;
  background: rgba(25, 51, 41, 0.75);
}
.photo-slider__description p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.photo-slider__description-wrap {
  max-width: 80%;
}
.photo-slider__title {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  text-decoration: none;
  max-width: 85%;
}
.photo-slider__title:hover {
  text-decoration: underline;
}
.photo-slider__count {
  position: absolute;
  font-size: 13px;
  line-height: 23px;
  height: 21px;
  padding-right: 7px;
  background: #009f4b;
  right: 41px;
  top: 69px;
  padding-left: 26px;
}
.photo-slider__count:before {
  content: '';
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -426px -244px;
  width: 14px;
  height: 10px;
  display: block;
  position: absolute;
  left: 7px;
  top: 5px;
}
.photo-slider__data {
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  position: absolute;
  right: 40px;
  top: 35px;
}
.photo-slider__image {
  width: 100%;
  display: none;
}
.photo-slider .flex-direction-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 100%;
  height: 0;
}
.photo-slider .flex-direction-nav li {
  list-style: none;
}
.photo-slider .flex-direction-nav a {
  position: absolute;
  top: 0;
  margin-top: -50px;
  display: block;
  width: 49px;
  height: 45px;
  background-color: #cf3439;
  text-indent: -9999999px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.photo-slider .flex-direction-nav a:hover {
  background-color: #bd1c22;
}
.photo-slider .flex-direction-nav a.flex-prev {
  left: 30px;
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -252px -152px;
  width: 48px;
  height: 48px;
}
.photo-slider .flex-direction-nav a.flex-next {
  right: 30px;
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -328px -142px;
  width: 48px;
  height: 48px;
}
.photo-slider .flex-direction-nav a.flex-disabled {
  /*.no-event;*/
  opacity: 0.2;
  background-color: transparent;
}
.photo-slider .flex-direction-nav a.flex-disabled.flex-prev {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: 0px -288px;
  width: 45px;
  height: 48px;
}
.photo-slider .flex-direction-nav a.flex-disabled.flex-next {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -328px -195px;
  width: 45px;
  height: 48px;
}
.player-stat {
  width: 100%;
}
.player-stat__header {
  text-transform: uppercase;
}
.player-stat__category {
  text-align: left;
}
.player-stat__data {
  width: 8%;
}
.video-item_center {
  margin: 0 auto;
}
.video-item_size_800 {
  width: 800px;
}
.video-item__description {
  padding-top: 14px;
  padding-bottom: 16px;
}
.video-item__description:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.video-item__description:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.video-item__title {
  width: 70%;
}
.video-item__image {
  display: none;
}
.service-list {
  margin-bottom: 48px;
  padding-top: 3px;
}
.service-list__item {
  position: relative;
  text-align: center;
  border-left: 2px #f0f0f0 solid;
  border-right: 2px #f0f0f0 solid;
  padding-bottom: 30px;
  height: 390px;
}
.service-list__item:first-child {
  border-left: 3px #fff solid;
}
.service-list__item:last-child {
  border-right: 3px #fff solid;
}
.service-list__image-wrap {
  display: block;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}
.service-list__image {
  display: block;
  width: 100%;
}
.service-list__title {
  margin: 27px;
}
.service-list__description {
  font-size: 14px;
  display: block;
  color: #808080;
  margin: 27px;
}
.service-list__btn {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.promo-list__item {
  position: relative;
  border-left: 1px solid rgba(4, 138, 68, 0.8);
  height: 160px;
  background: rgba(0, 152, 72, 0.8);
  transition: background 300ms ease;
}
.promo-list__item:hover {
  background: rgba(4, 138, 68, 0.8);
}
.promo-list__item:first-child {
  border-left: none;
}
.promo-list__item:hover .promo-list__description {
  opacity: 1;
  transition: opacity 300ms ease 300ms;
}
.promo-list__item:hover .promo-list__title {
  opacity: 0;
  transition: opacity 300ms ease;
}
.promo-list__item:hover .promo-list__image {
  opacity: 0;
  transition: opacity 300ms ease;
}
.promo-list__description-wrap {
  color: #fff;
  position: absolute;
  width: 100%;
  padding-left: 15%;
  padding-right: 30px;
  display: table;
  height: 160px;
}
.promo-list__description {
  transition: opacity 300ms ease;
  opacity: 0;
  font-size: 14px;
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
}
.promo-list__title-wrap {
  color: #fff;
  position: absolute;
  width: 100%;
  padding-left: 30%;
  padding-right: 30px;
  display: table;
  height: 160px;
}
@media (max-width: 1200px) {
  .promo-list__title-wrap {
    padding-top: 56px;
    padding-left: 30px;
    text-align: center;
  }
}
.promo-list__image {
  transition: opacity 300ms ease 300ms;
  width: 30%;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1200px) {
  .promo-list__image {
    width: 100%;
    margin-top: 26px;
  }
}
.promo-list__image-1 {
  height: 39px;
  background-image: url('../../svg/promo-block-1.svg');
}
.promo-list__image-2 {
  height: 44px;
  background-image: url('../../svg/promo-block-2.svg');
}
.promo-list__image-3 {
  height: 44px;
  background-image: url('../../svg/promo-block-3.svg');
}
.promo-list__image-4 {
  height: 38px;
  background-image: url('../../svg/promo-block-4.svg');
}
.promo-list__title {
  transition: opacity 300ms ease 300ms;
  display: table-cell;
  vertical-align: middle;
}
.tab__header {
  list-style: none;
  margin: 8px 0 15px;
  padding: 0;
}
.tab__item {
  color: #333333;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.tab__item:hover {
  color: #d92127;
}
.tab__item_red.active {
  background-color: #d92127;
}
.tab__item_green.active {
  background-color: #009f4b;
}
.tab__link {
  /* transition */
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out 300ms ease 0ms;
  -moz-transition: color 0.3s ease-out 300ms ease 0ms;
  -ms-transition: color 0.3s ease-out 300ms ease 0ms;
  -o-transition: color 0.3s ease-out 300ms ease 0ms;
  transition: color 0.3s ease-out 300ms ease 0ms;
  color: inherit;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 0 1em;
  text-decoration: none;
}
.tab .active {
  color: #ffffff;
}
.tab .active:hover {
  color: #ffffff;
}
.active .tab__text_underdot {
  border-bottom: 0 none;
}
.tab__text_underdot {
  border-bottom: 1px dotted #333333;
}
.footer {
  padding-bottom: 23px;
}
.footer .sponsors._rfpl {
  text-align: center;
}
.footer .sponsors._rfpl .title {
  height: 110px;
  position: relative;
  text-align: left;
  display: inline-block;
  height: 95px;
  vertical-align: middle;
}
.footer .sponsors._rfpl .sponsors-wrapper {
  padding: 0;
  display: inline-block;
  width: inherit;
  vertical-align: middle;
  padding-left: 30px;
  min-width: 500px;
}
.footer .social {
  background: #f0f0f0;
  padding: 25px;
}
.footer .social-wrap {
  text-align: justify;
  width: 650px;
  margin: 0 auto;
}
.footer .social-wrap > * {
  display: inline-block;
  white-space: nowrap;
}
.footer .social-wrap:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.footer .social-wrap._academy {
  width: 500px;
}
.footer section.main {
  padding-top: 22px;
  height: 70px;
}
.footer section.main .btn-bordered {
  position: absolute;
  width: 260px;
  border-color: #246945;
  background: #22322a;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  width: 262px;
  margin-left: -1px;
}
.footer section.main .copyright {
  font-size: 12px;
  line-height: 19px;
  padding-left: 43.2%;
  color: #999999;
  padding-top: 6px;
}
.album-preview {
  float: left;
  overflow: hidden;
  margin: 0;
  margin-right: 1%;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.album-preview_size_large {
  width: 65%;
  height: 450px;
}
.album-preview_size_normal {
  width: 32%;
  height: 220px;
  margin-bottom: 10px;
}
.album-preview_no-photo:before {
  content: '';
  position: absolute;
  display: inline-block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/common/img/sprite.png);
  background-position: 0px -163px;
  width: 97px;
  height: 115px;
}
.album-preview__image {
  width: 100%;
  height: auto;
  display: none;
}
.album-preview__title-wrap {
  position: absolute;
  height: auto;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 15px 20px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  background: rgba(25, 51, 41, 0.75);
}
.album-preview__title {
  height: auto;
  display: block;
  margin: auto;
}
.photo-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
}
.photo-gallery__image-wrap {
  display: inline-block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  margin: 5px;
  height: 174px;
  width: 25%;
  max-width: 40%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  opacity: .9;
  position: static;
}
.photo-gallery__image-wrap:hover {
  opacity: 1;
}
.photo-gallery__image-wrap:active {
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform: scale(0.99);
}
.photo-gallery__image-wrap_type_1 {
  width: 25%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}
.photo-gallery__image-wrap_type_2 {
  width: 20%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}
.photo-gallery__image-wrap_type_3 {
  width: 16.66666667%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 16.666666666666664%;
  -ms-flex: 1 1 16.666666666666664%;
  flex: 1 1 16.666666666666664%;
}
.photo-gallery__image {
  display: none;
}
.schedule-table {
  width: 100%;
  table-layout: fixed;
}
.schedule-table__row {
  border-bottom: 2px solid #f0f0f0;
}
.schedule-table__row:last-child {
  border-bottom: none;
}
.schedule-table__col {
  color: #333;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  width: 12.5%;
}
.schedule-table__col_red {
  position: relative;
  color: #cf3439;
  font-weight: 700;
}
.schedule-table__col_red:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAECAMAAACTMR4LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDY3QkFDRjk4NDY1MTFFNUEyNjNDMEI4NTc0NUZBMTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDY3QkFDRkE4NDY1MTFFNUEyNjNDMEI4NTc0NUZBMTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNjdCQUNGNzg0NjUxMUU1QTI2M0MwQjg1NzQ1RkExNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNjdCQUNGODg0NjUxMUU1QTI2M0MwQjg1NzQ1RkExNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkiGuIQAAAAGUExURf///9nZ2XhvyecAAAARSURBVHjaYmBkZAAiMAAIMAAAMAAFFnEXjAAAAABJRU5ErkJggg==);
  width: 2px;
  height: 100%;
}
.schedule-table__col_type_empty {
  height: 90px;
}
.schedule-table__col_type_empty:after {
  content: 'Выходной';
  color: #a6a6a6;
  text-transform: uppercase;
}
.schedule-table__col-header {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid #d92127;
  height: 47px;
}
.schedule-table__col_type_game {
  background: url("../img/loko-pattern-green-83.png");
  color: #fff;
}
.schedule-table__col_no-loko {
  background: url("../img/loko-pattern-red-83.png");
}
.schedule-table__item {
  padding: 5px 5px;
}
.schedule-table__item_type_game {
  background: url("../img/loko-pattern-green-83.png");
  color: #fff;
  line-height: 12px;
}
.schedule-table__item_no-loko {
  background: url("../img/loko-pattern-red-83.png");
}
.schedule-table__item_type_game .schedule-table__time {
  font-weight: 600;
}
.schedule-table__vs-team {
  font-weight: 600;
}
.schedule-table__trainer {
  font-weight: 400;
}
.page-schedule .schedule-form {
  border-top: 1px dashed #ccc;
  display: none;
  padding-top: 35px;
}
.page-schedule .schedule-form:first-child {
  border-top: 0 none;
  padding-top: 0;
}
.page-schedule .schedule-form .radio-control-container {
  margin-bottom: 0;
}
.page-schedule .schedule-form_show {
  display: block;
}
.page-schedule .schedule-form-new-btn {
  display: block;
  margin-bottom: 20px;
}
.form__input {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  border: 2px solid #bfbfbf;
  background-color: #fff;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  color: #333333;
  font-size: 18px;
  line-height: 22px;
  height: 41px;
  padding: 7px 14px;
  padding-top: 8px;
}
.form__input:focus,
.form__input_active {
  border-color: #009f4b;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 159, 75, 0.2);
}
.form__input_success {
  border-color: #98d9b6;
  background-color: #ebfff4;
}
.form__input_error {
  border-color: #ff696e;
}
.form__control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 41px;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  border: 2px solid #bfbfbf;
  outline: 0;
  font-size: 18px;
  line-height: 23px;
  padding: 0 10px;
  font-weight: normal;
  color: #333333;
}
.form__control.placeholdersjs {
  color: #b3b3b3;
}
.form__control::-webkit-input-placeholder {
  color: #b3b3b3;
}
.form__control:-moz-placeholder {
  color: #b3b3b3;
}
.form__control::-moz-placeholder {
  color: #b3b3b3;
}
.form__control:-ms-input-placeholder {
  color: #b3b3b3;
}
.form__control:-moz-placeholder {
  color: #b3b3b3;
}
.form__control::-moz-placeholder {
  color: #b3b3b3;
}
.form__control:-ms-input-placeholder {
  color: #b3b3b3;
}
.form__control::-webkit-input-placeholder {
  color: #b3b3b3;
}
.form__control.placeholdersjs {
  color: #b3b3b3;
}
.form__control_error {
  border-color: #ff696d;
}
.form__control:focus {
  border-color: #009f4b;
  -webkit-box-shadow: 0 0 5px rgba(0, 159, 75, 0.2), inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 159, 75, 0.2), inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 159, 75, 0.2), inset 0 1px 4px rgba(0, 0, 0, 0.2);
}
.form__control_textarea {
  resize: vertical;
  min-height: 80px;
  max-height: 150px;
}
.form__control-label {
  font-size: 16px;
  color: #333333;
}
.form__control-select2 {
  max-width: 100%;
  min-width: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 41px;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  border: 2px solid #bfbfbf;
  outline: 0;
  font-size: 18px;
  line-height: 23px;
  font-weight: normal;
  color: #333333;
}
.form__control-select2 .select2-choice {
  height: 37px;
  line-height: 37px;
}
.form__control-select2.select2-container-active .select2-choice {
  box-shadow: none;
}
.form__control-select2:focus {
  border-color: #009f4b;
  -webkit-box-shadow: 0 0 5px rgba(0, 159, 75, 0.2), inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 159, 75, 0.2), inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 159, 75, 0.2), inset 0 1px 4px rgba(0, 0, 0, 0.2);
}
.form__control-select {
  position: relative;
  background: #F0F0F0;
  display: block;
  width: 100%;
  height: 41px;
  border-radius: 0;
  border: none;
}
.ui-tooltip {
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
  padding: 15px 20px;
  z-index: 10;
  max-width: 300px;
  text-align: left;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.ui-tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.7);
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  margin: auto;
}
.ui-tooltip._up {
  /*margin-top: -20px;*/
}
.ui-tooltip._up:before {
  border: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: -7px;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
}
.ui-tooltip span:last-child:after {
  content: '';
}
.ui-tooltip span:after {
  content: ',';
}
.ui-helper-hidden-accessible {
  display: none;
}
.slider-clickable {
  display: block;
  position: absolute;
  width: 95%;
  height: 400px;
  margin-top: 220px !important;
  cursor: pointer !important;
  z-index: 10;
}
.calendar-page {
  padding: 2% 2.5%;
  padding-top: 0;
}
.calendar-page .show-all {
  font-size: 18px;
  margin: 1em 0;
}
.calendar-page .show-all._checked {
  background: #d92127;
  border-color: #d92127;
}
.calendar-page .show-all._checked:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  left: -0.5em;
  margin-left: -0.5em;
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -376px -341px;
  width: 15px;
  height: 14px;
}
.calendar-page .show-all .tab-wrap {
  padding: 0 30px;
  padding-top: 9px;
}
.calendar-page h3 {
  font-size: 26px;
  color: #d92127;
  border-bottom: 3px solid #d92127;
  padding-bottom: 7px;
  padding-top: 20px;
  /*&:first-child {margin-top: 0;}*/
}
.calendar-page h3._hidden {
  display: none;
}
.calendar-page h3._hidden._visible {
  display: block;
}
.calendar-page .row {
  border-bottom: 1px solid #efefef;
  padding: 20px 0;
}
.calendar-page .row:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.calendar-page .row:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.calendar-page .row._hidden {
  display: none;
}
.calendar-page .row._hidden._visible {
  display: block;
}
.calendar-page .row .col {
  float: left;
}
.calendar-page .row .col-sm {
  float: left;
  width: 25.43352601%;
}
.calendar-page .row .col-lg {
  float: left;
  border-left: 1px solid #efefef;
  width: 74.56647399%;
}
.calendar-page .row .col-lg:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.calendar-page .row .col-lg:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.calendar-page .row .col-lg .col {
  float: left;
  height: auto;
  width: 50%;
  padding-right: 0;
}
.calendar-page .row .col-lg .col .wrap {
  height: 80px;
  vertical-align: middle;
  display: table-cell;
  width: 37.3015873%;
}
.calendar-page .title {
  text-transform: uppercase;
  padding: 0 15%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7em;
  max-width: 270px;
  word-wrap: break-word;
  white-space: normal;
}
.calendar-page .sub-title {
  text-transform: uppercase;
  padding: 0 15%;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  max-width: 270px;
  word-wrap: break-word;
  white-space: normal;
  margin-top: -7px;
}
.calendar-page .match {
  white-space: nowrap;
  height: 80px;
  width: 30.15873016%;
  display: table-cell;
  vertical-align: middle;
}
.calendar-page .match-result {
  text-align: center;
}
.calendar-page .match img {
  width: 30%;
  height: auto;
  max-width: 70px;
}
.calendar-page .match .score {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  top: -20px;
  width: 30%;
  text-align: center;
}
.calendar-page .match .score.versus {
  font-weight: 800;
  font-style: italic;
  color: #e6e6e6;
}
.calendar-page .match .penalty-score {
  font-size: 14px;
  display: block;
  margin: -20px 0;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: -40px;
  top: -30px;
  position: relative;
}
.calendar-page .btn-col {
  text-align: center;
  width: 15.87301587%;
}
.calendar-page .btn-col .btn {
  width: 65%;
  min-width: 120px;
  white-space: nowrap;
  padding: 4px 15px;
  height: 25px;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  margin: 10px 0;
  margin-left: 17%;
}
.calendar-page .btn-col .btn-red-arrow {
  line-height: 1.6em;
  /*.arrow-btn(1em, #cf3339);*/
  width: 66%;
  margin-left: 17%;
}
.flex-direction-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 2;
  padding-top: 0;
}
.flex-direction-nav li {
  position: absolute;
  width: 45px;
  height: 48px;
  margin-top: 35%;
  overflow: hidden;
}
.flex-direction-nav li:first-child {
  left: 0;
  -webkit-background-size: initial;
  background-size: initial;
}
.flex-direction-nav li:last-child {
  right: 0;
  -webkit-background-size: initial;
  background-size: initial;
}
.flex-direction-nav li .flex-disabled {
  /*.no-event;*/
  opacity: 1;
  width: 45px;
  height: 48px;
  background-color: transparent !important;
}
.flex-direction-nav li .flex-disabled:after {
  display: none !important;
}
.flex-direction-nav li .flex-disabled.flex-prev {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: 0px -288px;
  width: 45px;
  height: 48px;
}
.flex-direction-nav li .flex-disabled.flex-next {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -328px -195px;
  width: 45px;
  height: 48px;
}
.flex-direction-nav li .flex-prev {
  background-color: #d92127;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  overflow: hidden;
  text-indent: -999px;
  z-index: 2;
}
.flex-direction-nav li .flex-prev:after {
  content: '';
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  z-index: 1;
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -252px -152px;
  width: 48px;
  height: 48px;
}
.flex-direction-nav li .flex-next {
  background-color: #d92127;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  overflow: hidden;
  text-indent: -999px;
  z-index: 2;
}
.flex-direction-nav li .flex-next:after {
  content: '';
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  z-index: 1;
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -328px -142px;
  width: 48px;
  height: 48px;
}
.player-wallpaper {
  width: 900px;
  margin: 0 auto;
  padding-top: 44px;
  padding-bottom: 0px;
  position: relative;
}
.player-wallpaper .carousel {
  overflow: hidden;
  position: relative;
}
.player-wallpaper .carousel .flex-viewport {
  min-height: 522px;
  width: 900px;
  padding-left: 90px;
  padding-right: 90px;
}
.player-wallpaper .carousel .flex-viewport:hover {
  opacity: 1;
}
.player-wallpaper .carousel .flex-viewport:hover:before {
  display: none !important;
}
.player-wallpaper .carousel .slider-wrap {
  height: 430px;
}
.player-wallpaper .carousel .slider-wrap li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 90%;
  margin-top: 30px;
  transition: all 0.5s linear;
  margin-bottom: 100px;
  position: relative;
}
.player-wallpaper .carousel .slider-wrap li.flex-active-slide {
  height: 100%;
  margin-top: 0px;
}
.player-wallpaper .carousel .flex-direction-nav li {
  margin-top: 23% !important;
  margin-left: 20px;
  margin-right: 20px;
}
.player-wallpaper .wallpaper-mask {
  background: url('../img/macbook.png') no-repeat;
  z-index: 99;
  width: 900px;
  height: 523px;
  position: absolute;
  top: 96px;
  z-index: 1;
}
.player-wallpaper .wallpaper-slider {
  margin-top: 80px;
  margin-bottom: 72px;
}
.player-wallpaper .wallpaper-slider ul {
  margin: 0;
  padding: 0;
}
.player-wallpaper .wallpaper-slider ul li {
  list-style-type: none;
}
.player-wallpaper .wallpaper-slider ul li img {
  width: 100%;
}
.player-wallpaper .wallpaper-desc {
  font-size: 14px;
  text-align: center;
  margin: 50px 0 20px;
  color: #000000;
  position: absolute;
  bottom: -116px;
  left: 170px;
}
.player-wallpaper .wallpaper-desc a {
  color: #419170;
}
.player-wallpaper .wallpaper-desc a:after {
  content: ',';
}
.player-wallpaper .wallpaper-desc a:last-child:after {
  content: '';
}
.page-video .list-view-loading {
  background: none;
}
.page-video .j_videoPop {
  cursor: pointer;
}
.page-video .video-link-box {
  width: 100%;
  text-align: right;
  float: left;
}
.page-video .video-link-box .video-link {
  cursor: pointer;
  border-bottom: 1px dotted #d5d5d5;
  color: #d5d5d5;
  width: auto;
  line-height: 18px;
  margin-top: 10px;
  display: inline-block;
}
.page-video .video-link-box input.video-input {
  background: #4d4d4d;
  color: #d5d5d5;
  border: none;
  line-height: 32px;
  height: 32px;
  margin-top: 10px;
}
.page-video .video-player .list-wrap {
  padding: 3% 6.4516129%;
}
.page-video .video-player .duration {
  color: #bfbfbf;
  font-size: 14px;
  display: block;
  font-weight: normal;
}
.page-video .video-player .empty {
  color: #cbcbcb;
  display: block;
  font-family: "Exo_2", sans-serif;
  font-size: 40px;
  font-weight: 700;
  height: 200px;
  line-height: 44px;
  padding-top: 90px;
  text-align: center;
  width: 100%;
}
.page-video .video-modal {
  padding-bottom: 3%;
  padding-top: 2%;
}
.page-video .video-modal .video-js {
  width: 90% !important;
}
.page-video .video-modal .video-file {
  width: 90%;
  margin: 3% auto;
  margin-bottom: 1%;
  display: block;
}
.page-video .video-modal .video-description {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.page-video .video-modal .video-date {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.page-video .video-modal span.tags {
  font-size: 14px;
  color: #7f7f7f;
  float: right;
  max-width: 60%;
}
.page-video .video-modal span.tags a {
  color: #fff;
}
.page-video .video-modal span.tags a:after {
  content: ',';
}
.page-video .video-modal span.tags a:hover {
  color: #d92127;
}
.page-video .video-modal span.tags a:last-child:after {
  content: '';
}
.page-video .video-modal span.tags:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.page-video .video-description {
  color: #fff;
  font-size: 14px;
  padding-bottom: 40px;
}
.page-video .video-description .file-info {
  color: #7f7f7f;
  font-size: 13px;
}
.page-video .video-description .file-info .sep {
  margin: 0 .5em;
  display: inline-block;
}
.page-video .video-description a {
  color: #fff;
}
.page-video .video-list:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.page-video .video-list:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.page-video .video-list .items {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-video .video-list .items:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.page-video .video-list .items:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.page-video .video-item {
  width: 28.49462366%;
  min-height: auto;
  float: left;
  margin: 16px 4% 20px;
  margin-left: 0;
  overflow: hidden;
  cursor: pointer;
}
.page-video .video-item:hover .video-name {
  color: #d92127;
}
.page-video .video-item:hover .icon.play_sm {
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -50px -288px;
  width: 47px;
  height: 47px;
  height: 46px;
}
.page-video .video-item .video-name {
  text-decoration: underline;
  word-break: break-word;
  height: 40px;
}
.page-video .video-item .img-wrap {
  width: 100%;
  height: 110px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.page-video .video-item .img-wrap .icon {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
.page-video .video-item .img-wrap img {
  width: 100%;
  height: auto;
  max-width: 100%;
  width: auto;
  max-width: none;
  height: 160px;
}
.page-video .video-item .video-description {
  clear: both;
}
.page-video .video-item .video-description p {
  display: none;
}
.page-video .video-description {
  padding-bottom: 0;
}
.page-video .video-description:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.page-video .video-description:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.page-video .video-description .duration {
  display: inline-block;
}
.page-video .video-description .icon {
  margin: 0 .5em;
  top: 2px;
}
.page-video .video-description .pull-left {
  width: 70%;
}
.page-video .video-description .pull-right {
  width: 30%;
  margin-top: 8px;
  text-align: right;
}
.page-video .video-description span.tags {
  font-size: 14px;
  color: #7f7f7f;
  float: right;
  max-width: 60%;
}
.page-video .video-description span.tags a {
  color: #fff;
}
.page-video .video-description span.tags a:after {
  content: ',';
}
.page-video .video-description span.tags a:hover {
  color: #d92127;
}
.page-video .video-description span.tags a:last-child:after {
  content: '';
}
.page-video .video-description span.tags:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.page-video .video-name {
  color: #d8d8d8;
  font-size: 16px;
  font-weight: 500 !important;
  margin-top: .5em;
  margin-bottom: .3em;
  display: block;
}
.page-video .video-date {
  font-size: 13px;
  color: #7f7f7f;
}
.page-video .video-area {
  position: relative;
  background: #191919;
  border-top: 4px solid #d92127;
  padding: 0 6.4516129%;
  padding-top: 60px;
}
.page-video .video-area .video-description {
  padding-bottom: 40px;
}
.page-video .video-area .video-description .title {
  padding-bottom: 0;
}
.page-video .video-area .video-description .pull-right {
  width: auto;
}
.page-video .video-area .title {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  padding: 1em 0;
}
.page-video .video-area .title:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.page-video .video-area .title:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.page-video .video-area .title .duration {
  font-weight: normal;
  font-size: 21px;
  color: #bfbfbf;
  display: inline-block;
  margin-left: .5em;
}
.page-video .video-area .btn-play {
  text-align: center;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
.page-video .video-area .main-player {
  width: 100%;
}
.page-video .video-area._single {
  background: none;
  padding: 0;
  width: 85%;
  margin: auto;
  border-top: 0;
  padding-bottom: 40px;
}
.page-video .btn-play {
  background: none;
  border: 0;
}
.page-video .carousel-wrap {
  background: #262626;
  padding: 30px 0;
  position: relative;
}
.page-video .carousel-wrap .slider-wrap {
  overflow: hidden;
  position: relative;
  width: 86.02150538%;
  margin: auto;
}
.page-video .carousel-wrap .slider-wrap.start:before {
  display: none;
}
.page-video .carousel-wrap .slider-wrap.end:after {
  display: none;
}
.page-video .carousel-wrap .slider-wrap:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 36px;
  pointer-events: none;
}
.page-video .carousel-wrap .slider-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 36px;
  pointer-events: none;
  z-index: 1;
  /* box-shadow */
  -webkit-box-shadow: inset 16px 0 20px #262626;
  -moz-box-shadow: inset 16px 0 20px #262626;
  box-shadow: inset 16px 0 20px #262626;
}
.page-video .carousel-wrap .slider-list {
  width: 1000%;
  padding: 0;
  white-space: nowrap;
  position: relative;
  outline: none;
}
.page-video .carousel-wrap .slider-list li {
  list-style: none;
  display: inline-block;
  width: 200px;
  margin-right: 40px;
}
.page-video .carousel-wrap .slider-list li .icon {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
.page-video .carousel-wrap .slider-list li .img-wrap {
  width: 157px;
  position: relative;
}
.page-video .carousel-wrap .slider-list li .img-wrap img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.page-video .carousel-wrap .slider-list li .video-name {
  color: #d8d8d8;
  font-size: 14px;
  font-weight: 500;
  margin-top: .5em;
  margin-bottom: .3em;
  display: block;
  text-decoration: underline;
}
.page-video .carousel-wrap .slider-list li .duration {
  color: #bfbfbf;
  font-size: 14px;
  display: block;
  font-weight: normal;
}
.page-video .carousel-wrap .arrow {
  background: none;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -31px;
  left: 1.5%;
}
.page-video .carousel-wrap .arrow.rarrow {
  right: 1.5%;
  left: auto;
}
.page-video .player-wrap {
  position: relative;
  cursor: pointer;
}
.page-video .vjs-control-bar {
  display: none;
}
.search-page .pager .pagination > li a {
  line-height: 42px;
}
.search-page .table-additional {
  margin-top: 48px;
}
.search-page .img-wrap {
  position: relative;
}
.search-page .img-wrap .play_sm {
  position: absolute;
  top: 52%;
  margin-top: -28px;
  left: 50%;
  margin-left: -23px;
}
.search-area .search-header {
  margin: 0;
  width: 94%;
  margin: auto;
}
.search-input {
  position: relative;
}
.search-input .form-control {
  width: 100%;
  padding-right: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-input .submit {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 2%;
  text-indent: -1000px;
  overflow: hidden;
  top: 50%;
  margin-top: -11px;
}
.search-result .summary {
  width: 94%;
  text-align: left;
  margin: 1.2em auto;
  font-size: 16px;
  color: #333333;
}
.search-result .empty {
  display: block;
  color: #cbcbcb;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  height: 400px;
  padding-top: 100px;
  width: 80%;
  margin: auto;
  text-align: center;
  background: none;
}
.search-result .pagination {
  margin-left: 27px;
}
.search-result .row {
  width: 94%;
  margin: auto;
  border-top: 1px solid #e5e5e5;
  padding: 25px 0;
  padding-bottom: 20px;
  padding-right: 3%;
  -ms-word-break: break-word;
  word-break: break-all;
  word-wrap: break-word;
}
.search-result .row._person {
  min-height: 139px;
}
.search-result .row._person a {
  display: block;
  text-decoration: none;
}
.search-result .row._person a:hover {
  color: #d92127;
}
.search-result .row._person a:hover figcaption {
  color: #d92127;
}
.search-result .row._person .img-area {
  position: absolute;
}
.search-result .row._person .img-area .img {
  width: 92px;
  height: 92px;
  display: block;
}
.search-result .row._person .person-info {
  display: block;
  margin-left: 92px;
  padding-left: 15px;
}
.search-result .row._person .person-info figcaption {
  font-size: 18px;
  color: #333;
}
.search-result .row._person .person-info figcaption strong {
  display: block;
  text-transform: uppercase;
}
.search-result .row._match {
  border-bottom: 1px solid #efefef;
  padding: 20px 0;
}
.search-result .row._match:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.search-result .row._match:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.search-result .row._match._hidden {
  display: none;
}
.search-result .row._match._hidden._visible {
  display: block;
}
.search-result .row._match .title {
  text-transform: uppercase;
  padding: 0 15%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7em;
  max-width: 270px;
  word-wrap: break-word;
  white-space: normal;
  color: #000;
}
.search-result .row._match .match {
  white-space: nowrap;
  height: 80px;
  width: 30.15873016%;
  display: table-cell;
  vertical-align: middle;
}
.search-result .row._match .match img {
  height: auto;
  vertical-align: middle;
  width: 70px;
}
.search-result .row._match .match .score {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
}
.search-result .row._match .match .score.versus {
  font-weight: 800;
  font-style: italic;
  color: #e6e6e6;
}
.search-result .row._match .col {
  float: left;
}
.search-result .row._match .col-sm {
  float: left;
  width: 25.43352601%;
}
.search-result .row._match .col-lg {
  float: left;
  border-left: 1px solid #efefef;
  width: 74.56647399%;
}
.search-result .row._match .col-lg:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.search-result .row._match .col-lg:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.search-result .row._match .col-lg .col {
  float: left;
  height: auto;
  width: 30.15873016%;
  padding-right: 0;
  /*.wrap {
                                height: 80px;
                                vertical-align: middle;
                                display: table-cell;
                                width: percentage(235 / 630);
                            }*/
}
.search-result .row._match .col-lg .col.names {
  width: 37.3015873%;
}
.search-result .row._match .btn-col {
  text-align: center;
  width: 15.87301587%;
}
.search-result .row._match .btn-col .btn {
  width: 65%;
  min-width: 120px;
  white-space: nowrap;
  padding: 4px 15px;
  height: 25px;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  margin: 28px 0 10px 17%;
}
.search-result .row._match .btn-col .btn-red-arrow {
  line-height: 1.6em;
  /*.arrow-btn(1em, #cf3339);*/
  width: 66%;
  margin-left: 17%;
}
@media (max-width: 1300px) {
  .search-result .row._match .btn-col .btn {
    margin: 0;
  }
  .search-result .row._match .btn-col {
    float: right !important;
    height: auto !important;
    width: 20.15873% !important;
    padding-right: 0 !important;
  }
}
.search-result .row._publication {
  display: table;
  width: 100%;
  width: 94%;
}
.search-result .row._publication > * {
  display: table-cell;
}
.search-result .row._publication .img-area {
  padding-right: 0;
  width: 235px;
}
.search-result .row._publication .img-area .img-wrap {
  width: 235px;
  max-height: 185px;
  overflow: hidden;
  position: relative;
  display: block;
}
.search-result .row._publication .img-area img {
  width: 100%;
}
.search-result .row._publication .img-area._no-photo {
  position: relative;
}
.search-result .row._publication .img-area._no-photo:before {
  background-image: url(/common/img/sprite.png);
  background-position: 0px -163px;
  width: 97px;
  height: 115px;
  bottom: 0;
  content: '';
  display: inline-block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.search-result .row._publication .col-span {
  width: 20px;
}
.search-result .row._publication .publication-info {
  vertical-align: top;
  padding-right: 0;
}
.search-result .row._publication .publication-info-wrap {
  display: block;
  overflow: hidden;
  max-height: 170px;
  font-size: 14px;
  color: #4c4c4c;
}
.search-result .row._publication .tags {
  font-size: 14px;
  color: #000;
}
.search-result .row._publication .tags a {
  color: #009f4b;
  text-decoration: underline;
}
.search-result .row._publication .tags a:after {
  content: ',';
}
.search-result .row._publication .tags a:hover {
  color: #d92127;
}
.search-result .row._publication .tags a:last-child:after {
  content: '';
}
.search-result .row._wallpaper {
  text-align: left;
}
.search-result .row._wallpaper .wallpaper-item {
  margin-right: 0;
}
.search-result .row._wallpaper .links {
  display: inline-block;
  margin: 36px 0 30px 0;
  padding: 2px 1px 2px 35px;
  background-color: #22ac63;
  position: relative;
}
.search-result .row._wallpaper .links:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 7px;
  background-image: url(sprite.png);
  background-image: url("../img/sprite.png");
  background-position: -378px -195px;
  width: 16px;
  height: 19px;
  display: inline-block;
}
.search-result .row._wallpaper .links a {
  display: inline-block;
  line-height: 30px;
  color: #22ac63;
  padding: 0 11px;
  background: #fff;
  font-size: 14px;
  margin: 0 1px;
}
@media (max-width: 1200px) {
  .search-result .row._wallpaper .links a {
    padding: 0 4px;
  }
}
.search-result .row .title {
  font-size: 18px;
  color: #009f4b;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 1em;
}
.search-result .row p {
  font-size: 14px;
  color: #4c4c4c;
}
.search .head-icon {
  background: #009f4b;
  width: 122px;
  height: 122px;
  float: left;
  margin-right: 40px;
}
.page-tournamentTable .category {
  float: left;
  width: auto;
  margin-bottom: 15px;
}
.page-tournamentTable .category .category-item {
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out 0;
  -moz-transition: all 300ms ease-in-out 0;
  -ms-transition: all 300ms ease-in-out 0;
  -o-transition: all 300ms ease-in-out 0;
  transition: all 300ms ease-in-out 0;
  display: inline-block;
  padding: 0 10px;
  padding-top: 1px;
  padding-bottom: 2px;
  margin-bottom: 10px;
  margin-right: 2px;
}
.page-tournamentTable .category .category-item:first-child {
  margin-left: 0;
}
.page-tournamentTable .category .category-item:hover {
  color: #d92127;
}
.page-tournamentTable .category .category-item._active {
  padding: 0 10px;
  padding-top: 1px;
  padding-bottom: 2px;
  margin-bottom: 10px;
  margin-right: 2px;
  border-bottom: none;
  background: #d92127;
  color: #fff;
}
.page-tournamentTable .category .category-item._active a {
  text-decoration: none;
  color: #fff;
}
.page-tournamentTable .category .category-item a {
  text-decoration: none;
  color: #333333;
}
.page-tournamentTable .legend {
  float: left;
  width: 75%;
  margin-top: 40px;
}
@media (max-width: 1070px) {
  .page-tournamentTable .legend {
    width: 70%;
  }
}
.page-tournamentTable .legend .col {
  /*padding-left: 2%;*/
  float: left;
  min-width: 30%;
  padding-right: 0;
}
.page-tournamentTable .legend .col-right {
  float: right;
}
.page-tournamentTable .legend .col dt {
  float: left;
  color: #000;
  font-size: 14px;
}
.page-tournamentTable .legend .col dd {
  margin-left: 0;
  color: #808080;
  font-size: 14px;
  margin-bottom: 1em;
}
.page-tournamentTable .legend .col dd:before {
  content: '—';
  font-size: 14px;
  margin-left: .2em;
  margin-right: .2em;
}
.page-tournamentTable .legend .icon {
  width: 1em;
  height: 1em;
  float: left;
  margin-right: .3em;
}
.page-tournamentTable .table-additional.person {
  margin-top: 140px;
}
.page-tournamentTable .table-additional .match .match-result img {
  height: auto;
  min-height: 10px;
  padding-bottom: 11px;
}
.page-tournamentTable .table-additional .additional-title {
  font-family: Exo_2, sans-serif;
  font-style: normal;
}
.page-tournamentTable .table-additional .additional {
  margin-bottom: 15px;
}
.page-tournamentTable .table-additional.tour-matches .match .match-result img {
  max-width: 90px;
  max-height: 90px;
}
.page-tournamentTable .table-additional .tour-matches .match__team-name {
  display: block;
  font-size: 12px;
  width: 100%;
  word-wrap: break-word;
  padding-bottom: 4px;
}
.page-tournamentTable .table-additional .tour-matches .match .match-result {
  display: inline-block;
}
.page-tournamentTable .table-additional .tour-matches .match .match-result a,
.page-tournamentTable .table-additional .tour-matches .match .match-result span {
  display: inline-block;
}
.page-tournamentTable .table-additional .tour-matches .match .match-result .penalty-score {
  margin-bottom: 0;
  margin-top: -10px;
  top: 10px;
  font-size: 10px;
  text-align: center;
  position: relative;
}
.page-tournamentTable .table-additional .tour-matches .match .match-result img {
  max-width: 60px;
  max-height: 60px;
}
.page-tournamentTable .table-additional._matchbar {
  margin-top: -2px;
}
.page-tournamentTable .table-additional .banner {
  width: 100%;
  margin-top: 40px;
}
.page-tournamentTable .table-additional .banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.page-tournamentTable .table-additional .commerce {
  width: 100%;
  margin-top: 40px;
}
.page-tournamentTable .table-additional .commerce img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.page-tournamentTable .table-additional h3 {
  padding: 15px 5%;
  padding-right: 0;
  color: #333333;
  font-size: 26px;
  font-weight: 600;
  font-style: italic;
}
.page-tournamentTable .table-additional h3 span {
  display: block;
  color: #999999;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  margin-top: 10px;
}
.page-tournamentTable .table-additional h3 + .match {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.page-tournamentTable .table-additional .match {
  -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
  font-size: 0;
  position: relative;
  z-index: 1;
}
.page-tournamentTable .table-additional .match:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.page-tournamentTable .table-additional .match:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.page-tournamentTable .table-additional .match-info {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  padding: 15px 5%;
  padding-right: 0;
  vertical-align: middle;
  width: 40%;
}
.page-tournamentTable .table-additional .match-info:before {
  display: none;
}
.page-tournamentTable .table-additional .match-info .team {
  font-weight: 600;
  font-size: 14px;
  display: block;
  text-align: left;
  width: 100%;
  word-wrap: break-word;
}
.page-tournamentTable .table-additional .match-info .date {
  font-size: 13px;
  color: #7f7f7f;
  margin-top: 10px;
  display: block;
}
.page-tournamentTable .table-additional .match a {
  color: inherit;
  text-decoration: none;
}
.page-tournamentTable .table-additional .match a:hover {
  color: #009f4b;
}
.page-tournamentTable .table-additional .match .match-result {
  display: inline-block;
  padding: 15px 3%;
  text-align: center;
  vertical-align: middle;
  width: 60%;
}
.page-tournamentTable .table-additional .match .match-result .score {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  top: -27px;
  padding: 0 3%;
}
.page-tournamentTable .tab-menu {
  display: block;
  width: 100%;
  border-bottom: 2px solid #e5e5e5;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.page-tournamentTable .tab-menu:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.page-tournamentTable .tab-menu:after {
  content: '';
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}
.page-tournamentTable .tab-menu li {
  list-style: none;
  float: left;
  position: relative;
  margin-bottom: -2px;
}
.page-tournamentTable .tab-menu li._active a {
  background: #cf3339;
  color: #fff;
}
.page-tournamentTable .tab-menu li._active:after {
  width: 0px;
  height: 0px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 9.5px solid transparent;
  border-right: 9.5px solid transparent;
  border-top: 10px solid #cf3339;
  margin: auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}
.page-tournamentTable .tab-menu li a {
  display: block;
  font-size: 17px;
  font-weight: 600;
  height: 70px;
  color: #656565;
  line-height: 70px;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.page-tournamentTable .table-padding {
  padding: 0 2%;
  padding-bottom: 10px;
}
.page-tournamentTable .tournament-table {
  width: 100%;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.page-tournamentTable .tournament-table td,
.page-tournamentTable .tournament-table th {
  text-align: center;
}
.page-tournamentTable .tournament-table td.team,
.page-tournamentTable .tournament-table th.team,
.page-tournamentTable .tournament-table td.position,
.page-tournamentTable .tournament-table th.position {
  text-align: left;
}
.page-tournamentTable .tournament-table tr:hover {
  /*td {background-color: fadeOut(@cGreen, 93);}*/
}
.page-tournamentTable .tournament-table td.team {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-tournamentTable .tournament-table.visible {
  overflow: visible;
}
.page-tournamentTable .tournament-table.default {
  width: 98%;
  margin: 10px auto;
}
.page-tournamentTable .tournament-table.default td,
.page-tournamentTable .tournament-table.default th {
  text-align: center;
}
.page-tournamentTable .tournament-table.default td {
  padding: 3px 1%;
}
.page-tournamentTable .tournament-table.default td a {
  color: #333333;
  text-decoration: none;
}
.page-tournamentTable .tournament-table.default td a:hover {
  color: #d92127;
}
.page-tournamentTable .tournament-table.default td .img-stat-wrap {
  width: 27px;
  height: 27px;
  overflow: hidden;
  text-align: center;
}
.page-tournamentTable .tournament-table.default td .img-stat-wrap img {
  position: relative;
  top: 3px;
  margin: 0 0 0 -9px;
  max-width: 40px;
}
.page-tournamentTable .tournament-table.default td.statistic_photo {
  padding-left: 0;
}
.page-tournamentTable .tournament-table.default td.statistic_photo .img-stat-wrap {
  margin-left: 10px;
}
.page-tournamentTable .tournament-table.default td .placeholder {
  width: 27px;
  height: 27px;
  display: block;
  background: url('../img/no-user-photo_min.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-tournamentTable .tournament-table.default td:first-child {
  text-indent: -0.3em;
}
.page-tournamentTable .tournament-table.default td.wide,
.page-tournamentTable .tournament-table.default th.wide {
  text-align: left;
  width: 26%;
  padding-left: 10px;
}
.page-tournamentTable .tournament-table.statistic-season td,
.page-tournamentTable .tournament-table.statistic-season th {
  width: 8%;
}
.page-tournamentTable .tournament-table td.wide,
.page-tournamentTable .tournament-table th.wide {
  text-align: left;
  width: 10%;
}
.page-tournamentTable .tournament-table_type_form th.form,
.page-tournamentTable .tournament-table_type_form td.form {
  text-align: center;
  width: auto;
}
.page-tournamentTable .tournament-table_type_form td {
  width: 5%;
}
.page-tournamentTable .tournament-table_type_form td.wide {
  text-align: center;
}
.page-tournamentTable .tournament-table_type_form td.form {
  width: auto;
  white-space: nowrap;
  text-align: center;
}
.page-tournamentTable .tournament-table_type_form td.form .icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  margin-right: 1%;
  margin-bottom: -7px;
  left: 3%;
}
@media (max-width: 1120px) {
  .page-tournamentTable .tournament-table_type_form td.form {
    padding-right: 3%;
    text-align: center;
  }
  .page-tournamentTable .tournament-table_type_form td.form .icon {
    width: 18px;
    height: 18px;
  }
  .page-tournamentTable .tournament-table_type_form td.form .icon:after {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
}
@media (max-width: 1070px) {
  .page-tournamentTable .tournament-table_type_form.tournament-table td {
    padding: 11px 1%;
    width: auto;
  }
}
@media (max-width: 1070px) {
  .page-tournamentTable .tournament-table_type_form tr._special td.form i.icon {
    left: 4px;
  }
  .page-tournamentTable .tournament-table_type_form td.form {
    padding-right: 2%;
  }
  .page-tournamentTable .tournament-table_type_form td.form .icon {
    position: relative;
    top: -4px;
    margin-right: 0;
    width: 14px;
    height: 14px;
  }
  .page-tournamentTable .tournament-table_type_form td.form .icon:after {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
}
.page-tournamentTable .tournament-table td {
  padding: 11px 1%;
  color: #333333;
  font-size: 16px;
  position: relative;
  width: 6%;
}
.page-tournamentTable .tournament-table td.total {
  width: 8%;
  text-align: center;
}
.page-tournamentTable .tournament-table td.average {
  text-align: center;
}
.page-tournamentTable .tournament-table td .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 22px;
}
.page-tournamentTable .tournament-table td:first-child {
  padding-left: 3%;
}
.page-tournamentTable .tournament-table td.team {
  font-weight: 500 !important;
  width: auto;
}
.page-tournamentTable .tournament-table tr:nth-child(2n) {
  background-color: rgba(0, 159, 75, 0.07);
}
.page-tournamentTable .tournament-table tr._special {
  height: 42px;
  position: relative;
  overflow: hidden;
  background-color: #009f4b;
  background: url('../img/loko-pattern.png') repeat-x #009f4b;
  /*for ie9 */
}
.page-tournamentTable .tournament-table tr._special:after {
  content: "";
  background: url('../img/loko-pattern.png') repeat-x #009f4b;
  display: block;
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 42px;
}
.page-tournamentTable .tournament-table tr._special .icon {
  background: #fff;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}
.page-tournamentTable .tournament-table tr._special .icon:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
.page-tournamentTable .tournament-table tr._special td {
  position: relative;
  z-index: 1;
  color: #fff;
}
.page-tournamentTable .tournament-table tr._special td.form .icon {
  left: 4px;
  top: -5px;
}
.page-tournamentTable .tournament-table tr._special td.status .icon {
  top: 0;
  bottom: 0;
  margin: 10px auto;
  left: -10px;
}
.page-tournamentTable .tournament-table tr._special td.status .icon.table-status_up:after {
  top: -1px;
}
.page-tournamentTable .tournament-table th {
  padding: 15px 3px;
  width: 7%;
  font-size: 13px;
  text-transform: uppercase;
}
.page-tournamentTable .tournament-table th:first-child {
  padding-left: 3%;
}
.page-tournamentTable .tournament-table th.total {
  width: 8%;
  text-align: center;
}
.page-tournamentTable .tournament-table th.sortable {
  cursor: pointer;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-tournamentTable .tournament-table th.sortable:hover {
  color: #d92127;
}
.page-tournamentTable .tournament-table th.sortable._toStart span {
  display: inline;
  position: relative;
}
.page-tournamentTable .tournament-table th.sortable._toStart span:after {
  content: '\2193';
  display: block;
  position: absolute;
  right: -1em;
  top: 0;
}
.page-tournamentTable .tournament-table th.sortable._toEnd span {
  display: inline;
  position: relative;
}
.page-tournamentTable .tournament-table th.sortable._toEnd span:after {
  content: '\2191';
  display: block;
  position: absolute;
  right: -1em;
  top: 0;
}
.page-tournamentTable .tournament-table th.average {
  text-align: center;
}
.page-tournamentTable .tournament-table th.team {
  width: auto;
  padding-left: 8px;
}
.page-tournamentTable .tab-content {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .page-tournamentTable .tab-content {
    padding: 0;
  }
}
.page-tournamentTable .tab-content._active {
  display: block;
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
}
.page-section .advantages h2:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 21px;
  left: -45px;
  background-image: url("../img/check.png");
}
.page-section .price h2:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: -45px;
  background-image: url("../img/price.png");
}
.page-section .content-schedule {
  background-image: url("../img/bg-time.png");
}
.page-section .content-schedule .wysiwyg-block {
  width: 920px;
  margin: 0px auto 0 auto;
  padding: 30px 20px;
}
.page-section .content-schedule h2 {
  margin: 0 0 0 40px;
  color: #fff;
  position: relative;
}
.page-section .content-schedule h2:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0px;
  left: -45px;
  background-image: url("../img/time.png");
}
.page-section .content-schedule table {
  margin: 30px 0 60px !important;
  /* box-shadow */
  -webkit-box-shadow: 0 11px 26px 1px rgba(50, 50, 50, 0.36);
  -moz-box-shadow: 0 11px 26px 1px rgba(50, 50, 50, 0.36);
  box-shadow: 0 11px 26px 1px rgba(50, 50, 50, 0.36);
  background: #fff;
}
.page-section .content-schedule thead td {
  color: #d92127;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 40px;
}
.page-section .content-schedule thead td:first-child {
  color: #c0c0c0;
  border-right: dotted 2px #d9d9d9;
}
.page-section .content-schedule tbody td {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  padding: 30px 40px;
}
.page-section .content-schedule tbody td:first-child {
  color: #d92127;
  border-right: dotted 2px #d9d9d9;
  font-weight: 600;
}
.page-section .content-schedule tbody td.false {
  color: #ccc;
}
.page-section .content-schedule table tr {
  border-bottom: solid 2px #f0f0f0;
}
.page-section .content-schedule .content {
  padding: 30px 20px;
}
.page-section .contacts {
  text-align: left;
  width: 825px !important;
  margin: 0px auto 0 auto !important;
  padding: 0 60px 30px 60px !important;
}
.page-section .contacts .content {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.page-section .contacts a {
  font-size: 16px;
  color: #009f4b;
}
.page-section .contacts h3 {
  position: relative;
}
.page-section .contacts .left-p h3:first-child:before {
  content: '';
  position: absolute;
  width: 13px;
  height: 21px;
  top: 0px;
  left: -30px;
}
.page-section .contacts .right-p h3:first-child:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  left: -30px;
}
.page-section .contacts .right-p h3:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 11px;
  top: 5px;
  left: -30px;
}
.page-section .contacts h3 {
  color: #009f4b;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}
.page-section .contacts p.phone {
  font-size: 26px;
  font-weight: 600;
  color: #333;
  line-height: 40px;
  margin: 10px 0;
  padding: 0;
}
.page-section .contacts:after {
  content: '';
  display: table;
  height: 0px;
  visibility: hidden;
  clear: both;
}
.page-section .contacts .left-p,
.page-section .contacts .right-p {
  margin: 0 !important;
}
.page-section .contacts .left-p {
  width: 50%;
  float: left;
}
.page-section .contacts .left-p p {
  padding: 0 20px 0 0;
}
.page-section .contacts .right-p {
  width: 50%;
  float: right;
}
.page-section .contacts p.metro {
  padding: 0 0 0 20px;
  position: relative;
}
.page-section .contacts p.metro:before {
  content: '';
  background: #f21917;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0px;
}
.page-section .contacts p.metro.active:before {
  content: '';
  background: #004fa4;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0px;
}
@media print {
  html {
    background: #fff;
  }
  .page .body-wrap {
    background: #fff;
  }
  .section_background_gray {
    background: #fff;
  }
  .page-schedule .header {
    display: none;
  }
  .page-schedule .top-nav {
    display: none;
  }
  .page-schedule .schedule-next-btn {
    display: none;
  }
  .page-schedule .footer {
    display: none;
  }
  .page-schedule .schedule-table__col_type_game,
  .page-schedule .schedule-table__item_no-loko,
  .page-schedule .schedule-table__item_type_game {
    color: #000;
    background: #fff;
  }
  .page-schedule .schedule-table__col_type_empty:after {
    color: #afa9a4;
  }
}
.page-index._with-slider .header {
  margin-bottom: 426px;
}
.page-index .slider-overlay {
  position: absolute;
  width: 1900px;
  top: 0;
  z-index: 1;
  left: 50%;
  margin-left: -950px;
}
.page-index .slider-overlay .left {
  position: absolute;
  background: url("../img/slider-overlay2-left.png") 50% 0 no-repeat;
  z-index: 1;
  width: 300px;
  height: 835px;
  left: 0;
}
.page-index .slider-overlay .right {
  position: absolute;
  background: url("../img/slider-overlay2-right.png") 50% 0 no-repeat;
  width: 300px;
  height: 835px;
  right: 0;
}
.page-index .j_sliderReady {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out 0;
  -moz-transition: opacity 0.3s ease-out 0;
  -ms-transition: opacity 0.3s ease-out 0;
  -o-transition: opacity 0.3s ease-out 0;
  transition: opacity 0.3s ease-out 0;
}
.page-index .j_sliderReady._show {
  opacity: 1;
}
.page-index .slider {
  width: 100%;
  position: absolute;
  min-width: 1024px;
  top: 0;
  left: 0;
  z-index: 0;
}
.page-index .slider .caroufredsel_wrapper {
  cursor: default !important;
}
.page-index .slider .owl-wrapper-outer {
  overflow: hidden;
  background-color: #295d47;
}
.page-index .slider .slider-item {
  float: left;
}
.page-index .slider .after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhNWU0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMmE1ZTQ5IiBzdG9wLW9wYWNpdHk9IjAuOTkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE5MzQyYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #2a5e49 0%, rgba(25, 52, 42, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a5e49), color-stop(100%, rgba(25, 52, 42, 0)));
  background: -webkit-linear-gradient(top, #2a5e49 0%, rgba(25, 52, 42, 0) 100%);
  background: -o-linear-gradient(top, #2a5e49 0%, rgba(25, 52, 42, 0) 100%);
  background: -ms-linear-gradient(top, #2a5e49 0%, rgba(25, 52, 42, 0) 100%);
  background: linear-gradient(to bottom, #2a5e49 0%, rgba(25, 52, 42, 0) 100%);
  height: 470px;
  bottom: -330px;
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5e49', endColorstr='#0019342a',GradientType=0 );
  /* IE6-8 */
}
.page-index .slider .j_main-slider {
  height: 840px;
  overflow: hidden;
}
.page-index .slider .slider-item {
  position: relative;
  overflow: hidden;
  min-width: 1024px;
  height: 840px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #2a5e49;
}
.page-index .slider .slider-item .img {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1680px;
  margin-left: -840px;
  max-width: 1680px;
}
.page-index .slider .slider-item .slider-item-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1000px;
  width: 2000px;
  height: 840px;
  background: -moz-radial-gradient(center, ellipse cover, rgba(44, 94, 73, 0) 46%, #2c5e49 59%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(46%, rgba(44, 94, 73, 0)), color-stop(59%, #2c5e49));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(44, 94, 73, 0) 46%, #2c5e49 59%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(44, 94, 73, 0) 46%, #2c5e49 59%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(44, 94, 73, 0) 46%, #2c5e49 59%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(44, 94, 73, 0) 46%, #2c5e49 59%);
  /* W3C */
}
.page-index .slider .slider-item._overlayImg .slider-item-overlay {
  background: url("../img/slider-overlay.png") no-repeat 50% 50%;
}
.page-index .slider .slider-btn {
  border: 2px solid #009f4b;
  height: 53px;
  background: rgba(0, 0, 0, 0.4);
  margin-top: 20px;
  font-style: normal;
  padding: 0 20px;
  padding-right: 19px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  line-height: 47px;
  -webkit-transition: all 300ms ease-in-out 0;
  -moz-transition: all 300ms ease-in-out 0;
  -ms-transition: all 300ms ease-in-out 0;
  -o-transition: all 300ms ease-in-out 0;
  transition: all 300ms ease-in-out 0;
}
.page-index .slider .slider-btn .text {
  text-decoration: none;
  color: #fff;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -o-transform: skew(8deg);
  -ms-transform: skew(8deg);
  transform: skew(8deg);
  -webkit-transform: skewX(8deg);
  -moz-transform: skewX(8deg);
  -ms-transform: skewX(8deg);
  -o-transform: skewX(8deg);
  transform: skewX(8deg);
}
.page-index .slider .slider-btn > i {
  margin-bottom: -3px;
  margin-left: 26px;
  display: inline-block;
  width: 13px;
  height: 19px;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -o-transform: skew(8deg);
  -ms-transform: skew(8deg);
  transform: skew(8deg);
  -webkit-transform: skewX(8deg);
  -moz-transform: skewX(8deg);
  -ms-transform: skewX(8deg);
  -o-transform: skewX(8deg);
  transform: skewX(8deg);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAATCAYAAABLN4eXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQUZDMTJEQTJDNEUxMUU0QjM3NkRGQTZDMTNDNEFCNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQUZDMTJEQjJDNEUxMUU0QjM3NkRGQTZDMTNDNEFCNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNBRkMxMkQ4MkM0RTExRTRCMzc2REZBNkMxM0M0QUI1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNBRkMxMkQ5MkM0RTExRTRCMzc2REZBNkMxM0M0QUI1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ce7nWwAAANdJREFUeNpi+P//PzMQ7/iPALeBWBSIGXBhGIMfiC8haTwIxGyENIGwEhC/QtK4mBhNIGwOxD+QNFYQowmEo4H4H1QTiA4mRhMINyLZ9hXqAoKaGIF4CZLGp0AsQ0gTCHMB8QkkjaDQ5SakiQEaXw+QNG4ExSshTSAc9x8V+BHSIIcWdyB/MuLTgJ5KjsBSCS4NoPS4BVd6xKVpCpKGD0CsTSieMpE0/AFiJ0Ipwh2qEAYyCaU9XahTYGACoVQO8uRd9EjEp4kFiLcD8TsoPgXEfPjiDyDAAKDHJ5KlKd1GAAAAAElFTkSuQmCC") no-repeat;
}
.page-index .slider .slider-btn:hover {
  background: #00ab50;
  border-color: #00ab50;
}
.page-index .slider .wrapper {
  position: relative;
}
.page-index .slider .slider-content {
  position: absolute;
  min-width: 50%;
  max-width: 65%;
  height: 355px;
  display: table;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  transform: skew(-8deg);
  -webkit-transform: skewX(-8deg);
  -moz-transform: skewX(-8deg);
  -ms-transform: skewX(-8deg);
  -o-transform: skewX(-8deg);
  transform: skewX(-8deg);
  margin-top: 257px !important;
  z-index: 2;
  color: #fff;
  padding-left: 80px;
}
.page-index .slider .slider-content-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.page-index .slider .slider-content._right {
  right: 0;
  padding-left: 0;
  padding-right: 50px;
  max-width: 65%;
}
.page-index .slider .slider-content h2 {
  text-transform: uppercase;
  font-size: 94px;
  line-height: 85px;
  font-style: normal;
  text-shadow: 2.5px 4.33px 51px rgba(0, 0, 0, 0.45);
}
@media only screen and (min-width: 0) {
  .page-index .slider .slider-content h2 {
    font-size: 82px;
    line-height: 74px;
  }
}
@media only screen and (min-width: 0) and (max-width: 0) {
  .page-index .slider .slider-content h2 {
    font-size: 63px;
    line-height: 63px;
  }
}
.page-index .slider .slider-content h2 span {
  font-size: inherit !important;
}
.page-index .slider .slider-content h3 {
  text-transform: uppercase;
  font-size: 72px;
  line-height: 72px;
  font-style: normal;
  text-shadow: 2.5px 4.33px 51px rgba(0, 0, 0, 0.45);
}
@media only screen and (min-width: 0) {
  .page-index .slider .slider-content h3 {
    font-size: 63px;
    line-height: 63px;
  }
}
@media only screen and (min-width: 0) and (max-width: 0) {
  .page-index .slider .slider-content h3 {
    font-size: 57px;
    line-height: 57px;
  }
}
.page-index .slider .slider-content h3 span {
  font-size: inherit !important;
}
.page-index .slider .slider-content p,
.page-index .slider .slider-content h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 65px;
  line-height: 65px;
  font-style: normal;
  text-shadow: 2.5px 4.33px 51px rgba(0, 0, 0, 0.45);
}
@media only screen and (min-width: 0) {
  .page-index .slider .slider-content p,
  .page-index .slider .slider-content h4 {
    font-size: 57px;
    line-height: 57px;
  }
}
@media only screen and (min-width: 0) and (max-width: 0) {
  .page-index .slider .slider-content p,
  .page-index .slider .slider-content h4 {
    font-size: 45px;
    line-height: 45px;
  }
}
.page-index .slider .slider-content h5 {
  text-transform: uppercase;
  font-size: 52px;
  line-height: 52px;
  font-style: normal;
  text-shadow: 2.5px 4.33px 51px rgba(0, 0, 0, 0.45);
}
@media only screen and (min-width: 0) {
  .page-index .slider .slider-content h5 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 0) and (max-width: 0) {
  .page-index .slider .slider-content h5 {
    font-size: 21px;
    line-height: 25px;
  }
}
.page-index .slider .slider-content h6 {
  margin: 0;
  font-size: 23px;
  line-height: 28px;
}
@media only screen and (min-width: 0) {
  .page-index .slider .slider-content h6 {
    font-size: 21px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 0) and (max-width: 0) {
  .page-index .slider .slider-content h6 {
    font-size: 21px;
    line-height: 25px;
  }
}
.page-index .slider .slider-content .p {
  font-family: "Exo_2", sans-serif;
  font-weight: 800;
  font-size: 65px;
  line-height: 65px;
  font-style: normal;
  padding-top: 30px;
  padding-left: 30px;
}
.ie8 .page-index .slider .slider-content .p {
  font-family: "Arial", sans-serif;
}
@media only screen and (min-width: 0) and (max-width: 0) {
  .page-index .slider .slider-content .p {
    font-size: 45px;
    line-height: 45px;
  }
}
.page-index .slider .slider-content ._white {
  color: #fff;
}
.page-index .slider .slider-content ._green {
  color: #00bc59;
}
.page-index .slider .slider-content span {
  display: inline-block;
}
.page-index .slider-pagination-wrap {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  /* TODO: for center-align of slider-pagination block you need to add margin-left with value=-(width-of-this-block/2), but width-of this block depends of amount of banners, it can't be static ) */
  top: 388px;
  z-index: 2;
  display: inline-block;
}
.page-index .slider-pagination {
  position: relative;
  text-align: center;
}
.page-index .slider-pagination .pagination-item {
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
  width: 13px;
  height: 13px;
  -webkit-transition: all 300ms ease-in-out 0;
  -moz-transition: all 300ms ease-in-out 0;
  -ms-transition: all 300ms ease-in-out 0;
  -o-transition: all 300ms ease-in-out 0;
  transition: all 300ms ease-in-out 0;
  background: #7c997a;
  background: rgba(255, 255, 255, 0.4);
  text-indent: -9999px;
  overflow: hidden;
}
.page-index .slider-pagination .pagination-item._active,
.page-index .slider-pagination .pagination-item.selected {
  background: #fff;
}
.page-index .slider-pagination .pagination-item:hover {
  background: #fff;
}
.tournament-title {
  position: absolute;
  margin-top: -43px;
}
.content_size_big {
  width: 920px;
  margin: 0 auto;
  padding: 30px 60px;
}
.content_background_white {
  background: #fff;
}
.content_after-big-img {
  margin-top: -70px;
  position: relative;
}
.page footer section.main .personal_data_politics a:hover {
  color: #d92127;
}
.page footer section.main .personal_data_politics a {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
}

/*# sourceMappingURL=main.css.map */
.intl-tel-input {
  margin-top: 10px;
}