@import 'fonts/fonts.css';

body {
    margin: 0;
    font-family: 'Gotham Pro', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    /* background: #2e2d2d; */
    background: #464646;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

button.player_btn {
    background: transparent;
    color: white;
    border: none;
    /* padding: 5px 10px; */
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    right: 15px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* container */
.container {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
}

.inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*padding-left: 35px;
    padding-right: 35px;*/
    position: relative;
}

/*header*/
.header {
    background: url(images/header/head_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 160px;
}

.header .inner {
    padding-top: 25px;
    /*padding-bottom: 45px;*/
}

.header .logo_block {
    width: 805px;
    display: flex;
    justify-content: space-between;
}

.header .logo_block .logo_slogan {
    width: 625px;
    color: #fff;
    font-size: 24px;
    font-family: 'Gotham Pro';
    line-height: 1.2;
    text-transform: uppercase;
    padding-top: 55px;
}

.header .logo {
    width: 113px;
    position: relative;
}

.header .logo .logo_img {
    /*width: 100%;
	height: auto;*/
    /*position: absolute;*/
    width: 113px;
    height: 115px;
}

.header .logo .logo_link .logo_img {
    max-width: 135px;
    width: 100%;
    height: auto;
}

.header .imen_img {
    position: absolute;
    right: 105px;
    top: 25px;
    width: 223px;
    height: 255px;
    z-index: 9;
}

/*footer*/
.footer {
    background: url(images/footer/foot_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 320px;

}

.footer .inner {
    padding-top: 45px;
    padding-bottom: 45px;
}

.footer .foot_block {
    width: 735px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .foot_block .foot_logo {
    width: 133px;
    padding-left: 20px;
}

.footer .foot_block .foot_logo .link {}

.footer .foot_block .foot_logo .link img {
    width: 112px;
    height: 120px;
}

.footer .foot_block .text_block {
    width: 578px;
}

.footer .foot_block .text_block .title {
    font-size: 27.6px;
    font-family: 'Gotham Pro';
    color: rgb(206, 161, 0);
    line-height: 1.2;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer .foot_block .text_block .menu {
    padding-left: 125px;
}

.footer .foot_block .text_block .menu .f_link {
    font-size: 14px;
    font-family: 'Gotham Pro';
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

/*site_menu*/
.site_menu {
    position: absolute;
    top: 157px;
    /*top: 120px;*/
    left: 0;
    width: 240px;
    z-index: 9999;

}

.site_menu ul {
    list-style: none;

    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    background: #464646;
}

.site_menu ul li audio {
    width: 120px;
    height: 40px;
}

.site_menu ul li {
    border-bottom: 1px solid #b2b2b2;
}

.site_menu ul li a {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    display: flex;
    height: 84px;
    align-items: center;
    text-transform: uppercase;
    text-decoraion: none;
    transition: all 0.3s linear;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Gotham Pro';
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.5;
}

.site_menu ul li a.active {
    background: #cea100;
    color: #000;
    transition: all 0.3s linear;
}

.site_menu ul li a:hover {
    background: #cea100;
    color: #000;
    transition: all 0.3s linear;
}

@media(max-width: 1680px) {
    .site_menu {
        display: none;
    }
}

/*site_menu*/

/*banner*/
.banner {}

.banner .inner {}

.banner .inner.banner_bg {
    /*background: url(images/header/banner.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 506px;
    width: 100%;
}

.banner_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner_inner img {
    width: 100%;
    height: auto;
}

/*albums*/
.albums {
    padding-top: 165px;
    padding-bottom: 105px;
    position: relative;
}

.albums .title {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 85px;
    text-align: center;
    font-size: 30px;
    font-family: "GothamPro";
    color: rgb(0, 0, 0);
    /*color: #fff;*/
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Gotham Pro';
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(images/albums/title_before.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 60px;
}

.albums .albums_items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.albums .albums_items::before {
    content: '';
    width: 33.33%;
    /*указывается ширина псевдоэлемента*/
    order: 1;
}

.albums .albums_items::after {
    content: '';
    width: 33.33%;
    /*указывается ширина псевдоэлемента*/
    order: 9999;
}

.albums .albums_items .item {
    width: 32%;
    /* border: 0.5px solid #949494; */
    background: #fff;
    padding-top: 0px;
    padding-bottom: 20px;
    transition: all 0.25s ease-in-out;
    margin-bottom: 40px;
    border-radius: 5px;
    margin-right: 10px;
}

.albums .albums_items .item:nth-child(2) {
    border-left: 0;
    border-right: 0;
}

.albums .albums_items .item:hover {
    transition: all 0.3s linear;
    background: #ff1908;
    /* border: 0.5px solid c9c9c9; */
}

.albums .albums_items .item .img_block {}

.albums .albums_items .item .img_block .album_foto {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.albums .albums_items .item .txt_block {}

.albums .albums_items .item .txt_block .album_title,
.albums .albums_items .item .txt_block .album_title a {
    font-size: 18px;
    font-family: 'Gotham Pro light';
    color: #000;
    font-weight: 400;
    display: flex;
    padding: 0 10px;
    padding: 0 3px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 5px;
    transition: all 0.3s linear;
    text-decoration: none;
}

.albums .albums_items .item:hover .txt_block .album_title,
.albums .albums_items .item:hover .txt_block .album_title a {
    color: #fff;
    transition: all 0.3s linear;
}

.albums .albums_items .item .txt_block .album_text {
    font-family: 'Gotham Pro';
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.albums .albums_items .item:hover .txt_block .album_text {
    color: #fff;
    transition: all 0.3s linear;
}

.albums .albums_items .item .txt_block .album_text span {
    text-transform: uppercase;
}

.albums .show_more {
    border-radius: 5px;
    background-color: rgb(218, 36, 25);
    width: 224px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Gotham Pro';
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
}

/*about_banner*/
.about_banner {}

.about_banner .banner_img {
    width: 100%;
    height: auto;
    min-height: 605px;
}

.about_club {}

.about_club .title {
    margin-bottom: 70px;
    height: 50px;
    background: url(images/about/title-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 135px;
    display: flex;
    align-items: center;
    width: 512px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Gotham Pro';
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
}

.about_club .container {
    /* background: #262626; */
    padding-top: 40px;
    padding-bottom: 135px;
}

.about_club .container .inner {
    padding-left: 38px;
    padding-right: 38px;
}

.about_club .text {}

.about_club .text h2 {
    font-size: 24px;
    font-family: 'Gotham Pro';
    color: rgb(206, 161, 0);
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 35px;

}

.about_club .text p {
    font-family: 'Gotham Pro';
    font-family: 'Gotham Pro Light';
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
    text-indent: 25px;
}

.about_club .text a {
    color: rgb(218, 36, 25);
    text-transform: uppercase;
    text-decoration: none;
}

.about_club .back_btn {
    border-radius: 5px;
    background-color: rgb(218, 36, 25);
    width: 228px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Gotham Pro';
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

/**our_live**/
.our_live {}

.our_live .title {
    width: 100%;
    font-size: 30px;
    font-family: 'Gotham Pro';
    color: rgb(206, 161, 0);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}

.our_live .live_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    /* background: #262626; */

    padding-left: 38px;
    padding-right: 38px;

    padding-bottom: 70px;
}

.our_live .live_items::before {
    content: '';
    width: 31.5%;
    /*указывается ширина псевдоэлемента*/
    order: 1;
}

.our_live .live_items::after {
    content: '';
    width: 31.5%;
    /*указывается ширина псевдоэлемента*/
    order: 9999;
}

.our_live .live_items .item {
    width: 31.5%;
    margin-bottom: 85px;
}

.our_live .live_items .item .img_block {}

.our_live .live_items .item .img_block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 238px;
    min-height: 220px;
    border-radius: 5px;
}

.our_live .live_items .item .txt_block {
    padding-top: 15px;
}

.our_live .live_items .item .txt_block .ttl {
    font-size: 18px;
    font-family: 'Gotham Pro light';
    color: rgb(255, 255, 255);
    font-weight: 300;
    line-height: 1.2;
    padding-left: 10px;
    min-height: 43px;
    /* margin-bottom: 45px; */
    margin-bottom: 25px;
}

.our_live .live_items .item .show_more {
    border-radius: 5px;
    background-color: rgb(218, 36, 25);
    /* width: 224px; */
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Gotham Pro';
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
}

/**our live detail**/
.our_live .slider {
    margin-bottom: 215px;
    width: 100%;
}

.our_live .back_btn {
    border-radius: 5px;
    background-color: rgb(218, 36, 25);
    width: 224px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Gotham Pro';
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

/*slider*/
.bx-wrapper {
    width: 1030px;
    margin: 0 auto;
    position: relative;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent;
}

.bx-wrapper img {
    width: 100%;
    max-width: 100%;
    display: block;
}

#bx-pager {
    margin-top: 50px;
    text-align: center;

    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

#bx-pager a {
    margin: 0 10px;
}

#bx-pager a:first-child {
    margin-left: 0;
}

#bx-pager a img {
    /*padding: 3px;
  border: 1px solid #ccc;*/
    width: 80px;
    width: 330px;
    height: 208px;
    transition: .4s ease-in-out;
    border-radius: 5px;
}

#bx-pager a.active img {
    /*border: 1px solid #D4104E;*/
}

.bx-prev,
.bx-next {
    text-decoration: none;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    background: white;
    color: #666;
    width: 30px;
    height: 80px;
    text-align: center;
    transition: .4s linear;
    z-index: 10;
    cursor: pointer;
}

.our_live .slider .bx-prev {
    left: -135px;

    background: url("images/our-live/arr-prev.png");
}

.our_live .slider .bx-next {
    right: -135px;

    background: url("images/our-live/arr-next.png");
}

.bx-wrapper .bx-controls-direction a {
    width: 75px;
    height: 75px;
    border-radius: 100%;
}

.bx-prev:before,
.bx-next:before {
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 80px;
}

.bx-next:before {
    content: "\f105";
}

.bx-prev:before {
    content: "\f104";
}

/*slider*/

/**contacts page**/
.contacts {
    padding-bottom: 85px;
}

.contacts .title {
    width: 100%;
    font-size: 30px;
    font-family: 'Gotham Pro';
    color: rgb(206, 161, 0);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 75px;
    text-transform: uppercase;
    text-align: center;
}

.contacts .contacts_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contacts .contacts_flex .contacts_info {
    padding-left: 85px;
    max-width: 800px;
    width: 57%;
}

.contacts .contacts_flex .contacts_info .adress,
.contacts .contacts_flex .contacts_info .phone_link,
.contacts .contacts_flex .contacts_info .mail_link,
.contacts .contacts_flex .contacts_info .site_name {
    font-size: 24px;
    /* font-family: 'Gotham Pro'; */
    font-family: 'Gotham Pro Light';
    color: rgb(255, 255, 255);
    font-weight: 400;
    line-height: 1.5;
    display: block;
    text-decoration: none;
    margin-bottom: 65px;
}

.contacts .contacts_flex .contacts_info .adress span::before {
    position: absolute;
    top: -6px;
    left: -52px;
    content: url(images/contacts/tag.png);
}

.contacts .contacts_flex .contacts_info .phone_link span::before {
    position: absolute;
    top: 0;
    left: -52px;
    content: url(images/contacts/phone.png);
}

.contacts .contacts_flex .contacts_info .mail_link span::before {
    position: absolute;
    top: 0;
    left: -52px;
    content: url(images/contacts/letter.png);
}

.contacts .contacts_flex .contacts_info .site_name span::before {
    position: absolute;
    top: -3px;
    left: -52px;
    content: url(images/contacts/web.png);
}

.contacts .contacts_flex .contacts_info .adress span,
.contacts .contacts_flex .contacts_info .phone_link span,
.contacts .contacts_flex .contacts_info .mail_link span,
.contacts .contacts_flex .contacts_info .site_name span {
    position: relative;
    margin-left: 52px;
    display: inline-block;
}

.contacts .contacts_flex form {
    max-width: 488px;
    width: 35%;
    padding-top: 35px;
    padding-bottom: 50px;
    padding-left: 80px;
    padding-right: 80px;
    background: #262626;
    border-radius: 10px;
}

.contacts .contacts_flex form .form_title {
    width: 100%;
    font-size: 30px;
    font-family: 'Gotham Pro';
    color: rgb(206, 161, 0);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 35px;
    text-transform: uppercase;
    text-align: center;
}

.contacts .contacts_flex form .row {
    width: 100%;
    margin-bottom: 15px;
}

.contacts .contacts_flex form .row input[type="text"],
.contacts .contacts_flex form .row input[type="email"] {
    width: 100%;
    height: 40px;
    outline: none;
    background: #fff;
    padding: 20px;

    border: 0;
    font-size: 15px;
    font-family: 'Gotham Pro';
    color: rgb(105, 113, 124);
    line-height: 1.2;
}

.contacts .contacts_flex form .row textarea {
    width: 100%;
    height: 145px;
    margin-top: 15px;
    resize: none;
    outline: none;
    background: #fff;
    padding: 20px;
    padding-top: 15px;
    border: 0;
    font-family: 'Gotham Pro';
    color: rgb(105, 113, 124);
    line-height: 1.2;
}

.contacts .contacts_flex form .row button {
    border-radius: 5px;
    background-color: rgb(218, 36, 25);
    width: 205px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Gotham Pro';
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    cursor: pointer;
}

/*place*/
.place {
    padding-bottom: 280px;
}

.place .place_title {
    margin-bottom: 130px;
    height: 60px;
    background: url(images/contacts/place-title.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    /*width: 512px;*/
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Gotham Pro';
    color: #262626;
    font-weight: bold;
    line-height: 1.2;
}

.place .place_all {
    width: 100%;
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    background: #262626;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.place .place_all .place_info {
    max-width: 490px;
    width: 35%;
    background: #262626;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 25px;

}

.place .place_all .place_info .adress_title {
    font-size: 18px;
    font-family: 'Gotham Pro';
    color: rgb(248, 228, 106);
    line-height: 2;
    padding-left: 32px;
}

.place .place_all .place_info .adress_place {
    font-size: 20px;
    font-family: 'Gotham Pro';
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.5;
    display: block;
    text-decoration: none;
    padding-left: 32px;
    padding-right: 55px;
}

.place .place_all .place_info .logo_contacts {
    margin-bottom: 20px;
    text-align: center;
}

.place .place_all .place_info .logo_contacts img {
    width: 100%;
    height: auto;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
}

.place .place_all .place_map {
    max-width: 930px;
    width: 65%;
}

.place .place_all .place_map iframe {
    width: 100%;
    height: auto;
    min-height: 490px;
    display: block;
}

/**games**/
.games {
    padding-top: 30px;
}

.games .title {
    width: 100%;
    font-size: 30px;
    font-family: 'Gotham Pro';
    color: rgb(206, 161, 0);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 75px;
    text-transform: uppercase;
    text-align: center;
}

.games .game_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1155px;
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 38px;
	padding-right: 38px;*/
    /*padding-bottom: 70px;*/
    margin-bottom: 145px;
}

.games .game_items .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.games .game_items .item .result_info {
    min-height: 255px;
    max-width: 440px;
    width: 38.1%;
    background: #262626;
    border-radius: 40px;
    padding-top: 105px;
    padding-left: 45px;
    padding-right: 60px;
    padding-bottom: 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.games .game_items .item .result_info .cmd_logo {
    width: 120px;
    text-align: center;
    position: relative;
}

.games .game_items .item .result_info .cmd_logo img {
    width: 100%;
    max-width: 95px;
    height: auto;
}

.games .game_items .item .result_info .match_result {
    font-size: 30px;
    font-family: 'Gotham Pro';
    color: rgb(218, 36, 25);
    font-weight: bold;
    line-height: 1.2;

    display: flex;
    align-items: center;
    justify-content: center;
}

.games .game_items .item .date_info {
    max-width: 713px;
    width: 61.7%;
}

.games .game_items .item .date_info .date {
    height: 60px;
    position: relative;
    z-index: 9;
    font-size: 22px;
    font-family: 'Gotham Pro';
    color: rgb(218, 36, 25);
    font-weight: bold;
    line-height: 1.2;
    display: flex;
    align-items: center;
    margin-left: 40px;
    margin-bottom: 55px;
}

.games .game_items .item .date_info .date span {
    position: relative;
    z-index: 9;
}

.games .game_items .item .date_info .date::before {
    position: absolute;
    z-index: 8;
    content: url(images/games/t-bg.png);
    top: 0;
    right: -385px;
}

.games .game_items .item .date_info .ttl {
    padding-left: 30px;

    font-size: 24px;
    font-family: 'Gotham Pro';
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
}

.games .game_items .item .date_info .txt {
    padding-left: 30px;

    margin-bottom: 25px;
    font-size: 18px;
    font-family: 'Gotham Pro Light';
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
}

.games .game_items .item .date_info .stadium {
    padding-left: 30px;
    font-size: 16px;
    font-family: 'Gotham Pro';
    color: rgb(255, 255, 255);
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.games .game_items .item .date_info .show_more {
    width: 224px;
    height: 44px;
    border-radius: 5px;
    background-color: rgb(38, 38, 38);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: 'Gotham Pro';
    color: rgb(206, 161, 0);
    font-weight: bold;
    line-height: 1.2;
    margin-left: auto;
    margin-right: -100px;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

/**games detail**/
.games.detail_page .title {
    margin-bottom: 0;
}

.games .match_results {
    /*min-height: 255px;
	max-width: 440px;
	width: 38.1%;
	background: #262626;
	border-radius: 40px;
	padding-top: 105px;
	padding-left: 45px;
	padding-right: 60px;
	padding-bottom: 55px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
}

.games.detail_page .match_results {
    padding-left: 45px;
}



.games .match_information {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;

    margin-left: auto;
    margin-right: auto;
    max-width: 1155px;
    margin-bottom: 25px;

}

.games .match_information::before {
    content: '';
    width: 31%;
    /*указывается ширина псевдоэлемента*/
    order: 1;
}

.games .match_information::after {
    content: '';
    width: 31%;
    /*указывается ширина псевдоэлемента*/
    order: 9999;
}

.games .match_information .match_fotos {
    width: 29%;
    max-width: 330px;
}


.games .match_information .match_fotos .back_btn {
    border-radius: 5px;
    background-color: rgb(218, 36, 25);
    /* width: 225px; */
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Gotham Pro';
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.games .match_information .match_fotos .game_foto {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.games .match_results {
    width: 29%;
    max-width: 330px;
    display: flex;
    justify-content: space-between;
}

.games .match_results .cmd_logo {
    width: 95px;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}

.games .match_results .cmd_logo img {
    width: 100%;
    height: auto;
}

.games .match_results .result {
    font-size: 30px;
    font-family: 'Gotham Pro';
    color: rgb(218, 36, 25);
    font-weight: bold;
    line-height: 1.2;

    display: flex;
    align-items: center;
    justify-content: center;
}






.games .match_date {
    font-size: 26px;
    font-family: 'Gotham Pro';
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

.games .match_time {
    font-size: 26px;
    font-family: 'Gotham Pro';
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    width: 100%;

    margin-bottom: 35px;
}

.games_content {}

.games_content .inner {
    /* background: #262626; */
}

.games_content .content {
    padding-top: 20px;
    font-size: 18px;
    font-family: 'Gotham Pro Light';
    color: rgb(255, 255, 255);
    line-height: 1.5;
    max-width: 1155px;
    width: 100%;

    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 370px; */
    margin-bottom: 40px;
}

.games_content .content p {
    text-indent: 35px;
}

.games_content .content .back_btn {
    border-radius: 5px;
    background-color: rgb(218, 36, 25);
    width: 225px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Gotham Pro';
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 140px;
}

/**command**/
.command {
    padding-bottom: 45px;
}

.command .title {
    width: 100%;
    font-size: 30px;
    font-family: 'Gotham Pro';
    color: rgb(206, 161, 0);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}

.command .members {
    width: 100%;
    max-width: 1288px;
    margin-right: 0;
    margin-left: auto;
}

.command .members .main_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
    position: relative;
}

.command .members .main_item::after {
    content: url(images/command/osn.png);
    bottom: 0;
    right: -250px;
    z-index: 9;
    position: absolute;
    display: none;
}

.command .members .main_item .img_block {
    max-width: 250px;
    width: 19.5%;
}

.command .members .main_item .img_block img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    position: relative;
    z-index: 10;
}

.command .members .main_item .text_block {
    max-width: 955px;
    width: 75%;
    padding-top: 55px;
}

.command .members .main_item .text_block .item_title {
    font-size: 30px;
    font-family: 'Gotham Pro';
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
}

.command .members .main_item .text_block .item_member {
    font-size: 18px;
    font-family: 'Gotham Pro Light';
    color: rgb(255, 255, 255);
    font-weight: 400;
    line-height: 1.2;
}

.command .members .item {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.command .members .item .img_block {
    max-width: 250px;
    width: 19.5%;
}

.command .members .item .img_block img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    position: relative;
    z-index: 11;
}

.command .members .item .text_block {
    max-width: 955px;
    width: 75%;
    padding-top: 85px;
}

.command .members .item .text_block .txt_inner {
    width: 100%;
    padding-top: 45px;
    position: relative;
}

.command .members .item .text_block .txt_inner::before {

    width: 1062px;
    height: 172px;
    position: absolute;
    z-index: 8;
    content: '';
    background: #262626;
    border-radius: 20px;
    bottom: -46px;
    left: -110px;
}

.command .members .item.item_coach .text_block .txt_inner::before {
    /*bottom: 5px;*/
}

.command .members .item.item_coach .text_block .txt_inner::after {
    content: url(images/command/coach.png);
    bottom: -50px;
    right: 3px;
    z-index: 10;
    position: absolute;
    display: none;
}

.command .members .item .text_block .item_title {
    font-size: 30px;
    font-family: 'Gotham Pro';
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    position: relative;
    z-index: 11;
}

.command .members .item .text_block .item_member {
    font-size: 18px;
    font-family: 'Gotham Pro Light';
    color: rgb(255, 255, 255);
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    z-index: 11;
}



.birthday {
    position: absolute;
    right: -74px;
    top: 25px;
    width: 223px;
    height: 255px;
    z-index: 9;
}

.birthday>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.birthday .name {
    position: absolute;
    bottom: 41px;
    height: 45px;
    display: flex;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    justify-content: center;
    line-height: 1;
    text-align: center;
    align-items: center;
    word-break: break-all;
}

.birthday .photo {
    position: absolute;

    top: 17.5%;
    left: 22%;
    max-width: 120px;
    height: auto;
}

.birthday .photo img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media(max-width:767px) {
    .birthday {
        max-width: 110px;
        right: 0;
        height: auto;
    }

    .birthday .photo {
        width: 60px;
    }

    .birthday .name {
        position: absolute;
        bottom: 15px;
        height: 30px;
        display: flex;
        width: 100%;
        text-transform: uppercase;
        font-weight: bold;
        overflow: hidden;
        justify-content: center;
        line-height: 1;
        font-size: 9px;
        text-align: center;
        align-items: center;
        word-break: break-all;
    }
}

.insta {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 65px;
}

.insta img {
    max-width: 40px;
}

@media(max-width:767px) {
    .insta {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }



}

@media(max-width:480px) {
    .insta span {
        display: block;
        width: 100%;
        margin-left: 40px;
        margin-top: -10px;
    }
}

.insta a {
    margin-bottom: 0 !important;
    margin-left: 10px;
}


@media(max-width:992px) {
    .banner .container {
        margin: 0;
        max-width: 100%;
    }

    .banner_inner {
        padding-top: 40px;
    }

    .header {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-position-x: -213px;
        z-index: 100;
    }

    body {
        padding-top: 160px;
    }

    .header .logo {
        top: 20px;
        display: flex;
        justify-content: center;
    }

    .header .logo .logo_img {
        /* position: absolute; */
        width: 96px;
        height: 98px;
    }

    .nav-toggle {
        right: 0 !important;
    }

    .banner {
        margin-top: -36px;
    }

    .albums {
        padding-top: 0px !important;
    }

    .albums .albums_items .item {
        padding-top: 0px !important;
        padding-bottom: 20px;
    }

    .albums .albums_items {
        padding: 0 !important;
    }

    .albums .title {
        margin-bottom: 20px !important;
    }
}

@media (max-width:575px) {
    .albums .albums_items .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .albums {
        padding-bottom: 20px !important;
    }

    .albums .show_more {
        width: 100%;
    }

    .albums .title {
        color: #fff;
        font-size: 18px;
    }

    .header {
        margin-top: -10px;
    }

    .footer .foot_block .foot_logo {
        padding-left: 0;
    }

    .banner_inner {
        padding-top: 40px;
        background-color: #fff;
        /* background: linear-gradient(81deg, rgba(255,255,255,1) 52%, rgba(16,154,192,0.7) 100%); */
        height: 304px;
        background-image: url(/images/banner-mob.jpg);
        background-size: cover;
    }

    .banner_inner img {
        display: none;
    }
}


.bx-wrapper img {
    max-height: 1000px;
    object-fit: cover;
}



.images-list {
    display: grid;
    margin-left: 10px;
    grid-template-columns: repeat(5, 1fr);

}

.max-h {
    margin-right: 10px;
    overflow: hidden;
    max-height: 250px;
    cursor: pointer;
    margin-bottom: 10px;
    width: auto;
    position: relative;
}

.max-h img {
    object-fit: cover;
    height: 250px;
    width: 100%;
    transition: all ease-in-out 0.35s;
}

.max-h:hover img {
    transform: scale(1.2);

}

@media(max-width:575px) {
    .images-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .max-h {
        margin-bottom: 5px;
    }

    .max-h img {
        height: 100px;
    }

    .our_live .slider {
        max-width: 100% !important;
        margin: 0 !important;
    }

    .our_live .back_btn {
        margin-top: 25px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1030px) {
    .site_menu.active {
        position: fixed;
        top: 25%;
        left: 0;
    }
}



.games .match_results .result {
    margin: 0 40px;
}

.games.detail_page .match_results {
    justify-content: center;
    align-items: center;
}

.games_content .content .back_btn {
    margin-top: 30px;
}

.turnirs-box p {
    margin-bottom: 20px;
}

.turnirs-box {
    flex-direction: column;
    align-items: start !important;
}


.games.detail_page .match_results {
    width: 50%;
    max-width: unset;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #3e3e3e;
    border-radius: 10px;
}

.games .match_information .match_fotos {
    width: 50%;
    padding-right: 30px;
    max-width: unset;
}

.games .match_date {
    margin-top: 15px;
}

.games_content .content p {
    text-indent: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: justify;
}

.games .match_time {
    margin-bottom: 25px;
}

@media (max-width:780px) {
    .games .match_information .match_fotos {
        padding-right: 0;
    }
}

@media (min-width:1300px) {
    .games .match_results .cmd_logo {
        width: 140px;
    }
}

.gimn-btn {
    cursor: pointer;
}

.tur-item {
    border-radius: 10px;
    display: flex;
    margin-bottom: 10px;
    justify-content: start;
    align-items: center;
    width: 49.5%;
    min-height: 230px;
    background-color: #262626;
    color: #fff;
    font-family: 'Gotham Pro';
    font-weight: 600;
    padding: 0 40px;
    transition: all ease-in-out 0.2s;

}

.tur-item img {
    max-width: 200px;
}

.tur-item:hover {
    text-decoration: none;
    background-color: #ff1908;
}


@media(max-width:768px) {

    .games .game_items {
        padding-right: 0 !important;
    }

    .tur-item img {}

    .tur-item {
        width: 100%;
    }
}


@media(max-width:450px) {
    .tur-item img {
        max-width: 128px;
    }

    .tur-item {
        width: 100%;
    }
}

.comname {
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 8px;
    padding: 5px;
    background-color: #464646;
    border-radius: 4px;
    bottom: -30px;
}

.popup-fade {
    display: none;
    position: relative;
    z-index: 10000;
}

.popup-fade:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}

.popup-fade:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* opacity: 0.7; */
    z-index: 9998;
    background-image: url('/images/gimn-bg.jpeg');
    background-size: cover;
}

.video-play {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.35);
    height: 50px;
    color: #fff;
    font-size: 20px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
}

.popup {
    position: fixed;
    bottom: 10%;

    right: 5%;
    padding: 20px;
    width: 360px;
    /* margin-left: -200px; */
    background: #868686;
    /* border: 1px solid orange; */
    border-radius: 8px;
    z-index: 99999;
    opacity: 1;
}


.video-play img {
    display: block;
    height: auto;
    width: 30px;
    max-width: 100%;
    margin-right: -5px;
}

@media (max-width:1030px) {
    .popup {
        top: 65%;
        left: calc(50% - 180px);
    }
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;

    color: #fff;
    font-weight: bold;
}

.popup-close:hover {
    text-decoration: none;
    color: #ff1908;
}

.gimns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.gimn-full,
.gimn-instrumental {
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 10px 20px;
    background-color: #ff1908;
    color: #fff;
    flex-wrap: wrap;
    font-size: 16px;
    text-transform: uppercase;
    flex-direction: column;
    width: 100%;
    min-height: 62px;
    margin-top: 15px;
    padding-top: 14px;
    cursor: pointer;
    border-radius: 10px;
}

.gimn-full {}

.gimn-instrumental {}

.gimn-instrumental span {
    font-size: 10px;
    text-transform: initial;

}


.gimn-play {
    position: relative;
}

.control {
    transition: all ease-in-out 0.25s;
    /* border: 11px solid #337AB7;
    border-radius: 50%;
    margin: 20px;
    padding: 28px;
    width: 30px;
    height: 30px;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    cursor: pointer; */
    position: absolute;
    top: 0px;
    right: 10px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.gimn-full:hover .control,
.gimn-instrumental:hover .control {
    transform: scale(1.5);
}



.gg-play-button {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1.3);
    width: 30px;
    height: 30px;
    display: none;
    margin-top: 3px;
}

.gg-play-button::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 15px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid;
    top: 6px;
    left: 9px;
}

.gg-play-pause {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1.3);
    width: 8px;
    height: 10px;
    margin-right: 10px;
    border-left: 3px solid;
    border-right: 3px solid
}

.control.play .gg-play-button {
    display: block;
}

.control.play .gg-play-pause {
    display: none;
}

.control.pause .gg-play-button {
    display: none;
}

.control.pause .gg-play-pause {
    display: block;
}

.desc-pi {
    position: absolute;
    width: 100%;
    min-width: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    bottom: -1000px;
    padding: 10px;
    font-size: 10px;
    transition: bottom ease-in-out 0.2s;
}

.max-h:hover .desc-pi {
    bottom: 0;
}

@media(max-width:1200px) {
    .desc-pi {
        bottom: 7px;
    }
}

.about-btn {
    border-radius: 5px;
    background-color: rgb(218, 36, 25);
    max-width: 205px;
    width: 100%;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;

    font-size: 14px;
    font-family: 'Gotham Pro';
    text-transform: lowercase !important;
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-indent: 0;
    font-weight: bold;
    line-height: 1.2;
    border: 0;
    cursor: pointer;
    margin-left: 15px;
}

.about-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

.about-flex div {
    /* max-width:49%; */
}

.about-flex div img {
    display: block;
    max-width: 100%;

    padding-bottom: 35px;
}



.about-flex:nth-child(2) div img,
.about-flex:nth-child(8) div img {
    padding-right: 25px;
}

.about-flex:nth-child(4) div img {
    padding-right: 0;
    padding-left: 25px;
    padding-bottom: 0;

}


/* .about-flex:nth-child(4) div  .img-p-sec{
    width: 60px;
}
.about-flex:nth-child(4) .p-section {
    width: 40%;
} */

.img-p-sec {
    width: 40%;
}

.p-section {
    width: 59%;
}

.about_club .text * {
    color: #fff !important;
}

.about_club .text ol {
    padding-left: 20px;
    counter-reset: item
}

.about_club .text ol li.title-li {

    margin-top: 10px;
}

.about_club .text ol li {
    display: block
}

.about_club .text ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}




@media(max-width:1030px) {

    .about-flex .img-p-sec,
    .about-flex .p-section {
        width: 100%;
    }

    .about-flex img {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 20px !important;
    }

    .about-flex:nth-child(4) {
        flex-direction: column-reverse;
    }

    .about-btn {
        max-width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }
}

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

.img_block .ttl {

    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    position: absolute;
    left: 0;
    font-size: 13px;
    font-weight: 600;
    bottom: 8px;
    width: 100%;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.our_live .live_items .item .txt_block {
    padding-top: 0;
    display: none;
}


.team-btn {
    position: absolute;
    right: 0;
    top: -3px;

}

.team-btn .about-btn {
    max-width: 320px;
    margin-left: 0;
    padding: 0 15px;
}


@media(max-width:1060px) {
    .team-btn {
        position: relative;
        right: unset;
        top: unset;
        margin-bottom: 40px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}



.popup-fade-tm {
    display: none;
    position: relative;
    z-index: 10000;
}

.popup-fade-tm:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}





.popup-tm {
    position: fixed;
    bottom: 10%;

    left: 25%;
    padding: 20px;
    min-width: 360px;
    width: 100%;
    max-width: 1000px;
    /* margin-left: -200px; */
    background: #fff;
    /* border: 1px solid orange; */
    border-radius: 8px;
    z-index: 99999;
    opacity: 1;
    color: #262626;
}

.popup-tm {
    font-weight: 400;
}




@media (max-width:1030px) {
    .popup-tm {
        top: 25%;
        left: 0;
    }
}

.popup-close-tm {
    position: absolute;
    top: 10px;
    right: 10px;

    color: #000;
    font-weight: bold;
}

.popup-close-tm:hover {
    text-decoration: none;
    color: #ff1908;
}

.banner-gamers .text {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.banner-gamers .btn {
    border-radius: 5px;
    background-color: rgb(218, 36, 25);
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Gotham Pro';
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    padding: 0 20px;
    margin-left: auto;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
    position: relative;
    cursor: pointer;
}

.banner-gamers {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 40px 0;
    background-color: #cea100;
    padding: 20px 20px;


}

.banner-gamers .box-call {
    display: none;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 54px;
    border-radius: 5px;
    z-index: 100;
}

div.box-call.open {
    display: flex;
}

.banner-gamers .btn .title {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.click-tr {
    padding: 10px 20px;
    background-color: rgb(218, 36, 25);
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Gotham Pro';
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-decoration: none !important;

}


.click-tr:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #8f3a34;
}

.click-tr:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 1px solid #8f3a34;
}

.click-tr:hover {
    background-color: #8f3a34;
    font-weight: 600;
}

.contacts .contacts_flex .contacts_info .phone_link {
    margin-bottom: 20px;
}

.wp-send {
    border-radius: 5px;
    background-color: rgb(218, 36, 25);
    width: 40%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Gotham Pro';
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    padding: 0 20px;
    /* margin-left: auto; */
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
    position: relative;
    cursor: pointer;
    margin-bottom: 65px;
}

@media(max-width:1000px) {
    .banner-gamers {
        flex-direction: column;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .no-padding-sm {
        max-width: 100% !important;
        ;
        margin: 0;
    }

    .banner-gamers .text {
        margin-bottom: 20px;
    }

    .banner-gamers .btn {
        width: 100%;
    }


    .wp-send {
        width:100%;
        margin-bottom: 40px;
    }

    .contacts .contacts_flex .contacts_info .phone_link {
        margin-bottom: 30px!important;
    }
}

.vk-video iframe{
    width: 100%;
    height:auto;
}