/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; /*
  @media (min-width: $screen-lg-min) {
    width: $container-lg;
  }*/
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

[class^='col-'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.text-left {
    text-align: left;
}

/*
@media (min-width: $screen-lg-min){
  .text-lg-left {
    text-align: right !important;
  }
}*/

.text-right {
    text-align: right;
}

/*
@media (min-width: $screen-lg-min){
  .text-lg-right {
    te: right !important;
  }
}*/

.text-center {
    text-align: center;
}

/*
@media (min-width: $screen-lg-min){
  .text-lg-center {
    text-align: center !important;
  }
}*/

.text-justify {
    text-align: justify;
}

/*
@media (min-width: $screen-lg-min){
  .text-lg-justify {
    text-align: justify !important;
  }
}*/

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-extraheavy {
    font-family: "ALS Wagon";
    font-weight: 900;
}

.text-small {
    font: normal 14px/18px "ALS Wagon";
    color: #838ca0;
    text-transform: none;
}

h1,
.h1 {
    font-size: 34px;
    line-height: 36px;
    color: #1b3d83;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    text-decoration: none;
    word-break: break-word;
    margin: 40px 0 20px; /*
	&__top0{
		margin-top: 0;
	}
	*/
}

h2,
.h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.5px;
    margin: 32px 0 16px;
    color: #1b3d83;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    display: block; /*
	&__top{
		margin-top: 92px;
	}
	&__top0{
		margin-top: 0;
	}
    &--closer {
  		margin-top: 32px;
    }
	*/
}

h2:first-child,
.h2:first-child {
    margin-top: 0;
}

h2:last-child,
.h2:last-child {
    margin-bottom: 0;
}

h2.inline-block,
.h2.inline-block {
    display: inline-block;
    vertical-align: top;
}

h2 + .buttons,
.h2 + .buttons {
    margin-top: 53px;
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
}

h3,
.h3 {
    font-size: 26px;
    line-height: 28px;
    color: #1b3d83;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 24px 0 12px;
    display: block; /*
	&__top0{
		margin-top: 0;
	}
	&__bottom{
		margin-bottom: 48px;
	}
	*/
}

h3:first-child,
.h3:first-child {
    margin-top: 0;
}

h3:last-child,
.h3:last-child {
    margin-bottom: 0;
}

h4,
.h4 {
    font-size: 20px;
    line-height: 24px;
    color: #1b3d83;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 30px 0 12px;
    display: block; /*
    &__top0{
		margin-top: 0;
	}

	&__bottom{
		margin-bottom: 20px;
	}
	*/
}

h4:first-child,
.h4:first-child {
    margin-top: 0;
}

h4:last-child,
.h4:last-child {
    margin-bottom: 0;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 20px;
    font-family: "ALS Wagon";
    font-weight: 900;
    color: #000;
    margin: 18px 0 9px;
    display: block; /*
 	&__top0{
		margin-top: 0;
	}
	*/
}

h6:first-child,
.h6:first-child {
    margin-top: 0;
}

h6:last-child,
.h6:last-child {
    margin-bottom: 0;
}

p {
    margin: 12px 0 24px;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

p.marker {
    position: relative;
}

p.marker:before {
    content: '—';
    color: #ee1c25;
    margin-right: 10px;
}

strong {
    font-size: 18px;
    line-height: 26px;
    color: #7b8392;
}

blockquote {
    color: #7b8392;
    position: relative;
    padding-top: 55px;
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0;
}

blockquote:first-child {
    margin-top: 0;
}

blockquote:last-child {
    margin-bottom: 0;
}

blockquote:before {
    content: '”';
    color: #ee1c25;
    font-family: "ALS Wagon";
    font-weight: 900;
    position: absolute;
    top: 0;
    font-size: 70px;
    line-height: 78px;
    text-align: center;
    left: 0;
    right: 0;
}

.announcement {
    margin-bottom: 60px;
    color: #7b8392;
    font: normal 22px/36px "ALS Wagon";
}

.custom-list__item {
    background: none;
    position: relative;
    padding-left: 24px;
}

.custom-list__icon {
    position: absolute;
    left: 0;
    top: 4px;
    fill: #b6c2d9;
}

ul {
    padding: 0;
    margin: 16px 0 32px;
}

ul.simple li {
    padding-left: 0;
    background: none;
}

ul ul,
ul ol {
    margin: 16px 0 32px !important;
}

ul:first-child {
    margin-top: 0;
}

ul:last-child {
    margin-bottom: 0;
}

ul li {
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;
    list-style-type: none;
    background: url("../img/ul-marker.svg") no-repeat;
    background-position: 4px 7px;
    background-size: 14px;
}

ul li:before {
    content: none;
}

ol {
    padding: 0;
    margin: 16px 0 32px;
    counter-reset: li;
}

ol ul,
ol ol {
    margin: 16px 0 32px !important;
}

ol:first-child {
    margin-top: 0;
}

ol:last-child {
    margin-bottom: 0;
}

ol > li:before {
    counter-increment: li;
    content: counter(li) ".";
}

ol li {
    padding: 0 0 0 23px;
    margin: 0 0 10px 0;
    position: relative;
    list-style-type: none;
}

ol li:before {
    position: absolute;
    text-align: right;
    width: 100px;
    left: -84px;
}

ol li ol {
    counter-reset: li2;
}

ol li ol > li:before {
    counter-increment: li2;
    content: counter(li) "." counter(li2);
}

a {
    color: #ee1c25;
}

a:hover {
    text-decoration: none;
}

a.black {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #000000;
}

a.black:hover {
    border-bottom-color: transparent;
}

b {
    font-family: "ALS Wagon";
    font-weight: 700;
}

small {
    color: #7b8392;
}

.blue h1,
.blue .h1,
.red h1,
.red .h1 {
    color: #fff;
}

.blue h2,
.blue .h2,
.red h2,
.red .h2 {
    color: #fff;
}

.blue h3,
.blue .h3,
.red h3,
.red .h3 {
    color: #fff;
}

.blue h4,
.blue .h4,
.red h4,
.red .h4 {
    color: #fff;
}

.blue h6,
.blue .h6,
.red h6,
.red .h6 {
    color: #fff;
}

.blue p,
.red p {
    color: #fff;
}

.blue a,
.red a {
    color: #fff;
}

.blue b,
.red b {
    color: #fff;
}

.blue ol li,
.blue ul li,
.red ol li,
.red ul li {
    color: #aeb6cc;
}

.white h1,
.white .h1 {
    color: #000;
}

.white h2,
.white .h2 {
    color: #000;
}

.white h3,
.white .h3 {
    color: #000;
}

.white h4,
.white .h4 {
    color: #000;
}

.white h6,
.white .h6 {
    color: #000;
}

.white p {
    color: #000;
}

.white a {
    color: #000;
}

.white b {
    color: #000;
}

.link--away-matches {
    text-decoration: none;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.link--away-matches:hover {
    opacity: 0.6;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

/*
@media (min-width: $screen-lg-min){
  .pull-lg-right {
    float: right !important;
  }
}
*/

.pull-left {
    float: left !important;
}

/*
@media (min-width: $screen-lg-min){
  .pull-lg-left {
    float: left !important;
  }
}*/

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block {
    display: none !important;
}

/*
@media (min-width: $screen-lg-min) {
  @include responsive-visibility('.visible-lg');
}
.visible-lg-block {
  @media (min-width: $screen-lg-min) {
    display: block !important;
  }
}
.visible-lg-inline {
  @media (min-width: $screen-lg-min) {
    display: inline !important;
  }
}
.visible-lg-inline-block {
  @media (min-width: $screen-lg-min) {
    display: inline-block !important;
  }
}
*/

/*
@media (min-width: $screen-lg-min) {
  @include responsive-invisibility('.hidden-lg');
}
*/

.visible-print {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

.visible-print-inline {
    display: none !important;
}

.visible-print-inline-block {
    display: none !important;
}

@font-face {
    font-family: 'ALSCSKA';
    src: url("../fonts/alscska-webfont.eot");
    src: url("../fonts/alscska-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alscska-webfont.woff2") format("woff2"), url("../fonts/alscska-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ALSEkibastuzBlack';
    src: url("../fonts/als_ekibastuz_black-webfont.eot");
    src: url("../fonts/als_ekibastuz_black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/als_ekibastuz_black-webfont.woff2") format("woff2"), url("../fonts/als_ekibastuz_black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ALSEkibastuzBold';
    src: url("../fonts/als_ekibastuz_bold-webfont.eot");
    src: url("../fonts/als_ekibastuz_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/als_ekibastuz_bold-webfont.woff2") format("woff2"), url("../fonts/als_ekibastuz_bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ALSEkibastuzExtraBlack';
    src: url("../fonts/als_ekibastuz_extrablack-webfont.eot");
    src: url("../fonts/als_ekibastuz_extrablack-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/als_ekibastuz_extrablack-webfont.woff2") format("woff2"), url("../fonts/als_ekibastuz_extrablack-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ALSEkibastuzHeavy';
    src: url("../fonts/als_ekibastuz_heavy-webfont.eot");
    src: url("../fonts/als_ekibastuz_heavy-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/als_ekibastuz_heavy-webfont.woff2") format("woff2"), url("../fonts/als_ekibastuz_heavy-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ALS Wagon';
    src: url("../fonts/als_ekibastuz_light-webfont.eot");
    src: url("../fonts/als_ekibastuz_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/als_ekibastuz_light-webfont.woff2") format("woff2"), url("../fonts/als_ekibastuz_light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ALS Wagon';
    src: url("../fonts/als_ekibastuz_regular-webfont.eot");
    src: url("../fonts/als_ekibastuz_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/als_ekibastuz_regular-webfont.woff2") format("woff2"), url("../fonts/als_ekibastuz_regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ALS Wagon';
    src: url('../fonts/als-wagon/ALSWagon-Regular.woff2') format('woff2'),
         url('../fonts/als-wagon/ALSWagon-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ALS Wagon';
    src: url('../fonts/als-wagon/ALSWagon-Medium.woff2') format('woff2'),
         url('../fonts/als-wagon/ALSWagon-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ALS Wagon';
    src: url('../fonts/als-wagon/ALSWagon-Bold.woff2') format('woff2'),
    url('../fonts/als-wagon/ALSWagon-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ALS Wagon';
    src: url('../fonts/als-wagon/ALSWagon-Black.woff2') format('woff2'),
         url('../fonts/als-wagon/ALSWagon-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ALS Wagon Condensed';
    src: url('../fonts/als-wagon/ALSWagon-RegularCondensed.woff2') format('woff2'),
    url('../fonts/als-wagon/ALSWagon-RegularCondensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-stretch: condensed;
}

@font-face {
    font-family: 'ALS Wagon Condensed';
    src: url('../fonts/als-wagon/ALSWagon-BoldCondensed.woff2') format('woff2'),
         url('../fonts/als-wagon/ALSWagon-BoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    font-stretch: condensed;
}

@font-face {
    font-family: 'ALS Wagon Condensed';
    src: url('../fonts/als-wagon/ALSWagon-BlackCondensed.woff2') format('woff2'),
    url('../fonts/als-wagon/ALSWagon-BlackdCondensed.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    font-stretch: condensed;
}

@font-face {
    font-family: 'ALS Wagon Condensed Black';
    src: url('../fonts/als-wagon/ALSWagon-BlackCondensed.woff2') format('woff2'),
    url('../fonts/als-wagon/ALSWagon-BlackCondensed.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    font-stretch: condensed;
}

html.height100 {
    height: 100%;
}

body {
    min-width: 320px;
    font-family: "ALS Wagon";
    color: #000;
    font-size: 16px;
    line-height: 24px;
    background: #fcfcfc url("../img/bg-pattern.png");
}

body.black {
    background: #000;
}

body.blue {
    background: #0b1330;
}

body.bg {
    background: #0b1330 url("../img/bg-ice.jpg") no-repeat center;
    background-size: cover;
}

body.bg2 {
    background: #0b1330 url("../img/bg-ice.jpg") no-repeat center;
    background-size: cover;
}

body.height100 {
    height: 100%;
}

body.popup-opened > table,
body.popup-opened .notification,
body.popup-opened .page-header,
body.popup-opened .page__content,
body.popup-opened .page-footer {
    display: none;
}

.wrapper {
    max-width: 1200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.wrapper > *:last-child {
    margin-bottom: 0;
}

svg {
    display: inline-block;
    vertical-align: middle;
}

.page__content {
    padding: 20px 0 40px;
}

p img[style*="float:left"] {
    margin: 0 24px 24px 0;
}

p img[style*="float:right"] {
    margin: 0 0 24px 24px;
}

.page-header {
    z-index: 500;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

.page-header--dominate {
    z-index: 109937;
}

.page-header__burger {
    width: 60px;
    height: 60px;
    display: block;
    position: relative;
}

.page-header__burger:after {
    background: #1b3d83;
    content: '';
    width: 24px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-shadow: 0px 6px 0px 0px #1b3d83, 0px -6px 0px 0px #1b3d83;
    box-shadow: 0px 6px 0px 0px #1b3d83, 0px -6px 0px 0px #1b3d83;
}

.page-header__burger-outer {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
}

.page-header__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc( 100% + 30px);
    margin: 0 0 0 -15px;
    border-collapse: collapse;
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-header__table-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-header__table-group:not(:last-child) {
    border-right: 1px solid #e1e6ef;
}

.page-header__table-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-header__table-col:not(:last-child) {
    border-right: 1px solid #e1e6ef;
}

.page-header__table-col__white {
    background: #fff;
    border-color: #fff;
}

.page-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-header__top-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-header__top-bl {
    padding: 0 20px;
    line-height: 12px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #e1e6ef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-header__top-bl:first-child {
    float: left;
    border-left: none;
}

.page-header__link {
    color: #838ca0;
    font-size: 10px;
    line-height: 12px;
    text-decoration: none;
    letter-spacing: 0.3px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-header__link--big {
    font-size: 12px;
    font-family: "ALS Wagon";
    font-weight: 900;
}

.page-header__link-inner {
    max-width: 165px;
    display: inline-block;
    vertical-align: top;
}

.page-header__link-pic-cont {
    position: relative;
}

.page-header__link-pic-cont__small2 {
    height: 50px;
}

.page-header__logo {
    display: block;
    width: 40px;
    height: 40px;
}

.page-header__logo-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-header__search {
    padding: 23px 20px;
}

.page-header__search-icon {
    fill: #838ca0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.page-header__search:hover .page-header__search-icon {
    fill: #51504f;
}

.page-header__search-form {
    position: absolute;
    left: -1px;
    right: -1px;
    background: #fff;
    border-left: 1px solid #e1e6ef;
    border-right: 1px solid #e1e6ef;
    border-bottom: 1px solid #e1e6ef;
    z-index: 100;
    display: none;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

.page-header__search-form.visible {
    display: block;
}

.page-header__search-form-input {
    padding: 13px 20px;
    line-height: 34px;
    border: none;
    display: block;
    width: calc( 100% - 110px);
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    outline: 0 !important;
}

.page-header__search-form-submit {
    width: 55px;
    background: #ee1c25;
    border: none;
    height: 60px;
    text-indent: -9999px;
    position: relative;
    display: block;
    float: left;
}

.page-header__search-form-submit-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    fill: #fff;
}

.page-header__search-form-close {
    width: 55px;
    background: #1b3d83;
    border: none;
    height: 60px;
    text-indent: -9999px;
    position: relative;
    display: block;
    float: left;
}

.page-header__search-form-close:before,
.page-header__search-form-close:after {
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
}

.page-header__search-form-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-header__search-form-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.page-header__social {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-header__social-icon {
    fill: #fff;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.page-header__social-link {
    margin-right: 0 !important;
    padding: 13px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.page-header__social-link:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.page-header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #ee1c25;
    width: 250px;
    left: -250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 500000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: auto;
}

.page-header__bottom-overlay {
    background: #1b3d83;
    opacity: 0.7;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.page-header__bottom--visible {
    left: 0;
}

.page-header__bottom--drag {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.page-header__bottom__blue {
    background: #1c4287;
    padding: 0 10px 0 0;
}

.page-header__bottom-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #1b3d83;
}

.page-header__bottom-links-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #838ca0;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    letter-spacing: 0.3px;
    padding: 24px 20px 18px;
}

a.page-header__link {
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

a.page-header__link:hover {
    color: #51504f;
}

.black .page-header__link,
.blue .page-header__link,
.red .page-header__link {
    color: #a6aab0;
}

.black .page-header__link-pic,
.blue .page-header__link-pic,
.red .page-header__link-pic {
    fill: #fff;
}

.black .page-header__search-icon,
.blue .page-header__search-icon,
.red .page-header__search-icon {
    fill: #a6aab0;
}

.black .page-header__search-form,
.blue .page-header__search-form,
.red .page-header__search-form {
    border-left: 1px solid rgba(225, 230, 239, 0.13);
    border-right: 1px solid rgba(225, 230, 239, 0.13);
    border-bottom: 1px solid rgba(225, 230, 239, 0.13);
    background: transparent;
}

.black .page-header__social-icon,
.blue .page-header__social-icon,
.red .page-header__social-icon {
    fill: #a6aab0;
}

.black a.page-header__link:hover,
.blue a.page-header__link:hover,
.red a.page-header__link:hover {
    color: #51504f;
}

.page-footer {
    position: relative;
}

.page-footer__top {
    padding: 35px 15px;
    background: #fff;
}

.page-footer__top__padding2 {
    padding: 35px 15px;
}

.page-footer__top__wide {
    margin-left: -15px;
    margin-right: -15px;
}

.page-footer__top + .page-footer__top {
    position: relative;
}

.page-footer__top + .page-footer__top:before {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    border-top: 1px solid #f0f0f0;
    content: '';
}

.page-footer__bottom {
    background: #0b1330;
}

.page-footer__bottom__red {
    background: #ee1c25;
}

.page-footer__bottom-line {
    background: #fff;
    opacity: 0.1;
    height: 1px;
    margin: 0 0px 20px;
}

.page-footer__bottom-inner {
    background: #1b3d83;
    padding: 0 15px 24px;
    margin: 0 -15px;
}

.page-footer__block {
    font-size: 12px;
    line-height: 20px;
    color: #506ea8;
    text-decoration: none;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.page-footer__block__margin {
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-footer__block--application {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-footer__developer-logo {
    display: inline-block;
    vertical-align: top;
    margin: 2px 7px 0 0;
    width: 11px;
    height: 13px;
    fill: #506ea8;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.page-footer__developer:hover .page-footer__developer-logo {
    fill: #fff;
}

.page-footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.page-footer__social {
    width: 290px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.page-footer__social--application {
    text-decoration: none;
    margin-left: 5px;
    display: inline-block;
}

.page-footer__social--application:first-of-type {
    margin-left: 10px;
}

.page-footer__social-link {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 58px;
    height: 58px;
}

.page-footer__social-link:hover .page-footer__social-icon {
    fill: #fff;
}

.page-footer__social-link:nth-child(1) .page-footer__social-icon {
    width: 26px;
    height: 15px;
}

.page-footer__social-link:nth-child(2) .page-footer__social-icon {
    width: 19px;
    height: 15px;
}

.page-footer__social-link:nth-child(3) .page-footer__social-icon {
    width: 15px;
    height: 19px;
}

.page-footer__social-link:nth-child(4) .page-footer__social-icon {
    width: 19px;
    height: 19px;
}

.page-footer__social-link:nth-child(5) .page-footer__social-icon {
    width: 16px;
    height: 19px;
}

.page-footer__social-icon {
    fill: #506ea8;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.page-footer__social-icon--application {
    width: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

a.page-footer__block:hover {
    color: #fff;
}

.black .page-footer__bottom,
.blue .page-footer__bottom,
.red .page-footer__bottom {
    background: transparent;
}

.main-menu {
    padding: 20px 15px;
}

.main-menu__col {
    position: relative;
}

.main-menu__col:not(.main-menu__link-outer):hover .main-menu__link {
    background: #ee1c25;
    color: #fff;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.main-menu__col:not(.main-menu__link-outer):hover .main-menu__dropdown {
    max-height: 1000px;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.main-menu__col__fit {
    width: 100%;
    text-align: right;
}

.main-menu__back {
    display: none;
    margin-bottom: 20px;
}

.main-menu__back--visible {
    display: block;
}

.main-menu__back-link {
    color: #fff;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    letter-spacing: 1.2px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
}

.main-menu__back-link-arrow {
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
}

.main-menu__back-link-arrow:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 6px solid #fff;
    position: absolute;
    margin: 4px 0 0 0;
}

.main-menu__link {
    color: #fff;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    letter-spacing: 1.2px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 14px;
}

.main-menu__link-arrow {
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
}

.main-menu__link-arrow:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    margin: 4px 0 0 0;
}

.main-menu__link-inner {
    display: inline-block;
    vertical-align: top;
}

.main-menu__dropdown {
    text-align: left;
    z-index: 200;
    min-width: 100%;
    display: none;
}

.main-menu__dropdown--visible {
    display: block;
}

.main-menu__dropdown-table {
    display: table;
}

.main-menu__dropdown-link {
    font-family: "ALS Wagon";
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
}

.main-menu__dropdown-item {
    white-space: nowrap;
}

.main-menu__dropdown-item:not(:last-child) {
    margin-bottom: 6px;
    line-height: 24px;
}

.black .main-menu__link {
    color: #fff;
}

.social__link {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    text-decoration: none;
}

.social__link:last-child {
    margin-right: 0;
}

.social__link--light {
    margin-right: 11px;
}

.social__link--light .social__icon {
    fill: #b9becf;
}

.social__link--light:hover .social__icon {
    fill: #51504f;
}

.social__icon {
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.breadcrumbs {
    color: #7b8392;
    font-size: 12px;
    line-height: 20px;
}

.breadcrumbs__link {
    color: #7b8392;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin: 36px -15px;
    padding-bottom: 25px;
}

.slick-slider * {
    outline: 0 !important;
}

.slick-slider__left {
    padding: 0 15px;
    text-align: center;
}

.slick-slider__bottom {
    padding-bottom: 36px;
}

.slick-slider__nulled {
    padding-bottom: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.slick-slider__nulled .slick-arrow.slick-prev {
    left: 15px;
    z-index: 100;
}

.slick-slider__nulled .slick-arrow.slick-next {
    right: 15px;
    z-index: 100;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow.slick-disabled {
    opacity: 0;
    cursor: default;
}

.slick-arrow {
    position: absolute;
    text-indent: -9999px;
    background: none;
    width: 100px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border: none;
    padding: 0;
    z-index: 200;
    display: none !important;
}

.slick-arrow:before {
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-prev:before {
    border: 10px solid transparent;
    border-right: 10px solid #a4aab6;
    right: 22px;
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow.slick-next:before {
    border: 10px solid transparent;
    border-left: 10px solid #a4aab6;
    left: 22px;
}

.slick-arrow.slick-disabled {
    display: none;
}

.slick-dots {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    height: 10px;
    padding: 0;
    margin: 0;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    padding: 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    text-indent: -9999px;
    background: none;
    width: 10px;
    height: 10px;
    padding: 0px;
    border: none;
    background: #a4aab6;
    border-radius: 50%;
    display: block;
}

.slick-dots li.slick-active button {
    background: #ee1c25;
}

.page-pic {
    display: block;
    width: 100%;
    max-width: 100%;
}

.page-pic__outer {
    margin: 24px -15px;
    position: relative;
}

.page-pic__outer:first-child {
    margin-top: 0;
}

.page-pic__outer:last-child {
    margin-bottom: 0;
}

.page-pic__outer__big-m {
    margin: 50px 0;
}

.page-pic__outer__big-m:first-child {
    margin-top: 0;
}

.page-pic__outer__big-m:last-child {
    margin-bottom: 0;
}

.page-pic__text {
    margin: 17px 0 0;
    font-size: 15px;
    line-height: 20px;
    color: #7b8392;
    font-family: "ALS Wagon";
    text-align: center;
    padding: 0 15px;
}

.page-pic__link {
    display: block;
}

.page-pic__zoom {
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.page-pic__zoom-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    fill: #fff;
}

.slick-slider .page-pic__outer {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.page-video {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}

.page-video__float {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.page-video__outer {
    margin: 32px 0;
}

.page-video__outer__fixed {
    max-width: 700px;
    max-height: 433px;
    min-width: 700px;
    min-height: 433px;
    overflow: hidden;
    margin: 0 auto;
}

.page-video__outer > iframe {
    max-width: 100%;
}

.page-video__text {
    margin: 17px 0 0;
    font-size: 15px;
    line-height: 20px;
    color: #7b8392;
    font-family: "ALS Wagon";
    text-align: center;
}

.footnote {
    font-size: 16px;
    line-height: 24px;
    color: #7b8392;
    margin-top: 24px;
}

.footnote:before {
    width: 77px;
    height: 2px;
    background: #ee1c25;
    margin: 21px 0 8px;
    content: '';
    display: block;
}

table:not(.sttb):not(.ui-datepicker-calendar) {
    width: 100%;
    margin: 24px 0;
}

table:not(.sttb):not(.ui-datepicker-calendar):first-child {
    margin-top: 0;
}

table:not(.sttb):not(.ui-datepicker-calendar):last-child {
    margin-bottom: 0;
}

table:not(.sttb):not(.ui-datepicker-calendar) th {
    font-size: 13px;
    line-height: 18px;
    color: #000;
    padding: 9px 5px;
    text-align: left;
    font-family: "ALS Wagon";
    font-weight: 900;
    text-transform: uppercase;
    vertical-align: top;
}

table:not(.sttb):not(.ui-datepicker-calendar) th.light {
    font-size: 11px;
    line-height: 18px;
    font-family: "ALS Wagon";
    color: #7b8392;
    padding-top: 0;
}

table:not(.sttb):not(.ui-datepicker-calendar) th.medium {
    padding-top: 0;
    font-size: 14px;
    line-height: 18px;
    font-family: "ALS Wagon";
    text-transform: none;
}

table:not(.sttb):not(.ui-datepicker-calendar) thead {
    border-bottom: 2px solid #ee1c25;
}

table:not(.sttb):not(.ui-datepicker-calendar) tbody + tbody {
    border-top: 2px solid #ee1c25;
}

table:not(.sttb):not(.ui-datepicker-calendar) td {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    padding: 11px 5px 7px;
    color: #626c81;
    vertical-align: top;
}

table:not(.sttb):not(.ui-datepicker-calendar) td b {
    color: #000;
}

table:not(.sttb):not(.ui-datepicker-calendar) td small {
    color: #7f7f7f;
    font-size: 12px;
}

table:not(.sttb):not(.ui-datepicker-calendar) td[rowspan]:not([rowspan="1"]) {
    border-bottom: none;
}

table:not(.sttb):not(.ui-datepicker-calendar) td.cell--center {
    text-align: center;
}

table:not(.sttb):not(.ui-datepicker-calendar) tr:not(:last-child) td {
    border-bottom: 1px solid #eff0f2;
}

table:not(.sttb):not(.ui-datepicker-calendar) tr.fill td {
    background: rgba(27, 61, 131, 0.1);
}

table:not(.sttb):not(.ui-datepicker-calendar).simple {
    margin: 0;
    table-layout: fixed;
}

table:not(.sttb):not(.ui-datepicker-calendar).simple__auto {
    table-layout: auto;
}

table:not(.sttb):not(.ui-datepicker-calendar).simple td {
    vertical-align: top;
    padding: 0 15px;
    border-bottom: none !important;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

table:not(.sttb):not(.ui-datepicker-calendar).simple td:first-child {
    padding-left: 0;
}

table:not(.sttb):not(.ui-datepicker-calendar).simple td:last-child {
    padding-right: 0;
}

table:not(.sttb):not(.ui-datepicker-calendar).simple.small td {
    font-size: 15px;
}

table:not(.sttb):not(.ui-datepicker-calendar).simple tr:last-child td {
    padding-bottom: 0;
}

table:not(.sttb):not(.ui-datepicker-calendar).simple.narrow-cell td,
table:not(.sttb):not(.ui-datepicker-calendar).simple.narrow-cell th {
    padding-right: 6%;
}

table:not(.sttb):not(.ui-datepicker-calendar).vertical-middle td {
    vertical-align: middle;
}

table:not(.sttb):not(.ui-datepicker-calendar).stick td {
    padding: 0 !important;
}

.table {
    display: table;
    width: 100%;
}

.table__auto {
    width: auto !important;
}

.table__margin0 {
    margin: 0;
}

.table__simple {
    table-layout: fixed;
}

.table__float {
    table-layout: auto !important;
}

.table__tr {
    display: table-row;
}

.table__td {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
}

.table__td:first-child {
    padding-left: 0;
}

.table__td:last-child {
    padding-right: 0;
}

.table__td__padding-right {
    padding-right: 30px !important;
}

.table__td__padding-left {
    padding-left: 30px !important;
}

.table__td__fit {
    width: 1%;
    white-space: nowrap;
}

.table__td__vert {
    padding: 14px 0;
    position: relative;
}

.table__td__vertical-middle {
    vertical-align: middle;
}

.table__td.fixed {
    table-layout: fixed;
}

.table__outer {
    position: relative;
}

.table__outer table {
    margin: 0;
}

.table__outer__bottom {
    margin-bottom: 40px;
}

.table__outer__bottom--small {
    margin-bottom: 45px;
}

.table__outer__top {
    margin-top: 30px;
}

.table__center {
    display: inline-block;
    vertical-align: top;
}

.table__img {
    display: block;
}

.table__img__circle {
    border-radius: 50%;
}

.table__hint {
    color: #626c81;
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    margin-bottom: 20px;
}

.table__hint:before {
    width: 12px;
    height: 12px;
    border: 1px solid #676f7f;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: 'i';
    text-align: center;
    line-height: 14px;
    font-size: 10px;
}

.table__hint:hover {
    color: #ee1c25;
}

.table__hint:hover:before {
    color: #ee1c25;
    border-color: #ee1c25;
}

.table__desk {
    z-index: 100;
}

.table__desk.visible .table__desk-inner {
    max-height: 1000px;
    margin-bottom: 20px;
}

.table__desk.visible .table__desk-close {
    margin-top: -55px;
    opacity: 1;
}

.table__desk-inner {
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    overflow: hidden;
    max-height: 0px;
    margin: 0 -30px;
    padding: 0 30px;
}

.table__desk-item {
    color: #626c81;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}

.table__desk-item-title {
    font-size: 18px;
    color: #000;
    font-family: "ALS Wagon";
    font-weight: 900;
    margin-bottom: 2px;
}

.table__desk-close {
    background: #f3f5f8;
    font-size: 12px;
    padding: 7px 70px 19px;
    float: right;
    position: absolute;
    opacity: 0;
    right: -15px;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.table__desk-close__right {
    right: 15px;
}

.table__desk-close-inner {
    color: #626c81 !important;
    text-decoration: none;
    font-family: "ALS Wagon";
    font-weight: 700;
}

.table__desk-close-inner:hover {
    color: #ee1c25 !important;
}

.table__desk-grid {
    margin: 0 -30px;
    background: #f3f5f8;
    padding: 25px 30px;
}

.table__desk-grid-row {
    margin: 0 -15px 18px;
}

.table__desk-grid-row:last-child {
    margin-bottom: 0;
}

.table__desk-grid-col {
    float: left;
    width: 20%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.table__desk-grid-col2 {
    width: 16.6666%;
}

.table__desk-grid-col__wide {
    width: 100%;
}

.table__no-border tbody td {
    border-bottom: none !important;
}

.table-no-margin {
    margin: 0;
}

.table__row--responsible-person {
    border-top: 1px solid #eff0f2;
    height: 89px;
}

.blue table:not(.sttb):not(.ui-datepicker-calendar) th {
    color: #fff;
}

.blue table:not(.sttb):not(.ui-datepicker-calendar) td {
    color: #aab2ce;
}

.blue table:not(.sttb):not(.ui-datepicker-calendar) td b {
    color: #fff;
}

.blue table:not(.sttb):not(.ui-datepicker-calendar) tr.fill td {
    background: #162760;
}

.blue table:not(.sttb):not(.ui-datepicker-calendar) tr:not(:last-child) td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.blue .table__td {
    color: #aeb6cc;
}

.table--light {
    background-color: #fff;
}

.table--only-line {
    border: 1px solid #e1e6ef;
}

.table-detail {
    width: 20px;
    height: 20px;
    border: 1px solid #676f7f;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    font-size: 14px;
    display: block;
    text-decoration: none;
}

.table-detail:before {
    content: 'i';
    color: #676f7f;
}

.share {
    border: 1px solid #e1e6ef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 350px;
    margin: 0 auto;
}

.share__outer {
    margin: 36px 0;
    text-align: center;
}

.share__outer:first-child {
    margin-top: 0;
}

.share__outer:last-child {
    margin-bottom: 0;
}

.share__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.share__title {
    color: #1b3d83;
    padding: 20px 15px 20px 20px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #e1e6ef;
    text-align: center;
}

.share__block {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 60px;
    z-index: 1;
}

.share__block:not(:last-child) {
    border-right: 1px solid #e1e6ef;
}

.share__block:before {
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    content: '';
    display: none;
    z-index: -2;
}

.share__block:hover:before {
    display: block;
}

.share__block__inst:before {
    background: #004879;
}

.share__block__tw:before {
    background: #53a8e9;
}

.share__block__yt:before {
    background: #e52d27;
}

.share__block__fb:before {
    background: #496194;
}

.share__block__vk:before {
    background: #587a9f;
}

.share__block__gp:before {
    background: #dc4436;
}

.share__block__ok:before {
    background: #ed812b;
}

.share__block:hover .share__icon {
    fill: #fff;
}

.share__icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    fill: #b9becf;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

.share2 {
    border: none;
    display: block;
    margin: 0;
}

.share2__block {
    border-left: 1px solid rgba(174, 182, 204, 0.2);
}

.share2__block:last-child {
    border-left: none;
}

.share2__icon {
    fill: #898e9e;
}

.blue .share {
    border: 1px solid rgba(174, 182, 204, 0.2);
}

.blue .share__title {
    color: #fff;
    border-bottom: 1px solid rgba(174, 182, 204, 0.2);
}

.blue .share__block:not(:last-child) {
    border-right: 1px solid rgba(174, 182, 204, 0.2);
}

.blue .share__block:hover .share__icon {
    fill: #fff;
}

.blue .share__icon {
    fill: #7e869f;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 24px 0 23px 0;
}

.footer-menu__col {
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

.footer-menu__link {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    white-space: nowrap;
}

.footer-menu__link:hover {
    color: #ee1c25;
}

.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 32px 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    -webkit-box-shadow: inset 0 0 0 1px rgba(174, 182, 204, 0.2);
    box-shadow: inset 0 0 0 1px rgba(174, 182, 204, 0.2);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.search-form:first-child {
    margin-top: 0;
}

.search-form:last-child {
    margin-bottom: 0;
}

.search-form__input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.search-form__input {
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    width: 100%;
    padding: 25px 16px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0);
}

.search-form__input:focus {
    outline: none;
}

.search-form__input::-webkit-input-placeholder {
    color: #838ca0;
}

.search-form__input:-moz-placeholder { /* Firefox 18- */
    color: #838ca0;
}

.search-form__input::-moz-placeholder { /* Firefox 19+ */
    color: #838ca0;
}

.search-form__input:-ms-input-placeholder {
    color: #838ca0;
}

.search-form__btn {
    background: #1b3d83;
    position: relative;
    width: 70px;
    display: block;
    border-left: 1px solid rgba(174, 182, 204, 0.2);
    cursor: pointer;
}

.search-form__btn--submit {
    position: relative;
    background: rgba(255, 255, 255, 0);
    display: block;
}

.search-form__btn--submit-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    fill: #fff;
}

.search-form__btn--clear {
    display: none;
}

.search-form__btn--clear-icon::before,
.search-form__btn--clear-icon::after {
    width: 19px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
}

.search-form__btn--clear-icon::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-form__btn--clear-icon::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-form__autocompletion {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #e0e5ee;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search-form__autocompletion__item {
    border-right: none;
    color: #000;
    font-size: 11px;
    line-height: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
}

.search-form__autocompletion__item:not(:first-of-type) {
    border-top: 1px solid #e0e5ee;
}

.search-form__autocompletion__item:hover {
    cursor: pointer;
    background-color: #e9eaee;
}

.search-form--focused .search-form__btn--clear {
    display: block;
}

.search-form--focused .search-form__input {
    background: #fff;
    color: #000;
}

.search-form--focused .search-form__btn--submit {
    background: #ee1c25;
    border-color: 1px solid #ee1c25;
}

.search-list {
    margin-bottom: 48px;
}

.search-list__item {
    margin-bottom: 24px;
}

.search-list__item-img {
    max-width: 100%;
    display: block;
    width: 100%;
}

.search-list__item-img-cont {
    display: block;
    margin-bottom: 20px;
}

.search-list__item-title {
    font-size: 18px;
    line-height: 24px;
    display: block;
    color: #3f66d4;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.search-list__item-src {
    color: #626c81;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}

.search-list__item-src a {
    color: #626c81;
}

.search-list__item-color {
    color: #ee1c25;
}

.pagenav {
    display: table;
    border-collapse: collapse;
}

.pagenav__outer {
    text-align: center;
    margin: 20px 0;
    min-height: 62px;
}

.pagenav__outer:first-child {
    margin-top: 0;
}

.pagenav__outer:last-child {
    margin-bottom: 0;
}

.pagenav__center {
    display: inline-block;
    vertical-align: top;
}

.pagenav__item {
    display: table-cell;
    vertical-align: top;
    border: 1px solid #e1e6ef;
    position: relative;
    text-align: center;
}

.pagenav__item__inline-block {
    display: inline-block;
    vertical-align: top;
    max-width: 60px;
    height: 60px;
}

.pagenav__link {
    text-decoration: none;
    font-size: 18px;
    line-height: 16px;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    color: #b9becf;
    padding: 22px 5px;
    min-width: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.pagenav__link-inner {
    position: relative;
    z-index: 100;
}

.pagenav__link:hover {
    color: #fff;
}

.pagenav__link:hover:after {
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #1b3d83;
    content: '';
}

.pagenav__link__current {
    color: #000 !important;
}

.pagenav__link__current:after {
    content: none !important;
}

.pagenav__arrow {
    text-decoration: none;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 22px 20px 16px 20px;
    min-height: 60px;
    min-width: 60px;
}

.pagenav__arrow:not(.pagenav__arrow__disabled):hover:after {
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #1b3d83;
    content: '';
}

.pagenav__arrow:before {
    position: absolute;
    text-indent: -9999px;
    background: none;
    width: 0;
    height: 0;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: 100;
}

.pagenav__arrow__left:before {
    border: 10px solid transparent;
    border-right: 10px solid #a4aab6;
    left: -13px;
}

.pagenav__arrow__left:not(.pagenav__arrow__disabled):hover:before {
    border-right-color: #fff;
}

.pagenav__arrow__right:before {
    border: 10px solid transparent;
    border-left: 10px solid #a4aab6;
    right: -13px;
}

.pagenav__arrow__right:not(.pagenav__arrow__disabled):hover:before {
    border-left-color: #fff;
}

.pagenav__back {
    display: block;
    text-decoration: none;
}

.pagenav__back-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    fill: #a4aab6;
}

.pagenav__back-icon-cont {
    line-height: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 22px 5px 16px 5px;
    min-width: 60px;
    min-height: 60px;
}

.pagenav__back-icon-cont:hover .pagenav__back-icon {
    fill: #fff;
}

.pagenav__back-icon-cont:hover:after {
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #1b3d83;
    content: '';
    z-index: -100;
}

.pagenav__back-link {
    font-family: "ALS Wagon";
    font-weight: 900;
    font-size: 12px;
    line-height: 22px;
    margin: 21px 0 19px 13px;
    color: #b9becf;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 1px;
}

.pagenav__back-link:first-child {
    margin: 21px 13px 19px 0;
}

.pagenav__back-link:last-child {
    margin: 21px 0 19px 13px;
}

.blue .pagenav__item {
    border-color: rgba(225, 230, 239, 0.13);
}

.blue .pagenav__link {
    color: rgba(166, 170, 176, 0.75);
}

.blue .pagenav__link:hover {
    color: #fff;
}

.blue .pagenav__link:hover:after {
    background: #ee1c25;
}

.blue .pagenav__link__current {
    color: #fff !important;
}

.blue .pagenav__link__current:after {
    content: none !important;
}

.blue .pagenav__arrow:not(.pagenav__arrow__disabled):hover:after {
    background: #ee1c25;
}

.red .pagenav__item {
    border-color: rgba(225, 230, 239, 0.5);
}

.red .pagenav__link {
    color: #a6aab0;
}

.red .pagenav__link:hover {
    color: #fff;
}

.red .pagenav__link:hover:after {
    background: #1b3d83;
}

.red .pagenav__link__current {
    color: #fff !important;
}

.red .pagenav__link__current:after {
    content: none !important;
}

.red .pagenav__arrow:not(.pagenav__arrow__disabled):hover:after {
    background: #1b3d83;
}

a.tile__item {
    cursor: pointer;
}

a.tile__item:hover .tile__item-pic-cont:before {
    opacity: 1;
}

a.tile__item:hover .tile__item-desk {
    bottom: 0;
    opacity: 1;
}

a.tile__item:hover .tile__item-panel:not(.tile__item-panel2) {
    background: #ee1c25;
}

a.tile__item:hover .tile__item-title {
    color: #fff;
    text-decoration: underline;
}

a.tile__item:hover .tile__item-date:not(.tile__item-date__gray),
a.tile__item:hover .tile__item-content:not(.tile__item-content__gray) {
    color: #ff9196;
}

a.tile__item:hover .tile__item-content-icon:not(.tile__item-content-icon__gray) {
    fill: #ff9196;
}

.tile + .tile {
    margin-top: 40px;
}

.tile__top {
    margin-top: 40px;
}

.tile__bottom {
    margin-bottom: 40px !important;
}

.tile__item {
    background: #fff;
    margin-bottom: 24px;
    display: block;
    text-decoration: none;
}

.tile__item__transparent {
    background: transparent;
}

.tile__item__light-blue {
    background: #27468a;
}

.tile__item__padding {
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tile__item__padding2 {
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tile__item__margin0 {
    margin: 0 !important;
}

.tile__item-pic {
    width: 100%;
    max-width: 100%;
    display: block;
}

.tile__item-pic-cont {
    position: relative;
    overflow: hidden;
}

.tile__item-pic-bl {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tile__item-desk {
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 12px;
    line-height: 18px;
    left: 0;
    right: 0;
    padding: 8px 13px;
    background: rgba(0, 0, 0, 0.5);
}

.tile__item-desk__fullheight {
    height: 100%;
    padding: 0;
}

.tile__item-desk-main {
    color: #fff;
    margin-bottom: 12px;
}

.tile__item-desk-main:last-child {
    margin-bottom: 0;
}

.tile__item-desk-secondary {
    color: #aeb6cc;
}

.tile__item-desk-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    fill: #fff;
}

.tile__item-panel {
    padding: 20px 12px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.tile__item-panel2 {
    padding: 20px 12px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.tile__item-title {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.tile__item-title:not(:last-child) {
    margin-bottom: 15px;
}

.tile__item-title__white {
    color: #fff;
    margin-bottom: 8px;
}

.tile__item-table {
    display: table;
    width: 100%;
}

.tile__item-table-col {
    display: table-cell;
    vertical-align: top;
}

.tile__item-table-col:first-child {
    width: 100%;
    padding-right: 20px;
}

.tile__item-table-col:last-child {
    white-space: nowrap;
}

.tile__item-table-col__narrow {
    white-space: nowrap;
    width: auto !important;
}

.tile__item-table-col__narrow + * {
    width: 100%;
}

.tile__item-date {
    font-size: 12px;
    line-height: 14px;
    color: #7b8392;
    font-family: "ALS Wagon";
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.tile__item-date__absolute {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 20px;
}

.tile__item-date-outer {
    height: 14px;
}

.tile__item-date-outer__top {
    margin-top: 30px;
}

.tile__item-date__white {
    color: #fff;
}

.tile__item-date__gray {
    color: #7b8392;
}

.tile__item-content {
    font-size: 12px;
    line-height: 14px;
    color: #7b8392;
    font-family: "ALS Wagon";
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.tile__item-content__gray {
    color: #7b8392;
}

.tile__item-content__relative {
    position: relative;
    z-index: 300;
}

.tile__item-content-icon {
    fill: #7b8392;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.tile__item-content-icon__white {
    fill: #fff;
}

.tile__item-content-icon__gray {
    color: #7b8392;
}

.tile__item--overlay {
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.tile__item--overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b3d83;
    opacity: 0.8;
}

.tile2__item {
    position: relative;
}

.tile2__item__bg-blue {
    background: #1b3d83;
}

.tile2__item__top {
    margin-top: 40px;
}

.tile2__item-tag {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 16px 0;
    line-height: 16px;
    padding: 2px 10px;
    border: 1px solid #d6d7da;
    color: #000;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.tile2__item-tag:hover {
    background: #1b3d83;
    border-color: #1b3d83;
    color: #fff;
}

.tile2__item-tag__white {
    color: #fff;
    border-color: #fff;
}

.tile2__item-tag__white:hover {
    background: #ee1c25;
    border-color: #ee1c25;
    color: #fff;
}

.tile2__item-tag__bottom0 {
    margin-bottom: 0;
}

.tile2__item-title {
    display: block;
    font-size: 22px;
    line-height: 25px;
    color: #000;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.tile2__item-title:not(:last-child) {
    margin-bottom: 30px;
}

.tile2__item-title:hover {
    color: #ee1c25;
}

.tile2__item-title__big {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    color: #fff;
}

.tile2__item-title__big:not(:first-child) {
    margin-top: 10px;
}

.tile2__item-title__black {
    color: #000;
}

.tile2__item-title__bottom {
    margin-bottom: 15px;
}

.tile2__item-title__top {
    margin-top: 10px !important;
}

.tile2__item-panel {
    padding: 20px 12px;
}

.tile2__item-announcement {
    font: normal 14px/24px "ALS Wagon";
    color: #79797c;
}

.tile2__item--line .tile__item-pic-cont {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.tile2__item--line .tile__item-pic {
    max-width: 100%;
    display: block;
    min-height: 100%;
    opacity: 0;
}

.tile2__item--line .tile__item-date-outer {
    margin-bottom: 15px;
}

.tile2__item--line .tile__item-date {
    color: #ee1c25;
    font: normal 12px/14px "ALS Wagon";
    font-weight: 900;
}

.tile2__item--line .tile__item-content-icon {
    fill: #ee1c25;
    position: relative;
    top: 1px;
}

.tile2__item--line .tile2__item-table-col {
    padding: 0;
}

.tile2__item--line .tile2__item-panel {
    padding: 20px 30px;
}

.tile2__item--line .tile2__item-title {
    margin-bottom: 10px;
}

.tile2__item--line .tile2__item-announcement {
    max-height: 72px;
    overflow: hidden;
}

.tile2__item--old .tile__item-date {
    color: #7b8392;
}

.tile2__item--old .tile__item-content-icon {
    fill: #7b8392;
}

.tile2__item-text {
    font-size: 15px;
    line-height: 26px;
    color: #68696c;
}

.tile--promo {
    margin: -15px;
}

.tile--promo .tile__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tile--promo .tile__item {
    background: #fff;
    width: 47.5%;
    display: block;
    text-decoration: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 1.25%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    height: 270px;
    float: left;
    background-size: cover;
    background-color: #506ea8;
    position: relative;
}

.tile--promo .tile__item .tile__header {
    font: normal 30px/40px "ALS Wagon Condensed Black";
    text-transform: uppercase;
    width: 74%;
}

.tile--promo .tile__item:nth-child(6n+1),
.tile--promo .tile__item:nth-child(6n+5) {
    height: 570px;
}

.tile--promo .tile__item:nth-child(6n+1) .tile__header,
.tile--promo .tile__item:nth-child(6n+5) .tile__header {
    font: normal 48px/52px "ALS Wagon Condensed Black";
    text-transform: uppercase;
}

.tile--promo .tile__item:nth-child(6n+5) {
    float: right;
}

.tile--promo .tile__item--full-width,
.tile--promo .tile__item:nth-child(6n+1).tile__item--full-width,
.tile--promo .tile__item:nth-child(6n+5).tile__item--full-width {
    width: 97.5%;
    height: 270px;
}

.tile__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tile__row-item {
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tile__row-item:not(:last-child) {
    margin-bottom: 20px;
}

.tile__row + .tile__row {
    margin-top: 20px;
}

.tile__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.tile__col-item {
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tile__col-item:not(:last-child) {
    margin-bottom: 20px;
}

.tabs {
    display: table;
    position: absolute;
}

.tabs__scroller {
    padding-bottom: 20px;
    overflow: auto;
}

.tabs__outer {
    text-align: center;
    margin: 24px -15px 32px;
    height: 40px;
    overflow: hidden;
    position: relative;
}

.tabs__outer:first-child {
    margin-top: 0;
}

.tabs__outer:last-child {
    margin-bottom: 0;
}

.tabs__center {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.tabs__item {
    display: table-cell;
    vertical-align: top;
    padding: 0px 15px;
    border-bottom: 1px solid #e9eaed;
}

.tabs__link {
    color: #b4b5bc;
    font-size: 12px;
    line-height: 20px;
    font-family: "ALS Wagon";
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    text-decoration: none;
    padding: 0 6px 10px;
    white-space: nowrap;
    display: inline-block;
}

.tabs__link__active {
    color: #000;
    position: relative;
}

.tabs__link__active:before {
    content: '';
    position: absolute;
    bottom: -4px;
    background: #ee1c25;
    height: 4px;
    left: 0;
    right: 0;
}

.tabs__link__disabled {
    opacity: 0.55;
    cursor: default !important;
}

.tabs-content__xs-wide {
    margin: 0 -15px;
}

.tabs-content__bottom {
    margin-bottom: 40px;
}

.tabs-content__item__bottom {
    margin-bottom: 40px;
}

.blue .tabs__item {
    border-bottom: 1px solid rgba(225, 230, 239, 0.13);
}

.blue .tabs__link {
    color: #bfc2ce;
}

.blue .tabs__link__active {
    color: #fff;
}

.tabs2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.tabs2__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabs2__link {
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    color: #b5bfd6 !important;
    text-decoration: none;
    display: block;
    background: #fff;
    text-align: left;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tabs2__link.active {
    color: #000 !important;
    background: #f7f8fd;
}

.tabs2__link__color2 {
    background: #162760;
    color: #506ea8 !important;
}

.tabs2__link__color2.active {
    color: #fff !important;
    background: #1d4186;
}

.tabs2__content-inner {
    padding: 30px 15px;
}

.tabs2__content__color2 {
    background: #1d4186;
}

.tabs2__content__padding-top {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tabs2__content__padding-top .js_custom-scroll {
    height: 100%;
}

.tabs2__content-outer {
    overflow: auto;
}

.article__header {
    margin: 12px 0 32px;
}

.article__top {
    margin: 36px 0 6px;
    line-height: 22px;
}

.article__top:first-child {
    margin-top: 0;
}

.article__top:last-child {
    margin-bottom: 0;
}

.article__date,
.article__views {
    font-size: 12px;
    line-height: 14px;
    color: #7b8392;
    font-family: "ALS Wagon";
    display: block;
    margin: 0 0 12px 0;
}

.article__date__red,
.article__views__red {
    color: #ee1c25;
}

.article__date__red svg,
.article__views__red svg {
    fill: #ee1c25;
}

.article__date-icon,
.article__views-icon {
    fill: #7b8392;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.article__date:last-child,
.article__views:last-child {
    margin-right: 0;
}

.article__tag {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    line-height: 16px;
    padding: 2px 10px;
    border: 1px solid #d6d7da;
    color: #000;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
}

.article__tag:last-child {
    margin-right: 0;
}

.article__tag__red {
    color: #ee1c25;
    border-color: #ee1c25;
}

.article__tag__red svg {
    fill: #ee1c25;
}

.article__tag-list {
    margin: 0 0 12px 0;
}

.article__tag-list:last-child {
    margin-right: 0 !important;
}

.article__src {
    font-size: 15px;
    line-height: 20px;
    color: #7b8392;
    margin: -12px 0 0;
    font-family: "ALS Wagon";
    text-align: center;
}

.article__src a {
    text-decoration: none;
    border-bottom: 1px solid #ee1c25;
    color: #7b8392;
}

.article__src--сompleted {
    color: #ee1c25;
    font-family: "ALS Wagon";
    font-weight: 700;
}

.article__src .article__icon {
    fill: #ee1c25;
}

.article__icon {
    fill: #7b8392;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-left: 5px;
    margin-bottom: 5px;
}

.black .article__date,
.black .article__views,
.blue .article__date,
.blue .article__views {
    color: #b9becf;
}

.black .article__date-icon,
.black .article__views-icon,
.blue .article__date-icon,
.blue .article__views-icon {
    fill: #b9becf;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110939;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

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

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

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 110943;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    color: transparent;
    padding-right: 0;
    right: 10px;
    top: 20px;
    position: absolute;
}

.mfp-close:before,
.mfp-close:after {
    width: 30px;
    height: 2px;
    background: #a4aab6;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
}

.mfp-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mfp-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

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

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

.mfp-arrow {
    position: absolute;
    margin: 0;
    top: 50%;
    margin-top: -20px;
    padding: 0;
    width: 40px;
    height: 40px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border: medium inset transparent;
}

.mfp-arrow-left {
    left: 20px;
}

.mfp-arrow-left:after {
    border: 10px solid transparent;
    border-right: 10px solid #a4aab6;
    right: 16px;
}

.mfp-arrow-left:hover:after {
    border-right: 10px solid #fff;
}

.mfp-arrow-right {
    right: 20px;
}

.mfp-arrow-right:after {
    border: 10px solid transparent;
    border-left: 10px solid #a4aab6;
    left: 16px;
}

.mfp-arrow-right:hover:after {
    border-left: 10px solid #fff;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

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

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

.mfp-bottom-bar {
    border: 1px solid rgba(174, 182, 204, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-title {
    font-size: 15px;
    line-height: 20px;
    padding: 19px 20px;
    overflow: hidden;
    border-bottom: 1px solid rgba(174, 182, 204, 0.2);
}

a.person:hover .person__img-bg:before,
a.person.active .person__img-bg:before {
    background: #ee1c25;
}

a.person:hover .person__img-bg:not(.person__img-bg__left):after,
a.person.active .person__img-bg:not(.person__img-bg__left):after {
    border-left: 6px solid #1b3d83;
    border-top: 6px solid #1b3d83;
    border-bottom: 6px solid #1b3d83;
}

a.person:hover .person__img-bg__left:after,
a.person.active .person__img-bg__left:after {
    border-left: 6px solid #1b3d83;
    border-top: 6px solid #1b3d83;
    border-bottom: 6px solid #1b3d83;
}

a.person:hover .person__img-cont:before,
a.person.active .person__img-cont:before {
    border: 6px solid #fff;
}

a.person:hover .person__name,
a.person.active .person__name {
    color: #fff;
}

a.person:hover .person__text,
a.person.active .person__text {
    color: #fff;
}

a.person:hover .person__inner,
a.person.active .person__inner {
    background: #ee1c25;
}

a.person:hover .person__inner:not(.person__inner__left):after,
a.person.active .person__inner:not(.person__inner__left):after {
    border-top: 6px solid #1b3d83;
    border-right: 6px solid #1b3d83;
    border-bottom: 6px solid #1b3d83;
}

a.person:hover .person__inner.person__inner__left:after,
a.person.active .person__inner.person__inner__left:after {
    border-top: 6px solid #1b3d83;
    border-right: 6px solid #1b3d83;
    border-bottom: 6px solid #1b3d83;
}

a.person:hover .person__font4,
a.person.active .person__font4 {
    color: #fff;
}

.person {
    background: none;
    text-align: center;
    color: #000;
    text-decoration: none;
    position: relative;
    z-index: 100;
    display: block;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.person__outer {
    display: inline-block;
    vertical-align: top;
    margin: 13px 0;
}

.person__transparent .person__img-bg:before,
.person__transparent .person__inner {
    background: transparent;
}

.person__margin-top {
    margin-top: 60px;
}

.person__margin-bottom {
    margin-bottom: 60px;
}

.person__header {
    margin-top: 56px;
    letter-spacing: 2.75px;
}

.person__inner {
    background: #fff;
    padding: 20px 15px 18px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.person__inner:after {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 100;
    border-right: 0px solid #1b3d83;
    border-bottom: 0px solid #1b3d83;
    border-top: 0px solid #1b3d83;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.person__img {
    width: 100%;
    max-width: 100%;
    min-width: 100px;
    display: block;
    position: relative;
    z-index: 200;
}

.person__img-bg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 150px;
}

.person__img-bg:before {
    height: 100%;
    left: 50%;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    background: #fff;
    content: '';
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.person__img-bg:after {
    bottom: 0;
    top: 0;
    left: 50%;
    right: 0;
    height: 100%;
    border-left: 0px solid #1b3d83;
    border-top: 0px solid #1b3d83;
    border-bottom: 0px solid #1b3d83;
    content: '';
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.person__img-cont {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 200;
    width: 100px;
}

.person__img-cont__inline-block {
    display: inline-block;
    vertical-align: top;
    border: 6px solid #fff;
    width: 150px;
}

.person__img-cont__inline-block:before {
    content: '' !important;
}

.person__img-cont:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border: 0 solid #fff;
    z-index: 300;
}

.person__img-row {
    text-align: left;
}

.person__img-col {
    height: 100%;
}

.person__name {
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #000;
}

.person__text {
    font-family: "ALS Wagon";
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    color: #676f7f;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.person__num {
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    color: #fff;
    text-shadow: -1px -1px 0px #1b3d83, -1px 1px 0px #1b3d83, 1px -1px 0px #1b3d83, 1px 1px 0px #1b3d83;
    font-size: 36px;
    line-height: 40px;
    margin-top: 5px;
}

.person__num__top0 {
    margin-top: 0px;
}

.person__num__bottom {
    margin-bottom: 10px;
}

.person__num__big {
    margin-top: 0;
    line-height: 39px;
    font-size: 48px;
    letter-spacing: 3px;
    min-width: 80px;
}

.person__font1 {
    font-size: 14px;
    line-height: 14px;
    color: #a4aab6;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.person__font2 {
    font-size: 22px;
    line-height: 25px;
    font-family: "ALS Wagon";
    font-weight: 900;
    text-transform: uppercase;
}

.person__font3 {
    font-size: 22px;
    line-height: 25px;
    font-family: "ALS Wagon";
    font-weight: 900;
    color: #fff;
}

.person__font4 {
    font-size: 12px;
    line-height: 12px;
    color: #a4aab6;
    margin-top: 16px;
}

.person__font5 {
    font-size: 12px;
    line-height: 14px;
    color: #a4aab6;
    text-transform: uppercase;
}

.person__font6 {
    font-size: 14px;
    line-height: 20px;
    font-family: "ALS Wagon";
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #fff;
}

.person__font7 {
    font-size: 12px;
    line-height: 12px;
    color: #a4aab6;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.person__font8 {
    font-size: 16px;
    line-height: 20px;
    font-family: "ALS Wagon";
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.person__font9 {
    font-size: 16px;
    line-height: 20px;
    color: #9ca3bb;
    text-transform: uppercase;
    font-family: "ALS Wagon";
    font-weight: 700;
}

.person__font10 {
    color: #fff;
    margin-top: 10px;
    word-break: break-word;
}

.person__top {
    text-align: left;
    padding: 22px 0 18px;
}

.person__bottom {
    text-align: left;
    background: #1b3d83;
    padding: 95px 15px 30px;
    margin: 0 -15px;
    color: #fff;
}

.person__bottom__padding {
    padding: 32px 15px;
    width: 100%;
    margin: 0 -15px;
}

.person__bottom__white {
    background: #fff;
}

.person__bottom__transparent {
    background: transparent;
}

.person__bottom-table {
    margin-top: 30px;
}

.person__bottom-table .table__td {
    padding: 0 5px;
}

.person__bottom-table .table__tr:first-child .table__td {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px !important;
}

.person__bottom-table .table__tr:not(:first-child) .table__td {
    padding-top: 10px;
}

.person__pic {
    display: inline-block;
    vertical-align: baseline;
    margin: 0px 2px -1px 0;
    border: 1px solid #e1e6ef;
}

.person__flag {
    width: 17px;
}

.blue .person__font1,
.blue .person__font2,
.red .person__font1,
.red .person__font2 {
    color: #fff;
}

.blue .person__top .person__num,
.red .person__top .person__num {
    text-shadow: -1px -1px 0px #ee1c25, -1px 1px 0px #ee1c25, 1px -1px 0px #ee1c25, 1px 1px 0px #ee1c25;
}

.transparent .person__font1 {
    color: #a4aab6;
}

.transparent .person__font2 {
    color: #1b3d83;
}

.transparent .person__font6 {
    color: #1b3d83;
}

.media {
    background: none;
    cursor: default;
    text-align: center;
}

.media__img {
    display: block;
    max-width: 100%;
    margin: 0 auto 27px;
}

.media__name {
    font-size: 14px;
    line-height: 18px;
    font-family: "ALS Wagon";
    font-weight: 900;
    margin-bottom: 2px;
    letter-spacing: 0.25px;
}

.media__text {
    font-size: 12px;
    line-height: 20px;
    color: #626c81;
    margin-bottom: 15px;
}

.media__table {
    display: table;
    border-collapse: collapse;
    margin: 0 auto;
}

.media__table-col {
    display: table-cell;
    vertical-align: middle;
    padding: 7px 19px 6px 11px;
    border: 1px solid #d0d4df;
}

.media__table-col:last-child {
    padding: 7px 18px 6px;
}

.media__date {
    font-size: 12px;
    line-height: 12px;
    color: #a4aab6;
}

.media__date-icon {
    fill: #a4aab6;
    margin: -4px 2px 0 0;
}

.media__download {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #1b3d83;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    text-decoration: none;
}

.media__download-icon {
    fill: #1b3d83;
    margin-left: 4px;
}

.media__download:hover {
    color: #ee1c25;
}

.media__download:hover .media__download-icon {
    fill: #ee1c25;
}

.filter__outer {
    margin: -1px 0 32px;
    text-align: center;
}

.filter__outer:first-child {
    margin-top: 0;
}

.filter__outer:last-child {
    margin-bottom: 0;
}

.filter__item {
    line-height: 18px;
    padding: 13px 18px;
    border: 1px solid #e1e6ef;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter__item:not(:first-child) {
    border-top: none;
}

.filter__item__block {
    display: block;
}

.filter__item__single {
    display: block !important;
    padding: 0;
}

.filter__item__single .table__td__vert {
    padding: 27px 0;
}

.filter__item-link__wide {
    width: 100%;
    z-index: 200;
    position: relative;
}

.filter__item-link:first-child:last-child:before {
    content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    top: -14px;
    bottom: -14px;
    z-index: -100;
}

.filter__item-name {
    width: 50px;
}

.filter__item-name__wide {
    width: 100%;
}

.filter__item-name + .filter__item-select {
    margin-left: 18px;
}

.filter__item-name,
.filter__item-link {
    display: inline-block;
    vertical-align: top;
    color: #a1a2aa;
    font-size: 12px;
    line-height: 18px;
    font-family: "ALS Wagon";
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.filter__item-name__xs-inline-block,
.filter__item-link__xs-inline-block {
    display: inline-block;
    vertical-align: top;
    margin: 5px 6px -7px 0;
    width: auto;
    padding: 0 4px;
}

.filter__item-name:first-child:last-child,
.filter__item-link:first-child:last-child {
    display: inline-block;
}

.filter__item-name.selected,
.filter__item-link.selected {
    z-index: 200;
    position: relative;
    color: #fff;
}

.filter__item-name.selected:before,
.filter__item-link.selected:before {
    content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    top: -14px;
    bottom: -14px;
    background: #ee1c25;
    z-index: -100;
}

.filter__item-name.selected .filter__item-link-icon,
.filter__item-link.selected .filter__item-link-icon {
    fill: #fff;
}

.filter__item-name.active,
.filter__item-link.active {
    z-index: 200;
    color: #fff;
    position: relative;
}

.filter__item-name.active:before,
.filter__item-link.active:before {
    content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    top: -14px;
    bottom: -14px;
    background: #ee1c25;
    z-index: -100;
}

.filter__item-name.active .filter__item-link-icon,
.filter__item-link.active .filter__item-link-icon {
    fill: #fff;
}

.filter__item-name.opened,
.filter__item-link.opened {
    z-index: 200;
    color: #a1a2aa;
    position: relative;
}

.filter__item-name.opened:before,
.filter__item-link.opened:before {
    content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    top: -14px;
    bottom: -14px;
    background: #fff;
    z-index: -100;
}

.filter__item-name.opened .filter__item-link-icon,
.filter__item-link.opened .filter__item-link-icon {
    fill: #000;
}

.filter__item-select {
    vertical-align: top;
    -webkit-box-flex: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
}

.filter__item-select.selected:before {
    position: absolute;
    content: '';
    z-index: -100;
    left: -19px;
    right: -19px;
    top: -14px;
    bottom: -14px;
    background: #ee1c25;
}

.filter__item-select.selected .jq-selectbox__select-text {
    color: #fff;
}

.filter__item-select.selected .jq-selectbox__trigger-arrow {
    border-top-color: #fff;
}

.filter__item-select.opened {
    z-index: 500 !important;
}

.filter__item-select.opened:before {
    position: absolute;
    content: '';
    z-index: -100;
    left: -19px;
    right: -19px;
    top: -14px;
    bottom: -14px;
    background: #fff;
}

.filter__item-select.opened .jq-selectbox__select-text {
    color: #000 !important;
}

.filter__item-select.opened .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}

.filter__item-select .jq-selectbox__select {
    position: relative;
    padding-right: 12px;
}

.filter__item-select .jq-selectbox__select-text {
    font-family: "ALS Wagon";
    font-weight: 900;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .75px;
    text-align: left;
    width: auto !important;
    z-index: 200;
    margin: -13px 0;
    padding: 13px 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.filter__item-select .jq-selectbox__trigger {
    position: absolute;
    right: 0;
    width: 12px;
    top: 0;
    bottom: 0;
}

.filter__item-select .jq-selectbox__trigger-arrow {
    border: 3px solid transparent;
    border-top: 3px solid #000;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    left: auto;
    top: 3px;
    bottom: 0;
    margin: auto;
}

.filter__item-select .jq-selectbox__dropdown {
    text-align: left;
    background: #fff;
    top: 31px !important;
    left: -19px !important;
    right: -19px !important;
}

.filter__item-select .jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
    background: #fff;
}

.filter__item-select .jq-selectbox__dropdown ul li {
    padding-left: 0;
    background: none;
    font-size: 12px;
    line-height: 20px;
    padding: 4px 18px;
    margin-bottom: 0;
}

.filter__item-select .jq-selectbox__dropdown ul li:hover {
    background: #ee1c25;
    color: #fff;
}

.filter__item-link {
    text-decoration: none;
    margin-right: 6px;
}

.filter__item-link:last-child {
    margin-right: 0px;
}

.filter__item-link__active,
.filter__item-link__black {
    color: #000;
}

.filter__item-link-icon {
    margin-left: 10px;
    vertical-align: top;
    fill: #000;
}

.filter__item-link2 {
    display: block !important;
}

.filter__item-link2:hover {
    color: #fff !important;
}

.filter__item-link2.active {
    color: #fff !important;
    cursor: default;
}

.filter__item-link2.active:before {
    left: -1px !important;
    right: -1px !important;
    top: -27px !important;
    bottom: -27px !important;
}

.filter__clear {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.filter__clear:before,
.filter__clear:after {
    content: '';
    width: 15px;
    height: 2px;
    background: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    position: absolute;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.filter__clear:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter__clear:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.filter__clear-outer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.filter__clear:hover:before,
.filter__clear:hover:after {
    background: #ee1c25;
}

.blue .filter__item {
    border: 1px solid rgba(174, 182, 204, 0.2) !important;
}

.blue .filter__item-name,
.blue .filter__item-link {
    color: #bfc2ce;
}

.blue .filter__item-select .jq-selectbox__select-text {
    color: #fff;
}

.blue .filter__item-select .jq-selectbox__trigger-arrow {
    border-top: 3px solid #fff;
}

.jq-radio {
    border: 2px solid #b1b4bb;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    vertical-align: top;
    margin: 2px 2px 0 0;
    position: absolute !important;
    left: 0;
    top: 0px;
}

.jq-radio.checked {
    background: #ee1c25;
    border: none;
    width: 18px;
    height: 18px;
    overflow: hidden;
}

.jq-radio.checked:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.jq-radio.error {
    border-color: #ee1c25;
}

/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */

.mejs__offscreen {
    clip: rect(1px, 1px, 1px, 1px); /* IE8-IE11 - no support for clip-path */
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.mejs__container {
    position: relative;
    background: #000;
    font-family: "Helvetica", Arial, serif;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mejs__container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Hide native play button from iOS to favor plugin button */

.mejs__container video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
    width: 100%;
    height: 100%;
}

.mejs__fill-container {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    background: transparent;
}

.mejs__container:focus {
    outline: none;
}

.me-plugin {
    position: absolute;
}

.mejs__embed,
.mejs__embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
}

.mejs__fullscreen {
    overflow: hidden !important;
}

.mejs__container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000;
}

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
    width: 100% !important;
    height: 100% !important;
}

.mejs__clear {
    clear: both;
}

/* Start: LAYERS */

.mejs__background {
    position: absolute;
    top: 0;
    left: 0;
}

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

.mejs__poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

:root .mejs__poster-img {
    display: none;
}

.mejs__poster-img {
    border: 0;
    padding: 0;
}

.mejs__overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs__overlay-play {
    cursor: pointer;
}

.mejs__overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: url("../img/mejs-controls.svg") no-repeat;
    background-position: 0 -39px;
    overflow: hidden;
}

.mejs__overlay:hover > .mejs__overlay-button {
    background-position: -80px -39px;
}

.mejs__overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
}

.mejs__overlay-loading-bg-img {
    display: block;
    width: 80px;
    height: 80px;
    background: transparent url("../img/mejs-controls.svg") -160px -40px no-repeat;
    -webkit-animation: mejs-loading-spinner 1s linear infinite;
    animation: mejs-loading-spinner 1s linear infinite;
}

/* End: LAYERS */

/* Start: CONTROL BAR */

.mejs__controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
}

.mejs__controls:not([style*="display: none"]) {
    background: rgba(255, 0, 0, 0.7);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.35)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
    float: left;
    margin: 0;
    width: 32px;
    height: 40px;
    font-size: 10px;
    line-height: 10px;
}

.mejs__button > button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 10px 6px;
    padding: 0;
    position: absolute;
    height: 20px;
    width: 20px;
    border: 0;
    background: transparent url("../img/mejs-controls.svg");
    overflow: hidden;
}

/* :focus for accessibility */

.mejs__button > button:focus {
    outline: dotted 1px #999;
}

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
    outline: 0;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */

.mejs__time {
    color: #fff;
    display: block;
    height: 24px;
    width: auto;
    font-weight: bold;
    font-size: 11px;
    padding: 16px 6px 0 6px;
    overflow: hidden;
    text-align: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */

.mejs__play > button {
    background-position: 0 0;
}

.mejs__pause > button {
    background-position: -20px 0;
}

.mejs__replay > button {
    background-position: -280px 0;
}

/* End: Play/Pause/Stop */

/* Start: Progress Bar */

.mejs__time-rail {
    direction: ltr;
    width: 200px;
    padding-top: 10px;
    height: 40px;
    position: relative;
    margin: 0 10px;
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-handle,
.mejs__time-float,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
    cursor: pointer;
    display: block;
    position: absolute;
    height: 10px;
    border-radius: 2px;
}

.mejs__time-total {
    margin: 5px 0 0 0;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
}

.mejs__time-buffering {
    width: 100%;
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite;
}

.mejs__time-loaded {
    background: rgba(255, 255, 255, 0.3);
    width: 0;
}

.mejs__time-current {
    background: rgba(255, 255, 255, 0.9);
    width: 0;
}

.mejs__time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center;
}

.mejs__time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: solid 1px #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111;
}

.mejs__time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0;
}

.mejs__time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #eee;
    border-color: #eee transparent transparent transparent;
    border-radius: 0;
    top: 15px;
    left: 13px;
}

.mejs__long-video .mejs__time-float {
    width: 48px;
}

.mejs__long-video .mejs__time-float-current {
    width: 44px;
}

.mejs__long-video .mejs__time-float-corner {
    left: 18px;
}

.mejs__broadcast {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 10px;
    top: 15px;
}

/* End: Progress Bar */

/* Start: Fullscreen */

.mejs__fullscreen-button > button {
    background-position: -80px 0;
}

.mejs__unfullscreen > button {
    background-position: -100px 0;
}

/* End: Fullscreen */

/* Start: Mute/Volume */

.mejs__mute > button {
    background-position: -60px 0;
}

.mejs__unmute > button {
    background-position: -40px 0;
}

.mejs__volume-button {
    position: relative;
}

.mejs__volume-button > .mejs__volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: rgba(50, 50, 50, 0.7);
    border-radius: 0;
    top: -115px;
    left: 5px;
    z-index: 1;
    position: absolute;
    margin: 0;
}

.mejs__volume-button:hover {
    border-radius: 0 0 4px 4px;
}

.mejs__volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.mejs__volume-current {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.mejs__volume-handle {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 16px;
    height: 6px;
    margin: 0 0 -3px -7px;
    background: rgba(255, 255, 255, 0.9);
    cursor: ns-resize;
    border-radius: 1px;
}

.mejs__horizontal-volume-slider {
    height: 36px;
    width: 56px;
    position: relative;
    display: block;
    float: left;
    vertical-align: middle;
}

.mejs__horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 16px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    border-radius: 2px;
    background: rgba(50, 50, 50, 0.8);
}

.mejs__horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.8);
}

.mejs__horizontal-volume-handle {
    display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */

.mejs__captions-button {
    position: relative;
}

.mejs__captions-button > button {
    background-position: -140px 0;
}

.mejs__captions-button > .mejs__captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 40px;
    right: -51px;
    width: 85px;
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
}

.mejs__captions-button > .mejs__captions-selector {
    visibility: visible;
}

.mejs__captions-selector-list {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}

.mejs__captions-selector-list-item {
    margin: 0 0 6px 0;
    padding: 0 10px;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.mejs__captions-selector-list-item:hover {
    background-color: #c8c8c8 !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs__captions-selector-input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
    position: absolute;
    left: -1000px;
}

.mejs__captions-selector-label {
    width: 55px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-size: 10px;
    cursor: pointer;
}

.mejs__captions-selected {
    color: #21f8f8;
}

.mejs__captions-translations {
    font-size: 10px;
    margin: 0 0 5px 0;
}

.mejs__chapters {
    position: absolute;
    top: 0;
    left: 0;
    border-right: solid 1px #fff;
    width: 10000px;
    z-index: 1;
}

.mejs__chapter {
    position: absolute;
    float: left;
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    overflow: hidden;
    border: 0;
}

.mejs__chapter-block {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    display: block;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    cursor: pointer;
}

.mejs__chapter-block-last {
    border-right: none;
}

.mejs__chapter-block:hover {
    background: rgba(102, 102, 102, 0.7);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
    background: -webkit-linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -o-linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
}

.mejs__chapter-block .ch-title {
    font-size: 12px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 0 3px 0;
    line-height: 12px;
}

.mejs__chapter-block .ch-timespan {
    font-size: 12px;
    line-height: 12px;
    margin: 3px 0 4px 0;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.mejs__captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}

.mejs__captions-layer a {
    color: #fff;
    text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal;
}

.mejs__captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
}

.mejs__captions-position-hover {
    bottom: 35px;
}

.mejs__captions-text {
    padding: 0;
    background: rgba(20, 20, 20, 0.5);
    white-space: pre-wrap;
    -webkit-box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
    box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
}

/* End: Track (Captions and Chapters) */

/* Start: Error */

.me-cannotplay a {
    color: #fff;
    font-weight: bold;
}

.me-cannotplay span {
    padding: 15px;
    display: block;
}

/* End: Error */

.banner {
    display: block;
    margin: 35px 0;
    overflow: hidden;
    position: relative;
}

.banner + .banner {
    margin-top: -25px;
}

.banner__text {
    padding: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}

.banner__text__white * {
    color: #fff;
}

.banner__text__black * {
    color: #000;
}

.banner:first-child {
    margin-top: 0;
}

.banner:last-child {
    margin-bottom: 0;
}

.banner__inner {
    width: 1000px;
    position: relative;
    left: 50%;
    margin-left: -500px;
    height: 100%;
}

.banner__inner__right {
    width: 1500px;
    position: relative;
    left: auto;
    margin-left: auto;
    height: 100%;
    float: right;
}

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

.banner__img__center {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.banner__img__right {
    float: right;
    height: 100%;
    width: auto;
}

.file {
    display: block;
    position: relative;
    padding-left: 40px;
    text-decoration: none;
    margin: 10px 0;
}

.file:before {
    width: 28px;
    height: 37px;
    background: #dee0e6;
    position: absolute;
    left: 0;
    top: -1px;
    content: '';
}

.file:after {
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 12px;
    width: 28px;
    left: 0;
    top: 17px;
    position: absolute;
}

.file__pdf:after {
    background: #ee1c25;
    content: 'pdf';
}

.file__doc:after {
    background: #2b4f9b;
    content: 'doc';
}

.file__docx:after {
    background: #2b4f9b;
    content: 'docx';
}

.file__pdf:after {
    background: #ee1c25;
    content: 'pdf';
}

.file__rar:after {
    background: #2b4f9b;
    content: 'rar';
}

.file__zip:after {
    background: #ff9196;
    content: 'zip';
}

.file__rar:after {
    background: #ff9196;
    content: 'rar';
}

.file__xls:after {
    background: #62c15c;
    content: 'xls';
}

.file__xlxs:after {
    background: #62c15c;
    content: 'xlxs';
}

.file__ptt:after {
    background: #f77b45;
    content: 'ptt';
}

.file__pttx:after {
    background: #f77b45;
    content: 'pttx';
}

.file__name {
    font-size: 17px;
    line-height: 18px;
    color: #000;
}

.file__text {
    color: #79797c;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
}

.file__wrap {
    background: #fff;
    padding: 30px;
    margin-top: 20px;
}

table .file__name {
    font-size: 12px;
}

table .file__text {
    font-size: 11px;
    text-transform: none;
}

.docs-list {
    margin-bottom: 35px;
}

.docs-list__item {
    padding: 26px 0 20px;
}

.docs-list__item-name {
    line-height: 28px;
    margin-bottom: 20px;
}

.docs-list__item:not(:last-child) {
    border-bottom: 1px solid #e7e9ed;
}

.btn {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    color: #1b3d83;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    border: 1px solid #e1e6ef;
    padding: 7px 8px 9px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.btn__big {
    font-size: 28px;
    line-height: 28px;
    padding: 10px 25px 11px;
}

.btn__fw {
    margin: 0 0 5px 0;
}

.btn:hover {
    color: #fff;
    background: #ee1c25;
    border-color: #ee1c25;
}

.btn:hover .btn__icon {
    fill: #fff;
}

.btn:hover .btn__icon-cont {
    border-right: 1px solid #ee1c25;
    background: #ee1c25;
}

.btn:hover .icon-plus:before,
.btn:hover .icon-plus:after {
    background: #fff;
}

.btn__outer {
    margin-top: 40px;
}

.btn__outer2 {
    margin-bottom: 40px;
}

.btn .icon-arr {
    border: 7px solid transparent;
    border-left: 7px solid #aeafb0;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: baseline;
    margin-left: 4px;
    margin-right: -7px;
}

.btn .icon-arr--down-small {
    border: 4px solid transparent;
    border-top: 4px solid #ffffff;
    top: 1px;
    right: 3px;
    position: relative;
}

.btn .icon-arr--up-small {
    border: 4px solid transparent;
    border-bottom: 4px solid #ffffff;
    top: -3px;
    right: 3px;
    position: relative;
}

.btn .icon-plus {
    width: 12px;
    height: 12px;
    position: relative;
}

.btn .icon-plus:before,
.btn .icon-plus:after {
    width: 100%;
    height: 2px;
    background: #1b3d83;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btn .icon-plus:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.btn__red {
    border: 1px solid #ee1c25;
    background: #ee1c25;
    color: #fff;
}

.btn__red:hover {
    border: 1px solid #1b3d83;
    background: #1b3d83;
    color: #fff;
}

.btn__red:hover .icon-arr {
    border-left: 7px solid #fff;
}

.btn__red .icon-arr {
    border-left: 7px solid #fff;
}

.btn__white {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn__white .btn__icon {
    fill: #fff;
}

.btn__white .btn__icon-cont {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.btn__white .icon-plus:before,
.btn__white .icon-plus:after {
    background: #fff;
}

.btn__blue {
    color: #fff;
    border-color: #1b3d83;
    background: #1b3d83;
}

.btn__blue:hover {
    border-color: #ee1c25;
    background: #ee1c25;
}

.btn__blue2 {
    color: #fff;
    border-color: #2e5da3;
    background: #2e5da3;
}

.btn__blue2:hover {
    border-color: #ee1c25;
    background: #ee1c25;
}

.btn__icon {
    fill: #e1e6ef;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    display: block;
}

.btn__icon-cont {
    display: inline-block;
    border-right: 1px solid #e1e6ef;
    padding: 9px 8px 11px;
    margin: -7px 12px -9px -8px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    vertical-align: top;
}

.btn--light {
    color: #fff;
}

.btn--header {
    position: absolute;
    right: 16px;
    top: 62px;
}

.btn--header-ico {
    fill: #fff;
    position: relative;
    top: -2px;
    margin-right: 6px;
}

.btn--pale {
    background: #aab2c9;
    color: #fff;
    cursor: pointer;
}

.btn--fan-delete {
    position: absolute;
    right: 0;
    top: 32px;
    z-index: 1;
}

.btn--hidden {
    display: none;
}

.blue .btn,
.black .btn,
.bg .btn {
    color: #fff;
    border: 1px solid #fff;
}

.blue .btn:hover,
.black .btn:hover,
.bg .btn:hover {
    border-color: #ee1c25;
}

.blue .btn .icon-arr,
.black .btn .icon-arr,
.bg .btn .icon-arr {
    border-left: 7px solid #fff;
}

.blue .btn__white,
.black .btn__white,
.bg .btn__white {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.blue .btn__white .btn__icon,
.black .btn__white .btn__icon,
.bg .btn__white .btn__icon {
    fill: #fff;
}

.blue .btn__white .btn__icon-cont,
.black .btn__white .btn__icon-cont,
.bg .btn__white .btn__icon-cont {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.blue .btn__blue,
.black .btn__blue,
.bg .btn__blue {
    border-color: #1b3d83;
}

.blue .btn__blue:hover,
.black .btn__blue:hover,
.bg .btn__blue:hover {
    border-color: #ee1c25;
    background: #ee1c25;
}

.blue .btn__red,
.black .btn__red,
.bg .btn__red {
    border: 1px solid #ee1c25;
    background: #ee1c25;
    color: #fff;
}

.blue .btn__red:hover,
.black .btn__red:hover,
.bg .btn__red:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #ee1c25;
}

.blue .btn__red:hover .icon-arr,
.black .btn__red:hover .icon-arr,
.bg .btn__red:hover .icon-arr {
    border-left: 7px solid #ee1c25;
}

.blue .btn__red .icon-arr,
.black .btn__red .icon-arr,
.bg .btn__red .icon-arr {
    border-left: 7px solid #fff;
}

.blue .btn__blue2,
.black .btn__blue2,
.bg .btn__blue2 {
    border-color: #2e5da3;
}

.blue .btn__blue2:hover,
.black .btn__blue2:hover,
.bg .btn__blue2:hover {
    border-color: #ee1c25;
    background: #ee1c25;
}

.white .btn {
    color: #1b3d83;
    border: 1px solid #e1e6ef;
}

.white .btn:hover {
    color: #fff;
    background: #ee1c25;
    border-color: #ee1c25;
}

.button-close {
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    color: transparent;
    top: 31px;
    right: -40px;
    padding-right: 0;
    cursor: pointer;
}

.button-close:before,
.button-close:after {
    width: 30px;
    height: 2px;
    background: #a4aab6;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
}

.button-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button-close:hover:before,
.button-close:hover:after {
    opacity: 0.5;
}

.btn-container--col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-container--col .btn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.btn-container--form {
    width: 197px;
}

.v-al {
    display: table;
    width: 100%;
    height: 100%;
}

.v-al__inner {
    display: table-cell;
    vertical-align: middle;
}

.v-al__inner *:first-child {
    margin-top: 0;
}

.v-al__inner *:last-child {
    margin-bottom: 0;
}

.page404 {
    padding: 50px 0;
}

.page404__outer {
    height: calc( 100vh - 208px);
    min-height: 452px;
}

.page404__font1 {
    font-size: 150px;
    line-height: 150px;
    color: #fff;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
}

.page404__font2 {
    font-size: 45px;
    line-height: 45px;
    color: #fff;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    margin-bottom: 37px;
}

.video-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -100;
    min-height: 594px;
}

.video-bg__video {
    min-width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-bg__cap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

.video-bg__black-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 190px;
    bottom: 190px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.video-bg__black:before,
.video-bg__black:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 190px;
    content: '';
    z-index: 100;
}

.video-bg__black:before {
    top: 0px; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0.2)));
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.video-bg__black::after {
    bottom: 0px; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, black 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(black));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, black 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*! jQuery UI - v1.12.1 - 2017-02-01
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

/* Icons
----------------------------------*/

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    display: none;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000 !important;
    padding: 30px 15px;
}

.ui-datepicker__close {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 15px;
    background: none;
    border: none;
    position: absolute;
    outline: 0 !important;
}

.ui-datepicker__close:before,
.ui-datepicker__close:after {
    width: 25px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    margin: auto;
}

.ui-datepicker__close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ui-datepicker__close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    margin-right: 50px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.datepicker-list__arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -10px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover,
.datepicker-list__arrow:hover {
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled,
.datepicker-list__arrow.ui-state-disabled {
    opacity: 0.5;
    cursor: default;
}

.ui-datepicker .ui-datepicker-prev,
.datepicker-list__arrow--prev {
    left: 0px;
}

.ui-datepicker .ui-datepicker-prev:before,
.datepicker-list__arrow--prev:before {
    content: '';
    border: 10px solid transparent;
    border-right: 12px solid #000;
    position: absolute;
    right: 13px;
    top: 10px;
}

.ui-datepicker .ui-datepicker-next,
.datepicker-list__arrow--next {
    right: 0px;
}

.ui-datepicker .ui-datepicker-next:before,
.datepicker-list__arrow--next:before {
    content: '';
    border: 10px solid transparent;
    border-left: 12px solid #000;
    position: absolute;
    left: 13px;
    top: 10px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-family: "ALS Wagon";
    font-weight: 900;
    margin-bottom: 20px;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    font-size: 14px;
    line-height: 20px;
    color: #a1a2aa;
    text-align: left;
    font-family: "ALS Wagon";
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
    padding: 4px 0 12px;
    text-transform: capitalize;
    text-align: center;
}

.ui-datepicker td {
    font-size: 12px;
    line-height: 28px;
    border-bottom: none;
    font-family: "ALS Wagon";
    font-weight: 700;
    background: transparent !important;
    border-bottom: none !important;
    padding: 0 !important;
    text-align: center;
}

.ui-datepicker:not(.ui-datepicker-inline) tbody tr:first-child td {
    padding-top: 5px !important;
}

.ui-datepicker:not(.ui-datepicker-inline) td.ui-datepicker-today a:not(.ui-state-active),
.ui-datepicker:not(.ui-datepicker-inline) td.ui-datepicker-today span {
    color: #ee1c25;
}

.ui-datepicker td > a {
    color: #000;
}

.ui-datepicker td > span {
    color: #a1a2aa;
}

.ui-datepicker td > span,
.ui-datepicker td > a {
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
    padding: 8px 3px 0;
    display: block;
}

.ui-datepicker td > span.ui-state-active,
.ui-datepicker td > a.ui-state-active {
    background: #ee1c25;
    color: #fff;
    cursor: default;
}

.ui-datepicker td > span:not(.ui-state-active):hover,
.ui-datepicker td > a:not(.ui-state-active):hover {
    color: #ee1c25;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

.ui-datepicker-inline {
    padding: 0 !important;
    background: none !important;
    width: 100% !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
}

.ui-datepicker-inline .ui-datepicker-header {
    padding: 0;
    position: static;
}

.ui-datepicker-inline .ui-datepicker-prev,
.ui-datepicker-inline .ui-datepicker-next {
    width: 40px;
    top: 43px;
    bottom: 0;
    margin: auto;
    height: auto;
    display: none;
}

.ui-datepicker-inline .ui-datepicker-prev:before,
.ui-datepicker-inline .ui-datepicker-next:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
}

.ui-datepicker-inline .ui-datepicker-prev {
    left: -40px;
}

.ui-datepicker-inline .ui-datepicker-prev:before {
    border: 11px solid transparent;
    border-right: 9px solid #626c81;
    right: 10px;
}

.ui-datepicker-inline .ui-datepicker-next {
    right: -40px;
}

.ui-datepicker-inline .ui-datepicker-next:before {
    border: 11px solid transparent;
    border-left: 9px solid #626c81;
    left: 10px;
}

.ui-datepicker-inline .ui-datepicker-title {
    display: none;
}

.ui-datepicker-inline .ui-datepicker-calendar {
    border-collapse: collapse;
    margin-bottom: 0;
    table-layout: fixed;
}

.ui-datepicker-inline .ui-datepicker-calendar thead th {
    border-bottom: none;
    color: #000;
    padding: 11px 15px 12px 15px;
    text-transform: uppercase;
    text-align: left;
}

.ui-datepicker-inline .ui-datepicker-calendar tbody td {
    padding: 13px 15px !important;
    text-align: left;
    border: 1px solid #d9deec;
    height: 88px;
    position: relative;
    vertical-align: top;
}

.ui-datepicker-inline .ui-datepicker-calendar tbody td > a,
.ui-datepicker-inline .ui-datepicker-calendar tbody td span {
    font-size: 26px;
    line-height: 30px;
    color: #a4aab6;
    padding: 0;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    display: block;
}

.ui-datepicker-inline .ui-datepicker-calendar tbody td > a.ui-state-active,
.ui-datepicker-inline .ui-datepicker-calendar tbody td span.ui-state-active {
    background: none;
}

.ui-datepicker-inline .ui-datepicker-calendar tbody td.ui-datepicker-other-month {
    opacity: 0.4;
}

.ui-datepicker-inline .ui-datepicker-calendar tbody tr:last-child td {
    border-bottom: 1px solid #d9deec !important;
}

.datepicker-table {
    display: none;
}

.datepicker-list {
    width: 100%;
    position: relative;
    display: block;
}

.datepicker-list__arrows {
    position: absolute;
    width: 100%;
    padding: 0 30px;
    margin: 0 -30px;
    top: 240px;
    display: none;
}

.datepicker-list .datepicker-list__arrows--fixed {
    position: fixed;
    bottom: 50%;
    top: 0;
    width: 1170px;
}

.datepicker-list__arrow--disabled,
.datepicker-list__arrow--disabled:hover {
    opacity: 0.5;
    cursor: default;
}

.datepicker-list__arrow--disabled.datepicker-list__arrow--next::before,
.datepicker-list__arrow--disabled:hover.datepicker-list__arrow--next::before {
    border-left-color: #000;
}

.datepicker-list__arrow--disabled.datepicker-list__arrow--prev::before,
.datepicker-list__arrow--disabled:hover.datepicker-list__arrow--prev::before {
    border-right-color: #000;
}

.datepicker-list--center {
    height: 100%;
    position: absolute;
    z-index: 0;
}

.datepicker-list--center .datepicker-list__arrows {
    top: 50%;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
}

.datepicker-list__arrows--fix {
    position: fixed;
    top: 240px;
    width: 1170px;
}

.datepicker-list__arrows--bottom {
    bottom: 270px;
    position: absolute;
    top: auto;
}

.datepicker-list__arrows--center {
    top: calc(50% - 9px);
}

.rss {
    display: block;
    position: absolute;
    text-decoration: none;
    right: 0;
    white-space: nowrap;
}

.rss-outer {
    position: relative;
}

.rss-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    fill: #a4aab6;
}

.rss-icon-cont {
    line-height: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 22px 20px 16px 20px;
    min-width: 60px;
    min-height: 60px;
}

.rss-icon-cont:hover .rss-icon {
    fill: #fff;
}

.rss-icon-cont:hover:after {
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #1b3d83;
    content: '';
    z-index: -100;
}

.rss-link {
    font-family: "ALS Wagon";
    font-weight: 900;
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0 10px 13px;
    color: #b9becf;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 1px;
}

.rss-link:first-child {
    margin: 21px 13px 19px 0;
}

.rss-link:last-child {
    margin: 21px 0 19px 13px;
}

.rss__bl {
    display: table-cell;
    vertical-align: top;
    border: 1px solid #e1e6ef;
    position: relative;
    text-align: center;
}

.rss__bl__inline-block {
    display: inline-block;
    vertical-align: top;
    max-width: 60px;
    height: 60px;
}

.arena img {
    max-width: 100%;
}

.path-scheme {
    background: #fff;
    position: relative;
    padding: 15px 0;
}

.path-scheme__map {
    height: calc( 100vh - 100px);
    max-height: 300px;
    margin: 0 -15px 30px;
}

.path-scheme__btn {
    margin-top: 10px;
}

.path-scheme__list {
    margin-top: 32px;
}

.path-scheme__list-item {
    position: relative;
    padding-left: 46px;
    background: none;
    line-height: 28px;
    margin-bottom: 22px;
}

.path-scheme__list-item:before {
    position: absolute;
    left: 17px;
    top: 0;
    bottom: -19px;
    border-left: 1px dotted #b6c2d9;
    content: '';
}

.path-scheme__list-item:first-child:before {
    top: 32px;
}

.path-scheme__list-item:last-child {
    margin-bottom: 0;
    bottom: auto;
}

.path-scheme__list-item:last-child:before {
    content: none;
}

.path-scheme__list-item-icon {
    fill: #b6c2d9;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.path-scheme__list-item-icon-cont {
    border: 2px solid #b6c2d9;
    width: 34px;
    height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: -3px;
    left: 0;
    border-radius: 50%;
    background: #fff;
    z-index: 100;
}

.path-scheme__away-match {
    height: 416px;
}

.path-scheme__away-match-container {
    margin: 15px 0 30px;
    display: none;
}

.event {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 9px 18px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 9px 18px 1px rgba(0, 0, 0, 0.15);
}

.event--journal {
   margin-bottom: 30px;
}

.event__xs-bottom {
    margin-bottom: 20px;
}

.event__fixed {
    min-height: 107px;
}

.event__radius-none {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.event__transparent {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.event.hidden {
    display: none;
}

.event__absolute {
    bottom: calc( 100% - 5px);
    position: absolute;
    z-index: 200;
    width: 370px;
    left: 50%;
    margin-left: -185px;
}

.event__foot {
    border: 10px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0 !important;
    height: 0 !important;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.event__foot.filled {
    border-top-color: #ee1c25;
}

.event__line {
    height: 7px;
    position: relative;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    overflow: hidden;
}

.event__line__color1 {
    background: #1b75bb;
}

.event__line__color2 {
    background: #ee1c25;
}

.event__line__color3:after {
    content: '';
    width: 50%;
    background: #7faf21;
    position: absolute;
    right: 0;
    height: 7px;
}

.event__top-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.event__top-table-col {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #e6e6e5;
    padding: 10px 17px 7px;
    border-top: none;
}

.event__top-table-col__wide {
    width: 100%;
}

.event__top-table-col:first-child {
    border-left: none;
}

.event__top-table-col:last-child {
    border-right: none;
}

.event__middle {
    padding: 22px 20px 17px;
}

.event__middle2 {
    background: #f7f8fd;
    padding: 30px 15px;
}

.event__middle-table {
    width: 100%;
    height: 100%;
    display: table;
}

.event__middle-table-col {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: auto;
    padding: 0 5px;
}

.event__middle-table-col:first-child {
    padding-left: 0;
    width: 25%;
}

.event__middle-table-col:last-child {
    padding-right: 0;
    width: 25%;
}

.event__bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.event__bottom__radius-none {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.event__bottom-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.event__bottom-table-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top: 1px solid #e6e6e5;
}

.event__bottom-table-col:not(:first-child) {
    border-left: 1px solid #e6e6e5;
}

.event__bottom-table-col__wide {
    width: 100%;
}

.event__bottom-table-col:first-child {
    border-left-color: transparent;
}

.event__bottom-table-col:last-child {
    border-right-color: transparent;
}

.event__date {
    font-size: 14px;
    line-height: 22px;
    font-family: "ALS Wagon";
    font-weight: 900;
}

.event__date2 {
    font-size: 10px;
    line-height: 18px;
    color: #9fa5b2;
}

.event__date3 {
    color: #fff;
    font-size: 34px;
    line-height: 34px;
    margin: 10px 0;
}

.event__location {
    font-size: 12px;
    line-height: 18px;
    color: #8a93af;
}

.event__location-icon {
    fill: #8a93af;
    margin: -5px 5px 0 0;
}

.event__num {
    font-size: 16px;
    line-height: 22px;
    color: #a4aab6;
}

.event__num2 {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 6px;
}

.event__member-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.event__member-img-cont {
    position: relative;
    overflow: hidden;
    margin: 0 auto 15px;
    max-height: 150px;
}

.event__member-img-cont:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.event__member-img-cont3 {
    max-width: 160px;
}

.event__member-img-cont3:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.event__member-img-cont4 {
    max-width: 72px;
}

.event__member-img-cont4:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.event__member-name {
    font-size: 14px;
    line-height: 16px;
    font-family: "ALS Wagon";
    font-weight: 900;
}

.event__member-name4 {
    color: #fff;
    margin-bottom: 6px;
}

.event__member-name__white {
    color: #fff;
}

.event__member-location {
    font-size: 12px;
    line-height: 16px;
    color: #a4aab6;
}

.event__member-text {
    display: inline-block;
    vertical-align: top;
    height: 72px;
    margin: 0 8px;
}

.event__result {
    color: #aeb6cc;
    font-size: 24px;
    line-height: 24px;
    font-family: "ALS Wagon";
    font-weight: 900;
    text-align: center;
}

.event__result2 {
    margin: 0 0 7px 0;
    color: #000;
}

.event__result4 {
    color: #fff;
    margin-bottom: 16px;
}

.event__result5 {
    color: #fff;
    margin: 12px 0;
}

.event__result6 {
    font-size: 28px;
    line-height: 28px;
    margin: 5px 0;
}

.event__result__black {
    color: #000;
}

.event__result__margin {
    margin: 4px 0;
}

.event__time {
    font-family: "ALS Wagon";
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.event__link {
    font-size: 12px;
    line-height: 12px;
    color: #626c81 !important;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 15px 15px;
    white-space: nowrap;
    position: relative;
    z-index: 100;
    width: 100%;
}

.event__link__big {
    font-size: 12px;
    line-height: 12px;
    color: #000 !important;
}

.event__link__big2 {
    font-size: 14px;
    line-height: 18px;
    color: #000 !important;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-family: "ALS Wagon";
    font-weight: 900;
}

.event__link__small {
    color: #626c81;
    font-size: 12px;
    line-height: 16px;
    font-family: "ALS Wagon";
    display: inline-block;
    vertical-align: top;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.event__link-icon {
    position: absolute;
    left: 23px;
    top: 21px;
    fill: #8a93af;
}

.event__link__fw {
    padding: 20px 15px;
    text-align: left;
}

.event__link:before {
    background: transparent;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: 0;
    content: '';
    position: absolute;
    z-index: -100;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.event__link:hover {
    color: #fff !important;
}

.event__link:hover:before {
    background: #ee1c25;
}

.event__link:hover .event__linkfoot {
    background: #ee1c25;
}

.event__link:hover .event__link__big2 {
    color: #fff !important;
}

.event__link:hover .event__link__small {
    color: #fff !important;
}

.event__link:hover .event__link-icon {
    fill: #fff;
}

.event__link-foot {
    border: 10px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -5px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.event__day {
    font-family: "ALS Wagon";
    font-weight: 900;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.event__time2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.event__time3 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.event__location2 {
    color: #6e6f71;
}

.event__location2:not(:last-child) {
    margin-bottom: 20px;
}

.event__location3 {
    color: #989eaa !important;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    display: block;
}

.event__location3:not(:last-child) {
    margin-bottom: 25px;
}

.event__location3-icon {
    fill: #989eaa;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 6px;
}

.event__member-name2 {
    font-size: 14px;
    margin: 8px 0 6px;
}

.event__member-name2__margin0 {
    margin: 0;
}

.event__member-name3 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
    color: #fff;
}

.event__member-img__static {
    position: static;
    margin: 0 auto 20px;
}

.event__member-img-cont2 {
    position: relative;
    margin-bottom: 15px;
}

.event__member-img-cont2:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.event__text2 {
    font-size: 14px;
    line-height: 20px;
    font-family: "ALS Wagon";
    font-weight: 900;
    color: #fff;
}

.event__text3 {
    font-size: 12px;
    line-height: 20px;
    color: #9fa5b2;
}

.event__text3-white {
    color: #fff;
}

.event__text4 {
    font-size: 10px;
    line-height: 14px;
    color: #9fa5b2;
}

.event__marker {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    font-family: "ALS Wagon";
    font-weight: 900;
    color: #000;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: #aab2c9;
    border-radius: 3px;
}

.event__marker:last-child {
    margin-right: 0;
}

.event__marker-list {
    line-height: 16px;
    margin: 12px 0;
}

.event__marker-list__margin0 {
    margin: 0;
}

.event__marker-list__small {
    margin: 10px 0;
}

.event__marker-list__small2 {
    margin: 5px 0;
}

.event__marker-list:last-child {
    margin-bottom: 0;
}

.event__more {
    display: inline-block;
    vertical-align: baseline;
    width: 12px;
    height: 6px;
    position: relative;
    margin: 0 0 2px 3px;
}

.event__more__small {
    margin: 0 0 1px 2px;
}

.event__more:before,
.event__more:after {
    background: #9fa5b2;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    content: '';
}

.event__more:before {
    left: 0;
}

.event__more:after {
    right: 0;
}

.event__buttonts__line {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.event__buttonts__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 5px 2px;
    text-align: center;
}

.event__buttonts__btn.btn__red:hover {
    border: 1px solid #1b3d83;
    background: #1b3d83;
    color: #fff;
}

a.event__location3 {
    text-decoration: underline;
}

a.event__location3:hover {
    text-decoration: none;
}

.event-small__line {
    height: 5px;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
}

.event-small__line__color1 {
    background: #1b75bb;
}

.event-small__line__color2 {
    background: #ee1c25;
}

.event-small__line__color3:after {
    content: '';
    width: 50%;
    background: #7faf21;
    position: absolute;
    right: 0;
    height: 5px;
}

.event-small__img {
    max-width: 80%;
    position: absolute;
    max-height: 80%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -100;
    opacity: 0.2;
}

.event-small__result {
    font-size: 34px;
    line-height: 32px;
    text-align: center;
    position: relative;
    z-index: 100;
    color: #000;
    font-family: "ALS Wagon";
    font-weight: 900;
}

.event-small__result__gray {
    color: #626c81;
}

.event-small__result-icon {
    fill: #626c81;
    opacity: 0.8;
}

.event-small__result-icon__reverse {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.event-small__result-icon-cont {
    text-align: center;
    line-height: 16px;
}

.event-small__time {
    color: #626c81;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    font-family: "ALS Wagon";
    font-weight: 700;
}

.event-small__time-icon {
    fill: #626c81;
    margin-top: -2px;
}

.legend {
    text-align: center;
    margin: 46px 0 43px;
    line-height: 20px;
}

.legend2 {
    margin: 8px 0;
}

.legend__item {
    color: #989eaa;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.5px;
    margin: 0 6px;
}

.legend__item-icon {
    width: 9px;
    height: 9px;
    display: inline-block;
    vertical-align: baseline;
}

.legend__item-icon__blue {
    background: #1b75bb;
}

.legend__item-icon__red {
    background: #ee1c25;
}

.legend__item-icon__green {
    background: #7faf21;
}

.medialib {
    position: relative;
}

.medialib__outer {
    overflow: hidden;
    margin: 40px -15px;
}

.medialib__text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

.medialib__text__fullheight {
    bottom: 0;
}

.medialib__text-inner {
    -webkit-box-shadow: 0 0 40px 20px #0b1330;
    box-shadow: 0 0 40px 20px #0b1330;
    background: #0b1330;
}

.medialib__center {
    top: 50%;
    left: 0;
    right: 0;
    position: absolute;
    cursor: -webkit-grab;
}

.medialib__center.grab {
    cursor: -webkit-grabbing;
}

.medialib__top,
.medialib__bottom {
    position: absolute;
    left: 0;
    right: 0;
}

.medialib__top {
    bottom: 100%;
}

.medialib__top .medialib__item:last-child {
    margin-bottom: 0;
}

.medialib__bottom {
    top: 0%;
}

.medialib__bottom .medialib__item:first-child {
    margin-top: 0;
}

.medialib__table {
    display: table;
    width: 100%;
    margin: 15px 0;
    table-layout: fixed;
}

.medialib__table-col {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
}

.medialib__table-col__bottom {
    vertical-align: bottom;
}

.medialib__img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.medialib__item {
    margin: 30px 0;
    display: block;
    position: relative;
    overflow: hidden;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.medialib__item-overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 100;
}

.medialib__item-desk {
    position: absolute;
    bottom: -100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    font-size: 12px;
    line-height: 18px;
    left: 0;
    right: 0;
    padding: 8px 13px;
    height: 100%;
    z-index: 200;
    bottom: 0;
    opacity: 1;
}

.medialib__item-desk-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    fill: #fff;
}

.medialib__slider {
    margin-bottom: 0;
    padding: 0 40px 0;
}

.medialib__slider .slick-list {
    overflow: visible;
}

.medialib__slider .slick-current .medialib__slider-text {
    opacity: 1;
}

.medialib__slider .slick-current.medialib__slider-item {
    opacity: 1;
}

.medialib__slider-item {
    padding: 0 5px;
    opacity: 0.75;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.medialib__slider-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.medialib__slider-img-outer {
    width: auto;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
    max-width: none;
    margin: 0;
    position: relative;
}

.medialib__slider-text {
    font-family: "ALS Wagon";
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.stat-bl {
    margin-bottom: 20px;
}

.stat-bl__outer {
    margin: 40px 0 64px;
}

.stat-bl__row {
    font-size: 14px;
    line-height: 24px;
    background: #1d4186;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(197, 192, 173, 0.2);
}

.stat-bl__row:last-child {
    border-bottom: none;
}

.stat-bl__top {
    background: #fff;
    border-bottom: none;
}

.stat-bl__top * {
    color: #000 !important;
}

.stat-bl__font1 {
    font-family: "ALS Wagon";
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-string {
    width: 100%;
}

.news-string__outer {
    margin: 20px 0;
    position: relative;
    z-index: 200;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news-string__outer__row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.news-string__outer__margin0 {
    margin: 0 !important;
}

.news-string__item {
    position: relative;
    overflow: hidden;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

.news-string__item:hover .news-string__item-icon-cont {
    top: 0;
}

.news-string__item:hover .news-string__item-img-cont:before {
    top: 0;
}

.news-string__item:hover .news-string__item-name {
    color: #ee1c25;
}

.news-string__item-img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.news-string__item-img-cont {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.news-string__item-img-cont:before {
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
    content: ''; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(11, 19, 48, 0) 0%, #0b1330 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 19, 48, 0)), to(#0b1330));
    background: -o-linear-gradient(top, rgba(11, 19, 48, 0) 0%, #0b1330 100%);
    background: linear-gradient(to bottom, rgba(11, 19, 48, 0) 0%, #0b1330 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.news-string__item-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
}

.news-string__item-bg:before {
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
    content: ''; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(11, 19, 48, 0) 0%, #0b1330 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 19, 48, 0)), to(#0b1330));
    background: -o-linear-gradient(top, rgba(11, 19, 48, 0) 0%, #0b1330 100%);
    background: linear-gradient(to bottom, rgba(11, 19, 48, 0) 0%, #0b1330 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.news-string__item-icon {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    fill: #fff;
    position: absolute;
}

.news-string__item-icon-cont {
    position: absolute;
    left: auto;
    right: 0;
    width: 80px;
    height: 100%;
    top: 100%;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    display: none;
}

.news-string__item-text {
    left: 0;
    top: 0;
    bottom: 0;
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news-string__item-date {
    font-family: "ALS Wagon";
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    color: #b4b5bc;
}

.news-string__item-name {
    color: #fff;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.news-string__all {
    color: #676f7f;
    font-size: 10px;
    line-height: 12px;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    text-transform: uppercase;
    text-decoration: none;
}

.news-string__all-icon {
    border: 4px solid transparent;
    border-left: 4px solid #676f7f;
    display: inline-block;
    vertical-align: baseline;
    width: 0;
    height: 0;
    margin-right: 4px;
}

.blue-bl {
    background: #0b1330;
    position: relative;
    padding: 15px 0;
    background-repeat: no-repeat;
}

.blue-bl__top {
    margin-top: -20px;
}

.blue-bl__top0 {
    padding-top: 0;
}

.blue-bl__to-top {
    margin-top: -20px;
}

.blue-bl__to-top2 {
    margin-top: -20px;
}

.blue-bl__top2 {
    padding-top: 0;
    margin-top: -45px;
}

.blue-bl__bottom {
    margin-bottom: -245px;
    padding-bottom: 280px;
}

.blue-bl__to-footer {
    margin-bottom: -40px;
    padding-bottom: 40px !important;
}

.blue-bl__bottom0 {
    padding-bottom: 0;
}

.blue-bl__pic {
    background-position: center;
    background-size: cover;
}

.blue-bl__pic:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    opacity: 0.2;
    background-size: cover;
}

.blue-bl__fill:before {
    background-image: url("../img/clouds.png") !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    background-size: 100% 100%;
}

.blue-bl__pattern {
    background-image: url("../img/bg-pattern__blue.png") !important;
    background-repeat: repeat;
}

.blue-bl__pattern:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 200px; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0b1330 0%, #0b1330 30%, rgba(11, 19, 48, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#0b1330), color-stop(30%, #0b1330), to(rgba(11, 19, 48, 0)));
    background: -o-linear-gradient(top, #0b1330 0%, #0b1330 30%, rgba(11, 19, 48, 0) 100%);
    background: linear-gradient(to bottom, #0b1330 0%, #0b1330 30%, rgba(11, 19, 48, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 100;
}

.blue-bl__pattern:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: 200px; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(11, 19, 48, 0) 0%, #0b1330 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 19, 48, 0)), to(#0b1330));
    background: -o-linear-gradient(top, rgba(11, 19, 48, 0) 0%, #0b1330 100%);
    background: linear-gradient(to bottom, rgba(11, 19, 48, 0) 0%, #0b1330 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 100;
}

.blue-bl__pattern-inner {
    position: relative;
    z-index: 300;
}

.blue-bl__lights:before {
    background-image: url("../img/lights.jpg") !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
}

.blue-bl__lights__xs:before {
    top: -30px !important;
    left: -15px;
    right: -15px;
    height: auto !important;
    background-image: url("../img/lights__xs.jpg") !important;
    content: '';
}

.blue-bl__grad { /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0b1330 0%, rgba(11, 19, 48, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#0b1330), to(rgba(11, 19, 48, 0)));
    background: -o-linear-gradient(top, #0b1330 0%, rgba(11, 19, 48, 0) 100%);
    background: linear-gradient(to bottom, #0b1330 0%, rgba(11, 19, 48, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.blue-bl__inner {
    position: relative;
    z-index: 100;
}

.company {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    display: block;
    text-decoration: none;
}

.company:hover .company__name {
    color: #1b3d83;
}

.company:hover .company__text {
    color: #000;
}

.company__logo {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px;
}

.company__status {
    font-size: 22px;
    line-height: 32px;
    color: #bdc1cc;
    margin-bottom: 15px;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.company__name {
    font-size: 17px;
    line-height: 24px;
    font-family: "ALS Wagon";
    font-weight: 900;
    margin-bottom: 10px;
    color: #7b8392;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.company__text {
    font-size: 15px;
    line-height: 24px;
    color: #7b8392;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.contact-bl {
    margin-top: 10px;
    display: block;
}

.contact-bl__link {
    position: relative;
    padding-left: 25px;
    text-decoration: none;
    color: #000;
}

.contact-bl__link-icon {
    position: absolute;
    left: 0;
    top: 4px;
    fill: #b6c2d9;
}

.contact-bl__line {
    position: relative;
    padding-left: 25px;
    color: #000;
}

.contact-bl__line-link {
    text-decoration: none;
    color: #000;
}

.contact-bl__line-icon {
    position: absolute;
    left: 0;
    top: 6px;
    fill: #b6c2d9;
}

.contact-bl__item:not(:last-child) {
    margin-bottom: 20px;
}

.main-slider {
    z-index: 100;
    margin-top: -15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.main-slider__img {
    opacity: 0.75;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
}

.main-slider__text {
    min-height: calc( 100vh - 132px);
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    position: relative;
    z-index: 300;
}

.main-slider__text > .container-fluid {
    width: 100%;
}

.main-slider__item {
    position: relative;
}

.main-slider__item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 200px; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0b1330 0%, rgba(11, 19, 48, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#0b1330), to(rgba(11, 19, 48, 0)));
    background: -o-linear-gradient(top, #0b1330 0%, rgba(11, 19, 48, 0) 100%);
    background: linear-gradient(to bottom, #0b1330 0%, rgba(11, 19, 48, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 200;
}

.main-slider__item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: 200px; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(11, 19, 48, 0) 0%, #0b1330 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 19, 48, 0)), to(#0b1330));
    background: -o-linear-gradient(top, rgba(11, 19, 48, 0) 0%, #0b1330 100%);
    background: linear-gradient(to bottom, rgba(11, 19, 48, 0) 0%, #0b1330 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 200;
}

.main-slider .slick-arrow {
    z-index: 200;
}

.main-slider .slick-arrow.slick-prev {
    left: 0;
}

.main-slider .slick-arrow.slick-prev:before {
    border-right: 10px solid #b9becf;
}

.main-slider .slick-arrow.slick-next {
    right: 0;
}

.main-slider .slick-arrow.slick-next:before {
    border-left: 10px solid #b9becf;
}

.main-slider .slick-dots {
    bottom: 7px;
}

.stat-diagramm {
    margin-bottom: 75px;
}

.stat-diagramm__outer {
    display: inline-block;
    vertical-align: top;
}

.stat-diagramm__bl {
    display: block;
    width: 70px;
    height: 140px;
    position: relative;
    float: left;
    margin-right: 20px;
}

.stat-diagramm__radial {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.stat-diagramm__radial:before {
    width: 200%;
    height: 100%;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 24px solid #d6d9e2;
    border-radius: 50%;
    content: '';
    left: 0;
}

.stat-diagramm__radial-inner {
    width: 200%;
    height: 100%;
    position: absolute;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: 200;
}

.stat-diagramm__description {
    float: left;
}

.stat-diagramm__description:not(:last-child) {
    margin-bottom: 40px;
}

.stat-diagramm__name {
    font-family: "ALS Wagon";
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #1b3d83;
}

.stat-diagramm__name2 {
    font-family: "ALS Wagon";
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 27px;
}

.stat-diagramm__percent {
    font-family: "ALS Wagon";
    font-weight: 900;
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 13px;
    color: #ee1c25;
}

.stat-diagramm__text {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #8a93af;
}

.stat-diagramm__item:not(:last-child) {
    margin-bottom: 20px;
}

.stat-diagramm__item-title {
    font-size: 18px;
    line-height: 18px;
    font-family: "ALS Wagon";
    font-weight: 900;
}

.stat-diagramm__item-text {
    font-size: 12px;
    line-height: 18px;
}

.stat-diagramm__item-text__blue {
    color: #00aeee;
}

.stat-diagramm__item-text__red {
    color: #ec1b16;
}

.black .stat-diagramm__name,
.blue .stat-diagramm__name {
    color: #fff;
}

.black .stat-diagramm__name2,
.blue .stat-diagramm__name2 {
    color: #fff;
}

.black .stat-diagramm__percent,
.blue .stat-diagramm__percent {
    color: #fff;
}

.black .stat-diagramm__text,
.blue .stat-diagramm__text {
    color: #8a93af;
}

.black .stat-diagramm__item-title,
.blue .stat-diagramm__item-title {
    color: #fff;
}

.stat-string {
    display: table;
    margin-bottom: 0;
    text-align: left;
}

.stat-string__outer {
    display: inline-block;
    vertical-align: top;
}

.stat-string2 {
    margin-top: 30px;
    margin-bottom: 60px;
}

.stat-string__item {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
}

.stat-string__item__padding {
    padding-right: 15px;
}

.stat-string__font1 {
    font-family: "ALS Wagon";
    font-weight: 900;
    font-size: 36px;
    line-height: 34px;
    color: #ee1c25;
}

.stat-string__font2 {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #1b3d83;
}

.stat-string__font3 {
    font-family: "ALS Wagon";
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
}

.stat-string__font4 {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.stat-string__font5 {
    font-family: "ALS Wagon";
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
}

.black .stat-string__font1,
.black .stat-string__font3,
.black .stat-string__font5,
.blue .stat-string__font1,
.blue .stat-string__font3,
.blue .stat-string__font5 {
    color: #fff;
}

.black .stat-string__font2,
.black .stat-string__font4,
.blue .stat-string__font2,
.blue .stat-string__font4 {
    color: #8a93af;
}

.vote-bl {
    background: #f7f8fd;
    padding: 24px 15px;
    margin: 0 -15px;
}

.vote-bl__simple {
    background: transparent;
    padding: 0;
    margin: 0;
}

.vote-bl__title {
    font-size: 24px;
    line-height: 30px;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 75%;
    margin-bottom: 24px;
}

.vote-bl__title__wide {
    max-width: none;
    padding-right: 0;
    text-align: center;
}

.vote-bl__list {
    margin-bottom: 18px;
}

.vote-bl__list-item {
    width: 100%;
    display: block;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
    line-height: 24px;
}

.vote-bl__list-item__wide {
    width: auto;
}

.vote-bl__small {
    font-size: 11px;
    line-height: 16px;
    margin-top: 26px;
}

label.vote-bl__list-item {
    padding-left: 30px;
    position: relative;
}

.blue .vote-bl {
    color: #fff;
}

.blue .vote-bl__small {
    color: #54586f;
}

.bl-string__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bl-string__item__row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.bl-string__item--xs-margin:not(:last-child) {
    margin-bottom: 36px;
}

.product-list {
    margin: 40px 0 0 0;
}

.product-list__outer {
    background: #fcfcfc url("../img/bg-pattern.png");
    padding: 40px 0;
}

.product-list__title {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}

.product-list__item {
    float: left;
    width: 25%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}

.product-list__item-img {
    display: block;
    margin: 0 auto 12px;
}

.product-list__item-label {
    font-size: 14px;
    line-height: 18px;
    color: #ee1c25;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    min-height: 18px;
    margin-bottom: 8px;
}

.product-list__item-name {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-bottom: 5px;
}

.product-list__item-price {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "ALS Wagon";
    font-weight: 700;
}

.product-list__item-price-icon {
    fill: #ee1c25;
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0 2px;
}

.person-big {
    overflow: hidden;
    padding: 30px 15px;
}

.person-big:after {
    height: 50%;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    content: '';
    position: absolute; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(11, 19, 48, 0) 0%, #0b1330 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 19, 48, 0)), to(#0b1330));
    background: -o-linear-gradient(top, rgba(11, 19, 48, 0) 0%, #0b1330 100%);
    background: linear-gradient(to bottom, rgba(11, 19, 48, 0) 0%, #0b1330 100%);
    z-index: 200;
}

.person-big2 {
    text-align: center;
    padding: 30px 0px;
}

.person-big2:after {
    content: none;
}

.person-big__slider {
    margin: 0 0 -40px !important;
    padding-bottom: 0;
}

.person-big__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.person-big__slider .slick-arrow {
    display: none !important;
}

.person-big__slider .slick-slide {
    height: auto;
}

.person-big__slider .slick-dots {
    bottom: 16px;
}

.person-big__slider .slick-dots li.slick-active button {
    background: #fff;
}

.person-big .wrapper {
    height: 100%;
    position: relative;
    z-index: 300;
}

.person-big__title {
    font-size: 24px;
    line-height: 26px;
    margin-top: 0;
}

.person-big__num {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 14px;
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 28px;
    text-transform: uppercase;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    text-shadow: -3px -3px 0px #1a458b, -3px 3px 0px #1a458b, 3px -3px 0px #1a458b, 3px 3px 0px #1a458b;
}

.person-big__num2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 8px;
}

.person-big__name {
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px;
}

.person-big__status {
    font-family: "ALS Wagon";
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}

.person-big__status2 {
    color: #8a93af;
    font-size: 12px;
    letter-spacing: 0;
    font-family: "ALS Wagon";
    font-weight: 900;
    margin-bottom: 0;
}

.person-big__all {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 18px;
    margin-bottom: 40px !important;
}

.person-big__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.person-big__list-title {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-family: "ALS Wagon";
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
}

.person-big__list-item {
    position: relative;
    padding: 6px 0;
    width: 50%;
}

.person-big__list-item__xs-wide {
    width: 100%;
    margin-bottom: 12px;
}

.person-big__img {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: 200;
    max-width: 100%;
    max-height: 100%;
    left: 100%;
    margin-left: -70%;
}

.person-big__img__wide {
    max-width: none;
}

.person-big__img__top {
    top: 48px;
    bottom: auto;
    max-width: none;
}

.person-big__img-outer {
    position: relative;
}

.person-big__img-outer:after {
    height: 50%;
    left: -15px;
    right: -15px;
    top: auto;
    bottom: 0;
    content: '';
    position: absolute;
    background: -webkit-linear-gradient(top, rgba(11, 19, 48, 0) 0%, #0b1330 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 19, 48, 0)), to(#0b1330));
    background: -o-linear-gradient(top, rgba(11, 19, 48, 0) 0%, #0b1330 100%);
    background: linear-gradient(to bottom, rgba(11, 19, 48, 0) 0%, #0b1330 100%);
    z-index: 300;
}

.person-big__text {
    position: relative;
    z-index: 400;
}

.procurement {
    margin-bottom: 110px;
}

.procurement__title {
    padding: 0 20px;
}

.procurement__flags {
    width: 100%;
    text-align: center;
}

.procurement__flags-item {
    display: inline-block;
    padding: 0 14px;
    line-height: 20px;
    font-size: 11px;
    color: #434343;
    border: 1px solid #d6d7da;
    text-transform: uppercase;
}

h1 ~ .procurement__flags,
.h1 ~ .procurement__flags {
    margin-bottom: 47px;
}

.h4 ~ .procurement__flags {
    margin: 0;
}

.procurement-info {
    margin: 34px 0 113px;
}

.procurement-info__item {
    width: 50%;
    float: left;
}

.procurement-info__line:not(:first-of-type) {
    margin: 8px 0;
}

.procurement-info__line-header {
    font-family: "ALS Wagon";
    font-weight: 700;
    float: left;
    width: 47%;
    padding-right: 3%;
    margin: 0;
    line-height: inherit;
}

.procurement-info__line-value {
    float: left;
    width: 47%;
    padding-right: 3%;
}

.procurement-info__docs {
    margin-top: 6px;
}

.reviews {
    margin-top: 30px;
}

.reviews__item:not(:first-of-type) {
    border-top: 1px solid #e7e9ed;
    padding-top: 22px;
    margin-top: 22px;
}

.reviews__name {
    font-family: "ALS Wagon";
    font-weight: 700;
    margin-bottom: 6px;
    display: inline-block;
    float: left;
}

.reviews__name--answer {
    color: #1b3d83;
}

.reviews__date {
    font-size: 12px;
    display: inline-block;
    float: right;
    color: #7b8392;
}

.reviews__answer {
    margin: 22px 0 0 45px;
}

.reviews__answer-ico {
    background: #e7e9ed;
    width: 29px;
    height: 29px;
    position: absolute;
    left: 15px;
}

.reviews__answer-ico:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 5px;
    left: 8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #fff;
}

.reviews__answer-ico:after {
    content: '';
    position: absolute;
    left: 11px;
    bottom: 8px;
    width: 9px;
    height: 9px;
    border-bottom: solid 2px #fff;
    border-left: solid 3px #fff;
}

.give-feedback__form {
    background: #fff;
    padding: 30px 15px;
}

.give-feedback__regulations {
    margin-top: 40px;
}

.cheer-main-foto {
    position: relative;
}

.cheer-main-foto__title {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(#0b1330), color-stop(18%, rgba(11, 19, 48, 0.81)), color-stop(30%, rgba(11, 19, 48, 0)));
    background: -webkit-linear-gradient(top, #0b1330 0%, rgba(11, 19, 48, 0.81) 18%, rgba(11, 19, 48, 0) 30%);
    background: -o-linear-gradient(top, #0b1330 0%, rgba(11, 19, 48, 0.81) 18%, rgba(11, 19, 48, 0) 30%);
    background: linear-gradient(to bottom, #0b1330 0%, rgba(11, 19, 48, 0.81) 18%, rgba(11, 19, 48, 0) 30%);
    position: absolute;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    padding-top: 100px;
    font-size: 36px;
    line-height: 47px;
    color: #fff;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
}

.cheer-main-foto__img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.social-cheerleading {
    background: url("../media/bg-soc-cheerleading.jpg") #1b3d83 0 0 no-repeat;
    margin: 0 auto;
    padding: 25px 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.social-cheerleading__text {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    text-align: center;
}

.social-cheerleading__icons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.social-cheerleading__icons-item {
    border: 2px solid rgba(255, 255, 255, 0.4);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(11, 19, 48, 0.4);
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-cheerleading__icons-item:not(:last-child) {
    margin-right: 10px;
}

.social-cheerleading__icons-item:hover {
    background-color: rgba(11, 19, 48, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
}

.social-cheerleading__icons-image {
    fill: #fff;
    position: relative;
}

.social-cheerleading__icons-image--fb {
    width: 20px;
    height: 20px;
}

.social-cheerleading__icons-image--vk {
    width: 20px;
    height: 20px;
}

.person-cards {
    margin: 78px 0 20px 0;
}

.person-cards__item {
    margin-bottom: 40px;
}

.person-cards__decr {
    text-align: center;
}

.person-cards__image-wrap {
    margin-bottom: 20px;
}

.person-cards__image {
    width: 100%;
    max-width: 100%;
}

.person-cards__name {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.person-cards__position {
    font: normal 10px/15px "ALS Wagon";
    text-transform: uppercase;
    color: #676f7f;
}

.popup {
    padding: 26px 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup__wide {
    width: 100%;
}

.popup p:last-of-type {
    margin-bottom: 0;
}

.popup-ico__all-right {
    width: 48px;
    height: 48px;
    background-color: red;
    border-radius: 50%;
    position: relative;
    margin-bottom: 10px;
}

.popup-ico__all-right:after {
    content: '';
    position: absolute;
    left: 11px;
    top: 8px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    width: 30px;
    height: 13px;
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 100;
}

.popup-ico {
    width: 48px;
    height: 48px;
    background-color: red;
    border-radius: 50%;
    position: relative;
    margin-bottom: 10px;
}

.popup-ico--error:before,
.popup-ico--error:after {
    content: '';
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 2px);
    width: 30px;
    height: 4px;
    display: block;
    background-color: #fff;
}

.popup-ico--error:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-ico--error:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup__title {
    margin-right: 40px;
    text-align: left !important;
}

.popups {
    display: none;
}

.site-map .site-map__col + .site-map .site-map__col {
    margin-top: 40px;
}

.site-map__section {
    padding: 0;
    margin: 0 0 28px 0;
}

.site-map__section a {
    text-decoration: none;
}

.site-map__section ul {
    padding: 0;
    margin: 0;
}

.site-map__item--1-level a,
.site-map__item--1-level {
    font-family: "ALS Wagon";
    font-weight: 900;
    color: #000;
    margin: 0;
}

.site-map__item--2-level a,
.site-map__item--2-level {
    color: #000;
    margin: 0;
    background: none;
}

.site-map__item--3-level a,
.site-map__item--3-level {
    font: normal 16px/30px "ALS Wagon";
    color: #7b8392;
    margin: 0;
    background: none;
}

.site-map__item--4-level a,
.site-map__item--4-level {
    font: normal 14px/30px "ALS Wagon";
    color: #7b8392;
    margin: 0 0 0 19px;
    background: none;
}

.schedule {
    position: relative;
    margin-left: 46px !important;
    margin-right: 46px !important; /* v 2.0 */ /*  v 1.0 */
}

.schedule:after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #d0d4df;
    position: absolute;
    top: 53px;
    margin-top: -2px;
    z-index: -5;
}

.schedule__wrapper {
    margin: 30px 0;
}

.schedule__item {
    text-align: center;
}

.schedule__item--extreme-left {
    text-align: left;
    width: 30%;
}

.schedule__item--extreme-left .schedule__date:after {
    margin: 16px 0 19px;
}

.schedule__item--extreme-right {
    text-align: right;
    width: 30%;
}

.schedule__item--extreme-right .schedule__date:after {
    position: relative;
    margin: 16px 0 19px 100%;
    right: 13px;
}

.schedule__date {
    font-size: 25px;
    line-height: 30px;
    color: #1b3d83;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
}

.schedule__date:after {
    content: '';
    display: block;
    background-color: #b9becf;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    margin: 16px auto 19px;
}

.schedule__description {
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #7b8392;
    font-family: "ALS Wagon";
}

.schedule__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0;
}

.schedule__line::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 4px;
    background-color: #e1e6ef;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.schedule__point {
    width: 13px;
    height: 13px;
    background-color: #e1e6ef;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
}

.schedule__point::before {
    content: attr(data-time);
    position: relative;
    bottom: 16px;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 29px;
    width: 145px;
    position: absolute;
    font-size: 25px;
    line-height: 30px;
    color: #1b3d83;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    text-align: center;
}

.schedule__point::after {
    content: attr(data-description);
    position: relative;
    bottom: 16px;
    left: 0;
    top: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 145px;
    position: absolute;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #7b8392;
    font-family: "ALS Wagon";
    text-align: center;
}

.schedule__point:first-of-type::before,
.schedule__point:first-of-type::after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
}

.schedule__point:last-of-type::before,
.schedule__point:last-of-type::after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: initial;
    right: 0;
    text-align: right;
}

.schedule__arrow {
    width: 10px;
    height: 10px;
    border-left: 2px solid #d0d4df;
    border-bottom: 2px solid #d0d4df;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.schedule__arrow--left {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 5px;
}

.schedule__arrow--right {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 5px;
}

.schedule__arrow-outer {
    top: 2px;
    bottom: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #d0d4df;
    border-radius: 50%;
    position: absolute;
    margin: 34px auto 0;
}

.schedule__arrow-outer--left {
    left: -45px;
}

.schedule__arrow-outer--right {
    right: -45px;
}

.schedule__arrow-outer.disabled {
    opacity: 0.5;
    cursor: default;
}

.schedule .slick-arrow.slick-disabled {
    opacity: 0.5;
}

.members-list {
    margin-top: 25px;
    margin-bottom: 27px;
    -webkit-columns: 50%;
    -moz-columns: 50%;
    columns: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 452px;
}

.members-list__item {
    width: 50%;
    margin-bottom: 42px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.members-list__item:nth-of-type(n+9) {
    opacity: 0.5;
}

.members-list__item:nth-of-type(n+9):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.members-list__photo {
    width: 71px;
    height: 71px;
    border-radius: 50%;
    background: url("../img/default-member.jpg") 0 0 no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-right: 30px;
}

.members-list__photo-img {
    opacity: 0;
}

.drop-down-blocks {
    background-color: #fff;
}

.drop-down-blocks__item {
    border-top: 1px solid #e1e6ef;
    padding: 20px 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.drop-down-blocks__item:last-of-type {
    border-bottom: 1px solid #e1e6ef;
}

.drop-down-blocks__item--open .drop-down-blocks__header:after {
    opacity: 0;
}

.drop-down-blocks__item--open .drop-down-blocks__header:before {
    background-color: #ee1c25;
}

.drop-down-blocks__item--open .drop-down-blocks__description {
    max-height: 1000px;
}

.drop-down-blocks__item--open .drop-down-blocks__description:after {
    opacity: 0;
}

.drop-down-blocks__header {
    font: normal 30px/30px "ALS Wagon Condensed Black";
    text-transform: uppercase;
    color: #1b3d83;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin-bottom: 10px;
}

.drop-down-blocks__header:before,
.drop-down-blocks__header:after {
    content: '';
    position: absolute;
    background-color: #e1e6ef;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.drop-down-blocks__header:before {
    right: 10px;
    top: 16px;
    width: 24px;
    height: 2px;
}

.drop-down-blocks__header:after {
    right: 21px;
    top: 5px;
    height: 24px;
    width: 2px;
    opacity: 1;
}

.drop-down-blocks__description {
    overflow: hidden;
    position: relative;
    max-height: 50px;
    -webkit-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
}

.drop-down-blocks__description:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 25px;
    left: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-15%, white), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, white -15%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(bottom, white -15%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to top, white -15%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    -webkit-transition: max-height .3s;
    -o-transition: max-height .3s;
    transition: max-height .3s;
}

.columns-2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.promo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -100;
    height: calc(100vh - 87px);
    margin-top: 87px;
    min-height: 684px;
    background-size: cover;
}

.promo__image {
    min-width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section--white {
    background-color: #fff;
}

.section--dark {
    background-color: #0b1330;
    color: #fff;
}

.section--offset {
    padding: 30px 0;
}

.section__to-footer {
    margin-bottom: -40px;
    padding-bottom: 40px !important;
}

.head-banner {
    height: calc( 100vh - 137px);
    min-height: 400px;
}

.head-banner__title {
    font-size: 58px;
    line-height: 58px;
    color: #fff;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    margin-bottom: 37px;
}

.pic-bl {
    position: relative;
    background: url("../img/bg-ice.jpg");
}

.pic-bl__to-footer {
    margin-bottom: -221px;
    padding-bottom: 221px;
    padding-top: 55px;
}

.social-post {
    height: 185px;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.social-post__big {
    height: 450px;
    margin-bottom: 40px;
}

.social-post__list {
    margin-bottom: -30px;
}

.social-post__src {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 22px;
    bottom: 22px;
    border-radius: 50%;
    z-index: 100;
}

.social-post__src__vk {
    background: #587a9f;
}

.social-post__src__yt {
    background: #e52d27;
}

.social-post__src__inst {
    background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    background: -o-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}

.social-post__src__fb {
    background: #496194;
}

.social-post__src-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    fill: #fff;
}

.social-post__btn {
    position: absolute;
    right: 22px;
    bottom: 22px;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 10px;
    background: #fff;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    color: #1b3d83;
    z-index: 100;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.social-post__btn__border {
    padding: 2px 9px;
    border: 1px solid #e4e8ef;
}

.social-post__btn:hover {
    background: #1b3d83;
    color: #fff;
}

.social-post__element {
    height: 100%;
    width: 100%;
}

.social-post__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    background-size: cover !important;
}

#vk_groups {
    width: 100%;
}

.social-links__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.social-links__link {
    background: rgba(27, 61, 131, 0.3);
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: block;
    position: relative;
}

.social-links__link-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    fill: #fff;
    opacity: 0.5;
}

.social-links__link:hover .social-links__link-icon {
    opacity: 1;
}

.social-links__link__inst:hover {
    background: #004879;
}

.social-links__link__tw:hover {
    background: #53a8e9;
}

.social-links__link__yt:hover {
    background: #e52d27;
}

.social-links__link__fb:hover {
    background: #496194;
}

.social-links__link__vk:hover {
    background: #587a9f;
}

.calendar {
    position: relative;
    height: 115px;
    overflow: hidden;
    margin-top: 70px;
}

.calendar--small .calendar__line-list-item-inner {
    height: 75px;
}

.calendar__line {
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.calendar__line-item {
    float: left;
}

.calendar__inner {
    overflow: hidden;
    margin-left: 25px;
    margin-right: 25px;
}

.calendar:before {
    content: '';
    border-bottom: 1px solid #b9becf;
    left: -35px;
    right: -35px;
    position: absolute;
    top: 47px;
}

.calendar__wrapper {
    position: relative;
}

.calendar-arrow {
    text-decoration: none;
    background: none;
    width: 120px;
    height: 18px;
    position: absolute;
    margin: auto;
    top: auto;
    bottom: 140px;
    border: none;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
}

.calendar-arrow:before {
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    margin: auto;
    top: 0;
    bottom: 0;
}

.calendar-arrow__prev {
    left: 15px;
    padding-left: 20px;
}

.calendar-arrow__prev:before {
    border: 6px solid transparent;
    border-right: 6px solid #b9becf;
    left: -5px;
}

.calendar-arrow__next {
    right: 15px;
    padding-right: 20px;
}

.calendar-arrow__next:before {
    border: 6px solid transparent;
    border-left: 6px solid #b9becf;
    right: -5px;
}

.calendar__outer {
    padding-top: 0;
}

.calendar__title {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 1px;
}

.calendar__all {
    color: #a4aab6 !important;
    font-size: 13px;
    line-height: 20px;
    font-family: "ALS Wagon";
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 12px 0;
}

.calendar__all-icon {
    fill: #a4aab6;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 4px;
}

.calendar__line {
    position: relative;
    left: 0;
}

.calendar__line-list-item {
    width: 0px;
    float: left;
    display: block;
    height: 115px;
    position: relative;
    cursor: default;
}

.calendar__line-list-item.found:not(.active) {
    cursor: pointer;
}

.calendar__line-list-item.active .calendar__line-list-item-inner {
    background: #1b3d83;
}

.calendar__line-list-item.active .calendar__line-list-item-num {
    color: #000;
    background: rgba(255, 255, 255, 0.9);
    opacity: 1;
}

.calendar__line-list-item.active .calendar__line-list-item-text {
    color: #fff;
}

.calendar__line-list-item-inner {
    height: 115px;
    width: 50px;
    margin: 0 auto;
}

.calendar__line-list-item-num {
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    color: #1b3d83;
    font-size: 36px;
    line-height: 30px;
    text-align: center;
    padding: 8px 10px;
    opacity: 0.9;
}

.calendar__line-list-item-line {
    height: 3px;
    position: relative;
}

.calendar__line-list-item-line__color1 {
    background: #1b75bb;
}

.calendar__line-list-item-line__color2 {
    background: #ee1c25;
}

.calendar__line-list-item-line__color3:after {
    content: '';
    width: 50%;
    background: #7faf21;
    position: absolute;
    right: 0;
    height: 3px;
}

.calendar__line-list-item-text {
    line-height: 24px;
    text-align: center;
    padding-top: 3px;
    font-size: 18px;
    text-transform: uppercase;
}

.calendar__line-list-item-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
}

.calendar__line-list-item-logo-cont {
    height: 39px;
    position: relative;
}

.calendar__line-center {
    position: relative;
    height: 115px;
    width: 0;
    left: 50%;
}

.calendar__month {
    position: absolute;
    width: 25px;
    position: absolute;
    top: 23px;
    color: #fff;
    opacity: 0.4;
    font-size: 10px;
    line-height: 20px;
}

.calendar__month__start {
    left: 0;
    text-align: left;
}

.calendar__month__end {
    right: 0;
    text-align: right;
}

.blue .calendar:before {
    border-bottom: 1px dotted #fff;
}

.blue .calendar-arrow__prev:before {
    border-right-color: #fff;
}

.blue .calendar-arrow__next:before {
    border-left-color: #fff;
}

.blue .calendar__line-list-item.active .calendar__line-list-item-inner {
    background: #1b3d83;
}

.blue .calendar__line-list-item.active .calendar__line-list-item-num {
    color: #000;
    background: #fff;
}

.blue .calendar__line-list-item-num {
    color: #ffffff;
}

.blue .calendar__line-list-item-text {
    color: #fff;
}

.blue .calendar__month {
    color: #fff;
}

.notification {
    background: #1b3d83;
    color: #fff;
    font-family: "ALS Wagon";
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.notification a {
    color: #fff;
}

.form:not(:last-child) {
    margin-bottom: 40px;
}

.form__row {
    line-height: 24px;
}

.form__row:not(:last-child) {
    margin-bottom: 26px;
}

.form__row-name {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-family: "ALS Wagon";
    font-weight: 700;
    margin-bottom: 12px;
}

.form__input {
    color: #000;
    border: 1px solid #b1b4bb;
    font-size: 17px;
    line-height: 24px;
    padding: 10px 40px 10px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fcfcfc;
    outline: 0 !important; /* Firefox 19+ */ /* Firefox 18- */
}

.form__input::-webkit-input-placeholder {
    color: #b3bbcf;
}

.form__input::-moz-placeholder {
    color: #b3bbcf;
}

.form__input:-moz-placeholder {
    color: #b3bbcf;
}

.form__input:-ms-input-placeholder {
    color: #b3bbcf;
}

.form__input__fixed1 {
    width: 63px;
    padding-right: 10px;
}

.form__input__fixed2 {
    width: 67px;
    padding-right: 10px;
}

.form__input-outer {
    position: relative;
}

.form__input-star {
    position: absolute;
    color: #ee1c25;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 50px;
    width: 30px;
    text-align: center;
    font-family: "ALS Wagon";
    font-weight: 700;
}

.form__input-star__small {
    line-height: 26px;
}

.form__input-star__static {
    position: static !important;
    line-height: inherit !important;
    width: auto;
    font-size: inherit;
}

.form__input-star-outer {
    position: absolute;
    right: 15px;
    top: 0;
}

.form__input.error {
    border-color: #ee1c25;
}

.form__radio {
    position: absolute;
    left: 0;
    top: 2px;
}

.form__radio.jq-radio {
    width: 19px;
    height: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b1b4bb;
    margin: 1px 2px 0px 0;
    background: #fcfcfc;
    position: absolute !important;
    left: 0;
}

.form__radio.jq-radio.error {
    border-color: #ee1c25;
}

.form__radio.jq-radio.checked {
    border-color: #ee1c25;
    background: #ee1c25;
}

.form__radio.jq-radio.checked:before {
    content: none;
}

.form__radio.jq-radio.checked:after {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fcfcfc;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
}

.form__select + .form__select {
    margin-left: 6px;
}

.form__select.jq-selectbox.opened:before {
    position: absolute;
    content: '';
    z-index: -100;
    left: 0;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #fff;
}

.form__select.jq-selectbox.opened .jq-selectbox__select-text {
    color: #000 !important;
}

.form__select.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}

.form__select.jq-selectbox .jq-selectbox__select {
    border: 1px solid #b1b4bb;
}

.form__select.jq-selectbox .jq-selectbox__select-text {
    color: #000;
    font-size: 17px;
    line-height: 24px;
    padding: 10px 40px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 80px;
    width: auto !important;
}

.form__select.jq-selectbox .jq-selectbox__trigger {
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.form__select.jq-selectbox .jq-selectbox__trigger-arrow {
    border: 5px solid transparent;
    border-top: 6px solid #b9becf;
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
}

.form__select.jq-selectbox .jq-selectbox__dropdown {
    text-align: left;
    background: #fff;
    top: 45px !important;
    left: 1px;
    right: 1px;
    width: auto !important;
    z-index: 100;
}

.form__select.jq-selectbox .jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
}

.form__select.jq-selectbox .jq-selectbox__dropdown ul li {
    padding-left: 0;
    background: none;
    font-size: 12px;
    line-height: 20px;
    padding: 4px 18px;
    margin-bottom: 0;
}

.form__select.jq-selectbox .jq-selectbox__dropdown ul li:hover {
    background: #ee1c25;
    color: #fff;
}

.form__label {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form__label__left0 {
    padding-left: 0;
}

.form__table__xs {
    display: table;
    width: 100%;
}

.form__table__auto {
    width: auto !important;
    margin-bottom: 16px;
}

.form__table:first-child {
    margin-top: 0;
}

.form__table:last-child {
    margin-bottom: 0;
}

.form__table-col:not(:last-child) {
    margin-bottom: 10px;
}

.form__table-col__xs {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    margin-bottom: 0px;
}

.form__table-col__xs:first-child {
    padding-left: 0;
}

.form__table-col__xs:last-child {
    padding-right: 0;
}

.form__table-col:first-child {
    padding-left: 0;
}

.form__table-col:last-child {
    padding-right: 0;
}

.form__table-col__nowrap {
    white-space: nowrap;
}

.form__table-col__wide {
    width: 100%;
}

.form__checkbox {
    position: absolute;
    left: 0;
    top: 2px;
}

.form__checkbox.jq-checkbox {
    width: 19px;
    height: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b1b4bb;
    margin: 1px 2px 0px 0;
    background: #fcfcfc;
    position: absolute !important;
    left: 0;
}

.form__checkbox.jq-checkbox.error {
    border-color: #ee1c25;
}

.form__checkbox.jq-checkbox.checked {
    border: none;
    background: #ee1c25;
}

.form__checkbox.jq-checkbox.checked:before {
    content: none;
}

.form__checkbox.jq-checkbox.checked:after {
    position: absolute;
    left: 3px;
    top: 3px;
    content: '';
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 12px;
    height: 6px;
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 100;
}

.form__checkbox__rel.jq-checkbox {
    position: relative !important;
}

.form__checkbox--left.jq-checkbox {
    top: 24px;
}

.form__del {
    border-top: 1px solid #e7e9ef;
}

.form__small {
    font-size: 12px;
    line-height: 20px;
    color: #7b8392;
    margin-top: 18px;
}

.form__error {
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px;
    color: #ee1c25;
}

.form__error__top {
    margin-top: 12px;
}

.form__error__top0 {
    margin-top: 0;
}

.form__error-text {
    color: #7b8392;
}

.form__error-outer--left {
    position: absolute;
    top: 0;
    right: 15px;
}

.form__date {
    color: #7b8392;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
}

.form__date-icon {
    fill: #7b8392;
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: -1px;
    margin-right: 4px;
}

.form__occupancy {
    color: #7b8392;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
}

.form__occupancy:first-child {
    margin-left: 0;
}

.form__occupancy-icon {
    fill: #7b8392;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 4px;
}

.form__line {
    left: 0;
    height: 5px;
    background: #ee1c25;
    position: absolute;
}

.form__line-outer {
    background: #e6e8eb;
    height: 5px;
    position: relative;
    margin-bottom: -10px;
}

.form__comment {
    font-size: 12px;
    line-height: 20px;
    color: #7b8392;
}

.form__comment--right {
    margin: 18px 0 0 14px;
    display: inline-block;
}

.form_btn--close {
    position: absolute;
    top: -59px;
    right: -35px;
    width: 20px;
    height: 20px;
}

.form_section-title {
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
    line-height: 24px;
    padding: 11px 0 0 0;
    font-family: "ALS Wagon";
    font-weight: 700;
    margin: 10px 0;
}

.form__response-list {
    display: none;
}

.form__field-title {
    color: #000;
    font-size: 17px;
    line-height: 24px;
    font-family: "ALS Wagon";
    font-weight: 700;
}

.form__response {
    position: relative;
    width: calc(100% - 90px);
    margin-left: 45px;
    margin-bottom: 50px;
}

.form_field-block {
    position: relative;
}

.form__field-block--response {
    margin: 10px 0;
}

h4.form_title--fan-form {
    margin: 33px 0 20px 60px;
}

.js-descr {
    display: none;
}

.js-toggle-descr:hover {
    background-color: rgba(27, 61, 131, 0.1);
}

.btn--fan-delete {
    position: absolute;
    right: -16px;
    top: -7px;
}

.grid {
    position: relative;
    margin: 20px 0;
}

.grid__cup {
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    width: 100px;
    height: 134px;
    margin: 0 auto;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .3;
}

.grid__col {
    min-height: 1px;
    position: relative;
    overflow: hidden;
}

.grid__col:nth-child(1) {
    padding: 10px 0;
    margin-bottom: 20px;
}

.grid__col:nth-child(1):before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}

.grid__col:nth-child(1) .grid__item {
    padding: 0 0 40px;
}

.grid__col:nth-child(1) .grid__item:after {
    bottom: 23px;
    background: #aaa;
}

.grid__col:nth-child(1) .grid__item-name:after {
    left: calc( 100% + 10px);
}

.grid__col:nth-child(1) .grid__result-table {
    bottom: 10px;
}

.grid__col:nth-child(2) .grid__item2 {
    padding-bottom: 40px;
    margin: 0 calc(100%/16);
}

.grid__col:nth-child(2) .grid__item2:after {
    bottom: 23px;
}

.grid__col:nth-child(2) .grid__result-table {
    bottom: 0;
}

.grid__col:nth-child(3) .grid__item3 {
    padding-bottom: 40px;
    margin: 0 calc(100%/8*1.5);
}

.grid__col:nth-child(3) .grid__item3:after {
    bottom: 23px;
    right: 0;
    left: 0;
}

.grid__col:nth-child(3) .grid__result-table {
    bottom: 0;
}

.grid__col:nth-child(5) .grid__item3 {
    padding-top: 40px;
    margin: 0 calc(100%/8*1.5);
}

.grid__col:nth-child(5) .grid__item3:after {
    top: 23px;
    right: 0;
    left: 0;
}

.grid__col:nth-child(5) .grid__result-table {
    top: 0;
}

.grid__col:nth-child(6) .grid__item2 {
    padding-top: 40px;
    margin: 0 calc(100%/16);
}

.grid__col:nth-child(6) .grid__item2:after {
    top: 23px;
}

.grid__col:nth-child(6) .grid__result-table {
    top: 0;
}

.grid__col:nth-child(7) {
    padding: 10px 0;
    margin-top: 20px;
}

.grid__col:nth-child(7):before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}

.grid__col:nth-child(7) .grid__item {
    padding: 40px 0 0;
}

.grid__col:nth-child(7) .grid__item:after {
    top: 23px;
    background: #aaa;
}

.grid__col:nth-child(7) .grid__item-name:after {
    right: calc( 100% + 10px);
}

.grid__col:nth-child(7) .grid__result-table {
    top: 10px;
}

.grid__item {
    padding: 18px 0;
    line-height: 42px;
    overflow: hidden;
    position: relative;
    float: left;
    width: calc(100%/8);
    z-index: 100;
}

.grid__item:after {
    height: 10px;
    background: #cfd6e4;
    width: 1px;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
}

.grid__item2 {
    line-height: 34px;
    position: relative;
    overflow: hidden;
    width: calc(100%/8);
    float: left;
    padding: 18px 0;
}

.grid__item2:after {
    height: 10px;
    background: #cfd6e4;
    width: 1px;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
}

.grid__item3 {
    line-height: 34px;
    position: relative;
    overflow: hidden;
    width: calc(100%/8);
    float: left;
    padding: 18px 0;
}

.grid__item3:after {
    height: 10px;
    background: #cfd6e4;
    width: 1px;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
}

.grid__item4 {
    line-height: 34px;
    position: relative;
    margin: 0 0px;
    width: calc(100%/6);
    margin: 30px calc(100%/6*2.5);
}

.grid__item5 {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 198px;
}

.grid__item5:before {
    position: absolute;
    width: 1px;
    height: 20px;
    background: #cfd6e4;
    content: '';
    top: 48px;
    left: calc( 50% + 1px);
}

.grid__item-num {
    font-size: 15px;
    font-family: "ALS Wagon";
    font-weight: 700;
    color: #252525;
    text-align: center;
}

.grid__item-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.grid__item-logo-outer {
    position: relative;
    margin: 0 4px;
}

.grid__item-logo-outer:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.grid__item-logo-outer2:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.grid__item-logo-outer4 {
    width: 47px;
    height: 47px;
}

.grid__item-logo-outer4:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #cfd6e4;
    content: '';
    top: 57px;
    left: calc( 50% + 1px);
}

.grid__item-logo-cap {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cfd6e4;
    position: absolute;
}

.grid__item-name {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #000;
    font-family: "ALS Wagon";
    font-weight: 900;
    position: relative;
}

.grid__item-name:after {
    position: absolute;
    width: 1000px;
    height: 1px;
    background: #cfd6e4;
    content: '';
    top: 21px;
}

.grid__result {
    width: 0;
    font-family: "ALS Wagon";
    font-weight: 900;
    color: #a4aab6;
    font-size: 14px;
    line-height: 20px;
    float: left;
}

.grid__result-label {
    background: #d2d6e3;
    font-size: 10px;
    border-radius: 2px;
    line-height: 10px;
    color: #000;
    padding: 2px 5px;
    display: inline-block;
    vertical-align: top;
    margin: 8px 0px 0 6px;
}

.grid__result__left {
    left: -30px;
}

.grid__result-dark {
    color: #000;
}

.grid__result-table {
    table-layout: fixed;
    width: 60px;
    position: absolute;
    margin-left: -30px;
}

.grid__result-table2 {
    width: auto;
}

.grid__result-table__xs-static {
    position: static;
    margin-left: 0;
    width: 100%;
}

.grid__result-col {
    display: table-cell;
    vertical-align: top;
    padding: 0 6px;
    position: relative;
}

.grid__result-col:first-child {
    text-align: right;
}

.grid__result-col:first-child:after {
    content: ':';
    position: absolute;
    right: -3px;
    top: 0;
}

.grid__result-col:last-child {
    text-align: left;
}

.grid__result-col2:first-child {
    padding-left: 0;
}

.grid__result-col2:last-child {
    padding-right: 0;
}

.grid__result3 {
    position: static;
    width: auto;
    float: none;
}

.grid__result4 {
    position: static !important;
    width: auto !important;
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
    float: none !important;
}

.grid__result4 .grid__result-table {
    width: auto;
}

.grid__result5 {
    font-size: 36px !important;
    line-height: 36px !important;
}

.grid__result5 .grid__result-col:first-child:after {
    right: -6px;
}

.grid__result6 {
    margin: 10px 0;
}

.grid__header {
    font-size: 18px;
    line-height: 24px;
    color: #1b3d83;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 100;
}

.grid__transparent {
    opacity: 0.5;
}

.blue .grid__col:nth-child(1):before,
.blue .grid__col:nth-child(7):before {
    background: #fff;
}

.blue .grid__col:nth-child(2) .grid__result-dark,
.blue .grid__col:nth-child(3) .grid__result-dark,
.blue .grid__col:nth-child(4) .grid__result-dark,
.blue .grid__col:nth-child(5) .grid__result-dark,
.blue .grid__col:nth-child(6) .grid__result-dark {
    color: #fff;
}

.blue .grid__item-name {
    color: #fff;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    position: relative;
}

.jspDrag {
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
    margin: 0 -3px 0 0;
}

.logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
}

.logo-list__title {
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
    padding: 0 20px;
}

.logo-list__item {
    padding: 0 15px;
    margin: 0 0 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333%;
    min-height: 1px;
    display: block;
    text-decoration: none;
}

.logo-list__item__wide {
    width: 100%;
}

.logo-list__item-img {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    max-height: 100%;
}

.logo-list__item-img-outer {
    position: relative;
    height: 50px;
}

.logo-list__item-img-title {
    font-size: 12px;
    line-height: 20px;
    color: #626c81;
    margin-top: 6px;
    text-align: center;
}

.logo-list__item:hover .logo-list__item-img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.timeline {
    height: 78px;
    margin: 0 0 100px 0;
}

.timeline__title {
    font-size: 10px;
    line-height: 16px;
    color: #989eaa;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 15px;
    right: 15px;
    margin: auto;
}

.timeline__outer {
    overflow: hidden;
    padding: 30px 10px;
    margin: 0 32px 0 22px;
}

.timeline__inner {
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    position: relative;
    left: 0;
}

.timeline__item {
    float: left;
    margin: 0 20px 0 0;
}

.timeline__item-title {
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    font-size: 30px;
    line-height: 24px;
    width: 50px;
    float: left;
    color: #fff;
    text-align: center;
}

.timeline__item-inner {
    width: calc( 100% - 50px);
    float: left;
    height: 0;
    border-bottom: 1px dotted #5d5e71;
    margin: 12px 0 0 0;
    position: relative;
}

.timeline__item-point {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    margin: -3px 0 0 -3.5px;
}

.timeline__item-point:before {
    width: 0;
    border-left: 1px solid #5d5e71;
    content: '';
    height: 28px;
    left: 0;
    right: 0;
    margin: auto;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.timeline__item-point__blue {
    background: #00aeee;
}

.timeline__item-point__blue .timeline__item-point-icon {
    fill: #00aeee;
}

.timeline__item-point__red {
    background: #ec1b16;
}

.timeline__item-point__red .timeline__item-point-icon {
    fill: #ec1b16;
}

.timeline__item-point__top:before {
    bottom: 7px;
}

.timeline__item-point__top .timeline__item-point-icon {
    top: -37px;
}

.timeline__item-point__bottom:before {
    top: 7px;
}

.timeline__item-point__bottom .timeline__item-point-icon {
    top: auto;
    bottom: -37px;
}

.timeline__item-point-icon {
    position: absolute;
    left: 0;
}

.timeline__item-point-icon__blue {
    fill: #00aeee;
}

.timeline__item-point-icon__red {
    fill: #ec1b16;
}

.timeline__item-point-icon1 {
    margin-top: 1px;
}

.timeline__item-point-icon2 {
    margin-top: 1px;
}

.timeline__info {
    font-size: 12px;
    line-height: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline__info__left {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.timeline__info__right {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.timeline__info-text1 {
    color: #ee1c25;
    font-family: "ALS Wagon";
    font-weight: 900;
    margin-bottom: 4px;
    padding-left: 20px;
    position: relative;
}

.timeline__info-text2 {
    margin-bottom: 4px;
}

.timeline__info-text3 {
    font-family: "ALS Wagon";
    font-weight: 900;
}

.timeline__info-text4 {
    font-family: "ALS Wagon";
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 6px;
}

.timeline__arrow {
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.timeline__arrow__left {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 5px;
}

.timeline__arrow__right {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 5px;
}

.timeline__arrow-outer {
    top: 2px;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
}

.timeline__arrow-outer__left {
    left: 0;
}

.timeline__arrow-outer__right {
    right: 0;
}

.timeline__arrow-outer.disabled {
    opacity: 0.5;
    cursor: default;
}

.team-color {
    line-height: 24px;
    font-size: 24px;
    font-family: "ALS Wagon";
    font-weight: 900;
    color: #fff;
}

.team-color:not(:last-child) {
    margin-bottom: 10px;
}

.team-color__pic {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: top;
    margin: 2px 3px 0 0;
}

.team-color__pic__blue {
    background: #00aeee;
}

.team-color__pic__red {
    background: #ec1b16;
}

.vs-stat {
    padding: 0 40px;
    position: relative;
    margin: 34px 0;
}

.vs-stat:first-child {
    margin-top: 0;
}

.vs-stat__title {
    font-size: 12px;
    line-height: 16px;
    color: #757d8c;
    text-align: center;
    margin-bottom: 4px;
}

.vs-stat__line {
    height: 3px;
    background: #2b5099;
    position: relative;
    border-radius: 2px;
}

.vs-stat__line-inner {
    position: absolute;
    background: #2fb3ff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 2px;
}

.vs-stat__number {
    width: 35px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #555e70;
    top: auto;
    position: absolute;
    bottom: -6px;
    font-family: "ALS Wagon";
    font-weight: 700;
}

.vs-stat__number__big {
    color: #000;
    font-family: "ALS Wagon";
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
    bottom: -9px;
}

.vs-stat__number__left {
    left: 0;
}

.vs-stat__number__right {
    right: 0;
}

.teams {
    margin: 28px 0 10px;
}

.teams__text1 {
    font-size: 48px;
    line-height: 48px;
    color: #1b3d83;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    margin-bottom: 6px;
}

.teams__text2 {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #a4aab6;
}

.video-cap {
    background: url("../img/bg-ice.jpg");
    background-size: cover;
    position: relative;
}

.video-cap:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #060828;
    opacity: 0.7;
}

.video-cap__inner {
    z-index: 100;
    position: relative;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.video-cap__icon {
    fill: #fff;
}

.video-cap__title {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    text-transform: uppercase;
    margin: 10px 0;
}

.game-scheme {
    height: 605px;
    position: relative;
    margin: 60px 0 0 0;
}

.game-scheme__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.game-scheme__bg-border {
    position: absolute;
    height: 8px;
    width: 70%;
    right: 150px;
    background: #eaf5fb; /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(234, 245, 251, 0) 0%, #eaf5fb 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(234, 245, 251, 0)), to(#eaf5fb));
    background: -o-linear-gradient(left, rgba(234, 245, 251, 0) 0%, #eaf5fb 100%);
    background: linear-gradient(to right, rgba(234, 245, 251, 0) 0%, #eaf5fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.game-scheme__bg-border__top {
    top: 0;
}

.game-scheme__bg-border__bottom {
    bottom: 0;
}

.game-scheme__bg-right {
    border: 8px solid #eaf5fb;
    border-left: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    width: 150px;
}

.game-scheme__bg-center {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c8e8fc;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.game-scheme__bg-center:before,
.game-scheme__bg-center:after {
    height: 279px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
}

.game-scheme__bg-center:before {
    bottom: 15px;
    background: #f1b9bb; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(241, 185, 187, 0) 0%, #f1b9bb 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 185, 187, 0)), to(#f1b9bb));
    background: -o-linear-gradient(top, rgba(241, 185, 187, 0) 0%, #f1b9bb 100%);
    background: linear-gradient(to bottom, rgba(241, 185, 187, 0) 0%, #f1b9bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.game-scheme__bg-center:after {
    top: 15px;
    background: #f1b9bb; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f1b9bb 0%, rgba(241, 185, 187, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f1b9bb), to(rgba(241, 185, 187, 0)));
    background: -o-linear-gradient(top, #f1b9bb 0%, rgba(241, 185, 187, 0) 100%);
    background: linear-gradient(to bottom, #f1b9bb 0%, rgba(241, 185, 187, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.game-scheme__bg-circle {
    border: 2px solid #f1b9bb;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    position: absolute;
}

.game-scheme__bg-circle__center {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.game-scheme__bg-circle__top {
    right: 120px;
    top: 75px;
}

.game-scheme__bg-circle__bottom {
    right: 120px;
    bottom: 75px;
}

.game-scheme__bg-line1 {
    right: 85px;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.game-scheme__bg-line1:before,
.game-scheme__bg-line1:after {
    height: 279px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
}

.game-scheme__bg-line1:before {
    bottom: 0;
    background: #f1b9bb; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(241, 185, 187, 0) 0%, #f1b9bb 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 185, 187, 0)), to(#f1b9bb));
    background: -o-linear-gradient(top, rgba(241, 185, 187, 0) 0%, #f1b9bb 100%);
    background: linear-gradient(to bottom, rgba(241, 185, 187, 0) 0%, #f1b9bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.game-scheme__bg-line1:after {
    top: 0;
    background: #f1b9bb; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f1b9bb 0%, rgba(241, 185, 187, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f1b9bb), to(rgba(241, 185, 187, 0)));
    background: -o-linear-gradient(top, #f1b9bb 0%, rgba(241, 185, 187, 0) 100%);
    background: linear-gradient(to bottom, #f1b9bb 0%, rgba(241, 185, 187, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.game-scheme__bg-line2 {
    right: 405px;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.game-scheme__bg-line2:before,
.game-scheme__bg-line2:after {
    height: 294px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
}

.game-scheme__bg-line2:before {
    bottom: 0;
    background: #f1b9bb; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(234, 245, 251, 0) 0%, #eaf5fb 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 245, 251, 0)), to(#eaf5fb));
    background: -o-linear-gradient(top, rgba(234, 245, 251, 0) 0%, #eaf5fb 100%);
    background: linear-gradient(to bottom, rgba(234, 245, 251, 0) 0%, #eaf5fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.game-scheme__bg-line2:after {
    top: 0;
    background: #f1b9bb; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eaf5fb 0%, rgba(234, 245, 251, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#eaf5fb), to(rgba(234, 245, 251, 0)));
    background: -o-linear-gradient(top, #eaf5fb 0%, rgba(234, 245, 251, 0) 100%);
    background: linear-gradient(to bottom, #eaf5fb 0%, rgba(234, 245, 251, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.game-scheme__bg-halp-circle {
    position: absolute;
    right: 85px;
    height: 94px;
    width: 45px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    margin: auto;
}

.game-scheme__bg-halp-circle:before {
    content: '';
    border: 2px solid #f1b9bb;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.game-scheme__place {
    font-family: "ALS Wagon Condensed Black";
    text-transform: uppercase;
    color: #fff;
    text-shadow: -1px -1px 0px #1b3d83, -1px 1px 0px #1b3d83, 1px -1px 0px #1b3d83, 1px 1px 0px #1b3d83;
    font-size: 35px;
    line-height: 28px;
    width: 40px;
    text-align: center;
    height: 30px;
    position: absolute;
    letter-spacing: 2px;
}

.game-scheme__place1 {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 520px;
}

.game-scheme__place2 {
    right: 468px;
    top: 120px;
}

.game-scheme__place3 {
    right: 468px;
    bottom: 120px;
}

.game-scheme__place4 {
    top: 150px;
    right: 383px;
}

.game-scheme__place5 {
    bottom: 150px;
    right: 383px;
}

.game-scheme__place6 {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 83px;
}

.game-scheme__inner {
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 0;
    right: 0;
}

.game-scheme__logo1 {
    opacity: 0.05;
    background: url("../img/logo.svg");
    background-size: cover;
    width: 300px;
    height: 300px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.game-scheme__logo2 {
    background: url("../img/logo.svg");
    background-size: cover;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.switch {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.switch + .switch {
    margin-top: 7px;
    margin-bottom: 45px;
}

.switch__item {
    border: 1px solid #f2f3f6;
    font-family: "ALS Wagon";
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    padding: 14px 10px;
    color: #bcc0c9;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.switch__item-inner {
    position: relative;
    z-index: 200;
}

.switch__item.active {
    cursor: default;
}

.switch__item.active .switch__item-inner {
    color: #fff;
}

.switch__item.active:before {
    z-index: 100;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #1b3d83;
    content: '';
}

.switch__title {
    color: #000;
    cursor: default;
}

.tour3d {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
}

.tour3d__close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
    display: block;
}

.tour3d__close:before {
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    -webkit-box-shadow: 0 0 26px 15px #fff;
    box-shadow: 0 0 26px 15px #fff;
    position: absolute;
}

.tour3d__close-line {
    width: 30px;
    height: 2px;
    background: #1b3d83;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
}

.tour3d__close-line:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tour3d__close-line:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tour3d__close:hover .tour3d__close-line {
    background: #ee1c25;
}

.tour3d__iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.square {
    position: relative;
    width: 100%;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.person-list__item:not(:last-child) {
    margin-bottom: 40px;
}

.person-list--top-offset {
    margin-top: 60px;
}

.red-bl {
    background: #ee1c25;
    position: relative;
    padding: 35px 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top 107px center;
}

.red-bl__top {
    padding-top: 100px;
    margin-top: -65px;
}

.red-bl__top0 {
    padding-top: 0;
}

.red-bl__to-top {
    margin-top: -20px;
}

.red-bl__top2 {
    padding-top: 0;
    margin-top: -45px;
}

.red-bl__bottom {
    margin-bottom: -245px;
    padding-bottom: 200px;
}

.red-bl__to-footer {
    margin-bottom: -40px;
    padding-bottom: 40px !important;
}

.red-bl__bottom0 {
    padding-bottom: 0;
}

.red-bl__pic:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    background-size: cover;
}

.red-bl__inner {
    position: relative;
    z-index: 100;
}

.arena {
    margin: 50px 0;
    position: relative;
}

.arena__scheme {
    width: 100%;
}

.arena__popup {
    background: #fff;
    position: absolute;
    z-index: 100;
    top: 0px;
    -webkit-box-shadow: 0 0 15px 0px #ccc;
    box-shadow: 0 0 15px 0px #ccc;
    left: 6.5%;
    right: 6.6%;
}

.arena__popup-triangle {
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 0;
    bottom: -20px;
    margin-left: -10px;
}

.arena__popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    z-index: 500;
}

.arena__popup-close:before,
.arena__popup-close:after {
    width: 20px;
    height: 2px;
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
}

.arena__popup-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arena__popup-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.arena__popup-img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.arena__popup-bottom {
    padding: 22px 30px;
}

.arena__popup-font1 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 4px;
    font-family: "ALS Wagon";
    font-weight: 900;
}

.arena__popup-font2 {
    font-size: 14px;
    line-height: 18px;
    color: #7b8392;
}

.point {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px 0 0;
}

.point__color1 {
    background: #ffcc03;
}

.point__color2 {
    background: #e02425;
}

.point__color3 {
    background: #0ca04e;
}

.point__color4 {
    background: #4c40b0;
}

.point__color5 {
    background: #004daa;
}

.main-screen {
    position: relative;
    z-index: 200;
    background: #0b1330;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -14px 0 -15px -15px;
    width: calc( 100% + 30px);
    min-height: 400px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-screen__img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    opacity: 0.6;
}

.main-screen__text {
    position: relative;
    overflow: hidden;
    z-index: 300;
    padding: 30px 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

.main-screen__outer {
    width: 100%;
}

.mobile-table__tr {
    border-bottom: 1px solid #e1e6ef;
    padding: 12px 0;
}

.mobile-table__tr__first:not(:first-child) {
    padding-top: 12px;
}

.mobile-table__tr__last:not(:last-child) {
    padding-bottom: 12px;
    border-bottom: 3px solid #ee1c25;
}

.mobile-table__tr__last + .mobile-table__tr .mobile-table__td {
    padding-top: 5px;
}

.timeline-table {
    background: #fff;
    padding: 20px 15px;
}

.timeline-table__item:not(:last-child) {
    margin-bottom: 20px;
}

.flex__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex__row--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex__row > * {
    padding: 0 6px;
}

.flex__row > *:first-child {
    padding-left: 0;
}

.flex__row > *:last-child {
    padding-right: 0;
}

.flex__v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.not-found {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 9px 18px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 9px 18px 1px rgba(0, 0, 0, 0.15);
    padding: 24px 17px;
}

.not-found:not(:last-child) {
    margin: 0 0 20px;
}

.panorama {
    overflow: hidden;
    line-height: 0;
    margin-bottom: 40px;
}

.panorama__mini {
    display: inline-block;
    margin-bottom: 0;
}

.panorama__inner {
    position: relative;
    display: inline-block;
}

.panorama__point {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    margin: -15px 0 0 -15px;
    outline: 0 !important;
}

.panorama__point:before,
.panorama__point:after {
    position: absolute;
    width: 15px;
    height: 2px;
    background: #ee1c25;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.panorama__point:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panorama__img {
    height: 100vh;
    max-height: calc( 100vh - 350px);
    min-height: 500px;
}

.panorama__img__small {
    height: 62px;
    max-height: none;
    min-height: 0;
}

.panorama__viewport {
    position: absolute;
    top: 0;
    bottom: 0;
}

.panorama__viewport:before,
.panorama__viewport:after {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 1000px;
    content: '';
}

.panorama__viewport:before {
    left: auto;
    right: 100%;
}

.panorama__viewport:after {
    left: 100%;
}

.panorama__viewport-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #ee1c25;
}

.game-landing {
    background: url("../img/game-landing-bg.jpg");
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.game-landing__img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    left: 55px;
}

.game-landing__header {
    padding: 30px 0;
}

.game-landing__header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.game-landing__header-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.game-landing__header-item:not(:last-child) {
    padding-right: 30px;
    margin-right: 30px;
}

.game-landing__header-item:not(:last-child):after {
    content: '';
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
}

.game-landing__header-logo {
    width: 50px;
}

.game-landing__header-text {
    opacity: 0.5;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0;
    color: #ffffff;
    position: relative;
    padding-left: 30px;
}

.game-landing__header-icon {
    width: 20px;
    height: 29px;
    position: absolute;
    left: 0;
}

.game-landing__body {
    -webkit-box-flex: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.game-landing__body h1 {
    margin-top: 0;
}

.game-landing__body-row > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}

.game-landing__action:not(:last-child) {
    margin-bottom: 20px;
}

.game-landing__action-list {
    font-size: 14px;
    line-height: 1.29;
}

.game-landing__action-link {
    padding-left: 38px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    position: relative;
}

.game-landing__action-link b {
    color: #fff;
}

.game-landing__action-icon {
    position: absolute;
    left: 0;
    fill: #fff;
    top: 0;
    bottom: 2px;
    margin: auto;
}

.game-landing__footer {
    padding: 62px 0 30px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 0.6;
}

.game-description {
    width: 242px;
}

.game-description__date {
    font-size: 20px;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: 0;
    text-align: center;
}

.game-description__table {
    display: table;
    table-layout: fixed;
    margin: 15px 0;
}

.game-description__table-td {
    display: table-cell;
    padding: 15px 15px;
    vertical-align: middle;
    text-align: center;
}

.game-description__table-td h1 {
    margin: 0;
}

.game-description__table-td:nth-child(2) {
    width: 90px;
    border-top: solid 1px rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}

.game-description__image {
    max-width: 45px;
    display: block;
    margin: 0 auto 16px;
}

.game-description__title {
    font-size: 13px;
    line-height: 0.9;
    text-align: center;
}

.away-match--inactive *:not(tr):not(.away-match__buttons):not(.btn--about-town) {
    opacity: 0.7;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.player-contacts {
    -webkit-box-shadow: 0 0 40px 20px #0b1330;
    box-shadow: 0 0 40px 20px #0b1330;
    background: url("/img/bg__player-social.jpg") center;
    background-size: cover;
    position: relative;
}

.player-contacts::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#0b1330), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #0b1330, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(left, #0b1330, rgba(255, 255, 255, 0));
    background: linear-gradient(to right, #0b1330, rgba(255, 255, 255, 0));
    z-index: 0;
    opacity: 0.75;
}

.player-contacts--offsets {
    margin: 40px 0 20px;
}

.player-contacts__caption {
    color: #fff;
    font: normal 24px/26px "ALS Wagon Condensed Black";
    text-transform: uppercase;
    margin-bottom: 15px;
}

.player-contacts__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 38px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.player-contacts__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -7px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.player-contacts__link {
    width: 30px;
    height: 30px;
    border: 1px solid #a4aab5;
    position: relative;
    border-radius: 50%;
    margin: 7px;
    -webkit-transition: background .3s, border .3s;
    -o-transition: background .3s, border .3s;
    transition: background .3s, border .3s;
    cursor: pointer;
}

.player-contacts__link:hover {
    background-color: #2e5da3;
    border: 1px solid #2e5da3;
}

.player-contacts__link:hover .player-contacts__drop-list {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 14px);
}

.player-contacts__link--drop::before {
    content: '';
    border: 7px solid transparent;
    border-bottom: 4px solid #fff;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% - 8px);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.player-contacts__link--drop:hover::before {
    top: calc(100% + 3px);
    opacity: 1;
}

.player-contacts__icon {
    fill: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 50%;
    max-height: 50%;
}

.player-contacts__drop-list {
    background-color: #fff;
    position: absolute;
    min-width: 160px;
    top: calc(100% + 3px);
    right: -22px;
    padding: 7px 20px;
    z-index: 10;
    visibility: none;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.player-contacts__drop-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    margin: 9px 0;
}

.player-contacts__drop-icon {
    width: 15px;
    height: 15px;
    background-size: cover;
    background-position: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 4px;
    margin-right: 8px;
}

.player-contacts__drop-text {
    color: #000;
    font: normal 14px/22px "ALS Wagon";
}

.team-table__wrapper:not(:first-of-type) {
    margin-top: 50px;
}

.team-table__number {
    font: normal 28px/30px "ALS Wagon Condensed Black";
    text-transform: uppercase;
    color: #1b3d83;
}

.team-table__person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 210px;
}

.team-table__person__img {
    border: 50%;
    overflow: hidden;
    height: 37px;
    width: 37px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.team-table__person__name {
    color: #000;
    font: normal 15px/23px "ALS Wagon";
    font-weight: 700;
}

.team-table__person__birth {
    color: #676f7f;
    font: normal 12px/18px "ALS Wagon";
}

.team-table__flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-table__flag__img {
    display: block;
    width: 24px;
    height: 18px;
    overflow: hidden;
    border: 1px solid #eaebed;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.team-table__flag__caption {
    margin-left: 10px;
    font: normal 15px/23px "ALS Wagon";
    font-weight: 700;
}

.team-table__th--num {
    width: 60px;
}

.team-table__th--citizenship {
    width: 100%;
}

.team-table:not(.sttb):not(.ui-datepicker-calendar) td {
    vertical-align: middle;
}

.team-table tr[data-team-player-link]:hover {
    cursor: pointer;
}

.team-table tr[data-team-player-link]:hover td {
    background-color: #fff;
}

.event--horizontal:not(:first-of-type) {
    margin-top: 20px;
}

.view-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.view-switcher__btn {
    width: 19px;
    height: 19px;
    background-color: #000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 6px;
    position: relative;
}

.view-switcher__btn:hover,
.view-switcher__btn--active {
    background-color: #ee1c25;
}

.view-switcher__btn--table::before,
.view-switcher__btn--table::after {
    content: '';
    display: block;
    position: absolute;
}

.view-switcher__btn--table::before {
    height: 2px;
    width: 100%;
    background-color: #fff;
    margin-top: calc(50% - 1.5px);
}

.view-switcher__btn--table::after {
    height: 100%;
    width: 2px;
    background-color: #fff;
    margin-left: calc(50% - 1.5px);
}

.view-switcher__btn--list::before,
.view-switcher__btn--list::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
}

.view-switcher__btn--list::before {
    margin-top: calc(33.3% - 1px);
}

.view-switcher__btn--list::after {
    margin-top: calc(66.6% - 1px);
}

.path-scheme-wrapper {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}

.path-scheme__grid .path-scheme__btn {
    display: none;
}

.path-scheme__grid-col:first-child {
    margin-bottom: 40px;
}

.path-scheme__yamap {
    width: 100%;
    height: 460px;
}

@media (1200px) {

    .player-contacts__link {
        width: 68px;
        height: 68px;
        margin: 15px;
    }

}

@media (min-width: 768px) {

    .container {
        width: 750px;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-0\.5 {
        margin-left: 4.1666%;
    }

    .col-sm-offset-1\.5 {
        margin-left: 12.5%;
    }

    .col-sm-offset-2\.5 {
        margin-left: 20.83333333333333%;
    }

    .col-sm-offset-3\.5 {
        margin-left: 29.16%;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .text-sm-justify {
        text-align: justify !important;
    }

    h1,
    .h1 {
        font-size: 55px;
        line-height: 65px;
        margin: 32px 0 24px;
        letter-spacing: 4px;
    }

    h2,
    .h2 {
        font-size: 46px;
        line-height: 50px;
        letter-spacing: 2.5px;
        margin: 42px 0 24px;
    }

    h2:first-child,
    .h2:first-child {
        margin-top: 0;
    }

    h2:last-child,
    .h2:last-child {
        margin-bottom: 0;
    }

    h3,
    .h3 {
        font-size: 34px;
        line-height: 38px;
        margin: 36px 0 18px;
        letter-spacing: 2px;
    }

    h3:first-child,
    .h3:first-child {
        margin-top: 0;
    }

    h3:last-child,
    .h3:last-child {
        margin-bottom: 0;
    }

    h4,
    .h4 {
        font-size: 28px;
        line-height: 32px;
    }

    p {
        margin: 16px 0 32px;
    }

    p:first-child {
        margin-top: 0;
    }

    p:last-child {
        margin-bottom: 0;
    }

    strong {
        font-size: 22px;
        line-height: 36px;
    }

    blockquote {
        font-size: 22px;
        line-height: 36px;
        margin: 32px 0;
    }

    blockquote:first-child {
        margin-top: 0;
    }

    blockquote:last-child {
        margin-bottom: 0;
    }

    blockquote:before {
        font-size: 90px;
        line-height: 78px;
    }

    .pull-sm-right {
        float: right !important;
    }

    .pull-sm-left {
        float: left !important;
    }

    body {
        font-size: 17px;
        line-height: 30px;
    }

    body.bg2 {
        background: #0b1330 url("../img/bg-ice2.jpg") no-repeat center;
    }

    body.popup-opened > table,
    body.popup-opened .notification,
    body.popup-opened .page-header,
    body.popup-opened .page__content,
    body.popup-opened .page-footer {
        display: block;
    }

    .page__content {
        padding: 40px 0 70px;
    }

    .page-footer__top {
        padding: 35px 30px;
    }

    .page-footer__top__padding2 {
        padding: 33px 30px 38px;
    }

    .page-footer__top__wide {
        margin-left: 0;
        margin-right: 0;
    }

    .page-footer__top + .page-footer__top:before {
        left: 30px;
        right: 30px;
    }

    .page-footer__bottom {
        padding-bottom: 44px;
    }

    .page-footer__bottom-inner {
        padding: 31px 31px 31px;
        margin: 0;
    }

    .page-footer__block {
        float: left;
        margin-right: 20px;
    }

    .page-footer__block__margin {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .page-footer__block--application {
        margin-top: 0;
    }

    .page-footer__developer {
        float: right !important;
        margin-right: 0;
    }

    .page-footer__flex {
        display: block;
        text-align: left;
    }

    .page-footer__social {
        display: block;
        border-bottom: none;
        width: auto;
        margin-top: -2px;
    }

    .page-footer__social-link {
        margin-right: 20px;
        display: block;
        width: auto;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }

    .page-footer__social-link:nth-child(1) .page-footer__social-icon {
        width: 13px;
        height: 11px;
    }

    .page-footer__social-link:nth-child(2) .page-footer__social-icon {
        width: 11px;
        height: 11px;
    }

    .page-footer__social-link:nth-child(3) .page-footer__social-icon {
        width: 11px;
        height: 11px;
    }

    .page-footer__social-link:nth-child(4) .page-footer__social-icon {
        width: 11px;
        height: 11px;
    }

    .page-footer__social-link:nth-child(5) .page-footer__social-icon {
        width: 11px;
        height: 11px;
    }

    .slick-slider {
        margin: 36px 0;
    }

    .slick-slider__left {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }

    .slick-slider__left .slick-dots {
        text-align: left;
    }

    .slick-arrow {
        display: block !important;
    }

    .page-pic__outer {
        margin: 32px 0;
    }

    .page-pic__outer__big-m {
        margin: 80px 0;
    }

    .page-pic__text {
        padding: 0;
    }

    .footnote {
        line-height: 30px;
        margin-top: 24px;
    }

    .footnote:before {
        margin: 8px 0 21px;
    }

    table:not(.sttb):not(.ui-datepicker-calendar) th {
        font-size: 14px;
        padding: 9px 10px;
    }

    table:not(.sttb):not(.ui-datepicker-calendar) td {
        font-size: 15px;
        padding: 11px 10px 7px;
    }

    table:not(.sttb):not(.ui-datepicker-calendar).simple td {
        font-size: 17px;
        line-height: 30px;
    }

    .table__outer__bottom {
        margin-bottom: 80px;
    }

    .table__outer__top {
        margin-bottom: 50px;
    }

    .table__hint {
        float: right;
        margin-top: -44px;
        margin-bottom: 0;
    }

    .table__desk-item {
        margin-bottom: 0;
    }

    .share {
        max-width: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .share__right {
        width: auto;
    }

    .share__title {
        border-bottom: none !important;
        text-align: left;
    }

    .share__block:not(:last-child) {
        border-right: none !important;
    }

    .share__block {
        display: block;
        float: right;
        width: 60px;
        border-left: 1px solid #e1e6ef;
        border-right: none !important;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .blue .share__block {
        border-left: 1px solid rgba(174, 182, 204, 0.2);
    }

    .footer-menu__col {
        padding: 0 3px;
    }

    .footer-menu__col:first-child {
        padding-left: 0;
    }

    .footer-menu__col:last-child {
        padding-right: 0;
    }

    .search-form {
        margin: 42px 0 72px;
    }

    .search-list__item-img-cont {
        margin-bottom: 0;
    }

    .search-list__item-title {
        margin: -3px 0 1px 0;
        font-size: 22px;
        line-height: 30px;
    }

    .pagenav__outer {
        margin: 48px 0;
    }

    .pagenav__back {
        position: absolute;
    }

    .tile + .tile {
        margin-top: 80px;
    }

    .tile + .tile[class^='col-'] {
        margin-top: 0;
    }

    .tile__top {
        margin-top: 60px;
    }

    .tile__item {
        margin-bottom: 40px;
    }

    .tile__item__padding {
        padding: 30px;
    }

    .tile__item__padding2 {
        padding: 60px 30px;
    }

    .tile__item-pic-cont:before {
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        content: '';
    }

    .tile__item-desk {
        bottom: -100%;
        opacity: 0;
        background: none;
    }

    .tile__item-panel {
        padding: 20px 15px;
    }

    .tile__item-panel2 {
        padding: 20px 15px;
    }

    .tile2__item__top {
        margin-top: 60px;
    }

    .tile2__item-table {
        display: table;
        width: 100%;
        table-layout: fixed;
        height: 100%;
    }

    .tile2__item-table-col {
        padding: 0 15px;
        display: table-cell;
        vertical-align: top;
        position: relative;
    }

    .tile2__item-table-col:first-child {
        padding-left: 0;
    }

    .tile2__item-table-col:last-child {
        padding-right: 0;
    }

    .tile2__item-panel {
        padding: 20px 15px;
    }

    .tile2__item--line .tile__item-pic-cont {
        height: 185px;
    }

    .tile2__item--line .tile2__item-table-col:first-of-type {
        width: 32%;
    }

    .tile__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .tile__row-item {
        margin-bottom: 0 !important;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 15px;
    }

    .tile__row-item:first-child {
        padding-left: 0;
    }

    .tile__row-item:last-child {
        padding-right: 0;
    }

    .tile__row + .tile__row {
        margin-top: 30px;
    }

    .tile__col-item {
        margin-bottom: 0 !important;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 15px 0;
    }

    .tile__col-item:first-child {
        padding-top: 0;
    }

    .tile__col-item:last-child {
        padding-bottom: 0;
    }

    .tabs__outer {
        margin: 24px 0 60px;
    }

    .tabs__outer + .filter__outer {
        margin-top: -24px;
    }

    .tabs-content__xs-wide {
        margin: 0;
    }

    .tabs2 {
        margin: 0;
    }

    .tabs2__link {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .tabs2__content-inner {
        padding: 18px 36px 36px;
    }

    .tabs2__content__padding-top {
        padding-top: 24px;
    }

    .article__header {
        margin: 24px 0 60px;
    }

    .article__date,
    .article__views {
        display: inline-block;
        vertical-align: top;
        margin: 5px 30px 0 0;
    }

    .article__tag-list {
        display: inline-block;
        vertical-align: top;
        margin: 0 30px 0 0;
    }

    .mfp-container {
        padding: 0 40px;
    }

    .mfp-close {
        top: -7px;
        right: -40px;
    }

    .mfp-close:hover:before,
    .mfp-close:hover:after {
        background: #fff;
    }

    .mfp-arrow-left {
        left: 0px;
    }

    .mfp-arrow-right {
        right: 0px;
    }

    .mfp-content {
        margin: 40px 0;
    }

    .mfp-close {
        top: -7px;
    }

    a.person:hover .person__img-bg:not(.person__img-bg__left):after,
    a.person.active .person__img-bg:not(.person__img-bg__left):after {
        border-left: 6px solid #1b3d83;
        border-right: 6px solid #1b3d83;
        border-bottom: none !important;
    }

    a.person:hover .person__inner:not(.person__inner__left):after,
    a.person.active .person__inner:not(.person__inner__left):after {
        border-top: none !important;
        border-left: 6px solid #1b3d83;
        border-right: 6px solid #1b3d83;
        border-bottom: 6px solid #1b3d83;
    }

    .person {
        display: block;
        width: auto;
    }

    .person__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .person__inner {
        display: block;
        text-align: center;
    }

    .person__inner:after {
        border-left: 0px solid #1b3d83;
    }

    .person__inner__left {
        text-align: left;
        -webkit-box-flex: 10;
        -ms-flex-positive: 10;
        flex-grow: 10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
    }

    .person__inner__left:after {
        border-left: 0;
        border-top: 0px solid #1b3d83;
    }

    .person__img__auto {
        width: auto;
        max-width: none;
    }

    .person__img-bg {
        display: block;
        max-width: none;
        max-height: none;
    }

    .person__img-bg:before {
        height: 50%;
        left: 0;
    }

    .person__img-bg:after {
        height: 50%;
        left: 0;
        top: 50%;
        z-index: 100;
        border-top: none;
        border-bottom: none;
        border-right: 0px solid #1b3d83;
    }

    .person__img-bg__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 150px;
    }

    .person__img-bg__left:before {
        height: 100%;
        left: 50%;
    }

    .person__img-bg__left:after {
        bottom: 0;
        top: 0;
        left: 50%;
        right: 0;
        height: 100%;
        border-left: 0px solid #1b3d83;
        border-top: 0px solid #1b3d83;
        border-bottom: 0px solid #1b3d83;
    }

    .person__img-bg__auto {
        max-width: none;
    }

    .person__img-cont {
        width: auto;
    }

    .person__img-cont__inline-block {
        width: auto;
    }

    .person__img-row {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
    }

    .person__num {
        margin-top: 25px;
    }

    .person__num__big {
        margin-top: 0;
    }

    .person__bottom {
        margin: 0;
        padding: 32px 32px 32px 0;
    }

    .person__bottom__padding {
        padding: 20px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
    }

    .media {
        text-align: left;
    }

    .media__img {
        width: 100%;
        margin: 0 0 27px;
    }

    .media__table {
        margin: 0;
    }

    .filter {
        display: table;
        border-collapse: collapse;
        background: transparent;
    }

    .filter__outer {
        margin: -1px 0 60px;
    }

    .filter__center {
        display: inline-block;
        vertical-align: top;
    }

    .filter__item {
        display: table-cell;
        vertical-align: top;
        border-top: 1px solid #e1e6ef !important;
        text-align: left;
    }

    .filter__item__block {
        display: table-cell;
        vertical-align: top;
    }

    .filter__item-name {
        width: auto;
    }

    .filter__item-name,
    .filter__item-link {
        width: auto;
        padding: 0;
        margin-right: 4px;
    }

    .filter__item-name__xs-inline-block,
    .filter__item-link__xs-inline-block {
        width: auto;
        margin: 0;
    }

    .filter__item-select:first-child {
        display: inline-block !important;
        width: 100%;
    }

    .filter__item-select:not(:first-child) {
        display: inline-block !important;
        vertical-align: top;
        margin-left: 12px;
    }

    .filter__item-select:not(:first-child).selected:before {
        right: -20px;
    }

    .filter__item-select .jq-selectbox__select-text {
        text-align: left;
    }

    .filter__item-select .jq-selectbox__dropdown {
        width: auto !important;
    }

    .filter__clear-outer {
        width: 45px;
    }

    .banner + .banner {
        margin-top: 35px;
    }

    .file:first-child {
        margin-top: 0;
    }

    .file:last-child {
        margin-bottom: 0;
    }

    .docs-list__item {
        padding: 26px 0 30px;
    }

    .btn {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px;
        padding: 7px 15px 9px;
    }

    .btn .icon-plus {
        width: 16px;
        height: 16px;
    }

    .btn__icon-cont {
        padding: 11px 11px 13px;
        margin: -7px 15px -9px -15px;
    }

    .page404__font1 {
        font-size: 215px;
        line-height: 215px;
    }

    .page404__font2 {
        font-size: 58px;
        line-height: 58px;
    }

    .ui-datepicker {
        width: 303px;
        padding: 25px 35px 12px;
        margin: 30px 0 0 -19px;
        -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
        z-index: 500 !important;
    }

    .ui-datepicker .ui-datepicker-header {
        margin-right: 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next,
    .datepicker-list__arrow {
        width: 8px;
        height: 12px;
        top: 5px;
    }

    .ui-datepicker .ui-datepicker-prev:before,
    .datepicker-list__arrow--prev:before {
        border: 6px solid transparent;
        border-right: 8px solid #000;
        right: 0;
        top: 0;
    }

    .ui-datepicker .ui-datepicker-prev:hover:before,
    .datepicker-list__arrow--prev:hover:before {
        border-right: 8px solid #ee1c25;
    }

    .ui-datepicker .ui-datepicker-next:before,
    .datepicker-list__arrow--next:before {
        border: 6px solid transparent;
        border-left: 8px solid #000;
        left: 0;
        top: 0;
    }

    .ui-datepicker .ui-datepicker-next:hover:before,
    .datepicker-list__arrow--next:hover:before {
        border-left: 8px solid #ee1c25;
    }

    .ui-datepicker .ui-datepicker-title {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .ui-datepicker th {
        font-size: 12px;
        padding: 4px 0;
    }

    .ui-datepicker td > span,
    .ui-datepicker td > a {
        font-size: 12px;
        padding: 2px 3px 0;
    }

    .datepicker-list {
        display: none;
    }

    .datepicker-list__arrows {
        display: block;
    }

    .datepicker--active-view {
        display: block;
    }

    .path-scheme__map {
        height: 500px;
        max-height: none;
        margin: 0 -15px 40px;
    }

    .event__xs-bottom {
        margin-bottom: 0;
    }

    .event__margin-bottom {
        margin-bottom: 20px;
    }

    .event__middle2 {
        padding: 70px 20px 70px;
    }

    .event__middle-table {
        table-layout: fixed;
    }

    .event__middle-table__minheight {
        min-height: 300px;
    }

    .event__middle-table-col:first-child {
        padding-left: 0;
        width: auto;
    }

    .event__middle-table-col:last-child {
        padding-right: 0;
        width: auto;
    }

    .event__middle-table-col2 {
        padding: 0;
        vertical-align: middle;
    }

    .event__middle-table-col3 {
        padding: 0 30px;
        vertical-align: middle;
    }

    .event__middle-table-col4 {
        vertical-align: top;
    }

    .event__date3 {
        font-size: 64px;
        line-height: 64px;
        margin: 25px 0;
    }

    .event__member-name4 {
        line-height: 36px;
        font-size: 36px;
    }

    .event__member-location2 {
        font-size: 18px;
        line-height: 24px;
    }

    .event__result2 {
        margin: 0 0 14px 0;
    }

    .event__result5 {
        font-size: 64px;
        line-height: 64px;
        margin: 25px 0 12px 0;
    }

    .event__link__fw {
        padding: 20px 15px;
    }

    .event__day {
        font-size: 18px;
    }

    .event__time3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .event__location3 {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .event__member-name2 {
        font-size: 18px;
    }

    .event__member-name3 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .event__member-img-cont2 {
        margin-bottom: 20px;
        height: 100px;
    }

    .event__member-img-cont2:before {
        content: none;
    }

    .event__text2 {
        font-size: 24px;
        line-height: 30px;
    }

    .event__text3 {
        font-size: 16px;
        line-height: 20px;
    }

    .event__text3__bottom {
        margin-bottom: 30px;
    }

    .event__marker-list {
        margin: 20px 0 35px;
    }

    .event__more {
        margin: 0 0 3px 3px;
    }

    .event__buttonts__line {
        margin-top: 0;
    }

    .legend2 {
        margin: 20px 0;
    }

    .legend__item {
        text-transform: uppercase;
        margin: 0 10px 5px;
    }

    .medialib {
        height: 500px;
        margin: 130px 0 65px;
        overflow: hidden;
    }

    .medialib__outer {
        margin: 0;
    }

    .medialib__big {
        height: 500px;
        margin: 0px 0 0 0;
    }

    .medialib:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100px; /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0b1330 0%, rgba(11, 19, 48, 0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(#0b1330), to(rgba(11, 19, 48, 0)));
        background: -o-linear-gradient(top, #0b1330 0%, rgba(11, 19, 48, 0) 100%);
        background: linear-gradient(to bottom, #0b1330 0%, rgba(11, 19, 48, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        content: '';
        z-index: 200;
    }

    .medialib:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100px; /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(11, 19, 48, 0) 0%, #0b1330 100%); /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 19, 48, 0)), to(#0b1330));
        background: -o-linear-gradient(top, rgba(11, 19, 48, 0) 0%, #0b1330 100%);
        background: linear-gradient(to bottom, rgba(11, 19, 48, 0) 0%, #0b1330 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        content: '';
        z-index: 200;
    }

    .medialib__text {
        position: absolute;
        width: calc( 25% - 30px);
        left: 15px;
        top: 0;
        z-index: 300;
        text-align: left;
        min-width: 185px;
    }

    .news-string {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news-string__outer {
        margin: 20px 0 35px;
    }

    .news-string__outer__top {
        margin-top: -70px;
    }

    .news-string__outer__top2 {
        margin-top: 0;
        width: 100%;
    }

    .news-string__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-height: 150px;
        width: 33.3333%;
        max-width: 33.3333%;
    }

    .news-string__item-name {
        font-size: 20px;
        line-height: 24px;
    }

    .blue-bl {
        padding: 35px 0;
    }

    .blue-bl__top {
        padding-top: 100px;
        margin-top: -65px;
    }

    .blue-bl__to-top {
        margin-top: -40px;
        padding-top: 75px;
    }

    .blue-bl__to-top2 {
        margin-top: -40px;
    }

    .blue-bl__to-footer {
        margin-bottom: -194px;
        padding-bottom: 194px !important;
    }

    .blue-bl__lights:before {
        content: '';
    }

    .blue-bl__lights__xs:before {
        content: none;
    }

    .company__logo {
        margin: 0 0 20px;
    }

    .contact-bl__item:not(:last-child) {
        margin-bottom: 0;
    }

    .main-slider {
        margin-top: -40px;
        margin-bottom: 0;
    }

    .main-slider__text {
        height: calc( 100vh - 260px);
        min-height: 500px;
    }

    .stat-diagramm__outer:not(:last-child) {
        margin-bottom: 40px;
    }

    .stat-diagramm__description:not(:last-child) {
        margin-bottom: 0;
    }

    .stat-diagramm__percent {
        font-size: 60px;
    }

    .stat-string {
        margin-bottom: 12px;
    }

    .stat-string__font5 {
        font-size: 38px;
        line-height: 34px;
        margin-bottom: 8px;
    }

    .vote-bl {
        margin: 0;
        padding: 24px 26px;
    }

    .vote-bl__simple {
        padding: 0;
    }

    .vote-bl__title__wide {
        text-align: left;
    }

    .vote-bl__list-item {
        width: 50%;
        float: left;
    }

    .bl-string {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .bl-string__item5 {
        width: 50% !important;
    }

    .bl-string__item7 {
        width: 50% !important;
    }

    .bl-string__item--xs-margin:not(:last-child) {
        margin-bottom: 0;
    }

    .product-list {
        margin: 80px -15px -40px;
    }

    .product-list__outer {
        padding: 85px 0 75px;
    }

    .product-list__title {
        text-align: left;
    }

    .product-list__item {
        margin-bottom: 40px;
    }

    .person-big {
        padding: 0;
        height: 750px;
        text-align: center;
    }

    .person-big2 {
        height: 550px;
        text-align: left;
        padding: 30px 0px;
    }

    .person-big__slider {
        margin: 0 0 !important;
    }

    .person-big__slider .slick-dots {
        bottom: 20px;
    }

    .person-big .wrapper .row:not(.absolute) {
        height: 100%;
    }

    .person-big .wrapper .row:not(.absolute) [class^='col-'] {
        height: 100%;
    }

    .person-big .wrapper .row:not(.absolute) [class^='col-'] .v-al {
        height: 100%;
    }

    .person-big .wrapper .row.absolute {
        position: absolute;
        left: 15px;
        right: 15px;
    }

    .person-big__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
        margin-top: 18px;
    }

    .person-big__title {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 20px;
        margin-top: 18px;
        letter-spacing: 2px;
    }

    .person-big__num {
        font-size: 85px;
        line-height: 85px;
        margin-bottom: 28px;
    }

    .person-big__num2 {
        text-align: left;
        margin-top: 10px;
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 8px;
    }

    .person-big__name {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 24px;
    }

    .person-big__status {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 42px;
    }

    .person-big__status2 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 42px;
    }

    .person-big__all {
        margin-top: 40px;
        margin-bottom: 0 !important;
        font-size: 15px;
        line-height: 24px;
    }

    .person-big__list {
        display: block;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        height: 100%;
    }

    .person-big__list-title {
        max-width: 200px;
    }

    .person-big__list-item {
        padding: 12px 0;
    }

    .person-big__list-item__xs-wide {
        margin-bottom: 0;
    }

    .person-big__list-item {
        padding: 20px 0 20px 20px;
        width: auto;
    }

    .person-big__list-item:not(:last-child):after {
        background: #fff; /* Old browsers */
        background: rgba(255, 255, 255, 0.1);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        content: '';
        width: calc( 100% + 100px);
        left: 0;
        bottom: 0;
        z-index: 100;
        height: 1px;
        position: absolute;
    }

    .person-big__img {
        left: 0;
        margin-left: 0;
        right: 0;
        margin: auto;
    }

    .person-big__img__wide {
        max-width: none;
        max-height: none;
        bottom: -30px;
        width: 175%;
        right: -50%;
        left: auto;
    }

    .person-big__img-outer:after {
        content: none;
    }

    .reviews {
        margin-top: 0;
    }

    .give-feedback__form {
        padding: 33px 25px;
    }

    .give-feedback__regulations {
        margin-top: 11px;
    }

    .social-cheerleading {
        margin: -108px auto 0;
        padding: 38px 42px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .social-cheerleading__text {
        font-size: 36px;
        line-height: 47px;
        text-align: left;
    }

    .social-cheerleading__icons {
        margin-top: 0;
    }

    .social-cheerleading__icons-item {
        width: 131px;
        height: 131px;
    }

    .social-cheerleading__icons-item:not(:last-child) {
        margin-right: 40px;
    }

    .social-cheerleading__icons-image--fb {
        width: 50px;
        height: 50px;
    }

    .social-cheerleading__icons-image--vk {
        width: 50px;
        height: 50px;
    }

    .popup {
        padding: 26px;
        min-height: 0;
        text-align: center;
        max-width: 500px;
    }

    .popup--small {
        max-width: 365px;
    }

    .popup__wide {
        padding: 60px 40px 40px;
        max-width: 1000px;
    }

    .popup-ico__all-right {
        margin: 0 auto 10px;
    }

    .popup-ico {
        margin: 0 auto 10px;
    }

    .popup__title {
        margin-right: 0;
    }

    .popup .mfp-close {
        top: -7px;
    }

    .site-map .site-map__col + .site-map .site-map__col {
        margin-top: 0;
    }

    .drop-down-blocks__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 35px 0;
    }

    .drop-down-blocks__header {
        width: 120px;
        padding-left: 55px;
        font: normal 40px/40px "ALS Wagon Condensed Black";
    text-transform: uppercase;
        margin-bottom: 0;
        padding-top: 6px;
    }

    .drop-down-blocks__header:before {
        right: auto;
        left: 10px;
        top: 28px;
    }

    .drop-down-blocks__header:after {
        right: auto;
        left: 22px;
        top: 17px;
    }

    .section--offset {
        padding: 55px 0 40px;
    }

    .section__to-footer {
        margin-bottom: -152px;
        padding-bottom: 152px !important;
    }

    .head-banner {
        height: calc( 100vh - 217px);
    }

    .social-post {
        height: 285px;
        margin-bottom: 30px;
    }

    .calendar-arrow {
        width: 12px;
        height: 20px;
        top: 0;
        bottom: 0;
        text-indent: -9999px;
    }

    .calendar-arrow__prev {
        padding-left: 0;
    }

    .calendar-arrow__prev:before {
        border: 10px solid transparent;
        border-right: 10px solid #b9becf;
        left: auto;
        right: 0;
    }

    .calendar-arrow__next {
        padding-right: 0;
    }

    .calendar-arrow__next:before {
        border: 10px solid transparent;
        border-left: 10px solid #b9becf;
        right: auto;
        left: 0;
    }

    .calendar__title {
        font-size: 42px;
        line-height: 50px;
        letter-spacing: 2px;
    }

    .calendar__all {
        margin: 0 0 50px 0;
    }

    .form__row-name {
        padding: 11px 0 0 0;
        font-size: 17px;
        margin-bottom: 0;
    }

    .form__row-name__top0 {
        padding-top: 0;
    }

    .form__label {
        width: auto;
    }

    .form__label:first-child {
        margin-top: 0;
    }

    .form__label + .form__label {
        margin-left: 20px;
    }

    .form__table {
        display: table;
        width: 100%;
        margin: 16px 0;
    }

    .form__table-col {
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px;
    }

    .form__table-col:not(:last-child) {
        margin: 0;
    }

    .form__date {
        margin-top: 12px;
    }

    .form__occupancy {
        margin-top: 12px;
        margin-left: 20px;
    }

    .btn--fan-delete {
        right: 0;
        top: 0px;
    }

    .grid {
        font-size: 17px;
        line-height: 30px;
        margin: 0;
    }

    .grid__cup {
        display: block;
    }

    .grid__col {
        overflow: visible;
        float: left;
    }

    .grid__col:nth-child(1):before {
        content: none;
    }

    .grid__col:nth-child(1) {
        padding: 0;
        margin-bottom: 0;
        width: 14%;
        margin-right: 2%;
    }

    .grid__col:nth-child(1) .grid__item {
        padding: 18px 0;
    }

    .grid__col:nth-child(1) .grid__item:after {
        right: 0;
        left: auto;
        background: #cfd6e4;
    }

    .grid__col:nth-child(1) .grid__item:nth-child(3n+2):after {
        top: 39px !important;
        bottom: auto !important;
    }

    .grid__col:nth-child(1) .grid__item:nth-child(3n+4):after {
        top: 15px !important;
        bottom: auto !important;
    }

    .grid__col:nth-child(2) {
        width: 12%;
    }

    .grid__col:nth-child(2) .grid__item2 {
        margin-left: 30px;
        margin-right: 0;
        padding-bottom: 61px;
    }

    .grid__col:nth-child(2) .grid__item2:after {
        right: 0;
        left: auto;
    }

    .grid__col:nth-child(2) .grid__item-logo-outer2:before {
        content: none !important;
    }

    .grid__col:nth-child(3) {
        width: 12%;
    }

    .grid__col:nth-child(3) .grid__item3 {
        padding-bottom: 139px;
        margin-left: 30px;
        margin-right: 0;
        text-align: right;
    }

    .grid__col:nth-child(3) .grid__item3:after {
        left: auto;
        right: 21px;
    }

    .grid__col:nth-child(4) {
        width: 20%;
    }

    .grid__col:nth-child(5) {
        width: 12%;
    }

    .grid__col:nth-child(5) .grid__item3 {
        text-align: left;
        margin-left: 0;
        margin-right: 30px;
        padding-top: 139px;
    }

    .grid__col:nth-child(5) .grid__item3:after {
        left: 21px;
        right: auto;
    }

    .grid__col:nth-child(6) {
        width: 12%;
    }

    .grid__col:nth-child(6) .grid__item2 {
        margin-right: 40px;
        padding-top: 61px;
        margin-left: 0;
        margin-right: 30px;
    }

    .grid__col:nth-child(6) .grid__item2:after {
        left: 0;
        right: auto;
    }

    .grid__col:nth-child(6) .grid__item-logo-outer2:after {
        content: none !important;
    }

    .grid__col:nth-child(7):before {
        content: none;
    }

    .grid__col:nth-child(7) {
        padding: 0;
        margin-top: 0;
        width: 14%;
        margin-left: 2%;
    }

    .grid__col:nth-child(7) .grid__item {
        padding: 18px 0;
    }

    .grid__col:nth-child(7) .grid__item {
        margin-left: 0;
        margin-right: 0;
    }

    .grid__col:nth-child(7) .grid__item:after {
        left: 0;
        right: auto;
        background: #cfd6e4;
    }

    .grid__col:nth-child(7) .grid__item:nth-child(3n+1):after {
        top: 39px !important;
        bottom: auto !important;
    }

    .grid__col:nth-child(7) .grid__item:nth-child(3n+3):after {
        top: 15px !important;
        bottom: auto !important;
    }

    .grid__item {
        width: auto;
        float: none;
    }

    .grid__item:after {
        height: 24px;
    }

    .grid__item2 {
        padding: 61px 0;
        width: auto;
        float: none;
    }

    .grid__item2:after {
        height: 63px;
    }

    .grid__item2:nth-child(3n+1):after {
        top: 79px !important;
        bottom: auto !important;
    }

    .grid__item2:nth-child(3n+3):after {
        top: 15px !important;
        bottom: auto !important;
    }

    .grid__item3 {
        width: auto;
        padding: 139px 0 139px 0px;
        float: none;
    }

    .grid__item3:after {
        height: 104px;
    }

    .grid__item3:nth-child(3n+1):after {
        top: 183px !important;
        bottom: auto !important;
    }

    .grid__item3:nth-child(3n+3):after {
        top: 25px !important;
        bottom: auto !important;
    }

    .grid__item4 {
        overflow: hidden;
        margin: 0 20px;
        padding: 295px 0 295px 0px;
        width: auto;
    }

    .grid__item-num {
        text-align: left;
        display: inline-block;
        vertical-align: top;
        width: 20px;
    }

    .grid__item-logo-outer {
        width: 42px;
        height: 42px;
        display: inline-block;
        vertical-align: top;
    }

    .grid__item-logo-outer:after {
        content: none;
    }

    .grid__item-logo-outer2 {
        width: 34px;
        height: 34px;
    }

    .grid__item-logo-outer2:before {
        position: absolute;
        width: 1px;
        height: 15px;
        background: #cfd6e4;
        content: '';
        top: -25px;
        right: calc( 100% + 10px);
        left: 0;
        right: 0;
        bottom: auto;
        margin: auto;
        width: 1000px;
        height: 1px;
        top: 17px;
        right: calc( 100% + 10px);
        left: auto;
    }

    .grid__item-logo-outer2:after {
        content: '' !important;
        width: 1000px;
        background: #cfd6e4;
        height: 1px !important;
        top: 17px;
        left: calc( 100% + 10px);
        right: auto;
        padding-bottom: 0;
        position: absolute;
    }

    .grid__item-logo-outer3:first-child:after {
        content: none !important;
    }

    .grid__item-logo-outer3:last-child:before {
        content: none !important;
    }

    .grid__result {
        font-size: 14px;
        line-height: 30px;
        margin-top: -15px;
        right: -29px;
        width: 60px;
        position: absolute;
    }

    .grid__result-table {
        width: 100%;
        position: static;
        margin-left: 0;
    }

    .grid__result2 {
        right: -14px;
        left: auto;
    }

    .grid__result2__left {
        left: -14px;
        right: auto;
    }

    .grid__result3 {
        position: absolute;
        margin-top: -30px;
        right: auto;
        margin-left: -30px;
        display: inline-block;
        vertical-align: top;
    }

    .grid__result6 {
        width: 60px;
    }

    .grid__header {
        color: #aeb6cc;
    }

    .blue .grid__col:nth-child(1) .grid__result-dark,
    .blue .grid__col:nth-child(7) .grid__result-dark {
        color: #fff;
    }

    .logo-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .logo-list__title {
        text-align: left;
        padding: 0;
    }

    .logo-list__item {
        width: 16.6666%;
        float: left;
    }

    .logo-list__item__wide {
        width: 16.6666%;
    }

    .logo-list__item-img-outer--big {
        height: 77px;
    }

    .video-cap__title {
        font-size: 24px;
        line-height: 30px;
    }

    .person-list__item:not(:last-child) {
        margin-bottom: 80px;
    }

    .red-bl__to-top {
        margin-top: -40px;
        padding-top: 75px;
    }

    .red-bl__to-footer {
        margin-bottom: -152px;
        padding-bottom: 152px !important;
    }

    .main-screen {
        width: 100%;
        height: auto;
        min-height: 600px;
        margin: 0;
    }

    .main-screen__text {
        text-align: left;
        padding: 30px 60px;
    }

    .main-screen__outer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-table {
        display: table;
        width: 100%;
    }

    .mobile-table__tr {
        padding: 0;
        display: table-row;
    }

    .mobile-table__tr__first:not(:first-child) {
        padding-top: 0;
    }

    .mobile-table__tr__first > * {
        padding-top: 24px !important;
    }

    .mobile-table__tr__last:not(:last-child) {
        padding-bottom: 0;
        border-bottom: none;
    }

    .mobile-table__tr__last:not(:last-child) > * {
        padding-bottom: 24px !important;
        border-bottom: 3px solid #ee1c25;
    }

    .mobile-table__tr__last + .mobile-table__tr .mobile-table__td {
        padding-top: 20px;
    }

    .mobile-table__td {
        display: table-cell;
        vertical-align: top;
        padding: 3px 20px;
    }

    .mobile-table__td:first-child {
        padding-left: 0;
    }

    .mobile-table__td:last-child {
        padding-right: 0;
    }

    .game-landing__body-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .game-landing__body-row > * {
        margin-bottom: 0;
    }

    .game-description {
        width: auto;
    }

    .game-description__table {
        width: 100%;
        margin: 45px 0;
    }

    .game-description__table-td {
        padding: 45px 15px;
    }

    .game-description__table-td:nth-child(2) {
        width: 160px;
    }

    .player-contacts--offsets {
        margin: 60px 0;
    }

    .player-contacts__caption {
        font: normal 30px/38px "ALS Wagon Condensed Black";
    text-transform: uppercase;
        margin-bottom: 0px;
    }

    .player-contacts__links {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
        flex: 0 0 57%;
        margin: -10px;
    }

    .player-contacts__link {
        width: 50px;
        height: 50px;
        margin: 10px;
    }

    .player-contacts__icon {
        width: auto;
    }

    .team-table__person {
        min-width: 170px;
    }

    .team-table__th--num {
        width: 70px;
    }

    .team-table__th--citizenship {
        width: auto;
    }

    .view-switcher {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .bl-string__sm-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .bl-string__item__sm-12 {
        width: 100% !important;
    }

}

@media (min-width: 769px) {

    .event--horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
        min-height: 160px;
    }

    .event--horizontal .event__line {
        height: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 7px;
        flex: 0 0 7px;
    }

    .event--horizontal .event__line__color3:after,
    .event--horizontal .event__line__color2:after {
        height: 50%;
        width: 7px;
    }

    .event--horizontal .event__top {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 253px;
        flex: 0 0 253px;
        border-right: solid 1px #e6e6e5;
        padding: 10px 17px 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .event--horizontal .event__num {
        margin-bottom: 2px;
    }

    .event--horizontal .event__date {
        font-size: 18px;
        line-height: 27px;
    }

    .event--horizontal .event__top-table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .event--horizontal .event__top-table-col {
        border: none;
        padding: 0;
    }

    .event--horizontal .event__location {
        margin-top: 20px;
    }

    .event--horizontal .event__bottom {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 253px;
        flex: 0 0 253px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-left: solid 1px #e6e6e5;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .event--horizontal .event__bottom-table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .event--horizontal .event__bottom-table-col {
        border: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .event--horizontal .event__bottom-table-col:not(:first-of-type) {
        border-top: 1px solid #e6e6e5;
    }

    .event--horizontal .event__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .event--horizontal .event__member-img-cont {
        height: 74px;
    }

    .event--horizontal .event__member-img-cont:before {
        height: 74px;
    }

    .event--horizontal .event__middle-table {
        max-width: 370px;
    }

}

@media (min-width: 1025px) {

    .container {
        width: 970px;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-0\.5 {
        margin-left: 4.1666%;
    }

    .col-md-offset-1\.5 {
        margin-left: 12.5%;
    }

    .col-md-offset-2\.5 {
        margin-left: 20.83333333333333%;
    }

    .col-md-offset-3\.5 {
        margin-left: 29.16%;
    }

    .col-md-offset-right-12 {
        margin-right: 100%;
    }

    .col-md-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-md-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-md-offset-right-9 {
        margin-right: 75%;
    }

    .col-md-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-md-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-md-offset-right-6 {
        margin-right: 50%;
    }

    .col-md-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-md-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-md-offset-right-3 {
        margin-right: 25%;
    }

    .col-md-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-md-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-md-offset-right-0 {
        margin-right: 0;
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .text-md-justify {
        text-align: justify !important;
    }

    h1,
    .h1 {
        font-size: 55px;
        line-height: 70px;
        margin: 48px 0 24px;
        letter-spacing: 5px;
    }

    p.marker:before {
        position: absolute;
        top: 0;
        left: -25px;
    }

    .pull-md-right {
        float: right !important;
    }

    .pull-md-left {
        float: left !important;
    }

    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }

    .hidden-md {
        display: none !important;
    }

    .page-header {
        background: transparent;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .page-header__table {
        height: 77px;
        border-left: 1px solid #e1e6ef;
        border-right: 1px solid #e1e6ef;
    }

    .page-header__table {
        height: 107px;
        width: 100%;
        margin: 0;
    }

    .page-header__table-col {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page-header__table-col {
        border-bottom: 1px solid #e1e6ef;
    }

    .page-header__table-col:nth-child(2) {
        width: 117px;
        vertical-align: middle;
    }

    .page-header__top {
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .page-header__top {
        border-bottom: 1px solid #e1e6ef;
        height: 54px;
    }

    .page-header__top-bl {
        padding: 0 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-width: 54px;
    }

    .page-header__link + .page-header__link {
        margin-left: 18px;
    }

    .page-header__link-text {
        margin-top: -6px;
    }

    .page-header__link-pic {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: auto;
        margin: auto;
    }

    .page-header__cup {
        position: absolute;
        top: 50%;
        margin-top: -12px;
    }

    .page-header__cup:nth-child(1) {
        left: 0;
    }

    .page-header__cup:nth-child(2) {
        left: 28px;
    }

    .page-header__link-pic__bottom {
        top: auto;
    }

    .page-header__link-pic {
        fill: #e1e6ef;
    }

    .page-header__link-pic-cont {
        padding-left: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .page-header__link-pic-cont__cup {
        padding-left: 52px;
        line-height: 1.5;
    }

    .page-header__link-pic-cont__small {
        padding-left: 25px;
    }

    .page-header__link-pic-cont__small2 {
        padding-left: 30px;
        height: auto;
    }

    .page-header__logo {
        width: 75px;
        height: 75px;
    }

    .page-header__search {
        padding: 20px 20px 22px;
    }

    .page-header__search-form.visible {
        top: 0;
    }

    .page-header__search-form-input {
        padding: 10px 20px;
        width: calc( 100% - 110px);
    }

    .page-header__search-form-submit {
        width: 55px;
        height: 54px;
    }

    .page-header__search-form-close {
        width: 55px;
        height: 54px;
    }

    .page-header__social {
        padding: 20px 20px 22px;
        border-top: none;
    }

    .page-header__social-icon {
        fill: #838ca0;
    }

    .page-header__social-link {
        padding: 0;
    }

    .page-header__social-link:not(:last-child) {
        margin-right: 12px !important;
    }

    .page-header__social-link:not(:last-child) {
        border-right: none;
    }

    .page-header__social-link:hover .page-header__social-icon {
        fill: #51504f;
    }

    .page-header__bottom {
        display: block;
        background: none;
        width: 100%;
        position: static;
        display: block;
        overflow: visible;
    }

    .black .page-header__table,
    .blue .page-header__table,
    .red .page-header__table {
        border-color: rgba(225, 230, 239, 0.13);
    }

    .black .page-header__table-col,
    .blue .page-header__table-col,
    .red .page-header__table-col {
        border-color: rgba(225, 230, 239, 0.13);
    }

    .black .page-header__table-group,
    .blue .page-header__table-group,
    .red .page-header__table-group {
        border-color: rgba(225, 230, 239, 0.13);
    }

    .black .page-header__top,
    .blue .page-header__top,
    .red .page-header__top {
        border-color: rgba(225, 230, 239, 0.13);
    }

    .black .page-header__top-bl,
    .blue .page-header__top-bl,
    .red .page-header__top-bl {
        border-color: rgba(225, 230, 239, 0.13);
    }

    .black .page-header__search:hover .page-header__search-icon,
    .blue .page-header__search:hover .page-header__search-icon,
    .red .page-header__search:hover .page-header__search-icon {
        fill: #fff;
    }

    .black .page-header__social-icon:hover,
    .blue .page-header__social-icon:hover,
    .red .page-header__social-icon:hover {
        fill: #fff;
    }

    .black a.page-header__link:hover,
    .blue a.page-header__link:hover,
    .red a.page-header__link:hover {
        color: #fff;
    }

    .page-footer__bottom-inner {
        padding: 2px 31px 31px;
    }

    .page-footer__block {
        margin-right: 50px;
    }

    .main-menu {
        display: table;
        width: 100%;
        padding: 0;
    }

    .main-menu__col {
        display: table-cell;
        vertical-align: top;
        text-align: center;
        margin: 0;
    }

    .main-menu__link {
        margin-bottom: 0;
    }

    .main-menu__link {
        color: #1b3d83;
        padding: 13px 2px 12px;
        font-size: 15px;
        line-height: 27px;
        display: block;
    }

    .main-menu__link__margin {
        padding: 0;
        margin: 13px 2px 12px;
    }

    .main-menu__link-inner {
        padding: 2px 5px;
        display: inline-block;
        vertical-align: top;
        line-height: 23px;
    }

    .main-menu__link-inner__blue {
        background: #162760;
        color: #fff;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
    }

    .main-menu__link-inner__blue:hover {
        background: #ee1c25;
    }

    .main-menu__link-inner__red {
        background: #ee1c25;
        color: #fff;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
    }

    .main-menu__link-inner__red:hover {
        background: #162760;
    }

    .main-menu__dropdown {
        position: absolute;
        background: #ee1c25;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        top: 52px;
        left: 0;
        max-height: 0;
        overflow: hidden;
        display: block;
    }

    .main-menu__dropdown-inner {
        padding: 15px;
    }

    .main-menu__dropdown-col {
        display: table-cell;
        vertical-align: top;
        padding-left: 50px;
    }

    .main-menu__dropdown-col:first-child {
        padding-left: 0;
    }

    .footer-menu__col {
        padding: 0;
    }

    .tile__item-panel {
        padding: 30px;
    }

    .tile__item-panel2 {
        padding: 30px;
    }

    .tile__item-date__absolute {
        left: 15px;
        right: 15px;
    }

    .tile__item-date__absolute {
        left: 30px;
        right: 30px;
        bottom: 30px;
    }

    .tile2__item-title__big:not(:first-child) {
        margin-top: 30px;
    }

    .tile2__item-title__big {
        font-size: 48px;
        line-height: 50px;
        margin-bottom: 40px;
    }

    .tile2__item-panel {
        padding: 30px;
    }

    .tabs2__link {
        font-size: 24px;
        line-height: 30px;
    }

    .person__bottom__padding {
        padding: 32px 30px;
    }

    .file {
        display: inline-block;
        vertical-align: top;
    }

    .btn__fw {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .btn__small {
        padding: 1px 10px 3px;
        font-size: 14px;
    }

    .btn-container--col .btn:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .ui-datepicker-inline .ui-datepicker-calendar thead th {
        padding: 11px 20px 12px 20px;
    }

    .ui-datepicker-inline .ui-datepicker-calendar tbody td {
        padding: 13px 20px !important;
    }

    .path-scheme__map {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: calc( 50vw - 15px);
        height: auto;
        margin: 0;
    }

    .path-scheme__table {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .path-scheme__table-col {
        padding: 80px 15px;
        display: table-cell;
        vertical-align: top;
    }

    .path-scheme__table-col:first-child {
        padding-left: 0;
    }

    .path-scheme__table-col:last-child {
        padding-right: 0;
    }

    .path-scheme__table-col > *:first-child {
        margin-top: 0;
    }

    .path-scheme__table-col > *:last-child {
        margin-bottom: 0;
    }

    .path-scheme__btn {
        margin-top: -60px;
    }

    .path-scheme__list {
        margin-top: 16px;
    }

    .event__bottom-table-col {
        min-width: 100px;
    }

    .event__date2 {
        font-size: 14px;
        line-height: 24px;
    }

    .event__member-img-cont4 {
        display: inline-block;
        vertical-align: top;
        width: 72px;
        height: 72px;
    }

    .event__member-img-cont4:before {
        content: "";
    }

    .event__result {
        font-size: 36px;
        line-height: 36px;
    }

    .event__time {
        font-size: 14px;
        line-height: 26px;
    }

    .event__link {
        padding: 15px 20px;
    }

    .event__link__big {
        font-size: 14px;
        line-height: 18px;
    }

    .event__link__fw {
        padding: 20px 20px 20px 65px;
    }

    .event__member-img-cont2 .event__member-img {
        bottom: auto;
    }

    .medialib__big {
        height: 800px;
    }

    .stat-bl {
        margin-bottom: 0;
    }

    .news-string__column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .news-string__column > * {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto;
        max-width: none;
    }

    .news-string__outer__top2 {
        margin-top: -150px;
        display: inline-block;
        vertical-align: top;
    }

    .news-string__item {
        min-height: 200px;
    }

    .news-string__item-icon-cont {
        display: block;
    }

    .news-string__item-text {
        width: calc( 100% - 80px);
    }

    .news-string__item-name {
        font-size: 26px;
        line-height: 30px;
    }

    .blue-bl__to-top {
        padding-top: 148px;
        margin-top: -168px;
    }

    .blue-bl__to-top2 {
        padding-top: 144px;
        margin-top: -184px;
    }

    .blue-bl__to-footer {
        margin-bottom: -242px;
        padding-bottom: 242px !important;
    }

    .main-slider {
        margin-top: -148px;
        margin-bottom: 0;
    }

    .main-slider__text {
        height: calc( 100vh - 108px);
        min-height: 700px;
    }

    .stat-diagramm__name2__md-small {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 36px;
    }

    .stat-string2 {
        margin-top: 85px;
        margin-bottom: 85px;
    }

    .stat-string__font3 {
        font-size: 50px;
        line-height: 50px;
    }

    .stat-string__font4 {
        font-size: 14px;
        line-height: 22px;
    }

    .bl-string__item {
        max-width: 100%;
        width: 50%;
    }

    .bl-string__item4 {
        width: 33.33333%;
    }

    .bl-string__item5 {
        width: 41.6667% !important;
    }

    .bl-string__item7 {
        width: 58.3333% !important;
    }

    .bl-string__item8 {
        width: 66.6666%;
    }

    .product-list {
        margin: 0 -15px -100px;
    }

    .product-list__title {
        margin-bottom: 50px;
    }

    .product-list__item {
        margin-bottom: 100px;
    }

    .person-big2 {
        height: 675px;
        text-align: left;
    }

    .person-big__slider .slick-dots {
        bottom: 50px;
    }

    .person-big__num {
        font-size: 145px;
        line-height: 145px;
    }

    .person-big__num2 {
        margin-top: 11px;
        font-size: 61px;
        line-height: 70px;
    }

    .person-big__name {
        font-size: 52px;
        line-height: 55px;
    }

    .person-big__status {
        font-size: 15px;
        line-height: 24px;
    }

    .person-big__status2 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .person-big__all {
        margin-top: 75px;
    }

    .person-big__list-item {
        padding: 35px 0 35px 30px;
    }

    .person-big__img__wide {
        width: auto;
        right: -50%;
    }

    .popup__wide {
        padding: 80px 100px 40px;
    }

    .schedule {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .drop-down-blocks__header {
        padding-top: 0;
        width: 200px;
        padding-left: 70px;
        font: normal 60px/60px "ALS Wagon Condensed Black";
    text-transform: uppercase;
    }

    .section__to-footer {
        margin-bottom: -221px;
        padding-bottom: 221px !important;
    }

    .head-banner {
        height: calc( 100vh - 230px);
    }

    .calendar__inner {
        margin-left: 90px;
        margin-right: 90px;
    }

    .calendar__line-list-item-inner {
        width: 60px;
    }

    .calendar__month {
        width: 90px;
    }

    .grid__col:nth-child(1) {
        width: 15%;
        margin-right: 5%;
    }

    .grid__col:nth-child(2) {
        width: 10%;
    }

    .grid__col:nth-child(3) {
        width: 10%;
    }

    .grid__col:nth-child(5) {
        width: 10%;
    }

    .grid__col:nth-child(6) {
        width: 10%;
    }

    .grid__col:nth-child(7) {
        width: 15%;
        margin-left: 5%;
    }

    .grid__item-logo-outer {
        margin: 0 10px;
    }

    .timeline__item-point-icon {
        left: auto;
    }

    .timeline__item-point-icon1 {
        margin-top: 0px;
        margin-left: -2px;
    }

    .timeline__item-point-icon2 {
        margin-top: 0px;
        margin-left: -1px;
    }

    .timeline__info {
        max-width: 180px;
        position: absolute;
        background: #fff;
        padding: 10px 12px;
    }

    .timeline__info-text1 {
        padding-left: 0;
    }

    .vs-stat {
        padding: 0 75px;
    }

    .vs-stat__number {
        width: 75px;
    }

    .vs-stat__number__big {
        font-size: 28px;
        line-height: 28px;
        bottom: -11px;
    }

    .red-bl {
        background-position: top center;
    }

    .red-bl__to-top {
        padding-top: 148px;
        margin-top: -148px;
    }

    .red-bl__to-footer {
        margin-bottom: -221px;
        padding-bottom: 221px !important;
    }

    .player-contacts__caption {
        font: normal 36px/50px "ALS Wagon Condensed Black";
    text-transform: uppercase;
    }

    .player-contacts__drop-link:hover {
        -webkit-text-decoration: underline #000;
        text-decoration: underline #000;
    }

}

@media (min-width: 1025px) and (min-width: 1200px) {

    .page-header__social-link:not(:last-child) {
        margin-right: 20px !important;
    }

}

@media (min-width: 1100px) {

    .person-big__title {
        font-size: 61px;
        line-height: 70px;
    }

    .person-big__img__wide {
        right: -45%;
    }

}

@media (min-width: 1200px) {

    .page-header__link + .page-header__link {
        margin-left: 24px;
    }

    .player-contacts__links {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
        flex: 0 0 57%;
        margin: -15px;
    }

}

@media (min-width: 1350px) {

    .ui-datepicker-inline .ui-datepicker-prev,
    .ui-datepicker-inline .ui-datepicker-next {
        display: block;
    }

}

@media (max-width: 1024px) {

    .page-header__table-col--fix-width {
        width: 60px;
        min-width: 60px;
        max-width: 60px;
    }

}

@media (max-width: 1000px) {

    .game-landing__img {
        max-width: 500px;
    }

}

@media all and (max-width: 900px) {

    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */

    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }

}

@media (max-width: 768px) {

    .game-landing__img {
        max-width: 100vw;
        right: -40vw !important;
        left: auto;
    }

}

@media (max-width: 767px) {

    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .table__xs-bottom {
        margin-bottom: 20px !important;
    }

    .pagenav__center__xs-left {
        float: left;
    }

    .pagenav__center__xs-right {
        float: right;
    }

    .pagenav__back__xs-bottom {
        margin-bottom: 20px;
    }

    .pagenav__back__xs-left {
        float: left;
    }

    .person__xs-block {
        display: block;
        width: auto;
    }

    .person__img-cont__inline-block {
        margin-bottom: -75px;
        margin-left: 0;
    }

    .ui-datepicker {
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        overflow: auto !important;
    }

    .arena__scheme * {
        -webkit-tap-highlight-color: transparent;
    }

    .game-description__table-td:first-child {
        padding-left: 0;
    }

    .game-description__table-td:last-child {
        padding-right: 0;
    }

}

@media print {

    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }

    .visible-print-block {
        display: block !important;
    }

    .visible-print-inline {
        display: inline !important;
    }

    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }

}

@-webkit-keyframes mejs-loading-spinner {

    100% {
        -webkit-transform: rotate(360deg);
    }

}

@keyframes mejs-loading-spinner {

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-webkit-keyframes buffering-stripes {

    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }

}

@keyframes buffering-stripes {

    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }

}

.instagram-post {
    position: relative;

    display: block;
    height: 285px;
    padding: 40px;
    margin-bottom: 30px;
    box-sizing: border-box;

    background: linear-gradient(323.54deg, #18285F 11.12%, #1F4285 100%), #18285F;
    border-radius: 3px;

    text-decoration: none;
}

@media (max-width: 768px) {
    .instagram-post {
        height: auto;
    }

    .instagram-post__logo {
        display: block;
        margin: 0 auto 30px;
    }

    .instagram-post__content {
        text-align: center;
    }
}

@media (min-width: 769px) {
    .instagram-post__logo {
        position: absolute;
        top: 34px;
        right: 40px;
    }
}

.instagram-post__icon {
    width: 45px;
    height: 45px;

    fill: #fff;
}

.instagram-post__title {
    margin: 20px 0 30px;

    color: #fff;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
}

.instagram-post__name {
    font-weight: bold;
    font-size: 46px;
    line-height: 36px;
    color: #fff;
}

.instagram-post__logo {
    width: 182px;
    height: 192px;
}
