@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before {
    content: "";
    content: none
}

q:after, q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: MarkGEO-Regular;
    src: url(../assets/fonts/MarkGEO-Regular.woff2)
}

@font-face {
    font-family: font-2;
    src: url("../assets/fonts/FiraGO-SemiBoldf.woff")
}



@font-face {
    font-family: MarkGEO-Bold;
    src: url(../assets/fonts/MarkGEO-Bold.woff2)
}

.b-item__title h3, .header .lang, .header-matches__item .club figure span, .header-matches__item .info p, .header-menu__logo .logo, .header-menu__nav ul li a span, .hero-matches__item .logos figure span, .section-title h1 a, .t-item__img span, .table-list__item span, .table-list__item strong {
    font-family: MarkGEO-Bold
}

.footer-copyright, .footer-socials h3, .header-matches__item .info h2, .header-matches__item-title, .header-menu__nav ul li a, .header-news__item h2, .hero .slider-item article h1, .hero .slider-item article span, .hero .swiper-pagination-bullet, .hero-matches__item .titleOf h2, .section-title h1, .speadbar-item h1, .t-item__title, .table-list__item h3, .text-item h2 {
    font-family: font-2
}

.hero .slider-item article figcaption, body {
    font-family: MarkGEO-Regular, sans-serif
}

.b-item__img img, .header-matches__item .club figure img, .header-news figure img, .t-item__img figure img, .text figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.footer-copyright, .footer-socials ul li a, .header-matches__item .club figure, .header-matches__item .club figure span, .header-menu__soc ul li a, .hero-matches__item .logos figure, .hero-matches__item .logos figure span, .section-title ul li {
    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
}

.b, .b a, .b-item__img, .calendar-tabs, .footer, .footer-block ul li, .footer-copyright, .footer-logo, .footer-socials ul, .header, .header .btns, .header-matches__item .club figure, .header-menu, .header-news, .header-news__item span, .hero, .hero-matches, .hero-matches__item, .section, .t, .t-item, .t-item__img figure, .table, .table-list, .table-list__item, .text, .text figure, .text-item, .text-item h2, .text-item p {
    width: 100%;
    float: left
}

.header .btns a {
    padding: 13px 30px;
    font-family: MarkGEO-Regular;
    font-size: 13px
}

h1 {
    font-size: 21px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 14px
}

button, input, select, textarea {
    border: none;
    outline: 0;
    background: 0 0
}

button:focus, select:focus, span:focus {
    outline: 0;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

body {
    font-size: 13px;
    background: #fbfbfb;
    overflow-x: hidden
}

body::-webkit-scrollbar {
    width: 5px
}

body::-webkit-scrollbar-track {
    background: #fff
}

body::-webkit-scrollbar-thumb {
    background: #01017e
}

.container {
    max-width: 1200px
}

.header {
    position: absolute;
    top:0;
    z-index: 300;
}

.header-full {
    position: relative;
    background:#01017e
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding:20px 0;
}



.header-menu__logo img {
    height: 105px
}

.header-menu__logo .logo {
    font-size: 42px;
    color: #01017e
}

.header-menu__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-menu__nav ul li {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 30px
}

.header-menu__nav ul li:last-child {
    margin: 0
}

.header-menu__nav ul li:last-child:after {
    display: none
}

.header-menu__nav ul li a {
    font-size: 18px;
    color: #fff;
    padding: 0
}

.header-menu__nav ul li a span {
    position: absolute;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    background: #f63f61;
    font-size: 8px;
    top: -22px;
    right: 0
}

.header-menu__nav ul li a:hover {
    color: #fff
}

.header-menu__nav ul li.active a {
    color: #fff
}

.header-menu__nav ul li.pdf {
    background: #01017e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    border-radius: 8px
}

.header-menu__nav ul li.pdf a {
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 13px 25px;
    font-size: 14px
}

.header-menu__nav ul li ul {
    position: absolute;
    width: 200px;
    top: 32px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
    z-index: 900;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.header-menu__nav ul li ul li {
    width: 100%;
    margin-bottom: 10px
}

.header-menu__nav ul li ul li:after {
    display: none
}

.header-menu__nav ul li ul li:last-child {
    margin: 0
}

.header-menu__nav ul li ul li a {
    line-height: 1.5;
    font-size: 13px;
    color:#242424;
}

.header-menu__nav ul li ul li a:hover{
    color:#01017e;;
}

.header-menu__nav ul li:hover ul {
    opacity: 1;
    visibility: visible
}

.header-menu__soc {
    margin-left: -70px
}

.header-menu__soc ul li {
    float: left;
    margin-right: 20px
}

.header-menu__soc ul li:last-child {
    margin: 0
}

.header-menu__soc ul li a {
    width: 32px;
    height: 32px;
    position: relative;
    color: #fff
}

.header-menu__soc ul li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid #fff;
    opacity: .2;
    border-radius: 50%
}

.header-menu__soc ul li a svg {
    width: 12px;
    height: 12px
}

.header .lang {
    float: left;
    width: 100px;
    height: 45px;
    border-radius: 5px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: -2px;
    -webkit-transition: .1s all ease-in;
    -o-transition: .1s all ease-in;
    transition: .1s all ease-in
}

.header .lang img {
    float: left;
    margin-right: 15px;
    width: 20px;
    height: 20px
}

.header .lang a {
    color: #242424;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .lang a img {
    border-radius: 8px
}

.header .lang ul {
    position: absolute;
    left: 14px;
    display: none;
    top: 100%;
    background: #fff;
    width: 100%;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 900
}

.header .lang ul li {
    float: left;
    width: 100%;
    text-align: center;
    padding: 6px 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
}

.header .lang ul li img {
    border-radius: 8px
}

.header .lang ul li:last-child {
    padding-bottom: 12px
}

.header .lang ul li a {
    color: #242424;
    font-size: 13px !important
}

.header .lang ul li:hover {
    background: 0 0 !important;
    border: none !important;
    color: #01017e !important
}

.header .lang ul li a:hover {
    background: 0 0 !important;
    border: none !important;
    color: #01017e !important
}

.header .lang:hover ul {
    display: block
}

.header-news {
    position: relative
}

.header-news figure {
    width: 75%;
    float: right;
    height: 530px;
    margin-top: -100px;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    overflow: hidden
}

.header-news__item {
    position: absolute;
    bottom: 100px;
    width: 70%
}

.header-news__item span {
    color: #fff;
    margin-bottom: 30px
}

.header-news__item h2 {
    font-size: 46px;
    color: #fff;
    display: inline;
    background-color: #01017e
}

.header-matches {
    margin-top: -100px
}

.header-matches__item {
    width: 100%;
    float: left;
    border: 2px solid transparent;
    background: #ffe5dc;
    padding: 30px;
    border-radius: 20px;
    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;
    position: relative
}

.header-matches__item-title {
    position: absolute;
    font-size: 26px;
    opacity: .1;
    right: 10px;
    color: #01017e;
    bottom: 10px
}

.header-matches__item .club {
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 20px
}

.header-matches__item .club figure {
    height: 140px;
    position: relative
}

.header-matches__item .club figure span {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #01017e;
    position: absolute;
    right: -15px;
    font-size: 16px;
    color: #fff;
    top: 25px
}

.header-matches__item .club figure span:nth-child(2) {
    top: 80px;
    background: #b7100f
}

.header-matches__item .club figure img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 60px
}

.header-matches__item:nth-child(2) {
    margin-top: 30px;
    background: 0 0;
    border: 2px solid #ffe5dc
}

.header-matches__item:nth-child(2) .club figure {
    background: 0 0;
    border: 2px solid #ffe5dc;
    border-radius: 20px
}

.header-matches__item .info span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-matches__item .info span svg {
    width: 24px;
    height: 24px;
    fill: #01017e;
    margin-right: 10px
}

.header-matches__item .info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    font-size: 11px;
    color: #01017e
}

.header-matches__item .info p svg {
    width: 18px;
    height: 18px;
    fill: #01017e;
    margin-right: 10px
}

.header-matches__item .info h2 {
    font-size: 32px;
    margin-top: 10px
}

.header .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.header .btns a {
    background: #01017e;
    color: #fff;
    border-radius: 10px;
    padding: 15px 30px
}

.header .btns a:nth-child(2) {
    background: 0 0;
    color: #01017e
}

.section {
    padding-top: 100px
}

.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.section-title h1 {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-title h1 span {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #29b24e;
    margin-right: 20px
}

.section-title h1 a {
    color: #01017e;
    font-size: 12px;
    margin-left: 20px
}

.section-title ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-title ul li {
    float: left;
    margin-left: 10px;
    border: 1px solid #f2f3f3;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer
}

.section-title ul li.s-next {
    background: #01017e;
    border-color: #01017e;
    color: #fff
}

.b {
    margin-top: 30px
}

.b a {
    color: #242424
}

.b-item__img {
    height: 220px;
    overflow: hidden
}

.b-item__title {
    margin-top: 20px;
    float: left;
    width: 100%
}

.b-item__title h3 {
    font-size: 16px;
    margin-bottom: 10px
}

.b-item__title span {
    color: #7c7c7c
}

.t {
    margin-top: 30px
}

.t-item {
    position: relative;
    overflow: hidden
}

.t-item:before {
    content: "";
    height: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #01017e;
    width: 100%;
    z-index: -1;
    border-top-left-radius: 20px;
    border-top-right-radius: 150px;
}

/*.t-item:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: 10;*/
/*    width: 35px;*/
/*    background: #01017e;*/
/*    left: 50%;*/
/*    z-index: -1;*/
/*    height: 90%*/
/*}*/

.t-item__img {
    height: 350px;
    width: 100%;
    position: relative
}

.t-item__img span {
    position: absolute;
    left: 19px;
    top: 60px;
    font-size: 54px;
    color: #fff
}

.t-item__img figure {
    height: 100%;
    margin-left: 30px
}

.t-item__title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    color: #fff;
    z-index: 100
}

.t-item__title .capitan {
    color: #b7100f;
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%
}

.t-item__title span {
    font-size: 12px;
    margin-bottom: 20px;
    display: inline-block;
    text-shadow: -1px 0px 1px #000;
    letter-spacing: 1px;
}

.t-item__title h2 {
    font-size: 14px;
    text-shadow: -1px 0px 1px #000;
    letter-spacing: 1px;
}

.t-item__title h3 {
    font-size: 18px;
    margin-top: 10px;
    text-shadow: -1px 0px 1px #000;
    letter-spacing: 1px;
}


.pdf {
    padding-top:50px;
}
.pdf-item {
    width:100%;
    float:left;
    padding:30px;
    border-radius: 20px;
    border:2px solid #01017e;
    margin-bottom: 20px;
}

.pdf-item h2 {
    font-size:18px;
    color:#242424;
    margin-bottom: 30px;
}

.pdf-item a {
    color:#01017e;
    font-size: 16px;
}

.t.t-coach .t-item__img {
    height: 300px;
}
.t.t-coach .t-item:before {
    height: 45%;
}
.table-list {
    margin-top: 25px
}

.table-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
    border: 1px solid #f1f1f1;
    padding: 22px 30px
}

.table-list__item:nth-child(15) , .table-list__item:nth-child(16) , .table-list__item:nth-child(17) {
    border-left:10px solid red;
}

.table-list__item:nth-child(2) , .table-list__item:nth-child(3)  {
    border-left:10px solid green;
}
.table-list__item:nth-child(4)  {
    border-left:10px solid blue;
}
.table-list__item:nth-child(5)  {
    border-left:10px solid blue;
}
.table-list__item strong {
    font-size: 16px;
    width: 5%
}

.table-list__item span {
    width: 10%;
    text-align: center
}




.table-list__item h3 {
    font-size: 13px;
    width: 20%;
    text-align: left;
    display: flex;
    align-items: center;
}

.table-list__item h3 img {
    float:left;
    margin-right: 10px;
    width:30px;
    height: 30px;
    object-fit: contain;
}


.table-list__item.active {
    background: #01017e;
    border-color: #01017e;
    color: #fff


}

/*}.table-list__item:nth-child(8) {*/
/*    background: #01017e;*/
/*    border-color: #01017e;*/
/*    color: #fff*/
/*}*/

.footer {
    background: #242424;
    margin-top: 100px;
    padding: 50px 0
}

.footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-logo img {
    height: 150px
}

.footer-copyright {
    margin-top: 50px;
    color: #fff;
    font-size: 11px
}

.footer-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer-block ul li {
    margin-bottom: 20px;
    text-align: right
}

.footer-block ul li:last-child {
    margin: 0
}

.footer-block ul li a {
    color: rgba(255, 255, 255, .5);
    line-height: 2
}

.footer-block ul li a:hover {
    color: #fff
}

.info {
    width: 100%;
    display: flex;
    flex-display: column;
    align-items: center;
}

.footer-socials h3 {
    font-size: 21px;
    color: #fff
}

.infos h3 {
    font-size: 21px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.infos ul li {
    margin-bottom: 20px;
    text-align: center;
}

.infos ul li:last-child {
    margin: 0
}

.infos ul li a {
    color: rgba(1, 0, 0, .5);
    line-height: 2
}

.footer-socials ul {
    margin-top: 20px
}

.footer-socials ul li {
    float: left;
    margin-right: 20px
}

.footer-socials ul li a {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .3);
    font-size: 21px
}

.footer-socials ul li a:hover {
    border-color: #01017e;
    color: #01017e
}

.hero {
    height: 100vh;
    position: relative;
}

.hero-img {
    width:100%;
    float:left;
    height:100vh;
    position: absolute;
    top:0;
    left:0;
    background:#01017e;;
}

.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .4;
}

.hero .slider-item {
    width: 100%;
    float: left
}

.hero .slider-item a {
    color: #2d2d2d
}

.hero .slider-item figure {
    width: 60%;
    height: 424px;
    float: right
}

.hero .slider-item figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero .slider-item article {
    width: 40%;
    float: left;
    padding-right: 30px
}

.hero .slider-item article h1 {
    font-size: 18px;
    line-height: 1.5;
    width: 100%;
    display: inline;
    float: left;
    margin-top: 10px;
    background-color: #01017e;
    width: 400px;
    padding: 20px;
    padding-left: 40px;
    margin-top: 10px;
    color: #fff
}

.hero .slider-item article span {
    display: block;
    padding: 10px 15px;
    background: #febb3a;
    margin: 10px 0;
    color: #fff;
    float: left;
    font-size: 12px
}

.hero .slider-item article figcaption {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 21px;
    color: #888;
    margin-top: 20px
}

.hero .swiper-pagination {
    text-align: left;
    bottom: 0
}

.hero .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 10px;
    color: #000;
    border-radius: 0;
    opacity: 1;
    background: #f2f2f2
}

.hero .swiper-pagination-bullet-active {
    color: #fff;
    background: #01017e
}


.hero-matches {
    width: 100%;
    height: 100vh;
    float:left;
    margin-top:40px;
    display: flex;
    align-items: flex-end;
justify-content: space-between;
}

.hero-matches__item {
    background: #ffff;
    padding: 20px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:49%;
    border-radius: 15px;
    box-shadow: 0px 0px 30px rgba(1,0,0,.1);
}

.hero-matches__item:last-child {
    margin-bottom: 0
}

.hero-matches__item .titleOf {
    margin-bottom: 20px;
    width:100%;
}

.hero-matches__item .titleOf h2 {
    font-size: 18px;
    color: #01017e;
    margin-bottom: 10px
}

.hero-matches__item .titleOf span {
    font-size: 12px;
    color: #888;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hero-matches__item .titleOf span svg {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    fill: #01017e
}

.hero-matches__item .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hero-matches__item .logos figure {
    width: 190px;
    height: 100px;
    background: #fff;
    position: relative;
    border-right: 1px solid #f1f1f1
}

.hero-matches__item .logos figure:last-child {
    border-right: 0
}

.hero-matches__item .logos figure span {
    width: 30px;
    height: 30px;
    background: #01017e;
    font-size: 18px;
    color: #fff;
    position: absolute;
    border-radius: 50%;
}

.hero-matches__item .logos figure:first-child span {
    right: 13px;
    bottom: 3px
}

.hero-matches__item .logos figure:last-child span {
    right: 13px;
    bottom: 3px
}

.hero-matches__item .logos figure img {
    height: 80px
}

.hero-matches__item .infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-matches__item .infos p {
    font-family: font-2;
}

.hero-matches__item .infos span {
    font-family: 'MarkGEO-Bold';
    color:#01017e;
    margin-top:10px;
}

.hero-matches__item .infos a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    margin-left: 20px;
    color: #01017e
}

.hero-matches__item .infos a svg {
    fill: #01017e;
    width: 21px;
    height: 21px;
    margin-right: 5px
}

.hero-matches__item .infos a:nth-child(2) svg {
    fill: #242424
}

.speadbar {
    width: 100%;
    float: left;
    background-image: -webkit-gradient(linear, left top, right top, from(#fbfbfb), to(#fff));
    background-image: -o-linear-gradient(left, #fbfbfb, #fff);
    background-image: linear-gradient(to right, #fbfbfb, #fff);
    padding: 50px 0;
    position: relative;
    z-index: 100
}

.speadbar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.speadbar-item h1 {
    font-size: 21px
}

.speadbar-item ul li {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.speadbar-item ul li:last-child {
    color: #01017e
}

.speadbar-item ul li:After {
    content: "•";
    margin: 0 10px;
    float: right
}

.speadbar-item ul li:last-child:After {
    margin-right: 0;
    content: ""
}

.speadbar-item ul li a {
    color: #242424
}

.speadbar-item ul li.active a {
    color: #01017e
}

.text figure {
    height: 450px;
    overflow: hidden;
    margin-bottom: 30px
}

.text-item p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5
}

.text-item h2 {
    margin-bottom: 20px;
    color: #01017e;
    font-size: 21px
}

.calendar .hero-matches__item {
    margin-bottom: 30px
}

.calendar .hero-matches__item {
    width: 100%;
}
.calendar .hero-matches__item .logos figure {
    width: 150px;
}

.calendar-tabs {
    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;
    margin-bottom: 50px
}

.calendar-tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calendar-tabs ul li {
    float: left;
    margin-left: 20px
}

.calendar-tabs ul li:first-child {
    margin-left: 0
}

.calendar-tabs ul li a {
    background: #fff;
    padding: 15px 30px;
    font-size: 14px;
    color: #242424;
    border-radius: 10px;
}

.calendar-tabs ul li.active a {
    background: #01017e;
    color: #fff
}



.news-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}
.news-ul ul li {
    float: left;
}
.news-ul ul li a {
    padding: 15px 30px;
    border: 1px solid #f2f2f3;
    color: #cf1b15;
}
.news-ul ul li.active a {
    background: #cf1b15;
    border-color: #cf1b15;
    color: #fff;
}
.news-item {
    margin-bottom: 30px;
}
.news-item figure {
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}


.news-item figure img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.news-item figure span {
    position: absolute;
    width: 60px;
    height: 80px;
    background: #fff;
    border-radius: 10px;
    left: 10px;
    top: 10px;
    color: #cf1b15;
    text-transform: uppercase;
    text-align: center;
    -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;
}
.news-item figure span b {
    font-size: 24px;
    margin-bottom: -10px;
}
.news-item figure span strong {
    font-size: 14px;
    margin-top: 5px;
}
.news-item a {
    color: #232323;
    height: 100%;
}
.news-item a h3 {
    margin-top: 20px;
    float: left;
    line-height: 1.5;
    width: 100%;
}
.news-item a p {
    margin-top: 10px;
    color: #888;
    display: inline-block;
    width: 100%;
}


.services-full figure {
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px;
}

.services-full figure img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.services-full__text {
    margin-top: 50px;
}
.services-full__text p {
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 16px;
    color: #888;
}

.flats-call {
    background: #fff;
    width:100%;
    padding: 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(199, 188, 188, 0.25);
    box-shadow: 0 2px 4px rgba(199, 188, 188, 0.25);
}
.flats-call h2 {
    margin-bottom: 30px;
}
.flats-call .from-group {
    margin-bottom: 20px;
}
.flats-call .from-group input {
    padding: 15px 20px;
    border: 1px solid #dadada;
    width: 100%;
}
.flats-call .from-group textarea {
    padding: 15px 20px;
    border: 1px solid #dadada;
    width: 100%;
}
.flats-call button {
    padding: 15px 0;
    text-align: center;
    border-radius: 0px;
    cursor: pointer;
    background: #01017e;
    color: #fff;
    width: 100%;
}

@media(max-width:1024px) {
    .header-menu__nav {
        display: none;
    }
    .header-menu__logo img {
        height: 60px;
    }
    .hero .slider-item a {
        display: flex;
        flex-direction: column;
    }

    .hero .slider-item figure {
        width: 100%;
        height: auto;
        float: right;
    }

    .hero .slider-item article , .hero .slider-item article h1 {
        width: 100%;
        padding-right: 0;
        padding-left:0px;
    }
    .hero .slider-item article h1 {
        padding-left:20px;
    }
    .hero-slider__item {
        padding-bottom:40px;
    }

    .hero-matches {
        margin-top:30px;
    }

    .t-item__img {
        height: 550px;
    }

    .t-item__img {
        height: 100%;
    }

    .t-item__img span {
        top:90px
    }

    .table-list {
        margin-bottom: 30px;
    }
}