/* ===================[ Главный экран ]=================== */

.main-block {
    min-height: 731px;
    background: var(--main-color);
}

.main-block .img-block {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 0 0 100px 100px;
    background: url('../img/index/main.jpg') no-repeat top center / cover;
}

.main-block .main-title {
    margin-top: 250px;
    font-weight: 500;
    font-size: 72px;
    line-height: 106%;
    color: #FFFFFF;
}

.main-block .main-description {
    margin-top: 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 133%;
    color: #FFFFFF;
}

@media (max-width: 614px) {

    .main-block {
        min-height: 600px;
    }

    .main-block .main-title {
        font-size: 55px;
        margin-top: 165px;
    }

}

@media (max-width: 450px) {

    .main-block .main-title {
        font-size: 45px;
    }

}

/* ===================[ end ]=================== */

/* ===================[ Новости ]=================== */

.news-block {
    color: #fff;
    background-color: var(--main-color);
}

.news-block .container {
    padding-top: 110px;
    padding-bottom: 80px;
}

.news-block .custom-title {
    display: inline-block;
    margin-top: 13px;
}

.news-block .container .row:last-child {
    margin-top: 30px;
}

.news-block img {
    border-radius: 30px;
    width: 100%;
}

.news-block .news-item {
    background-color: #fff;
    border-radius: 30px;
    height: 100%;
    padding-bottom: 34px;
}

.news-block .news-date {
    margin-top: 24px;
    padding: 0 35px;
    font-weight: 300;
    font-size: 18px;
    line-height: 94%;
    color: rgba(38, 38, 38, 0.6);
}

.news-block .news-title {
    margin-top: 12px;
    padding: 0 35px;
    font-weight: 500;
    font-size: 22px;
    line-height: 115.5%;
    color: #262626;
    height: 75px;

    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.news-block .news-link {
    margin-top: 32px;
    padding: 0 35px;
    font-weight: 300;
    font-size: 18px;
    line-height: 115.5%;
    color: #262626;
    transition: .3s;
}

.news-block .news-link svg {
    margin-left: 13px;
    transform: rotate(45deg);
    transition: .3s;
}

.news-block .news-link:hover {
    color: var(--main-color);
    text-decoration: underline;
}

.news-block .news-link:hover svg {
    transform: rotate(0);
}

.news-block .news-link:hover svg path {
    stroke: var(--main-color);
}

@media (max-width: 992px) {

    .news-block .col-lg-4 {
        margin-top: 30px;
    }

}

@media (max-width: 576px) {

    .news-block .row > .col-sm-6:last-child {
        display: none;
    }

}

/* ===================[ end ]=================== */

/* ===================[ Анонсы ]=================== */

.anons-block {
    padding: 110px 0 50px 0;
}

.anons-block .link-custom {
    border: 1px solid #2B2B2B;
}

.anons-block .link-custom:hover {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.anons-block .link-custom:hover svg circle {
    fill: #fff;
}

.anons-block .link-custom:hover svg path {
    stroke: var(--main-color);
}

.anons-block .col-lg-4 div {
    padding: 38px;
    margin-top: 30px;
    background: linear-gradient(0deg, #2B3980, #2B3980), #F7F7F8;
    border-radius: 30px;
    color: #fff;
    min-height: 221.33px;
}

.anons-block .anons-date {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    line-height: 118%;
    margin-bottom: 24px;
}

.anons-block .anons-address {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    line-height: 118%;
    float: right;
    text-decoration-line: underline;
}

.anons-block .anons-address svg {
    margin-right: 8px;
    margin-bottom: 3px;
}

.anons-block .anons-address svg path {
    transition: .3s;
}

.anons-block .anons-address:hover svg path {
    fill: var(--main-color);
}

.anons-block .anons-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 118%;
    margin-bottom: 0;

    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

@media (max-width: 576px) {

    .anons-block .row > .col-sm-6:last-child {
        display: none;
    }

}

/* ===================[ end ]=================== */


/* ===================[ Информация о клубе ]=================== */

.fbnso-block {
    margin: 60px auto 50px auto;
    background: linear-gradient(0deg, #C83E5F, #C83E5F), linear-gradient(0deg, #0148FF, #0148FF), #F7F7F8;
    border-radius: 60px;
    color: #FFFFFF;
    padding: 39px 90px;
}

.fbnso-block .fbnso-title {
    font-weight: 300;
    font-size: 38px;
    line-height: 118%;
    margin-bottom: 24px;
    text-align: center;
}

.fbnso-block .fbnso-value {
    font-weight: 500;
    font-size: 100px;
    line-height: 83%;
    text-align: center;
    margin-bottom: 0;
}

.fbnso-block .fbnso-description {
    font-weight: 300;
    font-size: 20px;
    line-height: 118%;
    text-align: center;
}

@media (max-width: 992px) {

    .fbnso-block .col-lg-4 {
        margin-top: 30px;
    }

}

/* ===================[ end ]=================== */


/* ===================[ Лучшие игроки ]=================== */
/*...*/
/* ===================[ end ]=================== */


/* ===================[ Фотогалерея ]=================== */

.gallery-block {
    margin: 60px auto 50px auto;
}

.gallery-block .link-custom {
    border: 1px solid #2B2B2B;
}

.gallery-block .link-custom:hover {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.gallery-block .link-custom:hover svg circle {
    fill: #fff;
}

.gallery-block .link-custom:hover svg path {
    stroke: var(--main-color);
}

.gallery-block .row:last-child {
    margin-top: 40px;
}

.gallery-block .gallery-photo {
    position: relative;
}

.gallery-block .gallery-photo img {
    width: 100%;
    border-radius: 30px;
}

.gallery-block .photo-count {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(0deg, #2B2B2B, #2B2B2B), #E6E6E6;
    border-radius: 20px;
    padding: 11px 15px 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 118.5%;
    color: rgba(255, 255, 255, 0.7);
}

.gallery-block .photo-count p {
    margin-bottom: 0;
}

.gallery-block .photo-date,
.gallery-block .photo-type-2,
.gallery-block .photo-type-1 {
    display: inline-block;
}

.gallery-block .photo-date {
    margin-top: 25px;
    font-weight: 300;
    font-size: 16px;
    line-height: 118.5%;
    color: rgba(43, 43, 43, 0.7);
}

.gallery-block .photo-type-1,
.gallery-block .photo-type-2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 118.5%;
    color: #FFFFFF;
    padding: 6px 20px;
    border-radius: 20px;;
    margin-left: 15px;
}

.gallery-block .photo-type-1 {
    background: linear-gradient(0deg, #C83E5F, #C83E5F), linear-gradient(0deg, #0148FF, #0148FF), linear-gradient(0deg, #FF3900, #FF3900), #D9D9D9;
}

.gallery-block .photo-type-2 {
    background: linear-gradient(0deg, #2B3980, #2B3980), #D9D9D9;
}

.gallery-block .photo-description {
    max-width: 370px;
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 138.5%;
}

.gallery-block .photo-description:hover {
    color: var(--main-color);
    text-decoration: underline;
}

@media (max-width: 992px) {

    .gallery-block .col-lg-4:not(:first-child) {
        margin-top: 50px;
    }

}

@media (max-width: 576px) {

    .gallery-block .row > .col-sm-6:last-child {
        display: none;
    }

}

/* ===================[ end ]=================== */


/* ===================[ Видео ]=================== */
/*...*/
/* ===================[ end ]=================== */


/* ===================[ Вступить в федерацию ]=================== */

.invite-club {
    color: #fff;
    background: linear-gradient(0deg, #C83E5F, #C83E5F), #F7F7F8;
    border-radius: 90px;
    max-height: 460px;
    margin: 60px 0 50px;
}

.invite-club .row {
    overflow: hidden;
}

.invite-club .invite-title {
    margin-top: 93px;
    font-weight: 500;
    font-size: 58px;
    line-height: 104.5%;
}

.invite-club .invite-description {
    margin: 17px 0 29px 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 136%;
}

.invite-club .request-button {
    display: inline-block;
    margin-top: 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 118%;
    padding: 20px 48px;
    background: linear-gradient(0deg, #262626, #262626), #C83E5F;
    border-radius: 55px;
    transition: .3s;
    margin-bottom: 83px;
}

.invite-club .request-button:hover {
    background: #fff;
    color: #262626;
}

.invite-club .invite-slider-down {
    pointer-events: none;
    transform: rotate(90deg);
    position: absolute;
    left: -230px;
}

.invite-club .invite-slider-up {
    pointer-events: none;
    transform: rotate(-90deg);
    position: absolute;
    left: 130px;
}

.invite-club .invite-slider-down .slider-item img,
.invite-club .invite-slider-up .slider-item img {
    width: 100%;
    border-radius: 30px;
}

.invite-club .col-md-6:last-child {
    position: relative;
}

@media (max-width: 1288px) {

    .invite-club .invite-slider-up {
        left: 85px;
    }

}

@media (max-width: 1200px) {

    .invite-club .invite-slider-down {
        top: 40px;
        left: -150px;
    }

    .invite-club .invite-slider-up {
        top: 40px;
        left: 118px;
    }

}

@media (max-width: 1140px) {

    .invite-club .owl-carousel.invite-slider-up.owl-loaded.owl-drag {
        display: none;
    }

    .invite-club .invite-slider-down {
        left: 0;
        right: 0;
    }

}

@media (max-width: 992px) {

    .invite-club .invite-title {
        font-size: 48px;
    }

    .invite-club .owl-carousel.owl-loaded {
        width: 400px;
        top: 100px;
    }

}

@media (max-width: 768px) {

    .invite-club .col-md-6:last-child {
        display: none;
    }

}

@media (max-width: 700px) {

    .invite-club {
        text-align: center;
    }

}

/* ===================[ end ]=================== */


/* ===================[ Документы ]=================== */

.document-block {
    margin: 60px auto 50px;
}

.document-block .link-custom {
    border: 1px solid #2B2B2B;
}

.document-block .link-custom:hover {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.document-block .link-custom:hover svg circle {
    fill: #fff;
}

.document-block .link-custom:hover svg path {
    stroke: var(--main-color);
}

.document-block .custom-title {
    margin-bottom: 15px;
}

.document-block .col-lg-4 {
    margin-top: 25px;
}

.document-block .col-lg-4 > div {
    background: linear-gradient(0deg, #2B3980, #2B3980), #F7F7F8;
    border-radius: 30px;
    color: #fff;
    padding: 28px 24px 18px 22px;
    min-height: 190px;
}

.document-block .col-lg-4 p::before {
    position: absolute;
    content: url("../img/index/document/pdf.svg");
    left: 35px;
    top: 25px;
}

.document-block .col-lg-4 p {
    max-width: 320px;
    padding-top: 10px;
    padding-left: 65px;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 50px;
}

.document-block .download-docs {
    position: absolute;
    bottom: 25px;
    right: 35px;
}

.document-block .col-lg-4 .download-document {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
}
.document-block .col-lg-4 .download-document path {
    transition: .3s;
}

.document-block .col-lg-4 .download-document:hover path {
    stroke: var(--main-color);
}

@media (max-width: 992px) {

    .document-block .col-lg-4 p {
        max-width: inherit;
    }

}

/* ===================[ end ]=================== */


/* ===================[ Партнеры ]=================== */

.partner-block {
    margin-top: 60px;
}

.partner-block .custom-title {
    margin-bottom: 40px;
}

/* ===================[ end ]=================== */