/*@font-face {
	font-family: ubuntu;
	src: url("../font/ubuntu.woff");
}*/
.integration-container th {
    color: #16A085;
    background: #F1F2F2;
    font-size: 12px;
    height: 27px;
}
.integration-container td {
    font-size: 14px;
}
div.report {
    width: 100%;
    margin-bottom: 45px;
    margin-top: 50px;
}



.report h3 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.anchor a {
    padding: 10px 10px;
    font-weight: bold;
}

.anchor li {
    list-style-type: none;
}

.anchor ul {

}

.anchor ul li {

}
@media (max-width: 650px) {
    .anchor ul li {
        width: 30%;
    }
}

@media (max-width: 450px) {
    .anchor ul li {
        width: 50%;
    }
}


.anchor, .anchor ul {
    padding: 5px 0;
    width: 100%;
    list-style-type: none;
    text-align: center;
    background-color: #F1F2F2;
    text-align: center;
    margin: 0;
    list-style-type: none;
    justify-content: space-around;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.anchor li a:hover {
    color: #16A085;
}

.anchor li:hover ul {
    display: block;
}

.anchor ul li a { /* Слова  */

}

.anchor1, .anchor2, .anchor3, .anchor4, .anchor5, .anchor6, .anchor7, .anchor8 {
    font-size: 11px;
    color: black;
}

/* Регламент */
.regulat {
    color: #16A085;
    font-size: 18px;
    line-height: 1.5;
}

.regulation p {
    padding-left: 5px;
}
h3#regul {
    margin-bottom: 50px;
    margin-top: 50px;
}
.reg5 p, .reg6 p {
    border-top: 2px solid #F1F2F2;
}
td.reg7 {
    border-right: 2px solid #F1F2F2;
}

.reg8 {
    width: 100%;
}

.reg7 {
    width: 40%;
}

/* Таблица */

.demotable {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
.demotable th, td {
    text-align: center;
}

.demotable thead {
    font-size: small;
}

button.reg-button {
    color: #1F8874;
}

.demotable th {
    color: #16A085;
    background: #F1F2F2;
    font-size: 12px;
    height: 27px;
    border: 1px groove #F1F2F2;
}

.demotable td {
    font-size: 14px;
    border: 1px groove #F1F2F2;
}

.demotable tbody td, .demotable tbody th {
    border: 1px groove #F1F2F2;
}

.demotable tbody tr:nth-of-type(1) th {
    background: #F1F2F2;
}

/* Оргкмитет*/

.commit {
    margin-top: 50px;
}
.commit_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.commit_item {
    width: calc((100% - 40px )/ 3);
    text-align: center;
}

@media (max-width: 650px) {
    .commit_item {
        width: calc((100% - 40px )/ 2);
    }
}

@media (max-width: 450px) {
    .commit_item {
        width: 100%;
    }
}



.commit h4 {
    margin-bottom: 40px;
    color: #34495E;
}

.commit1, .commit2, .commit3 {
    float: left;
    height: 325px;
    width: 306px;
}

.commit1 p, .commit2 p, .commit3 p {
    font-size: 14px;
    text-align: center;
}

.commit1 img, .commit2 img, .commit3 img {
    display: block;
    margin: 0 auto;
}

.commit h5 {
    text-align: center;
}

.commit1, .commit2 {
    margin-right: 10px;
}

.commit3 p {
    margin-top: 60px;
}

/* Средства массовой информации*/

.news-block  {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.news-block .news-item {
    flex: 0 0 33%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 33%;
    margin-bottom: 30px;
}



@media (max-width: 650px) {
    .news-block .news-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 450px) {
    .news-block .news-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.news-item-inner {
    background: #000000;
    padding: 10px;
    min-height: 100px;
    text-align: center;
    color: #16A085;
    position: relative;
}
.news-item-inner::after {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    border-top: 20px solid #000000;
    bottom: -40px;
    left: 50%;
    margin-left: -20px;
}


.result-block  {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.result-block .result-item {
    flex: 0 0 33%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 33%;
    margin-bottom: 30px;
}
.result-block .result-item.result-item-hidden {
    display: none;
}





/* Results */

.total {
    margin-bottom: 60px;
}

@media (max-width: 650px) {
    .result-block .result-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 450px) {
    .result-block .result-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.result-item-inner {
    background: url("/bitrix/templates/fcup/landingadd/img/Image14.png");
    padding: 10px;
    min-height: 100px;
    text-align: center;
    position: relative;
}
.result-item-inner .result-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.result-item-inner .data {
    text-align: center;
}
.result-item-inner .team {
    color: white;
    width: 33%;
}

.result-item-inner .score {
    font-size: 46px;
    width: 33%;
}

.result-item-inner .star {
    color: white;
    width: 33%;
}

.result-item-inner .playoff {
    text-align: center;
}
.result-button-block {
    text-align: center;
}

button.result-button {
    width: 180px;
    height: 40px;
}
.demotable-button-block {
    text-align: center;
    margin: 30px 0;
}
.demotable-hidden {

}
.demotable-hidden.active {
    display: none;
}
button.demotable-button {
    width: 180px;
    height: 40px;
}
h3#resul {
    margin-top: 60px;
    margin-bottom: 60px;
}

/* Winners */
.winner-block  {

    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #F0F1F2;
}

.winner-block h3 {
    display: block;
    width: 100%;
}

.winner-block .win-item {
    padding-top: 20px;
    flex: 0 0 20%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 20%;
    margin-bottom: 30px;
}



@media (max-width: 650px) {
    .winner-block .win-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 450px) {
    .winner-block .win-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.winner-item-inner {
    background: #000000;
    padding: 10px;
    min-height: 100px;
    text-align: center;
    color: #16A085;
    position: relative;
}
.winner-item-inner::after {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    border-top: 20px solid #000000;
    bottom: -40px;
    left: 50%;
    margin-left: -20px;
}
.win-first {
    background: url("/bitrix/templates/fcup/landingadd/img/Image16.png");

}

.foto-slider {
    position: relative;
    margin: 0 30px;
}
.foto-slider .prev {
    position: absolute;
    left: 20px;
    top: 45px;
}
.foto-slider .prev::after {
    content: "\3008";
    color: #16A085;

    font-size: 50px;
}
.foto-slider .next {
    position: absolute;
    right: -20px;
    top: 45px;
}
.foto-slider .next::after {
    content: "\3009";
    color: #16A085;
    font-size: 50px;
}


@media (max-width: 900px) {
    .foto-slider .prev {
        position: absolute;
        left: -30px;
        top: 45px;
    }
    .foto-slider .next {
        position: absolute;
        right: -50px;
        top: 45px;
    }
}

@media (max-width: 650px) {
    .foto-slider .prev {
        position: absolute;
        left: 20px;
        top: 45px;
    }
    .foto-slider .next {
        position: absolute;
        right: -20px;
        top: 45px;
    }
}


@media (max-width: 450px) {
    .foto-slider .prev {
        position: absolute;
        left: -30px;
        top: 45px;
    }
    .foto-slider .next {
        position: absolute;
        right: -50px;
        top: 45px;
    }
}







div.win-item2 {
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 10px;
}

div.win-item3 {
    margin-top: 5px;
}

.winner {
    width: 100%;
    height: 300px;
    margin-top: 50px;
    padding: 0;
    font-size: 14px;
}

.winner h3 {
    margin-top: 60px;
}

.winner1 {
    width: 100%;
    margin-top: 20px;
}

.win-item1 {
    height: 128px;
}

.win-item1 li {
    padding-top: 5px;
}

.win-item2 li, .win-item3 li {
    color: #16A085;
    /* border-image: url(img/Image78.png) ; */
}

.win-item2 {
    margin-left: 20px;
}

.regulation-block {

}
.regulation-item {

}
.regulation-item-inner {
    border-bottom: 2px solid #F1F2F2;
    padding: 15px 0 10px;
}
.regulation-item-inner .regulation-item-title {
    color: #16A085;
    font-size: 18px;
    line-height: 1.5;
}
.regulation-item-inner .regulation-item-text {
    font-size: 14px;
}


.win-item3 {
    margin-left: 10px;
}

ul.dline {
    list-style-type: none;
    padding-left: 30px;
}

div.win-item2 b, div.win-item3 b {
    color: black;
}

ol.dline {
    line-height: 1.5;
    padding-left: 20px;
}

ul.dline {
    line-height: 1.5;
}

.winner img {
    margin-top: 17px;
}

.dline li {
    padding-right: 5px;
}

.news {

}

.news1 {
    float: left;
}

/* Программа */

div .programm {
    margin-top: 70px;
}
.programm_block {
    display: flex;
    flex-wrap: wrap;
}
.programm1 {
    display: flex;
    flex-basis: 50%;
}

.programm1 img {
    display: block;
    padding-right: 15px;
    width: 235px;
    height: 355px;
}

.programm h4 {
    color: #34495E;
    margin-bottom: 60px;
}


/* Расписание мероприятий*/

div.accordion {
    flex-basis: 50%;
    height: auto;

}

@media (max-width: 650px) {
    .programm1 {
        flex-basis: 100%;
        justify-content: center;
    }
    div.accordion {
        flex-basis: 100%;

    }
}


.programm_block .tab input, .tab-content {
    display: none;
}

.integration-container .tab {
    /* font: 0.8rem/1.2 Arial, sans-serif; */ /* Параметры шрифта */
    border: 1px solid #e9eaec; /* Параметры рамки */
    border-radius: 3px; /* Скругляем уголки */
    color: #34495E; /* Цвет текста */
    margin-bottom: 5px; /* Расстояние между пунктами */
    background: #F1F2F2;
}

ol {
    padding-left: 5px;
}

.tab-title {
    padding: 10px; /* Поля вокруг текста */
    display: block; /* Блочный элемент */
    /* text-transform: uppercase; */ /* Все буквы заглавные */
    /* font-weight: bold; */ /* Жирное начертание */
    cursor: pointer; /* Вид курсора */
    padding-left: 20px;
}

.tab-title::after {
    content: '+'; /* Выводим плюс */
    float: right; /* Размещаем по правому краю */
}

.tab-content { /* Контент который выводится */
    padding: 5px 10px; /* Поля вокруг текста */
}

.tab-content ol li {
    list-style: none;
}

.tab-title:hover {
    background-color: #16A085;
    color: #ffffff;
}

.tab :checked + .tab-title { /* Цвета при клике на "+" */
    background-color: #16A085; /* Цвет фона */
    border-radius: 3px 3px 0 0; /* Скругляем уголки */
    color: #ffffff; /* Цвет текста */
}

.tab :checked + .tab-title::after {
    content: '−'; /* Выводим минус */
}

.tab :checked ~ .tab-content {
    display: block; /* Показываем содержимое */
}


/* Жеребьёвка */

.draw {
    margin-top: 60px;
}

.draw h3 {
    margin-bottom: 70px;
}
.draw_box {
    display: flex;
    flex-wrap: wrap;
}
.draw_text {
    flex-basis: 50%;
    padding: 0 20px 0 0;
}
.draw_img {
    flex-basis: 50%;
}

@media (max-width: 650px) {
    .draw_text {
        flex-basis: 100%;
        padding: 0;
    }
    .draw_img {
        flex-basis: 100%;
    }
}


/* Участники*/

div.m2-item, div.m3-item, div.m5-item, div.m6-item {
    margin-left: 50px;
}

div.m8-item, div.m9-item, div.m11-item, div.m12-item {
    margin-left: 50px;
}

.m2-item {
    float: left;
}

.m5-item, .m8-item, .m11-item {
    float: left;
}

.member {
    margin-top: 50px;
}

.member h3 {
    margin-bottom: 40px;
}
.member_block {
    display: flex;
    flex-wrap: wrap;
}
.member-item {
    flex-basis: 50%;
    padding: 0 10px 10px 10px;
}

@media (max-width: 650px) {
    .member-item {
        flex-basis: 100%;

    }
}


.member-born {

}

.m1-item {
    min-height: 80px;
    background: #F1F2F2;
    color: #47596B;
}

.m1-item img, .m4-item img {
    float: left;
    display: block;
    padding-left: 20px;
    padding-top: 20px;
}

.m1-item p, .m4-item p {
    padding-left: 90px;
    margin-top: 25px;
}

.m7-item, .m10-item {
    float: left;
    width: 465px;
    height: 80px;
    background: #F1F2F2;
    color: #47596B;
}

.member-item2011, .member-item2012 {
    margin-left: 10px;
}

.m7-item img, .m10-item img {
    float: left;
    display: block;
    padding-left: 20px;
    padding-top: 20px;
}

.m7-item p, .m10-item p {
    padding-left: 90px;
    margin-top: 25px;
}

.m3-item, .m6-item, .m9-item, .m12-item {
    float: left;
}

.m1-item:hover {
    background: #16A085;
    color: #ffffff;
}

.m4-item {
    background: #F1F2F2;
    color: #47596B;
}

.m4-item:hover {
    background: #16A085;
    color: #ffffff;
}

.m7-item {
    background: #F1F2F2;
    color: #47596B;
}

.m7-item:hover {
    background: #16A085;
    color: #ffffff;
}

.m10-item {
    background: #F1F2F2;
    color: #47596B;
}

.m10-item:hover {
    background: #16A085;
    color: #ffffff;
}


.result-button {
    color: #16A085;
}

.news h3 {
    text-align: center;
}

h3, h4 {
    text-align: center;
}

/* Фото с прокруткой */

h3#foto {
    margin-bottom: 50px;
}

div.foto-move {
    width: 100%;
}

div.scroll {
    right: 50px;
    height: 150px;
}

.foto-move {
    margin-top: 60px;
}

.move-content img {
    padding-right: 5px;
}

.move-content {
    width: 100%;
    height: 150px;
}

.scroll label::after {
    height: 150px
}

.scroll {
    position: relative;
    height: 150px;
    line-height: 150px;
    padding: 10px 3em;
}

.scroll input {
    display: none;
}

.scroll div {
    height: 200px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    font-size: 0;
}

.scroll img {
    position: relative;
    right: 0em;
    width: 25%;
    height: 75%;
    transition: .5s;
}

.scroll label {
    cursor: pointer;
    font-weight: 600;
    font-size: 3em;
}

.scroll input:nth-of-type(1):checked ~ label:nth-of-type(2):after,
.scroll input:nth-of-type(2):checked ~ label:nth-of-type(3):after,
.scroll input:nth-of-type(3):checked ~ label:nth-of-type(4):after,
.scroll input:nth-of-type(4):checked ~ label:nth-of-type(5):after,
.scroll input:nth-of-type(5):checked ~ label:nth-of-type(6):after,
.scroll input:nth-of-type(6):checked ~ label:nth-of-type(7):after,
.scroll input:nth-of-type(7):checked ~ label:nth-of-type(8):after,
.scroll input:nth-of-type(8):checked ~ label:nth-of-type(9):after,
.scroll input:nth-of-type(9):checked ~ label:nth-of-type(10):after,
.scroll input:nth-of-type(10):checked ~ label:nth-of-type(11):after {
    content: "\3009";
    color: #16A085;
    position: absolute;
    right: 0;
}

.scroll input:nth-of-type(2):checked ~ label:nth-of-type(1):after,
.scroll input:nth-of-type(3):checked ~ label:nth-of-type(2):after,
.scroll input:nth-of-type(4):checked ~ label:nth-of-type(3):after,
.scroll input:nth-of-type(5):checked ~ label:nth-of-type(4):after,
.scroll input:nth-of-type(6):checked ~ label:nth-of-type(5):after,
.scroll input:nth-of-type(7):checked ~ label:nth-of-type(6):after,
.scroll input:nth-of-type(8):checked ~ label:nth-of-type(7):after,
.scroll input:nth-of-type(9):checked ~ label:nth-of-type(8):after,
.scroll input:nth-of-type(10):checked ~ label:nth-of-type(9):after,
.scroll input:nth-of-type(11):checked ~ label:nth-of-type(10):after {
    content: "\3008";
    color: #16A085;
    position: absolute;
    left: 0;
}

.scroll input:nth-of-type(2):checked ~ div img {
    right: 25%;
}

.scroll input:nth-of-type(3):checked ~ div img {
    right: 52%;
}

.scroll input:nth-of-type(4):checked ~ div img {
    right: 78%;
}

.scroll input:nth-of-type(5):checked ~ div img {
    right: 104%;
}

.scroll input:nth-of-type(6):checked ~ div img {
    right: 129%;
}

.scroll input:nth-of-type(7):checked ~ div img {
    right: 155%;
}

.scroll input:nth-of-type(8):checked ~ div img {
    right: 180%;
}

.scroll input:nth-of-type(9):checked ~ div img {
    right: 204%;
}

.scroll input:nth-of-type(10):checked ~ div img {
    right: 230%;
}

.scroll input:nth-of-type(11):checked ~ div img {
    right: 255%;
}