/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Italic.woff2") format("woff2"), url("../fonts/SourceSansPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Black.woff2") format("woff2"), url("../fonts/SourceSansPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/SourceSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-SemiBold.woff2") format("woff2"), url("../fonts/SourceSansPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

body {
  min-width: 320px;
  font-family: 'Source Sans Pro',Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  background: #efefef;
  overscroll-behavior: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  cursor: pointer;
  color: #d61b26;
  -webkit-transition: .2s;
  transition: .2s;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  text-decoration: none;
}

a:hover {
  color: #d61b26;
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

/*.root {
    transition: .3s;
    opacity: 0;
    
    &.doc-ready {
        opacity: 1;
    }
}*/

.mainslider-next__label {
  font-size: 14px;
}

.staffpage-content {
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.modal-title,
.modal-default__heading,
.header-menu__sub-name,
.header-tickets__name,
.mainslider-heading,
.pageblock-heading,
.playersslider-item__num,
.playersslider-item-score__value,
.smenu-heading,
.staffs-heading,
.staffpage-infos__name,
.staffpage-football__value,
.newsitems-heading,
.fans-heading,
.docs-heading,
.contacts-heading,
.players-heading,
.players-item__num,
.statscom-heading,
.matchpage-score,
.matchpage-score span,
.pmenu-heading,
.preloader-num,
.cabinet-heading,
.search-result__name,
.rmatches-item-team__score {
  line-height: 1.3;
}

.btn--link {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mainslider-tag,
.newsslider-item__label,
.playersslider-item__label,
.playersslider-item__info-label,
.staffs-item__label,
.staffs-item__years,
.staffpage-infos__label,
.staffpage-football__label,
.contacts-label,
.players-item__label,
.players-item__info-label,
.statscom-wblock__label,
.statscom-tcircle__head,
.statscom-tcircle__label,
.statscom-ocircle__label,
.matchpage-label,
.rmatches-games th,
.rmatches-scores th,
.rstat-item__label {
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sponsors,
.fans,
.uniforms,
.textpage,
.photopage {
  margin-top: -32px;
  margin-bottom: -64px;
}

h1 {
  font-size: 96px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0 0 30px;
}

h2 {
  font-size: 64px;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0 0 30px;
}

h3 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 0 20px;
}

h4 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 30px;
}

h5 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

h6 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

p + h1,
p + h2,
p + h3,
p + h4 {
  margin-top: 60px;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

table tr:nth-child(even) {
  background: #fafafa;
}

table th {
  color: #000;
  padding: 10px 15px;
  border: 0;
}

table td {
  padding: 10px 15px;
  border: 0;
  border-bottom: 0;
}

.table {
  margin-bottom: 48px;
}

.table-wrap {
  width: 100%;
  overflow: auto;
}

.table th {
  color: #000;
  padding: 10px 15px;
  border-bottom: 0;
  border: 1px solid #101820;
  background: #101820;
  color: #fff;
}

.table th p {
  margin: 0;
}

.table td {
  padding: 10px 15px;
  border-bottom: 0;
  border: 1px solid #F2F2F2;
}

.table td p {
  margin: 0;
}

.tabs {
  width: 100%;
}

.tabs__list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #BEC4C7;
  width: 100%;
  margin: 0;
}

.tabs__list .btn {
  margin-left: auto;
  margin-right: 10px;
}

.tabs__item {
  list-style: none;
  display: inline-block;
  margin: 0 !important;
}

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

.tabs__link {
  display: block;
  color: #000;
  padding: 12px 0px;
  position: relative;
  margin-bottom: -1px;
  white-space: normal;
  border-bottom: 4px solid transparent;
  margin-right: 32px;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.tabs__link:hover {
  color: #000;
  text-decoration: none;
  border-color: #d61b26;
}

.tabs__link.active {
  color: #000;
  border-color: #d61b26;
}

.tabs__content {
  background: #efefef;
  overflow: hidden;
  border-top: 0;
  margin-top: 48px;
}

.tabs__content > .tabs__pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.tabs__content > .tabs__pane.active {
  height: auto;
  opacity: 1;
}

.btabs {
  width: 100%;
}

.btabs__list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.btabs__list .btn {
  margin-left: auto;
  margin-right: 10px;
}

.btabs__item {
  list-style: none;
  display: inline-block;
  width: 100%;
  min-width: 110px;
}

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

.btabs__link {
  display: block;
  color: #000;
  padding: 12px 15px;
  position: relative;
  white-space: normal;
  min-width: 120px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #fff;
  background: #2f3438;
}

.btabs__link:hover {
  color: #d61b26;
  text-decoration: none;
}

.btabs__link.active {
  color: #d61b26;
  background: #fff;
}

.btabs__content {
  background: #fff;
  overflow: hidden;
  border-top: 0;
}

.btabs__content > .btabs__pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.btabs__content > .btabs__pane.active {
  height: auto;
  opacity: 1;
}

.accordion__block {
  background: #fff;
  -webkit-transition: 1s;
  transition: 1s;
  margin-bottom: 16px;
  position: relative;
}

.accordion__heading {
  font-weight: 600;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  color: #000;
  min-height: 64px;
  padding: 10px 10px 10px 96px;
  text-transform: uppercase;
}

.accordion__heading:before {
  width: 64px;
  height: 100%;
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
  background: #d61b26;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.accordion__heading:after {
  width: 64px;
  height: 100%;
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
  background: url(../images/arrow.svg) center no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.accordion__heading:hover {
  color: #d61b26;
}

.accordion__heading[aria-expanded="true"] {
  color: #000;
}

.accordion__heading[aria-expanded="true"]:before {
  background: #d61b26;
}

.accordion__heading[aria-expanded="true"]:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion__content {
  -webkit-transition: .5s;
  transition: .5s;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.col-1 {
  width: calc(100% / 12 * 1 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-2 {
  width: calc(100% / 12 * 2 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-3 {
  width: calc(100% / 12 * 3 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-4 {
  width: calc(100% / 12 * 4 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-5 {
  width: calc(100% / 12 * 5 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-6 {
  width: calc(100% / 12 * 6 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-7 {
  width: calc(100% / 12 * 7 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-8 {
  width: calc(100% / 12 * 8 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-9 {
  width: calc(100% / 12 * 9 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-10 {
  width: calc(100% / 12 * 10 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-11 {
  width: calc(100% / 12 * 11 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-12 {
  width: calc(100% / 12 * 12 - 24px - 0.1px);
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 109940;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #101820;
  opacity: .64;
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
}

.modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
  margin: 10px;
}

.modal.fade .modal-dialog {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transform: translate(0, -5%);
  transform: translate(0, -5%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (10px * 2));
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - (10px * 2));
  content: "";
}

.modal-content {
  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;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #101820;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .25;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 30px 40px 0;
  background: #fff;
  color: #fff;
  position: relative;
}

.modal-header .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  display: block;
  padding: 0;
  margin: 0;
  background: url(../images/close.svg) center no-repeat !important;
  min-width: inherit;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0;
}

.modal-title {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: bold;
  width: 100%;
  color: #101820;
  text-align: center;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 30px 40px;
}

.modal-body--nopadd {
  padding: 0 !important;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px;
}

.modal-footer > :not(:first-child) {
  margin-left: 5px;
}

.modal-footer > :not(:last-child) {
  margin-right: 5px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

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

.modal-default__heading {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.modal-default__text {
  margin-bottom: 30px;
}

.modal-default__btn {
  margin: 10px;
  min-width: 100px !important;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

.form-label {
  font-size: 14px;
  position: absolute;
  top: 8px;
  left: 24px;
  color: #000;
  opacity: .44;
  z-index: 5;
  cursor: default;
  font-weight: 600;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.form-col {
  width: calc(100% / 12 * 6 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.form-group {
  margin-bottom: 16px;
  position: relative;
}

.form-groupwrap {
  position: relative;
}

.form-group--center {
  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;
}

.form-group .form-input {
  width: 100%;
  height: 80px;
  padding: 10px 24px;
  font-size: 20px;
  color: #101820;
}

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

.form-labels {
  pointer-events: none;
  color: #959FA5;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-overflow: ellipsis;
  width: calc(100% - 25px);
  overflow: hidden;
  white-space: nowrap;
  background-color: transparent !important;
  font-size: 12px;
  position: absolute;
  top: 6px;
  left: 18px;
  z-index: 3;
}

.form-inputs {
  background: #F4F7FB;
  border: 2px solid #F4F7FB;
  border-radius: 4px;
  height: 56px;
  padding: 0 16px 0;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  color: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

.form-inputs:focus {
  border-color: #C4CBD0;
}

.form-inputs.error {
  border-color: #DD213F;
}

.btn {
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
  position: relative;
  display: inline-block;
  padding: 14px 25px 14px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  vertical-align: middle;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none !important;
  min-width: 170px;
  background-color: #d61b26;
  border: 1px solid #d61b26;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.btn--sm {
  font-size: 14px;
  padding: 8px 25px 9px;
  min-width: 146px;
}

.btn--lg {
  font-size: 14px;
  padding: 22px 40px;
}

.btn--full {
  width: 100%;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:disabled,
.btn.disabled {
  cursor: default;
  pointer-events: none;
  background: #CCD4D7 !important;
}

.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #d61b26;
}

.btn:active {
  top: 1px;
  background-color: #d61b26;
}

.btn--red {
  background-color: #d61b26;
  border: 1px solid #d61b26;
}

.btn--red:hover {
  background-color: #d61b26;
}

.btn--red:active {
  background-color: #d61b26;
}

.btn--blue {
  background-color: #d61b26;
  border: 1px solid #d61b26;
}

.btn--blue:hover {
  background-color: #d61b26;
}

.btn--blue:active {
  background-color: #d61b26;
}

.btn--border {
  background-color: transparent;
  -webkit-box-shadow: #d61b26 0 0 0 0px inset;
  box-shadow: #d61b26 0 0 0 0px inset;
  color: #d61b26;
  font-size: 24px;
  font-weight: normal;
  padding: 11px 30px 11px;
  text-transform: none;
}

.btn--border:hover {
  color: #fff;
  -webkit-box-shadow: #d61b26 0 0 0 40px inset;
  box-shadow: #d61b26 0 0 0 40px inset;
}

.btn--link {
  background-color: transparent !important;
  color: #5F6E78;
  min-width: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  text-decoration: none;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  color: #d61b26;
}

.btn--link:hover {
  text-decoration: none;
  color: #d61b26;
}

.btn--w100 {
  width: 100%;
}

.placeinput {
  position: relative;
}

.placeinput .placelabel {
  position: absolute;
  pointer-events: none;
  left: 18px;
  top: 17px;
  color: #959FA5;
  font-size: 16px !important;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-overflow: ellipsis;
  width: calc(100% - 25px);
  overflow: hidden;
  white-space: nowrap;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}

.placeinput .placelabel--up {
  top: 6px;
  left: 18px;
  font-size: 12px !important;
}

.placeinput-input {
  background: #F4F7FB;
  border: 2px solid #F4F7FB;
  border-radius: 4px;
  height: 56px;
  padding: 12px 16px 0;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  color: #000;
}

.placeinput-input:focus {
  border-color: #C4CBD0;
}

.placeinput-input.error {
  border-color: #DD213F;
}

input::-ms-clear {
  display: none;
}

.form-input,
.form-textarea,
select,
select.select {
  display: block;
  width: 100%;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #101820;
  background-color: #fff;
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
  border-radius: 0;
  -webkit-transition: .3s;
  transition: .3s;
  outline: none;
  height: 64px;
  text-overflow: ellipsis;
  border-radius: 0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.form-input:focus,
.form-textarea:focus,
select:focus,
select.select:focus {
  border-color: #ccc;
}

.form-input--lg,
.form-textarea--lg,
select--lg,
select.select--lg {
  height: 64px;
  font-size: 16px;
  padding: 0 30px;
}

.form-input--search,
.form-textarea--search,
select--search,
select.select--search {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTYuOTY2IDU2Ljk2NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0ibTU1LjE0NiA1MS44ODdsLTEzLjU1OC0xNC4xMDFjMy40ODYtNC4xNDQgNS4zOTYtOS4zNTggNS4zOTYtMTQuNzg2IDAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4YzAuNTcxIDAuNTkzIDEuMzM5IDAuOTIgMi4xNjIgMC45MiAwLjc3OSAwIDEuNTE4LTAuMjk3IDIuMDc5LTAuODM3IDEuMTkyLTEuMTQ3IDEuMjMtMy4wNDkgMC4wODMtNC4yNDJ6bS0zMS4xNjItNDUuODg3YzkuMzc0IDAgMTcgNy42MjYgMTcgMTdzLTcuNjI2IDE3LTE3IDE3LTE3LTcuNjI2LTE3LTE3IDcuNjI2LTE3IDE3LTE3eiIgZmlsbD0iI2NjYyIvPgo8L3N2Zz4K") 1rem 0.8rem no-repeat;
  padding-left: 40px;
}

.form-input--date,
.form-textarea--date,
select--date,
select.select--date {
  background-image: url(../images/date_icon.svg.html);
  background-repeat: no-repeat;
  background-position: right center;
}

.form-input--lg.form-input--date,
.form-textarea--lg.form-input--date,
select--lg.form-input--date,
select.select--lg.form-input--date {
  background-image: url(../images/date_icon2.svg.html);
}

.form-input--flat,
.form-textarea--flat,
select--flat,
select.select--flat {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-input:disabled,
.form-textarea:disabled,
select:disabled,
select.select:disabled {
  opacity: .5;
}

.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.select::-webkit-input-placeholder {
  color: #99A2A6;
  opacity: 1;
}

.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder,
select::-moz-placeholder,
select.select::-moz-placeholder {
  color: #99A2A6;
  opacity: 1;
}

.form-input::-ms-input-placeholder,
.form-textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
select.select::-ms-input-placeholder {
  color: #99A2A6;
  opacity: 1;
}

.form-input::placeholder,
.form-textarea::placeholder,
select::placeholder,
select.select::placeholder {
  color: #99A2A6;
  opacity: 1;
}

.form-textarea {
  min-height: 150px;
  height: auto;
  padding: 14px 14px;
  resize: none;
}

.form-textarea--sm {
  min-height: 75px;
}

.form-checkbox,
.form-radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-checkbox__label,
.form-radio__label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-checkbox__label span,
.form-radio__label span {
  display: inline-block;
}

.form-checkbox--disabled,
.form-radio--disabled {
  pointer-events: none;
}

.form-checkbox--disabled .form-checkbox__label,
.form-radio--disabled .form-checkbox__label,
.form-checkbox--disabled
  .form-radio__label,
.form-radio--disabled
  .form-radio__label {
  color: #7D8B91;
}

.jq-checkbox {
  top: 0px;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  border: 2px solid #d61b26;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 2px;
  -webkit-transition: .2s;
  transition: .2s;
  overflow: visible !important;
  position: relative;
}

.jq-checkbox__div {
  width: 16px;
  height: 14px;
  -webkit-transition: .2s;
  transition: .2s;
  top: 0;
  right: 0;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  background-image: url(../images/checks.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.jq-checkbox.checked {
  background: #fff;
  border-color: #d61b26;
}

.jq-checkbox.checked .jq-checkbox__div {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.jq-checkbox.disabled {
  opacity: .55;
}

.jq-radio {
  top: 0px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #B9C0C4;
  margin: 0 10px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.jq-radio + span {
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.jq-radio.checked {
  background: #d61b26;
}

.jq-radio.checked + span {
  color: #d61b26;
}

.jq-radio .jq-radio__div {
  width: 16px;
  height: 16px;
  -webkit-transition: .2s;
  transition: .2s;
  top: 2px;
  position: absolute;
  left: 2px;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 100%;
}

.jq-radio.checked .jq-radio__div {
  background: #fff;
  background: #d61b26;
}

.jq-radio.disabled {
  opacity: .55;
}

.jqselect {
  height: 56px;
  z-index: 2 !important;
}

.jqselect.opened {
  z-index: 4 !important;
}

.jqselect ::-webkit-scrollbar {
  width: 5px;
}

.jqselect ::-webkit-scrollbar-track {
  background: #ccc;
}

.jqselect ::-webkit-scrollbar-thumb {
  background: #999;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
}

.jq-selectbox__select {
  line-height: 60px;
  padding: 0 30px 0 15px;
  height: 56px;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  display: inline-block;
  text-align: left;
  -webkit-transition: .3s;
  transition: .3s;
  border: 0;
  border: 2px solid #F4F7FB;
  border-radius: 4px;
  color: #000;
  background-color: #F4F7FB;
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
}

.opened .jq-selectbox__select {
  border-color: #C4CBD0;
  border-bottom-color: #fff;
  background: #fff;
}

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100% !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox .placeholder {
  color: #959FA5;
  height: 56px;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  z-index: 1;
  -webkit-transition: .2s;
  transition: .2s;
  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;
  background: url(../images/select.svg) center no-repeat;
}

.opened .jq-selectbox__select .jq-selectbox__trigger {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
}

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  top: 53px;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  opacity: 0;
  visibility: hidden;
  border: 2px solid #C4CBD0;
  border-top: 0px solid #fff;
  border-radius: 0 0 4px 4px;
}

.dropup .jq-selectbox__dropdown {
  border: 2px solid #C4CBD0;
  border-bottom: 0px solid #fff;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  bottom: auto !important;
  top: 53px !important;
}

.opened .jq-selectbox__dropdown {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 12px 15px;
  margin-bottom: 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #959FA5;
  font-size: 16px;
  font-weight: 600;
}

.jq-selectbox li.selected {
  color: #d61b26;
}

.jq-selectbox li:hover {
  background-color: #f8f8f8;
  color: #7c7f88;
}

.jq-selectbox li.disabled {
  color: #ccc;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.form-file.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.form-file.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
  cursor: pointer;
}

.form-file.jq-file .jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  display: inline-block;
  padding: 21px 25px 22px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  vertical-align: middle;
  border: 0;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none !important;
  min-width: 240px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: #d61b26 0 0 0 3px inset;
  box-shadow: #d61b26 0 0 0 3px inset;
  float: left;
  background: #fff;
}

.form-file.jq-file .jq-file__browse {
  font-size: 17px;
  padding: 21px 25px 22px;
  float: left;
}

.form-file.jq-file:hover .jq-file__name,
.form-file.jq-file:active .jq-file__name {
  -webkit-box-shadow: #006EB6 0 0 0 40px inset;
  box-shadow: #006EB6 0 0 0 40px inset;
}

.form-file-icon.jq-file {
  position: relative;
  display: block !important;
  overflow: hidden;
}

.form-file-icon.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
  cursor: pointer;
}

.form-file-icon.jq-file .jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.form-file-icon.jq-file .jq-file__name {
  background-color: transparent !important;
  color: #5F6E78;
  min-width: inherit;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  text-decoration: none;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 10px 0;
  text-align: left;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.form-file-icon.jq-file .jq-file__name:before {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-filter: grayscale(1) brightness(0.7);
  filter: grayscale(1) brightness(0.7);
  background: url(../images/i-upload.svg.html) center no-repeat;
}

.form-file-icon.jq-file .jq-file__browse {
  display: none;
}

.form-file-icon.jq-file:hover .jq-file__name {
  color: #d61b26;
}

.form-file-icon.jq-file:hover .jq-file__name:before {
  -webkit-filter: none;
  filter: none;
}

[data-simplebar="init"] {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-radio__label:before,
.form-radio__label:after {
  border-radius: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.jq-number {
  position: relative;
  vertical-align: middle;
  display: block;
  width: auto;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jq-number__spin {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 36px;
  height: 25px;
  border-radius: 0px;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
  background: url(../images/num.svg.html) center no-repeat;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 1px;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.jq-number__spin.minus:hover:after {
  border-top-color: #d61b26;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #d61b26;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}

input.seachslider {
  opacity: 0;
}

/*
 * Container style
 */

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  -webkit-transition: .2s linear left;
  transition: .2s linear left;
  /* maybe other vendor-prefixed transitions */
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  -webkit-transition: .2s linear top;
  transition: .2s linear top;
  /* maybe other vendor-prefixed transitions */
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none !important;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #101820;
  opacity: .5;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #d61b26;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}

/* Progress */

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 109946;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #101820;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .64;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  z-index: 6;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 130px;
  width: 100%;
  z-index: 2;
}

.header-logo {
  display: block;
  width: 96px;
  height: 96px;
  background: url(../images/logo.svg) center no-repeat;
  background-size: cover;
  margin-right: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-right {
  width: 100%;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
}

.header-social__item {
  width: 40px;
  height: 40px;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-filter: grayscale(0.9);
  filter: grayscale(0.9);
  opacity: .5;
}

.header-social__item:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.header-social__item--vk {
  background: url(../images/vk.svg) center no-repeat;
}

.header-social__item--fb {
  background: url(../images/fb.svg) center no-repeat;
}

.header-social__item--od {
  background: url(../images/od.svg) center no-repeat;
}

.header-social__item--yt {
  background: url(../images/yt.svg) center no-repeat;
}

.header-social__item--tw {
  background: url(../images/tw.svg) center no-repeat;
}

.header-topright {
  height: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header-searchbtn {
  width: 64px;
  height: 100%;
  display: block;
  background: url(../images/search.svg) center no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-filter: grayscale(0.9);
  filter: grayscale(0.9);
  opacity: .6;
}

.header-searchbtn:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.header-loginbtn {
  width: 64px;
  height: 100%;
  display: block;
  background: url(../images/user.svg) center no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-filter: grayscale(0.9);
  filter: grayscale(0.9);
  opacity: .6;
}

.header-loginbtn span {
  display: none;
}

.header-loginbtn:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.header-langbtn {
  width: 64px;
  height: 100%;
  display: block;
  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;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-filter: grayscale(0.8);
  filter: grayscale(0.8);
  opacity: .6;
  color: #d61b26;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-langbtn:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  color: #d61b26;
}

.header-oldbtn {
  padding: 0 10px;
  height: 100%;
  display: block;
  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;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-filter: grayscale(0.8);
  filter: grayscale(0.8);
  opacity: .6;
  color: #d61b26;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: none;
}

.header-oldbtn:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  color: #d61b26;
}

.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 65px;
  border-top: 1px solid #F8F8F8;
  margin-top: -1px;
}

.header-popmenubtn {
  position: relative;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-popmenubtn b {
  display: none;
}

.header-popmenubtn:hover b {
  color: #d61b26;
}

.header-popmenubtn span {
  width: 20px;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  top: 19px;
  left: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.header-popmenubtn span:before {
  position: absolute;
  top: -6px;
  left: 0;
  background: #000;
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.header-popmenubtn span:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  background: #000;
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.header-popmenubtn:hover span {
  width: 22px;
  background: #d61b26;
}

.header-popmenubtn:hover span:before {
  width: 18px;
  background: #d61b26;
}

.header-popmenubtn:hover span:after {
  width: 14px;
  background: #d61b26;
}

.header-popmenubtn--showed span {
  background-color: transparent !important;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 20px !important;
}

.header-popmenubtn--showed span:before {
  width: 24px !important;
  background: #d61b26 !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -1px;
  left: -2px;
}

.header-popmenubtn--showed span:after {
  width: 24px !important;
  background: #d61b26 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: -2px;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-menu__link {
  display: block;
  padding: 0 8px;
  height: 65px;
  color: #000;
  text-align: center;
  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;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 17px;
}

.header-menu__link:hover {
  color: #d61b26;
}

.header-menu__sub {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: #F8F9F9;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  padding: 32px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-menu__sub-name {
  -webkit-transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  font-size: 64px;
  font-weight: 900;
  letter-spacing: -1px;
  color: #000;
  min-width: 320px;
  margin-right: 140px;
  opacity: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-menu__sub-items {
  max-width: 660px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  max-height: 180px;
}

.header-menu__sub-item {
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: block;
  list-style: none;
  max-width: 320px;
  width: 100%;
  opacity: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: 0;
}

.header-menu__sub-item:nth-child(1),
.header-menu__sub-item:nth-child(5) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.header-menu__sub-item:nth-child(2),
.header-menu__sub-item:nth-child(6) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

.header-menu__sub-item:nth-child(3),
.header-menu__sub-item:nth-child(7) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.header-menu__sub-item:nth-child(4),
.header-menu__sub-item:nth-child(8) {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}

.header-menu__sub-link {
  margin-right: 32px;
  display: block;
  height: 40px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 1px solid #efefef;
}

.header-menu__item:hover .header-menu__sub {
  opacity: 1;
  visibility: visible;
}

.header-menu__item:hover .header-menu__sub-name {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.header-menu__item:hover .header-menu__sub-item {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.header-bottomright {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-tickets__link {
  border-left: 1px solid #F8F8F8;
  height: 65px;
  width: 150px;
  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;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #d61b26;
}

.header-tickets__link:after {
  width: 24px;
  height: 24px;
  display: block;
  content: '';
  margin-left: 10px;
  background: url(../images/tickets.svg) center no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-tickets__link:hover:after {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.header-tickets__sub {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #F8F9F9;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  padding: 32px 40px;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.header-tickets__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 16px;
}

.header-tickets__col {
  width: calc(100% / 12 * 4 - 16px - 0.1px);
  margin-left: 8px;
  margin-right: 8px;
  word-wrap: break-word;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}

.header-tickets__col6 {
  width: calc(100% / 12 * 6 - 16px - 0.1px);
  margin-left: 8px;
  margin-right: 8px;
  word-wrap: break-word;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}

.header-tickets__col:nth-child(1),
.header-tickets__col6:nth-child(1) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.header-tickets__col:nth-child(2),
.header-tickets__col6:nth-child(2) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

.header-tickets__col:nth-child(3) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.header-tickets__block {
  height: 160px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  padding: 32px;
  position: relative;
}

.header-tickets__block:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #101820;
  opacity: .3;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-tickets__block:hover:before {
  opacity: .1;
}

.header-tickets__name {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 2;
}

.header-tickets:hover .header-tickets__sub {
  opacity: 1;
  visibility: visible;
}

.header-tickets:hover .header-tickets__col,
.header-tickets:hover .header-tickets__col6 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.header-shop {
  border-left: 1px solid #F8F8F8;
  height: 65px;
  width: 150px;
  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;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #d61b26;
}

.header-shop:after {
  width: 24px;
  height: 24px;
  display: block;
  content: '';
  margin-left: 10px;
  background: url(../images/shop.svg) center no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-shop:hover:after {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.header-search {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -1px;
  right: calc(100% - 64px);
  z-index: -1;
  width: 400px;
  background: #f2f2f2;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-search--showed {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  -webkit-transform: none;
  transform: none;
}

.header-search__input {
  width: 100%;
  padding-right: 64px;
  background: #f2f2f2;
}

.header-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  padding: 0;
  min-width: 65px;
  border: 0;
  background: url(../images/searchb.svg) center no-repeat !important;
}

.popmenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  border-top: 1px solid #F8F8F8;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  z-index: -1;
  -webkit-transform: translateY(-2%);
  transform: translateY(-2%);
}

.popmenu--showed {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  z-index: 2;
}

.popmenu-close {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 4;
  background: url(../images/close.svg) center no-repeat;
  background-size: 20px;
}

.popmenu-wrap {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popmenu-mob {
  display: none;
  width: 100%;
}

.popmenu-mob .header-logo {
  width: 100px;
  height: 100px;
  background-size: 100px;
}

.popmenu-mob .header-social {
  padding-left: 0;
  margin-bottom: 10px;
}

.popmenu-mob .header-bottomright {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
  padding: 0;
}

.popmenu-mob .header-tickets {
  width: 50%;
}

.popmenu-mob .header-tickets__link {
  height: 50px;
  border: 0 !important;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popmenu-mob .header-shop {
  height: 50px;
  border: 0 !important;
  padding: 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popmenu-mob .header-loginbtn {
  width: 180px;
  height: 50px;
  background: transparent;
}

.popmenu-mob .header-loginbtn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popmenu-mob .header-loginbtn span:before {
  width: 40px;
  height: 50px;
  background: url(../images/user.svg) center no-repeat;
  content: '';
  margin-right: 0px;
}

.popmenu-mob .header-topright {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.popmenu-mob .header-search {
  position: relative;
  top: auto;
  right: auto;
  visibility: visible;
  opacity: 1;
  z-index: 2;
  margin-bottom: 30px;
  width: 100%;
}

.popmenu-left {
  width: 310px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.popmenu-right {
  width: 100%;
}

.popmenu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.popmenu-col {
  width: calc(100% / 12 * 2.4 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  margin-bottom: 60px;
}

.popmenu-heading {
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
  color: #d61b26;
}

.popmenu-heading:hover {
  color: #101820;
}

.popmenu-menu-items {
  padding: 0;
  margin: 0;
  list-style: none;
}

.popmenu-menu-item {
  margin-bottom: 7px;
}

.popmenu-menu-link {
  font-weight: 600;
  color: #000;
}

.popmenu-buybtn {
  padding-left: 0;
  padding-right: 0;
}

html,
body {
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.root {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.mainrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
}

.mainleft {
  width: 75%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  padding-top: 130px;
  display: block;
}

.mainright {
  width: 25%;
  background: #101820;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.main {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: calc(100% - 130px);
  padding-top: 32px;
  background: #F8F9F9;
  z-index: 1;
}

.main--bg {
  background: #efefef;
}

.main--nopad {
  padding-top: 0 !important;
}

.main-wmenu {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: calc(100% - 130px);
  padding-top: 172px;
  z-index: 1;
}

.scrollbar {
  overflow: auto;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
  background: #d61b26;
}

.mainmobile {
  display: none;
}

.mainslider {
  margin-bottom: 32px;
}

.mainslider-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #101820;
}

.mainslider .swiper-container {
  height: 590px;
}

.mainslider-left {
  width: 57%;
  pointer-events: none;
}

.mainslider-right {
  width: 43%;
  background: url(../images/pattern.svg) top right no-repeat;
}

.mainslider-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mainslider-text {
  width: 100%;
  color: #fff;
  padding: 64px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.mainslider-tag {
  color: #d61b26;
}

.mainslider-heading {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 30px;
  display: block;
}

.mainslider-next {
  width: calc(100% - 130px);
}

.mainslider-next__label {
  opacity: .4;
  margin-bottom: 5px;
}

.mainslider-next__heading {
  color: #fff;
  font-weight: bold;
}

.mainslider-button-next {
  width: 64px;
  height: 64px;
  background: #fff;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  border-radius: 100%;
  position: absolute;
  bottom: 64px;
  right: 32px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.mainslider-button-next:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
  background: url(../images/prev.svg) center no-repeat;
}

.mainslider-button-next:hover:after {
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
}

.mainslider-button-prev {
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  bottom: 64px;
  right: 104px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.mainslider-button-prev:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
  background: url(../images/prev.svg) center no-repeat;
}

.mainslider-button-prev:hover:after {
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
}

.mainbanner {
  margin-bottom: 32px;
}

.mainbanner a {
  display: block;
}

.mainbanner img {
  width: 100%;
  display: block;
}

.pageblock {
  margin-bottom: 32px;
}

.pageblock-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 48px;
}

.pageblock-heading {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  padding-right: 15px;
}

.pageblock-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #d61b26;
  text-align: right;
}

.pageblock-more:after {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  content: '';
  background: url(../images/arw-link.svg) center no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
}

.pageblock-more:hover:after {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

.newsslider-items {
  padding-bottom: 80px;
}

.newsslider .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 40px;
  bottom: 20px;
  z-index: 50;
  height: 1px;
  width: calc(100% - 80px);
  background: #BEC4C7;
}

.newsslider .swiper-scrollbar-drag {
  height: 4px;
  width: 100%;
  position: relative;
  background: #d61b26;
  border-radius: 10px;
  left: 0;
  top: -3px;
}

.newsslider .swiper-button-prev {
  top: auto;
  bottom: -1px;
  left: 0;
  background: transparent;
}

.newsslider .swiper-button-prev:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background: url(../images/prev.svg) center no-repeat;
  opacity: .6;
}

.newsslider .swiper-button-prev:hover:after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.newsslider .swiper-button-next {
  top: auto;
  bottom: -1px;
  right: 0;
  background: transparent;
}

.newsslider .swiper-button-next:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background: url(../images/prev.svg) center no-repeat;
  opacity: .6;
}

.newsslider .swiper-button-next:hover:after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.newsslider-item {
  display: block;
  background: #fff;
}

.newsslider-item__imgwrap {
  display: block;
  height: 240px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.newsslider-item__img {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
  background-image: url(../images/logom.svg);
  background-size: cover;
  -webkit-transition: 5s;
  transition: 5s;
}

.newsslider-item:hover .newsslider-item__img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 14s;
  transition: 14s;
}

.newsslider-item__desc {
  padding: 20px 32px;
}

.newsslider-item__labels {
  margin-bottom: 15px;
}

.newsslider-item__label {
  color: #d61b26;
  margin-right: 15px;
  display: inline-block;
}

.newsslider-item__title {
  font-size: 18px;
  font-weight: 600;
  height: 96px;
  overflow: hidden;
  color: #000;
  margin-bottom: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}

.newsslider-item__title:hover {
  color: #d61b26;
}

.newsslider-item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #99A2A6;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.newsslider-item__date:before {
  width: 24px;
  height: 24px;
  background: url(../images/time.svg) center no-repeat;
  content: '';
  display: block;
  margin-right: 6px;
}

.newsslider-item__ivideo {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: #d61b26 url(../images/ivideo.svg) center no-repeat;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  z-index: 2;
}

.newsslider-item__iphoto {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: #d61b26 url(../images/iphoto.svg) center no-repeat;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  z-index: 2;
}

.photoslider {
  background: #030E14;
  color: #fff;
  padding: 32px 0;
}

.photoslider .pageblock-top {
  border-color: #2b3338;
}

.photoslider-items {
  padding-bottom: 80px;
}

.photoslider .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 40px;
  bottom: 20px;
  z-index: 50;
  height: 1px;
  width: calc(100% - 80px);
  background: rgba(255, 255, 255, 0.25);
}

.photoslider .swiper-scrollbar-drag {
  height: 4px;
  width: 100%;
  position: relative;
  background: #d61b26;
  border-radius: 10px;
  left: 0;
  top: -3px;
}

.photoslider .swiper-button-prev {
  top: auto;
  bottom: -1px;
  left: 0;
  background: transparent;
}

.photoslider .swiper-button-prev:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-filter: grayscale(1) brightness(2);
  filter: grayscale(1) brightness(2);
  background: url(../images/prev.svg) center no-repeat;
}

.photoslider .swiper-button-prev:hover:after {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}

.photoslider .swiper-button-next {
  top: auto;
  bottom: -1px;
  right: 0;
  background: transparent;
}

.photoslider .swiper-button-next:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-filter: grayscale(1) brightness(2);
  filter: grayscale(1) brightness(2);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background: url(../images/prev.svg) center no-repeat;
}

.photoslider .swiper-button-next:hover:after {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}

.photoslider-item {
  display: block;
  background: #030E14;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.photoslider-item:hover {
  background: #fff;
  color: #000;
}

.photoslider-item__imgwrap {
  height: 240px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.photoslider-item__imgwrap:after {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  background: #fff url(../images/bphoto.svg) center no-repeat;
  margin: -32px 0 0 -32px;
  content: '';
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.photoslider-item:hover .photoslider-item__imgwrap:after {
  opacity: 1;
}

.photoslider-item__img {
  height: 100%;
  width: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #eee;
  background-image: url(../images/logom.svg);
  -webkit-transition: 5s;
  transition: 5s;
  background-size: cover;
}

.photoslider-item:hover .photoslider-item__img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 14s;
  transition: 14s;
}

.photoslider-item__desc {
  height: 100px;
  border: 1px solid #2b3338;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: .3s;
  transition: .3s;
}

.photoslider-item:hover .photoslider-item__desc {
  border-color: #E0E0E0;
}

.photoslider-item__title {
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 400px;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.photoslider-item:hover .photoslider-item__title {
  color: #000;
}

.photoslider-item__icons {
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-left: 1px solid #2b3338;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-transition: .3s;
  transition: .3s;
}

.photoslider-item:hover .photoslider-item__icons {
  border-color: #E0E0E0;
}

.photoslider-item__total {
  width: 100px;
  height: 100%;
  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;
  font-size: 12px;
  font-weight: 600;
  color: #99A2A6;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #2b3338;
  -webkit-transition: .3s;
  transition: .3s;
}

.photoslider-item__total:before {
  width: 24px;
  height: 24px;
  background: url(../images/wphoto.svg) center no-repeat;
  content: '';
  display: block;
  margin-right: 6px;
}

.photoslider-item:hover .photoslider-item__total,
.photoslider-item:hover .photoslider-item__views {
  border-color: #E0E0E0;
}

.photoslider-item:hover .photoslider-item__total:before,
.photoslider-item:hover .photoslider-item__views:before {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

.photoslider-item__views {
  width: 100px;
  height: 100%;
  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;
  font-size: 12px;
  font-weight: 600;
  color: #99A2A6;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.photoslider-item__views:before {
  width: 24px;
  height: 24px;
  background: url(../images/wview.svg) center no-repeat;
  content: '';
  display: block;
  margin-right: 6px;
}

.playersslider-items {
  padding-bottom: 80px;
}

.playersslider .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 40px;
  bottom: 20px;
  z-index: 50;
  height: 1px;
  width: calc(100% - 80px);
  background: #BEC4C7;
}

.playersslider .swiper-scrollbar-drag {
  height: 4px;
  width: 100%;
  position: relative;
  background: #d61b26;
  border-radius: 10px;
  left: 0;
  top: -3px;
}

.playersslider .swiper-button-prev {
  top: auto;
  bottom: -1px;
  left: 0;
  background: transparent;
}

.playersslider .swiper-button-prev:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background: url(../images/prev.svg) center no-repeat;
  opacity: .6;
}

.playersslider .swiper-button-prev:hover:after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.playersslider .swiper-button-next {
  top: auto;
  bottom: -1px;
  right: 0;
  background: transparent;
}

.playersslider .swiper-button-next:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background: url(../images/prev.svg) center no-repeat;
  opacity: .6;
}

.playersslider .swiper-button-next:hover:after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.playersslider-item {
  display: block;
  background: #fff;
}

.playersslider-item__imgwrap {
  height: 350px;
  width: 100%;
  position: relative;
  display: block;
}

.playersslider-item__img {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
  background-image: url(../images/logom.svg);
  background-size: cover;
}

.playersslider-item__num {
  background: #d61b26;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: -12px;
  width: 48px;
  height: 48px;
  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;
}

.playersslider-item-score {
  background: #d61b26;
  color: #fff;
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: -12px;
  min-width: 48px;
  min-height: 48px;
  padding: 5px;
  text-align: center;
}

.playersslider-item-score__value {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px !important;
  line-height: 28px;
}

.playersslider-item__desc {
  padding: 20px 32px;
  display: block;
}

.playersslider-item__label {
  color: #d61b26;
  margin-bottom: 15px;
}

.playersslider-item__title {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  color: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

.playersslider-item__infos {
  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;
  border-top: 1px solid #efefef;
}

.playersslider-item__info {
  width: 33.3%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: 1px solid #efefef;
  padding: 15px 10px 15px 30px;
}

.playersslider-item__info:last-child {
  border-right: 0;
}

.playersslider-item__info-label {
  color: #99A2A6;
}

.playersslider-item-othplayer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #efefef;
  font-size: 14px;
  padding: 10px 32px;
}

.playersslider-item-othplayer__score {
  font-weight: bold;
}

.partners {
  background: #fff;
  margin-bottom: 0;
  padding: 32px 0;
}

.partners-block {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.partners-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.partners-heading {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 25px;
  text-transform: none;
  color: #999;
}

.partners-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.partners-item {
  width: calc(100% / 12 * 1.5 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .4;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 30px;
}

.partners-item:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.partners-item a {
  display: inline-block;
  vertical-align: top;
  min-height: 70px;
  line-height: 60px;
}

.partners-item img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.mediashots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: .6;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 12px;
  z-index: 3;
}

.mediashots:hover {
  opacity: 1;
  color: #fff;
}

.mediashots__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-right: 6px;
}

.mediashots__text b {
  visibility: hidden;
  position: absolute;
  z-index: -2;
}

.mediashots__image {
  width: 76px;
  height: 38px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../../media/ms.svg") center left no-repeat;
  background-size: 76px 38px;
}

.smenu {
  width: 100%;
  position: relative;
  z-index: 5;
  -webkit-transition: .3s;
  transition: .3s;
}

.smenu-wrap {
  width: 100%;
  background: #101820;
  background: -webkit-gradient(linear, left top, right top, from(#101820), color-stop(50%, #101820));
  background: linear-gradient(90deg, #101820 0%, #101820 50%);
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  left: 0;
  top: 0;
}

.smenu-wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  background: url(../images/menu-bg.jpg) left bottom no-repeat;
  content: '';
  z-index: 1;
}

.smenu--fixed .smenu-wrap {
  top: -80px;
}

.smenu-heading {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  padding: 22px 0;
  width: 100%;
  color: #fff;
  z-index: 2;
  position: relative;
}

.smenu-list {
  overflow: auto;
}

.smenu-items {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.smenu-item__link {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-right: 32px;
  color: #fff;
  height: 44px;
  border-bottom: 4px solid transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
}

.smenu-item__link--active {
  color: #d61b26;
  border-color: #d61b26;
}

.smenu-photos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  position: relative;
  z-index: 2;
}

.smenu-photos__count {
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  padding: 24px 40px;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.smenu-photos__count span {
  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;
}

.smenu-photos__count span:before {
  width: 24px;
  height: 24px;
  background: url(../images/photo.svg) center no-repeat;
  content: '';
  display: block;
  margin-right: 10px;
}

.smenu-photos__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 40px;
}

.smenu-photos__tag {
  margin: 8px;
  display: block;
  padding: 3px 10px;
  border: 1px solid #fff;
  background: #101820;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.aboutcontent {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 0;
}

.aboutcontent h3 {
  font-weight: normal;
  font-size: 24px;
}

.aboutcontent-images {
  border-top: 1px solid #efefef;
  padding-top: 48px;
  margin-top: 48px;
  text-align: center;
}

.staffs-block {
  width: 100%;
  background: #F2F2F2;
  padding: 64px 0;
  margin-bottom: -64px;
  margin-top: 64px;
}

.staffs-heading {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 50px;
}

.staffs-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.staffs-item {
  width: calc(100% / 12 * 3 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  margin-bottom: 30px;
  position: relative;
  height: 440px;
  display: block;
  overflow: hidden;
}

.staffs-item__imgwrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.staffs-item__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/defuser.png);
}

.staffs-item__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px;
  color: #fff;
  z-index: 2;
}

.staffs-item__desc:after {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#030E14), to(rgba(0, 28, 80, 0)));
  background: linear-gradient(360deg, #030E14 0%, rgba(0, 28, 80, 0) 100%);
  -webkit-transition: .3s;
  transition: .3s;
}

.staffs-item:hover .staffs-item__desc:after {
  height: 130%;
}

.staffs-item__label {
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}

.staffs-item__name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.staffs-item__years {
  position: relative;
  z-index: 2;
}

.pageback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #d61b26;
  text-align: right;
}

.pageback:before {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  content: '';
  background: url(../images/arw-link.svg) center no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.pageback:hover:before {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
  -webkit-transform: translateX(2px) scaleX(-1);
  transform: translateX(2px) scaleX(-1);
}

.staffpage-top {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 32px;
}

.staffpage-image {
  min-height: 380px;
  width: 280px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.staffpage-infos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.staffpage-infos__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 32px;
  position: relative;
  height: 100%;
}

.staffpage-infos__names,
.staffpage-infos__post {
  width: 40%;
  margin-right: 50px;
}

.staffpage-infos__label {
  color: #99A2A6;
  margin-bottom: 10px;
}

.staffpage-infos__name {
  font-size: 32px;
  font-weight: bold;
}

.staffpage-infos__value {
  font-size: 18px;
  font-weight: 600;
}

.staffpage-infos__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: auto;
}

.staffpage-infos__col {
  width: 100%;
  border-top: 1px solid #efefef;
  border-right: 1px solid #efefef;
  padding: 32px;
}

.staffpage-infos__col:last-child {
  border-right: 0;
}

.staffpage-football {
  position: absolute;
  bottom: 0px;
  right: 220px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.staffpage-football__img {
  display: block;
}

.staffpage-football__desc {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 15px;
  text-align: center;
  color: #fff;
  padding-top: 50px;
}

.staffpage-football__value {
  font-size: 64px;
  font-weight: 900;
  letter-spacing: -1px;
}

.staffpage-content {
  margin-top: 64px;
}

.staffpage-content h5 {
  text-transform: none;
}

.staffpage-content li {
  margin-bottom: 15px;
}

.newsitems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.newsitems-block {
  background: #efefef;
  padding: 64px 0;
}

.newsitems-heading {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 40px;
}

.newsitems .newsslider-item {
  width: calc(100% / 12 * 3 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  margin-bottom: 30px;
}

.sponsors-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0px;
  margin-right: -0px;
}

.sponsors-item {
  background: #fff;
  width: calc(100% / 12 * 4 - 0px - 0.1px);
  margin-left: 0px;
  margin-right: 0px;
  word-wrap: break-word;
  min-height: 300px;
  padding: 15px;
  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;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.fans {
  position: relative;
  overflow: hidden;
}

.fans:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#000A21), to(rgba(0, 20, 63, 0)));
  background: linear-gradient(360deg, #000A21 0%, rgba(0, 20, 63, 0) 100%);
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.fans-bg {
  width: 100%;
  position: relative;
  z-index: 1;
}

.fans-content {
  position: absolute;
  padding: 80px;
  bottom: 0;
  left: 0;
  z-index: 3;
  color: #fff;
}

.fans-heading {
  font-size: 96px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.fans-text {
  max-width: 432px;
  margin-bottom: 35px;
}

.uniforms {
  background: #fff;
  padding: 80px;
  text-align: center;
}

.docs-block {
  margin-bottom: 48px;
}

.docs-heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 32px;
}

.docs-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.docs-item {
  width: calc(100% / 12 * 4 - 32px - 0.1px);
  margin-left: 16px;
  margin-right: 16px;
  word-wrap: break-word;
  margin-bottom: 32px;
  background: #fff;
  padding: 32px 32px 32px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  color: #000;
  position: relative;
}

.docs-item:before {
  top: 32px;
  left: 32px;
  background: url(../images/docs.svg) center no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  content: '';
}

.docs-item__name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 32px;
}

.docs-item__date {
  margin-top: auto;
  opacity: .4;
  font-size: 12px;
  font-weight: 600;
}

.contacts-wrap {
  background: #fff;
  padding: 64px;
}

.contacts-heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contacts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.contacts-col {
  width: calc(100% / 12 * 4 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.contacts-block {
  margin-bottom: 30px;
}

.contacts-label {
  color: #99A2A6;
  margin-bottom: 8px;
}

.contacts-value {
  font-size: 24px;
  font-weight: 600;
}

.contacts-values {
  font-size: 18px;
  font-weight: 600;
}

.contacts-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-user__img {
  width: 88px;
  margin-right: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contacts-user__text div {
  margin: 10px 0;
}

.contacts-map {
  overflow: hidden;
  width: 100%;
  height: 430px;
  position: relative;
  display: none;
}

.contacts-map--showed {
  display: block;
}

.contacts-map__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background: #d61b26 url(../images/closew.svg) center no-repeat;
  z-index: 2;
  cursor: pointer;
}

.contacts-personal {
  background: #fff;
  margin-top: 32px;
}

.contacts-personal-top {
  cursor: pointer;
  height: 64px;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-personal-top:before {
  width: 64px;
  height: 64px;
  background: #d61b26 url(../images/arw-down.svg) center no-repeat;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.contacts-personal-top:hover:before {
  background-color: #d61b26;
}

.contacts-personal--showed .contacts-personal-top:before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.contacts-personal-items {
  padding: 64px;
  display: none;
}

.contacts-personal--showed .contacts-personal-items {
  display: block;
}

.players-block {
  margin-bottom: 32px;
}

.players-heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 32px;
}

.players-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.players-item {
  width: calc(100% / 12 * 3 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  margin-bottom: 30px;
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
}

.players-item__imgwrap {
  height: 240px;
  width: 100%;
  position: relative;
}

.players-item__img {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
  background-image: url(../images/logom.svg);
  background-size: cover;
}

.players-item__num {
  background: #d61b26;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: -12px;
  width: 48px;
  height: 48px;
  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;
}

.players-item__desc {
  padding: 20px 32px;
}

.players-item__label {
  color: #d61b26;
  margin-bottom: 15px;
}

.players-item__title {
  font-size: 18px;
  font-weight: 600;
  height: 70px;
  overflow: hidden;
  color: #000;
  margin-bottom: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.players-item:hover .players-item__title {
  color: #d61b26;
}

.players-item__infos {
  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;
  border-top: 1px solid #efefef;
}

.players-item__info {
  width: 33.3%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: 1px solid #efefef;
  padding: 10px;
}

.players-item__info:last-child {
  border-right: 0;
}

.players-item__info-label {
  color: #99A2A6;
}

.matches-top {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  z-index: 2;
}

.matches-tabs {
  width: 100%;
}

.matches-sort {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.matches-sort__block {
  width: 210px;
  margin-left: 32px;
}

.matches-sort .jqselect {
  height: 46px;
}

.matches-sort .jq-selectbox__select {
  line-height: 44px;
  height: 46px;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #BEC4C7;
  font-size: 16px;
  color: #000;
  padding-left: 6px;
  text-transform: none;
}

.matches-sort .opened .jq-selectbox__select {
  background: #fff;
  border: 1px solid #BEC4C7;
  border-bottom: 0;
}

.matches-sort .jq-selectbox__dropdown {
  top: 46px;
}

.matches-sort .jq-selectbox li {
  font-size: 16px;
  text-transform: none;
  padding: 10px 6px;
}

.matches-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.matches-item {
  width: calc(100% / 12 * 6 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  background: #fff;
  position: relative;
  display: block;
  margin-bottom: 30px;
  color: #000 !important;
}

.matches-item:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.matches-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F8F9F9;
  padding: 12px 24px;
  font-weight: 600;
}

.matches-item__time {
  font-size: 20px;
}

.matches-item__time span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #99A2A6;
}

.matches-item__date {
  padding: 0 10px;
}

.matches-item__where {
  font-size: 12px;
  color: #99A2A6;
  text-align: right;
}

.matches-item__mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}

.matches-item__left,
.matches-item__right {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 24px 32px;
  position: relative;
}

.matches-item__left {
  border-right: 1px solid #efefef;
}

.matches-item__center {
  position: absolute;
  z-index: 2;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #efefef;
  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;
  color: #d61b26;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.matches-item__name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

.matches-item__home {
  font-weight: 600;
  font-size: 14px;
  color: #99A2A6;
  min-height: 36px;
}

.matches-item__team {
  width: 100%;
  padding-right: 20px;
}

.matches-item__right .matches-item__team {
  padding-right: 0px;
  padding-left: 20px;
  text-align: right;
}

.matches-item__scores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.matches-item__logo {
  margin-right: 30px;
}

.matches-item__logo img {
  max-width: 48px;
}

.matches-item__right .matches-item__logo {
  margin-right: 0;
  margin-left: 30px;
}

.matches-item__score {
  font-size: 40px;
  font-weight: 600;
  padding-right: 20px;
  position: relative;
}

.matches-item__score span {
  position: absolute;
  left: 20px;
  bottom: -14px;
  font-size: 14px;
}

.matches-item__score--winner {
  color: #d61b26;
}

.matches-item__right .matches-item__score {
  padding-right: 0px;
  padding-left: 20px;
}

.matches-item__btm {
  width: 100%;
  position: relative;
  height: 24px;
  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;
}

.matches-item__btmlabel {
  background: #fff;
  border: 1px solid #efefef;
  font-size: 10px;
  font-weight: bold;
  color: #99A2A6;
  height: 100%;
  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;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.matches-content {
  position: relative;
  z-index: 1;
}

.statscom-wrap {
  margin-bottom: 64px;
  width: 100%;
}

.statscom-heading {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-transform: none;
  font-size: 24px;
}

.statscom-wblock {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0px;
  margin-right: -0px;
}

.statscom-wblock__col {
  width: calc(100% / 12 * 3 - 0px - 0.1px);
  margin-left: 0px;
  margin-right: 0px;
  word-wrap: break-word;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 36px 24px;
  min-height: 150px;
}

.statscom-wblock__label {
  color: #99A2A6;
  margin-bottom: 10px;
}

.statscom-wblock__value {
  font-size: 48px;
  color: #d61b26;
}

.statscom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.statscom-col {
  width: calc(100% / 12 * 6 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.statscom-tcircle {
  padding: 64px;
  background: #fff;
}

.statscom-tcircle__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.statscom-tcircle__col {
  width: calc(100% / 12 * 6 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.statscom-tcircle__head {
  font-size: 14px;
  margin-bottom: 32px;
}

.statscom-tcircle__circle {
  width: 160px;
  height: 160px;
  position: relative;
}

.statscom-tcircle__desc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  text-align: center;
}

.statscom-tcircle__label {
  margin-bottom: 10px;
  color: #99A2A6;
  max-width: 90px;
}

.statscom-tcircle__value {
  font-size: 48px;
  color: #d61b26;
}

.statscom-tcircle__value-gray {
  font-size: 48px;
  color: #99A2A6;
}

.statscom-table {
  margin-top: 48px;
}

.statscom-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}

.statscom-table__left {
  min-width: 140px;
  color: #d61b26;
  font-size: 18px;
  font-weight: 600;
}

.statscom-table__center {
  font-size: 14px;
  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;
  padding: 0 20px;
}

.statscom-table__right {
  min-width: 140px;
  font-size: 18px;
  font-weight: 600;
}

.statscom-ocircle {
  background: #fff;
  padding: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.statscom-ocircle__circle {
  width: 160px;
  height: 160px;
  position: relative;
  margin-right: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.statscom-ocircle__desc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  text-align: center;
}

.statscom-ocircle__label {
  margin-bottom: 10px;
  color: #99A2A6;
  max-width: 90px;
}

.statscom-ocircle__value {
  font-size: 48px;
  color: #d61b26;
}

.statscom-ocircle__value-gray {
  font-size: 48px;
  color: #99A2A6;
}

.statscom-ocircle__table {
  width: 100%;
}

.statscom-ocircle__table-row {
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.statscom-ocircle__table-label {
  font-size: 14px;
}

.statscom-ocircle__table-value {
  font-size: 24px;
  color: #d61b26;
  font-weight: 600;
  padding-left: 10px;
}

.statscom-progress__num {
  font-size: 48px;
  color: #d61b26;
}

.statscom-progress__bar {
  height: 16px;
  background: #fff;
  position: relative;
  width: 100%;
}

.statscom-progress__value {
  background: #d61b26;
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 0;
}

.tables {
  margin-bottom: 64px;
}

.tables__tablewrap {
  width: 100%;
}

.tables__heading {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #101820;
  width: 100%;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 32px;
  text-transform: uppercase;
}

.tables__table {
  border-collapse: collapse;
  border-spacing: 0;
}

.tables__table th {
  font-size: 11px;
  font-weight: bold;
  padding: 12px 16px;
  background: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
}

.tables__table td {
  font-size: 14px;
  font-weight: 600;
  padding: 12px 16px;
}

.tables__table tbody tr td {
  background: #fff;
}

.tables__table tbody tr:nth-child(even) td {
  background: #F8F9F9;
}

.tables__table td.name {
  min-width: 300px;
}

.tables__player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tables__player-ava {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin-right: 16px;
}

.matchpage-block {
  background: #fff;
  margin-bottom: 64px;
}

.matchpage-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 32px;
  min-height: 64px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.matchpage-top__col {
  width: calc(100% / 12 * 4 - 20px - 0.1px);
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
}

.matchpage-back {
  font-size: 14px;
}

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

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

.matchpage-mid {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

.matchpage-label {
  background: #d61b26;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  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;
  padding: 7px 25px;
  z-index: 2;
  min-width: 190px;
  text-align: center;
}

.matchpage-left,
.matchpage-right {
  width: 50%;
  padding: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.matchpage-left {
  border-right: 1px solid #E0E0E0;
}

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

.matchpage-center {
  position: absolute;
  z-index: 2;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #efefef;
  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;
  color: #d61b26;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 56px;
  height: 56px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.matchpage-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.matchpage-team__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.matchpage-team__logo img {
  width: 140px;
  height: 140px;
  display: block;
}

.matchpage-team__desc {
  padding: 0 40px;
  width: 100%;
}

.matchpage-team__name {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

.matchpage-team__home {
  color: #99A2A6;
  font-size: 18px;
}

.matchpage-team__goals {
  margin-top: 30px;
}

.matchpage-team__goal {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.matchpage-team__goal span {
  color: #99A2A6;
}

.matchpage-score {
  font-size: 96px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1px;
  position: relative;
}

.matchpage-score span {
  position: absolute;
  bottom: -25px;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  left: 0;
  width: 100%;
  text-align: center;
}

.matchpage-score--winner {
  color: #d61b26;
}

.matchpage-btm {
  text-align: center;
  padding: 16px 32px;
}

.matchpage-info {
  font-size: 14px;
  font-weight: 600;
  margin: 3px 0;
}

.matchpage-info span {
  color: #99A2A6;
}

.matchpage-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.matchpage-col {
  width: calc(100% / 12 * 6 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.textpage {
  width: 100%;
  padding: 32px;
  background: #fff;
  font-size: 18px;
}

.fans + .textpage {
  margin-top: 64px;
}

.mainwrap > .textpage {
  padding-top: 64px;
}

.textpage .container {
  max-width: 1200px;
}

.textpage-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.textpage-col {
  width: calc(100% / 12 * 6 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.textpage h5 {
  text-transform: none;
}

.textpage ul {
  margin: 20px 0 30px 30px;
  padding: 0;
}

.textpage ul li {
  list-style-image: url(../images/li.svg);
  margin-bottom: 15px;
}

.textpage hr {
  height: 2px;
  margin: 50px 0;
  display: block;
}

p.big {
  font-size: 24px;
  margin: 30px 0;
}

p.lead {
  font-size: 24px;
  padding-bottom: 30px;
  border-bottom: 2px solid #BEC4C7;
  margin-bottom: 64px;
}

.blockquote {
  background: #EBF5FA;
  padding: 64px 80px;
  display: block;
  margin: 40px 0;
}

.blockquote-text {
  font-size: 24px;
  font-weight: 600;
  padding-left: 80px;
  margin-bottom: 40px;
  position: relative;
}

.blockquote-text:before {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url(../images/quote.svg) top left no-repeat;
}

.blockquote-author {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 80px;
}

.blockquote-author__ava {
  display: block;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blockquote-author__name {
  font-size: 18px;
}

.blockquote-author__prof {
  font-size: 14px;
  opacity: .5;
}

.quote {
  background: #EBF5FA;
  padding: 24px 80px;
  display: block;
  margin: 40px 0;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.quote:before {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #fff url(../images/quote2.svg) center no-repeat;
  content: '';
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -24px;
}

.faq-items {
  margin-top: 50px;
  width: 100%;
  max-width: 1012px;
}

.faq-content {
  font-size: 16px;
  color: #99A2A6;
  padding: 20px 10px 20px 96px;
}

.photopage {
  background: #101820;
}

.photopage--wall {
  background: #F2F2F2;
}

.photopage-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding: 80px 0 40px;
}

.photopage-item {
  display: block;
  width: calc(100% / 12 * 2 - 20px - 0.1px);
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  margin-bottom: 20px;
}

.photopage-item__img {
  width: 100%;
}

.pmenu {
  width: 100%;
  position: relative;
  z-index: 5;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: -32px;
}

.pmenu-wrap {
  width: 100%;
  background: #101820;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.pmenu-heading {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  padding: 22px 0;
  width: 100%;
  color: #fff;
  z-index: 2;
  position: relative;
}

.pmenu-list {
  overflow: auto;
}

.pmenu-items {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pmenu-item__link {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-right: 32px;
  color: #fff;
  height: 44px;
  border-bottom: 4px solid transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
}

.pmenu-item__link--active {
  color: #d61b26;
  border-color: #d61b26;
}

.pmenu-photos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  position: relative;
  z-index: 2;
}

.pmenu-photos__count {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding: 24px 40px;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pmenu-photos__count span {
  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;
}

.pmenu-photos__count span:before {
  width: 24px;
  height: 24px;
  background: url(../images/photo.svg) center no-repeat;
  content: '';
  display: block;
  margin-right: 10px;
}

.pmenu-photos__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 40px;
}

.pmenu-photos__tag {
  margin: 8px;
  display: block;
  padding: 3px 10px;
  border: 1px solid #fff;
  background: #101820;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(248, 249, 249, 0.96);
  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;
  z-index: 109937;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 1;
}

.preloader.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.preloader-num {
  width: 100%;
  text-align: center;
  padding-top: 190px;
  font-size: 32px;
  font-weight: bold;
  color: #101820;
  color: #BDBDBD;
  position: relative;
}

.preloader-num:before {
  width: 100%;
  height: 180px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url(../images/logop.png) top center no-repeat;
  background-size: 180px;
  -webkit-animation: rt 3s infinite linear;
  animation: rt 3s infinite linear;
}

@-webkit-keyframes rt {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes rt {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.preloader-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F2F2F2;
  height: 8px;
  z-index: 2;
}

.preloader-progressbar {
  background: #d61b26;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
}

.cabinet {
  background: #fff;
  padding: 40px;
}

.cabinet-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-right: -40px;
}

.cabinet-col {
  width: calc(100% / 12 * 6 - 80px - 0.1px);
  margin-left: 40px;
  margin-right: 40px;
  word-wrap: break-word;
  position: relative;
}

.cabinet-col:first-child:after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  right: -40px;
  background: #eee;
  content: '';
}

.cabinet-heading {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-transform: none;
  font-size: 20px;
}

.search-heading {
  margin-bottom: 30px;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.search-form__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  padding: 0;
  min-width: 65px;
  border: 0;
  border-left: 1px solid #ddd;
  background: url(../images/searchb.svg) center no-repeat !important;
}

.search-results {
  margin-top: 40px;
}

.search-result {
  display: block;
  margin-bottom: 20px;
  background: #fff;
  padding: 30px;
}

.search-result__name {
  font-size: 20px;
  font-weight: bold;
}

.search-result__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-result__tag {
  margin: 8px 8px 8px 0;
  display: block;
  padding: 3px 10px;
  border: 1px solid #99A2A6;
  color: #99A2A6;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.pagepagi {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pagepagi__link {
  width: 40px;
  height: 40px;
  margin: 0 10px 10px 0;
  font-size: 18px;
  font-weight: bold;
  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;
  border: 1px solid #99A2A6;
  color: #99A2A6;
  opacity: .8;
}

.pagepagi__link:hover {
  color: #d61b26;
  border-color: #d61b26;
  opacity: 1;
}

.pagepagi__link--active {
  border-color: #101820;
  color: #101820;
  text-decoration: none;
  opacity: 1;
}

.pagepagi__link--next {
  background: url(../images/arrow-next.svg.html) center no-repeat;
}

.pagepagi__link--next:hover {
  -webkit-filter: hue-rotate(180deg) brightness(2.7);
  filter: hue-rotate(180deg) brightness(2.7);
}

.pagepagi__link--prev {
  background: url(../images/arrow-next.svg.html) center no-repeat;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.pagepagi__link--prev:hover {
  -webkit-filter: hue-rotate(180deg) brightness(2.7);
  filter: hue-rotate(180deg) brightness(2.7);
}

.tables-infos {
  position: relative;
  display: inline-block;
  cursor: help;
}

.tables-infos i {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  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;
  font-size: 10px;
  position: absolute;
  top: -4px;
  right: -15px;
  border-radius: 100%;
  color: #d61b26;
  font-style: normal;
  font-weight: bold;
}

.switch {
  width: 48px;
  position: relative;
  text-transform: uppercase;
}

.switch input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.switch input:checked {
  z-index: 1;
}

.switch input:checked + label {
  opacity: 1;
  color: #d61b26;
  cursor: default;
}

.switch input:not(:checked) + label:hover {
  opacity: 0.5;
}

.switch label {
  color: #000;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  cursor: pointer;
}

.switch .toggle-outside {
  height: 100%;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.switch .toggle-inside {
  border-radius: 5rem;
  background: #4a4a4a;
  position: absolute;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.switch--horizontal {
  width: 170px;
  height: 24px;
  font-size: 0;
}

.switch--horizontal input {
  height: 24px;
  width: 62px;
  left: 60px;
  margin: 0;
}

.switch--horizontal label {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  width: 60px;
  height: 100%;
  line-height: 24px;
  margin: 0;
  letter-spacing: 1px;
}

.switch--horizontal label:last-of-type {
  margin-left: 46px;
  text-align: right;
}

.switch--horizontal .toggle-outside {
  background: #d61b26;
  top: 0;
  left: 11px;
  position: absolute;
  width: 48px;
  left: 63px;
}

.switch--horizontal .toggle-inside {
  height: 16px;
  width: 16px;
  background: #fff;
  top: 4px;
}

.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
  left: 4px;
}

.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
  left: 28px;
}

.p404 {
  background: url(../images/404.jpg) center no-repeat;
  background-size: cover;
  min-height: 800px;
  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;
  text-align: center;
  color: #fff;
}

.p404 h4 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 30px;
}

.p404 + .footer {
  margin-top: 0;
}

.timetable__row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.timetable__cell {
  border: 1px solid black;
  word-break: break-all;
  padding: 5px;
}

.mainright::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.mainright::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

.mainright::-webkit-scrollbar-thumb {
  background: #d61b26;
}

.mainright .container {
  padding: 0 32px;
}

.rmatches-top {
  border-bottom: 1px solid #2b3338;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 32px;
  margin-bottom: 32px;
}

.rmatches-heading {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.rmatches-more {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.rmatches-more:after {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  content: '';
  background: url(../images/arw-linkw.svg) center no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
}

.rmatches-more:hover {
  color: #fff;
}

.rmatches-more:hover:after {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

.rmatches-tabs {
  margin-bottom: 32px;
}

.rmatches-tabs .rmatches-tabs {
  border-top: 32px solid #101820;
}

.rmatches-item-ctabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 5px;
  cursor: pointer;
}

.rmatches-item-ctabs__tab {
  width: 100%;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  -webkit-transform: skew(-11deg);
  transform: skew(-11deg);
  border-radius: 3px;
  border: 1px solid #d61b26;
}

.rmatches-item-ctabs__tab-wrapper {
  -webkit-transform: skew(11deg);
  transform: skew(11deg);
}

.rmatches-item-ctabs__tab-info {
  color: #d61b26;
}

.rmatches-item-ctabs__tab-info small {
  color: #000;
  margin-right: 3px;
}

.rmatches-item-ctabs__tab:not(last-child) {
  margin-right: 3px;
}

.rmatches-item-ctabs__tab-side {
  color: #fff;
  background-color: #d61b26;
  padding: 0 10px;
}

.rmatches-item-top {
  width: 100%;
  height: 64px;
  padding: 10px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #efefef;
  text-transform: uppercase;
}

.rmatches-item-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: 10px;
}

.rmatches-item-date {
  color: #101820;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: right;
}

.rmatches-item-date span {
  color: #BEC4C7;
}

.rmatches-item-mid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.rmatches-item-left {
  width: 50%;
  border-right: 1px solid #efefef;
  height: 100%;
}

.rmatches-item-right {
  width: 50%;
  height: 100%;
}

.rmatches-item-center {
  position: absolute;
  z-index: 2;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #efefef;
  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;
  color: #d61b26;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: -45px 0 0 -20px;
  top: 50%;
  left: 50%;
}

.rmatches-item-team {
  padding: 24px;
}

.rmatches-item-team__top {
  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;
  margin-bottom: 10px;
}

.rmatches-item-team__logowrap {
  width: 100px;
  height: 100px;
  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;
  margin: 0 auto;
}

.rmatches-item-team__logo {
  max-width: 96px;
  max-height: 96px;
}

.rmatches-item-team__score {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  height: 100%;
  position: relative;
}

.rmatches-item-team__score span {
  font-size: 14px;
  position: absolute;
  bottom: -10px;
  left: 5px;
}

.rmatches-item-left .rmatches-item-team__score {
  padding: 0 5px 0 15px;
}

.rmatches-item-right .rmatches-item-team__score {
  padding: 0 15px 0 5px;
}

.rmatches-item-team__name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.rmatches-item-team__home {
  text-align: center;
  font-weight: 600;
  color: #99A2A6;
}

.rmatches-item-bot {
  width: 100%;
}

.rmatches-item-buy {
  width: 100%;
}

.rmatches-item-buy span {
  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;
}

.rmatches-item-buy span:after {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  content: '';
  background: url(../images/arw-buy.svg) center no-repeat;
}

.rmatches-games th {
  border-color: #fff;
  border-bottom: 1px solid #E0E0E0;
  padding: 20px 16px;
  color: #000;
  background: #fff;
}

.rmatches-games td {
  padding: 16px;
  border-right: 1px solid #F8F9F9;
  font-weight: 600;
}

.rmatches-games tbody tr:nth-child(even) {
  background: #F2F2F2;
}

.rmatches-games__date {
  width: 10%;
  font-size: 14px;
  color: #99A2A6;
}

.rmatches-games__teams {
  width: 80%;
}

.rmatches-games__scores {
  width: 10%;
}

.rmatches-games__win {
  color: #d61b26;
}

.rmatches-games__more {
  width: 100%;
}

.rmatches-scores-tops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 24px;
}

.rmatches-scores-tops__head {
  font-size: 14px;
  font-weight: 600;
  color: #BEC4C7;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rmatches-scores-tops__switch {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.rmatches-scores th {
  border: 0;
  border-bottom: 1px solid #E0E0E0;
  padding: 20px 16px;
  color: #000;
  background-color: transparent;
}

.rmatches-scores td {
  padding: 16px;
  border-right: 1px solid #F8F9F9;
  font-weight: 600;
}

.rmatches-scores tbody tr:nth-child(even) {
  background: #F2F2F2;
}

.rmatches-scores__date {
  width: 10%;
  font-size: 14px;
  color: #99A2A6;
  text-align: center;
}

.rmatches-scores__teams {
  width: 80%;
  color: #d61b26;
}

.rmatches-scores__games,
.rmatches-scores__win {
  width: 10%;
}

.rmatches-scores span {
  color: #d61b26;
}

.rmatches-scores__more {
  width: 100%;
}

.rnews-top {
  border-bottom: 1px solid #2b3338;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 32px;
}

.rnews-heading {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.rnews-more {
  color: #d61b26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.rnews-more:after {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  content: '';
  background: url(../images/arw-linkb.svg) center no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
}

.rnews-more:hover {
  color: #fff;
}

.rnews-more:hover:after {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

.rnews-main {
  position: relative;
  min-height: 240px;
  display: block;
}

.rnews-main__imgwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  overflow: hidden;
}

.rnews-main__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .4;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition: 5s;
  transition: 5s;
}

.rnews-main:hover .rnews-main__img {
  opacity: .5;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 14s;
  transition: 14s;
}

.rnews-main__desc {
  min-height: 240px;
  padding: 56px 32px 32px;
  position: relative;
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.rnews-main__desc:before {
  width: 24px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 32px;
  content: '';
  background: url(../images/news-label.svg) 0 0 no-repeat;
}

.rnews-main__title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}

.rnews-main:hover .rnews-main__title {
  color: #d61b26;
}

.rnews-main__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  opacity: .64;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rnews-main__date:before {
  width: 16px;
  height: 16px;
  background: url(../images/timew.svg) center no-repeat;
  content: '';
  display: block;
  margin-right: 8px;
}

.rnews-item {
  position: relative;
  min-height: 92px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #2b3338;
  padding: 24px 18px;
}

.rnews-item__imgwrap {
  position: relative;
  width: 80px;
  min-height: 92px;
  background: #000;
  z-index: 1;
  margin-right: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.rnews-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 5s;
  transition: 5s;
}

.rnews-item:hover .rnews-item__img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 14s;
  transition: 14s;
}

.rnews-item__desc {
  width: 100%;
  min-height: 92px;
  position: relative;
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.rnews-item__title {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
  padding-bottom: 10px;
}

.rnews-item:hover .rnews-item__title {
  color: #d61b26;
}

.rnews-item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  opacity: .64;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rnews-mores {
  padding: 24px 18px;
}

.rbanners {
  margin-bottom: 32px;
}

.rbanners .swiper-container {
  padding-bottom: 70px;
}

.rbanners .swiper-pagination-bullet {
  background: #fff;
}

.rbanners .swiper-pagination-bullet-active {
  background: #d61b26;
}

.rbanners-item img {
  width: 100%;
  display: block;
}

.rbanners .swiper-button-next {
  width: 48px;
  height: 48px;
  border: 1px solid #d61b26;
  background: transparent !important;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  top: auto;
  left: auto;
  z-index: 11;
}

.rbanners .swiper-button-next:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/prev.svg) center no-repeat;
  background-size: 18px;
}

.rbanners .swiper-button-prev {
  width: 48px;
  height: 48px;
  border: 1px solid #d61b26;
  background: transparent !important;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 58px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  top: auto;
  left: auto;
  z-index: 11;
}

.rbanners .swiper-button-prev:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/prev.svg) center no-repeat;
  background-size: 18px;
}

.rbanners .swiper-button-disabled {
  border-color: #fff;
  opacity: .6;
}

.rbanners .swiper-button-disabled:after {
  -webkit-filter: brightness(10) grayscale(1);
  filter: brightness(10) grayscale(1);
}

.rshop-top {
  border-bottom: 1px solid #2b3338;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 32px;
}

.rshop-heading {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.rshop-more {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.rshop-more:after {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  content: '';
  background: url(../images/arw-linktw.svg) center no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
}

.rshop-more:hover {
  color: #fff;
}

.rshop-more:hover:after {
  -webkit-transform: translate(2px, -2px);
  transform: translate(2px, -2px);
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

.rshop-items {
  padding: 32px 32px 0;
}

.rshop-item {
  background: #fff;
  width: 100%;
  margin-bottom: 32px;
}

.rshop-item__slider {
  width: 100%;
}

.rshop-item__desc {
  padding: 16px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rshop-item__name {
  font-size: 24px;
  font-weight: bold;
  display: block;
  padding-right: 10px;
}

.rshop-item__prices {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: bold;
}

.rshop-item__priceold {
  font-size: 18px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.rshop-item__pricenew {
  font-size: 32px;
  color: #d61b26;
}

.rshop-item__price {
  font-size: 32px;
  color: #000;
}

.rshop-item__text {
  padding: 0 32px 32px;
  color: #99A2A6;
  font-weight: 600;
  font-size: 14px;
}

.rshop-item__btm {
  background: #F8F9F9;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 32px;
}

.rshop-item__more {
  color: #d61b26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rshop-item__more:after {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  content: '';
  background: url(../images/arw-linktb.svg) center no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
  background-size: 18px;
}

.rshop-item .swiper-pagination-bullet {
  background: #d61b26;
  border: 1px solid #d61b26;
  opacity: 1;
}

.rshop-item .swiper-pagination-bullet-active {
  background: #fff;
}

.rform {
  position: fixed;
  top: 54px;
  right: 0;
  height: calc(100% - 54px);
  opacity: 0;
  visibility: hidden;
  z-index: -2;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

.rform:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #101820;
  opacity: .64;
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
}

.rform--showed {
  z-index: 109938;
  opacity: 1;
  visibility: visible;
}

.rform--showed .rform-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
}

.rform-wrap {
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  overflow: auto;
  -webkit-transition: .3s;
  transition: .3s;
  background: #101820;
  z-index: 3;
}

.rform-top {
  border-bottom: 1px solid #2b3338;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 32px;
}

.rform-heading {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.rform-close {
  position: absolute;
  right: 0;
  width: 64px;
  height: 64px;
  background: url(../images/closew.svg) center no-repeat;
  z-index: 2;
}

.rform-content {
  padding: 32px;
  color: #fff;
}

.rform-desc {
  margin-bottom: 32px;
}

.rform .form-label {
  color: #fff;
  opacity: .64;
}

.rform .form-input {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.rform .form-input:focus {
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.rform .jqselect,
.rform .jq-selectbox .placeholder {
  height: 80px;
}

.rform .jq-selectbox__select {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  font-size: 20px;
  line-height: 80px;
}

.rform .jq-selectbox__dropdown {
  top: 80px;
  border: 1px solid #ccc;
}

.rstat-top {
  border-bottom: 1px solid #2b3338;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 32px;
}

.rstat-heading {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.rstat-more {
  color: #d61b26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.rstat-more:after {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  content: '';
  background: url(../images/arw-linkb.svg) center no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
}

.rstat-more:hover {
  color: #fff;
}

.rstat-more:hover:after {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

.rstat-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0px;
  margin-right: -0px;
  background: #fff;
  margin-bottom: 32px;
}

.rstat-item {
  width: calc(100% / 12 * 6 - 0px - 0.1px);
  margin-left: 0px;
  margin-right: 0px;
  word-wrap: break-word;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 20px 24px;
  min-height: 120px;
}

.rstat-item__label {
  color: #99A2A6;
  margin-bottom: 10px;
}

.rstat-item__value {
  font-size: 48px;
}

.rstat-tags {
  margin: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rstat-tag {
  margin: 8px;
  display: block;
  padding: 3px 10px;
  border: 1px solid #d61b26;
  background: #2b3338;
  color: #d61b26;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.rstat-tag:hover {
  border-color: #d61b26;
}

.rhist-top {
  border-bottom: 1px solid #2b3338;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 32px;
  margin-bottom: 24px;
}

.rhist-heading {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.rhist-item {
  margin-bottom: 16px;
  background: #fff;
}

.rhist-item-top {
  border-bottom: 1px solid #efefef;
  min-height: 48px;
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.rhist-item-place {
  font-size: 12px;
  color: #99A2A6;
}

.rhist-item-mid {
  border-bottom: 1px solid #efefef;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.rhist-item-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

.rhist-item-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  text-align: center;
  margin-right: 16px;
}

.rhist-item-logo img {
  display: block;
}

.rhist-item-home {
  font-size: 12px;
  color: #99A2A6;
}

.rhist-item-score {
  font-size: 28px;
  font-weight: bold;
  padding-left: 10px;
}

.rhist-item-score--winner {
  color: #d61b26;
}

.rhist-item-goals {
  bottom: -12px;
  right: 64px;
  position: absolute;
  height: 24px;
  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;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #efefef;
  padding: 0 5px;
  font-size: 12px;
  color: #99A2A6;
}

.rhist-item-goals__item {
  margin: 0 5px;
}

.rhist-item-goals__round {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #C4C4C4;
  margin: 0 5px;
}

.rhist-item-hidden {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.rhist-item--showed .rhist-item-hidden {
  max-height: 300px;
  visibility: visible;
}

.rhist-item-details {
  background: #F8F9F9;
  position: relative;
}

.rhist-item-details:after {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  background: #fff;
  z-index: 2;
}

.rhist-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.rhist-item-col {
  width: calc(100% / 12 * 6 - 20px - 0.1px);
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  padding: 16px 0;
}

.rhist-item-col:nth-child(1) {
  text-align: right;
}

.rhist-item-goal {
  font-size: 12px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rhist-item-goal span {
  color: #99A2A6;
  margin: 0 4px;
}

.rhist-item-goal b {
  width: 24px;
  height: 24px;
  background: url(../images/washer.svg) center no-repeat;
  display: block;
}

.rhist-item-col:nth-child(2) .rhist-item-goal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rhist-item-morev {
  background: #F8F9F9;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px;
  color: #d61b26;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  height: 40px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.rhist-item-morev:hover {
  color: #d61b26;
}

.rhist-item--showed .rhist-item-morev {
  display: none;
}

.rhist-item-moreh {
  background: #F8F9F9;
  width: 100%;
  padding: 0 24px;
  color: #99A2A6;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  height: 40px;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.rhist-item-moreh:hover {
  color: #d61b26;
}

.rhist-item--showed .rhist-item-moreh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rhist-item-info {
  padding: 16px 24px;
  color: #99A2A6;
  font-weight: 600;
  font-size: 12px;
}

.rpop {
  position: fixed;
  top: 54px;
  right: 0;
  height: calc(100% - 54px);
  opacity: 0;
  visibility: hidden;
  z-index: -2;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

.rpop:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #101820;
  opacity: .64;
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
}

.rpop--showed {
  z-index: 109938;
  opacity: 1;
  visibility: visible;
}

.rpop--showed .rpop-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
}

.rpop-wrap {
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  overflow: auto;
  -webkit-transition: .3s;
  transition: .3s;
  background: #fff;
  z-index: 3;
}

.rpop-top {
  border-bottom: 1px solid #2b3338;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 32px;
}

.rpop-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

.rpop-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 64px;
  height: 64px;
  background: url(../images/close.svg) center no-repeat;
  z-index: 2;
}

.rpop-content {
  padding: 32px;
}

.rpop-desc {
  margin-bottom: 32px;
  text-align: center;
}

.rpop-links {
  font-size: 14px;
  font-weight: 600;
}

.rpop-links .form-checkbox {
  color: #959FA5;
}

.rpop-links .form-colr {
  text-align: right;
}

.rpop-now {
  font-weight: 600;
  text-transform: uppercase;
  margin: 28px 0;
  padding-top: 28px;
  border-top: 1px solid #efefef;
  letter-spacing: 1px;
}

.rpop-now a {
  font-weight: bold;
}

.footer {
  margin-top: 64px;
  background: #030E14;
  position: relative;
  color: #fff;
  padding: 80px 0 50px;
}

.footer:before {
  background: url(../images/fbg.png) 0 0 repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;
  opacity: .25;
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-top-left {
  width: 20%;
}

.footer-top-right {
  width: 80%;
}

.footer-wrap {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-left {
  width: 310px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-right {
  width: 100%;
}

.footer-pays {
  margin-bottom: 40px;
}

.footer-logo {
  margin-bottom: 140px;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  padding-right: 25%;
}

.footer-logo:hover {
  -webkit-animation: wheela 3s infinite linear;
  animation: wheela 3s infinite linear;
}

@-webkit-keyframes wheela {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes wheela {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.footer-col {
  width: calc(100% / 12 * 2.4 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  margin-bottom: 60px;
}

.footer-heading {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  opacity: .64;
}

.footer-heading:hover {
  color: #d61b26;
}

.footer-menu {
  font-size: 14px;
}

.footer-menu-items {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu-item {
  margin-bottom: 10px;
}

.footer-menu-link {
  font-weight: 600;
  color: #fff;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 12px;
  color: #fff;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.footer-bottom a {
  color: #fff;
  opacity: .64;
}

.footer-bottom a:hover {
  opacity: 1;
}

.footer-bottom p {
  margin: 0;
  opacity: .64;
}

.footer-bottom-left {
  width: calc(100% / 12 * 4 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  padding-right: 15px;
}

.footer-bottom-center {
  width: calc(100% / 12 * 4 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  text-align: center;
  padding: 0 15px;
}

.footer-bottom-right {
  width: calc(100% / 12 * 4 - 30px - 0.1px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 15px;
  text-align: right;
}

.footer .old-site {
  display: none;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
    margin: 10px auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (40px * 2));
  }

  .modal-sm {
    max-width: 500px;
  }
}

@media (min-width: 767px) {
  .mainpage .fadein {
    opacity: 0;
  }

  .mainpage .fadein--showed {
    opacity: 1;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }

@-webkit-keyframes fadeIn {
    from {
      opacity: 0;
      -webkit-transform: translateY(40px);
      transform: translateY(40px);
    }

    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
      opacity: 0;
      -webkit-transform: translateY(40px);
      transform: translateY(40px);
    }

    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
}
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 1100px;
  }
}

@media (min-width: 1400px) {
  .modal-lg {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1749.98px) {
  .container {
    padding: 0 32px;
  }

  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 52px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  .modal-header {
    padding: 15px 40px;
  }

  .modal-title {
    font-size: 26px;
  }

  .btn--border {
    font-size: 22px;
    padding: 10px 26px 10px;
  }

  .header-wrap {
    height: 100px;
  }

  .header-logo {
    margin-right: 4px;
    height: 80px;
    width: 80px;
    background-size: 80px;
  }

  .header-top {
    height: 50px;
  }

  .header-bottom {
    height: 50px;
  }

  .header-menu__link {
    margin-left: 12px;
    padding: 0 6px;
    height: 50px;
  }

  .header-menu__sub {
    padding: 22px 32px;
  }

  .header-menu__sub-name {
    font-size: 52px;
  }

  .header-menu__sub-name {
    min-width: inherit;
    margin-right: 40px;
  }

  .header-tickets__link {
    width: 120px;
    height: 50px;
  }

  .header-tickets__sub {
    padding: 22px 32px;
  }

  .header-tickets__block {
    padding: 20px;
  }

  .header-shop {
    width: 120px;
    height: 50px;
  }

  .header-search {
    width: 320px;
  }

  .header-search__input {
    padding-right: 50px;
    height: 50px;
  }

  .header-search__btn {
    height: 50px;
    width: 50px;
    min-width: 50px;
  }

  .mainleft {
    padding-top: 100px;
  }

  .main {
    top: 100px;
    height: calc(100% - 100px);
    padding-top: 32px;
  }

  .main-wmenu {
    top: 100px;
    height: calc(100% - 100px);
    padding-top: 152px;
  }

  .mainslider .swiper-container {
    height: 500px;
  }

  .mainslider-text {
    padding: 40px;
  }

  .mainslider-heading {
    font-size: 26px;
  }

  .mainslider-button-next {
    width: 48px;
    height: 48px;
    bottom: 48px;
  }

  .mainslider-button-prev {
    width: 48px;
    height: 48px;
    bottom: 48px;
    right: 88px;
  }

  .pageblock-heading {
    font-size: 32px;
  }

  .newsslider-item__imgwrap {
    height: 210px;
  }

  .newsslider-item__desc {
    padding: 15px 22px;
  }

  .playersslider-item__imgwrap {
    height: 210px;
  }

  .playersslider-item__desc {
    padding: 15px 22px;
  }

  .playersslider-item__title {
    height: 50px;
  }

  .playersslider-item-othplayer {
    padding: 10px 22px;
  }

  .smenu-wrap:after {
    right: -200px;
  }

  .smenu--fixed .smenu-wrap {
    top: -70px;
  }

  .smenu-heading {
    font-size: 32px;
  }

  .staffs-heading {
    font-size: 32px;
  }

  .staffpage-infos__name {
    font-size: 26px;
  }

  .staffpage-infos__col {
    padding: 20px;
  }

  .staffpage-football {
    right: 120px;
  }

  .staffpage-football__value {
    font-size: 52px;
  }

  .newsitems-heading {
    font-size: 32px;
  }

  .fans-content {
    padding: 48px;
  }

  .fans-heading {
    font-size: 72px;
  }

  .docs-heading {
    font-size: 26px;
  }

  .contacts-wrap {
    padding: 48px;
  }

  .contacts-heading {
    font-size: 26px;
  }

  .contacts-personal-items {
    padding: 48px;
  }

  .players-heading {
    font-size: 26px;
  }

  .players-item__imgwrap {
    height: 240px;
  }

  .players-item__desc {
    padding: 15px 22px;
  }

  .players-item__title {
    height: 50px;
  }

  .matches-item__top {
    padding: 12px 16px;
  }

  .matches-item__left,
  .matches-item__right {
    padding: 16px 16px 24px;
  }

  .matches-item__team {
    padding-right: 10px;
  }

  .matches-item__right .matches-item__team {
    padding-left: 10px;
  }

  .matches-item__logo {
    margin-right: 15px;
  }

  .matches-item__right .matches-item__logo {
    margin-left: 15px;
  }

  .statscom-tcircle {
    padding: 32px;
  }

  .statscom-ocircle {
    padding: 32px;
  }

  .matchpage-left,
  .matchpage-right {
    padding: 32px;
  }

  .matchpage-score {
    font-size: 72px;
  }

  .photopage-item {
    width: calc(100% / 12 * 2.4 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .pmenu-heading {
    font-size: 32px;
  }

  .preloader-num {
    font-size: 26px;
  }

  .mainright .container {
    padding: 0  16px;
  }

  .rmatches-top {
    padding: 10px 16px;
    margin-bottom: 16px;
  }

  .rmatches-item-top {
    padding: 10px 16px;
  }

  .rmatches-item-team__score {
    font-size: 32px;
  }

  .rshop-items {
    padding: 16px 16px 0;
  }

  .rshop-item {
    margin-bottom: 16px;
  }

  .rshop-item__desc {
    padding: 16px;
  }

  .rshop-item__text {
    padding: 0 16px 16px;
  }

  .rshop-item__btm {
    padding: 0 16px;
  }
}

@media screen and (max-width: 1559.98px) {
  .container {
    padding: 0 24px;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 24px;
  }

  .tabs__link {
    font-size: 20px;
  }

  .btabs__link {
    font-size: 18px;
  }

  .modal-title {
    font-size: 24px;
  }

  .modal-default__heading {
    font-size: 24px;
  }

  .btn--border {
    font-size: 20px;
    padding: 9px 24px 9px;
    min-width: 170px;
  }

  .header-popmenubtn b {
    display: block;
    margin-left: 37px;
    text-transform: uppercase;
    color: #d61b26;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .header-popmenubtn span {
    background: #d61b26;
  }

  .header-popmenubtn span:before {
    background: #d61b26;
  }

  .header-popmenubtn span:after {
    background: #d61b26;
  }

  .header-menu {
    display: none;
  }

  .header-menu__sub-name {
    font-size: 46px;
  }

  .header-tickets__name {
    font-size: 24px;
  }

  .popmenu-col {
    margin-bottom: 32px;
  }

  .mainslider .swiper-container {
    height: 440px;
  }

  .mainslider-text {
    padding: 30px;
  }

  .mainslider-heading {
    font-size: 24px;
  }

  .mainslider-button-next {
    width: 32px;
    height: 32px;
    bottom: 32px;
  }

  .mainslider-button-next:after {
    background-size: 18px;
  }

  .mainslider-button-prev {
    width: 32px;
    height: 32px;
    bottom: 32px;
    right: 72px;
  }

  .mainslider-button-prev:after {
    background-size: 18px;
  }

  .pageblock-top {
    margin-bottom: 24px;
  }

  .pageblock-heading {
    font-size: 28px;
  }

  .newsslider-items {
    padding-bottom: 60px;
  }

  .photoslider-items {
    padding-bottom: 60px;
  }

  .playersslider-items {
    padding-bottom: 60px;
  }

  .playersslider-item__num {
    font-size: 24px;
  }

  .playersslider-item-score__value {
    font-size: 24px;
  }

  .partners-item {
    width: calc(100% / 12 * 1.8 - 30px - 0.1px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
  }

  .smenu--fixed .smenu-wrap {
    top: -60px;
  }

  .smenu-heading {
    font-size: 28px;
  }

  .smenu-item__link {
    margin-right: 22px;
    font-size: 16px;
  }

  .staffs-heading {
    font-size: 28px;
  }

  .staffs-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .staffs-item {
    width: calc(100% / 12 * 4 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    margin-bottom: 20px;
    height: 380px;
  }

  .staffs-item__desc {
    padding: 15px;
  }

  .staffpage-infos__name {
    font-size: 24px;
  }

  .staffpage-football__value {
    font-size: 46px;
  }

  .newsitems-heading {
    font-size: 28px;
  }

  .fans-heading {
    font-size: 52px;
  }

  .uniforms {
    padding: 48px;
  }

  .docs-heading {
    font-size: 24px;
  }

  .docs-item {
    padding: 16px 16px 16px 50px;
  }

  .docs-item:before {
    top: 16px;
    left: 16px;
  }

  .docs-item__name {
    font-size: 16px;
  }

  .contacts-wrap {
    padding: 32px;
  }

  .contacts-heading {
    font-size: 24px;
  }

  .contacts-value {
    font-size: 18px;
  }

  .contacts-values {
    font-size: 16px;
  }

  .contacts-user__img {
    width: 54px;
    margin-right: 12px;
  }

  .contacts-map__close {
    width: 48px;
    height: 48px;
  }

  .contacts-personal-items {
    padding: 32px;
  }

  .players-heading {
    font-size: 24px;
  }

  .players-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .players-item {
    width: calc(100% / 12 * 4 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    margin-bottom: 20px;
  }

  .players-item__num {
    font-size: 24px;
  }

  .players-item__info {
    padding: 10px;
  }

  .matches-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .matches-item {
    width: calc(100% / 12 * 6 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    margin-bottom: 20px;
  }

  .matches-item__left,
  .matches-item__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 60px;
  }

  .matches-item__center {
    margin-top: 10px;
  }

  .matches-item__team {
    padding-right: 0;
  }

  .matches-item__right .matches-item__team {
    padding-left: 0;
  }

  .matches-item__logo {
    position: absolute;
    top: 10px;
    left: 16px;
  }

  .matches-item__right .matches-item__logo {
    left: auto;
    right: 16px;
  }

  .statscom-heading {
    font-size: 24px;
  }

  .statscom-wblock__label {
    margin-bottom: 0;
  }

  .statscom-wblock__value {
    font-size: 32px;
  }

  .statscom-tcircle__head {
    margin-bottom: 16px;
  }

  .statscom-table__left {
    min-width: 30px;
  }

  .statscom-table__right {
    min-width: 30px;
  }

  .matchpage-left,
  .matchpage-right {
    padding: 24px;
  }

  .matchpage-center {
    margin-top: 10px;
  }

  .matchpage-team__logo img {
    width: 100px;
    height: 100px;
  }

  .matchpage-team__desc {
    padding: 0 20px;
  }

  .matchpage-score {
    font-size: 52px;
  }

  .matchpage-score span {
    font-size: 24px;
  }

  .photopage-item {
    width: calc(100% / 12 * 3 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .pmenu-heading {
    font-size: 28px;
  }

  .pmenu-item__link {
    margin-right: 22px;
    font-size: 16px;
  }

  .preloader-num {
    font-size: 24px;
  }

  .cabinet-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .cabinet-col {
    width: calc(100% / 12 * 6 - 30px - 0.1px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
  }

  .cabinet-col:first-child:after {
    right: -15px;
  }

  .cabinet-heading {
    font-size: 24px;
  }

  .switch--horizontal label {
    font-size: 13px;
  }

  .p404 {
    min-height: 600px;
  }

  .rmatches-item-label {
    font-size: 12px;
  }

  .rmatches-item-date {
    font-size: 12px;
  }

  .rmatches-item-center {
    width: 26px;
    height: 26px;
    margin: -49px 0 0 -12px;
  }

  .rmatches-item-team__score {
    font-size: 28px;
  }

  .rmatches-games th {
    padding: 10px;
  }

  .rmatches-games td {
    padding: 10px;
  }

  .rmatches-scores-tops {
    padding: 15px 10px;
  }

  .rmatches-scores-tops__head {
    font-size: 13px;
  }

  .rmatches-scores th {
    padding: 10px;
  }

  .rmatches-scores td {
    padding: 10px;
  }

  .rbanners .swiper-container {
    padding-bottom: 50px;
  }

  .rbanners .swiper-button-next {
    width: 32px;
    height: 32px;
  }

  .rbanners .swiper-button-prev {
    width: 32px;
    height: 32px;
    right: 42px;
  }

  .rform-top {
    padding: 10px 16px;
  }

  .rform-content {
    padding: 16px;
  }

  .rstat-item {
    padding: 16px;
  }

  .rstat-item__label {
    margin-bottom: 0;
  }

  .rstat-item__value {
    font-size: 32px;
  }

  .rpop-top {
    padding: 10px 16px;
  }

  .rpop-content {
    padding: 16px;
  }

  .footer {
    padding: 40px 0;
  }

  .footer-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-top-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .footer-top-right {
    width: 100%;
  }

  .footer-logo {
    margin-bottom: 0;
    width: 120px;
    margin-right: 30px;
  }

  .footer-col {
    margin-bottom: 30px;
  }

  .footer-bottom {
    padding: 20px 0;
  }
}

@media screen and (max-width: 1289.98px) {
  h1 {
    font-size: 42px;
  }

  h5 {
    font-size: 17px;
  }

  .btabs__link {
    min-width: inherit;
  }

  .modal-default__heading {
    font-size: 17px;
  }

  .header-tickets__name {
    font-size: 17px;
  }

  .mainleft {
    width: 100%;
  }

  .mainright {
    display: none;
  }

  .mainmobile {
    display: block;
  }

  .playersslider-item__num {
    font-size: 17px;
  }

  .playersslider-item-score__value {
    font-size: 17px;
  }

  .smenu-wrap:after {
    display: none;
  }

  .smenu-list {
    margin: 0 -24px;
  }

  .smenu-items {
    padding: 0 24px;
  }

  .smenu-item__link {
    height: 34px;
  }

  .staffpage-football {
    right: 30px;
  }

  .staffpage-football__img {
    width: 160px;
  }

  .newsitems .newsslider-item {
    width: calc(100% / 12 * 4 - 30px - 0.1px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
  }

  .sponsors-item {
    min-height: 200px;
  }

  .fans-content {
    padding: 32px;
  }

  .fans-heading {
    font-size: 42px;
  }

  .docs-item {
    width: calc(100% / 12 * 6 - 32px - 0.1px);
    margin-left: 16px;
    margin-right: 16px;
    word-wrap: break-word;
  }

  .players-item__num {
    font-size: 17px;
  }

  .statscom-heading {
    font-size: 17px;
  }

  .matchpage-score {
    font-size: 42px;
  }

  .matchpage-score span {
    font-size: 17px;
  }

  .pmenu-list {
    margin: 0 -24px;
  }

  .pmenu-items {
    padding: 0 24px;
  }

  .pmenu-item__link {
    height: 34px;
  }

  .cabinet-heading {
    font-size: 17px;
  }

  .rmatches-tabs .rmatches-tabs {
    border-color: #fff;
  }

  .rmatches-item-ctabs__tab {
    font-size: 20px;
  }

  .rmatches-item-center {
    width: 40px;
    height: 40px;
    margin: -45px 0 0 -20px;
  }

  .rform-wrap {
    width: 50%;
  }

  .rpop-wrap {
    width: 50%;
  }
}

@media screen and (max-width: 991.98px) {
  .tabs__wrap {
    position: relative;
    overflow-y: hidden;
    overflow-x: scroll;
    margin: 0 -24px;
  }

  .tabs__list {
    display: inline-block;
    white-space: nowrap;
  }

  .tabs__item {
    width: auto;
  }

  .tabs__item:last-child {
    margin-right: 24px;
  }

  .tabs__item:first-child {
    margin-left: 24px;
  }

  .tabs__link {
    margin-right: 0;
    margin-left: 32px;
  }

  .tabs__content {
    margin-left: -24px;
    padding-left: 24px;
    margin-right: -24px;
    padding-right: 24px;
  }

  .tabs__content > .tabs__pane {
    margin-left: -24px;
    padding-left: 24px;
    margin-right: -24px;
    padding-right: 24px;
  }

  .btabs__wrap {
    position: relative;
    overflow-y: hidden;
    overflow-x: scroll;
    margin: 0 -24px;
  }

  .btabs__list {
    display: inline-block;
    white-space: nowrap;
  }

  .btabs__item {
    width: auto;
  }

  .btabs__item:last-child {
    margin-right: 24px;
  }

  .btabs__item:first-child {
    margin-left: 24px;
  }

  .btabs__content {
    margin-left: -24px;
    padding-left: 24px;
    margin-right: -24px;
    padding-right: 24px;
  }

  .btabs__content > .btabs__pane {
    margin-left: -24px;
    padding-left: 24px;
    margin-right: -24px;
    padding-right: 24px;
  }

  .btn--border {
    min-width: 160px;
  }

  .popmenu {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: auto;
    font-size: 16px;
    padding-bottom: 40px;
  }

  .popmenu--showed {
    height: calc(100vh - 54px);
  }

  .popmenu-close {
    display: block;
  }

  .popmenu-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: auto;
  }

  .popmenu-col {
    width: calc(100% / 12 * 4 - 30px - 0.1px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
  }

  .popmenu-menu-item {
    margin-bottom: 12px;
  }

  .smenu-item__link {
    margin-right: 25px;
    border-bottom: 1px solid transparent;
    padding: 5px 0;
    height: auto;
    margin-bottom: 10px;
  }

  .smenu-item__link--active {
    border-color: #d61b26;
  }

  .staffs-item {
    width: calc(100% / 12 * 6 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .staffpage-infos__btm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .staffpage-infos__col {
    width: 33%;
  }

  .newsitems .newsslider-item {
    width: calc(100% / 12 * 6 - 30px - 0.1px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
  }

  .sponsors-item {
    width: calc(100% / 12 * 6 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .players-item {
    width: calc(100% / 12 * 6 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .matches-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .matches-sort {
    width: 100%;
    margin-top: 32px;
  }

  .matches-sort__block {
    margin-left: 0;
    margin-right: 32px;
  }

  .matches-item {
    width: calc(100% / 12 * 12 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .statscom-wblock__col {
    width: calc(100% / 12 * 6 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
    min-height: 80px;
    padding: 24px;
  }

  .statscom-tcircle__col {
    width: calc(100% / 12 * 12 - 30px - 0.1px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .statscom-ocircle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .statscom-ocircle__circle {
    margin: 0 auto;
  }

  .tables__tablewrap {
    overflow: scroll;
  }

  .matchpage-team {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .matchpage-team__logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .matchpage-right .matchpage-team__logo {
    margin-left: auto;
  }

  .blockquote {
    padding: 24px 40px;
  }

  .quote {
    padding: 24px 40px;
  }

  .photopage-item {
    width: calc(100% / 12 * 4 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .pmenu-item__link {
    margin-right: 25px;
    border-bottom: 1px solid transparent;
    padding: 5px 0;
    height: auto;
    margin-bottom: 10px;
  }

  .pmenu-item__link--active {
    border-color: #d61b26;
  }

  .cabinet-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .cabinet-col {
    width: calc(100% / 12 * 12 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    margin-bottom: 30px;
  }

  .cabinet-col:first-child:after {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .container {
    padding: 0 10px;
  }

  .staffpage-content {
    font-size: 18px;
  }

  .sponsors,
  .fans,
  .uniforms,
  .textpage,
  .photopage {
    margin-bottom: -32px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h6 {
    font-size: 18px;
  }

  .tabs__wrap {
    margin: 0 -10px;
  }

  .tabs__item:last-child {
    margin-right: 10px;
  }

  .tabs__item:first-child {
    margin-left: 10px;
  }

  .tabs__link {
    font-size: 18px;
  }

  .tabs__content {
    margin-left: -10px;
    padding-left: 10px;
    margin-right: -10px;
    padding-right: 10px;
  }

  .tabs__content > .tabs__pane {
    margin-left: -10px;
    padding-left: 10px;
    margin-right: -10px;
    padding-right: 10px;
  }

  .btabs__wrap {
    margin: 0 -10px;
  }

  .btabs__item:last-child {
    margin-right: 10px;
  }

  .btabs__item:first-child {
    margin-left: 10px;
  }

  .btabs__content {
    margin-left: -10px;
    padding-left: 10px;
    margin-right: -10px;
    padding-right: 10px;
  }

  .btabs__content > .btabs__pane {
    margin-left: -10px;
    padding-left: 10px;
    margin-right: -10px;
    padding-right: 10px;
  }

  .accordion__heading {
    padding: 10px 10px 10px 44px;
  }

  .accordion__heading:before {
    width: 32px;
  }

  .accordion__heading:after {
    width: 32px;
    background-size: 20px;
  }

  .col-1 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-2 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-3 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-4 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-5 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-6 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-7 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-8 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-9 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-10 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .col-11 {
    width: calc(100% / 12 * 11 - 24px - 0.1px);
    margin-left: 12px;
    margin-right: 12px;
    word-wrap: break-word;
  }

  .modal-header {
    padding: 10px 15px;
  }

  .modal-title {
    font-size: 18px;
  }

  .modal-body {
    padding: 15px;
  }

  .modal-default__text {
    margin-bottom: 15px;
  }

  .form-label {
    top: 2px;
    font-size: 12px;
  }

  .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .form-col {
    width: calc(100% / 12 * 12 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .form-group .form-input {
    height: 60px;
    font-size: 16px;
  }

  .form-input,
  .form-textarea,
  select,
  select.select {
    padding: 10px 15px;
  }

  .form-input--lg,
  .form-textarea--lg,
  select--lg,
  select.select--lg {
    height: 46px;
    font-size: 14px;
    padding: 0 15px;
  }

  .form-input--lg.form-input--date,
  .form-textarea--lg.form-input--date,
  select--lg.form-input--date,
  select.select--lg.form-input--date {
    background-image: url(../images/date_icon.svg.html);
  }

  .form-textarea {
    padding: 10px 15px;
  }

  .form-file.jq-file .jq-file__name {
    padding: 14px 20px;
    font-size: 15px;
    -webkit-box-shadow: #d61b26 0 0 0 2px inset;
    box-shadow: #d61b26 0 0 0 2px inset;
  }

  .form-file.jq-file .jq-file__browse {
    padding: 14px 20px;
    font-size: 15px;
  }

  .header-wrap {
    height: 50px;
  }

  .header-logo {
    height: 50px;
    width: 50px;
    background-size: 50px;
  }

  .header-top {
    display: none;
  }

  .header-popmenubtn {
    margin-left: auto;
    width: 80px;
  }

  .header-menu__sub-name {
    font-size: 26px;
  }

  .header-bottomright {
    display: none;
  }

  .popmenu-wrap {
    padding: 15px;
  }

  .popmenu-mob {
    display: block;
  }

  .popmenu-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .popmenu-col {
    width: calc(100% / 12 * 6 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .mainleft {
    padding-top: 50px;
  }

  .main {
    top: 50px;
    height: calc(100% - 50px);
  }

  .main-wmenu {
    top: 50px;
    height: calc(100% - 50px);
  }

  ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }

  .mainslider-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mainslider .swiper-container {
    height: auto;
  }

  .mainslider-left {
    width: 100%;
    height: 210px !important;
  }

  .mainslider-right {
    width: 100%;
    background-size: auto 100%;
  }

  .mainslider-text {
    padding: 20px;
  }

  .mainslider-tag {
    margin-bottom: 10px;
  }

  .mainslider-next {
    display: none;
  }

  .mainslider-button-next {
    bottom: 20px;
    right: 16px;
  }

  .mainslider-button-prev {
    bottom: 20px;
    right: 58px;
  }

  .newsslider-item__desc {
    padding: 10px 15px;
  }

  .photoslider-item__desc {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .photoslider-item__title {
    max-width: 100%;
    padding: 15px;
  }

  .photoslider-item__icons {
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    border-left: 0;
    border-top: 1px solid #2b3338;
  }

  .photoslider-item__total {
    width: 50%;
    border-bottom: 0;
    border-right: 1px solid #2b3338;
    padding: 5px;
  }

  .photoslider-item__views {
    width: 50%;
    padding: 5px;
  }

  .playersslider-item-score__label {
    font-size: 14px;
  }

  .playersslider-item__desc {
    padding: 10px 15px;
  }

  .playersslider-item__title {
    height: 40px;
  }

  .playersslider-item-othplayer {
    padding: 10px 15px;
  }

  .partners-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .partners-item {
    width: calc(100% / 12 * 4 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    font-size: 12px;
  }

  .smenu-heading {
    padding-bottom: 12px;
  }

  .smenu-photos__count {
    padding: 10px;
  }

  .smenu-photos__tags {
    padding: 10px;
  }

  .aboutcontent {
    padding-top: 0;
  }

  .staffs-item {
    width: calc(100% / 12 * 12 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .staffpage-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .staffpage-image {
    width: 100%;
  }

  .staffpage-infos__top {
    padding: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .staffpage-infos__names,
  .staffpage-infos__post {
    width: 100%;
    margin-bottom: 20px;
  }

  .staffpage-infos__col {
    width: 100%;
    padding: 15px;
    border-right: 0;
  }

  .staffpage-football {
    right: 10px;
  }

  .staffpage-football__img {
    width: 120px;
  }

  .staffpage-football__desc {
    padding-top: 30px;
  }

  .staffpage-football__value {
    font-size: 26px;
  }

  .newsitems .newsslider-item {
    width: calc(100% / 12 * 12 - 30px - 0.1px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
  }

  .sponsors-item {
    min-height: 120px;
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .fans:before {
    background: #101820;
    z-index: 1;
  }

  .fans-content {
    padding: 12px;
    position: relative;
    margin-top: 20px;
  }

  .fans-heading {
    font-size: 30px;
  }

  .uniforms {
    padding: 6px;
  }

  .docs-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .docs-item {
    width: calc(100% / 12 * 12 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    margin-bottom: 20px;
  }

  .contacts-wrap {
    padding: 16px;
  }

  .contacts-col {
    width: calc(100% / 12 * 12 - 30px - 0.1px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
  }

  .contacts-map__close {
    width: 32px;
    height: 32px;
  }

  .contacts-personal-top {
    height: 48px;
    padding-left: 68px;
  }

  .contacts-personal-top:before {
    height: 48px;
    width: 48px;
  }

  .contacts-personal-items {
    padding: 16px;
  }

  .players-item {
    width: calc(100% / 12 * 12 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .players-item__desc {
    padding: 10px 15px;
  }

  .players-item__title {
    height: 40px;
  }

  .matches-sort {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .matches-sort__block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

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

  .matches-item__center {
    top: 28px;
    width: 30px;
    height: 30px;
  }

  .matches-item__name {
    font-size: 16px;
  }

  .matches-item__home {
    font-size: 12px;
  }

  .matches-item__score span {
    left: 0;
  }

  .matches-item__score {
    position: absolute;
    top: 10px;
    right: 0;
  }

  .matches-item__right .matches-item__score {
    right: auto;
    left: 0;
  }

  .statscom-wblock__col {
    padding: 15px;
  }

  .statscom-col {
    width: calc(100% / 12 * 12 - 30px - 0.1px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    margin-bottom: 30px;
  }

  .statscom-tcircle {
    padding: 16px;
  }

  .statscom-ocircle {
    padding: 16px;
  }

  .matchpage-top {
    padding: 10px;
  }

  .matchpage-top__col {
    width: calc(100% / 12 * 12 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    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;
    padding: 7px 0;
  }

  .matchpage-left,
  .matchpage-right {
    padding: 42px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .matchpage-center {
    top: 68px;
    width: 30px;
    height: 30px;
  }

  .matchpage-team__logo img {
    width: 80px;
    height: 80px;
  }

  .matchpage-team__desc {
    padding: 0;
  }

  .matchpage-team__name {
    font-size: 18px;
  }

  .matchpage-team__home {
    font-size: 14px;
  }

  .matchpage-team__goals {
    margin-top: 20px;
  }

  .matchpage-team__goal {
    font-size: 10px;
    position: relative;
  }

  .matchpage-score {
    font-size: 30px;
  }

  .matchpage-score span {
    bottom: 4px;
    font-size: 14px;
  }

  .matchpage-score {
    padding: 20px 30px;
    position: absolute;
    top: 40px;
    right: 0;
  }

  .matchpage-right .matchpage-score {
    right: auto;
    left: 0;
  }

  .matchpage-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .matchpage-col {
    width: calc(100% / 12 * 12 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .textpage {
    padding: 0px;
    font-size: 16px;
  }

  .mainwrap > .textpage {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .textpage-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }

  .textpage-col {
    width: calc(100% / 12 * 12 - 16px - 0.1px);
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    margin-bottom: 24px;
  }

  .textpage hr {
    margin: 30px 0;
  }

  p.big {
    font-size: 18px;
    margin: 20px 0;
  }

  p.lead {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .blockquote {
    padding: 24px 15px;
  }

  .blockquote-text:before {
    top: -60px;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

  .blockquote-text {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 18px;
  }

  .blockquote-author {
    padding-left: 0;
  }

  .blockquote-author__name {
    font-size: 16px;
  }

  .quote {
    font-size: 18px;
    padding: 24px 15px;
  }

  .faq-content {
    padding: 10px 10px 10px 44px;
  }

  .photopage-item {
    width: calc(100% / 12 * 6 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .pmenu-heading {
    padding-bottom: 12px;
  }

  .pmenu-photos__count {
    padding: 10px;
  }

  .pmenu-photos__tags {
    padding: 10px;
  }

  .cabinet {
    padding: 15px;
  }

  .search-result__name {
    font-size: 18px;
  }

  .p404 {
    min-height: 500px;
  }

  .rmatches-tabs .btabs__content {
    margin-top: 10px;
  }

  .rmatches-item-ctabs__tab {
    font-size: 14px;
  }

  .rmatches-item-center {
    margin-top: 0;
    top: 45px;
  }

  .rmatches-item-team__logowrap {
    width: 80px;
    height: 80px;
  }

  .rmatches-item-team__logo {
    width: 76px;
    height: 76px;
  }

  .rmatches-item-team__score span {
    bottom: -12px;
    font-size: 12px;
  }

  .rmatches-scores-tops {
    padding: 10px;
  }

  .rform-wrap {
    width: 100%;
  }

  .rform-top {
    padding: 10px;
  }

  .rform-content {
    padding: 10px;
  }

  .rpop-wrap {
    width: 100%;
  }

  .rpop-top {
    padding: 10px;
  }

  .rpop-content {
    padding: 10px;
  }

  .footer {
    margin-top: 32px;
  }

  .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .footer-col {
    width: calc(100% / 12 * 6 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .footer-bottom-left {
    width: calc(100% / 12 * 12 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .footer-bottom-center {
    width: calc(100% / 12 * 12 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    text-align: left;
    margin-top: 20px;
    padding: 0;
  }

  .footer-bottom-right {
    width: calc(100% / 12 * 12 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    text-align: left;
    margin-top: 20px;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}