.title--main {
	font-size: 32px;
}
@media screen and (max-width: 1200px) {
    .title--main {
        font-size: 24px;
        text-align: center;
    }
}
.grecaptcha-badge {
    display: none !important;
}
.button--accent {
    position: relative;
    z-index: 4 !important;
}
.socials__link svg {
    fill: #091E05;
}
.footer__underline {
    display: flex;
    justify-content: space-between;
	gap: 30px;
} .tournaments__slider { display: flex; width: 100% } .slider {width: 100%}

ul {
    list-style: circle;
}
ul > li {
    margin-bottom: 12px;
}
.about__info {
    padding: 60px 40px;
}
.about__item--reverse {
    margin-top: 20px;
}

.btn--gray {
    background-color: #353535;
    color: #fff;
}
.btn--gray:hover {
    background-color: #777777;
    color: #fff;
    
}

.header {
    .header__wrapper {
        justify-content: space-between;
    }
    .container-fluid {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px
    }
    .nav {
        width: auto;
        gap: 40px;
    }
}
.header__callback {
    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
}

.header__callback ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px
}

.header__callback ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
}

.header__callback ul li sup {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    top: 0;
    line-height: 1em
}

.header__callback ul li a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #fff
}

.header--invert {
    .header__callback ul li a {color: #000;}
    .header__callback ul li sup {color: #000;}
}
@media screen and (max-width: 767px) {
    .header {
        .container-fluid {
            padding-left: 12px;
            padding-right: 12px;
        }
    }
    .header::before {
        background: #091e05;
    }
    .header__wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px 40px;
        .logo {
            order: 1;
        }
        .burger {
            order: 2;
            z-index: 20;
        }
        .header__callback {
            order: 3;
            ul li a {
                font-size: 16px;
            }
        }
    }
    .mobile-menu.active {
        max-width: none;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
}
.form-with-captcha {
    gap: 20px;
    display: flex;
    flex-direction: column;
    .labelGroup {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
}
.form__item select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    color: #262523;
    border-radius: 10px;
    background-color: #e8e2d8;
    width: 100%;
}
/** от 19.06 **/
.nav__item {
    font-size: 16px;
}
.header__callback ul li a {
    font-size: 16px;
}
.header {
    .nav {
        gap: 20px;
    }
    .header__wrapper {
        gap: 20px;
    }
}