@import url(https://fonts.googleapis.com/css2?family=Tektur:wght@400..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Tektur:wght@400..900&display=swap);
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4 {
  margin: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.mobile-block {
  display: none; }
  @media (max-width: 1200px) {
    .mobile-block {
      display: block; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  height: 100%; }

body {
  font-weight: 400;
  font-size: 18px;
  font-family: 'Tektur', sans-serif;
  color: #171717;
  line-height: 1.2;
  padding-top: 86px; }
  @media (max-width: 1200px) {
    body {
      padding-top: 70px; } }

.wrap {
  overflow: hidden; }
  .wrap__title {
    font-size: 25px;
    font-weight: 300; }
    @media (max-width: 1200px) {
      .wrap__title {
        font-size: 20px; } }

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

.container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%; }
  @media (max-width: 767px) {
    .container {
      padding: 0 20px; } }
  .container_big {
    max-width: 1300px; }
  .container_small {
    max-width: 1041px; }

a {
  text-decoration: none;
  color: black; }

.button {
  padding: 15px 40px;
  background: #AD3F31;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  outline: none !important;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative; }
  .button:after {
    content: '';
    position: absolute;
    border-left: 15px solid #02592e;
    border-bottom: 15px solid #AD3F31;
    top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    left: 0; }
  .button span {
    margin-left: 10px; }
  @media (max-width: 1200px) {
    .button {
      font-size: 20px; }
      .button svg {
        width: 18px; } }
  .button:disabled {
    background: #00AAAD;
    color: #FFFFFF;
    opacity: 0.6; }
  .button:hover {
    background: #8B3327;
    color: #FFFFFF; }
    .button:hover:after {
      content: '';
      position: absolute;
      border-left: 15px solid #02592e;
      border-bottom: 15px solid #8B3327;
      top: 0;
      left: 0; }
  .button_yellow {
    background: #FFD200;
    color: #5C5C5C;
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .button_yellow:hover {
      background: #d6b416;
      color: #5C5C5C; }
    .button_yellow span {
      margin-right: 10px; }
    .button_yellow:after {
      display: none; }
    .button_yellow:before {
      display: none; }
    @media (max-width: 1200px) {
      .button_yellow {
        padding: 19px;
        font-size: 18px; } }

img {
  max-width: 100%; }

h1 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 78px;
  color: #242424; }
  @media (max-width: 1023px) {
    h1 {
      font-size: 50px; } }

h2 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #444444;
  font-size: 32px; }

h3 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  color: #1E1301; }
  @media (max-width: 1439px) {
    h3 {
      font-size: 24px; } }
  @media (max-width: 767px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.005em; }
  @media (max-width: 767px) {
    h4 {
      font-size: 20px; } }

p {
  margin: 0 0 15px 0;
  line-height: 150%; }
  @media (max-width: 767px) {
    p {
      margin-bottom: 7px;
      line-height: 125%; } }
  p:last-child {
    margin-bottom: 0; }

.checkbox-row {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  margin: 0;
  color: #C2C2C2;
  font-weight: bold; }

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

.filter-text {
  font-size: 17px; }
  @media (max-width: 767px) {
    .filter-text {
      font-size: 16px; } }
  .checkbox-row .filter-text {
    color: #7A7A7A; }
  .checkbox-row_inv .filter-text {
    color: #4A4A4A; }
  .radio-row_inv .filter-text {
    color: #4A4A4A; }

input, textarea {
  padding: 8px 16px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  width: 100%;
  border: 1px solid #999999;
  border-radius: 5px;
  outline: none; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    padding: 0;
    margin: 0; }

.error-input {
  position: relative; }
  .error-input input {
    border: 1px solid #FF6C6C !important; }

.checkbox-row .search-text {
  margin: 0;
  cursor: pointer; }

.checkbox {
  position: relative;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.checkbox-field {
  display: none; }

.checkbox-field:checked + .checkbox-label:after {
  visibility: visible;
  opacity: 1; }

.checkbox-field:checked + .checkbox-label {
  background: transparent;
  max-width: 1340px; }

.checkbox-label {
  width: 30px;
  height: 30px;
  border: 2px solid #E0E0E0;
  -webkit-transition: background-color .3s, border-color .3s;
  -o-transition: background-color .3s, border-color .3s;
  transition: background-color .3s, border-color .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: background-color, border-color;
  display: block;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  background: #FFFFFF; }

.checkbox-label:after {
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #006F4D;
  content: "";
  border-radius: 2px; }

.radio-row {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  margin: 0;
  color: #C2C2C2; }

.filter-text {
  font-size: 18px;
  color: black;
  font-weight: 400; }
  @media (max-width: 767px) {
    .filter-text {
      font-size: 16px; } }
  .radio-row_inv .filter-text {
    color: #FFFFFF; }

.radio-row .search-text {
  margin: 0;
  cursor: pointer; }

.radio {
  position: relative;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.radio-field {
  display: none; }

.radio-field:checked + .radio-label:after {
  background-color: #4a9525; }

.radio-field:checked + .radio-label {
  border-color: #E4E4E4;
  background-color: #F7F8FA; }

.radio-label {
  width: 24px;
  height: 24px;
  -webkit-transition: background-color .3s, border-color .3s;
  -o-transition: background-color .3s, border-color .3s;
  transition: background-color .3s, border-color .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: background-color, border-color;
  display: block;
  margin-right: 10px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  background-color: white; }

.radio-label:after {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: background-color ease .3s;
  -o-transition: background-color ease .3s;
  transition: background-color ease .3s; }

#mobile-menu-button {
  display: none; }
  @media (max-width: 991px) {
    #mobile-menu-button {
      display: block;
      position: relative;
      z-index: 14; } }

#mobile-menu-button span:after,
#mobile-menu-button span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
  width: 100% !important; }
  .mobile-menu-open #mobile-menu-button span:after, .mobile-menu-open
  #mobile-menu-button span:before {
    top: -9px; }

#mobile-menu-button span:after {
  top: 9px; }
  .mobile-menu-open #mobile-menu-button span:after {
    top: 9px; }

#mobile-menu-button span {
  position: absolute;
  display: block;
  top: 50%; }

#mobile-menu-button span,
#mobile-menu-button span:after,
#mobile-menu-button span:before {
  width: calc(100% - 10px);
  height: 3px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 16px; }
  @media (max-width: 767px) {
    #mobile-menu-button span,
    #mobile-menu-button span:after,
    #mobile-menu-button span:before {
      height: 2px; } }

/* on activation */
.mobile-menu-open #mobile-menu-button span,
.mobile-menu-open #mobile-menu-button span:after,
.mobile-menu-open #mobile-menu-button span:before {
  background-color: #fff; }

.mobile-menu-open #mobile-menu-button span {
  background-color: transparent; }

.mobile-menu-open #mobile-menu-button span:before {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px); }

.mobile-menu-open #mobile-menu-button span:after {
  -webkit-transform: rotate(-45deg) translate(7px, -8px);
      -ms-transform: rotate(-45deg) translate(7px, -8px);
          transform: rotate(-45deg) translate(7px, -8px); }

.mobile-menu-open #mobile-menu-button + #menu {
  opacity: 1;
  visibility: visible; }

.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  overflow-y: auto;
  width: 270px;
  padding: 0px 0px;
  z-index: 10;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 4px 12px #0000000a;
          box-shadow: 0 4px 12px #0000000a;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #f3f3f3; }
  .mobile-menu_open .mobile-menu {
    visibility: visible;
    opacity: 1; }
  .mobile-menu__item {
    margin-bottom: 14px; }
  .mobile-menu__title {
    font-size: 18px; }
    .mobile-menu__title:hover {
      cursor: pointer; }
  .mobile-menu__sub {
    display: none; }
    .mobile-menu__sub-item {
      display: block;
      font-size: 15px;
      margin-bottom: 8px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .mobile-menu__sub-item:hover {
        -webkit-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
                transform: translateX(-10px); }
      .mobile-menu__sub-item:first-child {
        margin-top: 10px; }

.mobile-menu-open .mobile-menu {
  visibility: visible;
  opacity: 1;
  right: 0; }

.submenu-action.active .arrow:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.mobile-block {
  display: none !important; }
  @media (max-width: 767px) {
    .mobile-block {
      display: block !important; } }

.dropdown {
  position: relative;
  border: 1px solid #E0E0E0;
  background: #FFFFFF; }
  .dropdown.active svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .dropdown.active .dropdown__items {
    visibility: visible;
    opacity: 1; }
  .dropdown__title {
    font-size: 14px;
    padding: 16px 30px;
    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; }
    @media (max-width: 1200px) {
      .dropdown__title {
        padding: 16px 20px; } }
    .dropdown__title:hover {
      cursor: pointer; }
    .dropdown__title span {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .dropdown__title svg {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .dropdown__items {
    position: absolute;
    top: 92px;
    z-index: 10;
    left: 0;
    background: #FFFFFF;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0px 2px 16px 0px #06372033;
            box-shadow: 0px 2px 16px 0px #06372033; }
  .dropdown__item {
    padding: 18px 30px;
    border-bottom: 1px solid #E8E8E8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 20px;
    font-weight: 500;
    color: #444444; }
    .dropdown__item:last-child {
      border-bottom: 0; }
    .dropdown__item:hover {
      cursor: pointer;
      color: #00592E;
      background: #EEF7F2; }

label.checkbox-row {
  font-size: 12px;
  font-weight: 300;
  color: #000000; }

.dropdown__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .dropdown__title {
      padding: 22px 20px; } }
  .dropdown__title span:first-child {
    color: #737373;
    font-size: 20px;
    font-weight: 500;
    margin-right: 20px; }
  .dropdown__title span:nth-child(2) {
    margin-right: 50px;
    color: #00592E;
    font-size: 20px;
    font-weight: 600; }

.general-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #FFD200; }
  @media (max-width: 767px) {
    .general-nav {
      overflow: auto;
      margin: 0 -20px 0 0; } }
  .general-nav:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    background: #FFD200; }
    @media (max-width: 767px) {
      .general-nav:after {
        display: none; } }
  .general-nav__item {
    font-weight: 500;
    padding: 20px 20px;
    background: #FFD200;
    border-right: 1px solid #CCA700;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (max-width: 1200px) {
      .general-nav__item {
        font-size: 16px;
        padding: 20px; } }
    @media (max-width: 767px) {
      .general-nav__item {
        font-size: 16px;
        padding: 15px 10px;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    .general-nav__item.active {
      background: #FFFFFF; }
      .general-nav__item.active:hover {
        background: #FFFFFF; }
    .general-nav__item:hover {
      cursor: pointer;
      background: #eac92d; }

.page-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .page-bar {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .page-bar__prev {
    margin-right: 20px; }
  .page-bar__next {
    margin-left: 20px; }
  .page-bar__item {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    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-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #E8E8E8; }
    .page-bar__item.active {
      color: #FFFFFF;
      background: #00592E; }
    .page-bar__item:hover {
      color: #FFFFFF;
      background: #00592E; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #00592E;
  z-index: 10;
  border-bottom: 1px solid #107343; }

.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 11; }
  @media (max-width: 1200px) {
    .header {
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left;
      padding: 22px 0; } }
  .header__logo {
    top: 20px;
    left: 0;
    position: absolute;
    z-index: 10;
    width: 95px; }
    @media (max-width: 1200px) {
      .header__logo {
        width: 110px;
        top: 15px; } }
    @media (max-width: 767px) {
      .header__logo {
        width: 90px;
        top: 15px; } }
    .header__logo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .header__logo-wrap {
      width: 90px; }
      @media (max-width: 1200px) {
        .header__logo-wrap {
          width: 110px; } }
      @media (max-width: 767px) {
        .header__logo-wrap {
          width: 90px; } }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 55%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1200px) {
      .header__nav {
        display: none; } }
    .header__nav-item {
      border-left: 1px solid #107343;
      white-space: nowrap;
      text-align: center;
      font-weight: 500;
      color: #FFFFFF;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      position: relative;
      padding: 30px 15px;
      font-size: 16px;
      width: 100%; }
      .header__nav-item:hover {
        color: #444444;
        background: #FFD200; }
        .header__nav-item:hover .header__nav-window {
          visibility: visible;
          opacity: 1; }
      .header__nav-item:last-child {
        border-right: 1px solid #107343; }
    .header__nav-window {
      position: absolute;
      overflow: hidden;
      top: 82px;
      left: 0;
      padding: 30px 35px 20px 35px;
      background: #FFD200;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      width: 550px;
      visibility: hidden;
      opacity: 0; }
      .header__nav-window-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-top: 1px solid #CCA700;
        padding: 18px 15px 18px 0;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        color: #444444;
        font-size: 18px;
        font-weight: 600; }
        .header__nav-window-item:hover {
          cursor: pointer; }
          .header__nav-window-item:hover span {
            color: #AD3F31; }
          .header__nav-window-item:hover svg {
            color: #AD3F31;
            -webkit-transform: translateX(5px);
                -ms-transform: translateX(5px);
                    transform: translateX(5px); }
        .header__nav-window-item svg {
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        .header__nav-window-item span {
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          margin-right: 10px; }
  .header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1200px) {
      .header__social {
        display: none; } }
    .header__social-item {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      padding: 25px 10px; }
      .header__social-item svg {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        color: #FFFFFF;
        width: 18px; }
      .header__social-item:hover {
        cursor: pointer; }
        .header__social-item:hover svg {
          color: #FFD200; }
  .header__search {
    font-size: 0;
    padding: 30px 15px;
    border-left: 1px solid #107343;
    border-right: 1px solid #107343;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .search-open .header__search {
      background: #FFD200; }
      @media (max-width: 1200px) {
        .search-open .header__search {
          background: #00592E; } }
      .search-open .header__search svg {
        color: #444444; }
        @media (max-width: 1200px) {
          .search-open .header__search svg {
            color: #FFD200; } }
    @media (max-width: 1200px) {
      .header__search {
        margin-left: auto;
        margin-right: 24px;
        padding: 0;
        border: none; } }
    .header__search svg {
      color: #FFFFFF; }
      @media (max-width: 1200px) {
        .header__search svg {
          width: 30px; } }
    .header__search:hover {
      cursor: pointer; }
      .header__search:hover svg {
        color: #FFD200; }
  .header__lang {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1200px) {
      .header__lang {
        display: none; } }
    .header__lang-item {
      font-size: 18px;
      font-weight: 500;
      margin-left: 10px;
      color: #107343;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .header__lang-item:hover {
        color: #FFD200;
        cursor: pointer; }
      .header__lang-item.active {
        color: #FFFEFE; }
      .header__lang-item:first-child {
        margin-left: 0; }
  .header__mobile-button {
    position: relative;
    background: #FFFFFF;
    width: 26px;
    height: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .header__mobile-button:after {
      content: '';
      background: #FFFFFF;
      position: absolute;
      top: 8px;
      left: 0;
      width: 26px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      height: 3px;
      visibility: visible;
      opacity: 1; }
    .header__mobile-button:before {
      content: '';
      background: #FFFFFF;
      position: absolute;
      bottom: 8px;
      left: 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      width: 26px;
      height: 3px; }
    .mobile-menu-open .header__mobile-button {
      background: #00592E; }
      .mobile-menu-open .header__mobile-button:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 0; }
      .mobile-menu-open .header__mobile-button:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 0; }
    .header__mobile-button-wrap {
      padding: 10px 0;
      width: 27px;
      height: 26px;
      display: none;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .header__mobile-button-wrap:hover {
        cursor: pointer;
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      @media (max-width: 1200px) {
        .header__mobile-button-wrap {
          display: block; } }

.mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #00592E;
  padding-top: 80px;
  padding-bottom: 60px; }
  .mobile-menu__nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; }
    .mobile-menu__nav-item {
      text-align: center;
      width: 100%;
      margin: 0 auto;
      font-size: 20px;
      font-weight: 500;
      color: #FFFFFF;
      border-top: 1px solid #107343;
      padding: 28px 0; }
      .mobile-menu__nav-item:last-child {
        border-bottom: 1px solid #107343; }
  .mobile-menu__social {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .mobile-menu__social {
        margin-bottom: 40px; } }
    .mobile-menu__social-title {
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 600;
      color: #FFFFFF; }
      @media (max-width: 767px) {
        .mobile-menu__social-title {
          font-size: 16px; } }
    .mobile-menu__social__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .mobile-menu__social-item {
      margin: 0 20px; }
      @media (max-width: 767px) {
        .mobile-menu__social-item {
          margin: 0 15px; } }
      .mobile-menu__social-item svg {
        color: #FFFFFF; }
  .mobile-menu__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .mobile-menu__lang-item {
      margin: 0 20px;
      color: #107343; }
      .mobile-menu__lang-item.active {
        color: #FFFFFF; }

.mobile-menu-open {
  overflow: hidden; }

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 65px 0;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1200px) {
    .search {
      padding: 68px 0 40px 0; } }
  @media (max-width: 767px) {
    .search {
      padding: 57px 0 40px 0; } }
  .search-wrap {
    background: #00592E;
    position: fixed;
    top: -100%;
    border-top: 1px solid #107343;
    left: 0;
    width: 100vw;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 10; }
    .search-open .search-wrap {
      visibility: visible;
      opacity: 1;
      top: 86px; }
      @media (max-width: 1200px) {
        .search-open .search-wrap {
          top: 70px; } }
  .search__title {
    margin-right: 70px;
    text-transform: uppercase;
    font-size: 64px;
    font-weight: 800;
    color: #107343; }
    @media (max-width: 1200px) {
      .search__title {
        font-size: 140px;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 0.8; } }
    @media (max-width: 767px) {
      .search__title {
        font-size: 100px; } }
  .search__input {
    width: 100%;
    position: relative; }
    .search__input input {
      border-radius: 0;
      background: transparent;
      border-bottom: 2px solid #9FC7B4;
      border-left: none;
      border-right: none;
      padding: 28px 160px 28px 0;
      border-top: none;
      color: #FFFFFF;
      font-family: 'Open Sans', sans-serif;
      font-weight: 500; }
      .search__input input::-webkit-input-placeholder {
        color: #9FC7B4; }
      .search__input input::-moz-placeholder {
        color: #9FC7B4; }
      .search__input input:-ms-input-placeholder {
        color: #9FC7B4; }
      .search__input input::-ms-input-placeholder {
        color: #9FC7B4; }
      .search__input input::placeholder {
        color: #9FC7B4; }
      @media (max-width: 1200px) {
        .search__input input {
          font-size: 18px;
          padding: 17px 75px 17px 0; } }
      @media (max-width: 767px) {
        .search__input input {
          font-size: 16px; } }
  .search__button {
    position: absolute;
    top: 0;
    right: -100px;
    visibility: hidden;
    opacity: 0; }
    .active .search__button {
      visibility: visible;
      opacity: 1;
      right: 0; }
    @media (max-width: 1200px) {
      .search__button {
        top: -5px;
        padding: 19px 19px 19px 60px; } }
    @media (max-width: 767px) {
      .search__button {
        padding: 20px 25px;
        top: -8px; } }
    @media (max-width: 767px) {
      .search__button span {
        display: none; } }
    @media (max-width: 1200px) {
      .search__button svg {
        display: none; } }
    @media (max-width: 767px) {
      .search__button svg {
        display: block; } }

footer {
  background-image: url(/images/matches-bg.png); }
  @media (max-width: 767px) {
    footer {
      background: #00592E; } }

.footer__logo {
  padding: 50px 73px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-left: 1px solid #107343;
  border-top: 1px solid #107343;
  border-bottom: 1px solid #107343;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 1200px) {
      .footer__logo img {
        width: 140px; } }
    @media (max-width: 767px) {
      .footer__logo img {
        width: 100px; } }
  @media (max-width: 1200px) {
    .footer__logo {
      border-right: 1px solid #107343;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 60px 40px;
      border-bottom: none; } }
  @media (max-width: 767px) {
    .footer__logo {
      padding: 40px 0 0 0;
      width: 100px;
      border: none;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto 40px auto; } }

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #00592e; }
  @media (max-width: 1200px) {
    .footer__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer__socials-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.footer__right {
  width: 100%; }
  .footer__right-top {
    padding: 40px;
    height: 60%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #107343;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1200px) {
      .footer__right-top {
        border: 1px solid #107343;
        border-top: none;
        border-bottom: none;
        padding: 0 40px 40px 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 767px) {
      .footer__right-top {
        padding: 0;
        border: none; } }

.footer__nav {
  border-bottom: 1px solid #107343;
  border-left: 1px solid #107343;
  border-right: 1px solid #107343;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40%; }
  @media (max-width: 1200px) {
    .footer__nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .footer__nav-item {
    color: #FFFFFF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 38px 10px;
    border-left: 1px solid #107343;
    cursor: pointer; }
    .footer__nav-item:hover {
      background: #FFD200;
      color: #444444; }
    .footer__nav-item svg {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      @media (max-width: 767px) {
        .footer__nav-item svg {
          width: 14px; } }
    .footer__nav-item.active {
      background: #FFD200; }
      .footer__nav-item.active svg {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        color: #AD3F31; }
      .footer__nav-item.active .footer__nav-item-title span {
        color: #AD3F31; }
    @media (max-width: 1200px) {
      .footer__nav-item {
        font-size: 24px;
        border-top: 1px solid #107343;
        border-left: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0; } }
    .footer__nav-item:first-child {
      border-left: 0; }
    .footer__nav-item-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 35px 40px; }
      @media (max-width: 767px) {
        .footer__nav-item-title {
          padding: 25px 20px;
          font-size: 18px; } }
      .footer__nav-item-title span {
        margin-right: 10px; }
  .footer__nav-mobile {
    display: none; }
    @media (max-width: 1200px) {
      .footer__nav-mobile {
        display: block; } }
  @media (max-width: 1200px) {
    .footer__nav-desktop {
      display: none; } }
  .footer__nav-list-item {
    font-size: 24px;
    font-weight: 500;
    color: #444444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 70px;
    border-top: 1px solid #CCA700; }
    .footer__nav-list-item svg {
      -webkit-transform: rotate(360deg) !important;
          -ms-transform: rotate(360deg) !important;
              transform: rotate(360deg) !important; }
    @media (max-width: 767px) {
      .footer__nav-list-item {
        padding: 20px 20px 20px 40px;
        font-size: 18px; } }
    .footer__nav-list-item span {
      margin-right: 20px; }

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1200px) {
    .footer__socials {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .footer__socials-text {
    margin-right: 32px;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px; }
    @media (max-width: 1200px) {
      .footer__socials-text {
        margin-bottom: 30px;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .footer__socials-text {
        margin-bottom: 20px; } }
  .footer__socials-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__socials-item {
    margin-right: 20px;
    font-size: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .footer__socials-item:hover {
      cursor: pointer;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }

.footer__button {
  background: #FFD200;
  padding: 20px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .footer__button:hover {
    background: #CCA700;
    cursor: pointer; }
  @media (max-width: 1200px) {
    .footer__button {
      margin-top: 60px;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 767px) {
    .footer__button {
      margin-top: 40px;
      padding: 15px 10px;
      margin-bottom: 40px; } }
  .footer__button span {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #5c5c5c;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .footer__button span {
        font-size: 18px; } }

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 26px;
  padding-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1200px) {
    .footer__bottom {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .footer__bottom {
      margin-top: 40px; } }
  .footer__bottom-left {
    font-size: 16px;
    color: #FFFFFF99;
    font-family: 'Open Sans', sans-serif; }
  .footer__bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer__bottom-right-text {
      margin-right: 60px;
      font-size: 16px;
      color: #FFFFFF99;
      font-family: 'Open Sans', sans-serif;
      margin-left: auto;
      padding-left: 10px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .footer__bottom-right-text:hover {
        color: #ffffff; }
      @media (max-width: 1200px) {
        .footer__bottom-right-text {
          margin-right: 0; } }
      @media (max-width: 767px) {
        .footer__bottom-right-text {
          margin-left: 0;
          padding-left: 0;
          margin-top: 30px; } }
  .footer__bottom-logo:hover svg {
    color: #FFFFFF; }
  .footer__bottom-logo svg {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #FFFFFFCC; }
  @media (max-width: 1200px) {
    .footer__bottom-logo {
      width: 100%;
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .footer__bottom-logo {
      margin-top: 30px; } }

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 40;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.4); }
  .popup__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .popup__title {
    font-size: 32px;
    font-weight: 700; }
    @media (max-width: 1279px) {
      .popup__title {
        margin-bottom: 24px;
        font-size: 22px; } }

.popup__close svg {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.popup__close:hover {
  cursor: pointer; }
  .popup__close:hover svg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.popup-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 100vh; }
  @media (max-width: 767px) {
    .popup-body {
      padding: 0 15px; } }

.popup-content {
  max-width: 950px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: #FFFFFF;
  position: relative;
  border-radius: 20px;
  color: #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: auto;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1200px) {
    .popup-content {
      padding: 50px 40px;
      max-width: 600px; } }
  @media (max-width: 767px) {
    .popup-content {
      padding: 15px; } }

.popup-cross {
  position: absolute;
  right: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  top: 20px; }
  .popup-cross:hover {
    cursor: pointer;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3); }

.hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }

.popup-error .popup-content {
  max-width: 810px; }
  @media (max-width: 767px) {
    .popup-error .popup-content {
      margin: auto 15px auto 15px;
      max-width: 600px; } }

.popup-error__wrap {
  padding: 60px 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F5F6), to(#FFFFFF));
  background: -o-linear-gradient(top, #F4F5F6 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #F4F5F6 0%, #FFFFFF 100%);
  border-radius: 20px; }
  @media (max-width: 767px) {
    .popup-error__wrap {
      padding: 30px 5px; } }

.popup-error__title {
  font-size: 20px;
  padding: 15px 50px;
  border-radius: 52px;
  background: #FFFFFF;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 32px auto;
  font-weight: 300; }
  @media (max-width: 767px) {
    .popup-error__title {
      padding: 15px 30px;
      font-size: 14px;
      margin: 0 auto 15px auto; } }

.popup-error__text {
  font-size: 18px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 auto 32px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1200px) {
    .popup-error__text {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .popup-error__text {
      font-size: 12px;
      margin-bottom: 15px; } }

.popup-error__button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 15px 30px; }

.popup-support__title {
  color: #006F4D;
  font-size: 20px;
  margin-bottom: 38px;
  font-weight: 400;
  margin-right: 10px; }
  @media (max-width: 767px) {
    .popup-support__title {
      font-size: 18px;
      margin-bottom: 20px; } }

.popup-support__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }
  @media (max-width: 767px) {
    .popup-support__form {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.popup-support__input {
  width: calc(50% - 20px);
  margin: 0 10px 20px 10px;
  position: relative; }
  @media (max-width: 767px) {
    .popup-support__input {
      width: 100%; } }
  .popup-support__input label {
    font-size: 15px;
    font-weight: 500; }
  .popup-support__input textarea {
    resize: none;
    min-height: 120px;
    padding: 20px; }
  .popup-support__input input, .popup-support__input textarea {
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid #E0E0E0;
    padding: 20px 44px 20px 20px;
    color: #7B7B7B;
    font-size: 14px;
    height: 57px;
    font-weight: 300; }
  .popup-support__input .dropdown {
    margin-top: 10px; }
    .popup-support__input .dropdown__title {
      padding: 19px 30px; }

.popup-support__textarea {
  width: 100%;
  margin: 0 10px 20px 10px; }
  .popup-support__textarea textarea {
    resize: none;
    min-height: 120px;
    padding: 20px; }
  .popup-support__textarea input, .popup-support__textarea textarea {
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid #E0E0E0;
    padding: 20px 44px 20px 20px;
    color: #7B7B7B;
    font-size: 14px;
    height: 57px;
    font-weight: 300; }

.popup-support__checkbox {
  margin-bottom: 15px; }
  .popup-support__checkbox .checkbox-label-icon {
    font-size: 0;
    position: absolute;
    left: 8px;
    top: 8px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 10; }
  .popup-support__checkbox .checkbox-field:checked + .checkbox-label {
    background: #4ca38e; }
  .popup-support__checkbox .checkbox-field:checked + .checkbox-label-icon {
    visibility: visible;
    opacity: 1; }
  .popup-support__checkbox .checkbox-field:checked + .checkbox-label:after {
    visibility: hidden;
    opacity: 0; }
  .popup-support__checkbox .checkbox-row {
    font-weight: 300;
    color: #7B7B7B;
    font-size: 12px; }
  .popup-support__checkbox .checkbox-label {
    border: 2px solid #E0E0E0; }
  .popup-support__checkbox.fw-300 .checkbox-row {
    font-weight: 300; }

.popup-support__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 38px; }
  @media (max-width: 767px) {
    .popup-support__buttons {
      margin-top: 20px; } }

.popup-support__button {
  width: 135px;
  padding: 15px 30px; }
  .popup-support__button_cancel {
    color: #000000;
    background: #E0E0E0; }
  .popup-support__button:last-child {
    margin-left: 16px; }

.popup__close {
  position: absolute;
  top: 52px;
  right: 50px; }
  @media (max-width: 767px) {
    .popup__close {
      top: 25px;
      right: 20px; } }

.popup-recovery .popup-content {
  background: #F4F5F6; }

.popup-recovery__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .popup-recovery__title {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .popup-recovery__title-text {
    color: #006F4D;
    font-size: 20px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .popup-recovery__title-text {
        width: 100%;
        font-size: 18px; } }
  .popup-recovery__title-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .popup-recovery__title-button {
        margin-top: 10px; } }
    .popup-recovery__title-button svg {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      @media (max-width: 767px) {
        .popup-recovery__title-button svg {
          width: 15px; } }
    .popup-recovery__title-button:hover {
      cursor: pointer; }
      .popup-recovery__title-button:hover svg {
        -webkit-transform: translateX(-5px);
            -ms-transform: translateX(-5px);
                transform: translateX(-5px); }
    .popup-recovery__title-button span {
      font-size: 16px;
      font-weight: 300;
      margin-left: 15px; }
      @media (max-width: 767px) {
        .popup-recovery__title-button span {
          font-size: 12px;
          margin-left: 5px; } }

.popup-recovery__wrap {
  padding: 30px;
  border-radius: 10px;
  background: #FFFFFF; }
  @media (max-width: 767px) {
    .popup-recovery__wrap {
      padding: 15px; } }

.popup-recovery__input {
  width: 100%;
  margin: 0 0px 20px 0px;
  position: relative; }
  .popup-recovery__input label {
    font-size: 15px;
    font-weight: 500; }
  .popup-recovery__input textarea {
    resize: none;
    min-height: 120px;
    padding: 20px; }
  .popup-recovery__input input, .popup-recovery__input textarea {
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid #E0E0E0;
    padding: 20px 44px 20px 20px;
    color: #7B7B7B;
    font-size: 14px;
    height: 57px;
    font-weight: 300; }

.popup-recovery__info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 13px; }
  .popup-recovery__info-title span {
    margin-left: 10px; }

.popup-recovery__text {
  color: #7B7B7B;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px; }

.popup-recovery__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 767px) {
    .popup-recovery__buttons {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.popup-recovery__button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 8px; }
  @media (max-width: 767px) {
    .popup-recovery__button {
      width: 100%;
      margin: 0 0 10px 0; } }
  .popup-recovery__button_show {
    border: 1px solid #E0E0E0;
    background: #FFFFFF;
    color: #000000; }
    @media (max-width: 767px) {
      .popup-recovery__button_show {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto; } }
  .popup-recovery__button_cancel {
    background: #E0E0E0;
    color: #000000; }
    @media (max-width: 767px) {
      .popup-recovery__button_cancel {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto; } }
  @media (max-width: 767px) {
    .popup-recovery__button_save {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: 0 auto; } }

.request__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400; }
  @media (max-width: 767px) {
    .request__title {
      font-size: 20px;
      font-weight: 500; } }

@media (max-width: 767px) {
  .request__form {
    margin-top: 10px; } }

.request__form label.checkbox-row {
  color: #7B7B7B;
  font-size: 12px; }
  .request__form label.checkbox-row a {
    color: #006F4D; }

.request__form textarea {
  resize: none;
  min-height: 120px;
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
  border: 1px solid #E0E0E0;
  color: #7B7B7B;
  font-size: 14px;
  height: 57px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .request__form textarea {
      padding: 20px 44px 20px 20px; } }

.request__form .form__input {
  margin-bottom: 10px; }
  .request__form .form__input label {
    position: static;
    font-size: 15px;
    font-weight: 500;
    display: none;
    color: #000000; }
    @media (max-width: 767px) {
      .request__form .form__input label {
        display: block; } }

.request__form .form__dropdown {
  margin-bottom: 10px;
  margin-top: 10px; }
  .request__form .form__dropdown-label {
    font-size: 15px;
    font-weight: 700; }

.request__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .request__date {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.request__item {
  width: 50%; }
  @media (max-width: 767px) {
    .request__item {
      width: 100%; } }
  .request__item:last-child {
    margin-left: 10px; }
    @media (max-width: 767px) {
      .request__item:last-child {
        margin-left: 0;
        margin-top: 10px; } }

.request__bottom {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .request__bottom {
      margin-top: 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.request__text {
  color: #7B7B7B;
  font-size: 12px;
  margin-left: 20px;
  max-width: 170px; }
  @media (max-width: 767px) {
    .request__text {
      max-width: none;
      margin-left: 0;
      text-align: center; } }
  .request__text a {
    color: #006F4D; }

.request__button {
  max-width: 187px; }
  @media (max-width: 767px) {
    .request__button {
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      margin-bottom: 10px; } }

.datepicker {
  position: relative;
  height: 62px; }
  @media (max-width: 767px) {
    .datepicker {
      height: auto; } }
  .datepicker label {
    position: absolute;
    font-size: 12px;
    color: #7B7B7B;
    left: 16px;
    top: 15px; }
    @media (max-width: 767px) {
      .datepicker label {
        position: static;
        font-size: 15px;
        font-weight: 500;
        color: #000000; } }
  .datepicker input {
    height: 100%;
    border: 1px solid #E0E0E0;
    font-size: 14px;
    padding-top: 30px; }
    @media (max-width: 767px) {
      .datepicker input::-webkit-input-placeholder {
        color: #000000; }
      .datepicker input::-moz-placeholder {
        color: #000000; }
      .datepicker input:-ms-input-placeholder {
        color: #000000; }
      .datepicker input::-ms-input-placeholder {
        color: #000000; }
      .datepicker input::placeholder {
        color: #000000; } }
    @media (max-width: 767px) {
      .datepicker input {
        padding: 15px 20px;
        margin-top: 9px; } }
  .datepicker svg {
    position: absolute;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    top: 50%;
    right: 30px; }
    @media (max-width: 767px) {
      .datepicker svg {
        display: none; } }

.request__checkbox .checkbox-label-icon {
  font-size: 0;
  position: absolute;
  left: 8px;
  top: 7px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 10; }

.request__checkbox .checkbox-field:checked + .checkbox-label-icon {
  visibility: visible;
  opacity: 1; }

.request__checkbox .checkbox-field:checked + .checkbox-label:after {
  visibility: hidden;
  opacity: 0; }

.index-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1200px) {
    .index-slider .swiper-slide {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.index-slider__content {
  position: absolute;
  bottom: -1px;
  right: 0;
  background: #FFFFFF;
  padding: 30px 140px 140px 30px;
  max-width: 840px;
  min-height: 360px; }
  @media (max-width: 1400px) {
    .index-slider__content {
      padding: 30px 140px 0px 30px; } }
  @media (max-width: 1200px) {
    .index-slider__content {
      position: relative;
      height: 50%;
      max-width: none;
      padding: 40px 0 80px 40px;
      min-height: 0; } }
  @media (max-width: 767px) {
    .index-slider__content {
      padding: 20px 20px 20px 40px; } }

.index-slider__nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1200px) {
    .index-slider__nav-top {
      width: 300px; } }
  @media (max-width: 767px) {
    .index-slider__nav-top {
      width: 180px; } }
  .index-slider__nav-top .swiper-button-prev {
    margin-top: 0;
    background: #AD3F31;
    position: static;
    opacity: 1 !important;
    width: 140px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .index-slider__nav-top .swiper-button-prev:hover {
      background: #8B3327; }
    .index-slider__nav-top .swiper-button-prev svg {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 24px; }
      @media (max-width: 1200px) {
        .index-slider__nav-top .swiper-button-prev svg {
          width: 21px; } }
      @media (max-width: 767px) {
        .index-slider__nav-top .swiper-button-prev svg {
          width: 18px; } }
    .index-slider__nav-top .swiper-button-prev:after {
      display: none; }
    @media (max-width: 767px) {
      .index-slider__nav-top .swiper-button-prev {
        width: 50px;
        height: 40px; } }
  .index-slider__nav-top .swiper-button-next {
    margin-top: 0;
    background: #AD3F31;
    position: static;
    opacity: 1 !important;
    width: 140px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .index-slider__nav-top .swiper-button-next:hover {
      background: #8B3327; }
    .index-slider__nav-top .swiper-button-next svg {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 24px; }
      @media (max-width: 1200px) {
        .index-slider__nav-top .swiper-button-next svg {
          width: 21px; } }
      @media (max-width: 767px) {
        .index-slider__nav-top .swiper-button-next svg {
          width: 18px; } }
    .index-slider__nav-top .swiper-button-next:after {
      display: none; }
    @media (max-width: 767px) {
      .index-slider__nav-top .swiper-button-next {
        width: 50px;
        height: 40px; } }

.index-slider__nav-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  background: #00592E;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF; }
  @media (max-width: 1200px) {
    .index-slider__nav-count {
      font-size: 14px;
      font-weight: 600;
      font-family: 'Open Sans', sans-serif; } }
  @media (max-width: 767px) {
    .index-slider__nav-count {
      height: 40px;
      width: 80px; } }

.index-slider__nav {
  width: 30%;
  border-top: 1px solid #107343;
  position: relative;
  top: -2px;
  background: #FFFFFF; }
  @media (max-width: 1200px) {
    .index-slider__nav {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: none;
      width: 100%;
      position: absolute;
      top: -82px;
      right: 0;
      background: transparent; } }
  @media (max-width: 767px) {
    .index-slider__nav {
      top: -41px; } }
  @media (max-width: 1200px) {
    .index-slider__nav_desktop {
      display: none; } }
  .index-slider__nav_mobile {
    display: none; }
    @media (max-width: 1200px) {
      .index-slider__nav_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.index-slider__img {
  width: 70%;
  height: 740px; }
  @media (max-width: 1400px) {
    .index-slider__img {
      height: 520px; } }
  @media (max-width: 1200px) {
    .index-slider__img {
      width: 100%;
      height: 400px; } }
  @media (max-width: 767px) {
    .index-slider__img {
      height: 260px; } }
  .index-slider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top; }

.index-slider__title {
  font-size: 48px;
  font-weight: 800;
  color: #444444;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase; }
  @media (max-width: 1200px) {
    .index-slider__title {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .index-slider__title {
      font-size: 24px;
      margin-bottom: 10px; } }

.index-slider__text {
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  max-width: 320px;
  padding-bottom: 30px; }
  @media (max-width: 1200px) {
    .index-slider__text {
      font-family: 'Open Sans', sans-serif;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .index-slider__text {
      font-size: 14px; } }

.index-slider__button {
  position: absolute;
  bottom: 0;
  right: 0; }
  @media (max-width: 1200px) {
    .index-slider__button {
      width: 192px;
      height: 140px; } }
  @media (max-width: 767px) {
    .index-slider__button {
      display: none; } }
  .index-slider__button:hover {
    cursor: pointer; }
    .index-slider__button:hover .swiper-button__img:after {
      visibility: visible;
      opacity: 1; }
  .index-slider__button .swiper-button-next {
    margin-top: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    opacity: 1 !important;
    width: 100px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1200px) {
      .index-slider__button .swiper-button-next {
        width: 40px;
        height: 40px; }
        .index-slider__button .swiper-button-next svg {
          width: 40px; } }
    .index-slider__button .swiper-button-next svg {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 40px; }
    .index-slider__button .swiper-button-next:after {
      display: none; }

.index-news {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media (max-width: 1200px) {
    .index-news {
      margin-bottom: 90px; } }
  @media (max-width: 767px) {
    .index-news {
      margin-top: 80px;
      margin-bottom: 60px; } }
  .index-news__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px; }
    @media (max-width: 1200px) {
      .index-news__head {
        margin-bottom: 40px; } }
  .index-news__heading {
    font-size: 58px;
    font-weight: 800;
    color: #444444;
    margin-right: 40px; }
    @media (max-width: 1200px) {
      .index-news__heading {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .index-news__heading {
        font-size: 32px;
        margin-right: 20px; } }
  .index-news__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .index-news__button span {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .index-news__button:hover {
      cursor: pointer; }
      .index-news__button:hover span {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }
    @media (max-width: 767px) {
      .index-news__button svg {
        width: 14px; } }
  .index-news__button span {
    font-weight: 500;
    font-size: 20px;
    color: #AD3F31;
    margin-left: 10px; }
    @media (max-width: 1200px) {
      .index-news__button span {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .index-news__button span {
        font-size: 18px; } }
  .index-news__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .index-news__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .index-news__left:hover {
      cursor: pointer; }
      .index-news__left:hover .index-news__title {
        color: #00592E; }
      .index-news__left:hover .index-news__img {
        overflow: hidden; }
        .index-news__left:hover .index-news__img img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
  .index-news__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .index-news__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .index-news__mid {
    margin: 0 140px 0 40px;
    max-width: 440px;
    width: 50%; }
    @media (max-width: 1200px) {
      .index-news__mid {
        width: calc(50% - 10px);
        margin: 0 0 0 20px; } }
    @media (max-width: 767px) {
      .index-news__mid {
        width: 100%;
        margin-left: 0; } }
  @media (max-width: 767px) {
    .index-news__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .index-news__info span:first-child {
    font-size: 16px;
    font-weight: 500;
    color: #00592E; }
    @media (max-width: 767px) {
      .index-news__info span:first-child {
        margin-right: 5px; } }
  .index-news__info span:last-child {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #737373; }
  .index-news__img {
    position: relative;
    width: 45%;
    font-size: 0;
    overflow: hidden; }
    .index-news__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    @media (max-width: 1200px) {
      .index-news__img {
        width: calc(50% - 10px); } }
    @media (max-width: 767px) {
      .index-news__img {
        margin-bottom: 10px;
        width: 100%; } }
    .index-news__img:after {
      content: '';
      border-bottom: 65px solid transparent;
      border-left: 65px solid #fff;
      position: absolute;
      top: 0;
      left: 0; }
  .index-news__title {
    margin-top: 40px;
    font-size: 40px;
    font-weight: 600;
    color: #444444;
    line-height: 1.2;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (max-width: 1200px) {
      .index-news__title {
        margin-top: 20px;
        font-size: 32px; } }
    @media (max-width: 767px) {
      .index-news__title {
        font-size: 20px;
        margin-bottom: 5px; } }
    .index-news__title:hover {
      color: #00592E;
      cursor: pointer; }
  .index-news__text {
    color: #444444;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif; }
    @media (max-width: 1200px) {
      .index-news__text {
        font-size: 14px; } }
  .index-news__slider {
    overflow: hidden;
    position: relative;
    width: 35%; }
    @media (max-width: 1200px) {
      .index-news__slider {
        display: none; } }
    .index-news__slider .swiper-pagination {
      bottom: 0px !important; }
    .index-news__slider .swiper-pagination-bullet {
      width: 10px !important;
      height: 10px !important;
      background: #D9D9D9 !important;
      opacity: 1 !important;
      margin: 0 5px !important; }
    .index-news__slider .swiper-pagination-bullet-active {
      background: #006F4D !important; }
  .index-news__slide {
    width: 100%;
    overflow: hidden;
    font-size: 0; }
    .index-news__slide:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .index-news__slide img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .index-news__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px -10px 0 -10px; }
    @media (max-width: 1200px) {
      .index-news__items {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 40px -10px 0 -10px; } }
  .index-news__item {
    width: 25%;
    margin: 0 10px; }
    .index-news__item:hover {
      cursor: pointer; }
      .index-news__item:hover .index-news__item-title {
        color: #00592E; }
      .index-news__item:hover .index-news__item-img img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    @media (max-width: 1200px) {
      .index-news__item {
        width: calc(50% - 20px);
        margin: 0 10px 40px 10px; } }
    @media (max-width: 767px) {
      .index-news__item {
        width: 100%; } }
    .index-news__item-img {
      position: relative;
      margin-bottom: 10px;
      overflow: hidden; }
      .index-news__item-img:after {
        content: '';
        border-bottom: 50px solid transparent;
        border-left: 50px solid #fff;
        position: absolute;
        top: 0;
        left: 0; }
      .index-news__item-img img {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .index-news__item-title {
      font-size: 22px;
      font-weight: 600;
      color: #444444;
      line-height: 1.2;
      margin-bottom: 5px;
      margin-top: 20px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      @media (max-width: 767px) {
        .index-news__item-title {
          font-size: 20px; } }
    .index-news__item-text {
      font-size: 14px;
      font-weight: 400;
      font-family: 'Open Sans', sans-serif; }
      @media (max-width: 767px) {
        .index-news__item-text {
          font-size: 14px; } }

.index-banner {
  padding: 80px 0 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1200px) {
    .index-banner {
      padding: 80px 0 40px 0; } }
  @media (max-width: 767px) {
    .index-banner {
      padding: 60px 0 40px 0; } }
  .index-banner-wrap {
    position: relative;
    background-image: url(/images/matches-bg.png); }
  .index-banner__left {
    max-width: 680px;
    position: relative;
    z-index: 1; }
  .index-banner__date {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    margin-bottom: 20px; }
    @media (max-width: 1200px) {
      .index-banner__date {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .index-banner__date {
        margin-bottom: 5px; } }
  .index-banner__title {
    font-size: 46px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 20px;
    max-width: 490px; }
    @media (max-width: 1200px) {
      .index-banner__title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .index-banner__title {
        font-size: 24px;
        margin-bottom: 10px; } }
  .index-banner__text {
    max-width: 320px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 60px; }
    @media (max-width: 1200px) {
      .index-banner__text {
        font-size: 16px;
        max-width: 500px;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .index-banner__text {
        margin-bottom: 30px; } }
  .index-banner__img {
    position: absolute;
    bottom: -60px;
    right: 0px;
    font-size: 0;
    width: 900px; }
    .index-banner__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 1200px) {
      .index-banner__img {
        position: static;
        width: auto; } }
    @media (max-width: 1200px) {
      .index-banner__img_desktop {
        display: none; } }
    .index-banner__img_mobile {
      display: none; }
      @media (max-width: 1200px) {
        .index-banner__img_mobile {
          display: block; } }
      @media (max-width: 767px) {
        .index-banner__img_mobile {
          height: 300px; } }
  .index-banner__timer {
    position: absolute;
    bottom: 0;
    right: 10px;
    background: #00592E;
    padding: 40px 140px 40px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -10px; }
    @media (max-width: 1200px) {
      .index-banner__timer {
        padding: 10px 60px 10px 20px; } }
    @media (max-width: 767px) {
      .index-banner__timer {
        padding: 5px 10px; } }
    .index-banner__timer-item {
      padding: 5px 15px;
      margin: 0 10px; }
      @media (max-width: 767px) {
        .index-banner__timer-item {
          padding: 10px 20px;
          margin: 0; } }
      .index-banner__timer-item span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .index-banner__timer-item span:first-child {
          font-size: 60px;
          font-weight: 600;
          color: #FFFFFF; }
          @media (max-width: 1200px) {
            .index-banner__timer-item span:first-child {
              font-size: 40px; } }
          @media (max-width: 767px) {
            .index-banner__timer-item span:first-child {
              font-size: 32px; } }
        .index-banner__timer-item span:last-child {
          font-size: 16px;
          font-weight: 400;
          font-family: 'Open Sans', sans-serif;
          color: #FFFFFF; }
          @media (max-width: 767px) {
            .index-banner__timer-item span:last-child {
              font-size: 14px; } }
  .index-banner__button:after {
    border-left: 15px solid #02592e;
    border-bottom: 15px solid #AD3F31; }
  .index-banner-flag {
    margin-top: 130px;
    margin-bottom: 90px;
    display: block;
    overflow: hidden; }
    .index-banner-flag:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .index-banner-flag img {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 1200px) {
      .index-banner-flag {
        margin-top: 135px;
        margin-bottom: 120px; } }
    @media (max-width: 767px) {
      .index-banner-flag {
        margin-top: 100px;
        margin-bottom: 90px;
        height: 90px; } }

.index-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
  padding: 40px 0; }
  .index-partners img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 767px) {
    .index-partners {
      overflow: auto;
      padding: 25px 0; } }
  .index-partners-wrap {
    background: #EEF7F2;
    z-index: -1; }
  .index-partners__item {
    margin: 0 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
    @media (max-width: 767px) {
      .index-partners__item {
        width: 80px;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    .index-partners__item:hover {
      cursor: pointer;
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }

.swiper-button__img {
  width: 240px;
  height: 170px;
  font-size: 0;
  position: relative; }
  @media (max-width: 1200px) {
    .swiper-button__img {
      width: 197px;
      height: 140px; } }
  .swiper-button__img:after {
    content: '';
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: #FFD200CC;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .swiper-button__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.matches {
  padding-bottom: 130px; }
  .matches-wrap {
    background-image: url(/images/matches-bg.png); }
  .matches__left {
    width: 73%; }
    @media (max-width: 1200px) {
      .matches__left {
        width: 100%; } }
  .matches__title {
    font-weight: 800;
    font-size: 56px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 100px;
    margin-bottom: 60px; }
    @media (max-width: 1200px) {
      .matches__title {
        padding-top: 120px;
        font-size: 40px; } }
    @media (max-width: 767px) {
      .matches__title {
        padding-top: 100px;
        font-size: 32px;
        margin-bottom: 20px; } }
  .matches__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1200px) {
      .matches__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .matches__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFD200;
    height: 70px; }
    @media (max-width: 1200px) {
      .matches__nav {
        display: none; } }
    .matches__nav-item {
      background: #FFD200;
      color: #444444;
      font-weight: 600;
      font-size: 18px;
      padding: 25px 25px;
      border-left: 1px solid #CCA700;
      cursor: pointer;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .matches__nav-item:hover {
        background: #CCA700; }
      .matches__nav-item.active {
        background: #FFFFFF; }
      .matches__nav-item:first-child {
        border-left: none; }
  .matches__slider {
    overflow: hidden; }
    .matches__slider-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 80px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 1200px) {
        .matches__slider-nav {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
          width: 100%; } }
    .matches__slider-wrap {
      height: 87%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1200px) {
        .matches__slider-wrap {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
  .matches__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .matches__item {
    background: #FFFFFF;
    padding: 35px 20px;
    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%; }
    @media (max-width: 767px) {
      .matches__item {
        padding: 20px; } }
    .matches__item:last-child:after {
      display: none; }
    .matches__item:after {
      position: absolute;
      content: '';
      width: 1px;
      height: 85%;
      top: 30px;
      right: 0px;
      background: #E8E8E8; }
  .matches__next {
    width: 80px;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #AD3F31;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 0px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer; }
    .matches__next:hover {
      background: #953327; }
    @media (max-width: 1200px) {
      .matches__next {
        width: 50%; } }
    @media (max-width: 767px) {
      .matches__next {
        padding: 20px 0; }
        .matches__next svg {
          width: 24px; } }
    .matches__next:after {
      content: '';
      width: 80%;
      height: 1px;
      background: #FFFFFF;
      position: absolute;
      bottom: 0;
      left: 10%; }
      @media (max-width: 1200px) {
        .matches__next:after {
          left: 0px;
          height: 55px;
          width: 2px;
          bottom: 9px; } }
      @media (max-width: 767px) {
        .matches__next:after {
          height: 50px;
          width: 1px;
          bottom: 7px; } }
  .matches__prev {
    width: 80px;
    background: #AD3F31;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer; }
    .matches__prev:hover {
      background: #953327; }
    @media (max-width: 1200px) {
      .matches__prev {
        width: 50%; } }
    @media (max-width: 767px) {
      .matches__prev {
        padding: 20px 0; }
        .matches__prev svg {
          width: 24px; } }
  .matches__sticker {
    background: #0E923C;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    max-width: 160px;
    margin-bottom: 40px;
    position: relative; }
    @media (max-width: 767px) {
      .matches__sticker {
        margin-bottom: 30px; } }
    .matches__sticker:after {
      content: '';
      background: #FFFFFF;
      width: 0;
      height: 0;
      position: absolute;
      top: 0;
      left: 0;
      border-bottom: 15px solid #0E923C;
      border-left: 15px solid transparent; }
  .matches__date {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #737373;
    font-family: 'Open Sans', sans-serif; }
  .matches__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 20px -10px; }
  .matches__logo {
    margin: 0 10px; }
    .matches__logo img {
      width: 80px;
      height: 80px; }
  .matches__name {
    color: #444444;
    font-size: 22px;
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 10px; }
    .matches__name:hover {
      color: #00592E; }
    .matches__name span {
      display: block; }
      .matches__name span:last-child {
        color: #AD3F31;
        margin-left: 10px; }
  .matches__button {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px; }
    .matches__button:hover {
      cursor: pointer; }
      .matches__button:hover svg {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }
    @media (max-width: 767px) {
      .matches__button {
        padding-top: 20px; } }
    .matches__button span {
      color: #AD3F31;
      font-size: 20px;
      font-weight: 500;
      margin-right: 32px; }
    .matches__button svg {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .matches__right {
    margin-left: 20px;
    width: 27%; }
    @media (max-width: 1200px) {
      .matches__right {
        width: 100%;
        margin-left: 0;
        margin-top: 80px; } }
  .matches__table-title {
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 25px 20px;
    background: #107343; }
    @media (max-width: 767px) {
      .matches__table-title {
        font-size: 20px;
        padding: 23px 20px; } }
  .matches__table table {
    background: #FFFFFF;
    border-spacing: 0;
    width: 100%; }
    .matches__table table thead tr th {
      font-family: 'Open Sans', sans-serif;
      font-size: 10px;
      font-weight: 600;
      color: #737373;
      text-align: left; }
      .matches__table table thead tr th:first-child {
        text-align: left;
        padding-left: 42px;
        display: table-cell; }
        @media (max-width: 767px) {
          .matches__table table thead tr th:first-child {
            padding: 15px 0 5px 38px; } }
    .matches__table table tbody tr {
      height: 61px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .matches__table table tbody tr:hover {
        cursor: pointer;
        background: #FFD200 !important; }
      .matches__table table tbody tr:nth-child(2n+1) {
        background: #EEF7F2; }
      .matches__table table tbody tr:first-child {
        background: #FFD200; }
      .matches__table table tbody tr td {
        font-size: 18px;
        font-weight: 500;
        color: #444444;
        font-family: 'Open Sans', sans-serif;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 60px;
        min-width: 20px; }
        .matches__table table tbody tr td span:first-child {
          color: #737373;
          margin-right: 4px;
          display: block; }
        .matches__table table tbody tr td span:last-child {
          margin-left: 10px;
          font-family: 'Tektur', sans-serif;
          font-size: 20px;
          display: block; }
          @media (max-width: 767px) {
            .matches__table table tbody tr td span:last-child {
              font-size: 18px; } }
        .matches__table table tbody tr td img {
          width: 40px;
          height: 40px;
          -o-object-fit: cover;
             object-fit: cover; }
  @media (max-width: 1200px) {
    .matches {
      padding-bottom: 120px; } }
  @media (max-width: 767px) {
    .matches {
      padding-bottom: 100px; } }
  .matches__dropdown {
    display: none;
    width: 100%; }
    @media (max-width: 1200px) {
      .matches__dropdown {
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .matches__dropdown .dropdown__title {
      background: #FFD200;
      width: 100%; }
      .matches__dropdown .dropdown__title span {
        color: #444444; }
    .matches__dropdown .dropdown__items {
      top: 80px; }
      @media (max-width: 767px) {
        .matches__dropdown .dropdown__items {
          top: 68px; } }

.d-f {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  z-index: 9; }
  @media (max-width: 1200px) {
    .breadcrumbs {
      margin-top: 80px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .breadcrumbs {
      margin-top: 60px; } }
  .breadcrumbs__item {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #9FC7B4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer; }
    .breadcrumbs__item:hover {
      color: #FFFFFF; }
    .breadcrumbs__item.active {
      color: #FFFFFF; }
  .breadcrumbs span {
    margin: 0 7px;
    display: block;
    color: #9FC7B4; }

.head {
  padding-left: 110px;
  padding-bottom: 90px; }
  @media (max-width: 1200px) {
    .head {
      padding-bottom: 40px;
      padding-left: 0; } }
  .head__title {
    font-size: 54px;
    font-weight: 800;
    color: #FFFFFF;
    position: relative;
    z-index: 9; }
    @media (max-width: 1200px) {
      .head__title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .head__title {
        font-size: 32px; } }
  .head__bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    color: #107343;
    font-size: 170px;
    font-weight: 800;
    line-height: 0.9; }
    @media (max-width: 1200px) {
      .head__bg {
        font-size: 105px; } }
    @media (max-width: 767px) {
      .head__bg {
        display: none; } }

.leadership__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.leadership__item {
  width: calc(25% - 20px);
  margin: 0 10px 40px 10px; }
  .leadership__item:hover .leadership__name {
    color: #00592E; }
  .leadership__item:hover .leadership__img img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  @media (max-width: 1200px) {
    .leadership__item {
      width: calc(33.33% - 20px);
      margin: 0 10px 40px 10px; } }
  @media (max-width: 767px) {
    .leadership__item {
      width: calc(50% - 20px);
      margin: 0 10px 30px 10px; } }

.leadership__img {
  overflow: hidden; }
  .leadership__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.leadership__name {
  font-size: 26px;
  font-weight: 600;
  font-family: 'Tektur', sans-serif;
  margin-top: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media (max-width: 1200px) {
    .leadership__name {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .leadership__name {
      font-size: 18px; } }

.leadership__job {
  font-size: 16px;
  color: #444444;
  margin-top: 10px; }

.page-404 {
  background-image: url(/images/404.png);
  width: 100vw;
  height: calc(100vh - 87px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1200px) {
    .page-404 {
      height: calc(100vh - 71px);
      background-position: -50px; } }
  @media (max-width: 767px) {
    .page-404 {
      background-position: -209px; } }
  .page-404__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .page-404__info {
    margin: auto;
    padding-left: 200px; }
    @media (max-width: 1200px) {
      .page-404__info {
        padding-left: 60px; } }
    @media (max-width: 767px) {
      .page-404__info {
        padding-left: 0;
        margin: auto auto auto 0; } }
  .page-404__title {
    font-size: 100px;
    font-weight: 700;
    color: #00592E;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .page-404__title {
        font-size: 80px;
        margin-bottom: 0; } }
  .page-404__text {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #00592E; }
    @media (max-width: 767px) {
      .page-404__text {
        margin-bottom: 20px;
        font-size: 20px; } }
  .page-404__button {
    padding: 20px 35px;
    color: #00592E;
    background: #FFD200;
    font-size: 20px;
    -webkit-clip-path: polygon(0 25%, 4% 0, 100% 0, 100% 75%, 96% 100%, 60% 100%, 0 100%);
            clip-path: polygon(0 25%, 4% 0, 100% 0, 100% 75%, 96% 100%, 60% 100%, 0 100%); }
    .page-404__button:hover {
      background: #e8c411;
      color: #00592E; }
    @media (max-width: 767px) {
      .page-404__button {
        font-size: 18px;
        padding: 15px 20px; } }
    .page-404__button:after {
      display: none; }

.team__pages {
  margin-bottom: 120px; }
  @media (max-width: 1200px) {
    .team__pages {
      margin-bottom: 120px; } }
  @media (max-width: 767px) {
    .team__pages {
      margin-bottom: 80px; } }

.team-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .team-head__title {
    font-size: 64px;
    font-weight: 800;
    color: #FFFFFF;
    padding: 280px 0;
    position: relative;
    z-index: 9;
    text-transform: uppercase; }
    @media (max-width: 1200px) {
      .team-head__title {
        font-size: 40px;
        padding: 180px 0 140px 0; } }
    @media (max-width: 767px) {
      .team-head__title {
        font-size: 32px;
        padding: 190px 0 40px 0; } }
  .team-head__img {
    position: absolute;
    z-index: 1;
    width: 820px;
    right: 0;
    bottom: 0;
    font-size: 0; }
    @media (max-width: 1200px) {
      .team-head__img {
        width: 550px; } }
    @media (max-width: 767px) {
      .team-head__img {
        width: 350px;
        bottom: auto;
        top: 10px; } }
    .team-head__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .team-head-wrap {
    background: #00592E;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px; }
    @media (max-width: 1200px) {
      .team-head-wrap {
        margin-bottom: 120px; } }
    @media (max-width: 767px) {
      .team-head-wrap {
        margin-bottom: 80px; } }
  .team-head__bg {
    position: absolute;
    line-height: 0.8;
    top: 0;
    left: 0;
    font-size: 250px;
    color: #107343;
    z-index: 0;
    font-weight: 800; }
    @media (max-width: 1200px) {
      .team-head__bg {
        font-size: 140px; } }
    @media (max-width: 767px) {
      .team-head__bg {
        display: none; } }

.team-group {
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .team-group {
      margin-bottom: 80px; } }
  .team-group__title {
    font-size: 46px;
    font-weight: 800;
    color: #444444;
    margin-bottom: 40px;
    text-transform: uppercase; }
    @media (max-width: 1200px) {
      .team-group__title {
        font-size: 40px;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .team-group__title {
        font-size: 32px;
        margin-bottom: 20px; } }
  .team-group__img {
    position: relative;
    bottom: 0;
    right: 0;
    font-size: 0;
    overflow: hidden; }
    .team-group__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .team-group__name {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 800;
    color: #444444;
    line-height: 1.2; }
    @media (max-width: 1200px) {
      .team-group__name {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .team-group__name {
        font-size: 18px; } }
  .team-group__number {
    font-size: 0;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    bottom: 0;
    right: 0; }
    .team-group__number span {
      font-size: 32px;
      font-weight: 500;
      color: #444444;
      position: absolute;
      top: calc(50% - 0px);
      left: calc(50% + 3px);
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 1200px) {
        .team-group__number span {
          font-size: 32px;
          padding: 11px;
          left: calc(50% + 7px); } }
      @media (max-width: 767px) {
        .team-group__number span {
          font-size: 24px; } }
    @media (max-width: 1200px) {
      .team-group__number svg {
        width: 75px;
        height: 60px; } }
    @media (max-width: 767px) {
      .team-group__number svg {
        width: 60px;
        height: 48px; } }
  .team-group__items {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .team-group__item {
    width: calc(25% - 20px);
    margin: 0 10px 60px 10px; }
    .team-group__item:hover {
      cursor: pointer; }
      .team-group__item:hover .team-group__img img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    @media (max-width: 1200px) {
      .team-group__item {
        width: calc(33.33% - 20px);
        margin: 0 10px 40px 10px; } }
    @media (max-width: 767px) {
      .team-group__item {
        width: calc(50% - 20px);
        margin: 0 01px 30px 10px; } }
  .team-group__job {
    color: #444444;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px; }

.team__tournament {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1200px) {
    .team__tournament {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .team__tournament-left {
    margin-right: 10px;
    width: 26%;
    margin-left: 10px; }
    @media (max-width: 1200px) {
      .team__tournament-left {
        margin-left: 0px;
        width: 100%;
        margin-right: 0; } }
  .team__tournament-right {
    width: 74%; }
    @media (max-width: 1200px) {
      .team__tournament-right {
        width: 100%; } }
  .team__tournament-title {
    color: #444444;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .team__tournament-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 115px; }
    @media (max-width: 1300px) {
      .team__tournament-nav {
        left: -25px; } }
    @media (max-width: 1200px) {
      .team__tournament-nav {
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: auto; } }
    .team__tournament-nav-item {
      margin-bottom: 20px;
      position: relative;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .team__tournament-nav-item:hover {
        cursor: pointer; }
        .team__tournament-nav-item:hover span {
          color: #AD3F31; }
      @media (max-width: 1200px) {
        .team__tournament-nav-item {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-right: 10px;
          margin-bottom: 40px; }
          .team__tournament-nav-item:first-child {
            margin-left: 0;
            position: relative; }
            .team__tournament-nav-item:first-child.active {
              margin-left: 0 !important; }
          .team__tournament-nav-item:after {
            position: absolute;
            content: '';
            bottom: -5px;
            left: 0;
            width: 0%;
            height: 2px;
            visibility: hidden;
            opacity: 0;
            background: #AD3F31;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; } }
      @media (max-width: 767px) {
        .team__tournament-nav-item {
          margin-right: 5px; } }
      .team__tournament-nav-item svg {
        position: relative;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        @media (max-width: 767px) {
          .team__tournament-nav-item svg {
            width: 15px; } }
      .team__tournament-nav-item span {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 600;
        color: #737373;
        margin-left: 5px; }
        @media (max-width: 1200px) {
          .team__tournament-nav-item span {
            margin-left: 5px; } }
        @media (max-width: 767px) {
          .team__tournament-nav-item span {
            font-size: 20px; } }
      @media (max-width: 1200px) {
        .team__tournament-nav-item.active {
          margin-left: 13px; } }
      .team__tournament-nav-item.active:after, .team__tournament-nav-item:hover:after {
        visibility: visible;
        opacity: 1;
        width: 100%; }
      .team__tournament-nav-item.active span, .team__tournament-nav-item:hover span {
        color: #AD3F31; }
      .team__tournament-nav-item.active svg, .team__tournament-nav-item:hover svg {
        left: 0;
        visibility: visible;
        opacity: 1; }
  .team__tournament-table {
    width: 100%; }
    @media (max-width: 1600px) {
      .team__tournament-table-wrap {
        overflow: auto; } }
    .team__tournament-table table {
      margin-top: 60px;
      border-spacing: 0;
      width: 100%;
      overflow: auto; }
      @media (max-width: 1600px) {
        .team__tournament-table table {
          min-width: 100%;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content; } }
      @media (max-width: 1200px) {
        .team__tournament-table table {
          margin-top: 40px; } }
      .team__tournament-table table th {
        padding: 22px 15px;
        background: #DAF1E6;
        text-align: left;
        color: #00592E;
        font-size: 18px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif; }
        @media (max-width: 767px) {
          .team__tournament-table table th {
            font-size: 16px; } }
      .team__tournament-table table tr:first-child {
        background: #FFD200; }
      .team__tournament-table table td {
        border-collapse: collapse;
        border: 1px solid #E8E8E8;
        padding: 22px 15px;
        color: #444444;
        font-size: 18px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        white-space: nowrap;
        width: auto;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content; }
        @media (max-width: 1200px) {
          .team__tournament-table table td {
            font-size: 16px;
            min-width: 50px; } }
        @media (max-width: 767px) {
          .team__tournament-table table td {
            min-width: 40px; } }
        .team__tournament-table table td img {
          width: 40px;
          height: 40px;
          -o-object-fit: cover;
             object-fit: cover; }
      .team__tournament-table table .d-f {
        padding: 22px 15px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: 600;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        @media (max-width: 767px) {
          .team__tournament-table table .d-f {
            padding: 15px; } }
        .team__tournament-table table .d-f span {
          margin-left: 10px; }
  .team__tournament-dropdown {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
    @media (max-width: 1200px) {
      .team__tournament-dropdown {
        width: 100%; }
        .team__tournament-dropdown .dropdown__title {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .team__tournament-dropdown .dropdown__title span:first-child {
            color: #737373;
            font-size: 20px;
            font-weight: 500;
            margin-right: 20px; } }
      @media (max-width: 1200px) and (max-width: 767px) {
        .team__tournament-dropdown .dropdown__title span:first-child {
          display: none; } }
    @media (max-width: 1200px) {
          .team__tournament-dropdown .dropdown__title span:nth-child(2) {
            margin-right: 50px;
            color: #00592E;
            font-size: 20px;
            font-weight: 600; } }
      @media (max-width: 1200px) and (max-width: 767px) {
        .team__tournament-dropdown .dropdown__title span:nth-child(2) {
          font-size: 18px;
          margin-right: 10px; } }
    @media (max-width: 1200px) {
          .team__tournament-dropdown .dropdown__title svg {
            margin-left: auto; } }

.team__matches {
  margin-bottom: 44px; }
  @media (max-width: 1200px) {
    .team__matches {
      margin-bottom: 40px; } }
  .team__matches-title {
    margin-bottom: 20px;
    color: #444444;
    font-size: 24px;
    font-weight: 600; }

.team__match {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  background: #EEF7F2;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer; }
  @media (max-width: 1200px) {
    .team__match {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px 20px; } }
  .team__match:after {
    content: '';
    top: 0;
    left: 0px;
    position: absolute;
    border-bottom: 55px solid transparent;
    border-left: 55px solid #fff; }
  .team__match:before {
    content: '';
    bottom: 0;
    right: 0;
    position: absolute;
    border-bottom: 55px solid #fff;
    border-left: 55px solid transparent; }
  .team__match.active, .team__match:hover {
    background: #FFD200; }
  .team__match-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .team__match-date {
    color: #444444;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .team__match-date {
        font-size: 20px; } }
    @media (max-width: 1200px) {
      .team__match-date br {
        display: none; } }
  .team__match-score {
    font-size: 24px;
    font-weight: 600;
    color: #00592E;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .team__match-score span:nth-child(2) {
      margin: 0 5px; }
  .team__match.active .team__match-mark svg, .team__match:hover .team__match-mark svg {
    color: #CCA700; }
  .team__match-mark {
    color: #DAF1E6;
    position: relative; }
    .team__match-mark svg {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .team__match-mark span {
      color: #00592E;
      font-size: 24px;
      font-weight: 600;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        .team__match-mark span {
          font-size: 20px; } }
    @media (max-width: 1200px) {
      .team__match-mark svg {
        width: 50px;
        height: 50px; } }
    @media (max-width: 767px) {
      .team__match-mark svg {
        width: 40px;
        height: 40px; } }
  .team__match-mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 40px;
    max-width: 400px;
    margin-right: 10px; }
    @media (max-width: 1200px) {
      .team__match-mid {
        margin-left: 0;
        margin-top: 20px;
        margin-right: 0;
        max-width: none;
        text-align: center;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .team__match-mid {
        margin-top: 5px;
        margin-bottom: 10px; } }
    .team__match-mid span:first-child {
      line-height: 1.1;
      font-size: 18px;
      font-weight: 600;
      color: #444444;
      margin-bottom: 5px; }
      @media (max-width: 1200px) {
        .team__match-mid span:first-child {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .team__match-mid span:first-child {
          font-size: 16px; } }
    .team__match-mid span:last-child {
      font-size: 14px;
      font-weight: 500;
      font-family: 'Open Sans', sans-serif;
      color: #00592E; }
      @media (max-width: 767px) {
        .team__match-mid span:last-child {
          font-size: 14px; } }
  .team__match-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto; }
    @media (max-width: 1200px) {
      .team__match-right {
        margin-left: 0; } }
  .team__match-name {
    color: #444444;
    font-size: 20px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .team__match-name {
        display: none; } }
  .team__match-logo {
    margin: 0 5px;
    width: 60px;
    height: 60px; }
    @media (max-width: 767px) {
      .team__match-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .team__match-logo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 767px) {
        .team__match-logo img {
          width: 40px;
          height: 40px; } }
    .team__match-logo span {
      display: none; }
      @media (max-width: 767px) {
        .team__match-logo span {
          display: block;
          font-size: 16px;
          font-weight: 600;
          text-align: center; } }
  .team__match-time {
    width: 100px;
    color: #00592E;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-align: center; }
    @media (max-width: 767px) {
      .team__match-time {
        font-size: 16px; } }

.table-img img {
  width: 20px;
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover; }

.team__tournament-table2 table th, .team__tournament-table2 td {
  text-align: center;
  line-height: 1; }

.table-svg {
  background: #FFD200; }

@media (max-width: 767px) {
  .team__transfer-table-wrap table {
    display: none; } }

.team__transfer-table-wrap table tr {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .team__transfer-table-wrap table tr:first-child {
    background: #FFFFFF; }

.team__transfer-table {
  margin-top: 40px;
  display: none; }
  @media (max-width: 767px) {
    .team__transfer-table {
      display: block; } }
  .team__transfer-table-item {
    padding: 20px;
    border-top: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8; }
    .team__transfer-table-item:last-child {
      border-bottom: 1px solid #E8E8E8; }

.team__transfer-title {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px; }

.team__transfer-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .team__transfer-item:last-child {
    margin-bottom: 0; }
  .team__transfer-item span:first-child {
    color: #00592E;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 5px; }
  .team__transfer-item span:last-child {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif; }

.team__transfer-table-wrap tr:hover {
  cursor: pointer;
  background: #FFD200; }

.team__transfer-table-wrap tr:first-child:hover {
  cursor: pointer;
  background: #FFD200; }

.search-page-wrap {
  margin-bottom: 160px;
  margin-top: 80px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .search-open .search-page-wrap {
    margin-top: 280px; }
  @media (max-width: 1200px) {
    .search-page-wrap {
      margin-top: 60px;
      margin-bottom: 120px; }
      .search-open .search-page-wrap {
        margin-top: 240px; } }
  @media (max-width: 767px) {
    .search-page-wrap {
      margin-bottom: 80px;
      margin-top: 40px; } }

.search-page__title {
  font-size: 44px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 50px; }
  .search-page__title span:first-child {
    margin-right: 5px; }
  @media (max-width: 767px) {
    .search-page__title span:last-child {
      display: none; } }
  @media (max-width: 1200px) {
    .search-page__title {
      font-size: 40px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .search-page__title {
      margin-bottom: 30px;
      font-size: 32px; } }

.search-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .search-page__item {
      margin-bottom: 20px; } }
  .search-page__item-left {
    margin-right: 60px;
    font-size: 20px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .search-page__item-left {
        margin-right: 30px;
        font-size: 16px; } }
  .search-page__item-title {
    color: #00592E;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .search-page__item-title:hover {
      color: #000000; }
    @media (max-width: 767px) {
      .search-page__item-title {
        font-size: 16px; } }
  .search-page__item-text {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #737373;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (max-width: 767px) {
      .search-page__item-text {
        font-size: 14px;
        margin-bottom: 10px; } }
  .search-page__item-section {
    font-family: 'Open Sans', sans-serif; }
    .search-page__item-section span {
      color: #a1a1a1;
      font-size: 16px;
      margin-right: 10px; }
      @media (max-width: 767px) {
        .search-page__item-section span {
          font-size: 14px; } }
    .search-page__item-section a {
      color: #00592E;
      font-size: 16px; }
      @media (max-width: 767px) {
        .search-page__item-section a {
          font-size: 14px; } }

.protocol .team-head-wrap {
  background: #05522f; }

.protocol__head {
  max-width: 1200px;
  padding-top: 80px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .protocol__head {
      padding-top: 60px; } }
  .protocol__head-wrap {
    background-image: url(/images/protocol-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom, left; }
  .protocol__head-name {
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .protocol__head-name {
        font-size: 18px; } }
  .protocol__head-mid {
    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: 30px; }
  .protocol__head-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .protocol__head-team {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .protocol__head-team:last-child {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media (max-width: 767px) {
        .protocol__head-team:last-child {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
      .protocol__head-team:last-child .protocol__head-team-name {
        margin-left: 20px; }
        @media (max-width: 1200px) {
          .protocol__head-team:last-child .protocol__head-team-name {
            margin-left: 10px; } }
        @media (max-width: 767px) {
          .protocol__head-team:last-child .protocol__head-team-name {
            margin-left: 0; } }
    .protocol__head-team-name {
      font-size: 50px;
      font-weight: 600;
      color: #FFFFFF;
      margin-right: 20px;
      text-transform: uppercase; }
      @media (max-width: 1200px) {
        .protocol__head-team-name {
          font-size: 24px;
          margin-right: 10px; } }
      @media (max-width: 767px) {
        .protocol__head-team-name {
          margin-top: 10px;
          font-size: 16px;
          margin-right: 0; } }
    .protocol__head-team-img {
      width: 120px; }
      @media (max-width: 1200px) {
        .protocol__head-team-img {
          width: 70px; } }
      @media (max-width: 767px) {
        .protocol__head-team-img {
          width: 50px; } }
      .protocol__head-team-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .protocol__head-score {
    font-size: 54px;
    font-weight: 600;
    color: #FFD200;
    margin: 0 40px; }
    @media (max-width: 1200px) {
      .protocol__head-score {
        font-size: 40px;
        margin: 0 20px; } }
    @media (max-width: 767px) {
      .protocol__head-score {
        font-size: 32px; } }
    .protocol__head-score span:nth-child(2) {
      margin: 0 10px; }
  .protocol__head-text {
    font-size: 18px;
    font-weight: 500;
    color: #9FC7B4;
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .protocol__head-text {
        font-size: 14px; } }
  .protocol__head-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .protocol__head-bottom {
        padding-bottom: 40px; } }
    .protocol__head-bottom-block {
      width: 40%;
      padding-top: 20px;
      border-top: 1px solid #E8E8E8;
      margin-top: 30px; }
      @media (max-width: 1200px) {
        .protocol__head-bottom-block {
          width: 46%; } }
      .protocol__head-bottom-block:first-child {
        text-align: end; }
    .protocol__head-bottom-mid {
      width: 20%;
      text-align: center; }
      @media (max-width: 1200px) {
        .protocol__head-bottom-mid {
          width: 6%; } }
      @media (max-width: 767px) {
        .protocol__head-bottom-mid {
          width: 11%; } }
      @media (max-width: 1200px) {
        .protocol__head-bottom-mid svg {
          width: 40px; } }
      @media (max-width: 767px) {
        .protocol__head-bottom-mid svg {
          width: 30px; } }
    .protocol__head-bottom-item {
      font-size: 18px;
      font-weight: 500;
      color: #FFFFFF;
      margin-bottom: 10px;
      display: block;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .protocol__head-bottom-item:hover {
        color: #b6b6b6; }
      @media (max-width: 1200px) {
        .protocol__head-bottom-item {
          font-weight: 400;
          font-size: 16px; } }
      @media (max-width: 767px) {
        .protocol__head-bottom-item {
          font-size: 10px; } }

.team-composition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1200px) {
    .team-composition {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .team-composition {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .team-composition__field {
    width: 503px;
    position: relative;
    font-size: 0; }
    @media (max-width: 503px) {
      .team-composition__field {
        width: 100%; } }
    .team-composition__field img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .team-composition__left {
    width: 30%; }
    @media (max-width: 1200px) {
      .team-composition__left {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        width: calc(50% - 20px);
        margin-right: 20px; } }
    @media (max-width: 767px) {
      .team-composition__left {
        width: 100%;
        margin-right: 0; } }
  .team-composition__mid {
    width: 40%;
    margin: 0 30px;
    position: relative; }
    @media (max-width: 1200px) {
      .team-composition__mid {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
        margin: 0; } }
    .team-composition__mid-wrap {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .team-composition__mid-wrap.fixed {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0; }
        @media (max-width: 1200px) {
          .team-composition__mid-wrap.fixed {
            position: static !important; } }
      .team-composition__mid-wrap.absolute {
        bottom: 0;
        position: absolute; }
        @media (max-width: 1200px) {
          .team-composition__mid-wrap.absolute {
            position: static !important; } }
  .team-composition__right {
    width: 30%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media (max-width: 1200px) {
      .team-composition__right {
        width: 50%; } }
    @media (max-width: 767px) {
      .team-composition__right {
        width: 100%; } }
  .team-composition__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 1200px) {
      .team-composition__team {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .team-composition__team {
        display: none; } }
    .team-composition__right .team-composition__team {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .team-composition__team span {
      font-size: 32px;
      font-weight: 600;
      margin-right: 15px; }
      @media (max-width: 1200px) {
        .team-composition__team span {
          font-size: 24px; } }
      .team-composition__right .team-composition__team span {
        margin-right: 0;
        margin-left: 15px; }
  .team-composition__img {
    width: 100px; }
    @media (max-width: 1200px) {
      .team-composition__img {
        width: 80px; } }
    .team-composition__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .team-composition__title {
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 40px; }
    @media (max-width: 1200px) {
      .team-composition__title {
        font-size: 32px;
        margin-bottom: 40px; } }
  .team-composition__counter {
    margin-bottom: 40px; }
    .team-composition__counter-title {
      padding: 13px 10px;
      background: #EEF7F2;
      font-size: 20px;
      font-weight: 600;
      color: #00592E;
      text-align: right;
      margin-bottom: 10px; }
      @media (max-width: 1200px) {
        .team-composition__counter-title {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .team-composition__counter-title {
          text-align: left; } }
      .team-composition__right .team-composition__counter-title {
        text-align: left; }
    .team-composition__counter-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: 'Open Sans', sans-serif;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 15px 10px;
      border-bottom: 1px solid #E8E8E8;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .team-composition__counter-item:hover, .team-composition__counter-item.hover, .team-composition__counter-item.active {
        background: #00592E;
        cursor: pointer; }
        .team-composition__counter-item:hover .team-composition__counter-right, .team-composition__counter-item.hover .team-composition__counter-right, .team-composition__counter-item.active .team-composition__counter-right {
          color: #9FC7B4; }
        .team-composition__counter-item:hover .team-composition__counter-left svg, .team-composition__counter-item.hover .team-composition__counter-left svg, .team-composition__counter-item.active .team-composition__counter-left svg {
          color: #FFFFFF; }
        .team-composition__counter-item:hover .team-composition__counter-left span, .team-composition__counter-item.hover .team-composition__counter-left span, .team-composition__counter-item.active .team-composition__counter-left span {
          color: #9FC7B4; }
        .team-composition__counter-item:hover .team-composition__counter-mid span:first-child, .team-composition__counter-item.hover .team-composition__counter-mid span:first-child, .team-composition__counter-item.active .team-composition__counter-mid span:first-child {
          color: #9FC7B4; }
        .team-composition__counter-item:hover .team-composition__counter-mid span:last-child, .team-composition__counter-item.hover .team-composition__counter-mid span:last-child, .team-composition__counter-item.active .team-composition__counter-mid span:last-child {
          color: #FFFFFF; }
      @media (max-width: 767px) {
        .team-composition__counter-item {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; } }
      .team-composition__right .team-composition__counter-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
    .team-composition__counter-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .team-composition__counter-left svg {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .team-composition__counter-left span {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        color: #737373;
        font-size: 16px;
        font-weight: 400;
        margin-left: 5px; }
        @media (max-width: 1200px) {
          .team-composition__counter-left span {
            font-size: 14px; } }
      @media (max-width: 767px) {
        .team-composition__counter-left svg {
          width: 20px; } }
    .team-composition__counter-mid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: auto; }
      @media (max-width: 767px) {
        .team-composition__counter-mid {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
          margin-left: 0;
          margin-right: auto; } }
      .team-composition__right .team-composition__counter-mid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        margin-left: 0;
        margin-right: auto; }
      .team-composition__counter-mid span {
        font-size: 18px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        @media (max-width: 1200px) {
          .team-composition__counter-mid span {
            font-size: 16px; } }
        .team-composition__counter-mid span:first-child {
          font-weight: 500;
          color: #00592E;
          margin-right: 5px; }
          @media (max-width: 767px) {
            .team-composition__counter-mid span:first-child {
              margin-right: 0;
              margin-left: 5px; } }
          .team-composition__right .team-composition__counter-mid span:first-child {
            margin-right: 0;
            margin-left: 5px; }
        .team-composition__counter-mid span:last-child {
          font-weight: 600; }
    .team-composition__counter-right {
      font-size: 18px;
      font-weight: 600;
      color: #737373;
      margin-left: 10px;
      width: 30px;
      text-align: right;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      @media (max-width: 1200px) {
        .team-composition__counter-right {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .team-composition__counter-right {
          margin-right: 10px;
          margin-left: 0;
          text-align: left; } }
      .team-composition__right .team-composition__counter-right {
        margin-right: 10px;
        margin-left: 0px;
        text-align: left; }
  .team-composition__scheme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #9FC7B4;
    width: 503px; }
    @media (max-width: 503px) {
      .team-composition__scheme {
        width: 100%; } }
    .team-composition__scheme:last-child {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .team-composition__scheme:last-child .team-composition__scheme-right {
        padding: 15px 50px 15px 40px; }
        .team-composition__scheme:last-child .team-composition__scheme-right:after {
          content: '';
          position: absolute;
          border-left: 35px solid #FFD200;
          border-bottom: 59px solid #9FC7B4;
          top: 0;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          left: auto;
          right: -34px; }
          @media (max-width: 767px) {
            .team-composition__scheme:last-child .team-composition__scheme-right:after {
              border-left: 30px solid #FFD200;
              border-bottom: 52px solid #9FC7B4;
              right: -29px; } }
    .team-composition__scheme-left {
      font-size: 24px;
      font-weight: 600;
      color: #00592E;
      background: #9FC7B4;
      padding: 15px 40px; }
      @media (max-width: 767px) {
        .team-composition__scheme-left {
          font-size: 18px; } }
    .team-composition__scheme-right {
      padding: 15px 40px 15px 50px;
      font-size: 24px;
      font-weight: 600;
      color: #00592E;
      background: #FFD200;
      position: relative; }
      @media (max-width: 767px) {
        .team-composition__scheme-right {
          font-size: 18px; } }
      .team-composition__scheme-right:after {
        content: '';
        position: absolute;
        border-left: 35px solid #9FC7B4;
        border-bottom: 59px solid #FFD200;
        top: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        left: -34px; }
        @media (max-width: 767px) {
          .team-composition__scheme-right:after {
            border-left: 30px solid #9FC7B4;
            border-bottom: 51px solid #FFD200;
            left: -29px; } }
  .team-composition__trainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .team-composition__trainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .team-composition__trainer-title {
      font-size: 54px;
      font-weight: 800;
      color: #444444;
      text-transform: uppercase;
      text-align: center;
      margin-top: 90px;
      margin-bottom: 60px; }
      @media (max-width: 1200px) {
        .team-composition__trainer-title {
          margin-top: 120px;
          font-size: 32px;
          margin-bottom: 40px; } }
      @media (max-width: 767px) {
        .team-composition__trainer-title {
          margin-top: 80px; } }
    .team-composition__trainer-left {
      width: 50%;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .team-composition__trainer-left {
          width: 100%;
          margin-right: 0; } }
    .team-composition__trainer-right {
      width: 50%; }
      @media (max-width: 767px) {
        .team-composition__trainer-right {
          width: 100%;
          margin-right: 0; } }
    .team-composition__trainer-section {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .team-composition__trainer-section {
          margin-bottom: 20px; } }
      .team-composition__trainer-section-title {
        font-size: 20px;
        font-weight: 600;
        color: #00592E;
        padding: 13px 10px;
        background: #EEF7F2;
        margin-bottom: 10px; }
        @media (max-width: 1200px) {
          .team-composition__trainer-section-title {
            font-size: 18px; } }
      .team-composition__trainer-section-item {
        padding: 17px 10px;
        border-bottom: 1px solid #E8E8E8; }
        @media (max-width: 1200px) {
          .team-composition__trainer-section-item {
            font-size: 16px; } }
  .team-composition__teams {
    display: none;
    margin-bottom: 40px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 8px; }
    @media (max-width: 767px) {
      .team-composition__teams {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .team-composition__teams-item {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      .team-composition__teams-item:hover {
        cursor: pointer; }
      .team-composition__teams-item:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 00%;
        height: 3px;
        background: #00592E;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .team-composition__teams-item.active:after {
        visibility: visible;
        opacity: 1;
        width: 100%; }
      .team-composition__teams-item-name {
        font-size: 18px;
        font-weight: 600;
        color: #444444;
        margin-left: 10px; }
      .team-composition__teams-item-img {
        width: 40px;
        font-size: 0; }
        .team-composition__teams-item-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }

.broadcast__title {
  font-size: 48px;
  font-weight: 800;
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 40px; }
  @media (max-width: 1200px) {
    .broadcast__title {
      font-size: 32px;
      margin-bottom: 40px; } }

.broadcast__items {
  margin-left: 80px; }
  @media (max-width: 1200px) {
    .broadcast__items {
      margin-left: 40px; } }
  @media (max-width: 767px) {
    .broadcast__items {
      margin-left: 0; } }

.broadcast__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 35px 35px 130px;
  background: #DAF1E6;
  position: relative;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .broadcast__item {
      padding: 20px 20px 20px 60px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 767px) {
    .broadcast__item {
      padding: 20px; } }
  .broadcast__item-icon {
    width: 15%; }
    @media (max-width: 1200px) {
      .broadcast__item-icon {
        width: auto; } }
    @media (max-width: 1200px) {
      .broadcast__item-icon svg {
        width: 30px;
        height: 40px; } }
  .broadcast__item-img {
    max-width: 260px; }
    @media (max-width: 1200px) {
      .broadcast__item-img {
        margin-top: 10px; } }
    .broadcast__item-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .broadcast__item-mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1200px) {
      .broadcast__item-mid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .broadcast__item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 40px;
    max-width: 800px; }
    @media (max-width: 1200px) {
      .broadcast__item-text {
        margin-left: 0; } }
    .broadcast__item-text span:first-child {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #444444; }
      @media (max-width: 1200px) {
        .broadcast__item-text span:first-child {
          font-size: 24px;
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .broadcast__item-text span:first-child {
          font-size: 20px; } }
    .broadcast__item-text span:last-child {
      font-size: 18px;
      font-family: 'Open Sans', sans-serif;
      color: #444444; }
      @media (max-width: 1200px) {
        .broadcast__item-text span:last-child {
          font-size: 16px; } }
  .broadcast__item-time {
    position: absolute;
    top: 7px;
    left: -90px; }
    @media (max-width: 1200px) {
      .broadcast__item-time {
        left: -40px; } }
    @media (max-width: 767px) {
      .broadcast__item-time {
        left: auto;
        right: 15px;
        top: -20px; } }
    .broadcast__item-time svg {
      width: 160px; }
      @media (max-width: 1200px) {
        .broadcast__item-time svg {
          width: 80px;
          height: 70px; } }
    .broadcast__item-time span {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 36px;
      font-weight: 800;
      color: #00592E;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 1200px) {
        .broadcast__item-time span {
          font-size: 24px; } }

.tour-resault__item {
  margin: 0 auto;
  max-width: 1380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  border-bottom: 1px solid #E8E8E8; }
  .tour-resault__item:first-child {
    border-top: 1px solid #E8E8E8; }

.tour-resault__title {
  font-size: 50px;
  font-weight: 800;
  color: #444444;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .tour-resault__title {
      font-size: 32px;
      margin-bottom: 20px; } }

.tour-resault__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .tour-resault__team:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .tour-resault__team:last-child .tour-resault__team-name {
      margin-left: 20px;
      margin-right: 0; }
      @media (max-width: 1200px) {
        .tour-resault__team:last-child .tour-resault__team-name {
          margin-left: 10px; } }
  .tour-resault__team-name {
    margin-right: 20px;
    font-size: 28px;
    font-weight: 600;
    color: #444444; }
    @media (max-width: 1200px) {
      .tour-resault__team-name {
        font-size: 20px;
        margin-right: 10px; } }
    @media (max-width: 767px) {
      .tour-resault__team-name {
        display: none; } }
  .tour-resault__team-img {
    width: 70px; }
    @media (max-width: 1200px) {
      .tour-resault__team-img {
        width: 50px; } }
    .tour-resault__team-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.tour-resault__score {
  margin: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1200px) {
    .tour-resault__score {
      margin: 0 20px; } }
  @media (max-width: 767px) {
    .tour-resault__score {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .tour-resault__score span {
    text-align: center; }
    .tour-resault__score span:first-child {
      font-size: 36px;
      color: #00592E;
      font-weight: 600; }
      @media (max-width: 767px) {
        .tour-resault__score span:first-child {
          font-size: 24px; } }
    .tour-resault__score span:last-child {
      color: #737373;
      font-weight: 600;
      font-family: 'Open Sans', sans-serif;
      font-size: 16px; }
      @media (max-width: 767px) {
        .tour-resault__score span:last-child {
          font-size: 14px; } }

.protocol-video__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .protocol-video__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.protocol-video__video {
  width: 60%; }
  @media (max-width: 767px) {
    .protocol-video__video {
      width: 100%; } }
  .protocol-video__video iframe {
    width: 100%;
    height: 300px; }
    @media (max-width: 1200px) {
      .protocol-video__video iframe {
        height: 300px; } }
    @media (max-width: 767px) {
      .protocol-video__video iframe {
        height: 200px; } }

.protocol-video__text {
  width: 40%;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 767px) {
    .protocol-video__text {
      width: 100%;
      margin-left: 0;
      margin-bottom: 10px; } }
  .protocol-video__text span:first-child {
    font-size: 32px;
    font-weight: 600;
    color: #444444; }
    @media (max-width: 1200px) {
      .protocol-video__text span:first-child {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .protocol-video__text span:first-child {
        font-size: 24px; } }
  .protocol-video__text span:last-child {
    font-size: 16px;
    font-weight: 500;
    color: #444444;
    font-family: 'Open Sans', sans-serif; }
    @media (max-width: 767px) {
      .protocol-video__text span:last-child {
        font-size: 14px; } }

.protocol-interview {
  max-width: 800px;
  margin: 0 auto; }
  .protocol-interview h2 {
    margin-bottom: 20px;
    font-family: 'Tektur', sans-serif;
    font-size: 32px;
    font-weight: 600; }
    @media (max-width: 1200px) {
      .protocol-interview h2 {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .protocol-interview h2 {
        font-size: 24px; } }
  .protocol-interview h3 {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 10px; }
    @media (max-width: 1200px) {
      .protocol-interview h3 {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .protocol-interview h3 {
        font-size: 12px; } }
  .protocol-interview p {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif; }
    @media (max-width: 1200px) {
      .protocol-interview p {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .protocol-interview p {
        font-size: 12px; } }
  .protocol-interview img {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .protocol-interview img {
        margin-bottom: 20px; } }

.team-composition__a {
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%; }

.team-composition__b {
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  bottom: 0; }

.team-composition__field span {
  font-size: 20px;
  font-weight: 800;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (max-width: 503px) {
    .team-composition__field span {
      font-size: 16px; } }

.team-composition__field svg {
  width: 51px;
  height: 51px; }
  @media (max-width: 503px) {
    .team-composition__field svg {
      width: 36px;
      height: 36px; } }

.team-composition__player {
  position: absolute;
  width: 55px;
  height: 55px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 2px; }
  .team-composition__player.hover, .team-composition__player.active {
    cursor: pointer;
    border-radius: 50%;
    background: #9FC7B4; }
  @media (max-width: 503px) {
    .team-composition__player {
      width: 40px;
      height: 40px; } }
  .team-composition__player[data-player_id='1'] {
    left: 7%;
    top: 18%; }
  .team-composition__player[data-player_id='2'] {
    top: 18%;
    left: 28%; }
  .team-composition__player[data-player_id='3'] {
    top: 18%;
    right: 28%; }
  .team-composition__player[data-player_id='4'] {
    top: 18%;
    right: 7%; }
  .team-composition__player[data-player_id='5'] {
    top: 40%;
    left: 15%; }
  .team-composition__player[data-player_id='6'] {
    top: 40%;
    right: 15%; }
  .team-composition__player[data-player_id='7'] {
    top: 60%;
    right: 7%; }
  .team-composition__player[data-player_id='8'] {
    top: 60%;
    left: 7%; }
  .team-composition__player[data-player_id='9'] {
    top: 79%;
    left: 22%; }
  .team-composition__player[data-player_id='10'] {
    top: 79%;
    right: 22%; }
  .team-composition__player[data-player_id='11'] {
    top: 4%;
    left: 11%; }
  .team-composition__player[data-player_id='12'] {
    top: 4%;
    left: 44%; }
  .team-composition__player[data-player_id='13'] {
    top: 4%;
    right: 11%; }
  .team-composition__player[data-player_id='14'] {
    top: 28%;
    right: 27%; }
  .team-composition__player[data-player_id='15'] {
    top: 28%;
    left: 27%; }
  .team-composition__player[data-player_id='16'] {
    top: 46%;
    left: 45%; }
  .team-composition__player[data-player_id='17'] {
    bottom: 18%;
    right: 7%; }
  .team-composition__player[data-player_id='18'] {
    left: 7%;
    bottom: 18%; }
  .team-composition__player[data-player_id='19'] {
    bottom: 18%;
    left: 28%; }
  .team-composition__player[data-player_id='20'] {
    bottom: 18%;
    right: 28%; }
  .team-composition__player_a span {
    color: #107343; }
  .team-composition__player-window {
    z-index: 10;
    position: absolute;
    background: #9FC7B4;
    padding: 14px 10px;
    bottom: -60px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (max-width: 767px) {
      .team-composition__player-window {
        padding: 10px 6px;
        left: -10px;
        bottom: -50px; } }
    .right .team-composition__player-window {
      right: 0;
      left: auto; }
    .active .team-composition__player-window {
      visibility: visible;
      opacity: 1; }
    .team-composition__player-window-svg {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      position: absolute;
      top: -10vh;
      left: 20px; }
      .right .team-composition__player-window-svg {
        right: 20px;
        left: auto; }
      .active .team-composition__player-window-svg {
        visibility: visible;
        opacity: 1;
        top: -12px; }
    .team-composition__player-window svg {
      width: 15px;
      height: 15px; }
    .team-composition__player-window-text {
      color: #444444;
      white-space: nowrap;
      font-size: 14px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600; }
      @media (max-width: 767px) {
        .team-composition__player-window-text {
          font-size: 9px; } }

.team-composition__goalkeeper {
  position: absolute;
  width: 55px;
  height: 55px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (max-width: 503px) {
    .team-composition__goalkeeper {
      width: 40px;
      height: 40px; } }
  .team-composition__goalkeeper_a {
    top: 15%;
    left: 50%; }
    .team-composition__goalkeeper_a span {
      color: #FFD200; }
  .team-composition__goalkeeper_b {
    bottom: 0;
    left: 50%; }

.player__head {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 1200px) {
    .player__head {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-top: 80px; } }
  @media (max-width: 767px) {
    .player__head {
      padding-top: 45px; } }
  .player__head-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    width: 83%;
    margin-bottom: 100px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 1200px) {
      .player__head-block {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 0;
        width: 70%;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .player__head-block {
        width: 100%; } }
  .player__head-bg {
    position: absolute;
    font-size: 250px;
    font-weight: 800;
    font-family: 'Tektur', sans-serif;
    color: #107343;
    left: 0;
    top: 0;
    z-index: 0;
    line-height: 0.8; }
    @media (max-width: 1200px) {
      .player__head-bg {
        font-size: 140px; } }
    @media (max-width: 767px) {
      .player__head-bg {
        display: none; } }
  .player__head-wrap {
    background: #00592E;
    position: relative; }
  .player__head-left {
    position: relative;
    z-index: 1;
    margin-right: 30px; }
    @media (max-width: 1200px) {
      .player__head-left {
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 20px; } }
  .player__head-mid {
    position: relative;
    z-index: 1;
    width: 40%; }
    @media (max-width: 1200px) {
      .player__head-mid {
        width: 100%; } }
  .player__head-right {
    position: relative;
    z-index: 1;
    font-size: 0;
    width: 400px;
    height: 500px;
    margin-left: 30px; }
    @media (max-width: 1200px) {
      .player__head-right {
        width: 30%;
        height: auto; } }
    @media (max-width: 767px) {
      .player__head-right {
        position: absolute;
        z-index: 0;
        width: 137px;
        right: 30px;
        top: 80px; } }
    .player__head-right img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .player__head-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px; }
    .player__head-item span {
      text-align: left;
      width: 40%;
      font-size: 18px;
      font-weight: 500;
      font-family: 'Tektur', sans-serif;
      color: #9FC7B4; }
      @media (max-width: 1200px) {
        .player__head-item span {
          font-size: 16px; } }
      .player__head-item span:last-child {
        margin-left: 20px;
        width: 60%;
        color: #FFFFFF; }
  .player__head-number {
    margin-top: 75px;
    margin-bottom: 25px;
    position: relative; }
    .player__head-number svg {
      width: 80px; }
    @media (max-width: 1200px) {
      .player__head-number {
        margin-top: 40px;
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .player__head-number {
        margin-top: 118px; } }
  .player__head-name {
    font-size: 48px;
    font-weight: 800;
    font-family: 'Tektur', sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    max-width: 400px; }
    @media (max-width: 1200px) {
      .player__head-name {
        margin-left: 18px;
        margin-top: 40px;
        font-size: 32px; }
        .player__head-name br {
          display: none; } }
    @media (max-width: 1200px) and (max-width: 767px) {
      .player__head-name br {
        display: block; } }
    @media (max-width: 767px) {
      .player__head-name {
        width: 100%;
        margin-top: 20px;
        margin-left: 0; } }

.back-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif; }
  @media (max-width: 1200px) {
    .back-button {
      width: 100%; } }
  @media (max-width: 767px) {
    .back-button {
      font-size: 14px; } }
  .back-button span {
    margin-left: 10px; }

.player__bio h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: 'Tektur', sans-serif;
  color: #444444;
  margin-bottom: 40px;
  margin-top: 40px; }
  @media (max-width: 1200px) {
    .player__bio h2 {
      font-size: 24px;
      margin-bottom: 20px;
      margin-top: 20px; } }

.player__bio h3 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  font-family: 'Tektur', sans-serif;
  color: #444444;
  text-transform: none; }
  @media (max-width: 1200px) {
    .player__bio h3 {
      font-size: 18px;
      margin-bottom: 10px; } }

.player__bio p {
  font-size: 16px;
  color: #444444;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .player__bio p {
      font-size: 14px; } }

.player__bio img {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 20px; }

.player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1200px) {
    .player {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .player__right {
    width: 75%; }
  .player__left {
    font-size: 40px;
    font-weight: 800;
    color: #444444;
    font-family: 'Tektur', sans-serif;
    max-width: 400px;
    margin-right: 100px;
    width: 25%; }
    @media (max-width: 1200px) {
      .player__left {
        font-size: 32px;
        margin-bottom: 40px;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .player__left {
        margin-bottom: 20px;
        width: 100%;
        max-width: none; } }
  .player-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px; }
    .player-photo__item {
      width: calc(25% - 20px);
      margin: 0 10px 20px 10px;
      overflow: hidden; }
      @media (max-width: 1200px) {
        .player-photo__item {
          width: calc(50% - 20px); } }
      .player-photo__item img {
        width: 100%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .player-photo__item:hover {
        cursor: pointer; }
        .player-photo__item:hover img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }

.main-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .main-news:hover {
    cursor: pointer; }
    .main-news:hover .index-news__item-title {
      color: #00592E; }
    .main-news:hover .index-news__item-img {
      overflow: hidden; }
      .main-news:hover .index-news__item-img img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
  @media (max-width: 767px) {
    .main-news {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .main-news .index-news__item-img {
    width: 50%; }
    @media (max-width: 767px) {
      .main-news .index-news__item-img {
        width: 100%; } }
  .main-news .index-news__right {
    width: 50%;
    margin-left: 40px; }
    @media (max-width: 1200px) {
      .main-news .index-news__right {
        margin-left: 20px; } }
    @media (max-width: 767px) {
      .main-news .index-news__right {
        margin-left: 0;
        width: 100%; } }
  .main-news .index-news__item-title {
    margin-top: 40px;
    font-size: 40px;
    margin-bottom: 20px; }
    @media (max-width: 1200px) {
      .main-news .index-news__item-title {
        margin-top: 20px;
        font-size: 32px;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .main-news .index-news__item-title {
        font-size: 20px;
        margin-bottom: 5px; } }
  @media (max-width: 1200px) {
    .main-news .index-news__item-text {
      font-size: 14px; } }

.player-table {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .player-table .team__tournament-right {
    width: 100%; }
  .player-table__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .player-table__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .player-table__title {
    font-size: 60px;
    font-weight: 800;
    font-family: 'Tektur', sans-serif;
    color: #444444;
    margin-right: auto;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .player-table__title:hover {
      cursor: pointer; }
      .player-table__title:hover svg {
        color: #00592E; }
    .player-table__title.active svg {
      color: #00592E; }
    .player-table__title svg {
      display: none;
      margin-left: 10px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    @media (max-width: 1200px) {
      .player-table__title {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .player-table__title {
        font-size: 24px;
        font-weight: 600;
        text-transform: none;
        margin-right: 0;
        width: 100%; }
        .player-table__title svg {
          display: block; } }
  .player-table .team__tournament-dropdown {
    margin-left: 20px;
    width: 400px;
    background: #EEF7F2; }
    @media (max-width: 1200px) {
      .player-table .team__tournament-dropdown {
        width: 215px; } }
    @media (max-width: 767px) {
      .player-table .team__tournament-dropdown {
        margin-left: 0;
        margin-bottom: 10px;
        width: 100%; } }
    .player-table .team__tournament-dropdown .dropdown__title span {
      color: #00592E; }
      @media (max-width: 767px) {
        .player-table .team__tournament-dropdown .dropdown__title span {
          display: block;
          font-size: 16px; } }
  .player-table__dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .player-table__dropdown {
        margin-top: 20px;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: none; } }
  @media (max-width: 767px) {
    .player-table .team__transfer-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .player-table .team__transfer-item span {
        margin-bottom: 0; }
        .player-table .team__transfer-item span:last-child {
          margin-left: 10px; } }

.player__news .index-news__items {
  margin-bottom: 60px; }
  @media (max-width: 1200px) {
    .player__news .index-news__items {
      margin-bottom: 40px; } }

.trainer__job {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 20px;
  margin-top: 130px; }
  @media (max-width: 1200px) {
    .trainer__job {
      font-size: 18px;
      margin-top: 20px;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .trainer__job {
      font-size: 16px;
      margin-top: 150px; } }

@media (max-width: 1200px) {
  .trainer-page .player__head-name {
    margin-left: 0;
    margin-top: 0; } }

.trainer-page .player__head-left {
  margin-right: 50px; }
  @media (max-width: 1200px) {
    .trainer-page .player__head-left {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (max-width: 767px) {
    .trainer-page .player__head-left {
      margin-right: 180px; } }

.trainer-page .dropdown {
  width: 320px; }

.news .index-news__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.news .index-news__item {
  width: calc(50% - 20px);
  margin: 0 10px 60px 10px; }
  @media (max-width: 1200px) {
    .news .index-news__item {
      margin: 0 10px 40px 10px; } }
  @media (max-width: 767px) {
    .news .index-news__item {
      width: 100%; } }

.news .player__news .index-news__items {
  margin-bottom: 0; }

.news-dropdown {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .news-dropdown {
      margin-bottom: 40px; } }

.news .page-bar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 1200px) {
  .news .team__tournament-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.news .team__tournament-left .team__tournament-title:first-child {
  display: none; }

@media (max-width: 1200px) {
  .news .news-dropdown {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media (max-width: 767px) {
  .news .team-head__bg {
    display: block;
    font-size: 80px; } }

.news-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -170px; }
  @media (max-width: 1350px) {
    .news-banner {
      top: -110px; } }
  @media (max-width: 767px) {
    .news-banner {
      top: -95px; } }
  @media (max-width: 767px) {
    .news-banner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 -20px; } }
  .news-banner__left {
    position: relative;
    background-image: url(/images/news-back.svg);
    padding: 60px 100px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 60%;
    overflow: hidden; }
    @media (max-width: 1350px) {
      .news-banner__left {
        width: 100%;
        padding: 40px 350px 40px 70px; } }
    @media (max-width: 767px) {
      .news-banner__left {
        padding: 25px; } }
  .news-banner__right {
    width: 40%;
    overflow: hidden; }
    .news-banner__right:hover {
      cursor: pointer; }
      .news-banner__right:hover img {
        -webkit-transform: scale(1.08);
            -ms-transform: scale(1.08);
                transform: scale(1.08); }
    @media (max-width: 1350px) {
      .news-banner__right {
        position: absolute;
        right: 0;
        width: 340px;
        bottom: 0;
        height: calc(100% - 12px); } }
    @media (max-width: 767px) {
      .news-banner__right {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        width: 100%; } }
    .news-banner__right img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .news-banner__top {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 80px;
    color: #FFFFFF;
    max-width: 680px; }
    @media (max-width: 1350px) {
      .news-banner__top {
        max-width: 380px;
        margin-bottom: 20px;
        font-size: 16px;
        margin-left: 60px; } }
  .news-banner__date {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    color: #FFFFFF;
    max-width: 680px; }
    @media (max-width: 1350px) {
      .news-banner__date {
        max-width: 380px;
        font-size: 14px;
        margin-bottom: 7px; } }
  .news-banner__title {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 800;
    color: #FFFFFF;
    max-width: 680px; }
    @media (max-width: 1350px) {
      .news-banner__title {
        max-width: 380px;
        margin-bottom: 10px;
        font-size: 24px; } }
    @media (max-width: 767px) {
      .news-banner__title {
        font-size: 18px; } }
  .news-banner__text {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 40px;
    color: #FFFFFF;
    max-width: 680px; }
    @media (max-width: 1350px) {
      .news-banner__text {
        max-width: 380px;
        font-size: 14px;
        margin-bottom: 20px; } }
  .news-banner__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .news-banner__button:hover {
      cursor: pointer; }
      .news-banner__button:hover svg {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }
    .news-banner__button svg {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .news-banner__button span {
      color: #FFD200;
      font-size: 24px;
      font-weight: 500;
      margin-right: 10px; }
      @media (max-width: 1350px) {
        .news-banner__button span {
          font-size: 16px; } }
  .news-banner__bg {
    position: absolute;
    top: 0;
    right: -290px;
    width: 100%;
    height: 100%; }

.news-banner-open .team-head-wrap {
  margin-bottom: 110px; }
  @media (max-width: 1200px) {
    .news-banner-open .team-head-wrap {
      padding-bottom: 60px; } }
  @media (max-width: 1350px) {
    .news-banner-open .team-head-wrap {
      margin-bottom: 70px; } }
  @media (max-width: 767px) {
    .news-banner-open .team-head-wrap {
      margin-bottom: 20px; } }

.text-page iframe {
  height: 500px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px; }

.text-page h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px; }

.news-item {
  position: relative; }
  .news-item-social {
    position: absolute;
    left: -40px;
    top: 0;
    -webkit-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
            transform: translate(-100%, 0px); }
    @media (max-width: 1200px) {
      .news-item-social {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin-top: 60px; } }
    .news-item-social__icons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .news-item-social span {
      display: block;
      margin-bottom: 20px;
      color: #737373;
      font-size: 18px; }
    .news-item-social__icon {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      margin: 0 5px; }
      .news-item-social__icon:hover {
        cursor: pointer;
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }

.head__news-info {
  margin-top: 40px;
  position: relative;
  left: -90px;
  z-index: 1;
  padding-bottom: 40px; }
  @media (max-width: 1200px) {
    .head__news-info {
      left: 0; } }
  @media (max-width: 767px) {
    .head__news-info {
      position: absolute;
      bottom: -20px; } }
  .head__news-info span {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif; }
    @media (max-width: 1200px) {
      .head__news-info span {
        font-size: 16px; } }
    .head__news-info span:first-child {
      color: #FFFFFF; }
    .head__news-info span:last-child {
      color: #9FC7B4; }

@media (max-width: 767px) {
  .news-item-wrap .head {
    padding-bottom: 100px !important; } }

@media (max-width: 767px) {
  .news-item-wrap .head__title {
    bottom: 50px !important; } }

.bid .breadcrumbs {
  margin-left: 160px; }
  @media (max-width: 1200px) {
    .bid .breadcrumbs {
      display: none; } }
  .bid .breadcrumbs__item {
    color: #737373; }
    .bid .breadcrumbs__item.active {
      color: #444444; }

.bid__icon {
  text-align: center; }
  @media (max-width: 1200px) {
    .bid__icon {
      margin-top: 105px; } }
  @media (max-width: 1200px) {
    .bid__icon svg {
      width: 110px;
      height: 110px; } }
  @media (max-width: 767px) {
    .bid__icon svg {
      width: 73px;
      height: 73px; } }

.bid__title {
  margin-top: 20px;
  font-size: 40px;
  font-weight: 800;
  color: #444444;
  text-align: center;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .bid__title {
      margin-top: 40px;
      font-size: 32px; } }
  @media (max-width: 767px) {
    .bid__title {
      font-size: 24px;
      margin-bottom: 10px; } }

.bid__text {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #444444;
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 1200px) {
    .bid__text {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .bid__text {
      font-size: 16px; } }

.bid__button {
  margin: 0 auto 120px auto; }
  @media (max-width: 1200px) {
    .bid__button {
      margin: 0 auto 120px auto; } }
  @media (max-width: 767px) {
    .bid__button {
      margin: 0 auto 80px auto; } }
  .bid__button:after {
    border-left: 15px solid #fff; }
  .bid__button:hover:after {
    border-left: 15px solid #fff; }

.catalog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.catalog__item {
  width: calc(33.33% - 20px);
  margin: 0 10px 30px 10px;
  border: 1px solid #E8E8E8; }
  @media (max-width: 1200px) {
    .catalog__item {
      width: calc(50% - 20px); } }
  @media (max-width: 767px) {
    .catalog__item {
      width: 100%; } }
  .catalog__item-img {
    display: block;
    overflow: hidden; }
    .catalog__item-img:hover img {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
    .catalog__item-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .catalog__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: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px; }
  .catalog__item-price span:first-child {
    font-size: 28px;
    font-weight: 600;
    color: #AD3F31; }
    @media (max-width: 1200px) {
      .catalog__item-price span:first-child {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .catalog__item-price span:first-child {
        font-size: 24px; } }
  .catalog__item-price span:last-child {
    font-size: 18px;
    font-weight: 500;
    color: #AD3F31; }
    @media (max-width: 1200px) {
      .catalog__item-price span:last-child {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .catalog__item-price span:last-child {
        font-size: 20px; } }
  .catalog__item-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 5px; }
    .catalog__item-status span {
      margin-left: 5px;
      font-size: 15px;
      font-weight: 500;
      color: #00592E;
      font-family: 'Open Sans', sans-serif; }
  .catalog__item-title {
    font-size: 22px;
    font-weight: 600;
    color: #444444;
    margin-bottom: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer; }
    .catalog__item-title:hover {
      color: #00592E; }
    @media (max-width: 767px) {
      .catalog__item-title {
        font-size: 24px; } }
  .catalog__item-text {
    font-size: 14px;
    color: #444444;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .catalog__item-text {
        font-size: 16px; } }
    .catalog__item-text span {
      display: block; }
      .catalog__item-text span:last-child {
        margin-top: 10px; }
  .catalog__item-button {
    font-size: 16px;
    padding: 15px 25px;
    width: 100%; }
    .catalog__item-button:hover {
      cursor: pointer; }
      .catalog__item-button:hover:after {
        border-left: 15px solid #FFFFFF; }
    .catalog__item-button:after {
      border-left: 15px solid #FFFFFF; }
  .catalog__item-bottom {
    padding: 10px; }

.product .breadcrumbs__item {
  color: #737373; }
  .product .breadcrumbs__item.active {
    color: #444444; }

.product-content {
  margin-bottom: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1200px) {
    .product-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 120px; } }

.product__left {
  width: 50%;
  overflow: hidden;
  margin-right: 60px; }
  @media (max-width: 1200px) {
    .product__left {
      width: 100%;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .product__left {
      margin-bottom: 80px; } }
  .product__left-top {
    margin-bottom: 20px; }
  .product__left-bottom .swiper-slide {
    opacity: 0.6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .product__left-bottom .swiper-slide:hover {
      cursor: pointer; }
  .product__left-bottom .active {
    opacity: 1; }

.product__right {
  width: 50%; }
  @media (max-width: 1200px) {
    .product__right {
      width: 100%; } }

.product__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.product__dot {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.product__link {
  color: #444444;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif; }

.product__title {
  font-size: 64px;
  font-weight: 600;
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 10px; }
  @media (max-width: 1200px) {
    .product__title {
      font-size: 40px; } }

.product__price {
  margin-bottom: 20px; }

.product__text {
  font-size: 18px;
  color: #444444;
  font-family: 'Open Sans', sans-serif; }
  .product__text span {
    display: block; }
    .product__text span:last-child {
      margin-top: 10px; }

.product__article {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #737373;
  margin-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 20px; }
  .product__article span {
    display: block; }
    .product__article span:last-child {
      margin-left: 20px;
      color: #444444; }

.product__input {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .product__input span {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #E8E8E8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .product__input span:hover {
      cursor: pointer;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .product__input input {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    height: 100%;
    width: 80px;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    border-left: none;
    border-right: none;
    border-radius: 0; }

.product__sum {
  margin-bottom: 20px; }
  .product__sum span:first-child {
    margin-right: 10px;
    color: #737373;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif; }
  .product__sum span:last-child {
    font-size: 20px;
    font-weight: 500;
    color: #AD3F31; }

.product__button {
  margin-bottom: 20px; }
  .product__button:hover:after {
    border-left: 15px solid #FFFFFF; }
  .product__button:after {
    border-left: 15px solid #FFFFFF; }

.product__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
  border-top: 1px solid #E8E8E8;
  padding-top: 20px; }
  .product__question:hover {
    cursor: pointer; }
    .product__question:hover span {
      -webkit-transform: translateX(5px);
          -ms-transform: translateX(5px);
              transform: translateX(5px); }
  .product__question span {
    margin-left: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #00592E; }

.product__bottom {
  font-size: 18px;
  color: #737373;
  font-family: 'Open Sans', sans-serif;
  max-width: 500px; }
  .product__bottom a {
    color: #00592E; }

.product__img {
  border: 1px solid #00592E;
  width: 100%; }
  .product__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.tests .team-head__bg {
  font-size: 180px; }
  @media (max-width: 1200px) {
    .tests .team-head__bg {
      display: none; } }

.tests .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .tests .head {
      padding-bottom: 220px; } }
  .tests .head__img {
    position: absolute;
    z-index: 9;
    margin-left: 10px;
    right: 0;
    top: 0;
    width: 590px; }
    @media (max-width: 1200px) {
      .tests .head__img {
        right: -40px;
        width: 370px;
        height: 260px; } }
    @media (max-width: 767px) {
      .tests .head__img {
        right: -40px;
        width: 370px;
        height: 260px;
        bottom: -200%;
        top: auto; } }
    .tests .head__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .tests .head__right {
    position: relative; }

.tests .team-head-wrap {
  overflow: visible; }

.tests__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 60px -10px; }
  @media (max-width: 1200px) {
    .tests__items {
      margin: 0 -10px 40px -10px; } }
  @media (max-width: 767px) {
    .tests__items {
      margin: 0 -10px 60px -10px; } }

.tests__item {
  background: #00592E;
  padding: 60px 40px 40px 40px;
  position: relative;
  width: calc(50% - 20px);
  margin: 0 10px 20px 10px;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-clip-path: polygon(8% 0, 92% 0, 100% 13%, 100% 87%, 92% 100%, 8% 100%, 0 87%, 0% 13%);
          clip-path: polygon(8% 0, 92% 0, 100% 13%, 100% 87%, 92% 100%, 8% 100%, 0 87%, 0% 13%); }
  @media (max-width: 1200px) {
    .tests__item {
      -webkit-clip-path: polygon(5% 0, 95% 0, 100% 15%, 100% 85%, 95% 100%, 5% 100%, 0 85%, 0% 15%);
              clip-path: polygon(5% 0, 95% 0, 100% 15%, 100% 85%, 95% 100%, 5% 100%, 0 85%, 0% 15%);
      width: 100%; } }
  @media (max-width: 1200px) {
    .tests__item {
      -webkit-clip-path: polygon(8% 0, 92% 0, 100% 13%, 100% 87%, 92% 100%, 8% 100%, 0 87%, 0% 13%);
              clip-path: polygon(8% 0, 92% 0, 100% 13%, 100% 87%, 92% 100%, 8% 100%, 0 87%, 0% 13%); } }
  @media (max-width: 767px) {
    .tests__item {
      min-height: 190px;
      padding: 50px 30px 20px 30px; } }
  .tests__item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .tests__item-bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .tests__item-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .tests__item-title {
        font-size: 16px;
        font-weight: 500; } }
  .tests__item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .tests__item-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .tests__item-text {
        position: absolute;
        top: 20px;
        left: 30px; } }
    .tests__item-text span:first-child {
      display: block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #FFFFFF; }
    .tests__item-text span:last-child {
      color: #FFFFFF;
      font-size: 16px;
      font-weight: 500;
      margin-left: 5px; }
  .tests__item-button {
    position: relative;
    background: #FFD200;
    font-size: 22px;
    color: #00592E;
    -webkit-clip-path: polygon(0 25%, 4% 0, 100% 0, 100% 75%, 96% 100%, 60% 100%, 0 100%);
            clip-path: polygon(0 25%, 4% 0, 100% 0, 100% 75%, 96% 100%, 60% 100%, 0 100%); }
    .tests__item-button:hover {
      background: #CCA700;
      color: #00592E; }
    @media (max-width: 767px) {
      .tests__item-button {
        font-size: 16px;
        width: 100%; } }
    .tests__item-button:after {
      display: none; }

.tests-wrap {
  margin-bottom: 160px; }
  @media (max-width: 1200px) {
    .tests-wrap {
      margin-bottom: 120px; } }
  @media (max-width: 767px) {
    .tests-wrap {
      margin-bottom: 80px; } }

.tests .page-bar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.test {
  max-width: 1100px;
  margin: 0 auto 160px auto; }
  @media (max-width: 1200px) {
    .test {
      margin: 0 auto 110px auto; } }
  @media (max-width: 767px) {
    .test {
      margin: 0 auto 80px auto; } }
  .test-wrap .breadcrumbs {
    margin-left: 120px; }
    @media (max-width: 1200px) {
      .test-wrap .breadcrumbs {
        display: none; } }
    .test-wrap .breadcrumbs__item {
      color: #737373; }
      .test-wrap .breadcrumbs__item.active {
        color: #444444; }
  .test-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 80px -5px; }
    @media (max-width: 1200px) {
      .test-line {
        margin: 100px -2px 40px -2px; } }
    @media (max-width: 767px) {
      .test-line {
        margin: 80px -2px 40px -2px; } }
    .test-line__item {
      height: 10px;
      background: #EEF7F2;
      width: 20%;
      margin: 0 2px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .test-line__item.fill {
        background: #00592E; }
  .test-question-count {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #00592E;
    margin-bottom: 20px; }
    @media (max-width: 1200px) {
      .test-question-count {
        font-size: 20px;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .test-question-count {
        font-size: 16px; } }
  .test-title {
    font-size: 40px;
    font-weight: 600;
    color: #444444;
    margin-bottom: 40px;
    text-align: center; }
    @media (max-width: 1200px) {
      .test-title {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .test-title {
        font-size: 18px; } }
  .test-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 1200px) {
      .test-message {
        margin-bottom: 40px; } }
    .test-message__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 767px) {
        .test-message__item {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center; } }
      .test-message__item svg {
        margin-left: 10px; }
        @media (max-width: 767px) {
          .test-message__item svg {
            margin-left: 0; } }
      .test-message__item span {
        margin-left: 10px;
        font-size: 24px;
        font-weight: 500;
        color: #00592E; }
        @media (max-width: 767px) {
          .test-message__item span {
            margin-left: 0;
            margin-top: 10px; } }
  .test__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 40px 25px 60px;
    background: #EEF7F2;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (max-width: 1200px) {
      .test__item {
        padding: 20px 40px 20px 60px; } }
    @media (max-width: 767px) {
      .test__item {
        padding: 18px 10px 18px 50px;
        margin-bottom: 10px; } }
    .test__item span {
      margin-left: auto;
      font-size: 24px;
      font-weight: 500;
      color: #444444;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      @media (max-width: 1200px) {
        .test__item span {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .test__item span {
          font-size: 14px; } }
    .test__item:hover, .test__item.active {
      cursor: pointer;
      background: #00592E; }
      .test__item:hover .test__title, .test__item.active .test__title {
        color: #FFFFFF; }
      .test__item:hover span, .test__item.active span {
        color: #FFFFFF; }
  .test__check {
    position: relative; }
    .test__check_on {
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      position: absolute;
      left: -20px;
      top: 50%;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      opacity: 0;
      visibility: hidden; }
      .active .test__check_on {
        visibility: visible;
        opacity: 1; }
    .test__check_off {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      position: absolute;
      left: -20px;
      top: 50%; }
      .active .test__check_off {
        visibility: hidden;
        opacity: 0; }
  .test__title {
    font-size: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 500;
    color: #444444; }
    @media (max-width: 1200px) {
      .test__title {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .test__title {
        font-size: 14px; } }
  .test__button {
    font-size: 24px;
    color: #00592E;
    background: #FFD200;
    margin-top: 60px;
    margin-left: auto; }
    @media (max-width: 1200px) {
      .test__button {
        font-size: 20px;
        margin: 20px auto 0 auto; } }
    @media (max-width: 767px) {
      .test__button {
        font-size: 16px;
        padding: 14px 12px;
        margin: 40px auto 0 auto; } }
    .test__button:hover {
      background: #FFD200; }
    .test__button:after {
      border-bottom: 15px solid #FFD200;
      border-left: 15px solid #FFFFFF; }
    .test__button:before {
      border-bottom: 15px solid #FFFFFF;
      border-left: 15px solid #FFD200;
      content: '';
      position: absolute;
      bottom: 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      right: 0; }
    .test__button:hover:after {
      border-bottom: 15px solid #FFD200;
      border-left: 15px solid #FFFFFF; }
    .test__button:hover:before {
      border-bottom: 15px solid #FFFFFF;
      border-left: 15px solid #FFD200; }

.success .test-message__success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.success .test-message__fail {
  display: none; }

.fail .test-message__success {
  display: none; }

.fail .test-message__fail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .fail .test-message__fail span {
    color: #AD3F31; }

.test__item_fail {
  background: #AD3F31 !important;
  pointer-events: none; }
  .test__item_fail .test__title {
    color: #FFFFFF !important; }
  .test__item_fail span {
    color: #FFFFFF !important; }

.test__info {
  font-size: 24px;
  font-weight: 500;
  text-align: center; }
  @media (max-width: 1200px) {
    .test__info {
      font-size: 20px; } }
  .test__info span:last-child {
    color: #00592E; }

.test-final .test-message__item span {
  font-size: 40px; }
  @media (max-width: 1200px) {
    .test-final .test-message__item span {
      font-size: 24px; } }

.test-final .test__button {
  margin: 60px auto 40px auto; }

.test__restart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .test__restart:hover {
    cursor: pointer; }
    .test__restart:hover span {
      -webkit-transform: translateX(5px);
          -ms-transform: translateX(5px);
              transform: translateX(5px); }
  .test__restart span {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-left: 10px;
    font-size: 24px;
    font-weight: 500;
    color: #737373; }
    @media (max-width: 1200px) {
      .test__restart span {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .test__restart span {
        font-size: 18px; } }

.test-final_fail .test__info span:last-child {
  color: #AD3F31; }

.order {
  max-width: 1520px;
  margin: 0 auto 160px 113px; }
  @media (max-width: 1380px) {
    .order {
      margin: 0 auto 160px auto; } }
  @media (max-width: 1200px) {
    .order {
      margin: 100px auto 64px auto; } }
  .order__title {
    font-size: 40px;
    font-weight: 800;
    color: #444444;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (max-width: 1200px) {
      .order__title {
        font-size: 32px; } }
  .order__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px; }
    @media (max-width: 1200px) {
      .order__back {
        margin-bottom: 40px; } }
    .order__back:hover {
      cursor: pointer; }
      .order__back:hover span {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }
    .order__back span {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      color: #00592E;
      font-size: 20px;
      font-weight: 500;
      margin-left: 10px; }
  .order__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1200px) {
      .order__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .order__item {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #E8E8E8;
    margin-bottom: 20px; }
    .order__item-title {
      font-size: 24px;
      font-weight: 600;
      color: #444444;
      margin-bottom: 10px; }
      @media (max-width: 1200px) {
        .order__item-title {
          font-size: 18px; } }
    .order__item-quantity {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .order__item-quantity {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          margin-bottom: 10px; } }
      .order__item-quantity .product__quantity-left {
        font-size: 18px;
        color: #737373;
        margin-right: 20px;
        font-family: 'Open Sans', sans-serif; }
        @media (max-width: 1200px) {
          .order__item-quantity .product__quantity-left {
            font-size: 14px;
            margin-right: 0;
            margin-bottom: 10px; } }
      .order__item-quantity .product__input {
        margin-bottom: 0; }
    .order__item-article {
      margin-bottom: 10px; }
      .order__item-article span {
        font-size: 18px;
        font-family: 'Open Sans', sans-serif; }
        @media (max-width: 767px) {
          .order__item-article span {
            font-size: 14px; } }
        .order__item-article span:first-child {
          color: #737373; }
        .order__item-article span:last-child {
          margin-left: 20px;
          color: #444444; }
    .order__item-price span {
      color: #AD3F31; }
      .order__item-price span:first-child {
        font-weight: 600;
        font-size: 32px; }
        @media (max-width: 767px) {
          .order__item-price span:first-child {
            font-size: 20px; } }
      .order__item-price span:last-child {
        font-size: 20px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .order__item-price span:last-child {
            font-size: 18px; } }
    .order__item-left {
      margin-right: 20px;
      width: 150px;
      height: 100px; }
      @media (max-width: 767px) {
        .order__item-left {
          width: 80px;
          height: 60px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-right: 10px; } }
      .order__item-left img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .order__itog {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1200px) {
      .order__itog {
        margin-top: 0; } }
    .order__itog-left {
      font-size: 24px;
      font-weight: 600;
      color: #444444;
      margin-right: 50px; }
      @media (max-width: 767px) {
        .order__itog-left {
          font-size: 20px; } }
    .order__itog span {
      color: #AD3F31; }
      .order__itog span:first-child {
        font-weight: 600;
        font-size: 32px; }
      .order__itog span:last-child {
        font-size: 20px;
        font-weight: 500; }
  .order__form {
    padding: 60px 50px;
    border: 1px solid #E8E8E8;
    margin-left: 20px; }
    @media (max-width: 1200px) {
      .order__form {
        margin-left: 0;
        margin-top: 40px;
        padding: 40px; } }
    @media (max-width: 767px) {
      .order__form {
        padding: 20px; } }
  .order__warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    margin-top: 24px;
    background: #FFF0EE; }
    .order__warning-left {
      margin-right: 10px; }
    .order__warning span {
      display: block;
      color: #AD3F31;
      font-size: 16px; }
      @media (max-width: 767px) {
        .order__warning span {
          font-size: 14px; } }

.form__title {
  font-size: 32px;
  font-weight: 800;
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media (max-width: 1200px) {
    .form__title {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .form__title {
      font-size: 20px; } }

.form__text {
  font-size: 16px;
  color: #444444;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .form__text {
      font-size: 14px;
      margin-bottom: 20px; } }

.form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }

.form__input {
  width: calc(50% - 20px);
  margin: 0 10px 30px 10px; }
  @media (max-width: 767px) {
    .form__input {
      width: 100%; } }
  .form__input input {
    margin-top: 10px;
    width: 100%;
    border-radius: 0;
    background: #EEF7F2;
    border: 1px solid #E8E8E8;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding: 17px 20px; }
    @media (max-width: 767px) {
      .form__input input {
        height: 50px;
        font-size: 14px; } }
    .form__input input::-webkit-input-placeholder {
      color: #a1a1a1; }
    .form__input input::-moz-placeholder {
      color: #a1a1a1; }
    .form__input input:-ms-input-placeholder {
      color: #a1a1a1; }
    .form__input input::-ms-input-placeholder {
      color: #a1a1a1; }
    .form__input input::placeholder {
      color: #a1a1a1; }
  .form__input textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    border-radius: 0;
    background: #EEF7F2;
    border: 1px solid #E8E8E8;
    padding: 22px 20px;
    min-height: 300px;
    resize: none; }
    @media (max-width: 1200px) {
      .form__input textarea {
        min-height: 140px; } }
    .form__input textarea::-webkit-input-placeholder {
      color: #a1a1a1; }
    .form__input textarea::-moz-placeholder {
      color: #a1a1a1; }
    .form__input textarea:-ms-input-placeholder {
      color: #a1a1a1; }
    .form__input textarea::-ms-input-placeholder {
      color: #a1a1a1; }
    .form__input textarea::placeholder {
      color: #a1a1a1; }
  .form__input label {
    font-size: 18px;
    font-weight: 600;
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .form__input label {
        font-size: 14px; } }
  .form__input-text {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 10px;
    font-weight: 500;
    color: #AD3F31;
    position: absolute;
    bottom: -15px;
    left: 0; }
  .form__input_error {
    position: relative; }
    .form__input_error input {
      background: #FFF0EE;
      border: 1px solid #AD3F31; }
    .form__input_error .form__input-text {
      visibility: visible;
      opacity: 1; }

.form__bottom {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif; }
  @media (max-width: 767px) {
    .form__bottom {
      font-size: 14px; } }
  .form__bottom span {
    color: #444444; }
  .form__bottom a {
    color: #00592E; }

.form__button {
  width: 100%;
  margin-bottom: 20px; }
  .form__button:hover:after {
    border-left: 15px solid #FFFFFF; }
  .form__button:after {
    border-left: 15px solid #FFFFFF; }

.form .input__name {
  width: 100%; }

.form .form__textarea {
  width: 100%; }

.contacts-wrap .team-head__bg {
  font-size: 230px; }
  @media (max-width: 1200px) {
    .contacts-wrap .team-head__bg {
      display: none; } }

@media (max-width: 1200px) {
  .contacts-wrap .breadcrumbs {
    margin-top: 20px; } }

@media (max-width: 767px) {
  .contacts-wrap .breadcrumbs {
    display: none; } }

.contacts-wrap .head {
  padding-left: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .contacts-wrap .head {
      position: relative;
      padding-bottom: 50px; } }
  .contacts-wrap .head__left-img {
    width: 640px;
    height: 100%;
    font-size: 0;
    position: relative;
    z-index: 1; }
    @media (max-width: 1200px) {
      .contacts-wrap .head__left-img {
        width: 400px; } }
    @media (max-width: 767px) {
      .contacts-wrap .head__left-img {
        width: 355px; } }
    .contacts-wrap .head__left-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .contacts-wrap .head__right {
    margin-left: 40px; }
    @media (max-width: 1200px) {
      .contacts-wrap .head__right {
        position: relative;
        left: -50px;
        margin-left: 0; } }
    @media (max-width: 767px) {
      .contacts-wrap .head__right {
        position: static; } }
  .contacts-wrap .head__title {
    text-transform: uppercase;
    margin-top: 70px;
    position: relative;
    left: -100px; }
    @media (max-width: 1200px) {
      .contacts-wrap .head__title {
        left: 0;
        margin-top: 70px; } }
    @media (max-width: 767px) {
      .contacts-wrap .head__title {
        padding-bottom: 0;
        position: absolute;
        left: 0;
        z-index: 9;
        margin-top: 0;
        bottom: 30px; } }

.contacts {
  margin: 80px 0 80px 0; }
  .contacts-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #E8E8E8; }
    @media (max-width: 1200px) {
      .contacts-block {
        padding: 20px 0; } }
    @media (max-width: 767px) {
      .contacts-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .contacts-block:first-child {
      border-top: 1px solid #E8E8E8; }
    .contacts-block__left {
      margin-right: 40px;
      font-size: 18px;
      font-weight: 600;
      font-family: 'Open Sans', sans-serif;
      color: #444444;
      width: 25%; }
      @media (max-width: 1200px) {
        .contacts-block__left {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .contacts-block__left {
          margin-bottom: 20px; } }
    .contacts-block__right {
      width: 75%; }
      @media (max-width: 767px) {
        .contacts-block__right {
          width: 100%; } }
      .contacts-block__right-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px; }
        @media (max-width: 1200px) {
          .contacts-block__right-item {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .contacts-block__name {
      font-size: 18px;
      font-weight: 600;
      color: #444444;
      font-family: 'Open Sans', sans-serif; }
      @media (max-width: 1200px) {
        .contacts-block__name {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .contacts-block__name {
          margin-top: 5px;
          width: 100%; } }
    .contacts-block__text {
      font-size: 18px;
      margin-right: 10px;
      font-weight: 400;
      font-family: 'Open Sans', sans-serif;
      color: #737373;
      width: 30%;
      max-width: 200px; }
      @media (max-width: 1200px) {
        .contacts-block__text {
          width: 100%;
          max-width: none;
          font-size: 16px;
          margin-bottom: 10px; } }
    .contacts-block__link {
      font-size: 18px;
      font-family: 'Open Sans', sans-serif;
      color: #107343;
      font-weight: 600;
      margin-right: 10px; }
      @media (max-width: 1200px) {
        .contacts-block__link {
          font-size: 16px; } }
  .contacts-bottom {
    font-size: 18px;
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    margin-top: 40px; }
    @media (max-width: 1200px) {
      .contacts-bottom {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .contacts-bottom {
        margin-top: 20px; } }
    .contacts-bottom a {
      color: #107343; }

.photo-wrap .head__bg {
  font-size: 250px; }

.photo__head {
  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; }
  @media (max-width: 1200px) {
    .photo__head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .photo__head-title {
    font-size: 60px;
    font-weight: 800;
    color: #444444;
    text-transform: uppercase; }
    @media (max-width: 1200px) {
      .photo__head-title {
        font-size: 40px;
        margin-bottom: 20px; } }
  @media (max-width: 1200px) {
    .photo__head-left {
      position: relative;
      width: 100%; } }
  .photo__head-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1200px) {
      .photo__head-right {
        width: 100%; } }
    @media (max-width: 767px) {
      .photo__head-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .photo__head-dropdown {
    width: 320px;
    margin-left: 20px;
    background: #EEF7F2; }
    @media (max-width: 1200px) {
      .photo__head-dropdown {
        margin-left: 0;
        width: 50%; }
        .photo__head-dropdown:last-child {
          margin-left: 20px; } }
    @media (max-width: 767px) {
      .photo__head-dropdown {
        width: 100%; }
        .photo__head-dropdown:last-child {
          margin-left: 0;
          margin-top: 20px; } }
    .photo__head-dropdown .dropdown__title span {
      color: #00592E; }
  .photo__head-icon {
    display: none;
    color: #737373; }
    .active .photo__head-icon {
      color: #00592E; }
    @media (max-width: 1200px) {
      .photo__head-icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0; } }

.photo__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px; }

.photo__item {
  width: calc(33.33% - 20px);
  margin: 0 10px 40px 10px; }
  @media (max-width: 1200px) {
    .photo__item {
      width: calc(50% - 20px); } }
  @media (max-width: 767px) {
    .photo__item {
      width: 100%; } }
  .photo__item-img {
    margin-bottom: 10px; }
    .photo__item-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .photo__item-img iframe {
      width: 100%;
      height: 200px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 1200px) {
        .photo__item-img iframe {
          height: 220px; } }
      @media (max-width: 767px) {
        .photo__item-img iframe {
          height: 300px; } }
  .photo__item-title {
    font-size: 22px;
    font-weight: 600;
    color: #444444;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .photo__item-title {
        font-size: 20px; } }
  .photo__item-text {
    font-size: 16px;
    color: #444444;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px; }
  .photo__item-date {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #737373; }

@media (max-width: 767px) {
  .history-wrap .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.head__nag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 9; }
  @media (max-width: 767px) {
    .head__nag {
      margin-bottom: 0;
      top: 20px; } }
  .head__nag-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .head__nag-item:last-child {
      margin-left: 20px; }
  @media (max-width: 1200px) {
    .head__nag-left {
      position: absolute;
      top: 2px;
      left: 20px; } }
  @media (max-width: 767px) {
    .head__nag-left {
      left: 0; } }
  @media (max-width: 1200px) {
    .head__nag-left svg {
      width: 28px;
      height: 30px; } }
  .head__nag-right {
    margin-left: 20px; }
    @media (max-width: 767px) {
      .head__nag-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-left: 0; } }
    .head__nag-right span {
      display: block; }
      .head__nag-right span:first-child {
        font-size: 40px;
        font-weight: 800;
        color: #FFFFFF; }
        @media (max-width: 1200px) {
          .head__nag-right span:first-child {
            font-size: 32px;
            margin-left: 40px; } }
      .head__nag-right span:last-child {
        font-size: 20px;
        font-weight: 500;
        color: #FFFFFF; }
        @media (max-width: 1200px) {
          .head__nag-right span:last-child {
            font-size: 16px; } }

.history__hd-title {
  font-size: 60px;
  font-weight: 800;
  color: #444444;
  margin-bottom: 60px;
  text-transform: uppercase; }
  @media (max-width: 1200px) {
    .history__hd-title {
      font-size: 40px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .history__hd-title {
      font-size: 32px; } }

.history-wrap .head__title {
  left: 0;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .history-wrap .head__title {
      margin-bottom: 0;
      bottom: 90px; } }

.history__nav {
  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-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 60px; }
  @media (max-width: 1200px) {
    .history__nav {
      overflow: auto;
      margin-bottom: 40px; } }
  @media (max-width: 1200px) {
    .history__nav-item {
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  .history__nav-item:hover {
    cursor: pointer; }
    .history__nav-item:hover span {
      color: #444444; }
  .history__nav-item span {
    font-size: 24px;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #a1a1a1; }
    @media (max-width: 1200px) {
      .history__nav-item span {
        font-size: 20px; } }
  .history__nav-item svg {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .history__nav-item.active {
    margin-left: 10px; }
    .history__nav-item.active span {
      margin-left: 5px;
      color: #444444; }
    .history__nav-item.active svg {
      visibility: visible;
      opacity: 1; }

.history__slider {
  overflow: hidden; }
  .history__slider-wrap {
    position: relative;
    margin-bottom: 200px; }
    @media (max-width: 767px) {
      .history__slider-wrap {
        margin-bottom: 160px; } }
    .history__slider-wrap .swiper-button-prev {
      left: 0px;
      top: 50%;
      -webkit-transform: translate(calc(50% - 40px), calc(50% - 89px));
          -ms-transform: translate(calc(50% - 40px), calc(50% - 89px));
              transform: translate(calc(50% - 40px), calc(50% - 89px));
      margin-top: 0;
      background: #AD3F31;
      position: absolute;
      z-index: 100;
      opacity: 1 !important;
      width: 80px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .history__slider-wrap .swiper-button-prev:hover {
        background: #8B3327; }
      .history__slider-wrap .swiper-button-prev svg {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 24px; }
        @media (max-width: 1200px) {
          .history__slider-wrap .swiper-button-prev svg {
            width: 21px; } }
        @media (max-width: 767px) {
          .history__slider-wrap .swiper-button-prev svg {
            width: 18px; } }
      .history__slider-wrap .swiper-button-prev:after {
        display: none; }
      @media (max-width: 767px) {
        .history__slider-wrap .swiper-button-prev {
          width: 50px;
          height: 40px; } }
      @media (max-width: 1200px) {
        .history__slider-wrap .swiper-button-prev {
          display: none; } }
    .history__slider-wrap .swiper-button-next {
      margin-top: 0;
      right: 0px;
      top: 50%;
      -webkit-transform: translate(calc(50% - 40px), calc(50% - 89px));
          -ms-transform: translate(calc(50% - 40px), calc(50% - 89px));
              transform: translate(calc(50% - 40px), calc(50% - 89px));
      background: #AD3F31;
      position: absolute;
      opacity: 1 !important;
      width: 80px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .history__slider-wrap .swiper-button-next:hover {
        background: #8B3327; }
      .history__slider-wrap .swiper-button-next svg {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 24px; }
        @media (max-width: 1200px) {
          .history__slider-wrap .swiper-button-next svg {
            width: 21px; } }
        @media (max-width: 767px) {
          .history__slider-wrap .swiper-button-next svg {
            width: 18px; } }
      .history__slider-wrap .swiper-button-next:after {
        display: none; }
      @media (max-width: 767px) {
        .history__slider-wrap .swiper-button-next {
          width: 50px;
          height: 40px; } }
      @media (max-width: 1200px) {
        .history__slider-wrap .swiper-button-next {
          display: none; } }
    .history__slider-wrap .swiper-pagination {
      bottom: -70px !important;
      z-index: 9; }
      @media (max-width: 767px) {
        .history__slider-wrap .swiper-pagination {
          bottom: -50px !important; } }
    .history__slider-wrap .swiper-pagination-bullet {
      width: 50px;
      height: 5px;
      border-radius: 0;
      margin: 0 2px !important;
      background: #00592E; }

.history__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .history__slide .history__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .history__slide-left {
    width: 30%; }
    .history__slide-left .history__img {
      width: 100%;
      height: 240px; }
    @media (max-width: 1200px) {
      .history__slide-left {
        display: none; } }
  .history__slide-mid {
    margin-left: 60px;
    width: 40%; }
    .history__slide-mid .history__title {
      color: #AD3F31; }
    .history__slide-mid .history__img {
      width: 100%;
      height: 420px; }
    @media (max-width: 1200px) {
      .history__slide-mid {
        margin-left: 0;
        width: 60%; } }
    @media (max-width: 767px) {
      .history__slide-mid {
        width: 100%; } }
  .history__slide-right {
    margin-left: 20px;
    width: 30%; }
    @media (max-width: 1200px) {
      .history__slide-right {
        width: 40%; } }
    @media (max-width: 767px) {
      .history__slide-right {
        display: none; } }
    .history__slide-right .history__img {
      width: 100%;
      height: 240px; }

.history__title {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 800;
  color: #444444; }
  @media (max-width: 1200px) {
    .history__title {
      font-size: 24px; } }

.history__text {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .history__text {
      font-size: 14px; } }

.history__achievements {
  margin-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1200px) {
    .history__achievements {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 80px; } }
  @media (max-width: 767px) {
    .history__achievements {
      margin-bottom: 60px; } }
  .history__achievements-left {
    margin-right: 20px;
    font-size: 46px;
    font-weight: 800;
    color: #444444;
    text-transform: uppercase;
    width: 30%; }
    @media (max-width: 1200px) {
      .history__achievements-left {
        margin-bottom: 40px;
        width: 100%;
        font-size: 40px;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .history__achievements-left {
        font-size: 32px; } }
  .history__achievements-right {
    width: 70%; }
    @media (max-width: 1200px) {
      .history__achievements-right {
        width: 100%; } }
  .history__achievements-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .history__achievements-item {
        background: #EEF7F2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px;
        position: relative; }
        .history__achievements-item:after {
          content: '';
          position: absolute;
          border-right: 15px solid #EEF7F2;
          border-bottom: 15px solid #FFFFFF;
          bottom: 0;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          left: 0; }
        .history__achievements-item:before {
          content: '';
          position: absolute;
          border-left: 15px solid  #EEF7F2;
          border-top: 15px solid #FFFFFF;
          top: 0;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          right: 0; } }
    .history__achievements-item span {
      background: #EEF7F2;
      padding: 30px 40px; }
      @media (max-width: 1200px) {
        .history__achievements-item span {
          padding: 13px 40px; } }
      .history__achievements-item span:first-child {
        min-height: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 24px;
        font-weight: 600;
        color: #00592E;
        width: 25%;
        position: relative; }
        @media (max-width: 1200px) {
          .history__achievements-item span:first-child {
            min-height: 84px;
            font-size: 22px; } }
        @media (max-width: 767px) {
          .history__achievements-item span:first-child {
            width: 100%;
            padding: 0;
            background: none;
            font-size: 18px;
            margin-bottom: 10px;
            min-height: auto; } }
        .history__achievements-item span:first-child:after {
          content: '';
          position: absolute;
          border-left: 35px solid #EEF7F2;
          border-bottom: 35px solid #FFFFFF;
          bottom: 0;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          right: 0; }
          @media (max-width: 767px) {
            .history__achievements-item span:first-child:after {
              display: none; } }
      .history__achievements-item span:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 20px;
        font-size: 18px;
        font-weight: 600;
        color: #444444;
        width: 75%;
        position: relative; }
        @media (max-width: 1200px) {
          .history__achievements-item span:last-child {
            font-weight: 500; } }
        @media (max-width: 767px) {
          .history__achievements-item span:last-child {
            width: 100%;
            padding: 0;
            background: none;
            font-size: 16px;
            margin-left: 0; } }
        .history__achievements-item span:last-child:after {
          content: '';
          position: absolute;
          border-right: 35px solid #EEF7F2;
          border-bottom: 35px solid #FFFFFF;
          bottom: 0;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          left: 0; }
          @media (max-width: 767px) {
            .history__achievements-item span:last-child:after {
              display: none; } }
  .history__achievements-title {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 600;
    color: #444444; }
    @media (max-width: 1200px) {
      .history__achievements-title {
        font-size: 24px;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .history__achievements-title {
        font-size: 20px; } }
  .history__achievements-text {
    margin-bottom: 80px;
    margin-top: 100px;
    font-size: 16px;
    color: #444444;
    font-family: 'Open Sans', sans-serif; }
    @media (max-width: 1200px) {
      .history__achievements-text {
        margin-top: 20px;
        margin-bottom: 40px; } }

.text-page {
  max-width: 820px;
  margin: 0 auto 160px auto; }
  @media (max-width: 1200px) {
    .text-page {
      margin: 0 auto 120px auto; } }
  @media (max-width: 767px) {
    .text-page {
      margin: 0 auto 80px auto; } }
  .text-page .img {
    text-align: center; }
  .text-page p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif; }
    @media (max-width: 767px) {
      .text-page p {
        font-size: 14px; } }

.logo-section {
  margin-top: 40px; }
  .logo-section__title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    padding-top: 40px;
    border-top: 1px solid #E8E8E8; }
    @media (max-width: 1200px) {
      .logo-section__title {
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .logo-section__title {
        font-size: 24px; } }
  .logo-section__text {
    font-size: 16px;
    margin-top: 40px;
    font-family: 'Open Sans', sans-serif; }
    @media (max-width: 1200px) {
      .logo-section__text {
        margin-top: 0;
        font-size: 14px; } }

.text-page .img {
  margin-bottom: 40px; }

.text-page p {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif; }
  @media (max-width: 767px) {
    .text-page p {
      font-size: 14px; } }

.text-page ul {
  padding-left: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; }
  @media (max-width: 767px) {
    .text-page ul {
      font-size: 14px; } }
  .text-page ul li {
    line-height: 1.4;
    margin-bottom: 10px; }

.text-page h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: 'Tektur', sans-serif; }
  @media (max-width: 767px) {
    .text-page h3 {
      font-size: 20px; } }

.text-page h2 {
  margin-top: 40px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .text-page h2 {
      font-size: 28px; } }

.text-page a {
  color: #00592E;
  text-decoration: underline; }

.text-swiper-top {
  overflow: hidden; }

.text-swiper-bottom {
  overflow: hidden; }

.text-swiper-slide.active .text-swiper__img:after {
  background: transparent; }

.text-swiper__img {
  height: 140px;
  position: relative; }
  .text-swiper__img:after {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #10734366; }
  .text-swiper__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

