/* fonts starts*/
/* fonts starts */
@font-face {
    font-family: "SpaceGrotesk-Bold";
    src: url("fonts/SpaceGrotesk/SpaceGrotesk-Bold.ttf");
}

body {
    font-family: "Raleway", system-ui;
    margin: 0;
}

::-webkit-input-placeholder {
    color: #9EA5AD;
}

::-moz-placeholder {
    color: #9EA5AD;
}

:-ms-input-placeholder {
    color: #9EA5AD;
}

:-moz-placeholder {
    color: #9EA5AD;
}

.header-nav a,
.header-socials img,
.search-input input,
.foot-list li a,
.see-all-news,
.news-multi-item a, .important-links a {
    transition: all 0.4s ease;
}

.header-nav {
    background-color: #2B2D42;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 9;
}

.header-nav a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-top: 16px;
    padding-bottom: 15px;
}

.header-nav a:hover {
    color: #E30F2D;
}

.header-nav li {
    margin-left: 10px;
    margin-right: 10px;
}

.header-top {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

.header-right {
    max-width: 300px;
}

.header-h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    max-width: 240px;
    text-align: right;
}

.header-h2 span {
    color: #E30F2D;
    font-weight: 800;
}

.header-right-details {
    margin-left: 40px;
}

.header-socials li {
    margin-right: 20px;
}

.header-socials li:hover img {
    transform: scale(1.1);
}

.search-input {
    margin-top: 32px;
}

.search-input input {
    padding-left: 12px;
    padding-right: 20px;
    height: 36px;
    border: 1px solid #2B2D42;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
}

.search-input input:focus {
    border-color: #E30F2D;
    box-shadow: none;
}

.search-input img {
    position: absolute;
    right: 12px;
    top: 11px;
}

.lang-dropdown {
    background-color: #2B2D42;
    border-radius: 4px;
}

.lang-dropdown .dropdown-toggle::after {
    display: none;
}

.lang-dropdown .dropdown-toggle {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding-right: 24px;
}

.lang-dropdown .dropdown-toggle:focus {
    box-shadow: none;
}

.lang-dropdown .dropdown-menu {
    max-width: 70px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #2B2D42;
}

.chevron-icon {
    right: 8px;
    top: 14px;
}

.logo img {
    height: 100px;
}

.illus-header,
.illus-top {
    position: absolute;
    pointer-events: none;
}

.illus-header {
    left: 25%;
    bottom: -20px;
}

.illus-top {
    right: 0;
    bottom: -30px;
}

.footer-bottom {
    background-color: #fff;
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-all {
    background-color: #E30F2D;
    position: relative;
    overflow: hidden;
}

.footer-top {
    border-bottom: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.foot-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.footer-center {
    margin-top: 32px;
    padding-bottom: 56px;
}

.foot-list {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 32px;
    column-gap: 32px;
}

.foot-list li {
    margin-bottom: 10px;
}

.foot-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.foot-list li a:hover {
    color: #2B2D42;
}

.footer-socials {
    margin-top: 48px;
}

.footer-socials li {
    display: inline-block;
    margin-right: 15px;
}

.search-input-footer input {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.search-input-footer input::-webkit-input-placeholder {
    color: #fff;
}

.search-input-footer input::-moz-placeholder {
    color: #fff;
}

.search-input-footer input:-ms-input-placeholder {
    color: #fff;
}

.search-input-footer input:-moz-placeholder {
    color: #fff;
}

.search-input-footer {
    max-width: 240px;
}

.foot-address a,
.foot-address address {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.foot-address a:hover,
.foot-address address:hover {
    color: #2B2D42;
}

.foot-address .logo {
    display: inline-block;
    margin-top: 56px;
}

.foot-address .footer-mail {
    text-decoration: underline;
}

.foot-address address {
    margin-top: 20px;
    margin-bottom: 20px;
}

.foot-layer {
    position: absolute;
    top: 0;
    opacity: 0.1;
    pointer-events: none;
}

.custom-breadcrumb {
    margin-top: 32px;
}

.custom-breadcrumb .breadcrumb-item {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.custom-breadcrumb .breadcrumb-item a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.section-h1 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.section-h1 img {
    margin-right: 20px;
    max-width: 36px;
    -o-object-fit: contain;
    object-fit: contain;
}

.types-part {
    margin-top: 40px;
}

.types-all {
    padding-top: 52px;
    padding-bottom: 36px;
}

.types {
    min-height: 30vh;
}

.types-item {
    text-align: center;
    margin-bottom: 20px;
}

.types-item a {
    text-decoration: none;
    display: block;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.4s ease;
}

.types-item a:hover h4 {
    color: #E30F2D;
}

.types-item a:hover {
    box-shadow: -1px 0px 20px -3px rgb(204, 204, 204);
}

.types-item img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 60px;
    height: 60px;
}

.types-item h4 {
    text-transform: uppercase;
    color: #000;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.4s ease;
}

.type-img {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-img, .home-slider-item {
    height: 632px;
    overflow: hidden;
}

.main-img > img, .home-slider-image,
.single-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.coache-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.vitse-content {
    margin-top: 36px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 48px;
}

.vitse-cover {
    margin-top: 40px;
}

.vitse-content img:nth-child(even) {
    float: left;
    padding: 32px 32px 32px 0;
}

.vitse-content img:nth-child(odd) {
    float: right;
    padding: 32px 0 32px 32px;
}

.vitse-content img {
    padding: 20px;
    width: 40%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-multi {
    padding-top: 28px;
    padding-bottom: 40px;
}

.news-multi-item {
    margin-bottom: 24px;
    border-radius: 6px;
}

.news-multi-item a {
    display: block;
    border-radius: 6px;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: #E4E7EC;
}

.news-img {
    height: 200px;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.news-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s ease;
}

.news-desc {
    padding: 12px 16px;
    background-color: #fff;
}

.news-desc small {
    color: #E30F2D;
}

.news-desc h4 {
    color: #000;
    margin-top: 10px;
    height: 54px;
    overflow: hidden;
}

.news-desc small,
.news-desc h4 {
    font-weight: 700;
    font-size: 15px;
}

.news-desc span {
    color: #E30F2D;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

.news-multi-item:hover .news-img img {
    transform: scale(1.1);
}

.see-all-news, .important-links a {
    display: inline-block;
    height: 46px;
    background-color: #E30F2D;
    border: 1px solid #E30F2D;
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.2509803922);
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    line-height: 22px;
    margin-top: 16px;
    margin-bottom: 8px;
}

.see-all-news:hover, .important-links a:hover {
    color: #E30F2D;
    background-color: transparent;
}

.news-multi-item:hover a {
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
    border-color: transparent;
}

.news-desc img {
    width: 7px !important;
}

.news-desc h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-multi .owl-nav {
    position: absolute;
    right: 0;
    top: -84px;
}

.news-multi .owl-nav .owl-prev {
    transform: rotate(180deg);
    position: relative;
    top: 3px;
    right: 6px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background-color: transparent;
}

.con-vector1,
.con-vector2 {
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.con-vector1 {
    top: 2%;
    right: 0;
}

.con-vector2 {
    top: 10%;
    left: 0;
}

.section-layer, .home-slider-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    padding-bottom: 100px;
}

.slogan-icon {
    height: 100px;
}

.years-content {
    margin-top: 36px;
    padding-bottom: 48px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 64px;
    column-gap: 64px;
}

.single-img {
    height: 232px;
    overflow: hidden;
    border-radius: 6px;
}

.single-img:hover img {
    transform: scale(1.1);
}

.single-img img {
    -o-object-position: top;
    object-position: top;
    transition: all 0.4s ease;
}

.single-slider, .coaches-slider {
    padding-bottom: 40px;
}

.single-slider .owl-nav.disabled + .owl-dots,
.coaches-slider .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

.single-slider .owl-dots .owl-dot.active span,
.single-slider .owl-dots .owl-dot:hover span,
.coaches-slider .owl-dots .owl-dot.active span,
.coaches-slider .owl-dots .owl-dot:hover span {
    background: #E30F2D;
}

.years .con-vector1 {
    max-width: 200px;
}

.years .con-vector2 {
    top: 50%;
    max-width: 200px;
}

.section-subtitle {
    color: #E30F2D;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 8px;
}

.types-address-map {
    height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
}

#map {
    width: 100%;
    height: 100%;
}

.types-address {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: rgb(43, 45, 66);
}

.types-address-details {
    max-height: 600px;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 40px;
}

.types-address-item {
    border-bottom: 1px solid rgb(246, 246, 246);
    padding-top: 20px;
    padding-bottom: 20px;
}

.types-address-item h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.types-address-item p {
    color: rgb(246, 246, 246);
    font-weight: 500;
    font-style: italic;
    font-size: 15px;
}

.types-address-item ul {
    list-style-type: none;
    padding-left: 0;
}

.types-address-item ul li {
    margin-bottom: 12px;
}

.types-address-item ul li img {
    margin-right: 10px;
}

.types-address-item ul li,
.types-address-item ul a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #c9cacc;
}

*::-webkit-scrollbar-track:hover {
    background: #78797a;
}

*::-webkit-scrollbar-thumb {
    background: #E30F2D;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
    background: #01143b;
}

.user-card {
    width: calc(25% - 20px);
    padding: 10px;
    margin: 10px;
    box-shadow: -1px 0px 20px -3px rgb(204, 204, 204);
    border-radius: 6px;
}

.user-card a {
    text-decoration: none;
}

.user-card .card-h4 {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.user-card p {
    color: rgb(227, 15, 45);
    font-size: 15px;
    font-weight: 500;
    min-height: 45px;
}

.user-card {
    padding: 12px;
}

.user-card-img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 16px;
}

.user-card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-members {
    background-color: #f5f5f5;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.all-user-card {
    max-width: 1000px;
}

.single-slider .owl-nav .owl-prev,
.coaches-slider .owl-nav .owl-prev {
    transform: rotate(180deg);
}

.single-slider .owl-nav .owl-prev, .single-slider .owl-nav .owl-next,
.coaches-slider .owl-nav .owl-prev, .coaches-slider .owl-nav .owl-next {
    position: absolute;
    top: 24%;
    left: 0;
}

.single-slider .owl-nav .owl-prev,
.coaches-slider .owl-nav .owl-prev {
    position: absolute;
    left: -32px;
    top: 100px;
}

.single-slider .owl-nav .owl-next,
.coaches-slider .owl-nav .owl-next {
    position: absolute;
    top: 100px;
    right: -32px;
    left: auto;
}

.competations {
    padding-bottom: 40 pxs;
}

.competations .single-slider {
    margin-top: 24px;
}

.competations .con-vector2, .con-2 {
    max-width: 160px;
    bottom: -20px;
    top: auto;
}

.partners-slider {
    padding-bottom: 24px;
}

.partners-slider img {
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
}

.partners-slider .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
    margin-top: 20px;
}

.partners-slider .owl-dots .owl-dot.active span,
.partners-slider .owl-dots .owl-dot:hover span {
    background: #E30F2D;
}

.ocaq-club {
    background-image: url("../img/blue-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.club-content {
    background-color: rgba(0, 0, 0, 0.346);
    width: 100%;
    height: 100%;
    padding-top: 72px;
}

.club-item {
    margin-bottom: 72px;
    padding-right: 72px;
}

.club-item h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-left: 16px;
}

.club-item-body, .club-text {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 20px;
}

.club-items {
    margin-top: 100px;
}

.club-h2 {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
}

.club-h2 span {
    font-size: 40px;
    display: block;
}

.home-slider-item {
    position: relative;
}

.home-slider-layer {
    background-color: rgba(255, 255, 255, 0.672);
    padding-top: 40px;
    padding-bottom: 72px;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
}

.layer-right {
    max-width: 386px;
    margin-left: auto;
}

.layer-right img {
    max-width: 250px;
}

.layer-left strong {
    color: rgb(227, 15, 45);
    font-size: 130px;
    font-weight: 700;
}

.layer-left-title {
    padding-left: 20px;
}

.layer-left-title small {
    color: rgb(43, 45, 66);
    font-size: 25px;
    font-weight: 700;
}

.layer-left-title p {
    color: rgb(43, 45, 66);
    font-size: 32px;
    font-weight: 700;
}

.layer-left-title p span {
    color: #E30F2D;
}

.layer-left-title h5 {
    font-size: 47px;
    font-weight: 700;
    color: rgb(43, 45, 66);
}

.layer-left-title h5 span {
    color: #E30F2D;
}

.layer-right img {
    margin-bottom: 60px;
}

.layer-right .layer-txt {
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 40px;
}

.layer-right-title p {
    margin-bottom: 4px;
}

.layer-right-title p, .layer-right-title h5, .layer-right-title h4 {
    font-size: 32px;
    font-weight: 700;
}

.layer-right-title p, .layer-right-title h4 {
    color: rgb(43, 45, 66);
}

.layer-right-title h5 {
    color: rgb(227, 15, 45);
}

.home-slider .owl-dots {
    position: absolute;
    bottom: 32px;
    margin: auto;
    left: 0;
    right: 0;
}

.home-slider .owl-dots .owl-dot.active span,
.home-slider .owl-dots .owl-dot:hover span {
    background: #E30F2D;
}

.birth-img-box {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.birth-img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.birth-img {
    background-color: #E30F2D;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: auto;
}

.birth-content {
    background-color: #fff;
    box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.25);
    padding: 50px 32px 20px 32px;
    position: relative;
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 500;
}

.birth-content a {
    font-weight: 700;
    cursor: pointer;
    color: #000;
}

.birth-content img {
    position: absolute;
    left: -20px;
    top: -40px;
}

#birthdayModal a {
    text-decoration: none;
}

#birthdayModal .modal-dialog {
    max-width: 320px;
}

#birthdayModal .birth-img {
    position: relative;
    top: 26px;
    z-index: 1;
}

#birthdayModal .btn-close {
    right: 0;
    background-color: #fff;
    opacity: 1;
}

.news {
    padding-top: 20px;
    padding-bottom: 60px;
}

.news-page {
    margin-top: 26px;
}

.news-aside {
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.18);
    background-color: rgb(246, 246, 246);
    padding: 20px;
    position: sticky;
    top: 64px;
}

.news-aside h5 {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

.news-aside h5 img {
    margin-left: 8px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid rgb(0, 0, 0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #E30F2D;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-group input:checked + label::before {
    border-color: #E30F2D;
}

.filter-items label {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.filter-items .form-group {
    margin-bottom: 8px;
}

.filter-dates {
    margin-left: -5px;
    margin-right: -5px;
}

.filter-dates input {
    border: 1px solid #000;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 500;
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
}

.history-filter {
    margin-top: 20px;
}

.filter-btn {
    background-color: rgb(227, 15, 45);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    padding: 6px 10px;
    margin-top: 20px;
    margin-top: 16px;
    color: #fff;
    border: 1px solid rgb(227, 15, 45);
    transition: all 0.4s ease;
}

.filter-btn:hover {
    color: rgb(227, 15, 45);
    background-color: transparent;
}

.reset-filter {
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline;
    color: rgb(0, 0, 0);
}

.reset-filter {
    border: 0;
    background-color: transparent;
    padding: 0;
}

.custom-pagination .custom-page-left img {
    transform: rotate(180deg);
}

.custom-pagination .page-item {
    font-size: 16px;
    font-weight: 600;
}

.custom-pagination .page-item .page-link {
    border: 0;
    color: #000;
    margin: 4px 6px;
}

.custom-pagination .page-item .page-link:focus, .custom-pagination .page-item .page-link:hover {
    box-shadow: none;
    background-color: transparent;
}

.custom-pagination .page-item .active {
    background-color: #E30F2D;
    color: #fff;
    border-radius: 4px;
}

.news-illus {
    position: absolute;
    bottom: 10%;
    right: 0;
    max-width: 200px;
    z-index: -1;
}

.news-share {
    margin-bottom: 0;
}

.news-share li {
    display: inline-block;
    margin-left: 16px;
}

.news-share li span {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    margin-left: 8px;
}

.news-share li a {
    text-decoration: none;
}

.compatation-banner {
    width: 100%;
    height: 500px;
}

.compatation-banner img {
    width: 100%;
    height: 100%;
}

.competations-single h1 p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 0;
}

.competations-single .section-h1 {
    font-size: 24px;
    max-width: 800px;
}

.competations-single .years-content {
    margin-top: 20px;
}

.competations-single .single-slider {
    margin-top: 20px;
}

.competations-single .news-illus {
    top: 0;
}

.about-compt {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 36px;
}

.cons-icon-top {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 150px;
}

.ticket-details {
    background-image: url("../../front/css/icons/ticket-bg.png");
    padding: 46px 16px;
    background-repeat: no-repeat;
    background-size: cover;
}

.ticket-box {
    background-image: url("../../front/css/icons/ticket.png");
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 326px;
    max-width: 774px;
    margin: auto;
}

.ocaq-white {
    margin-left: 46px;
    margin-right: 46px;
    max-width: 100px;
    min-height: 326px;
    -o-object-fit: contain;
    object-fit: contain;
}

.ticket-box {
    padding-left: 72px;
}

.ticket-box li {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-size: 600;
}

.ticket-box li:not(:last-child) {
    margin-bottom: 20px;
}

.ticket-box li img {
    margin-right: 16px;
}

.ticket-box li span {
    max-width: 300px;
}

.ticket-important a {
    margin-left: 12px;
    margin-right: 12px;
}

.important-links {
    margin-bottom: 60px;
}

.coaches .user-card {
    width: 100%;
    margin: 0 0 24px 0;
}

.coache-img {
    box-shadow: -1px 0px 20px -3px rgb(204, 204, 204);
}

.coache-img {
    height: 400px;
    overflow: hidden;
    border-radius: 6px;
}

.coache-single {
    margin-top: 40px;
}

.coaches-details {
    padding-left: 20px;
}

.coaches-details li {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
}

.coaches-details li strong {
    font-weight: 700;
    margin-right: 10px;
}

.coache-h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
}

.quotes {
    margin-top: 60px;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
}

.quotes img {
    margin-bottom: 10px;
    margin-right: 10px;
}

.cons-icn {
    top: 24%;
}

.coache-single {
    margin-bottom: 90px;
}

.coaches-slider .user-card {
    width: 100%;
    background-color: #fff;
    margin: 0 0 24px 0;
}

.coaches-slider {
    margin-top: 16px;
}

.career-item {
    width: 33.3333333333%;
    border-bottom: 2px solid #000;
}

.career-item p, .career-item strong {
    font-weight: 700;
    color: #000;
}

.career-item p {
    margin-bottom: 10px;
    font-size: 16px;
    min-height: 48px;
    max-height: 48px;
    overflow: hidden;
}

.career-item .career-date {
    font-size: 15px;
    font-weight: 500;
    color: #5b5b5b;
}

.career-inner {
    max-width: 260px;
    margin: auto;
}

.career {
    margin-top: 48px;
    margin-bottom: 48px;
}

.career-span {
    background-color: rgb(43, 45, 66);
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.career-span {
    font-size: 15px;
    font-weight: 700;
}

.career-item {
    margin-bottom: 40px;
}

.career-item .career-span {
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.filial-slide .owl-dots {
    margin-top: 0 !important;
}

.filial-h2 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 28px;
    color: rgb(227, 15, 45);
}

.filial-slide .news-img {
    border-radius: 6px;
}

.color-black {
    color: #000;
    font-weight: 500;
}

.filial-slide .user-card {
    width: 100%;
}

.filial-address {
    margin-top: 32px;
}

.filial-h4 {
    color: #000;
    font-weight: 16px;
    font-weight: 500;
}

.filial-address p {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    max-width: 300px;
    margin-top: 24px;
}

.filial-address p img {
    margin-right: 12px;
}

.filial-address .types-address-map {
    padding-top: 16px;
}

.career-item::after {
    content: "";
    display: block;
    width: 2px;
    height: 56px;
    background: #000;
    margin: auto;
}

.footer-mobile, .mobile-menu, .show-only-mobile, .menu-close, .menu-logo, .mobile-search, .mobile-filter, .filter-close {
    display: none;
}

.sub-menu {
    background-color: rgb(43, 45, 66);
    min-width: 200px;
    left: -20px;
    top: 36px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    max-height: 300px;
    overflow: auto;
}

.sub-menu li {
    margin: 0;
}

.sub-menu li a {
    font-size: 13px;
    font-weight: 600;
    color: rgb(246, 246, 246);
    display: block;
    padding: 10px;
    text-align: center;
}

.sub-menu li:not(:last-child) a {
    border-bottom: 0.5px solid rgb(246, 246, 246);
}

.header-nav li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.menu-list li:last-child .sub-menu {
    left: -120px;
}

.coache-position {
    color: rgb(227, 15, 45);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 16px;
}

.filial-user .user-card {
    width: calc(100% - 12px);
}

@media screen and (max-width: 1200px) {
    .mobile-filter, .filter-close {
        display: flex;
    }

    .mobile-filter, .filter-close {
        margin-bottom: 8px;
        border: 0;
        padding: 0;
        background-color: transparent;
    }

    .news-page .col-md-9 {
        width: 100%;
    }

    .news-aside {
        position: fixed;
        width: 100%;
        height: 100vh;
        overflow: auto;
        z-index: 999;
        left: 0;
        top: 0;
        transform: translate(-100%);
        transition: all 0.4s ease;
    }

    .news-aside.show {
        transform: translate(0) !important;
    }

    .layer-left strong {
        font-size: 100px;
    }

    .layer-left-title h5 {
        font-size: 28px;
        margin-bottom: 2px;
    }

    .layer-left-title p, .layer-left-title small {
        font-size: 24px;
        margin-bottom: 4px;
    }

    .layer-left-title {
        padding-left: 16px;
    }

    .layer-right img {
        margin-bottom: 24px;
    }

    .layer-txt {
        display: none;
    }

    .home-slider .home-slider-item {
        height: 400px;
    }

    .home-slider-layer {
        padding-top: 24px;
        padding-bottom: 32px;
    }

    .home-slider .owl-dots {
        bottom: 12px;
    }

    .layer-right img {
        max-width: 150px;
    }
}

@media screen and (max-width: 992px) {
    .footer-mobile, .mobile-menu, .show-only-mobile, .menu-logo, .mobile-search {
        display: block;
    }

    .menu-close {
        display: inline-block;
    }

    .menu-close img {
        max-width: 16px;
    }

    .footer-desktop, .sub-menu, .lang-dropdown {
        display: none;
    }

    .foot-address .logo {
        margin-top: 16px;
    }

    .footer-center {
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .footer-socials {
        margin-top: 32px;
    }

    .footer-accordion .accordion-item:first-of-type {
        border-radius: 0;
    }

    .footer-accordion .accordion-body {
        padding: 0;
    }

    .footer-accordion .accordion-item {
        background-color: transparent;
        border: 0;
        margin-bottom: 8px;
    }

    .footer-accordion .accordion-item .accordion-button {
        background-color: rgba(43, 45, 66, 0.1);
        color: rgb(43, 45, 66);
        font-size: 14px;
        font-weight: 700;
    }

    .footer-accordion .accordion-item .accordion-button:focus {
        box-shadow: none;
    }

    .footer-accordion .accordion-item .accordion-button:not(.collapsed) {
        box-shadow: none;
    }

    .footer-accordion .accordion-item .accordion-button::after {
        width: 1rem;
        height: 1rem;
        background-size: 1rem;
    }

    .header-nav {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow: auto;
        z-index: 999;
        background-color: rgb(43, 45, 66);
        transform: translate(-100%);
        transition: all 0.6s ease;
    }

    .header-nav .mobile-list {
        flex-direction: column;
    }

    .header-nav .mobile-list li {
        margin-bottom: 10px;
        width: 100%;
    }

    .header-nav .mobile-list li a {
        color: #fff;
        display: block;
        background-color: rgba(198, 199, 212, 0.1);
        width: 100%;
        padding: 10px 20px;
    }

    .header-nav .mobile-list .active a {
        color: rgb(227, 15, 45);
    }

    .header-nav .mobile-list .active a:after {
        display: none;
    }

    .header-nav .menu-close {
        border: 0;
        margin-right: 20px;
        background-color: transparent;
    }

    .header-nav .menu-logo {
        padding: 0;
    }

    .header-show {
        transform: translate(0) !important;
    }

    .header-right-details {
        display: none;
    }

    .header-nav .header-right-details {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-lang a {
        padding: 0;
    }

    .search-input {
        margin-top: 20px;
    }

    .mobile-menu {
        background: transparent;
        padding: 0;
        border: none;
    }

    .header-top {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .lang-dropdown .dropdown-item {
        color: #000;
    }

    .header-right-details {
        margin-left: 0;
    }

    .accordion-ul li a {
        display: block;
        background-color: rgba(43, 45, 66, 0.1);
        color: rgb(43, 45, 66);
        font-size: 14px;
        font-weight: 700;
        padding: 10px 20px;
        text-decoration: none;
        border-top: 1px solid rgba(0, 0, 0, 0.125);
    }

    .menu-logo {
        margin-left: 32px;
    }

    .mobile-search {
        max-width: 96%;
        margin: 20px auto;
    }

    .mobile-search .search-input {
        margin: 20px auto 12px auto;
    }

    .mobile-search .lang-dropdown {
        display: block;
    }

    .custom-breadcrumb, .types-part {
        margin-top: 24px;
    }

    .custom-breadcrumb .breadcrumb-item {
        font-size: 14px;
    }

    .section-h1 {
        font-size: 18px;
    }

    .section-h1 img {
        margin-right: 12px;
        max-width: 24px;
    }

    .types-all {
        padding-top: 32px;
    }

    .container {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .vitse-cover {
        margin-top: 32px;
    }

    .years-content {
        margin-top: 24px;
        -moz-column-gap: 32px;
        column-gap: 32px;
    }

    .main-img, .home-slider-item {
        height: 64vw;
    }

    .slogan-icon {
        height: 80px;
    }

    .section-layer, .home-slider-layer {
        padding-bottom: 32px;
    }

    .vitse-content img:nth-child(odd), .vitse-content img:nth-child(even) {
        float: none;
        padding: 0;
        width: 100%;
        margin: 10px 0;
        height: auto;
    }

    .ticket-box {
        background-image: none;
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 20px;
        padding: 24px;
    }

    .ticket-right img:first-child {
        display: none;
    }

    .ticket-right img:nth-child(2) {
        margin-bottom: 32px;
        max-width: 80px;
        min-height: auto;
    }

    .ticket-box {
        flex-direction: column-reverse;
    }

    .important-links {
        margin-bottom: 32px;
    }

    .filials-adds {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .filials-adds .types-address-map {
        height: 300px;
    }

    .team-members .user-card {
        width: calc(33.3333333333% - 20px);
    }
}

@media screen and (max-width: 767px) {
    .years-content {
        column-count: 1;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .types-address-map {
        height: 400px;
    }

    .types-address-details {
        padding: 20px;
    }

    .vitse-content {
        margin-top: 24px;
    }

    .news-img img {
        -o-object-position: top;
        object-position: top;
    }

    .news {
        padding-bottom: 20px;
    }

    .coache-single {
        margin-top: 20px;
        margin-bottom: 24px;
    }

    .coache-img {
        width: 175px;
        height: 175px;
        margin: 12px auto 20px auto;
    }

    .coaches-details {
        text-align: center;
        padding-left: 0;
    }

    .coache-h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .quotes {
        margin-top: 24px;
    }

    .career-item {
        width: 50%;
    }

    .home-data {
        flex-direction: column;
        margin: auto;
    }

    .layer-right, .layer-right img {
        margin: auto;
    }

    .see-all-news {
        margin-top: 10px;
    }

    .layer-left strong {
        font-size: 56px;
    }

    .layer-left-title {
        padding-left: 10px;
    }

    .layer-left-title p, .layer-left-title small {
        font-size: 16px;
    }

    .layer-left-title h5 {
        font-size: 20px;
    }

    .club-h2 {
        font-size: 40px;
    }

    .club-h2 span {
        font-size: 24px;
    }

    .club-content {
        padding-top: 32px;
    }

    .club-items {
        margin-top: 48px;
    }

    .club-item {
        margin-bottom: 32px;
        padding-right: 0;
    }

    .club-item h5 {
        margin-bottom: 0;
        font-size: 18px;
    }

    .club-item-body, .club-text {
        margin-top: 16px;
        font-size: 14px;
    }

    .club-item-head img {
        max-width: 40px;
    }

    .team-members .user-card {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 576px) {
    .header-h2 {
        font-size: 13px;
        margin-right: 10px;
    }

    .logo img {
        height: 80px;
    }

    .types-item h4 {
        font-size: 12px;
        margin-top: 6px;
    }

    .types-item a {
        padding: 6px;
    }

    .types-item img {
        max-width: 50px;
        max-height: 50px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .type-img {
        height: 50px;
    }

    .types-all {
        padding-top: 24px;
        padding-bottom: 10px;
    }

    .single-slider, .coaches-slider {
        padding-bottom: 32px;
    }

    .types-address {
        margin-top: 32px;
    }

    .news-multi-slider .col-6 {
        width: 100%;
    }

    .news-multi-slider .owl-item img {
        -o-object-position: top;
        object-position: top;
    }

    .news-desc h4 {
        height: auto;
    }

    .see-all-news, .important-links a {
        margin-top: 8px;
    }

    .years-content {
        padding-bottom: 32px;
    }

    .competations .owl-theme .owl-nav.disabled + .owl-dots, .single-slider .owl-nav.disabled + .owl-dots, .coaches-slider .owl-nav.disabled + .owl-dots {
        margin-top: 0;
    }

    .custom-pagination .page-item .page-link {
        margin: 2px;
        padding: 8px;
    }

    .vitse-flex {
        flex-direction: column;
    }

    .section-h1 {
        padding-right: 16px;
    }

    .news-share {
        margin-top: 16px;
    }

    .home-slider .owl-dots {
        bottom: 4px;
    }

    .competations-single h1 p {
        font-size: 20px;
    }

    .career-item {
        width: 100%;
        margin-bottom: 20px;
    }

    #birthdayModal .modal-dialog {
        margin: 42px auto;
    }

    #birthdayModal {
        z-index: 9999;
    }

    .partners-slider img {
        height: 56px;
    }

    .filial-h2 {
        font-size: 20px;
    }

    .team-members .user-card {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 400px) {
    .types-all .col-4 {
        width: 50%;
    }

    .logo img {
        height: 60px;
    }

    .header-h2 {
        font-size: 12px;
    }

    .header-socials li {
        margin-left: 8px;
        margin-right: 8px;
    }

    .see-all-news, .important-links a {
        font-size: 12px;
        padding: 12px;
    }

    .coaches .col-6 {
        width: 100%;
    }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
    .types-all .col-sm-3 {
        width: 25%;
    }
}

.types-address-map iframe {
    width: 100%;
}
