/* This stylesheet generated by Transfonter (https://transfonter.org) on July 5, 2017 12:57 AM */
@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans Bold'), local('NotoSans-Bold'),
    url('/fonts/NotoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'),
    url('/fonts/NotoSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans Italic'), local('NotoSans-Italic'),
    url('/fonts/NotoSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans'), local('NotoSans'),
    url('/fonts/NotoSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* inter-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/inter-v13-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/inter-v13-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url("/fonts/inter-v13-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/inter-v13-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

input[type=checkbox], input[type=radio]{
    width: 20px;
    height: 20px;
}

.header {
    display: flex;
    height: 98px;
    margin-bottom: 162px;
}

.nav-list__item-link__phone_mobile {
    display: none;
}

.header-container {
    width: 100%;
    padding: 0 40px 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.6);
}

.header-container-transparent {
    background-color: transparent !important;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 50px;
    list-style: none;
    margin-bottom: 0;
}

.nav-list__item {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
}

.nav-list__item-link {
    color: #F5F5F0;
    text-decoration: none;
    transition: all 0.1s linear;
}

.nav-list__item-link:hover {
    color: #C60001;
}

.nav-list__item-link__phone {
    padding: 13px 20px;
    border-radius: 24px;
    text-decoration: none;
    border: 3px solid #C60001;
    background: rgba(255, 255, 255, .15);
}

.nav-list__item-link__phone:hover {
    /*border: 3px solid #F5F5F0;*/
    text-decoration: none;
    color: white;
    background: transparent;

}

.hero {
    position: relative;
    background: url("/images/main.png") no-repeat center;
    background-size: cover;
    z-index: 1;
}

.hero::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.hero-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.hero-inner__legion {
    font-size: 36px;
    line-height: 50px;
    color: #F5F5F0;
    text-transform: uppercase;
    font-weight: 500;

}

.hero-inner__legion-title {
    display: block;
    font-weight: 700;
    font-size: 105px;
    line-height: 124px;
    letter-spacing: -1px;
    color: #C60001;
}

.about {
    padding: 62px 0 53px 0;
    max-width: 1063px;
    margin: 0 auto;
}

.about-heading {
    margin-bottom: 72px;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1px;
    color: #161615;
    text-align: center;
    font-weight: 700;
}

.line {
    height: 3px;
    margin: 0 auto 50px auto;
    text-align: center;
    background-color: #161615;
    /*box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25);*/
}

.organization-title {
    display: inline-block;
    margin-bottom: 14px;
    text-transform: uppercase;
    color: #C60001;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;

}

.organization-info {
    font-size: 20px;
    line-height: 27.24px;
    color: #161615;
}

.sports-destinations {
    padding: 53px 0;
}

.directions {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.directions-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-basis: 45%;
    flex-grow: 1;
    height: 501px;
    padding: 24px;
    color: #F5F5F0;
    border-radius: 25px;
    z-index: 1;
}

.directions-card__bjj {

}

.directions-card__grappling {
    background: url("/images/grappling.png") no-repeat;
    background-size: cover;
}

.directions-card__hands {
    background: url("/images/hand-fight.png") no-repeat;
    background-size: cover;
}

.directions-card__crossfit {
    background: url("/images/crossfit.png") no-repeat;
    background-size: cover;
}

.directions-card__fitness {
    background: url("/images/fitness.png") no-repeat;
    background-size: cover;
}

.directions-card__trx {
    background: url("/images/functional.png") no-repeat;
    background-size: cover;
}

.directions-card__bjj-grappling {
    background: url("/images/bjj-grappling.png") no-repeat;
    background-size: cover;
}

.directions-card__hand-fight {
    background: url("/images/hand-fight.png") no-repeat;
    background-size: cover;
}

.directions-card__crossfit-eug {
    background: url("/images/crossfit-eug.png") no-repeat;
    background-size: cover;
}

.directions-card::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #161615 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
    border-radius: 25px;
}

.directions-card__link {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #F5F5F0;
    text-decoration: none;
    z-index: 2;
    cursor: pointer;
}

.directions-card__link:hover .directions-card__link-info {
    color: #C60001;
    border: 1px solid #C60001;
}

.directions-card__link-info {
    position: relative;
    top: 20px;
    left: 20px;
    display: inline-block;
    padding: 8px 11px;
    border: 1px solid #F5F5F0;
    border-radius: 24px;
    text-transform: uppercase;
}

.directions-card__heading {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}

.directions-card__heading:first-letter {
    text-transform: uppercase;
}

.directions-card__info {
    max-width: 368px;
    font-size: 16px;
    line-height: 22px;
}

.slick-init {
    position: relative;
}

.subscriptionPackButton {
    width: 100%;
    max-width: 668px;
}

.slide_arrow {
    position: absolute;
    z-index: 1000;
    width: 45px;
}

.slide_arrow_left {
    bottom: 20px;
    left: 60px;
}

.slide_arrow_right {
    rotate: 180deg;
    bottom: 20px;
    left: 10px;
}

.slide-flex {
    width: 100%;
    display: flex;
    /* display: block; */
    flex-direction: row;
    gap: 25px;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;
}

.trainers {
    padding: 53px 0;
}

.trainers-heading {
    margin-bottom: 25px;
    padding-bottom: 43px;
    border-bottom: 1px solid #161615;
}

.trainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 0 40px 0;
    border-bottom: 1px solid #161615;
}

.trainer-card {
    display: flex;
    gap: 24px;
    /*margin-bottom: 10px;*/
}

.trainer-card__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.trainer-card__picture {
    border-radius: 25px;
}

.trainer-card__info {
    display: flex;
    flex-direction: column;
}

.trainer-card__info-name {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 38px;
    /*text-transform: uppercase;*/
}

.trainer-card__info-regalia {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 29px;
    font-weight: 600;
    color: #C60001;
}

.trainer-card__info-education, .trainer-card__info-experience {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 29px;
}

.trainer-card__info-experience {
    margin-bottom: 30px;
}

.trainer-card__info-subtitle {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 26px;
    line-height: 38px;
    /*text-transform: uppercase;*/
}

.trainer-card__info-lessons {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.trainer-ticket {
    display: none;
    flex-direction: column;
    gap: 35px;
    width: 100%;
    margin-bottom: 92px;
    margin-top: 40px;
}

.trainer-ticket__wrapper {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.trainer-ticket__inner {
    display: flex;
    align-items: center;
    gap: 19px;
    cursor: pointer;
}

.trainer-ticket__inner p {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}


.trainer-ticket__inner span {
    margin-left: auto;
    font-size: 24px;
    line-height: 29px;
    color: #C60001;
}

.trainer-ticket__inner-info {
    margin-right: 41px;
    width: 39px;
    height: 39px;
    background-color: #C60001;
}

.trainer-ticket__inner-subscription {
    margin-right: auto;
    font-family: "Noto Sans", sans-serif;
    font-size: 24px;
    line-height: 39px;
    font-weight: 600;
}

.trainer-stocks {
    display: flex;
    gap: 24px;
}

.trainer-stocks__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 55px 94px 30px 94px;
    color: #F5F5F0;
    flex-grow: 1;
    text-align: center;
    border-radius: 25px;
    z-index: 1;
    transition: all 0.1s linear;
}

.trainer-stocks__card:hover .trainer-stocks__card-btn {
    color: #C60001;
    border: 1px solid #C60001;
}

.trainer-stocks__card-secondChild, .trainer-stocks__card-childParent {
    background: url("/images/fitness.png");
    background-size: cover;
}

.trainer-stocks__card::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #161615 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
    border-radius: 25px;
}

.trainer-stocks__card-heading {
    max-width: 481px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
}

.trainer-stocks__card-btn {
    padding: 8px 20px;
    border: 1px solid #F5F5F0;
    background: transparent;
    border-radius: 25px;
    font-size: 20px;
    line-height: 16px;
    font-weight: 600;
    color: #F5F5F0;
    cursor: pointer;
    width: 100%;
}

.trainer-stocks__card-btn:hover {
    color: #C60001;
    border: 1px solid #C60001;
}

.trainer-stocks__card-btn::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    .directions-card {
        background-position: center;
        background-size: cover;
    }

    .trainer-card {
        flex-direction: column;
    }

    .trainer {
        align-items: center;
    }

    .trainer-stocks {
        flex-direction: column;
    }

    .trainer-stocks__card {
        text-align: left;
        background-size: cover;
        padding: 30px;
    }

    .trainer-ticket__inner-info {
        margin-right: 30px;
    }

    .trainer-stocks__card-btn {
        align-self: center;
        min-width: 350px;
    }

}

@media screen and (max-width: 768px) {
    .slide-flex {
        width: 100%;
        display: flex;
        /* display: block; */
        flex-direction: column;
        gap: 70px;
        align-content: center;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .slide_arrow {
        display: none !important;
    }

    .trainer-ticket__inner {
        gap: 24px;
    }

    .trainer-ticket__inner-info {
        margin-right: 0;
    }

    .trainer-ticket__inner-info {
        width: 30px;
        height: 30px;
    }

    .trainer-ticket__inner-subscription {
        font-size: 18px;
    }

    .trainer-ticket {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 568px) {
    .trainer-stocks__card {
        padding: 20px;
    }

    .trainer-stocks__card-btn {
        min-width: 200px;
    }

    .trainer-ticket__inner-info {
        display: none;
    }

    .trainer-ticket__wrapper {
        padding: 10px;
        border: 2px solid #C60001;
        border-radius: 25px;
    }

    .trainer-ticket__inner {
        flex-direction: column;
    }

    .trainer-ticket__inner-subscription {
        margin-right: unset;
        font-size: inherit;
    }

    .trainer-ticket__inner .btn {
        background-color: rgba(22, 95, 239, 0.2);
        color: #161615;
        outline: 1px solid #C60001;
    }

    .trainer-stocks__card-heading {
        font-size: 25px;
    }
}

.events {
    padding-bottom: 50px;
}

.events .directions-card__link-info {
    border: none;
}

.events .trainer-stocks__card-btn {
    align-self: center;
}

.events .directions-card {
    gap: 20px;
}

.branches {
    padding: 50px 0;
    background-color: #ffffff;
}

.branches-wrapper {
    display: flex;
    align-items: center;
}

.branches-wrapper__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    width: 100%;
}

.branches-inner {
    font-size: 20px;
    font-weight: 500;
}

.branches-inner__place {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    margin-bottom: 20px;
    max-width: 350px;
    border-bottom: 1px solid #161615;
}

.branches-inner__place-address {
    display: inline-block;
    /*margin-bottom: 20px;*/
}

.contact-phone {
    max-width: 413px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.branches-inner__place-phone {
    font-size: 24px;
    line-height: 22px;
    color: #161615;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}

.vk-link {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .branches-wrapper {
        flex-direction: column;
        gap: 50px;
    }

    .section-heading {
        text-align: center;
    }

    .branches-wrapper__info {
        align-items: center;
    }

    .branches-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .branches-inner__place {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 568px) {
    .branches-inner {
        justify-content: center;
    }
}

/*.modal {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  padding: 20px;*/
/*  background-color: rgba(0, 0, 0, 0.3);*/
/*  transition: all 0.3s linear;*/
/*  z-index: -1;*/
/*  opacity: 0;*/
/*}*/
/*.modal-close {*/
/*  position: absolute;*/
/*  top: 30px;*/
/*  right: 30px;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  cursor: pointer;*/
/*  margin: 20px;*/
/*}*/
/*.modal-close::before, .modal-close::after {*/
/*  position: absolute;*/
/*  content: "";*/
/*  top: 0;*/
/*  right: 0;*/
/*  display: block;*/
/*  width: 20px;*/
/*  height: 5px;*/
/*  background: #161615;*/
/*}*/
/*.modal-close::before {*/
/*  transform: rotate(45deg);*/
/*}*/
/*.modal-close::after {*/
/*  transform: rotate(-45deg);*/
/*}*/
.madeBy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: space-around;
    text-align: center;
    padding-bottom: 20px;
    background-color: white;
    flex-wrap: nowrap;
    max-width: 100%;
    align-items: center;
}

.madeBy .madeBy-text {
    color: #161615;
    /*padding: 10px 15px;*/
    /*background-color: rgba(0, 0, 0, .1);*/
    /*border-radius: 20px;*/
    /*border: 1px solid rgba(0, 0, 0, .3);*/
}

.close {
    padding-right: 20px !important;
    padding-top: 10px !important;
}

.close span {
    font-size: 30px !important;
}

.modal-main-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;

}

.modal-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto;
    gap: 20px;
    max-height: 100%;
    padding: 40px 42px;
    background-color: white;
    border-radius: 25px;
}

.modal-inner__status {
    font-size: 52px;
    line-height: 64px;
    font-weight: 500;
    text-transform: uppercase;
    color: #C60001;
}

.modal-inner__subscription {
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
}

.modal-inner__heading {
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    line-height: 39px;
    margin-top: 25px;
    /*text-transform: uppercase;*/
}

.modal-inner__cost {
    font-size: 32px;
    line-height: 60px;
    font-weight: 500;
    text-transform: uppercase;
    color: #C60001;
}

.modal-inner__plans {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 25px;
}

.form-group {
    /*margin: 0;*/
}

.modal-inner__form {
    position: relative;
    display: flex;
    flex-direction: column;
    /*gap: 20px;*/
    width: 100%;
    z-index: 0;
}

.modal-inner__form input[type=text], .modal-inner__form input[type=tel], .modal-inner__form input[type=email] {
    width: 100%;
    padding: 15px 21px;
    border: 1px solid #161615;
    border-radius: 25px;
}

.modal-inner__form-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 26px;
    border: 1px solid #161615;
    background-color: #ffffff;
    border-radius: 25px;
    z-index: 1;
    cursor: pointer;
}

.modal-inner__form-content__type {
    position: relative;
    top: -60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
    height: 150px;
    background: rgb(245, 245, 240);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    z-index: -1;
}

.modal-inner__form-content__type-education {
    padding: 5px 24px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    border-radius: 25px;
    transition: all 0.1s linear;
    cursor: pointer;
}

.modal-inner__form-content__type-education:hover {
    background: #C60001;
    color: #F5F5F0;
}

.modal-opacity {
    z-index: 10;
    opacity: 1;
}

.burger {
    position: relative;
    display: none;
    /*width: 44px;*/
    /*height: 44px;*/
    padding: 22px;
    border-radius: 100px;
    border: 1px solid #F5F5F0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.burger::before {
    position: absolute;
    content: "";
    top: 18px;
    left: 14px;
    width: 16px;
    height: 1px;
    background-color: #F5F5F0;
    transition: all 0.3s ease-in-out;
}

.burger::after {
    position: absolute;
    content: "";
    top: 26px;
    left: 14px;
    width: 16px;
    height: 1px;
    background-color: #F5F5F0;
    transition: all 0.3s ease-in-out;
}

.burger-open {
    display: block;
}

.burger-open::before {
    top: 20px;
    transform: rotate(45deg);
}

.burger-open::after {
    top: 20px;
    transform: rotate(-45deg);
}

@media screen and (max-width: 1100px) {
    .header-container {
        bottom: 0;
    }

    .burger {
        display: block;
    }

    .nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: none;
        align-items: center;
        justify-content: center;
    }

    .nav ul {
        flex-direction: column;
        gap: 35px;

        /*flex-direction: column;*/
        /*gap: 35px;*/
        /*display: flex;*/
        /*height: 100%;*/
        /*width: 100%;*/
        /*justify-content: center;*/
        /*background-color: rgba(0,0,0,.6);*/
    }

    .nav-open {
        /*width: 100%;*/
        /*display: flex;*/
        /*transition: all 0.3s linear;*/
        /*margin-top: 76px;*/
        /*height: 300px;*/
        /*background-color: rgba(0, 0, 0, 0.6);*/

        width: 100%;
        display: flex;
        transition: all 0.3s linear;
        height: 100%;
        /*background: url(/images/main.png) no-repeat center;*/
        /*background-image: url(/images/main.png) no-repeat center;*/
        background-color: rgba(0, 0, 0, 0.6);
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        position: fixed;
    }

}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*, ::before, ::after {
    box-sizing: inherit;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

body {
    font-family: "Noto Sans", sans-serif;
    background-color: #F5F5F0;
}

button:active, button:focus {
    outline-style: none !important;
    outline-width: 0px !important;
    outline-color: none !important;
}

button::-moz-focus-inner {
    outline-style: none !important;
    outline-width: 0px !important;
    outline-color: none !important;

}

ol, li {
    list-style-type: none;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding-right: 40px;
    padding-left: 40px;
}

.trainers .section-heading {
    margin-bottom: 20px;
}

.section-heading {
    margin-bottom: 60px;
    font-size: 35px;
    line-height: 41px;
    color: #161615;
}

.contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact-organization {
    font-size: 14px;
    margin-top: 50px;
}

.contact-organization p {
    margin-bottom: 0;
}

.btn {
    padding: 23px;
    color: #F5F5F0;
    font-size: 18px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    /*text-transform: uppercase;*/
    background: #C60001;
    border: 3px solid #C60001;
    border-radius: 25px;
    /*border: none;*/
    outline: none;
    cursor: pointer;
    transition: all 0.1s linear;
}

.btn:focus {
    box-shadow: none !important;
}

.btn svg path {
    fill: #F5F5F0;
}

.btn .arrow-rotate {
    transform: rotate(180deg);
}

.btn .arrow-rotate path {
    fill: #161615;
}

.btn:hover {
    color: #000;
    background: transparent;
}

.btn:hover svg path {
    fill: #000;
}

.btn-alt {
    background: transparent;
    color: #000;
    padding: 15px;
}

.btn-alt:hover {
    color: #F5F5F0;
    background: #C60001;
}

.btn-subscription {
    padding: 10px;
    min-width: 189px;
    line-height: 29px;
    border: none;
    background-color: #343434;
    color: #F5F5F0;
}

.btn-subscription:hover {
    background-color: #161615;
    color: #F5F5F0;
}

.modal-text_link {
    color: #343434;
    text-decoration: underline;
    /*margin-left: 20px;*/

}

.modal-text_link:hover {
    color: #C60001;
}

.active {
    background-color: #E2E2E2;
    color: #161615;
    outline: 3px solid #4A0304;
}

.arrow {
    display: inline-block;
    margin-left: 41px;
    width: 18px;
    height: 18px;
    background-size: contain;
    transition: all 0.3s linear;
}

.main-heading {
    font-size: 320px;
    font-weight: 700;
    margin: 0;
}

.main-heading__legion {
    color: #F5F5F0;
    mix-blend-mode: overlay;
}

.logo {
    /*margin-right: auto;*/
}

.logo-img {
    max-width: 76px;
}

.flexProperty {
    display: flex;
}

.noneProperty {
    display: none;
}

input[type=radio] {
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*appearance: none;*/
    display: inline-block;
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    cursor: pointer;
    border: 1px solid #161615;
    background-color: transparent;
    border-radius: 50%;
}

.opacity {
    opacity: 0;
    transition: all 0.3s linear;
}

input[type=radio]:checked {
    /*padding: 5px;*/
    /*background-color: #C60001;*/
    border-color: #161615;
    color: #fff;
}

.overflow {
    overflow: hidden;
}

@media screen and (max-width: 1174px) {
    .main-heading {
        font-size: 240px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }

    .main-heading {
        font-size: 180px;
    }
}

@media screen and (max-width: 768px) {
    .nav-list__item-link__phone, .nav-list_call_btn {
        display: none;
    }

    .nav-list__item-link__phone_mobile {
        display: block;
        border: 1px solid white;
        border-radius: 50%;
        padding: 2px 12px;
        font-size: 28px;

    }

    .header-container div {
        order: 1;
    }

    .header-container .logo {
        order: 2;
        z-index: 1002;
    }

    .header-container .burger {
        order: 3;
    }


    .contact-phone {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .btn-subscription {
        min-width: 150px;
    }

    .contact-phone .phone_btn, .contact-phone .btn-alt {
        width: 100%;
    }

    .main-heading {
        font-size: 90px;
    }

    .hero-inner__legion-title {
        font-size: 56px;
        line-height: 78px;
    }

    .header-container {
        padding: 0 10px;
    }
}

@media screen and (max-width: 568px) {
    .arrow {
        display: none;
    }

    .trainer-ticket__inner {
        gap: 10px;
    }
}
