@charset "UTF-8";
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 250px;
  height: 40px;
  font-family: 'OpenSans-Bold';
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 20px;
  transition: 0.3s ease; }
  .btn:not(.btn-blue):hover {
    color: #3f43af;
    border: 1px solid #3f43af; }

.btn-blue {
  max-width: 178px;
  height: 41px;
  font-family: 'OpenSans-Regular';
  border: 1px solid #ffffff;
  background: #33379d;
  background: linear-gradient(270deg, #33379d 0%, #0f1259 100%);
  border: none;
  transition: 0.3s ease; }

.btn-clear {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  font-family: 'OpenSans-Regular';
  font-size: 14px;
  line-height: 14px;
  color: #959595;
  background: transparent;
  text-decoration: underline;
  transition: 0.3s ease;
  cursor: pointer; }
  .btn-clear:hover {
    text-decoration: none;
    color: #3f43af; }

@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../css/fonts/opensans/OpenSans-Bold.woff") format("woff"), url("../css/fonts/opensans/OpenSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-Regular';
  src: url("../css/fonts/opensans/OpenSans-Regular.woff") format("woff"), url("../css/fonts/opensans/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-Light';
  src: url("../css/fonts/opensans/OpenSans-Light.woff") format("woff"), url("../css/fonts/opensans/OpenSans-Light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
address,
br,
b,
i,
sub,
sup,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
textarea,
button,
fieldset,
legend,
select,
option,
dl,
dt,
dd,
code,
var,
samp,
img,
object,
param,
map,
area {
  padding: 0;
  margin: 0;
  border: none; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption,
header,
footer,
aside,
article {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

input[type=button],
input[type=submit],
button {
  cursor: pointer; }

button {
  border: 0; }

*:focus {
  outline: none; }

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

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none; }

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

/* reset extra padding in Firefox */
::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0;
  display: none; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word; }

*:focus {
  outline: none; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none; }

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

/* reset extra padding in Firefox */
::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0;
  display: none; }

body {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden; }
  @media (max-width: 992px) {
    body:not(.error-page-block) {
      background: #ffffff !important; } }
  body.error-page-block {
    background-image: url("../images/background.jpg") !important;
    background-position: center; }
  body.fixed {
    overflow: hidden;
    -webkit-overflow-scrolling: touch; }

.section {
  padding-bottom: 74px; }
  .section.section-news {
    padding-bottom: 45px; }
  .section.section-personnel {
    padding-bottom: 33px; }
  .section.section-contacts {
    padding-bottom: 56px; }
  @media (max-width: 767px) {
    .section {
      padding-bottom: 50px; } }

.wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px; }

.main .wrapper {
  margin-bottom: 108px;
  padding-top: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 30px #090c3b; }
  @media (max-width: 1140px) {
    .main .wrapper {
      margin-bottom: 0;
      box-shadow: none; } }
  @media (max-width: 767px) {
    .main .wrapper {
      padding-top: 0px; } }

.section-title {
  display: block;
  margin-bottom: 60px;
  font-family: 'OpenSans-Bold';
  font-size: 42px;
  line-height: 42px;
  color: #33379d; }
  @media (max-width: 992px) {
    .section-title {
      margin-bottom: 35px;
      font-size: 26px;
      line-height: 34px;
      text-align: center; } }

.section-title-small {
  display: block;
  margin-bottom: 23px;
  font-family: 'OpenSans-Bold';
  font-size: 26px;
  line-height: 32px;
  color: #33379d; }
  @media (max-width: 992px) {
    .section-title-small {
      text-align: center; } }

.mb-44 {
  margin-bottom: 44px; }

.form-field {
  width: 100%;
  padding: 0 18px;
  font-size: 14px;
  line-height: 46px;
  font-family: 'OpenSans-Light';
  color: #555555;
  border: 1px solid #e1e1e1;
  background: transparent;
  border-radius: 23px;
  transition: 0.3s ease;
  -webkit-appearance: none; }
  .form-field::-webkit-input-placeholder, .form-field:-ms-input-placeholder,
  .form-field:-moz-placeholder .form-field::-moz-placeholder {
    padding: 0 18px;
    font-size: 14px;
    line-height: 46px; }
  .form-field:hover, .form-field:focus {
    border: 1px solid #33379d;
    color: #33379d; }
  .form-field.date-field {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 48px;
    padding: 12px 18px 14px;
    font-size: 14px;
    line-height: 16px; }

textarea.form-field {
  padding-top: 20px; }

.tabs-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3px; }
  @media (max-width: 767px) {
    .tabs-section {
      flex-flow: row wrap;
      justify-content: space-around; } }
  .tabs-section button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 220px;
    height: 56px;
    font-family: 'OpenSans-Bold';
    font-size: 14px;
    line-height: 14px;
    color: #4f4f4f;
    background-color: #e1e1e1;
    transition: 0.3s ease; }
    @media (max-width: 900px) {
      .tabs-section button {
        font-size: 12px;
        line-height: 12px; } }
    .tabs-section button:not(:last-child) {
      margin-right: 1px; }
    .tabs-section button.active, .tabs-section button:hover {
      color: #ffffff;
      background-color: #11145d; }
    @media (max-width: 767px) {
      .tabs-section button {
        max-width: calc(50% - 10px);
        margin-bottom: 5px; }
        .tabs-section button:not(:last-child) {
          margin-right: 0px; } }
    @media (max-width: 500px) {
      .tabs-section button {
        max-width: 100%;
        margin-bottom: 5px; } }

@media (max-width: 722px) {
  .paragraph {
    width: 100%; }
  .wp-block-table {
    width: 100%;
    overflow: scroll; }
  .wp-block-table table {
    width: 682px; } }

.tab-cnt {
  display: none; }
  .tab-cnt.active {
    display: block; }

.w-1100 {
  width: 1100px; }

.w-770 {
  width: 770px; }

.w-220 {
  width: 220px; }

.w-50 {
  width: 50px; }

.w-46 {
  width: 46px; }

.w-25p {
  width: 25%; }

.w-100p {
  width: 100%; }

.h-56 {
  height: 56px; }

.h-50 {
  height: 50px; }

.h-45 {
  height: 45px; }

.h-42 {
  height: 42px; }

.h-40 {
  height: 40px; }

.h-38 {
  height: 38px; }

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

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

.v-align-center {
  vertical-align: middle; }

.v-align-left {
  vertical-align: left; }

.mb-10 {
  margin-bottom: 10px; }

@media (max-width: 1140px) {
  .table-block {
    overflow-x: scroll; } }

.table-block table {
  border-collapse: collapse;
  /* Убираем двойные линии между ячейками */ }

.table-block td, .table-block td {
  padding: 9px 15px 5px;
  /* Поля вокруг содержимого таблицы */
  border: 1px solid #ebebeb;
  /* Параметры рамки */
  font-family: 'OpenSans-Light';
  font-weight: 300 !important;
  font-size: 14px;
  line-height: 14px;
  color: #252525;
  vertical-align: middle; }

.table-block th {
  padding: 9px 7px 5px;
  font-family: 'OpenSans-Light';
  font-weight: 300 !important;
  font-size: 16px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.65);
  background: #33369d;
  border: 1px solid rgba(255, 255, 255, 0.65);
  vertical-align: middle; }
  .table-block th.table-column-first {
    padding: 7px 17px 5px; }

.table-block.table-block-search td a, .table-block.table-block-search td {
  color: #33369d; }

header .header-top .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 21px;
  padding-right: 22px;
  padding-left: 9px;
  background-color: #ffffff; }

header .header-top .header-top-left,
header .header-top .header-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

header .header-top .logo {
  margin-right: 55px; }

header .header-top .form-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 220px;
  height: 43px;
  padding-right: 15px;
  border-radius: 22px;
  border: 1px solid #d7d7d7;
  overflow: hidden;
  transition: 0.3s ease; }

header .header-top .form-search:hover {
  border: 1px solid #33379d; }

header .header-top .form-search input {
  width: 100%;
  padding-left: 22px;
  padding-right: 5px;
  font-family: 'OpenSans-Regular';
  font-size: 14px;
  line-height: 14px;
  color: #acacac;
  background: transparent; }
  header .header-top .form-search input::-webkit-input-placeholder {
    color: #acacac; }
  header .header-top .form-search input::-moz-placeholder {
    color: #acacac; }
  header .header-top .form-search input:-ms-input-placeholder {
    color: #acacac; }
  header .header-top .form-search input:-moz-placeholder {
    color: #acacac; }

header .header-top .form-search button {
  background: none;
  outline: none;
  border: none; }

header .header-top .form-search button svg {
  width: 16px;
  height: 16px;
  transition: 0.3s ease; }

header .header-top .form-search button svg .cls-search {
  transition: 0.3s ease; }

header .header-top .form-search button:hover svg .cls-search {
  fill: #33379d; }

header .header-top .lang-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 91px;
  min-width: 91px;
  height: 41px;
  margin-right: 35px;
  border: 1px solid #33379d;
  border-radius: 20px;
  overflow: hidden; }

header .header-top .lang-trigger a,
header .header-top .lang-trigger span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: 'OpenSans-Bold';
  font-size: 16px;
  color: #0f1259;
  transition: 0.3s ease; }

header .header-top .lang-trigger a {
  padding-left: 4px; }

header .header-top .lang-trigger a:hover {
  text-decoration: underline; }

header .header-top .lang-trigger span {
  padding-right: 4px;
  font-family: 'OpenSans-Regular';
  color: #ffffff;
  background: #33379d; }

header .header-top .socials {
  display: flex;
  align-items: center;
  justify-content: center; }
  header .header-top .socials .social-link {
    display: flex;
    align-items: center;
    justify-content: center; }
    header .header-top .socials .social-link:not(:last-child) {
      margin-right: 18px; }
    header .header-top .socials .social-link svg {
      width: 39px;
      height: 39px; }
      header .header-top .socials .social-link svg path {
        transition: 0.3s ease; }
    header .header-top .socials .social-link:hover svg path {
      fill: #33379d; }

header nav .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  background: linear-gradient(270deg, #33379d 0%, #0f1259 100%); }

header nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 29px 5px;
  font-family: 'OpenSans-Regular';
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  transition: 0.3s ease; }
  header nav a svg {
    margin-left: 10px;
    width: 8px;
    height: 4px;
    transition: 0.3s ease; }
    header nav a svg path {
      transition: 0.3s ease; }
  @media (min-width: 1025px) {
    header nav a:hover {
      color: #3f43af; }
      header nav a:hover svg {
        transform: rotate(-180deg); }
        header nav a:hover svg path {
          fill: #3f43af; } }

header nav .nav-link.active > a {
  color: #FC0B56; }
  header nav .nav-link.active > a svg {
    transform: rotate(-180deg); }
    header nav .nav-link.active > a svg path {
      fill: #FC0B56; }

header nav .menu-hidden {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  z-index: -1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
  width: 100%;
  padding: 50px 79px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.2s ease; }
  header nav .menu-hidden a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    width: calc(100% / 5);
    height: 40px;
    padding: 0 5px 0 0;
    margin-bottom: 13px;
    line-height: 21px; }

@media (min-width: 1025px) {
  header nav .nav-link:hover .menu-hidden {
    opacity: 1;
    z-index: 4; } }

header nav .nav-link.active .menu-hidden {
  opacity: 1;
  z-index: 4; }

header nav.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  header nav.fixed-nav .nav-link .menu-hidden {
    display: none; }
  header nav.fixed-nav .nav-link:hover .menu-hidden {
    display: flex; }

.header-mob.fixed-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  box-shadow: 0 0 10px #2F3396; }
  .header-mob.fixed-header .logo {
    max-width: 65px; }
  .header-mob.fixed-header .menu-trigger {
    width: 40px;
    height: 26px; }
    .header-mob.fixed-header .menu-trigger span {
      width: 40px;
      height: 4px; }

.header-mob {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  height: 122px;
  background-color: #ffffff;
  transition: box-shadow 0.3s ease; }
  .header-mob .logo {
    display: block;
    width: 100%;
    max-width: 106px;
    transition: 0.3s ease; }
    .header-mob .logo img {
      width: 100%; }
  .header-mob .menu-trigger {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    background-color: transparent;
    width: 50px;
    height: 38px; }
  .header-mob .menu-trigger span {
    display: block;
    width: 50px;
    height: 6px;
    background-color: #2F3396;
    border-radius: 3px;
    transition: 0.2s cubic-bezier(0, 0, 0.2, 1); }

.menu-mob-close {
  position: absolute;
  top: 30px;
  right: 25px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: transparent; }
  .menu-mob-close img {
    width: 100%; }

@media (max-width: 1100px) {
  header nav a {
    font-size: 12px;
    line-height: 12px; }
  header nav .menu-hidden {
    padding: 15px 25px 10px; } }

@media (max-width: 992px) {
  .header-mob,
  .menu-mob-close {
    display: flex; }
  .header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translateX(320px);
    width: 100%;
    max-width: 315px;
    padding: 23px 37px 85px 24px;
    background: #ffffff;
    transition: 0.4s linear; }
    .header.open {
      transform: translateX(0px);
      max-height: 100vh;
      overflow: scroll;
      z-index: 11; }
    .header .logo {
      display: none; }
    .header .header-top-left {
      padding-bottom: 12px; }
    .header .header-top .wrapper {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 0; }
      .header .header-top .wrapper .lang-trigger {
        margin-right: 22px; }
      .header .header-top .wrapper .socials .social-link:not(:last-child) {
        margin-right: 11px; }
      .header .header-top .wrapper .socials .social-link svg {
        width: 30px;
        height: 30px; }
    .header nav .wrapper {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      background: transparent;
      padding: 37px 0 0 11px; }
      .header nav .wrapper a {
        padding: 0; }
      .header nav .wrapper .nav-link:not(:last-child) > a {
        margin-bottom: 30px; }
      .header nav .wrapper .nav-link.active:not(:last-child) {
        margin-bottom: 30px; }
      .header nav .wrapper .nav-link.active:last-child > a {
        margin-bottom: 30px; }
      .header nav .wrapper .nav-link {
        width: 100%; }
        .header nav .wrapper .nav-link > a {
          justify-content: space-between;
          font-family: 'OpenSans-Regular';
          font-size: 16px;
          line-height: 16px;
          color: #202379; }
          .header nav .wrapper .nav-link > a svg path {
            fill: #202379; }
      .header nav .wrapper .menu-hidden {
        display: none;
        position: static;
        opacity: 1;
        z-index: 1;
        flex-direction: column;
        padding: 0;
        background-color: transparent; }
        .header nav .wrapper .menu-hidden a {
          width: 100%;
          height: auto;
          font-size: 16px;
          line-height: 16px;
          color: #333333; }
          .header nav .wrapper .menu-hidden a:not(:last-child) {
            margin-bottom: 15px; }
      .header nav .wrapper .nav-link.active .menu-hidden {
        display: flex; } }

.breadcrumps {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 14px; }
  @media (max-width: 992px) {
    .breadcrumps {
      display: none; } }
  .breadcrumps a,
  .breadcrumps span {
    font-family: 'OpenSans-Regular';
    font-size: 12px;
    line-height: 12px;
    color: #585858;
    transition: 0.3s ease; }
  .breadcrumps a,
  .breadcrumps img {
    margin-right: 6px; }
    .breadcrumps a:hover,
    .breadcrumps img:hover {
      color: #3f43af; }
  .breadcrumps img {
    width: 4px;
    height: 8px; }

.pages-links-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 30px; }
  @media (max-width: 767px) {
    .pages-links-wrapper {
      justify-content: center;
      padding-top: 10px; } }

.pages-links {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pages-links a {
    font-family: 'OpenSans-Light';
    font-size: 16px;
    line-height: 16px;
    color: #54504f;
    transition: 0.3s ease; }
    .pages-links a:not(.pages-links-arrows) {
      padding: 0 13px; }
    .pages-links a:hover {
      color: #3f43af; }
  .pages-links .pages-links-arrows {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    min-width: 31px;
    height: 31px;
    border: 1px solid #b7b7b7; }
    .pages-links .pages-links-arrows.prev-page::before {
      content: "<";
      position: absolute;
      top: calc(50% - 7px);
      left: calc(50% - 6px);
      color: #54504f; }
    .pages-links .pages-links-arrows.next-page::before {
      content: ">";
      position: absolute;
      top: calc(50% - 7px);
      left: calc(50% - 6px);
      color: #54504f; }
    .pages-links .pages-links-arrows:hover {
      border: 1px solid #3f43af; }
      .pages-links .pages-links-arrows:hover::before {
        color: #3f43af !important; }

footer {
  background: #111111; }
  footer .wrapper {
    background-color: transparent !important;
    padding: 0; }
  footer .sponsors {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 77px 35px 100px; }
    footer .sponsors a {
      padding: 5px; }
      footer .sponsors a img {
        max-width: 100%; }
  footer .footer-columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    footer .footer-columns .footer-column {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      width: 100%;
      max-width: 215px; }
      footer .footer-columns .footer-column-1 {
        max-width: 195px; }
      footer .footer-columns .footer-column-2 {
        max-width: 244px; }
      footer .footer-columns .footer-column-3 {
        max-width: 225px; }
      footer .footer-columns .footer-column-4 {
        max-width: 165px; }
    footer .footer-columns .footer-column-list:not(:last-child) {
      margin-bottom: 19px; }
    footer .footer-columns .footer-column-list a {
      display: block; }
    footer .footer-columns .footer-column-list .footer-column-list-head {
      margin-bottom: 18px;
      font-family: 'OpenSans-Bold';
      font-size: 21px;
      line-height: 21px;
      color: #ffffff;
      transition: 0.3s ease; }
    footer .footer-columns .footer-column-list a:not(.footer-column-list-head) {
      font-family: 'OpenSans-Regular';
      font-size: 16px;
      line-height: 24px;
      color: rgba(255, 255, 255, 0.8);
      transition: 0.3s ease; }
    footer .footer-columns .footer-column-list a:hover {
      color: #33379d; }
  footer .footer-subscribe {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 62px; }
    footer .footer-subscribe .logo {
      width: 100%;
      max-width: 147px;
      margin-left: -45px; }
      footer .footer-subscribe .logo img {
        width: 100%; }
    footer .footer-subscribe form {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding-bottom: 23px; }
      footer .footer-subscribe form .form-input {
        width: 100%;
        max-width: 208px;
        /* height: 35px; */
        padding: 0 13px;
        font-size: 14px;
        line-height: 35px;
        font-family: 'OpenSans-Regular';
        background: transparent;
        color: rgba(255, 255, 255, 0.65);
        border: 1px solid rgba(255, 255, 255, 0.65);
        border-radius: 18px;
        transition: 0.3s ease;
        -webkit-appearance: none; }
        footer .footer-subscribe form .form-input:hover, footer .footer-subscribe form .form-input:focus {
          border: 1px solid #33379d; }
        footer .footer-subscribe form .form-input::-webkit-input-placeholder, footer .footer-subscribe form .form-input:-ms-input-placeholder,
        footer .footer-subscribe form .form-input:-moz-placeholder footer .footer-subscribe form .form-input::-moz-placeholder {
          padding: 0 13px;
          font-size: 14px;
          line-height: 35px; }
      footer .footer-subscribe form input:not(:last-child) {
        margin-right: 20px; }
      footer .footer-subscribe form .form-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 208px;
        height: 35px;
        padding: 0 13px;
        font-family: 'OpenSans-Bold';
        font-size: 16px;
        line-height: 35px;
        background: transparent;
        color: white;
        border: 1px solid white;
        border-radius: 18px;
        transition: 0.3s ease; }
        footer .footer-subscribe form .form-btn:hover {
          border: 1px solid #33379d;
          background-color: #33379d;
          color: #ffffff; }
    footer .footer-subscribe .socials {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-bottom: 23px; }
      footer .footer-subscribe .socials .footer-social:not(:last-child) {
        margin-right: 14px; }
      footer .footer-subscribe .socials .footer-social svg {
        width: 25px;
        height: 25px; }
        footer .footer-subscribe .socials .footer-social svg path {
          fill: #ffffff;
          transition: 0.3s ease; }
      footer .footer-subscribe .socials .footer-social:hover svg path {
        fill: #33379d; }
  footer .footer-bottom {
    width: 100%;
    padding: 40px 0;
    background-color: #000000; }
    footer .footer-bottom .wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      footer .footer-bottom .wrapper p {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'OpenSans-Regular';
        font-size: 14px;
        line-height: 14px;
        color: rgba(255, 255, 255, 0.8);
        transition: 0.3s ease; }
        footer .footer-bottom .wrapper p img {
          margin-left: 5px; }

@media (max-width: 1380px) {
  footer .sponsors {
    flex-flow: row wrap;
    justify-content: space-around; }
    footer .sponsors a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 25%;
      margin-bottom: 15px; }
      footer .sponsors a img {
        max-width: 167px; } }

@media (max-width: 1160px) {
  footer .wrapper {
    padding: 0 20px; } }

@media (max-width: 992px) {
  footer .footer-columns,
  footer .footer-subscribe .logo {
    display: none; }
  footer .footer-subscribe form {
    justify-content: flex-start; }
  footer .footer-subscribe form .form-input {
    max-width: 150px; } }

@media (max-width: 767px) {
  footer .sponsors {
    padding: 40px 20px 50px; }
    footer .sponsors a {
      max-width: 50%; }
  footer .footer-subscribe {
    padding: 0 0 7px; }
  footer .footer-subscribe,
  footer .footer-bottom .wrapper {
    flex-direction: column;
    align-items: center; }
  .footer-subscribe form {
    flex-direction: column;
    padding-bottom: 31px; }
  footer .footer-bottom {
    padding: 30px 0; }
  footer .footer-subscribe form .form-input,
  footer .footer-subscribe form .form-btn {
    max-width: 275px; }
    footer .footer-subscribe form .form-input:not(:last-child),
    footer .footer-subscribe form .form-btn:not(:last-child) {
      margin-right: 0;
      margin-bottom: 15px; }
  footer .footer-subscribe form {
    padding-bottom: 39px; }
  footer .footer-bottom .wrapper p:not(:last-child) {
    padding: 0 0 6px; }
  .sponsors a {
    max-width: inherit; }
  footer .sponsors a {
    max-width: fit-content;
    margin-bottom: 25px; }
  footer .sponsors .sponsor-1 img {
    max-width: 64px; }
  footer .sponsors .sponsor-2 img {
    max-width: 172px; }
  footer .sponsors .sponsor-3 img {
    max-width: 55px; }
  footer .sponsors .sponsor-4 img {
    max-width: 166px; }
  footer .sponsors .sponsor-5 img {
    max-width: 70px; }
  footer .sponsors .sponsor-6 img {
    max-width: 193px; }
  footer .sponsors .sponsor-7 img {
    max-width: 71px; }
  footer .sponsors .sponsor-8 img {
    max-width: 167px; } }

@media (max-width: 350px) {
  footer .sponsors .sponsor-6 img {
    max-width: 185px; } }

.videos-list-wrap {
  padding-bottom: 32px; }
  .videos-list-wrap .pages-links-wrapper {
    padding-top: 14px; }

.gallery-wrap {
  padding-bottom: 57px; }

.videos-list,
.photos-list,
.gallery {
  display: flex;
  justify-content: space-between; }
  .videos-list:not(.popular-videos),
  .photos-list:not(.popular-videos),
  .gallery:not(.popular-videos) {
    flex-flow: row wrap; }
    .videos-list:not(.popular-videos) .video, .videos-list:not(.popular-videos) .photo, .videos-list:not(.popular-videos) .gallery-item,
    .photos-list:not(.popular-videos) .video,
    .photos-list:not(.popular-videos) .photo,
    .photos-list:not(.popular-videos) .gallery-item,
    .gallery:not(.popular-videos) .video,
    .gallery:not(.popular-videos) .photo,
    .gallery:not(.popular-videos) .gallery-item {
      margin-bottom: 17px; }
  .videos-list .video, .videos-list .photo, .videos-list .gallery-item,
  .photos-list .video,
  .photos-list .photo,
  .photos-list .gallery-item,
  .gallery .video,
  .gallery .photo,
  .gallery .gallery-item {
    width: 100%;
    max-width: 262px;
    box-shadow: 0 0 15px rgba(9, 12, 59, 0.2); }
  .videos-list .gallery-item,
  .photos-list .gallery-item,
  .gallery .gallery-item {
    width: 100%;
    max-width: 259px;
    box-shadow: none; }
  .videos-list .video .ifame,
  .photos-list .video .ifame,
  .gallery .video .ifame {
    width: 100%;
    height: auto; }
  .videos-list .video-cnt,
  .videos-list .photo-cnt,
  .videos-list .gallery-item-cnt,
  .photos-list .video-cnt,
  .photos-list .photo-cnt,
  .photos-list .gallery-item-cnt,
  .gallery .video-cnt,
  .gallery .photo-cnt,
  .gallery .gallery-item-cnt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-height: 140px;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff; }
    .videos-list .video-cnt img,
    .videos-list .photo-cnt img,
    .videos-list .gallery-item-cnt img,
    .photos-list .video-cnt img,
    .photos-list .photo-cnt img,
    .photos-list .gallery-item-cnt img,
    .gallery .video-cnt img,
    .gallery .photo-cnt img,
    .gallery .gallery-item-cnt img {
      width: 100%;
      height: auto;
      max-height: 148px; }
    .videos-list .video-cnt .video-cnt-layout,
    .videos-list .video-cnt .photo-cnt-layout,
    .videos-list .video-cnt .gallery-item-layout,
    .videos-list .photo-cnt .video-cnt-layout,
    .videos-list .photo-cnt .photo-cnt-layout,
    .videos-list .photo-cnt .gallery-item-layout,
    .videos-list .gallery-item-cnt .video-cnt-layout,
    .videos-list .gallery-item-cnt .photo-cnt-layout,
    .videos-list .gallery-item-cnt .gallery-item-layout,
    .photos-list .video-cnt .video-cnt-layout,
    .photos-list .video-cnt .photo-cnt-layout,
    .photos-list .video-cnt .gallery-item-layout,
    .photos-list .photo-cnt .video-cnt-layout,
    .photos-list .photo-cnt .photo-cnt-layout,
    .photos-list .photo-cnt .gallery-item-layout,
    .photos-list .gallery-item-cnt .video-cnt-layout,
    .photos-list .gallery-item-cnt .photo-cnt-layout,
    .photos-list .gallery-item-cnt .gallery-item-layout,
    .gallery .video-cnt .video-cnt-layout,
    .gallery .video-cnt .photo-cnt-layout,
    .gallery .video-cnt .gallery-item-layout,
    .gallery .photo-cnt .video-cnt-layout,
    .gallery .photo-cnt .photo-cnt-layout,
    .gallery .photo-cnt .gallery-item-layout,
    .gallery .gallery-item-cnt .video-cnt-layout,
    .gallery .gallery-item-cnt .photo-cnt-layout,
    .gallery .gallery-item-cnt .gallery-item-layout {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      transition: 0.3s ease; }
      .videos-list .video-cnt .video-cnt-layout img,
      .videos-list .video-cnt .photo-cnt-layout img,
      .videos-list .video-cnt .gallery-item-layout img,
      .videos-list .photo-cnt .video-cnt-layout img,
      .videos-list .photo-cnt .photo-cnt-layout img,
      .videos-list .photo-cnt .gallery-item-layout img,
      .videos-list .gallery-item-cnt .video-cnt-layout img,
      .videos-list .gallery-item-cnt .photo-cnt-layout img,
      .videos-list .gallery-item-cnt .gallery-item-layout img,
      .photos-list .video-cnt .video-cnt-layout img,
      .photos-list .video-cnt .photo-cnt-layout img,
      .photos-list .video-cnt .gallery-item-layout img,
      .photos-list .photo-cnt .video-cnt-layout img,
      .photos-list .photo-cnt .photo-cnt-layout img,
      .photos-list .photo-cnt .gallery-item-layout img,
      .photos-list .gallery-item-cnt .video-cnt-layout img,
      .photos-list .gallery-item-cnt .photo-cnt-layout img,
      .photos-list .gallery-item-cnt .gallery-item-layout img,
      .gallery .video-cnt .video-cnt-layout img,
      .gallery .video-cnt .photo-cnt-layout img,
      .gallery .video-cnt .gallery-item-layout img,
      .gallery .photo-cnt .video-cnt-layout img,
      .gallery .photo-cnt .photo-cnt-layout img,
      .gallery .photo-cnt .gallery-item-layout img,
      .gallery .gallery-item-cnt .video-cnt-layout img,
      .gallery .gallery-item-cnt .photo-cnt-layout img,
      .gallery .gallery-item-cnt .gallery-item-layout img {
        width: 40px;
        height: 40px;
        transition: 0.3s ease; }
      .videos-list .video-cnt .video-cnt-layout:hover img,
      .videos-list .video-cnt .photo-cnt-layout:hover img,
      .videos-list .video-cnt .gallery-item-layout:hover img,
      .videos-list .photo-cnt .video-cnt-layout:hover img,
      .videos-list .photo-cnt .photo-cnt-layout:hover img,
      .videos-list .photo-cnt .gallery-item-layout:hover img,
      .videos-list .gallery-item-cnt .video-cnt-layout:hover img,
      .videos-list .gallery-item-cnt .photo-cnt-layout:hover img,
      .videos-list .gallery-item-cnt .gallery-item-layout:hover img,
      .photos-list .video-cnt .video-cnt-layout:hover img,
      .photos-list .video-cnt .photo-cnt-layout:hover img,
      .photos-list .video-cnt .gallery-item-layout:hover img,
      .photos-list .photo-cnt .video-cnt-layout:hover img,
      .photos-list .photo-cnt .photo-cnt-layout:hover img,
      .photos-list .photo-cnt .gallery-item-layout:hover img,
      .photos-list .gallery-item-cnt .video-cnt-layout:hover img,
      .photos-list .gallery-item-cnt .photo-cnt-layout:hover img,
      .photos-list .gallery-item-cnt .gallery-item-layout:hover img,
      .gallery .video-cnt .video-cnt-layout:hover img,
      .gallery .video-cnt .photo-cnt-layout:hover img,
      .gallery .video-cnt .gallery-item-layout:hover img,
      .gallery .photo-cnt .video-cnt-layout:hover img,
      .gallery .photo-cnt .photo-cnt-layout:hover img,
      .gallery .photo-cnt .gallery-item-layout:hover img,
      .gallery .gallery-item-cnt .video-cnt-layout:hover img,
      .gallery .gallery-item-cnt .photo-cnt-layout:hover img,
      .gallery .gallery-item-cnt .gallery-item-layout:hover img {
        transform: scale(1.05); }
    .videos-list .video-cnt:hover .video-cnt-layout,
    .videos-list .video-cnt:hover .photo-cnt-layout,
    .videos-list .video-cnt:hover .gallery-item-layout,
    .videos-list .photo-cnt:hover .video-cnt-layout,
    .videos-list .photo-cnt:hover .photo-cnt-layout,
    .videos-list .photo-cnt:hover .gallery-item-layout,
    .videos-list .gallery-item-cnt:hover .video-cnt-layout,
    .videos-list .gallery-item-cnt:hover .photo-cnt-layout,
    .videos-list .gallery-item-cnt:hover .gallery-item-layout,
    .photos-list .video-cnt:hover .video-cnt-layout,
    .photos-list .video-cnt:hover .photo-cnt-layout,
    .photos-list .video-cnt:hover .gallery-item-layout,
    .photos-list .photo-cnt:hover .video-cnt-layout,
    .photos-list .photo-cnt:hover .photo-cnt-layout,
    .photos-list .photo-cnt:hover .gallery-item-layout,
    .photos-list .gallery-item-cnt:hover .video-cnt-layout,
    .photos-list .gallery-item-cnt:hover .photo-cnt-layout,
    .photos-list .gallery-item-cnt:hover .gallery-item-layout,
    .gallery .video-cnt:hover .video-cnt-layout,
    .gallery .video-cnt:hover .photo-cnt-layout,
    .gallery .video-cnt:hover .gallery-item-layout,
    .gallery .photo-cnt:hover .video-cnt-layout,
    .gallery .photo-cnt:hover .photo-cnt-layout,
    .gallery .photo-cnt:hover .gallery-item-layout,
    .gallery .gallery-item-cnt:hover .video-cnt-layout,
    .gallery .gallery-item-cnt:hover .photo-cnt-layout,
    .gallery .gallery-item-cnt:hover .gallery-item-layout {
      opacity: 1; }
    .videos-list .video-cnt .video-cnt-layout img,
    .videos-list .photo-cnt .video-cnt-layout img,
    .videos-list .gallery-item-cnt .video-cnt-layout img,
    .photos-list .video-cnt .video-cnt-layout img,
    .photos-list .photo-cnt .video-cnt-layout img,
    .photos-list .gallery-item-cnt .video-cnt-layout img,
    .gallery .video-cnt .video-cnt-layout img,
    .gallery .photo-cnt .video-cnt-layout img,
    .gallery .gallery-item-cnt .video-cnt-layout img {
      display: none; }
  .videos-list .gallery-item-cnt,
  .photos-list .gallery-item-cnt,
  .gallery .gallery-item-cnt {
    max-height: 199px; }
    .videos-list .gallery-item-cnt img,
    .photos-list .gallery-item-cnt img,
    .gallery .gallery-item-cnt img {
      max-height: 199px; }
  .videos-list .video-desc,
  .videos-list .photo-desc,
  .photos-list .video-desc,
  .photos-list .photo-desc,
  .gallery .video-desc,
  .gallery .photo-desc {
    width: 100%;
    padding: 23px 10px 17px;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(9, 12, 59, 0.2); }
    .videos-list .video-desc .video-title,
    .videos-list .video-desc .photo-title,
    .videos-list .photo-desc .video-title,
    .videos-list .photo-desc .photo-title,
    .photos-list .video-desc .video-title,
    .photos-list .video-desc .photo-title,
    .photos-list .photo-desc .video-title,
    .photos-list .photo-desc .photo-title,
    .gallery .video-desc .video-title,
    .gallery .video-desc .photo-title,
    .gallery .photo-desc .video-title,
    .gallery .photo-desc .photo-title {
      display: block;
      margin-bottom: 13px;
      font-family: 'OpenSans-Bold';
      font-size: 13px;
      line-height: 13px;
      text-align: center;
      color: #33379d;
      transition: 0.3s ease; }
      .videos-list .video-desc .video-title:hover,
      .videos-list .video-desc .photo-title:hover,
      .videos-list .photo-desc .video-title:hover,
      .videos-list .photo-desc .photo-title:hover,
      .photos-list .video-desc .video-title:hover,
      .photos-list .video-desc .photo-title:hover,
      .photos-list .photo-desc .video-title:hover,
      .photos-list .photo-desc .photo-title:hover,
      .gallery .video-desc .video-title:hover,
      .gallery .video-desc .photo-title:hover,
      .gallery .photo-desc .video-title:hover,
      .gallery .photo-desc .photo-title:hover {
        color: #585858; }
    .videos-list .video-desc .video-date,
    .videos-list .video-desc .photo-date,
    .videos-list .photo-desc .video-date,
    .videos-list .photo-desc .photo-date,
    .photos-list .video-desc .video-date,
    .photos-list .video-desc .photo-date,
    .photos-list .photo-desc .video-date,
    .photos-list .photo-desc .photo-date,
    .gallery .video-desc .video-date,
    .gallery .video-desc .photo-date,
    .gallery .photo-desc .video-date,
    .gallery .photo-desc .photo-date {
      display: block;
      padding-right: 7px;
      font-family: 'OpenSans-Regular';
      font-size: 12px;
      line-height: 12px;
      text-align: right;
      color: #898989; }

@media (max-width: 1100px) {
  .videos-list .video,
  .photos-list .photo {
    max-width: 220px; }
  .videos-list .video-desc .video-title,
  .photos-list .photo-desc .photo-title {
    line-height: 16px;
    height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical; }
  .videos-list .video-cnt,
  .photos-list .photo-cnt {
    max-height: 123px; }
  .videos-list .video-cnt .video-cnt-layout,
  .photos-list .photo-cnt .photo-cnt-layout,
  .gallery .gallery-item-cnt .gallery-item-layout {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.25); } }

@media (max-width: 992px) {
  .videos-list,
  .photos-list,
  .gallery {
    justify-content: space-around;
    flex-flow: row wrap; }
    .videos-list .video,
    .videos-list .photo,
    .photos-list .video,
    .photos-list .photo,
    .gallery .video,
    .gallery .photo {
      max-width: 262px; }
      .videos-list .video:not(:last-child),
      .videos-list .photo:not(:last-child),
      .photos-list .video:not(:last-child),
      .photos-list .photo:not(:last-child),
      .gallery .video:not(:last-child),
      .gallery .photo:not(:last-child) {
        margin-bottom: 20px; }
    .videos-list .video-cnt,
    .videos-list .photo-cnt,
    .photos-list .video-cnt,
    .photos-list .photo-cnt,
    .gallery .video-cnt,
    .gallery .photo-cnt {
      max-height: 148px; }
      .videos-list .video-cnt img,
      .videos-list .photo-cnt img,
      .photos-list .video-cnt img,
      .photos-list .photo-cnt img,
      .gallery .video-cnt img,
      .gallery .photo-cnt img {
        max-height: 148px; }
    .videos-list .video-desc .video-title,
    .videos-list .video-desc .photo-title,
    .videos-list .photo-desc .video-title,
    .videos-list .photo-desc .photo-title,
    .photos-list .video-desc .video-title,
    .photos-list .video-desc .photo-title,
    .photos-list .photo-desc .video-title,
    .photos-list .photo-desc .photo-title,
    .gallery .video-desc .video-title,
    .gallery .video-desc .photo-title,
    .gallery .photo-desc .video-title,
    .gallery .photo-desc .photo-title {
      height: auto; } }

@media (max-width: 767px) {
  .videos-list .video-desc .video-title,
  .photos-list .photo-desc .photo-title {
    margin-bottom: 10px; } }

.news-list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  width: 100%; }
  .news-list .news-item {
    width: 50%; }

.news-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 540px;
  margin-bottom: 22px; }
  .news-item .news-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 186px;
    height: 100%; }
    .news-item .news-preview img {
      width: 100%;
      height: 100%;
      min-height: 143px; }
  .news-item .news-cnt {
    width: 100%;
    padding: 20px 16px 17px 27px;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(9, 12, 59, 0.2); }
  .news-item .news-head {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    line-height: 21px;
    height: 42px;
    color: #33379d;
    transition: 0.3s ease; }
    .news-item .news-head:hover {
      color: #585858; }
  .news-item .news-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 9px;
    font-family: 'OpenSans-Regular';
    font-size: 13px;
    line-height: 17px;
    height: 36px;
    color: #585858; }
  .news-item .news-date {
    display: block;
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    text-align: right;
    color: #363636; }

@media (max-width: 1100px) {
  .news-list .news-item {
    max-width: 470px; } }

@media (max-width: 992px) {
  .news-list {
    flex-flow: row wrap; }
    .news-list .news-item {
      max-width: 100%;
      width: 100%; } }

@media (max-width: 767px) {
  .last-news {
    display: none; }
  .news-list .news-item .news-desc {
    display: none; } }

.news-slider-section {
  padding-bottom: 110px; }

.news-slider-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .news-slider-wrap {
      align-items: flex-start; } }

.news-slider {
  width: 100%;
  max-width: 672px;
  margin-right: 20px; }
  .news-slider .news-slider-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 10px 0; }
    .news-slider .news-slider-item img {
      width: 100%; }
    .news-slider .news-slider-item .news-slider-cnt {
      position: absolute;
      bottom: 10px;
      left: 10px;
      display: block;
      width: 100%;
      max-width: 338px;
      padding: 18px 10px 20px 21px;
      font-family: 'OpenSans-Bold';
      font-size: 21px;
      line-height: 32px;
      color: #33379d;
      background-color: #ffffff;
      box-shadow: 0 0 10px rgba(9, 12, 59, 0.2);
      transition: 0.3s ease; }
    .news-slider .news-slider-item:hover .news-slider-cnt {
      color: #585858; }

.news-previews {
  width: 100%;
  max-width: 417px; }
  .news-previews .news-item {
    margin-bottom: 0; }
    .news-previews .news-item:not(:last-child) {
      margin-bottom: 18px; }
    .news-previews .news-item .news-head {
      -webkit-line-clamp: 3;
      height: 63px;
      margin-bottom: 14px; }
    .news-previews .news-item .news-cnt {
      padding: 25px 17px 16px 26px;
      box-shadow: none;
      border: 1px solid #ebebeb; }
    .news-previews .news-item .news-date {
      padding-right: 7px; }

@media (max-width: 1140px) {
  .news-slider {
    max-width: 600px; } }

@media (max-width: 1050px) {
  .news-slider {
    max-width: 550px; } }

@media (max-width: 1100px) {
  .news-previews .news-item .news-cnt {
    padding: 15px; }
  .news-slider-section {
    padding-bottom: 26px; }
  .news-previews .news-item .news-head {
    height: 62px;
    font-size: 14px;
    line-height: 19px; } }

@media (max-width: 992px) {
  .news-slider-wrap {
    flex-direction: column;
    align-items: center; }
  .news-slider {
    max-width: 650px;
    margin-right: 0;
    margin-bottom: 27px; }
  .news-slider .news-slider-item {
    margin: 0 0 40px; }
  .news-slider .news-slider-item .news-slider-cnt {
    bottom: -25px;
    left: 50%;
    max-width: 280px;
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 22px;
    padding: 23px 17px 15px 21px; }
  .news-previews,
  .news-previews .news-item {
    max-width: 650px; } }

@media (max-width: 767px) {
  .news-slider {
    width: calc(100%); }
  .news-previews .news-item .news-head {
    margin-bottom: 12px; }
  .news-item .news-preview {
    max-width: 136px; }
    .news-item .news-preview img {
      min-height: 102px; }
  .news-item .news-date {
    font-size: 10px;
    padding-right: 0; }
  .news-item .news-head,
  .news-previews .news-item .news-head {
    height: 46px;
    font-size: 11px;
    line-height: 15px;
    color: #363636;
    -webkit-line-clamp: 3; }
  .news-item .news-cnt,
  .news-previews .news-item .news-cnt {
    padding: 21px 10px 8px 17px; } }

.article-title {
  margin-bottom: 18px;
  font-family: 'OpenSans-Bold';
  font-size: 26px;
  line-height: 32px;
  color: #33379d; }

.paragraph,
.article-date-layout p {
  margin-bottom: 20px;
  font-family: 'OpenSans-Regular';
  font-size: 16px;
  line-height: 21px;
  color: #363636; }

.paragraph span {
  font-family: 'OpenSans-Bold';
  color: #1e2276; }

.paragraph-light {
  font-size: 14px;
  font-style: italic; }

@media (min-width: 993px) {
  .paragraph-mb-40 {
    margin-bottom: 40px; } }

.article-img-main {
  width: 100%;
  max-width: 665px;
  margin-bottom: 15px;
  margin-right: 20px;
  float: left; }
  .article-img-main.about-img {
    max-width: 225px;
    margin-bottom: 0px;
    margin-right: 126px; }

.article-gallery {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
  width: 100%; }
  .article-gallery a {
    position: relative;
    display: block;
    width: 100%;
    max-width: 260px;
    margin-bottom: 20px;
    max-height: 193px; }
    .article-gallery a img {
      width: 100%; }
    .article-gallery a span {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.4);
      transition: 0.3s ease; }
      .article-gallery a span svg {
        width: 40px;
        height: 40px;
        fill: #ffffff; }
      @media (max-width: 1100px) {
        .article-gallery a span {
          opacity: 1;
          background-color: rgba(0, 0, 0, 0.25); } }
    .article-gallery a:hover span {
      opacity: 1; }

.article-date-layout {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px; }
  .article-date-layout p {
    margin-bottom: 0; }

.article-panel {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .article-panel-links {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .article-panel-links .panel-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px; }
      .article-panel-links .panel-link:not(:last-child) {
        margin-right: 5px; }
      .article-panel-links .panel-link img {
        width: 100%; }
    .article-panel-links .print,
    .article-panel-links .pdf {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 25px;
      font-family: 'OpenSans-Bold';
      font-size: 16px;
      line-height: 16px;
      color: #d9d9d9; }
      .article-panel-links .print img,
      .article-panel-links .pdf img {
        margin-right: 8px; }
    .article-panel-links .print img {
      width: 25px; }
    .article-panel-links .pdf img {
      width: 23px; }
  .article-panel .article-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 385px; }
    .article-panel .article-nav a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 186px;
      height: 31px;
      font-family: 'OpenSans-Light';
      font-size: 16px;
      line-height: 16px;
      color: #54504f;
      border: 1px solid #b7b7b7;
      transition: 0.3s ease; }
      .article-panel .article-nav a.article-nav-prev {
        margin-right: 12px; }
        .article-panel .article-nav a.article-nav-prev span::before {
          content: "<";
          margin-right: 7px; }
      .article-panel .article-nav a.article-nav-next span::after {
        content: ">";
        margin-left: 7px; }
      .article-panel .article-nav a:hover {
        border: 1px solid #3f43af;
        color: #3f43af; }

@media (max-width: 1100px) {
  .article-gallery {
    justify-content: space-around; }
  .news-article:not(.about-info) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }
    .news-article:not(.about-info) .article-img-main {
      margin: 0 auto 20px;
      order: 2;
      float: none; }
    .news-article:not(.about-info) .article-title {
      order: 1;
      width: 100%;
      text-align: center; }
    .news-article:not(.about-info) .paragraph {
      order: 3; }
    .news-article:not(.about-info) .article-gallery {
      order: 4; }
    .news-article:not(.about-info) .article-date-layout {
      width: 100%;
      order: 5; }
    .news-article:not(.about-info) .article-panel {
      width: 100%;
      order: 6; } }

@media (max-width: 992px) {
  .about-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }
    .about-info .article-img-main {
      display: block;
      margin: 0 auto 20px;
      float: none; }
    .about-info .article-title {
      width: 100%;
      text-align: center; }
  .article-panel {
    flex-direction: column; }
    .article-panel .article-panel-links {
      margin-bottom: 15px; }
  .article-date-layout {
    justify-content: center; }
  .paragraph br {
    display: none;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 19px; }
  .paragraph-light {
    font-size: 12px; }
  .article-title {
    font-size: 20px;
    line-height: 26px; } }

@media (max-width: 412px) {
  .article-panel-links .print, .article-panel-links .pdf {
    display: none; }
  .article-panel .article-nav a {
    font-size: 12px;
    line-height: 12px; } }

.decision-section {
  padding-bottom: 69px; }
  .decision-section .pages-links-wrapper {
    padding-top: 20px; }

.decision {
  padding: 27px 0 27px 8px; }
  @media (max-width: 550px) {
    .decision {
      padding: 20px 0; } }
  .decision:not(:last-child) {
    border-bottom: 1px solid #ebebeb; }
  .decision-cnt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px; }
    @media (max-width: 550px) {
      .decision-cnt {
        flex-direction: column;
        align-items: center; } }
  @media (max-width: 550px) {
    .decision .decision-btn-block {
      order: 2;
      margin-bottom: 14px; } }
  .decision-btn {
    margin-top: 7px;
    margin-right: 10px; }
    .decision-btn-block {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    @media (max-width: 550px) {
      .decision-btn {
        margin: 3px !important; } }
    .decision-btn svg {
      width: 28px;
      height: 28px; }
      .decision-btn svg path {
        fill: #D9D9D9;
        transition: 0.3s ease; }
    .decision-btn:hover svg path {
      fill: #3f43af; }
    .decision-btn.decision-download {
      margin-right: 16px; }
  .decision-title {
    font-family: 'OpenSans-Bold';
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    transition: 0.3s ease; }
    .decision-title:hover {
      color: #3f43af; }
    @media (max-width: 767px) {
      .decision-title {
        font-size: 14px;
        line-height: 20px; } }
    @media (max-width: 550px) {
      .decision-title {
        text-align: center;
        order: 1; } }
  .decision-date-block {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 550px) {
      .decision-date-block {
        justify-content: center; } }
    .decision-date-block span {
      font-family: 'OpenSans-Regular';
      font-style: italic;
      font-size: 14px;
      line-height: 14px;
      color: #363636; }
      .decision-date-block span.decision-date {
        margin-right: 4px; }

.clubs {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap; }
  .clubs .club {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 137px;
    margin-bottom: 13px;
    padding: 0 10px; }
    .clubs .club-img {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      height: 115px;
      width: 100%;
      margin-bottom: 8px; }
      .clubs .club-img img {
        max-width: 100%; }
    .clubs .club-title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      overflow: hidden;
      -webkit-box-orient: vertical;
      height: 44px;
      font-family: 'OpenSans-Regular';
      font-size: 14px;
      line-height: 22px;
      text-align: center;
      color: #111111;
      transition: 0.3s ease; }
    .clubs .club:hover .club-title {
      color: #33379d; }

.club-cnt {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 33px; }
  @media (max-width: 767px) {
    .club-cnt {
      flex-direction: column;
      align-items: center;
      padding-bottom: 20px; } }
  .club-cnt-img {
    width: 100%;
    padding-top: 11px;
    max-width: 137px;
    margin-right: 61px;
    margin-left: 19px; }
    .club-cnt-img img {
      max-width: 100%; }
    @media (max-width: 767px) {
      .club-cnt-img {
        padding-top: 0;
        margin-right: 0;
        margin-left: 0; } }
  @media (max-width: 767px) {
    .club-cnt-info {
      text-align: center; } }
  .club-cnt-info h2 {
    margin-bottom: 13px;
    padding-top: 4px;
    letter-spacing: 0.45px;
    font-family: 'OpenSans-Bold';
    font-size: 26px;
    line-height: 32px;
    color: #33379d; }
  .club-cnt-info span, .club-cnt-info a {
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    line-height: 27px;
    color: #363636;
    transition: 0.3s ease; }
  .club-cnt-info a {
    color: #33379d;
    text-decoration: underline; }
    .club-cnt-info a:hover {
      color: #363636;
      text-decoration: none; }
  .club-cnt-info .club-cnt-info-head {
    font-family: 'OpenSans-Bold';
    color: #363636; }

.club-section {
  padding-bottom: 49px; }

.toggle-row-popup {
  position: relative; }
  .toggle-row-popup .row-popup-trigger {
    transition: 0.3s ease;
    cursor: pointer; }
    .toggle-row-popup .row-popup-trigger:hover {
      color: #33369d;
      text-decoration: underline; }
  .toggle-row-popup .row-popup {
    position: absolute;
    top: -28px;
    left: 139px;
    z-index: 3;
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 220px;
    padding: 23px 20px;
    background: #ffffff;
    border: 1px solid #33369d; }
    @media (max-width: 420px) {
      .toggle-row-popup .row-popup {
        top: -28px;
        left: 20px; } }
    .toggle-row-popup .row-popup.active {
      display: flex; }
    .toggle-row-popup .row-popup .close-row-popup {
      position: absolute;
      top: 8px;
      right: 9px;
      display: block;
      z-index: 4;
      cursor: pointer;
      width: 10px;
      height: 10px;
      opacity: 0.5;
      transition: 0.3s ease; }
      .toggle-row-popup .row-popup .close-row-popup:hover {
        opacity: 1; }
      .toggle-row-popup .row-popup .close-row-popup img {
        width: 100%; }
    .toggle-row-popup .row-popup-line {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-family: 'OpenSans-Regular';
      font-weight: 300 !important;
      font-size: 12px;
      line-height: 12px; }
      .toggle-row-popup .row-popup-line span {
        display: block; }
      .toggle-row-popup .row-popup-line span:first-child {
        margin-right: 5px;
        font-family: 'OpenSans-Bold'; }
      .toggle-row-popup .row-popup-line:nth-child(1), .toggle-row-popup .row-popup-line:nth-child(2) {
        margin-bottom: 9px; }

.personnel {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap; }

.person {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
  max-width: 544px; }
  .person-card {
    max-width: 100%;
    width: 100%; }
  @media (max-width: 992px) {
    .person {
      width: 100%; } }
  @media (max-width: 550px) {
    .person {
      flex-direction: column;
      align-items: center; } }
  .person:not(:last-child) {
    margin-bottom: 37px; }
  .person-img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin-right: 22px; }
    .person-img img {
      width: 100%; }
    @media (max-width: 550px) {
      .person-img {
        margin-right: 0;
        margin-bottom: 15px; } }
  .person-position {
    position: relative;
    margin-top: 11px;
    margin-bottom: 29px;
    padding-left: 14px;
    font-family: 'OpenSans-Bold';
    font-size: 32px;
    line-height: 32px;
    color: #33379d; }
    .person-position::before {
      content: '';
      position: absolute;
      left: 0;
      top: calc(50% - 27px);
      width: 4px;
      height: 54px;
      background-color: #33379d; }
    .person-position-medium {
      height: 74px;
      margin-bottom: 0;
      margin-top: 0;
      padding-top: 10px;
      font-size: 24px; }
      .person-position-medium::before {
        top: 0px; }
      @media (max-width: 1140px) {
        .person-position-medium {
          height: 52px;
          margin-bottom: 20px;
          padding-top: 16px;
          font-size: 18px;
          line-height: 26px; } }
      @media (max-width: 992px) {
        .person-position-medium {
          height: 74px;
          margin-bottom: 0;
          margin-top: 0;
          padding-top: 10px;
          font-size: 24px;
          line-height: 32px; } }
    .person-position-small {
      height: auto;
      margin-bottom: 12px;
      margin-top: 0;
      padding-left: 0;
      padding-top: 0px;
      font-size: 16px;
      line-height: 26px; }
      .person-position-small::before {
        display: none; }
    @media (max-width: 550px) {
      .person-position {
        margin-top: 0;
        margin-bottom: 15px;
        padding-top: 0;
        padding-left: 0;
        height: auto;
        font-size: 24px;
        line-height: 32px;
        text-align: center; }
        .person-position::before {
          display: none; } }
  .person-born {
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    line-height: 18px;
    color: #3f3f3f; }
    @media (max-width: 550px) {
      .person-born {
        text-align: center; } }
  .person-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 64px;
    margin-bottom: 20px;
    font-family: 'OpenSans-Bold';
    font-size: 24px;
    line-height: 32px;
    color: #252525;
    transition: 0.3s ease; }
    .person-name:hover {
      color: #33379d; }
    .person-name-big {
      height: auto; }
    .person-name-medium {
      height: 48px;
      margin-bottom: 9px;
      font-size: 18px;
      line-height: 24px; }
    .person-name-small {
      margin-top: 16px;
      margin-bottom: 11px; }
    @media (max-width: 550px) {
      .person-name {
        height: auto;
        margin-bottom: 15px;
        text-align: center;
        margin-top: 0; } }
  .person-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 21px; }
    @media (max-width: 550px) {
      .person-info {
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
        text-align: center; } }
    .person-info-item {
      width: 100%;
      max-width: 50%;
      font-size: 16px;
      line-height: 16px;
      color: #363636; }
      @media (max-width: 550px) {
        .person-info-item {
          max-width: 100%;
          margin-bottom: 17px; } }
    .person-info-title {
      margin-bottom: 17px;
      font-family: 'OpenSans-Bold'; }
    .person-info-date {
      font-family: 'OpenSans-Regular'; }
    .person-info-medium .person-info-title {
      margin-bottom: 11px; }
  .person-text p {
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #363636; }
    .person-text p:not(:last-child) {
      margin-bottom: 12px; }
    .person-text p span {
      font-family: 'OpenSans-Bold';
      color: #33379d; }
    @media (max-width: 1200px) {
      .person-text p br {
        display: none; } }
    @media (max-width: 550px) {
      .person-text p {
        text-align: center; } }
  @media (max-width: 550px) {
    .person .btn {
      margin: 0 auto; } }

.person-card .person-img {
  margin-right: 18px; }
  @media (max-width: 550px) {
    .person-card .person-img {
      margin-right: 0; } }

.person-card .person-name {
  margin-bottom: 16px;
  padding-top: 5px; }
  @media (max-width: 550px) {
    .person-card .person-name {
      padding-top: 0; } }

.personnel-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 262px; }
  .personnel-img img {
    width: 100%; }
  @media (max-width: 992px) {
    .personnel-img {
      display: none; } }

.section-contacts .section-title {
  margin-bottom: 22px; }

.contacts-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 57px; }
  @media (max-width: 992px) {
    .contacts-info {
      flex-direction: column;
      align-items: center; } }

.contacts-cnt {
  width: 100%;
  max-width: 390px;
  padding-top: 27px;
  padding-right: 5px; }
  @media (max-width: 992px) {
    .contacts-cnt {
      width: 100%;
      max-width: 100%;
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 15px; }
      .contacts-cnt br {
        display: none; } }
  .contacts-cnt-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    .contacts-cnt-row:not(:last-child) {
      padding-bottom: 23px; }
  .contacts-cnt-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    min-width: 25px;
    margin-top: 4px;
    margin-right: 22px; }
    .contacts-cnt-icon img.location-icon {
      width: 14px;
      height: 20px; }
    .contacts-cnt-icon img.telephon-icon {
      width: 19px;
      height: 20px; }
    .contacts-cnt-icon img.mail-icon {
      width: 25px;
      height: 20px; }
    .contacts-cnt-icon img.museum-icon {
      width: 24px;
      height: 24px; }
  .contacts-cnt-text p,
  .contacts-cnt-text a {
    display: block;
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    line-height: 24px;
    color: #151515;
    transition: 0.3s ease; }
    .contacts-cnt-text p:not(:last-child),
    .contacts-cnt-text a:not(:last-child) {
      margin-bottom: 1px; }
    @media (max-width: 992px) {
      .contacts-cnt-text p,
      .contacts-cnt-text a {
        font-size: 14px;
        line-height: 22px; } }
  .contacts-cnt-text p:not(:last-child) {
    margin-bottom: 8px; }
  .contacts-cnt-text a:hover {
    color: #33379d; }

.contacts-map {
  width: 100%;
  max-width: 730px;
  margin-right: -20px; }
  @media (max-width: 992px) {
    .contacts-map {
      max-width: 100%;
      margin-right: 0px; } }

.contacts-form h2 {
  margin-bottom: 6px;
  font-family: 'OpenSans-Bold';
  font-size: 24px;
  line-height: 24px;
  color: #33379d; }
  @media (max-width: 992px) {
    .contacts-form h2 {
      text-align: center; } }

.contacts-form p {
  margin-bottom: 11px;
  font-family: 'OpenSans-Regular';
  font-size: 16px;
  line-height: 32px;
  color: #333333; }
  @media (max-width: 992px) {
    .contacts-form p {
      text-align: center; } }

.contacts-form-fields {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 7px; }
  @media (max-width: 992px) {
    .contacts-form-fields {
      flex-direction: column;
      align-items: center; } }
  .contacts-form-fields div {
    margin-right: 15px; }
    @media (max-width: 992px) {
      .contacts-form-fields div {
        width: 100%;
        max-width: 600px;
        margin-right: 0; } }
    .contacts-form-fields div input {
      max-width: 446px;
      margin-bottom: 14px; }
      @media (max-width: 992px) {
        .contacts-form-fields div input {
          max-width: 100%; } }
  .contacts-form-fields textarea {
    max-width: 615px;
    height: 163px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20px; }
    @media (max-width: 992px) {
      .contacts-form-fields textarea {
        max-width: 600px; } }

@media (max-width: 992px) {
  .contacts-form .btn {
    margin: 0 auto; } }

.searching-player-section {
  padding-bottom: 28px; }

@media (min-width: 993px) {
  .search-block {
    padding-top: 11px; } }

.search-block form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px; }
  @media (max-width: 930px) {
    .search-block form {
      flex-flow: row wrap;
      justify-content: space-around; } }
  @media (max-width: 500px) {
    .search-block form {
      flex-direction: column; } }
  .search-block form .btn-blue {
    height: 45px; }
  @media (max-width: 1140px) {
    .search-block form .btn-clear {
      padding: 10px 5px; } }
  .search-block form .form-field {
    max-width: 180px; }
    @media (max-width: 1140px) {
      .search-block form .form-field {
        max-width: 150px; } }
    @media (max-width: 930px) {
      .search-block form .form-field {
        max-width: calc(50% - 10px);
        margin-bottom: 15px; } }
    @media (max-width: 500px) {
      .search-block form .form-field {
        max-width: 100%; } }

@media (max-width: 570px) {
  .search-block .table-block table {
    width: 530px; } }

.searching-player {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  @media (max-width: 767px) {
    .searching-player {
      flex-direction: column;
      align-items: center; } }
  .searching-player-info {
    width: 100%;
    max-width: 310px;
    margin-right: 19px; }
    @media (max-width: 767px) {
      .searching-player-info {
        margin-right: 0;
        margin-bottom: 20px;
        display: flex;
        max-width: 100%; } }
    @media (max-width: 500px) {
      .searching-player-info {
        flex-direction: column;
        align-items: center; } }
  .searching-player-img {
    width: 100%;
    margin-bottom: 19px; }
    @media (max-width: 767px) {
      .searching-player-img {
        max-width: 310px;
        margin-right: 19px;
        margin-bottom: 0; } }
    @media (max-width: 500px) {
      .searching-player-img {
        margin-right: 0px;
        margin-bottom: 20px; } }
    .searching-player-img img {
      width: 100%; }
  @media (max-width: 767px) {
    .searching-player-history {
      min-width: 295px; } }
  @media (max-width: 500px) {
    .searching-player-history {
      min-width: 0px;
      width: 100%;
      max-width: 310px; } }
  .searching-player-history p {
    font-family: 'OpenSans-Bold';
    font-size: 12px;
    line-height: 12px;
    color: #363636; }
    .searching-player-history p span {
      font-family: 'OpenSans-Regular';
      color: #b71c1c; }
  .searching-player-history table tr td {
    padding-bottom: 16px;
    font-family: 'OpenSans-Regular';
    font-size: 12px;
    line-height: 12px;
    color: #363636; }
    .searching-player-history table tr td:nth-child(2) {
      padding: 0 10px 16px; }
    @media (max-width: 400px) {
      .searching-player-history table tr td {
        font-size: 11px;
        line-height: 10px; } }
  .searching-player-cnt {
    width: 100%;
    max-width: 770px; }
    @media (max-width: 1150px) {
      .searching-player-cnt {
        overflow: scroll; } }
    .searching-player-cnt h2 {
      margin-bottom: 17px;
      font-family: 'OpenSans-Bold';
      font-size: 26px;
      line-height: 26px;
      color: #33379d; }
      @media (max-width: 767px) {
        .searching-player-cnt h2 {
          text-align: center; } }
    .searching-player-cnt p {
      margin-bottom: 30px;
      font-family: 'OpenSans-Regular';
      font-size: 12px;
      line-height: 12px;
      color: #363636; }
      @media (max-width: 767px) {
        .searching-player-cnt p {
          text-align: center; } }
      .searching-player-cnt p > span {
        font-family: 'OpenSans-Bold'; }
        .searching-player-cnt p > span:nth-child(1) {
          margin-right: 10px; }
        .searching-player-cnt p > span > span {
          font-family: 'OpenSans-Regular'; }
    .searching-player-cnt .tabs-section {
      margin-bottom: 1px; }
      @media (max-width: 500px) {
        .searching-player-cnt .tabs-section {
          flex-direction: column; } }
      .searching-player-cnt .tabs-section button {
        max-width: 50%; }
        @media (max-width: 500px) {
          .searching-player-cnt .tabs-section button {
            max-width: 100%; } }
  .searching-player-table th {
    padding: 5px 3px 5px;
    font-size: 14px;
    line-height: 14px; }
    .searching-player-table th.table-first-row {
      padding-left: 15px;
      cursor: pointer; }
  .searching-player-table td {
    padding: 9px 3px 5px;
    font-size: 14px;
    line-height: 14px; }
    .searching-player-table td.table-first-row {
      padding-left: 15px; }
  .searching-player-table td.table-first-row {
    cursor: pointer; }
    .searching-player-table td.table-first-row span {
      position: relative;
      display: block;
      padding-left: 35px; }
      .searching-player-table td.table-first-row span::after {
        content: '';
        position: absolute;
        left: 7px;
        top: calc(50% - 1.5px);
        display: block;
        width: 17px;
        height: 3px;
        background: #33369D;
        transition: 0.15s ease;
        opacity: 0; }
      .searching-player-table td.table-first-row span::before {
        content: '';
        position: absolute;
        width: 17px;
        height: 17px;
        left: 7px;
        top: calc(50% - 8.5px);
        display: block;
        background: url("../images/open-table.png");
        background-repeat: no-repeat;
        background-size: contain;
        transition: 0.15s ease;
        opacity: 1; }
    .searching-player-table td.table-first-row.active span::after {
      opacity: 1; }
    .searching-player-table td.table-first-row.active span::before {
      opacity: 0; }
  .searching-player-table .table-personal td {
    font-size: 14px;
    line-height: 14px; }
    .searching-player-table .table-personal td.no-border {
      padding: 0;
      border: none; }
  .searching-player-table .table-personal-gray th {
    background: #E1E1E1;
    color: #252525; }
  .searching-player-table .table-personal-gray td {
    padding: 2px 3px 2px;
    font-size: 12px;
    line-height: 12px; }
  .searching-player-table .table-personal-gray .table-personal-gray-pad {
    padding-left: 8px; }

.table-hidden-item-wrap {
  display: none; }
  .table-hidden-item-wrap.active {
    display: table-row; }
  .table-hidden-item-wrap .table-hidden-item {
    padding: 0 !important;
    border: none !important; }
    .table-hidden-item-wrap .table-hidden-item tr:first-child td {
      border-top: none; }

.table-hidden-trigger.active span {
  color: #33379d; }

.error-page .wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100vh; }
  .error-page .wrapper .error-page-cnt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-right: 50px; }
  .error-page .wrapper .error-title-top {
    font-family: 'OpenSans-Bold';
    font-size: 63px;
    line-height: 82px;
    text-align: center;
    color: #ffffff; }
  .error-page .wrapper .error-title-middle {
    font-family: 'OpenSans-Bold';
    font-size: 296px;
    line-height: 218px;
    margin-bottom: 44px;
    text-align: center;
    color: #ffffff; }
  .error-page .wrapper .error-title-subtitle {
    margin-bottom: 23px;
    font-family: 'OpenSans-Regular';
    font-size: 19px;
    line-height: 25px;
    text-align: center;
    color: #ffffff; }

@media (max-width: 1024px) {
  .error-page .wrapper {
    justify-content: center; }
  .error-page .wrapper .error-page-cnt {
    padding-right: 0; }
  .error-page .wrapper .error-title-middle {
    font-size: 150px;
    line-height: 150px;
    margin-bottom: 0; }
  .error-page .wrapper .error-title-top {
    font-size: 40px;
    line-height: 40px; }
  .error-page .wrapper .error-title-subtitle {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px; }
    .error-page .wrapper .error-title-subtitle br {
      display: none; } }

@media (max-width: 767px) {
  .error-page .wrapper .error-title-top {
    font-size: 30px;
    line-height: 30px; }
  .error-page .wrapper .error-title-subtitle {
    font-size: 14px;
    line-height: 17px; } }

.logo-blk {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media (max-width: 992px) {
    .logo-blk {
      flex-direction: column;
      justify-content: center; } }
  .logo-blk .logo-big-img {
    width: 100%;
    max-width: 633px; }
    @media (max-width: 992px) {
      .logo-blk .logo-big-img {
        margin-bottom: 30px; } }
  .logo-blk .logo-download {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 90px; }
    @media (max-width: 992px) {
      .logo-blk .logo-download {
        padding-left: 0; } }
    .logo-blk .logo-download a {
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'OpenSans-Regular';
      font-size: 12px;
      line-height: 12px;
      text-decoration: underline;
      color: #585858;
      transition: 0.3s ease; }
      .logo-blk .logo-download a:not(:last-child) {
        margin-bottom: 17px; }
      .logo-blk .logo-download a:hover {
        text-decoration: none;
        color: #3f43af; }
      .logo-blk .logo-download a img {
        width: 37px;
        margin-right: 11px; }

.partners-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap; }
  .partners-block a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 25%;
    margin-bottom: 47px;
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #333333; }
    @media (max-width: 992px) {
      .partners-block a {
        width: 50%; } }
    @media (max-width: 500px) {
      .partners-block a {
        width: 100%;
        margin-bottom: 40px; }
        .partners-block a:last-child {
          margin-bottom: 0; } }
    .partners-block a:hover span {
      color: #33379d; }
    .partners-block a .partners-img {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 256px;
      height: 120px;
      margin-bottom: 10px; }
      @media (max-width: 500px) {
        .partners-block a .partners-img {
          height: auto; } }
      .partners-block a .partners-img img {
        width: 100%; }
        .partners-block a .partners-img img.partners-1 {
          max-width: 106px; }
        .partners-block a .partners-img img.partners-2 {
          max-width: 231px; }
        .partners-block a .partners-img img.partners-3 {
          max-width: 82px; }
        .partners-block a .partners-img img.partners-4 {
          max-width: 71px; }
        .partners-block a .partners-img img.partners-5 {
          max-width: 118px; }
        .partners-block a .partners-img img.partners-6 {
          max-width: 256px; }
        .partners-block a .partners-img img.partners-7 {
          max-width: 110px; }
        .partners-block a .partners-img img.partners-8 {
          max-width: 193px; }

.championship form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 34px; }
  @media (max-width: 930px) {
    .championship form {
      flex-direction: column; } }
  @media (max-width: 500px) {
    .championship form {
      flex-direction: column; } }
  .championship form .btn-blue {
    height: 38px; }
  .championship form .select-block {
    position: relative;
    width: 100%;
    max-width: 180px;
    margin-right: 12px; }
    @media (max-width: 1140px) {
      .championship form .select-block {
        max-width: 150px; } }
    @media (max-width: 930px) {
      .championship form .select-block {
        max-width: 75%;
        margin-bottom: 15px; } }
    @media (max-width: 500px) {
      .championship form .select-block {
        max-width: 100%; } }
    .championship form .select-block svg {
      position: absolute;
      top: calc(50% - 2px);
      right: 17px;
      width: 8px;
      height: 4px;
      transition: 0.1s ease; }
      .championship form .select-block svg path {
        transition: 0.3s ease; }
    .championship form .select-block .form-field {
      height: 38px;
      line-height: 38px; }
    .championship form .select-block.active svg {
      transform: rotate(180deg);
      fill: #33379d; }
      .championship form .select-block.active svg path {
        fill: #33379d; }

.championship .tabs-section {
  margin-bottom: 1px; }
  .championship .tabs-section button {
    max-width: 25%; }
    @media (max-width: 767px) {
      .championship .tabs-section button {
        max-width: calc(50% - 1px); } }

.championship-table th {
  padding: 9px 15px 5px; }

.championship-tours {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .championship-tours td {
    padding: 9px 15px 5px; }
  @media (max-width: 1100px) {
    .championship-tours {
      flex-direction: column; } }
  .championship-tours .championship-tour {
    width: 100%;
    max-width: 545px;
    padding-top: 22px; }
    .championship-tours .championship-tour:not(:last-child) {
      margin-right: 5px; }
    @media (max-width: 1100px) {
      .championship-tours .championship-tour {
        max-width: 100%; }
        .championship-tours .championship-tour:not(:last-child) {
          margin-right: 0px; } }
    .championship-tours .championship-tour table {
      width: 100%; }
      .championship-tours .championship-tour table th {
        font-size: 14px;
        line-height: 14px; }
      .championship-tours .championship-tour table td {
        padding: 9px 5px 5px; }

.championship-scorers {
  padding-top: 20px; }
  .championship-scorers table {
    width: 100%; }

@media (max-width: 720px) {
  .championship table {
    width: 680px !important; } }

.championship .table-block table {
  width: 100%; }

@media (max-width: 720px) {
  .championship .table-block {
    overflow: auto; }
    .championship .table-block .championship-table-item {
      overflow: scroll; } }

.championship-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 13px; }
  @media (max-width: 560px) {
    .championship-head {
      flex-direction: column;
      align-items: center;
      text-align: center; } }
  .championship-head h3 {
    margin-bottom: 0;
    line-height: 26px; }
    @media (max-width: 560px) {
      .championship-head h3 {
        margin-bottom: 15px; } }
    .championship-head h3 span {
      font-family: 'OpenSans-Light';
      font-size: 18px; }
  .championship-head p {
    padding-bottom: 3px;
    font-family: 'OpenSans-Regular';
    font-size: 13px;
    line-height: 13px;
    color: #33379d; }

.table-list {
  width: 100%; }
  .table-list .table-hidden-trigger-cnt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 5px;
    cursor: pointer;
    font-family: 'OpenSans-Light';
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 14px;
    color: #252525;
    vertical-align: middle; }
    .table-list .table-hidden-trigger-cnt .close-table,
    .table-list .table-hidden-trigger-cnt .open-table {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 17px; }
    .table-list .table-hidden-trigger-cnt .close-table {
      display: none; }
    .table-list .table-hidden-trigger-cnt img {
      max-width: 17px; }
    .table-list .table-hidden-trigger-cnt .table-left-line {
      margin-left: 15px; }
    .table-list .table-hidden-trigger-cnt:hover span {
      color: #33379d; }
    .table-list .table-hidden-trigger-cnt.active .open-table {
      display: none; }
    .table-list .table-hidden-trigger-cnt.active .close-table {
      display: flex; }
  .table-list a {
    color: #33379d;
    transition: 0.3s ease; }
    .table-list a:hover {
      text-decoration: underline; }
  .table-list .table-row-head {
    font-family: 'OpenSans-Bold';
    color: #33369d; }
    .table-list .table-row-head > span {
      font-family: 'OpenSans-Bold'; }
    .table-list .table-row-head table {
      width: 100%; }
      .table-list .table-row-head table span {
        font-family: 'OpenSans-Regular'; }
  .table-list .table-list-bg th {
    background: #E1E1E1;
    color: #252525; }
  .table-list .table-date {
    font-family: 'OpenSans-Light'; }
  .table-list .table-row-line-1 {
    padding: 9px 0 5px 5px; }
  .table-list .table-row-line-2 {
    padding: 5px 0 0 17px; }
  .table-list .table-row-line-3 {
    padding: 9px 0 5px 17px; }
  .table-list .table-row-line-4 {
    padding: 9px 31px 5px;
    font-family: 'OpenSans-Light'; }
  .table-list .table-row-line-4-1 {
    padding: 0 0 0 33px !important; }
  @media (max-width: 730px) {
    .table-list .table-row-line-2,
    .table-list .table-row-line-3,
    .table-list .table-row-line-4,
    .table-list .table-row-line-4-1 {
      padding: 9px 0 5px 0 !important; }
    .table-list .championship-table-item {
      overflow: scroll;
      width: 100%; } }

.table-list-item-hidden {
  display: none; }

.table-list-item-hidden.active {
  display: table; }

.table-list-item-cnt {
  margin: 10px 0; }
  .table-list-item-cnt td {
    padding: 9px 7px 5px;
    border: 1px solid #ebebeb !important;
    font-family: 'OpenSans-Light';
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 14px;
    color: #252525;
    vertical-align: middle; }

.protocol-block {
  padding-top: 22px; }
  .protocol-block h3 {
    margin-bottom: 0; }

.protocol-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  margin: 0 auto; }
  .protocol-info-icon img {
    width: 100%; }
  .protocol-info-icon:hover {
    text-decoration: none; }

@media (max-width: 730px) {
  .championship-table-item {
    overflow: scroll;
    width: 100%; } }

.captain-check {
  width: 14px;
  height: 12px; }

@media (max-width: 720px) {
  .protocol-section .table-block .protocol-table {
    overflow: scroll; }
    .protocol-section .table-block .protocol-table table {
      width: 680px; } }

.protocol-section table tr td, .protocol-section table tr th {
  padding: 9px 15px 5px; }

.protocol-form {
  margin-top: 15px;
  padding: 11px 14px;
  border: 1px solid #2e3092; }
  .protocol-form-block {
    margin-top: 32px; }
  .protocol-form h5 {
    margin-bottom: 15px;
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    line-height: 18px;
    color: #2e3092; }
  .protocol-form-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap; }
    .protocol-form-list p {
      padding-bottom: 10px;
      width: 100%;
      max-width: 50%;
      font-family: 'OpenSans-Regular';
      font-size: 16px;
      line-height: 16px;
      color: #363636; }

.protocol h1 {
  margin-bottom: 0px; }

.protocol-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 44px; }
  @media (max-width: 1140px) {
    .protocol-head {
      flex-direction: column;
      text-align: center; } }
  .protocol-head p:nth-child(1) {
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    line-height: 32px;
    color: #2e3092; }
  .protocol-head p:nth-child(2) {
    font-family: 'OpenSans-Light';
    font-size: 16px;
    line-height: 32px;
    color: #2e3092; }

.protocol-info {
  margin-bottom: 15px; }
  .protocol-info p {
    padding-bottom: 4px;
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    line-height: 32px;
    color: #2e3092; }
  .protocol-info table td {
    padding: 0 !important;
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    line-height: 26px;
    color: #363636; }

@media (max-width: 1140px) {
  .technical-info {
    overflow: scroll; } }

.song {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .song:not(:last-child) {
    margin-bottom: 16px; }
  .song svg {
    width: 28px;
    height: 28px; }
    .song svg path {
      transition: 0.3s ease; }
  .song a {
    font-family: 'OpenSans-Regular';
    font-size: 12px;
    line-height: 12px;
    color: #585858;
    text-decoration: underline; }
    .song a:hover {
      color: #3f43af; }
      .song a:hover svg path {
        fill: #3f43af; }
    .song a.song-buttons {
      margin-right: 5px; }
    .song a.song-link {
      margin-left: 8px; }

/*# sourceMappingURL=maps/style.css.map */
