@font-face {
    font-family: "AlbertusNova";
    src: local("AlbertusNova"), local("AlbertusNova"), url("../fonts/AlbertusNova-Bold.woff2") format("woff2"), url("../fonts/AlbertusNova-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Murs-gothic";
    src: local("Murs-gothic"), local("Murs-gothic"), url("../fonts/Murs-gothic-widedark.woff2") format("woff2"), url("../fonts/Murs-gothic-widedark.woff") format("woff");
    font-weight: 800;
    font-style: normal
}

html,
body {
    height: 100%
}

html {
    scroll-behavior: smooth
}

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

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

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

input,
textarea {
    outline: none;
    font-size: 16px !important
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px !important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 16px !important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 16px !important
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 16px !important
}

input::placeholder,
textarea::placeholder {
    font-size: 16px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit
}

p {
    margin: 0 0 15px 0
}

body {
    font-family: "Montserrat", sans-serif;
    color: #050f1c;
    background-color: #f4f4f4;
    font-size: 16px;
    font-weight: 600
}

body.hidden {
    overflow: hidden
}

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

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

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

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

.soc li+li {
    margin: 0 0 0 15px
}

.soc a {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.soc a:hover svg path {
    fill: #c63d2f
}

.soc svg path {
    -webkit-transition: linear .1s;
    -o-transition: linear .1s;
    transition: linear .1s
}

.title {
    font-family: "Murs-gothic";
    font-size: 48px;
    font-weight: 800;
    line-height: 125%;
    text-transform: uppercase
}

#countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#countdown .countdown-wrap {
    padding: 0 5px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%
}

#countdown .countdown-wrap span {
    font-family: "Murs-gothic";
    font-size: 24px;
    font-weight: 800;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 0
}

#countdown .countdown-wrap+.countdown-wrap {
    background-image: url("../images/content/timer-line.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center
}

.match-item {
    padding: 40px 30px 20px;
    color: #050f1c;
    border-radius: 10px
}

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

.match-item__top p {
    margin: 0 0 10px 0;
    font-family: "Murs-gothic";
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase
}

.match-item__top span {
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    text-align: center
}

.match-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.match-item__left {
    max-width: 150px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #050f1c;
    font-family: "Murs-gothic";
    font-size: 24px;
    font-weight: 800;
    line-height: 120%;
    text-align: center
}

.match-item__left img {
    margin: 0 0 10px 0;
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain
}

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

.match-item__md p {
    color: #050f1c;
    font-family: "Murs-gothic";
    font-size: 48px;
    font-weight: 800;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase
}

.match-item__md span {
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    text-align: center
}

.match-item__md strong {
    margin: 0 0 15px 0;
    display: block;
    color: #fff;
    font-family: "Murs-gothic";
    font-size: 24px;
    font-weight: 800;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase
}

.match-item__right {
    max-width: 150px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #050f1c;
    font-family: "Murs-gothic";
    font-size: 24px;
    font-weight: 800;
    line-height: 120%;
    text-align: center
}

.match-item__right img {
    margin: 0 0 10px 0;
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain
}

.match-item__bot {
    margin: 40px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.match-item--dark {
    background: #050f1c
}

.match-item--dark * {
    color: #fff !important
}

.match-item--dark * span {
    color: #b7b7b7 !important
}

.dss-table {
    max-width: 1065px;
    width: 100%;
    margin: 0 auto
}

.dss-table ::-webkit-scrollbar {
    display: block;
    width: 10px
}

.dss-table ::-webkit-scrollbar-thumb {
    background-color: #c9a963;
    border-radius: 5px
}

.dss-table ::-webkit-scrollbar-track {
    background-color: #0f1e31;
    border-radius: 5px;
    max-height: 80px;
    background-clip: content-box
}

.dss-table__top {
    margin: 0 0 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background: #c63d2f
}

.dss-table__top .dss-table__col:nth-child(1) {
    text-transform: capitalize
}

.dss-table__top .dss-table__col:last-child {
    padding-right: 30px;
    width: 90px
}

.dss-table__col:nth-child(1) {
    max-width: 270px;
    width: 100%
}

.dss-table__col:first-child {
    padding-left: 40px
}

.dss-table__col:last-child {
    padding-right: 40px;
    width: 90px
}

.dss-table__col:nth-child(2) {
    margin: 0 0 0 auto
}

.dss-table__col {
    padding: 12px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #050f1c;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    width: 50px;
    text-transform: uppercase;
    min-height: 60px
}

.dss-table__col img {
    margin: 0 20px 0 25px
}

.dss-table__line:nth-child(even) {
    /*background-color: #081424*/
    background-color: #f8f8f8;
}

.dss-table__line:nth-child(odd) {
    /*background-color: #0f1e31*/
    background-color: #ffffff;
}

.dss-table__body {
    /*max-height: 440px;
    overflow: auto*/
}

.dss-table__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 4px 0;
    border-radius: 2px;
    overflow: hidden;
    border-left: 2px solid #c9a963
}

.dss-table--white ::-webkit-scrollbar-track {
    background-color: #f8f8f8
}

.dss-table--white .dss-table__line:nth-child(odd) {
    background-color: #fff
}

.dss-table--white .dss-table__line:nth-child(even) {
    background-color: #f8f8f8
}

.dss-table--white .dss-table__body .dss-table__col {
    color: #050f1c
}

.dss-table--white .dss-table__line.active {
    background-color: #c9a963
}

.dss-table--white .dss-table__line.active .dss-table__col {
    color: #fff
}

.form .btn {
    width: 100%
}

.form span {
    width: 100%
}

.input-wrap {
    width: 100%;
    margin: 0 0 15px 0
}

.input-wrap input {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    border: none;
    border-bottom: 1px solid #b7b7b7
}

.input-wrap input::-webkit-input-placeholder {
    color: #959595
}

.input-wrap input::-moz-placeholder {
    color: #959595
}

.input-wrap input:-ms-input-placeholder {
    color: #959595
}

.input-wrap input::-ms-input-placeholder {
    color: #959595
}

.input-wrap input::placeholder {
    color: #959595
}
.page-template-article-two-tpl .breadcrumbs,
.page-template-article-one-tpl .breadcrumbs{
	margin: 20px 0 0 0;
}
.breadcrumbs {
    margin: 0 0 10px;
    background-color: rgba(0, 0, 0, 0)
}

.breadcrumbs__inner {
    padding: 10px 0px;
    overflow: hidden;
    max-width: 1400px
}

.breadcrumbs__list li {
    display: inline;
    position: relative;
    font-size: 14px;
    font-weight: 600
}

.breadcrumbs__list li+li {
    padding-left: 7px
}

.breadcrumbs__list li+li::before {
    content: "/";
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0
}

.breadcrumbs__list li span {
    color: #9c9c9c
}

.breadcrumbs__list li a {
    color: #9c9c9c;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.breadcrumbs__list li a:hover {
    color: #000
}

.breadcrumbs--white * {
    color: #fff !important
}

.breadcrumbs--white li::before {
    color: #fff !important
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: noo;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    padding: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
	transition: linear .2s;
}

.btn--dark {
    border-color: #050f1c;
    color: #050f1c
}
.btn--dark:hover{
	background-color: #050f1c;
	color: #fff;
}

.btn--white {
    border-color: #fff;
    color: #fff
}
.btn--white:hover{
	background-color: #fff;
	color: #050f1c;
}

.btn--arrow {
    padding: 0;
    background-color: rgba(0, 0, 0, 0)
}

.btn--arrow span {
    height: 60px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    background: #c63d2f;
    color: #fff !important;
    line-height: 150%
}

.btn--arrow span:nth-child(2){
	margin: 0 0 0 5px;
	width: 60px;
	height: 60px;
}

.btn--arrow img {
    transition: linear .2s;
}

.btn--arrow:hover img{
	transform: rotate(90deg);
}

.header {
    background-color: #050f1c;
    color: #fff;
    height: 127px;
    position: relative;
    z-index: 999
}

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

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

.header__top-info li {
    margin: 0 20px 0 0
}

.header__top-info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase
}

.header__top-info a img {
    margin: 0 5px 0 0
}

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

.header__partners li+li {
    margin: 0 0 0 20px
}

.header__partners a {
    width: 65px;
    height: auto
}

.header__partners a img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.header__partners li img{
	filter: grayscale(100%);
	transition: linear .2s;
}

.header__partners li img:hover{
	filter: grayscale(0);
}
.header .soc {
    margin: 0 40px 0 auto
}

.header__languege {
    width: 125px;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 40px 0 0
}

.header__languege img {
    margin: 0 5px 0 0;
    width: 16px;
    height: 9px;
    -o-object-fit: cover;
    object-fit: cover
}

.header__languege-child {
    padding: 0 30px;
    position: relative;
    height: 25px;
    cursor: pointer;
    border-left: 1px solid #545454;
    border-right: 1px solid #545454
}

.header__languege-child::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    background-image: url("../images/icons/arrow-1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 7px
}

.header__languege-child:hover .header__languege-dropdown {
    z-index: 10;
    width: 100%;
    left: 0;
    top: 25px;
    padding: 0 0 0 13px
}

.header__languege-child:hover .header__languege-dropdown li {
    padding: 5px 0
}

.header__languege-child:hover .header__languege-dropdown-wrap {
    background-color: #050f1c;
    display: block;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 20px;
    padding: 13px 0 13px 0;
    border-radius: 0 0 5px 5px
}

.header__languege-child>span {
    line-height: 25px
}

.header__languege-dropdown-wrap {
    position: absolute;
    display: none
}

.header__languege-dropdown li:hover {
    color: #c63d2f
}

.header__bot {
    border-top: 1px solid #46576e
}

.header__menu {
    padding: 60px 20px 20px;
    background-color: #fff
}

.header__menu .container {
    padding: 0
}

.header__menu .header__menu-right {
    max-width: 605px
}

.header__menu .header__item {
    width: calc(50% - 25px)
}

.header__menu--one .header__submenu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.header__menu--one .header__menu-left {
    max-width: 505px;
    width: 100%;
    margin: 0 30px 0 0
}

.header__menu--two .header__submenu {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.header__menu--three .header__submenu {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px
}

.header__menu--four .header__menu-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px
}

.header__menu--five .match-item {
    padding: 40px 20px;
    width: calc(100% - 25px);
    margin: 0 0 20px 25px;
	height: fit-content;
}
.header__menu--five .match-item .match-item__left,
.header__menu--five .match-item .match-item__right {
    font-size: 16px
}

.header__menu--five .match-item .match-item__left img,
.header__menu--five .match-item .match-item__right img {
    width: 80px;
    height: 80px
}

.header__menu--five .match-item__bot br{
	display: none;
}

.header__menu--five .match-item .match-item__md p {
    font-size: 22px
}

.header__menu--five .match-item .match-item__md span {
    color: #c63d2f !important;
    font-family: "Murs-gothic";
    font-size: 16px;
    font-weight: 800
}

.header__menu--five .match-item .match-item__bot {
    margin: 0
}

.header__menu--five .match-item .match-item__bot p {
    color: #b7b7b7 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    margin: 0
}

.header__item-col span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 25px 0;
    color: #050f1c;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase
}

.header .header__menu-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin: 0 0 0 -25px
}

.header .header__item {
    margin: 0 0 25px 25px
}

.header .header__item img {
    width: 100%;
    height: auto
}

.header .header__item p {
    margin: 0 0 10px 0;
    color: #050f1c;
    font-family: "Murs-gothic";
    font-size: 16px;
    font-weight: 800;
    line-height: 150%;
    text-transform: uppercase;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header .header__item span {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.header .header__item:hover p {
    color: #c63d2f
}

.header__item-img {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    border-radius: 6px;
    overflow: hidden;
	font-size: 0;
}

.header__menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__item-back,
.header__item-title {
    display: none
}

.header__submenu a {
    color: #959595;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.header__submenu li {
    margin: 0 0 20px 0
}

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

.header__logo {
    display: block;
    width: 50px;
    height: 65px
}

.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header__nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__item-child>span {
    display: block;
    padding: 28px 18px 24px 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    cursor: pointer;
    position: relative;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    -webkit-transition: linear .1s;
    -o-transition: linear .1s;
    transition: linear .1s
}

.header__item-child>span::after {
    content: "";
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    right: 0;
    background-image: url(../images/icons/arrow-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 7px;
    -webkit-transition: linear .1s;
    -o-transition: linear .1s;
    transition: linear .1s
}

.header__search-btn {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 0
}

.header__search-btn img:last-child {
    display: none
}

.header .header__search-btn.active {
    text-transform: lowercase
}

.header .header__search-btn.active img {
    border-radius: 2px;
    padding: 5px;
    margin: 0 0 0 5px;
    width: 24px;
    height: 24px;
    background-color: #fff
}

.header__search-btn.active {
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    color: #fff
}

.header__search-btn.active img:first-child {
    display: none
}

.header__search-btn.active img:last-child {
    display: block
}

.header__form-wrap {
    padding: 20px 0 60px;
    position: absolute;
    top: 127px;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header__form-wrap.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.header__form-search input {
    border: none;
    width: 90%;
    height: 100%;
    padding: 10px
}

.header__search-inner {
    margin: 0 0 30px 0;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #050f1c;
    border-radius: 10px;
    overflow: hidden
}

.header__form-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #050f1c;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin: 0 15px 0 0;
    cursor: pointer
}

.header__form-close img {
    margin: 0 0 0 5px
}

.header__form-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 -150px
}

.header__search-col {
    margin: 0 0 0 150px
}

.header__search-col li {
    margin: 0 0 15px 0
}

.header__search-col a {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    color: #9c9c9c
}

.header__search-col button {
    padding: 0;
    color: #c63d2f;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    border: none;
    outline: none;
    cursor: pointer;
    border-bottom: 1px solid #c63d2f;
    background-color: rgba(0, 0, 0, 0)
}

.header__search-title {
    margin: 0 0 20px 0;
    color: #050f1c;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase
}

.header__menu-btn {
    padding: 0;
    margin: 0 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative
}

.header__menu-btn p {
    position: absolute;
    bottom: 15px;
    color: #050f1c;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 0
}

.header__menu-btn span {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 31px;
    height: 3px;
    background-color: #050f1c;
    border-radius: 5px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header__menu-btn::after,
.header__menu-btn::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 31px;
    height: 3px;
    background-color: #050f1c;
    border-radius: 5px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header__menu-btn::after {
    top: 23px
}

.header__menu-btn::before {
    top: 37px
}

.header__box-mob {
    display: none
}

.menu-subinfo {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.menu-subinfo.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.header__menu-btn.active span {
    opacity: 0
}

.header__menu-btn.active::after {
    top: 25px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.header__menu-btn.active::before {
    top: 25px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
}

.margin-top {
    margin-top: 130px
}

.header.sticky {
    -webkit-animation: fadeInDown 1s ease-out;
    animation: fadeInDown 1s ease-out;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .15);
    height: auto;
    height: 81px
}

.header.sticky .header__top-wrap {
    display: none
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.header.sticky .header__form-wrap {
    top: 81px
}

.dss-intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100vh;
    overflow: hidden;
    background-color: #050f1d;
    padding: 200px 0 100px;
    color: #fff;
    font-family: "Murs-gothic"
}

.dss-intro .container {
    position: relative;
    z-index: 2;
    height: 100%
}

.dss-intro .bg-video {
    position: absolute;
    top: 127px;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    width: 100%;
    height: calc(100vh - 127px);
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1
}

.dss-intro__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.dss-intro h1 {
    max-width: 500px;
    font-size: 44px;
    line-height: 1.05;
    text-transform: uppercase
}

.dss-intro p {
    font-size: 70px;
    font-weight: 800;
    line-height: 105%;
    text-align: right;
    text-transform: uppercase
}

.dss-intro p span {
    display: block;
    color: #c63d2f
}

.dss-intro.hidden {
    display: none
}

.info-match {
    padding: 150px 0 20px;
    background-color: #f4f4f4;
    position: relative;
    z-index: 2;
    margin-top: 100vh
}

.info-match .title {
    color: #050f1c;
    width: calc(50% - 20px);
    margin: 0 0 0 20px
}

.info-match__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px -20px
}

.info-match__top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 30px;
    width: calc(50% - 20px);
    margin: 0 0 0 20px;
    border-radius: 10px;
    background: #050f1c;
    color: #fff
}

.info-match__top-info {
    max-width: 250px
}

.info-match__top-info P {
    font-family: "Murs-gothic";
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.info-match__top-info span {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%
}

.info-match__bot {
    margin: 0 0 0 -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.info-match .match-item {
    width: calc(50% - 20px);
    margin: 0 0 20px 20px
}

.dss-tab {
    position: relative;
    z-index: 1;
    padding: 150px 0;
    background-color: #050f1c;
    color: #fff
}

.dss-tab .title {
    text-align: center;
    margin: 0 0 45px 0
}

.dss-tab .btn {
    margin: 60px auto 0
}

.dss-tab .dss-swipe {
    display: none
}

.dss-swipe {
    -webkit-animation: swipe 2s infinite ease-in-out;
    animation: swipe 2s infinite ease-in-out
}

@-webkit-keyframes swipe {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes swipe {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.m-about {
    padding: 70px 0 150px
}

.m-about .container>img {
    display: block;
    margin: 0 auto 85px;
    width: 180px;
    height: 180px
}

.m-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 50px 0
}

.m-about__left {
    max-width: 195px;
    width: 100%;
    margin: 0 30px 0 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 100px
}

.m-about__left p {
    font-family: "Murs-gothic";
    font-size: 16px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.m-about__left img {
    width: 100%;
    height: auto;
    border-radius: 6px
}

.m-about__right {
    max-width: 955px;
    width: 100%
}

.m-about__right img {
    width: 100%;
    height: auto;
    border-radius: 6px
}

.m-about__title {
    margin: 0 0 50px 0;
    text-indent: 200px;
    font-family: "Murs-gothic";
    font-size: 56px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.m-about__title span {
    color: #c63d2f
}

.m-about__text {
    max-width: 840px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.m-about__text p {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%
}

.m-about__text .btn {
    margin: 30px 0 0 0
}

.m-start {
    padding: 270px 0 0
}

.m-start .container {
    position: relative;
}

.m-start__title {
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 90px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
/*     position: absolute; */
    top: 100px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    width: 97%;
	    position: sticky;
    top: 25vh;
    padding-bottom: 30vh
}

.m-start__title p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0
}

.m-start__title p span {
    color: #050f1c;
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.m-start__card {
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
    position: -webkit-sticky;
    position: sticky;
    top: 30vh;
    padding-bottom: 30vh
}

.m-start__card img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.m-start__card:nth-child(2) {
    top: 32vh
}

.m-start__card:nth-child(3) {
    top: 34vh
}

.m-start__card:nth-child(4) {
    top: 36vh
}

.m-start__card:nth-child(5) {
    top: 38vh
}

.m-news {
    padding: 120px 0 120px;
    background-color: #0c1b2e
}

.m-news .container {
    overflow: hidden
}

.m-news .container>.btn {
    display: none
}

.m-news .title {
    color: #fff;
    font-size: 56px
}

.m-news__top {
    margin: 0 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.m-news .btn {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.m-news .m-news__slider {
    width: 100%;
    height: 825px
}

.m-news .swiper-slide {
    height: calc((100% - 30px)/2) !important
}

.m-news__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 5px 0;
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.m-news__item p {
    color: #fff;
    font-family: "Murs-gothic";
    font-size: 16px;
    font-weight: 800;
    line-height: 150%;
    text-transform: uppercase
}

.m-news__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.m-news__item a img,
.m-news__item a svg {
    margin: 0 0 0 5px
}

.m-news__item a svg path {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.m-news__item a:hover {
    color: #c63d2f
}

.m-news__item a:hover svg path {
    fill: #c63d2f
}

.m-news__img {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    height: 200px;
    margin: 0 0 15px 0
}

.m-news__img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.m-news__stickers {
    position: absolute;
    left: 10px;
    bottom: 10px
}

.m-news__stickers li {
    padding: 5px 10px 5px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    border-radius: 4px;
    background: #fff;
    position: relative
}

.m-news__stickers li::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #050f1c
}

.m-partners {
    padding: 120px 0 100px;
    background-color: #050f1c;
    color: #fff
}

.m-partners__suptitle {
    display: none
}

.m-partners .title {
    margin: 0 0 50px 0
}

.m-partners__inner {
    max-width: 955px;
    width: 100%;
    margin: 0 0 0 auto
}

.m-partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.m-partners__list li {
    width: calc(33.33333% - 20px);
    border: 1px solid #46576e;
    border-radius: 4px;
    margin-bottom: 20px
}

.m-partners__list li:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.m-partners__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 135px
}

.m-partners__img img {
    width: 180px;
    height: auto;
    max-height: 85px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.m-partners__text {
    padding: 20px 20px 5px 20px;
    border-top: 1px solid #46576e
}

.m-partners__text p {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%
}

.m-gallery {
    overflow: hidden;
    padding: 125px 0 200px;
    background-color: #fff
}

.m-gallery .title {
    margin: 0 0 40px 0;
    text-align: center
}

.m-gallery__slider {
    position: relative
}

.m-gallery__slider .swiper-slide {
    height: 490px;
    border-radius: 6px;
    overflow: hidden
}

.m-gallery__slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: linear 1s;
    -o-transition: linear 1s;
    transition: linear 1s
}

.m-gallery__slider .swiper-slide-active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.m-gallery .swiper-button-next,
.m-gallery .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 60px;
    height: 60px;
    border: 1px solid #050f1c;
    border-radius: 10px;
    top: auto;
    bottom: -100px;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.m-gallery .swiper-button-next svg path,
.m-gallery .swiper-button-prev svg path {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.m-gallery .swiper-button-next svg,
.m-gallery .swiper-button-next img,
.m-gallery .swiper-button-prev svg,
.m-gallery .swiper-button-prev img {
    width: 15px;
    height: 15px
}

.m-gallery .swiper-button-next::after,
.m-gallery .swiper-button-prev::after {
    display: none
}

.m-gallery .swiper-button-next:hover,
.m-gallery .swiper-button-prev:hover {
    background-color: #050f1c
}

.m-gallery .swiper-button-next:hover svg path,
.m-gallery .swiper-button-prev:hover svg path {
    fill: #fff
}

.m-gallery .swiper-button-next {
    left: calc(50% + 40px)
}

.m-gallery .swiper-button-next img,
.m-gallery .swiper-button-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.m-gallery .swiper-button-prev {
    left: calc(50% - 40px)
}

.m-info {
    padding: 145px 0 150px
}

.m-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.m-info__left {
    margin: 0 4px 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 870px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0px 10px 10px 0px;
    background: #fff
}

.m-info__left::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: 0;
    height: 98%;
    right: -5px;
    width: 5px;
    background-image: url("../images/content/decor.png");
    background-repeat: repeat;
    background-size: contain;
    background-position: center
}

.m-info__left-img {
    width: 110px;
    height: 100%
}

.m-info__left-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.m-info__left-obx {
    padding: 30px
}

.m-info__left-obx p {
    max-width: 420px;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%
}

.m-info__top {
    margin: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.m-info__top img {
    width: 122px;
    height: auto
}

.m-info__title {
    margin: 0 30px 0 0;
    font-family: "Murs-gothic";
    font-size: 40px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase
}

.m-info__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px 0
}

.m-info__item {
    width: 25%
}

.m-info__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    color: #9c9c9c;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%
}

.m-info__item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    border-right: .5px solid #9c9c9c;
    border-top: .5px solid #9c9c9c
}

.m-info__item:last-child p {
    border-right: none
}

.m-info__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.m-info__bot img {
    width: 82px;
    height: 82px;
    margin: 0 20px 0 0
}

.m-info__bot p {
    margin: 0 20px 0 0;
    max-width: 265px;
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%
}

.m-info__bot img:last-child {
    width: 25px;
    height: 25px;
    margin: 0 0 0 auto
}

.m-info__right {
    padding: 50px 30px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    -webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    -o-transition: transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease, -webkit-transform .8s ease;
    opacity: 0
}

.m-info__right .btn {
    margin: 40px 0 0 0;
}
.m-info__right .btn span{
	text-align: center;
	justify-content: center;
}
.m-info__subtitle {
    margin: 0 0 40px 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 150%;
    text-transform: uppercase
}

.matches-intro {
    padding: 110px 0 0 0;
    margin: 0 0 20px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #050f1c
}

.matches-intro h1 {
    margin: 0 0 10px 0;
    color: #fff;
    font-family: "Murs-gothic";
    font-size: 64px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center
}

.matches-intro__tab {
    padding: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 6px;
    background: #0c1b2e;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 75px
}

.matches-intro__tab-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    color: #b7b7b7;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.matches-intro .matches-intro__tab-btn+.matches-intro__tab-btn {
    margin: 0 0 0 20px
}

.matches-intro__tab-btn.active {
    background-color: #c63d2f;
    color: #fff
}

.matches-intro__links-wrap {
    overflow: auto;
    width: calc(100% + 20px)
}

.matches-intro__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.matches-intro__links-btn {
    padding: 20px;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    text-align: center;
    white-space: nowrap;
    word-break: keep-all
}

.matches-intro__links-btn.active {
    color: #fff;
    border-color: #c63d2f
}

.next-match {
    padding: 55px 0 50px
}

.next-match .title {
    color: #050f1c;
    margin: 0 0 45px 0
}

.next-match #countdown {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

.next-match #countdown .countdown-wrap {
    color: #b7b7b7
}

.next-match #countdown .countdown-wrap span {
    color: #fff
}

.next-match__box {
    padding: 40px 0 20px;
    border-radius: 10px;
    background: #050f1c
}

.next-match .match-item {
    max-width: 705px;
    margin: 0 auto
}

.match-box {
    overflow: hidden;
    padding: 80px 0 145px
}

.match-box__top {
    margin: 0 0 45px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.match-box .title {
    margin: 0 30px 0 0
}

.match-box--two {
    padding: 50px 0
}

.match-box--two:last-child {
    padding-bottom: 150px
}

.m-item {
    margin: 0 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    padding: 40px 30px
}

.m-item__col:nth-child(1) {
    width: 115px
}

.m-item__col:nth-child(1) span {
    display: block;
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%
}

.m-item__col:nth-child(2) {
    width: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 auto
}

.m-item__col:nth-child(2) img {
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

.m-item__col:nth-child(2) p {
    margin: 0 25px 0 0;
    color: #050f1c;
    font-family: "Murs-gothic";
    font-size: 24px;
    font-weight: 800;
    line-height: 130%
}

.m-item__col:nth-child(3) {
    margin: 0 40px;
    width: 14%
}

.m-item__col:nth-child(3) p {
    color: #050f1c;
    font-size: 32px;
    font-weight: 800;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px 0
}

.m-item__col:nth-child(3) span {
    display: block;
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    text-align: center
}

.m-item__col:nth-child(4) {
    width: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.m-item__col:nth-child(4) img {
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

.m-item__col:nth-child(4) p {
    color: #050f1c;
    font-family: "Murs-gothic";
    font-size: 24px;
    font-weight: 800;
    line-height: 130%;
    margin: 0 0 0 25px
}

.m-item__col:nth-child(5) {
    width: 16%;
    margin: 0 0 0 100px;
}

.m-item__col:nth-child(5) .btn span span {
    display: none
}

.select-wrap {
    max-width: 300px;
    width: 100%
}

.select2-container {
    width: 300px !important
}

.select2-dropdown {
    padding: 15px;
    top: 1px;
    border-radius: 10px !important;
    background: #0c1b2e
}

.select2-results__option--selectable {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(0, 0, 0, 0);
    color: #c9a963
}

.select2-container .select2-selection--single {
    height: 60px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    width: 35px;
    border-left: 1px solid #46576e
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    background-image: url(../images/icons/arrow-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 7px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default .select2-selection--single {
    border-right: 1px solid #46576e;
    border-radius: 10px !important;
    background: #0c1b2e;
    overflow: hidden
}

.matches-table {
    padding: 70px 0 150px
}

.matches-table .dss-table {
    max-width: 100%
}

.crad-box {
    padding: 100px 0 0 0
}

.crad-box .container {
    overflow: hidden
}

.crad-box .title {
    margin: 0 0 45px 0
}

.crad-box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -20px
}

.crad-box__list .dss-card {
    width: calc(33.33333% - 20px);
    margin: 0 0 20px 20px
}

.crad-box__slider {
    display: none
}

.crad-box:last-child {
    padding-bottom: 150px
}

.sticky-bar {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    z-index: 90
}

.sticky-bar__inner {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 6px;
    background: #0c1b2e;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.sticky-bar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    color: #b7b7b7;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.sticky-bar a+a {
    margin: 0 0 0 30px
}

.sticky-bar a.active {
    color: #fff;
    border-color: #fff
}

.sticky-bar.sticky {
    opacity: 1;
    bottom: 30px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.dss-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    position: relative;
    padding-bottom: 42%;
    border-radius: 8px;
    overflow: hidden
}

.dss-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 215px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(198, 61, 47, 0)), color-stop(77.007%, rgb(198, 61, 47)));
    background: -o-linear-gradient(top, rgba(198, 61, 47, 0), rgb(198, 61, 47) 77.007%);
    background: linear-gradient(180deg, rgba(198, 61, 47, 0), rgb(198, 61, 47) 77.007%)
}

.dss-card>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dss-card__top {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    width: 100%
}

.dss-card__sticker {
    margin: 0 15px 0 0;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #c63d2f;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-align: left;
    text-transform: uppercase;
    border: 1px solid #c63d2f;
    border-radius: 4px
}

.dss-card__logo {
    width: 32px;
    height: 32px
}

.dss-card__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.dss-card__bot {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    bottom: 0
}

.dss-card__bot span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 67px;
    font-weight: 800;
    line-height: 75%;
    text-transform: uppercase;
    margin: 0 20px 0 0
}

.dss-card__bot p {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0
}

.dss-card--trainer::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 15, 28, 0)), color-stop(77.007%, rgb(5, 15, 28)));
    background: -o-linear-gradient(top, rgba(5, 15, 28, 0), rgb(5, 15, 28) 77.007%);
    background: linear-gradient(180deg, rgba(5, 15, 28, 0), rgb(5, 15, 28) 77.007%)
}

.dss-card--two .dss-card__sticker {
    border-color: #fff;
    color: #fff
}

.card-one {
    padding: 70px 0 20px
}

.card-one .title {
    margin: 0 0 40px 0
}

.card-one__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 12px;
    background: #050f1c;
    overflow: hidden
}

.card-one__inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 215px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 27, 46, 0)), color-stop(77.007%, rgb(12, 27, 46)));
    background: -o-linear-gradient(top, rgba(12, 27, 46, 0), rgb(12, 27, 46) 77.007%);
    background: linear-gradient(180deg, rgba(12, 27, 46, 0), rgb(12, 27, 46) 77.007%)
}

.card-one__left {
    max-width: 450px;
    width: 100%;
    margin: 0 30px 0 0;
    padding: 40px 0 40px 40px;
    position: relative;
    z-index: 1
}

.card-one__left img {
    margin: 0 0 50px 0
}

.card-one .dss-card__sticker {
    margin: 0 0 10px 0
}

.card-one__title {
    margin: 0 0 40px 0;
    color: #fff;
    font-size: 64px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase
}

.card-one__text {
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.card-one__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0 70px 0 0;
    max-width: 565px;
    width: 100%
}

.card-one__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.card-one--two .card-one__inner {
    background-color: #c9a963
}

.card-one--two .card-one__inner::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5.952%, rgba(201, 169, 99, 0)), to(rgb(201, 169, 99)));
    background: -o-linear-gradient(top, rgba(201, 169, 99, 0) 5.952%, rgb(201, 169, 99) 100%);
    background: linear-gradient(180deg, rgba(201, 169, 99, 0) 5.952%, rgb(201, 169, 99) 100%)
}

.card-one--two * {
    color: #fff
}

.card-one--two .dss-card__sticker {
    border-color: #fff
}

.player-intro {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #050f1c;
    padding: 40px 0 0 0
}

.player-intro__inner {
    margin: -50px 0 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.player-intro__inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 215px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 15, 28, 0)), color-stop(77.007%, rgb(5, 15, 28)));
    background: -o-linear-gradient(top, rgba(5, 15, 28, 0), rgb(5, 15, 28) 77.007%);
    background: linear-gradient(180deg, rgba(5, 15, 28, 0), rgb(5, 15, 28) 77.007%)
}

.player-intro__left {
    padding-top: 95px;
    max-width: 485px;
    width: 100%;
    position: relative;
    z-index: 1
}

.player-intro__left span {
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 153px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase
}

.player-intro__title {
    color: #fff;
    font-family: "Murs-gothic";
    font-size: 64px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase
}

.player-intro__md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transform: translateX(-130px);
    -ms-transform: translateX(-130px);
    transform: translateX(-130px)
}

.player-intro__md img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.player-intro__right {
    padding-top: 105px;
    max-width: 200px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1
}

.player-intro__item {
    border-top: 1px solid #46576e;
    padding: 10px 0;
    margin: 0 0 15px 0
}

.player-intro__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.player-intro__item p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase
}

.player-statistic {
    position: relative
}

.player-statistic::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #c63d2f;
    height: 65px
}

.player-statistic__inner {
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.player-statistic__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.player-statistic__item span {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase
}

.player-statistic__item p {
    margin: 0;
    padding: 20px 0;
    color: #050f1c;
    font-family: "Murs-gothic";
    font-size: 48px;
    font-weight: 800;
    line-height: 125%;
    text-transform: uppercase
}

.player-statistic .player-statistic__item+.player-statistic__item {
    margin: 0 0 0 70px
}

.intro-page {
    padding: 145px 0 0 0;
    margin: 0 0 20px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #050f1c
}

.intro-page h1 {
    margin: 0 0 115px 0;
    color: #fff;
    font-family: "Murs-gothic";
    font-size: 64px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center
}

.p-intro {
    padding: 40px 0 135px
}

.p-intro img {
    width: 190px;
    height: 190px;
    display: block;
    margin: 0 auto 80px
}

.p-intro__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 40px 0
}

.p-intro__inner p {
    margin: 10px 0 0 0;
    max-width: 190px;
    font-family: "Murs-gothic";
    font-size: 16px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    text-align: right
}

.p-intro__title {
    text-indent: 210px;
    max-width: 1085px;
    width: 100%;
    margin: 0 15px 0 0;
    font-family: "Murs-gothic";
    font-size: 56px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.p-intro__title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #c63d2f
}

.p-intro__text {
    max-width: 745px;
    width: 100%;
    margin: 0 auto;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.p-intro__text p {
    color: #050f1c;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%
}

.p-intro--two .p-intro__text p:first-child {
    max-width: 230px
}

.wrapper-anim {
	position: relative;
    padding: 180px 0 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.history-item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    color: #fff;
    height: 101vh;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.history-item:nth-child(1){
	z-index: 10;
}
.history-item:nth-child(2){
	z-index: 9;
}
.history-item:nth-child(3){
	z-index: 8;
}

.history-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.history-item p {
    margin: 20px 0 0 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%
}

.history-item__left {
    max-width: 305px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.history-item__title {
    margin: 0 0 50px 0;
    color: #fff;
    font-family: "Murs-gothic";
    font-size: 24px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.history-item__md {
    max-width: 630px;
    width: 100%;
    margin: 0 20px;
    position: relative
}

.history-item__md span {
    position: absolute;
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 170px;
    font-weight: 800;
    line-height: 75%;
    text-transform: uppercase
}

.history-item__md span:nth-child(1) {
    top: -40px;
    left: -185px
}

.history-item__md span:nth-child(2) {
    bottom: -100px;
    right: -210px;
    z-index: 2
}

.history-item__md img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.history-item__right {
    max-width: 305px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase
}

.history-box {
    padding-top: 120px;
	margin: -30vh 0 0 0;
}

.history-box__title {
    font-family: "Murs-gothic";
    font-size: 64px;
    font-weight: 800;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    max-width: 900px;
    margin: 0 auto 70px
}

.history-box__title span {
    color: #c63d2f
}

.history-box__inner {
    position: relative
}

.history-box__inner p {
    position: absolute;
    top: 120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 16px;
    font-weight: 800;
    line-height: 120%;
    text-align: justify;
    text-transform: uppercase;
    max-width: 180px;
    margin: 0 auto
}

.history-box__inner span {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #050f1c;
    font-family: "Murs-gothic";
    font-size: 12px;
    font-weight: 800;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase
}

.history-box img {
    width: 100%;
    height: auto
}

.wrap {
    max-width: 100%;
    margin: 15px auto;
    height: 60px;
    border-bottom: 2px solid var(--orange);
    border-top: 2px solid var(--orange)
}

.wrap .items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%
}

.wrap .items {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-width: 100%
}

.wrap .item {
    height: 100%;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 40px 0 20px
}

.wrap .item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../images/icons/logo-4.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 24px;
    height: 24px
}

.wrap .marquee {
    -webkit-animation: scroll 130s linear infinite;
    animation: scroll 130s linear infinite
}

.wrap .reverce {
    animation-direction: reverse
}

@-webkit-keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(calc(-100% - 20px));
        transform: translateX(calc(-100% - 20px))
    }
}

@keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(calc(-100% - 20px));
        transform: translateX(calc(-100% - 20px))
    }
}

.hostory-gallery {
    padding: 120px 0;
    background-color: #0c1b2e
}

.hostory-gallery__title {
    margin: 0 0 65px 0;
    text-indent: 210px;
    color: #fff;
    font-family: "Murs-gothic";
    font-size: 48px;
    font-weight: 800;
    line-height: 125%;
    text-transform: uppercase
}

.hostory-gallery img {
    display: block;
    margin: 0 0 0 auto;
    width: 83%;
    height: auto
}

.m-mission {
    background-color: #050f1c;
    overflow: hidden;
    padding: 150px 0 0 0
}

.m-mission .title {
    margin: 0 0 60px 0;
    color: #fff;
    font-family: "Murs-gothic";
    font-size: 48px;
    font-weight: 800;
    line-height: 125%;
    text-transform: uppercase;
    max-width: 565px
}

.m-mission__slider {
    position: relative;
    max-width: 820px;
    width: 100%;
    margin: 0 0 135px auto
}

.m-mission__slider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.m-mission__slider .swiper-slide {
    height: auto
}

.m-mission__slider .swiper-button-next,
.m-mission__slider .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 10px;
    top: auto;
    bottom: -100px;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    top: -160px;
    right: 0;
    left: auto
}

.m-mission__slider .swiper-button-next::after,
.m-mission__slider .swiper-button-prev::after {
    display: none
}

.m-mission__slider .swiper-button-next img,
.m-mission__slider .swiper-button-next svg,
.m-mission__slider .swiper-button-prev img,
.m-mission__slider .swiper-button-prev svg {
    width: 15px;
    height: 15px
}

.m-mission__slider .swiper-button-next:hover,
.m-mission__slider .swiper-button-prev:hover {
    background-color: #fff
}

.m-mission__slider .swiper-button-next:hover svg path,
.m-mission__slider .swiper-button-prev:hover svg path {
    fill: #0c1b2e
}

.m-mission__slider .swiper-button-prev {
    right: 70px
}

.m-mission__slider .swiper-button-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.m-mission__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    height: 100%
}

.m-mission__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0;
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%
}

.m-mission__item-text {
    padding-bottom: 30px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.m-mission__item-text::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 6px;
    bottom: 0;
    background-image: url("../images/icons/m-missionItemBg.svg");
    background-repeat: repeat;
    background-position: center;
    background-size: 6px 100%;
    width: 100%
}

.m-mission__item-text span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 0;
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.m-mission__item-text p {
    margin: 15px 0 0 0;
    color: #050f1c;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%
}

.m-mission__item-bot {
    position: relative;
    padding-top: 30px
}

.m-mission__item-bot img {
    width: 100%;
    height: auto
}

.m-mission__item-bot::after,
.m-mission__item-bot::before {
    content: "";
    position: absolute;
    top: -27px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #050f1c
}

.m-mission__item-bot::after {
    left: -60px
}

.m-mission__item-bot::before {
    right: -60px
}

.m-mission__item-bot p {
    margin: 0;
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 20px;
    font-weight: 800;
    line-height: 140%;
    text-transform: uppercase
}

.m-mission__item--white .m-mission__item-text::after {
    background-image: url("../images/icons/decor-cardsvg.svg")
}

.m-mission__item--white .m-mission__item-bot::after,
.m-mission__item--white .m-mission__item-bot::before {
    background-color: #f4f4f4
}

.page-stadium {
    background-color: #fff
}

.page-stadium .intro-page {
    margin: 0
}

.stadium-intro {
	margin: -20px 0 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.stadium {
    padding: 75px 0 60px;
    min-height: 870px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.stadium .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.stadium .title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.stadium span {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.stadium p {
    margin: 5px 0 0 0;
    font-size: 28px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase
}

.p-map {
    padding: 120px 0 0 0
}

.p-map .title {
    margin: 0 0 60px 0
}

.p-map img {
    width: 100%;
    height: auto
}

.stadium-intro {
    color: #fff
}

.stadium-intro__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.stadium-intro__left {
    padding: 30px 0 120px
}

.stadium-intro__left p {
    margin: 5px 0 0 0;
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 28px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase
}

.stadium-intro .title {
    margin: 30px 0 250px 0
}

.stadium-intro__right {
    max-width: 590px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.stadium-intro__item:first-child {
    border: none
}

.stadium-intro__item {
    padding: 10px;
    width: 33.33333%;
    border: 1px solid #46576e;
    margin: -1px 0 0 -1px
}

.stadium-intro__item strong {
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 28px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase
}

.stadium-intro__item strong span {
    font-size: 16px
}

.stadium-intro__item .dss-sm {
    font-size: 20px
}

.stadium-intro .dss-item-mob {
    display: none
}

.main-partner {
    padding: 50px 0 80px
}

.main-partner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-partner__left {
    max-width: 525px;
    width: 100%;
    margin: 0 25px 0 0
}

.main-partner__right {
    max-width: 650px;
    width: 100%;
    border: 1px solid #46576e;
    border-radius: 6px;
    overflow: hidden
}

.main-partner__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 200px;
    background-color: #050f1c
}

.main-partner__img img {
    width: 50%;
    -o-object-fit: contain;
    object-fit: contain
}

.main-partner__text {
    padding: 35px
}

.main-partner__text span {
    color: #050f1c;
    font-family: "Murs-gothic";
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.main-partner__text p {
    margin: 15px 0 0 0;
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%
}

.p-partners {
    padding: 80px 0 145px
}

.p-partners__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-partners__left {
    max-width: 525px;
    width: 100%;
    margin: 0 25px 0 0
}

.p-partners .title {
    position: -webkit-sticky;
    position: sticky;
    top: 100px
}

.p-partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 670px;
    width: 100%;
    margin: 0 0 0 -20px
}

.p-partners__list li {
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
    border: 1px solid #46576e;
    border-radius: 4px
}

.p-partners__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 135px
}

.p-partners__img img {
    width: 180px;
    height: auto;
    max-height: 85px;
    -o-object-fit: contain;
    object-fit: contain
}

.p-partners__text {
    border-top: 1px solid #46576e;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.p-partners__text span {
    font-family: "Murs-gothic";
    font-size: 16px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.p-partners__text p {
    margin: 10px 0 0 0;
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%
}

.p-invite {
    padding: 120px 0;
    background-color: #050f1c
}

.p-invite img {
    width: 190px;
    height: 190px;
    display: block;
    margin: 0 auto 80px
}

.p-invite__title {
    text-indent: 210px;
    color: #fff;
    font-family: "Murs-gothic";
    font-size: 62px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase
}

.p-invite__title span {
    color: #c63d2f
}

.p-invite__center {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    opacity: 0
}

.p-invite__center span {
    display: block;
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 139px;
    font-weight: 800;
    line-height: 105%;
    text-transform: uppercase;
    text-align: center
}

.p-invite__center p {
    margin: 10px 0 0 0;
    color: #fff;
    font-family: "Murs-gothic";
    font-size: 64px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center
}

.p-invite__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1
}

.p-invite__list li {
    padding: 30px;
    width: 33.33333%;
    border-radius: 8px;
    background: #fff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.p-invite__list li:nth-child(2) {
    margin: 500px 0 0 0
}

.p-invite__list li:nth-child(3) {
    margin: 150px 0 0 0
}

.p-invite__list span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 140px 0;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%
}

.p-invite__list p {
    margin: 0;
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.p-invite--white {
    background-color: #f4f4f4
}

.p-invite--white .p-invite__center p {
    color: #050f1c;
    font-size: 139px;
    font-weight: 800;
    line-height: 105%;
    text-transform: uppercase
}

.p-invite--white .p-invite__list span {
    margin: 0 0 100px 0
}

.p-goal {
    padding: 120px 0 65px;
    background-color: #0c1b2e
}

.p-goal .title {
    color: #fff
}

.p-goal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-goal__left {
    max-width: 560px;
    width: 100%;
    margin: 0 20px 0 0;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.p-goal__left .title {
    margin: 0 0 30px 0
}

.p-goal__left span {
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 16px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase
}

.p-goal__right {
    max-width: 520px;
    width: 100%
}

.p-goal__right li {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    padding: 25px;
    border-radius: 8px;
    background: #fff;
    margin: 0 0 20px 0
}

.p-goal__right span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 60px 0;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%
}

.p-goal__right strong {
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.p-goal__right p {
    margin: 20px 0 0 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%
}

.p-goal--education {
    padding: 190px 0 65px
}

.p-goal--education .p-goal__right span {
    margin: 0 0 105px 0
}

.p-options {
    padding: 75px 0 120px;
    background-color: #0c1b2e
}

.p-options .title {
    color: #fff
}

.p-options .title {
    margin: 0 0 70px 0
}

.p-options ol {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    list-style: none;
    counter-reset: my-counter;
    padding-left: 0
}

.p-options ol p {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.p-options ol li {
    counter-increment: my-counter;
    position: relative;
    padding: 45px 0 10px 0;
    border-top: 1px solid #46576e
}

.p-options ol li::before {
    content: counter(my-counter, decimal-leading-zero) ". ";
    position: absolute;
    left: 0;
    top: 15px;
    color: #c63d2f;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.p-contacts {
    padding: 120px 0
}

.p-contacts .title {
    margin: 0 0 70px 0
}

.p-contacts .title span {
    color: #c63d2f
}

.p-contacts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-contacts__left {
    max-width: 725px;
    width: 100%;
    margin: 0 20px 0 0
}

.p-contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 40px 0
}

.p-contacts__col {
    max-width: 305px;
    width: 100%;
    margin: 0 20px 0 0
}

.p-contacts__col span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.p-contacts__col p,
.p-contacts__col a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #050f1c;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase
}

.p-contacts__col .soc {
    margin: 5px 0 0 0
}

.p-contacts__right {
    padding: 50px;
    max-width: 525px;
    width: 100%;
    border-radius: 10px;
    background: #fff
}

.p-contacts__right p {
    margin: 0 0 30px 0;
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.p-contacts__right-title {
    margin: 0 0 10px 0;
    font-family: "Murs-gothic";
    font-size: 24px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase
}

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

.page-form__md .page-form__input-wrap {
    width: calc(50% - 10px);
    margin: 0 0 10px 10px
}

.page-form__input-wrap input {
    padding: 10px;
    border-radius: 4px;
    background: #f4f4f4;
    height: 60px;
    width: 100%;
    border: none;
    outline: none
}

.page-form__input-wrap input::-webkit-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.page-form__input-wrap input::-moz-placeholder {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.page-form__input-wrap input:-ms-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.page-form__input-wrap input::-ms-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.page-form__input-wrap input::placeholder {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.page-form__textarea-wrap textarea {
    width: 100%;
    resize: none;
    height: 130px;
    border-radius: 4px;
    background: #f4f4f4;
    border: none;
    outline: none;
    padding: 10px
}

.page-form__textarea-wrap textarea::-webkit-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.page-form__textarea-wrap textarea::-moz-placeholder {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.page-form__textarea-wrap textarea:-ms-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.page-form__textarea-wrap textarea::-ms-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.page-form__textarea-wrap textarea::placeholder {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.page-form .btn {
    width: 100%;
    margin: 30px 0 0 0
}

.page-form .btn span {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-logo {
    margin: -68px 0 0 0
}

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

.page-logo__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.page-logo__item:nth-child(even) .page-logo__left {
    padding-left: 100px
}

.page-logo__left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px 0 0
}

.page-logo__left p {
    margin: 0 0 30px 0;
    max-width: 515px;
    font-family: "Murs-gothic";
    font-size: 32px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase
}

.page-logo__right {
    width: 50%;
    height: 520px;
    font-size: 0
}

.page-logo__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-contacts {
    padding-top: 55px
}

.page-contacts .title {
    margin: 0 0 30px 0
}

.page-contacts iframe {
    margin: 120px 0 0 0;
    width: 100%;
    height: 600px
}

.intro-study {
    padding: 60px 0 0;
    background-image: url("../images/content/matches-intro.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #050f1c;
    border-bottom: 1px solid #46576e
}

.intro-study img {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto 25px
}

.intro-study h1 {
    margin: 0 0 20px 0;
    font-size: 64px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

.intro-study .matches-intro__tab {
    margin: 0 auto 115px
}

.intro-study--aducation img {
    width: 300px
}

.intro-study--aducation h1 {
    margin: 0 0 200px 0
}

.subintro {
    padding: 80px 0 90px;
    background-color: #050f1c
}

.subintro__title {
    margin: 0 0 30px 0;
    text-indent: 210px;
    color: #fff;
    font-family: "Murs-gothic";
    font-size: 56px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.subintro__title span {
    color: #c63d2f
}

.subintro__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 185px 0
}

.subintro__left {
    margin: 0 0 30px 0;
    width: 45px;
    height: 45px
}

.subintro__left img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.subintro__right {
    margin: 0 40px 0 0;
    max-width: 700px;
    width: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.subintro__right p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%
}

.subintro__box {
    background-image: url("../images//content/academy.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative
}

.subintro__box>img {
    display: none
}

.subintro__box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(5, 15, 28)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgb(5, 15, 28) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgb(5, 15, 28) 0%, rgba(0, 0, 0, 0) 100%)
}

.subintro__box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(5, 15, 28)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgb(5, 15, 28) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgb(5, 15, 28) 0%, rgba(0, 0, 0, 0) 100%)
}

.subintro__box--school {
    background-image: url("../images//content/school.webp")
}

.subintro__box--kids {
    background-image: url("../images//content/kids.webp")
}

.subintro .container {
    height: 100%
}

.subintro__box-inner {
    padding: 40px 0 70px;
    min-height: 830px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.subintro__col {
    max-width: 305px;
    width: 100%
}

.subintro__col p {
    font-size: 16px;
    font-weight: 600;
    line-height: 130%
}

.subintro__col span {
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.subintro__col:first-child p {
    max-width: 200px
}

.subintro__col:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.subintro--aducation {
    position: relative
}

.subintro--aducation .title {
    text-indent: 210px;
    color: #fff;
    margin: 0 0 50px 0
}

.subintro--aducation .title span {
    color: #c63d2f
}

.subintro--aducation .container {
    position: relative;
    z-index: 1
}

.subintro--aducation img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%
}

.subintro--aducation .subintro__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.subintro--aducation .subintro__right {
    -webkit-transform: translateX(-55px);
    -ms-transform: translateX(-55px);
    transform: translateX(-55px);
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px
}

.cooperation {
    padding: 125px 0 120px
}

.cooperation__title {
    margin: 0 0 75px 0;
    text-indent: 210px;
    color: #050f1c;
    font-family: "Murs-gothic";
    font-size: 56px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.cooperation__title span {
    color: #c63d2f
}

.cooperation__inner {
    border-top: 1px solid #b7b7b7;
    padding: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cooperation__left {
    max-width: 455px;
    width: 100%;
    margin: 0 20px 0 0
}

.cooperation__subtitle {
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 33px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.cooperation__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 655px;
    width: 100%
}

.cooperation__col {
    margin: 0 0 0 20px
}

.cooperation__col span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0;
    color: #000;
    font-family: "Murs-gothic";
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.cooperation__col p {
    font-weight: 600;
    line-height: 140%
}

.cooperation__map {
    max-width: 1060px;
    width: 100%;
    display: block;
    margin: 50px auto 0
}

.cooperation__map img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.exellence {
    background-color: #050f1c;
    padding: 120px 0 240px;
    color: #fff
}

.exellence .title {
    margin: 0 0 70px 0
}

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

.exellence__left {
    max-width: 400px;
    width: 100%;
    margin: 0 195px 0 0
}

.exellence__item {
    margin: 0 0 40px 0
}

.exellence__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 0;
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.exellence__item p {
    font-weight: 600;
    line-height: 140%
}

.exellence__right {
    max-width: 600px;
    width: 100%
}

.exellence__slider {
    position: relative
}

.exellence__slider .swiper-slide {
    border-radius: 7px;
    overflow: hidden;
    font-size: 0
}

.exellence__slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.exellence .swiper-button-next,
.exellence .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 10px;
    top: auto;
    bottom: -100px;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.exellence .swiper-button-next svg path,
.exellence .swiper-button-prev svg path {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.exellence .swiper-button-next svg,
.exellence .swiper-button-next img,
.exellence .swiper-button-prev svg,
.exellence .swiper-button-prev img {
    width: 15px;
    height: 15px
}

.exellence .swiper-button-next::after,
.exellence .swiper-button-prev::after {
    display: none
}

.exellence .swiper-button-next:hover,
.exellence .swiper-button-prev:hover {
    background-color: #fff
}

.exellence .swiper-button-next:hover svg path,
.exellence .swiper-button-prev:hover svg path {
    fill: #050f1c
}

.exellence .swiper-button-next {
    left: calc(50% + 40px)
}

.exellence .swiper-button-next img,
.exellence .swiper-button-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.exellence .swiper-button-prev {
    left: calc(50% - 40px)
}

.faq {
    padding: 185px 0 40px
}

.faq .title {
    margin: 0 0 35px 0
}

.faq__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.faq__left {
    max-width: 375px
}

.faq__left p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 150%
}

.faq__right {
    max-width: 740px;
    width: 100%
}

.accordeon dl {
    padding: 20px;
    border-radius: 4px;
    background: #fff
}

.accordeon dt {
    padding: 0 40px 0 0;
    position: relative;
    color: #050f1c;
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    cursor: pointer
}

.accordeon dt::after {
    content: "";
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    right: 14px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.accordeon dt.active::after {
    top: 45%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.accordeon dd {
    margin: 0
}

.accordeon p {
    margin: 15px 0 0 0;
    color: #959595;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.form-section {
    padding: 100px 0 95px;
    background-color: #fff
}

.form-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-section .title {
    margin: 0 0 30px 0
}

.form-section__left {
    max-width: 550px;
    width: 100%;
    margin: 0 20px 0 0
}

.form-section__left p {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.form-section__right {
    max-width: 630px;
    width: 100%
}

.form-section__right-title {
    margin: 0 0 30px 0;
    font-family: "Murs-gothic";
    font-size: 24px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase
}

.dss-steps {
    padding: 130px 0 0 0;
    overflow: hidden
}

.dss-steps__title {
    margin: 0 0 75px 0;
    text-indent: 210px;
    color: #050f1c;
    font-family: "Murs-gothic";
    font-size: 56px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.dss-steps__title span {
    color: #c63d2f
}

.dss-steps__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.dss-steps__list::after {
    content: "";
    position: absolute;
    left: -30px;
    top: 30px;
    width: 100%;
    height: 1px;
    background-color: #c63d2f
}

.dss-steps__list p {
    color: #050f1c;
    font-family: "Murs-gothic";
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.dss-steps__list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dss-steps__list li:first-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.dss-steps__list li:last-child {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.dss-steps__num {
    position: relative;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #c63d2f;
    color: #fff;
    font-family: "Murs-gothic";
    font-size: 24px;
    font-weight: 800;
    line-height: 120%;
    z-index: 11
}

.dss-steps__num::after,
.dss-steps__num::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    height: 60px;
    background-color: #f4f4f4;
    z-index: -1
}

.dss-steps__num::after {
    left: -35px
}

.dss-steps__num::before {
    right: -35px
}

.dss-program {
    overflow: hidden
}

.dss-program .title {
    max-width: 950px;
    width: 100%;
    margin: 0 0 40px 0
}

.m-mission__slider--mwhite {
    margin: 0 0 60px auto
}

.deal-intro {
    padding: 70px 0 70px
}

.deal-intro__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.deal-intro .title {
    margin: 0 0 40px 0
}

.deal-intro__left {
    max-width: 470px;
    margin: 0 25px 0 0
}

.deal-intro__left span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 60px 0;
    max-width: 200px;
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 16px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase
}

.deal-intro__left p {
    max-width: 410px;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%
}

.deal-intro__right {
    max-width: 630px;
    border-radius: 8px;
    overflow: hidden
}

.deal-intro__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.deal-list {
    padding: 50px 0 60px;
    overflow: hidden
}

.deal-list .title {
    max-width: 940px;
    margin: 0 0 60px 0
}

.deal-list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.deal-list__box .deal-list__item {
    width: calc(33.33333% - 20px)
}

.deal-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px;
    margin: 0 0 20px 0;
    border-radius: 8px;
    background: #fff;
    min-height: 300px
}

.deal-list__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px 0;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.deal-list__item strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 16px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.deal-list__item p {
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%
}

.deal-bot {
    padding: 60px 0 120px
}

.deal-bot__title {
    margin: 0 0 75px 0;
    text-indent: 210px;
    color: #050f1c;
    font-family: "Murs-gothic";
    font-size: 56px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.deal-bot__title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #c63d2f
}

.deal-bot img {
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 auto 70px
}

.deal-bot__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1065px;
    width: 100%;
    margin: 0 0 0 auto
}

.deal-bot__box span {
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.deal-bot__txt {
    max-width: 380px;
    margin: 0 20px 0 0
}

.dss-educaiton {
    padding: 120px 0 30px
}

.dss-educaiton .title {
    margin: 0 0 65px 0
}

.dss-educaiton__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -20px
}

.dss-educaiton__item {
    overflow: hidden;
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff
}

.dss-educaiton__item-left {
    position: relative;
    border-radius: 8px;
    padding: 20px 30px
}

.dss-educaiton__item-left::after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 6px;
    bottom: 0;
    background-image: url("../images/icons/decor-card-2.svg");
    background-repeat: repeat;
    background-position: center;
    background-size: 100% 6px
}

.dss-educaiton__item-left img {
    width: 45px;
    height: 100%
}

.dss-educaiton__item-right {
    padding: 20px 30px;
    position: relative;
    position: relative
}

.dss-educaiton__item-right::after,
.dss-educaiton__item-right::before {
    content: "";
    position: absolute;
    left: -20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f4f4f4
}

.dss-educaiton__item-right::after {
    top: -20px
}

.dss-educaiton__item-right::before {
    bottom: -20px
}

.dss-educaiton__item-right img {
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 127px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain
}

.dss-educaiton__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 70px 0
}

.dss-educaiton__item-top span {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.dss-educaiton__top-left {
    max-width: 325px;
    margin: 0 20px 0 0
}

.dss-educaiton__top-left strong {
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.dss-educaiton__box {
    margin: 20px 0 0 0
}

.dss-educaiton__box span {
    color: #050f1c;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase
}

.dss-educaiton__box p {
    margin: 10px 0 0 0;
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%
}

.dss-educaiton .dss-pr {
    padding: 0 140px 0 0
}

.dss-educaiton__subtitle {
    margin: 60px 0 20px 0;
    font-family: "Murs-gothic";
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.dss-educaiton__sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -20px
}

.dss-educaiton__sub-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
    border-radius: 8px;
    background: #fff
}

.dss-educaiton__sub-left {
    padding: 20px 15px;
    position: relative
}

.dss-educaiton__sub-left::after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 6px;
    bottom: 0;
    background-image: url("../images/icons/decor-card-2.svg");
    background-repeat: repeat;
    background-position: center;
    background-size: 100% 6px
}

.dss-educaiton__sub-left img {
    width: 25px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.dss-educaiton__sub-right {
    padding: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dss-educaiton__sub-right::after,
.dss-educaiton__sub-right::before {
    content: "";
    position: absolute;
    left: -10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #f4f4f4
}

.dss-educaiton__sub-right::after {
    top: -10px
}

.dss-educaiton__sub-right::before {
    bottom: -10px
}

.dss-educaiton__sub-right span {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.dss-educaiton__sub-box {
    margin: 0 40px 0 0
}

.dss-educaiton__sub-box strong {
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.dss-educaiton--twoo {
    padding: 75px 0 30px
}

.dss-educaiton--twoo .title {
    margin: 0 0 30px 0
}

.dss-join {
    padding: 110px 0 115px
}

.dss-join__inner {
    margin: 0 0 0 200px
}

.dss-join .title {
    margin: 0 0 65px 0
}

.dss-join .title .dss-ml {
    display: block;
    color: #050f1c;
    -webkit-transform: translateX(-190px);
    -ms-transform: translateX(-190px);
    transform: translateX(-190px)
}

.dss-join .title span {
    display: block;
    color: #c63d2f
}

.dss-join__subtitle {
    margin: 0 0 30px 0;
    font-family: "Murs-gothic";
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.dss-join__list {
    max-width: 630px;
    width: 100%
}

.dss-join__item {
    margin: 0 0 10px 0;
    padding: 30px;
    border-radius: 8px;
    background: #fff
}

.dss-join__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 50px 0;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%
}

.dss-join__item strong {
    color: #c63d2f;
    font-family: "Murs-gothic";
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase
}

.dss-join__mob {
    color: #050f1c !important
}

.dss-join__sup {
    display: none
}

.footer {
    padding: 30px 0 25px;
    color: #b7b7b7;
    background-color: #050f1c
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #46576e
}

.footer__top a {
    width: 30px;
    height: 30px
}

.footer__top a svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__top li+li {
    margin: 0 0 0 35px
}

.footer__logo {
    display: block;
    width: 80px !important;
    height: auto !important
}

.footer__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 0 -20px;
    padding: 0 0 165px 0;
    background-image: url("/wp-content/uploads/2025/06/footer-revera-1.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 98%
}

.footer__md li {
    margin: 0 0 10px 0
}

.footer__md a {
    color: #b7b7b7;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.footer__md a:hover {
    -webkit-text-decoration-color: #b7b7b7;
    text-decoration-color: #b7b7b7
}

.footer__col {
    width: calc(11.11111% - 20px);
    margin: 0 0 30px 20px
}

.footer__title {
    margin: 0 0 25px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase
}

.footer__bot {
    margin: 20px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__bot p {
    margin: 0;
    color: #b7b7b7;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.header__bot {
    height: 80px
}

.matches-intro__links-wrap {
    overflow: hidden;
    cursor: -webkit-grab;
    cursor: grab
}

.matches-intro__links {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.matches-intro__links {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.matches-intro__links::-webkit-scrollbar {
    display: none
}

.dss-news {
    padding: 50px 0 145px
}

.dss-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -20px
}

.dss-news__item {
    width: calc(33.33333% - 20px);
    margin: 0 0 30px 20px
}

.dss-news__img {
    position: relative;
    margin: 0 0 15px 0;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    font-size: 0;
    height: 200px;
}

.dss-news__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.dss-news__sticker {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #050f1c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    padding: 6px 9px 6px 19px;
    border-radius: 4px;
    background: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.dss-news__sticker::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #050f1c;
    border-radius: 50%;
    left: 8px
}

.dss-news__date {
    margin: 0 0 5px 0;
    color: #b7b7b7;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.dss-news__title {
    margin: 0 0 15px 0;
    font-family: "Murs-gothic";
    color: #050f1c;
    font-size: 16px;
    font-weight: 800;
    line-height: 150%;
    text-transform: uppercase
}

.dss-news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.dss-news__link img {
    margin: 0 0 0 8px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-news__link:hover img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dss-article {
    padding: 65px 0 35px
}

.dss-article__top-info {
    margin: 0 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dss-article__top-info .dss-news__date {
    margin: 0 0 35px 0
}

.dss-article .container>img {
    margin: 0 0 30px 0;
    width: 100%;
    height: auto;
    border-radius: 12px
}

.dss-article__title {
    max-width: 990px;
    width: 100%;
    margin: 0 20px 0 0;
    color: #050f1c;
    font-family: "Murs-gothic";
    font-size: 64px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase
}

.dss-article__date {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.dss-article__inner {
    max-width: 845px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 80px 0
}

.dss-article__inner h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 40px;
    color: #050f1c;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase
}

.dss-article__inner p {
    color: #050f1c;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%
}

.dss-article__inner>img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 0 0 50px 0
}

.dss-article__md-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 30px -20px
}

.dss-article__md-box img {
    border-radius: 10px;
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
    -o-object-fit: cover;
    object-fit: cover
}

.article-tags {
    padding: 40px 0 50px;
    max-width: 845px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #9c9c9c
}

.article-tags__title {
    margin: 0 0 20px 0;
    color: #050f1c;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase
}

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

.article-tags__item {
    padding: 10px 15px;
    margin: 0 10px 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    border: 1px solid #9c9c9c;
    border-radius: 4px
}

.article-tags__item.active {
    background: #0c1b2e;
    color: #fff
}

.dss-recomendation {
    padding: 55px 0 130px
}

.dss-recomendation .title {
    margin: 0 0 50px 0
}

.dss-recomendation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -20px
}

.video {
    border-radius: 6px;
    overflow: hidden
}

.video__inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    cursor: pointer;
    overflow: hidden
}

.video__inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.video__inner::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    -webkit-backdrop-filter: blur(10.7px);
    backdrop-filter: blur(10.7px);
    background: rgba(255, 255, 255, .05) url("../images/icons/play.svg") no-repeat center;
    background-size: 40px 40px;
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s
}

.video__inner:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.video__inner.play .video__img {
    opacity: 0;
    z-index: -1;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3)
}

.video__inner.play::after {
    opacity: 0;
    z-index: -1
}

.video__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: linear .5s;
    -o-transition: linear .5s;
    transition: linear .5s;
    z-index: 2
}

.video__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.custom-dropdown {
  position: relative;
  max-width: 290px;
  width: 100%;
}

.dropdown-selected {
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0 15px;
	border-radius: 10px;
background: rgb(12, 27, 46);
	cursor: pointer;
	position: relative;
}
.dropdown-selected::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 10px;
  width: 10px;
  height: 7px;
  background-image: url("https://revera.navchora.org.ua/wp-content/uploads/2025/04/arrow-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.dropdown-selected::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  background-color: #46576e;
  width: 1px;
  height: 100%;
}

.dropdown-options {
	display: none;
  position: absolute;
	width: 100%;
  padding: 15px;
  top: 62px;
  border-radius: 10px !important;
  background: #0c1b2e;
}
.dropdown-options div{
	color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
	padding: 6px;
	cursor: pointer;
}
.custom-dropdown .dss-active {
    color: #c9a963;
}
.btn--arrow span:nth-child(2){
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn--arrow img{
	width: 45px;
	height: 45px;
}

.nf-field-element input{
    padding: 10px;
    border-radius: 4px;
    background: #f4f4f4;
    height: 60px !important;
    width: 100%;
    border: none;
    outline: none;
	font-size: 16px;
    font-weight: 600;
}
 
.nf-form-fields-required{
	display: none;
}
.nf-field-element textarea{
    width: 100%;
    resize: none;
    height: 130px;
    border-radius: 4px;
    background: #f4f4f4;
    border: none;
    outline: none;
    padding: 10px;
	font-size: 16px;
    font-weight: 600;
}
.nf-error-msg, .ninja-forms-req-symbol{
	display: none;
}
.nf-field-element input::placeholder,
.nf-field-element textarea::placeholder{
	 color: #9C9C9C;
}
.nf-field-container{
	margin: 0 !important;
}

nf-fields-wrap{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -10px
}
nf-fields-wrap nf-field{
	margin: 0 0 5px 10px;
	width: calc(50% - 10px);
}
.p-contacts__right nf-fields-wrap nf-field:nth-child(5){
	width: calc(100% - 10px);
}
.p-contacts__right nf-fields-wrap nf-field:nth-child(6){
	width: calc(100% - 10px);
	position: relative;
	cursor: pointer;
}
.p-contacts__right nf-fields-wrap nf-field:nth-child(6):hover::before{
	transform: rotate(90deg);
}
.p-contacts__right nf-fields-wrap nf-field:nth-child(6)::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: 60px;
    border-radius: 10px;
    background: #c63d2f;
}
.p-contacts__right nf-fields-wrap nf-field:nth-child(6)::before{
	content: "";
	position: absolute;
    right: 6px;
    top: 6px;
	height: 45px;
	width: 45px;
	background-image: url("/wp-content/themes/revera/images/icons/arrow-3.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
	transition: linear .2s;
}
.field-wrap input[type=submit]{
	height: 60px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    background: #c63d2f;
    color: #fff !important;
    line-height: 150%;
	width: calc(100% - 70px) !important;
    text-align: center;
    justify-content: center;
	cursor: pointer;
}



.academy-form nf-fields-wrap nf-field:nth-child(5) {
	margin: 0 0 5px 10px;
	width: calc(50% - 10px);
}

.academy-form nf-fields-wrap nf-field:nth-child(6){
	margin: 0 0 5px 10px;
	width: calc(50% - 10px);
}

.academy-form nf-fields-wrap nf-field:nth-child(7){
	width: calc(100% - 10px);
}
.academy-form nf-fields-wrap nf-field:nth-child(8){
	width: calc(100% - 10px);
	position: relative;
	cursor: pointer;
}

.academy-form nf-fields-wrap nf-field:nth-child(8):hover::before{
	transform: rotate(90deg);
}
.academy-form nf-fields-wrap nf-field:nth-child(8)::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: 60px;
    border-radius: 10px;
    background: #c63d2f;
}
.academy-form nf-fields-wrap nf-field:nth-child(8)::before{
	content: "";
	position: absolute;
    right: 6px;
    top: 6px;
	height: 45px;
	width: 45px;
	background-image: url("/wp-content/themes/revera/images/icons/arrow-3.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
	transition: linear .2s;
}
.m-info input{
	width: 100%;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    border: none;
    border-bottom: 1px solid #b7b7b7;
	background-color: transparent;
}
.m-info nf-field {
    margin: 0 0 5px 10px;
    width: calc(100% - 10px);
}
.m-info .field-wrap input[type=submit]{
	width: 100% !important;
	margin: 30px 0 0 0;
}




@media(max-width: 1200px) {
    .dss-article__title {
        font-size: 44px
    }
}

@media(max-width: 992px) {
    .dss-article__title {
        font-size: 36px
    }

    .dss-news__item {
        width: calc(50% - 20px)
    }

    .dss-news {
        padding: 20px 0 65px
    }

    .dss-recomendation {
        padding: 40px 0 65px
    }

    .video__inner::after {
        width: 70px;
        height: 70px;
        background-size: 30px 30px
    }
}

@media(max-width: 768px) {
	.sticky-bar {
		display: none;
	}
	
    .dss-news__sticker {
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .dss-news__date {
        font-size: 12px
    }

    .dss-article__top-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .dss-article__title {
        margin: 0 0 10px 0
    }

    .dss-article .dss-news__date {
        font-size: 14px
    }

    .dss-article__top-info .dss-news__date {
        margin: 0 0 25px 0
    }

    .dss-article .container>img {
        margin: 0 0 10px 0
    }

    .dss-article__inner h2 {
        margin: 30px 0 16px
    }

    .dss-article__inner {
        padding: 0 0 20px 0
    }

    .article-tags {
        padding: 40px 0 25px
    }

    .dss-recomendation .title {
        margin: 0 0 30px 0
    }
	.history-item__md span {
        font-size: 58px !important;
    }
	 .history-item__title {
        font-size: 24px !important;
    }
	.history-item__left {
		max-width: 100%;
	}
	.history-item__md{
		height: 150px !important;
	}
	.history-box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	
}

@media(max-width: 576px) {
	nf-fields-wrap nf-field {
		width: calc(100% - 10px);
	}
	.intro-page h1 {
        font-size: 32px !important;
    }
    .dss-news__item {
        width: calc(100% - 20px)
    }
}




@media(min-width: 992px) {
    .header__item-child .header__menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease
    }

    .header__item-child:hover>.header__menu {
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    .header__nav>ul>li {
        margin: 0 0 0 10px
    }

    .header__item-child:hover>span {
        border-color: #c63d2f
    }

    .header__item-child:hover>span::after {
        -webkit-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0)
    }

    .header__item-child .header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 0;
        right: 0;
        top: 127px;
        z-index: 10
    }

    .header.sticky .header__item-child .header__menu {
        top: 81px
    }

    .header__box {
        margin: 0 20px 0 auto
    }
}

@media(max-width: 1300px) {

    .p-invite__title,
    .subintro__title,
    .cooperation__title,
    .dss-steps__title,
    .deal-bot__title,
    .subintro--aducation .title {
        font-size: 52px
    }

    .m-start__title {
        font-size: 84px
    }

    .m-start__title p span {
        font-size: 16px
    }

    .m-info__left {
        max-width: 770px
    }

    .player-intro__md {
        -webkit-transform: translateX(-70px);
        -ms-transform: translateX(-70px);
        transform: translateX(-70px)
    }

    .p-intro__title {
        text-indent: 110px;
        font-size: 36px
    }

    .history-box__title,
    .hostory-gallery__title {
        font-size: 36px
    }

    .history-item__md span {
        font-size: 130px
    }

    .history-item__md span:nth-child(2) {
        bottom: -60px;
        right: -100px
    }

    .history-item__md span:nth-child(1) {
        top: -70px;
        left: -80px
    }
}

@media(max-width: 1200px) {
    .p-invite--white .p-invite__center p {
        font-size: 100px
    }

    .exellence__left {
        margin: 0 100px 0 0
    }

    .p-invite__center span {
        font-size: 100px
    }

    .p-invite__center p {
        font-size: 52px
    }

    .dss-card {
        padding-bottom: 64%
    }

    .dss-card__bot p {
        font-size: 20px
    }

    .dss-card__bot span {
        font-size: 54px;
        margin: 0 10px 0 0
    }

    .crad-box__list .dss-card {
        width: calc(50% - 20px);
        margin: 0 0 20px 20px
    }

    .m-info__left {
        max-width: 600px
    }

    .title {
        font-size: 36px !important
    }

    .info-match__top-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .info-match__top-info {
        margin: 0 0 15px 0
    }

    .m-about__title {
        font-size: 46px
    }

    .m-start__title {
        font-size: 70px
    }

    .m-start {
        padding: 100px 0 0
    }

    .m-start__card {
        top: 18vh
    }

    .m-start__card:nth-child(2) {
        top: 22vh
    }

    .m-start__card:nth-child(3) {
        top: 24vh
    }

    .m-start__card:nth-child(4) {
        top: 26vh
    }

    .footer__md {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__col {
        width: calc(16.11111% - 20px)
    }

    .m-item__col:nth-child(2) p,
    .m-item__col:nth-child(4) p {
        font-size: 20px
    }

    .m-item__col:nth-child(5) {
		width: 21%;
        margin: 0 0 0 30px
    }

    .m-item__col:nth-child(2) {
        margin: 0 0 0 30px;
        width: 23%
    }

    .m-item__col:nth-child(4) {
        width: 23%
    }

    .m-item__col:nth-child(3) {
        margin: 0 15px
    }

    .card-one__title {
        font-size: 52px
    }

    .player-intro__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .player-intro__md {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        max-width: 390px;
        margin: 0 auto
    }

    .player-intro__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: 100%;
        margin: 0 0 20px 0
    }

    .player-intro__left span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 10px 0 0;
        font-size: 75px
    }

    .player-intro__title {
        font-size: 28px
    }

    .player-intro__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 0;
        max-width: 100%;
        margin: 0 0 0 -20px
    }

    .player-intro__item {
        width: calc(25% - 20px);
        margin: 0 0 0 20px
    }

    .player-intro__inner::after {
        z-index: 1
    }

    .header__item-child>span {
        padding: 28px 13px 24px 10px;
        font-size: 14px
    }

    .header__search-btn.active {
        font-size: 9px
    }

    .p-contacts__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .p-contacts__right {
        max-width: 100%
    }
}

@media(max-width: 992px) {
	.m-gallery .swiper-button-prev{
    	left: calc(50% - 30px);
	}
	.m-gallery .swiper-button-next {
		left: calc(50% + 30px);
	}
    .subintro--aducation .subintro__inner {
        margin: 0;
        padding: 0 0 50px 0
    }

    .subintro--aducation .subintro__right {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    .p-invite--white .p-invite__center p {
        font-size: 62px
    }

    .margin-top {
        margin-top: 110px
    }

    .p-invite__list span {
        margin: 0 0 80px 0
    }

    .p-invite__title,
    .subintro__title,
    .cooperation__title,
    .dss-steps__title,
    .deal-bot__title,
    .subintro--aducation .title {
        font-size: 36px
    }

    .p-invite__center span {
        font-size: 65px
    }

    .p-invite__center p {
        font-size: 24px
    }

    .m-mission .swiper-button-next,
    .m-mission .swiper-button-prev {
        top: -125px;
        width: 50px;
        height: 50px;
        border-radius: 6px
    }

    .p-intro--two .p-intro__text p:first-child {
        max-width: 100%
    }

    .header__search-btn.active {
        font-size: 14px
    }

    .header.sticky .header__form-wrap {
        top: 72px;
        height: calc(100vh - 72px);
        overflow: auto
    }

    .card-one__title {
        font-size: 32px
    }

    .m-about {
        padding: 70px 0 80px
    }

    .m-about__text .btn {
        margin: 30px auto 0
    }

    .dss-intro h1 {
        max-width: 350px;
        font-size: 24px
    }

    .dss-intro p {
        font-size: 44px
    }

    .info-match .title,
    .info-match__top-box,
    .info-match .match-item {
        width: calc(100% - 20px)
    }

    .info-match .title {
        margin: 0 0 30px 20px
    }

    #countdown .countdown-wrap {
        width: 25%
    }

    .info-match__bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .dss-tab {
        padding: 85px 0
    }

    .dss-tab .title {
        text-align: left
    }

    .m-about__title {
        font-size: 36px
    }

    .m-about .container>img {
        margin: 0 auto 60px;
        width: 100px;
        height: 100px
    }

    .m-start {
        padding: 180px 0 0;
        background-color: #fff
    }

    .m-start__card {
        max-width: 260px;
        top: 20vh
    }

    .m-start__title {
        position: static
    }

    .m-start__title p {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .m-start__title {
        font-size: 36px;
        margin: 0 0 50px 0;
		padding-bottom: 0;
    }

    .m-start__title p {
        display: inline-block;
        font-size: 20px;
        line-height: 1.2
    }

    .m-news {
        padding: 85px 0 50px
    }

    .m-partners {
        padding: 80px 0 60px
    }

    .m-gallery__slider .swiper-slide {
        height: 400px
    }

    .m-gallery {
        padding: 85px 0 175px
    }

    .m-gallery .title {
        margin: 0 0 30px 0
    }

    .m-gallery .swiper-button-next,
    .m-gallery .swiper-button-prev {
        width: 50px;
        height: 50px;
        border-radius: 6px;
        bottom: -90px
    }

    .m-info__title {
        font-size: 24px
    }

    .m-info__top img {
        width: 62px
    }

    .m-info__item p,
    .m-info__item span {
        padding: 10px 5px;
        font-size: 10px
    }

    .m-info__bot img {
        width: 75px;
        height: 75px;
        margin: 0 10px 0 0
    }

    .m-info__left {
        max-width: 450px
    }

    .footer__col {
        width: calc(20% - 20px)
    }

    .m-info {
        padding: 80px 0 65px
    }

    .m-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .m-item__col:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 15px 0
    }

    .m-item__col:nth-child(1) span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 5px 0 0
    }

    .m-item__col:nth-child(2) {
        width: 50%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .m-item__col:nth-child(2) img {
        margin: 0 0 10px 0
    }

    .m-item__col:nth-child(2) p {
        margin: 0
    }

    .m-item__col:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }

    .m-item__col:nth-child(4) {
        width: 50%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .m-item__col:nth-child(4) img {
        margin: 0 0 10px 0
    }

    .m-item__col:nth-child(4) p {
        margin: 0
    }

    .m-item__col:nth-child(5) {
        width: 100%;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin: 30px 0 0 0
    }

    .m-item__col:nth-child(5) .btn {
        margin: 0 auto
    }

    .m-item__col:nth-child(5) .btn span span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 5px 0 0;
        padding: 0
    }

    .next-match #countdown {
        width: 100%
    }

    .next-match {
        padding: 25px 0 50px
    }

    .next-match .title {
        margin: 0 0 30px 0
    }

    .match-box {
        padding: 40px 0 65px
    }

    .match-box .title {
        margin: 0 0 30px 0
    }

    .match-box__top {
        margin: 0 0 40px 0
    }

    .m-item {
        padding: 30px
    }

    .header__top {
        height: 40px;
        padding: 5px 0
    }

    .header__top .header__top-info,
    .header__top .soc,
    .header__top .header__languege {
        display: none
    }

    .header__top .header__partners {
        margin: 0 0 0 auto
    }

    .header__logo {
        width: 48px;
        height: 60px
    }

    .header__menu-btn {
        width: 72px;
        height: 72px
    }

    .header__menu-right {
        display: none !important
    }

    .header__search-btn {
        margin: 0 0 0 auto
    }

    .header {
        height: 112px
    }

    .header__box {
        padding: 20px;
        margin: 0;
        position: fixed;
        top: 112px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 112px);
        z-index: 999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow: auto;
        background: #fff;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        -webkit-transition: linear .4s;
        -o-transition: linear .4s;
        transition: linear .4s
    }

    .header__form-wrap {
        top: 112px;
        height: calc(100vh - 112px)
    }

    .header__form-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }

    .header__search-col {
        margin: 0 0 30px 0
    }

    .header__box.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .header__item-child>span {
        color: #050f1c
    }

    .header__item-child>span::after {
        background-image: url("../images/icons/arrow-6.svg")
    }

    .header__menu {
        padding: 20px;
        margin: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 112px);
        z-index: 9999999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow: auto;
        background: #fff;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        -webkit-transition: linear .4s;
        -o-transition: linear .4s;
        transition: linear .4s
    }

    .header__menu.show {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .header__item-back {
        position: relative;
        z-index: 10;
        margin: 0 0 40px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        color: #050f1c;
        font-size: 14px;
        font-weight: 600;
        line-height: 150%;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        outline: none;
		padding-left: 0;
    }

    .header__item-back img {
        width: 20px;
        height: 20px;
        margin: 0 10px 0 0
    }

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

    .header__item-title {
        display: block;
        margin: 0 0 40px 0;
        color: #050f1c;
        font-family: "Murs-gothic";
        font-size: 24px;
        font-weight: 800;
        line-height: 120%;
        text-transform: uppercase
    }

    .header__submenu {
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
        column-count: 1 !important
    }

    .header__nav>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header__item-child>span {
        padding: 0 25px 0 0
    }

    .header__item-child>span {
        margin: 0 0 10px 0;
        color: #050f1c;
        font-size: 18px;
        font-weight: 600;
        line-height: 150%
    }

    .header__item-child>span::after {
        -webkit-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0);
        width: 13px;
        height: 12px
    }

    .header__box-mob {
        display: block;
        color: #050f1c;
        width: 100%
    }

    .header__nav {
        width: 100%;
        border-bottom: 1px solid #b7b7b7
    }

    .header__box-info {
        padding: 30px 0;
        border-bottom: 1px solid #b7b7b7;
    }

    .header__box-info li {
        margin: 0 0 15px 0
    }

    .header__box-info li:last-child {
        margin: 0
    }

    .header__box-info a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        font-weight: 600;
        line-height: 150%;
        text-transform: uppercase
    }

    .header__box-info a img {
        width: 18px;
        height: 18px;
        margin: 0 10px 0 0
    }

    .header__box-bot {
        margin: 40px 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header__box-lang {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__box-lang li {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .header__box-lang li:first-child {
        padding: 0 10px 0 0;
        margin: 0 10px 0 0;
        border-right: 1px solid #46576e
    }

    .header__box-lang img {
        width: 18px;
        height: 18px;
        margin: 0 10px 0 0
    }

    .header__box-lang a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #b7b7b7;
        font-size: 18px;
        font-weight: 600;
        line-height: 150%;
        text-transform: uppercase
    }

    .header__box-lang li.active a {
        color: #050f1c
    }

    .header.sticky {
        height: 72px
    }

    .header__menu-btn {
        margin: 0 0 0 20px
    }

    .header.sticky .header__box {
        top: 72px;
        height: calc(100vh - 72px)
    }

    .header.sticky .header__menu {
        height: calc(100vh - 72px)
    }

    .intro-page h1 {
        font-size: 36px
    }

    .p-intro__title {
        text-indent: 0;
        font-size: 36px
    }

    .p-intro__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .p-intro__inner p {
        text-align: left;
        max-width: 100%;
        font-size: 16px;
        max-width: 285px;
        margin: 0 0 20px 0
    }

    .p-intro img {
        width: 115px;
        height: 115px;
        margin: 0 auto 45px
    }

    .history-item__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 350px;
        margin: 0 auto
    }

    .history-item__md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        height: 250px;
        margin: 0 0 40px 0
    }

    .history-item__md span {
        font-size: 110px
    }

    .history-item__md span:nth-child(1) {
        top: -30px;
        left: -6px;
        z-index: 2
    }

    .history-item__md span:nth-child(2) {
        bottom: -35px;
        right: 0px
    }

    .wrapper-anim {
        padding: 90px 0 40px 0
    }

    .history-item__title {
        font-size: 24px;
        margin: 0
    }

    .history-item p {
        margin: 15px 0 0 0;
        font-size: 14px
    }

    .history-item__right {
        font-size: 14px
    }

    .p-intro__text {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        max-width: 100%
    }

    .hostory-gallery__title {
        font-size: 20px;
        text-indent: 0
    }

    .intro-page {
        padding: 155px 0 0 0
    }

    .intro-page h1 {
        margin: 0 0 180px 0
    }

    .p-intro {
        padding: 10px 0 60px
    }

    .history-box__title {
        text-align: left
    }

    .history-box__title span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .history-box {
        padding-top: 90px
    }

    .history-box__title {
        line-height: 130%
    }

    .history-box__inner {
        height: 490px
    }

    .hostory-gallery {
        padding: 90px 0
    }

    .hostory-gallery__title {
        margin: 0 0 25px 0
    }

    .hostory-gallery img {
        width: 100%
    }

    .m-mission {
        padding: 90px 0 0 0
    }

    .m-mission .title {
        margin: 0 0 40px 0
    }

    .stadium-intro__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .stadium-intro .title {
        margin: 30px 0 40px 0
    }

    .stadium-intro__right {
        max-width: 100%
    }

    .stadium-intro__left {
        padding: 30px 0 50px
    }

    .stadium-intro__left p {
        font-size: 20px
    }

    .stadium-intro__item {
        min-height: 160px
    }

    .stadium {
        padding: 40px 0 80px;
        min-height: 680px
    }

    .page-stadium .intro-page h1 {
        font-size: 32px
    }

    .p-partners__list li {
        width: calc(100% - 20px)
    }

    .p-invite {
        padding: 70px 0
    }

    .page-logo__left p {
        font-size: 30px
    }

    .subintro__left {
        display: none
    }

    .subintro__right {
        margin: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .subintro__box {
        background-image: none
    }

    .subintro__box::before,
    .subintro__box::after {
        display: none
    }

    .subintro__box-inner {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .subintro__col {
        max-width: 100% !important
    }

    .subintro__col p {
        max-width: 100% !important
    }

    .subintro__box>img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 0 30px 0
    }

    .subintro {
        padding: 70px 0 0;
        background-color: #050f1c
    }

    .subintro__inner {
        margin: 0 0 50px 0
    }

    .cooperation__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cooperation__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cooperation__col {
        margin: 0 0 20px 0
    }

    .cooperation__left {
        margin: 0 0 40px 0
    }

    .cooperation {
        padding: 84px 0 65px
    }

    .cooperation__subtitle {
        font-size: 20px
    }

    .cooperation__col span {
        margin: 0 0 10px 0
    }

    .cooperation__map {
        margin: 10px auto 0
    }

    .exellence__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .exellence__left {
        max-width: 100%;
        margin: 0
    }

    .exellence__right {
        max-width: 100%
    }

    .exellence {
        padding: 90px 0 170px
    }

    .exellence .title {
        margin: 0 0 30px 0
    }

    .faq {
        padding: 90px 0 60px
    }

    .faq__inner,
    .form-section__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .faq__left {
        max-width: 100%;
        margin: 0 0 40px 0
    }

    .form-section__left {
        margin: 0 0 20px 0
    }

    .form-section {
        padding: 90px 0 95px
    }

    .form-section .title {
        margin: 0 0 15px 0
    }

    .form-section__right-title {
        font-size: 16px
    }

    .form-section__right-title {
        margin: 0 0 20px 0
    }

    .form-section__right {
        max-width: 100%
    }

    .dss-steps__list p {
        font-size: 16px
    }

    .deal-intro__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .deal-intro__left {
        max-width: 100%;
        margin: 0 0 20px 0
    }

    .deal-intro__left p {
        max-width: 100%
    }

    .deal-intro__right {
        max-width: 100%
    }

    .deal-intro {
        padding: 40px 0 30px
    }

    .deal-intro__left span {
        max-width: 100%
    }

    .deal-intro__left span {
        margin: 0 0 40px 0
    }

    .deal-intro .title {
        margin: 0 0 20px 0
    }

    .deal-bot img {
        width: 90px;
        height: 90px;
        margin: 0 auto 50px
    }

    .deal-list {
        padding: 50px 0 20px
    }

    .deal-bot {
        padding: 45px 0 80px
    }

    .dss-educaiton__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .dss-educaiton__item-left img {
        width: 100%;
        height: 38px
    }

    .dss-educaiton__item-left {
        padding: 15px 25px
    }

    .dss-educaiton__item-left::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 6px;
        top: 0;
        background-image: url(../images/icons/decor-cardsvg.svg);
        background-repeat: repeat;
        background-position: center;
        background-size: 6px 100%;
        width: 100%
    }

    .dss-educaiton__item-right::after {
        top: auto;
        bottom: -20px;
        right: -20px;
        left: auto
    }

    .dss-educaiton__item-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .dss-educaiton__item-right img {
        display: none
    }

    .dss-educaiton .dss-pr {
        padding: 0
    }

    .dss-educaiton__item-right {
        padding: 20px;
        height: 100%
    }

    .dss-educaiton__item-top span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 10px 0
    }

    .dss-educaiton__top-left strong {
        font-size: 20px
    }

    .dss-educaiton__item-top {
        margin: 0 0 70px 0
    }

    .dss-educaiton__sub-box strong {
        font-size: 16px
    }

    .dss-educaiton {
        padding: 90px 0 30px
    }

    .dss-educaiton .title {
        margin: 0 0 30px 0
    }

    .dss-join .title .dss-ml {
        display: inline;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .dss-join .title span {
        display: inline
    }

    .dss-join__inner {
        margin: 0
    }

    .dss-join__mob {
        display: none !important
    }

    .dss-join__sup {
        display: block;
        margin: 0 0 20px 0;
        font-family: "Murs-gothic";
        font-size: 20px;
        font-weight: 800;
        line-height: 130%;
        text-transform: uppercase
    }

    .dss-join {
        padding: 35px 0 115px
    }

    .dss-join__subtitle {
        font-size: 16px
    }

    .dss-join .title {
        margin: 0 0 45px 0
    }

    .dss-join__item {
        padding: 20px
    }

    .dss-join__item span {
        margin: 0 0 30px 0
    }

    .dss-join__item strong {
        font-size: 16px;
        line-height: 130%
    }
}

@media(max-width: 768px) {
    .p-goal__left .title {
        font-size: 26px !important
    }

    .dss-educaiton__item {
        width: calc(100% - 20px);
        margin: 0 0 40px 20px
    }

    .dss-educaiton__sub-item {
        width: calc(100% - 20px)
    }

    .subintro--aducation img {
        position: static;
        height: 480px;
        width: 100%;
        margin: -80px 0 0 0
    }

    .intro-study--aducation img {
        width: 180px !important
    }

    .intro-study--aducation h1 {
        margin: 0 0 190px 0 !important
    }

    .subintro--aducation .title {
        font-size: 30px !important
    }

    .deal-bot__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .deal-bot__txt {
        margin: 0 0 30px 0
    }

    .p-invite--white .p-invite__center p {
        font-size: 45px
    }

    .exellence .title {
        font-size: 30px !important
    }

    .p-invite__center {
        position: static;
        height: auto;
        opacity: 1;
        margin: 0 0 80px 0
    }

    .p-invite__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .p-invite__list li {
        width: 100%
    }

    .p-invite__list li {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        margin: 0 0 20px 0 !important
    }

    .p-invite__title {
        font-size: 28px
    }

    .deal-bot__title {
        margin: 0 0 35px 0;
        font-size: 30px;
        text-indent: 0
    }

    .cooperation__title {
        font-size: 36px;
        text-indent: 0
    }

    .dss-steps__title,
    .subintro--aducation .title {
        font-size: 30px
    }

    .subintro--aducation .title {
        text-indent: 0
    }

    .subintro__title {
        font-size: 30px;
        text-indent: 0
    }

    .subintro__title span {
        font-size: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 20px 0
    }

    .p-invite__title {
        text-indent: 0;
        margin: 0 0 100px 0
    }

    .p-map img {
        height: 510px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .p-map {
        padding: 80px 0 0 0
    }

    .p-map .title {
        margin: 0 0 40px 0
    }

    .card-one .dss-card__sticker {
        margin: 0 0 20px 0
    }

    .card-one__title {
        margin: 0 0 10px 0
    }

    .card-one__right {
        margin: 0 auto
    }

    .card-one {
        padding: 25px 0 20px
    }

    .card-one__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card-one__left {
        max-width: 100%;
        margin: 0;
        position: relative;
        padding: 30px 20px 0
    }

    .card-one__left img {
        position: absolute;
        top: 30px;
        right: 20px
    }

    .crad-box__list {
        display: none
    }

    .crad-box__slider {
        display: block
    }

    .dss-card {
        padding-bottom: 132%
    }

    .dss-card__top,
    .dss-card__bot {
        padding: 10px
    }

    .dss-card__sticker {
        font-size: 12px;
        padding: 5px 10px
    }

    .m-gallery__slider .swiper-slide {
        height: 320px
    }

    .m-partners .title {
        margin: 0 0 35px 0
    }

    .m-news .m-news__slider {
        height: auto
    }

    .dss-intro {
        padding: 160px 0 55px
    }

    .info-match {
        padding: 95px 0 20px
    }

    .info-match__top-box {
        padding: 20px
    }

    .info-match__top-info {
        margin: 0 0 40px 0
    }

    .dss-swipe {
        display: block;
        margin: 0 20px 30px auto
    }

    .dss-table-wrap {
        overflow: auto;
        width: calc(100% + 20px)
    }

    .dss-table {
        width: 800px
    }

    .dss-table__col:first-child {
        padding-left: 15px
    }

    .dss-table__col img {
        margin: 0 10px 0 15px;
        width: 25px;
        height: 25px
    }

    .dss-table__col:nth-child(1) {
        max-width: 210px;
        width: 100%
    }

    .dss-table__col {
        font-size: 12px
    }

    .m-about__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }

    .m-about__left {
        position: static;
        margin: 0 0 10px 0
    }

    .m-about__text {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .m-about__title {
        margin: 0 0 20px 0;
        text-indent: 0
    }

    .m-about__inner:last-child {
        display: none
    }

    .m-partners__list li {
        width: calc(50% - 10px)
    }

    .m-news__top .btn {
        display: none
    }

    .m-news .container>.btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 50px auto 0
    }

    .m-news__img {
        border-radius: 6px;
        height: 170px
    }

    .m-news__stickers li {
        font-size: 12px
    }

    .m-partners__img img {
        width: 40%;
        height: auto;
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

    .m-partners__suptitle {
        display: block;
        margin: 0 0 20px 0;
        font-size: 16px;
        font-weight: 800;
        line-height: 130%;
        text-transform: uppercase
    }

    .m-info__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        margin: 0 0 4px 0
    }

    .m-info__left-img {
        width: 100%;
        height: auto
    }

    .m-info__left-img img {
        width: 100%;
        height: auto
    }

    .m-info__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .m-info__left::after {
        content: "";
        position: absolute;
        top: auto;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        bottom: -4px;
        height: 4px;
        right: 0;
        left: 50%;
        width: 98%;
        background-image: url(../images/content/decor-2.png);
        background-repeat: repeat;
        background-size: contain;
        background-position: center
    }

    .m-info__right {
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transform: perspective(1000px) rotateX(-90deg);
        transform: perspective(1000px) rotateX(-90deg);
        -webkit-transition: -webkit-transform .8s ease;
        transition: -webkit-transform .8s ease;
        -o-transition: transform .8s ease;
        transition: transform .8s ease;
        transition: transform .8s ease, -webkit-transform .8s ease;
        opacity: 0
    }

    .footer__col {
        width: calc(50% - 20px)
    }

    .footer__col ul {
        display: none;
        margin: 20px 0 0 0
    }

    .footer__title {
        padding: 0 30px 0 0;
        margin: 0
    }

    .footer__title span {
        position: relative;
        padding: 0 20px 0 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__title span::after {
        content: "";
        position: absolute;
        right: -5px;
        top: 6px;
        background-image: url(../images/icons/arrow-1.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 10px;
        height: 7px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .m-info__right {
        padding: 30px 20px
    }

    .m-info__subtitle {
        margin: 0 0 15px 0
    }

    .m-info__right .btn {
        margin: 20px 0 0 0
    }

    .footer__logo {
        width: 51px !important
    }

    .footer__top li+li {
        margin: 0 0 0 20px
    }

    .footer__top {
        margin: 0 0 30px 0
    }

    .footer__col {
        margin: 0 0 25px 20px
    }

    .footer__md {
        padding: 0 0 225px 0
    }

    .footer__title span {
        font-size: 16px
    }

    .footer__title.active span::after {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .matches-intro h1,
    .intro-study h1 {
        font-size: 36px;
        margin: 0 0 25px 0
    }

    .matches-intro__links-btn {
        font-size: 14px;
        padding: 20px 8px
    }

    .matches-intro__tab-btn {
        padding: 10px 4px
    }

    .matches-intro .matches-intro__tab-btn+.matches-intro__tab-btn {
        margin: 0 0 0 3px
    }

    .matches-intro__tab {
        margin: 0 auto 140px
    }

    .matches-intro {
        margin: 0 0 10px 0
    }

    .match-item__md strong {
        font-size: 16px;
        font-weight: 600;
        line-height: 140%
    }

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

    .m-item__col:nth-child(3) p {
        font-size: 38px
    }

    .m-item__col:nth-child(3) {
        margin: 0 0 20px 0
    }

    .m-item__col:nth-child(5) {
        margin: 20px 0 0 0
    }

    .match-box--two {
        padding: 40px 0
    }

    .match-box--two .match-box__top {
        margin: 0
    }

    .match-box--two:last-child {
        padding-bottom: 80px
    }

    .matches-table .dss-table {
        width: 700px;
        max-width: 700px
    }

    .crad-box {
        padding: 45px 0 0 0
    }

    .crad-box .title {
        margin: 0 0 15px 0;
        font-size: 26px !important
    }

    .crad-box:last-child {
        padding-bottom: 80px
    }

    .player-intro__right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .player-intro__item {
        width: calc(50% - 20px);
        margin: 0 0 0 20px
    }

    .player-statistic__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .player-statistic__item p {
        font-size: 24px;
        color: #fff;
        padding: 0;
        text-align: left
    }

    .player-statistic__item span {
        font-size: 16px;
        padding: 0
    }

    .player-statistic {
        background-color: #c63d2f
    }

    .player-statistic::after {
        display: none
    }

    .player-statistic__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 20px
    }

    .player-statistic .player-statistic__item+.player-statistic__item,
    .player-statistic__item {
        margin: 0 0 20px 0
    }

    .player-statistic__item {
        width: 50%;
        padding: 0 20px
    }

    .m-mission__item span {
        margin: 0 0 35px 0;
        font-size: 14px
    }

    .m-mission__item-text p {
        font-size: 14px
    }

    .m-mission__item-bot p {
        font-size: 15px
    }

    .m-mission__item {
        padding: 20px;
        border-radius: 5.47px
    }

    .m-mission__item-bot::after {
        width: 30px;
        height: 30px;
        left: -40px;
        top: -20px
    }

    .m-mission__item-bot::before {
        width: 30px;
        height: 30px;
        right: -40px;
        top: -20px
    }

    .m-mission .swiper-button-prev {
        left: calc(50% - 40px);
        top: auto
    }

    .m-mission .swiper-button-next {
        left: calc(50% + 40px);
        top: auto
    }

    .m-mission .title span {
        display: none
    }

    .m-mission__slider {
        margin: 0 0 190px auto
    }

    .main-partner__inner,
    .p-partners__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .p-partners__left,
    .main-partner__left {
        max-width: 100%;
        margin: 0 0 40px 0
    }

    .main-partner__right,
    .p-partners__list {
        max-width: 100%
    }

    .p-partners__list {
        margin: 0
    }

    .p-partners__list li {
        width: 100%;
        margin: 0 0 20px 0
    }

    .main-partner {
        padding: 25px 0 5px
    }

    .main-partner__img img {
        width: 70%
    }

    .main-partner__text {
        padding: 20px
    }

    .p-partners {
        padding: 80px 0 70px
    }

    .p-goal__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .p-goal__right {
        max-width: 100%
    }

    .p-goal__left {
        max-width: 100%;
        margin: 0 0 35px 0;
        position: static
    }

    .p-goal__left .title {
        margin: 0 0 20px 0
    }

    .p-goal__right span {
        margin: 0 0 80px 0
    }

    .p-options ol {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .p-goal {
        padding: 90px 0 30px
    }

    .p-options {
        padding: 35px 0 40px
    }

    .p-options .title {
        margin: 0 0 40px 0
    }

    .p-options ol li {
        padding: 45px 0 5px 0
    }

    .p-contacts__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .p-contacts__left {
        margin: 0 0 60px 0
    }

    .p-contacts__item {
        margin: 0
    }

    .p-contacts__col {
        margin: 0 0 20px 0
    }

    .p-contacts {
        padding: 85px 0
    }

    .p-contacts .title {
        margin: 0 0 35px 0
    }

    .p-contacts__right-title {
        font-size: 20px
    }

    .p-contacts__right {
        padding: 30px 20px
    }

    .page-form__md .page-form__input-wrap {
        width: calc(500% - 10px);
        margin: 0 0 10px 10px
    }

    .page-form .btn {
        margin: 20px 0 0 0
    }

    .page-logo {
        margin: 30px 0 80px 0
    }

    .page-logo__item {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin: 0 0 80px 0
    }

    .page-logo__left {
        width: 100%;
        padding: 0 !important;
        margin: 0 0 30px 0
    }

    .page-logo__right {
        width: 100%;
        height: auto
    }

    .page-contacts iframe {
        height: 60vh
    }

    .intro-study img {
        width: 45px;
        height: 45px;
        margin: 0 auto 25px
    }

    .dss-steps {
        padding: 80px 0 50px 0
    }

    .dss-steps__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .dss-steps__list li {
        margin: 0 0 40px 0;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .dss-steps__list li p {
        margin: 0
    }

    .dss-steps__num {
        margin: 0 15px 0 0;
        font-size: 16px;
        line-height: 16px
    }

    .dss-steps__num::after {
        top: -2px;
        right: auto !important;
        left: 50% !important;
        width: 5px;
        height: 5px
    }

    .dss-steps__num::before {
        right: auto !important;
        left: 50% !important;
        bottom: -7px;
        top: auto;
        width: 5px;
        height: 5px
    }

    .dss-steps__list::after {
        width: 1px;
        height: 75%;
        bottom: 0;
        left: 30px
    }

    .deal-list__box {
        display: none
    }
}

@media(max-width: 576px) {
	.dss-news__img img{
		height: 230px;
	}
    .sticky-bar.sticky {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        left: 20px;
        right: 20px;
        overflow: auto
    }

    .sticky-bar__inner {
        position: relative;
        width: calc(100% + 260px)
    }

    .dss-card__bot span {
        font-size: 35px
    }

    .dss-card__bot p {
        font-size: 15px
    }

    .matches-table .dss-table {
        width: 800px;
        max-width: 800px
    }

    .m-partners__list li {
        width: 100%
    }

    .dss-table {
        width: 700px
    }

    .match-item__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .match-item__md {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .match-item__left,
    .match-item__right {
        max-width: 50%;
        width: 100%
    }

    .match-item__md {
        margin: 15px 0 30px
    }

    .match-item__md p {
        font-size: 38px
    }

    .match-item__left p,
    .match-item__right p {
        font-size: 20px
    }

    .match-item__left img,
    .match-item__right img {
        width: 78px;
        height: 78px
    }

    .match-item__bot {
        margin: 15px 0 0 0
    }

    .stadium-intro__item:first-child,
    .stadium-intro__item:last-child,
    .stadium-intro__item:nth-child(2) {
        display: none
    }

    .stadium-intro .dss-item-mob {
        display: block;
        border: none
    }

    .stadium-intro__item {
        width: 50%
    }
}

@media(max-width: 389px) {
    .matches-intro__tab-btn {
        font-size: 12px;
        padding: 10px 6px
    }

    .player-statistic__item {
        padding: 0 5px
    }

    .player-intro__left span {
        font-size: 65px
    }

    .player-intro__title {
        font-size: 22px
    }

    .page-stadium .intro-page h1 {
        font-size: 24px
    }

    .title {
        font-size: 28px !important
    }

    .stadium-intro__item strong {
        font-size: 18px
    }

    .stadium-intro__item .dss-sm {
        font-size: 16px
    }

    .stadium {
        min-height: 500px
    }

    .intro-page h1 {
        font-size: 30px
    }

    .exellence .title {
        font-size: 26px !important
    }
}