@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* font-family: 'Roboto', sans-serif; */

* {

    font-family: 'Roboto', sans-serif !important;

}


p {

    margin: 0;

}

a {

    text-decoration: none;
    color: #000000;

}

a:hover {

    color: #000000;

}

.navbar-brand img {

    height: 35px;

}

.title_header {

    font-size: 26px;
    font-weight: 900;
    line-height: 1;

}

.navbar {

    height: 12vh;

}

.slider_section {

    /* height: 90vh; */

}

.swiper {}

.swiper .swiper-wrapper {}

.swiper-slide {

    display: flex;
    justify-content: center;
    align-items: center;
    background-blend-mode: color;
    background-color: #ffffff;
    /* background-color: rgb(0, 0, 0, 0.6); */
    /* height: 89vh; */
    height: 100%;

}

.block_up_slider_main {

    color: #313131;
    height: 90vh;

}

.block_up_slider_main .tegs_block {

    margin: 0 0 10px 0;

}

.block_up_slider_main .teg_block {

    margin: 0;
    background-color: #ADADAD;
    font-size: 12px;

    display: inline-block;
    color: #ffffff;
    padding: 8px 30px;
    border-radius: 1000px;
    margin: 5px 2px;
    cursor: pointer;
    transition: 0.3s;

}

.block_up_slider_main .teg_block:hover {

    background-color: #8D8D8D;

}

.block_up_slider_main .title {

    font-size: 58px;
    font-weight: 900;
    line-height: 1.2;

}

.block_up_slider_main .description {

    font-size: 16px;
    font-weight: 500;

}

.block_up_slider_main .button {

    display: inline-block;
    padding: 15px 70px;
    background-color: #313131;
    /* border: 1px #ffffff solid; */
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    color: #ffffff;
    box-shadow: 0 0 5px 1px #313131;

    margin: 10px 0 0 0;

}

.block_up_slider_main .button:hover {

    padding: 15px 80px;
    background-color: #ffffff;
    border: 1px #313131 solid;
    color: #313131;

}

.image_block_slider {

    height: 100%;
    background-position: center;
    background-size: cover;

}

.block_up_slider_main .col_corrector {

    padding: 0 100px;

}

.block_up_slider_main .col-6 {

    padding: 0 !important;

}

.description_section_image {

    border-radius: 1000px;
    width: 500px;

}

.new_block {

    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.5); */
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);

}

.new_block .image {

    height: 250px;
    width: 100%;

    background-size: cover;

}

.new_block .text_block {

    padding: 20px 30px;

}

.new_block .text_block .title {

    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    font-size: 20px;

}

.news_section {

    margin: 90px 0 0 0;

}

.title_section_text {

    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;

}

.top_command_block {

    margin: 0 0 60px 0;
    cursor: pointer;
    transition: 0.3s;

    position: relative;

}

.top_command_block:hover {

    transform: scale(1.1);

}

.top_command_block:hover .top_command_block_image {

    box-shadow: 0 0 10px 1px #000000;

}

.top_command_block_image {

    border-radius: 1000px;
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    transition: 0.3s;

    box-shadow: -0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.45),
    inset -0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.45);

}

.top_command_block_text {

    margin: 10px 0 0 0;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    height: 20px;
    letter-spacing: 2px;

}

.top_command_block .achievements_icon {

    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 1000px;
    border: 1px solid #000000;

}

.top_command_section {

    margin: 120px 0 0 0;

}

.decoration_line_main_page {

    background-color: #08FEFF;
    margin: 30px 0 0 0;
    padding: 15px 0;
    width: 100%;

}

.text_decoration_block {

    font-weight: 500;
    font-size: 18px;
    color: #313131;

}

.text_decoration_block b {

    font-weight: 900;
    text-transform: uppercase;

}

.decoration_line_section {

    /* margin: 20px 0; */

}

























.timeline_area {
    position: relative;
    z-index: 1;
}

.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}

.single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}

.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}

.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #f1c40f;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}

.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: end;
}

.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}

.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #f1c40f;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}

.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}

.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}

.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #020710;
}

.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #3f43fd;
}




















:root {
    --blue: #5e72e4;
    --indigo: #5603ad;
    --purple: #8965e0;
    --pink: #f3a4b5;
    --red: #f5365c;
    --orange: #fb6340;
    --yellow: #ffd600;
    --green: #2dce89;
    --teal: #11cdef;
    --cyan: #2bffc6;
    --white: #fff;
    --gray: #8898aa;
    --gray-dark: #32325d;
    --light: #ced4da;
    --lighter: #e9ecef;
    --primary: #5e72e4;
    --secondary: #f7fafc;
    --success: #2dce89;
    --info: #11cdef;
    --warning: #fb6340;
    --danger: #f5365c;
    --light: #adb5bd;
    --dark: #212529;
    --default: #172b4d;
    --white: #fff;
    --neutral: #fff;
    --darker: black;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Open Sans, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@-ms-viewport {
    width: device-width;
}


















.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
}

.col,
.col-xl-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
}

@media (min-width: 1200px) {

    .col-xl-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
}

.table tbody+tbody {
    border-top: 2px solid #e9ecef;
}

.table .table {
    background-color: #f8f9fe;
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c1c2c3;
}

.table .thead-dark th {
    color: #f8f9fe;
    border-color: #1f3a68;
    background-color: #172b4d;
}

.table .thead-light th {
    color: #8898aa;
    border-color: #e9ecef;
    background-color: #f6f9fc;
}

.table-dark {
    color: #f8f9fe;
    background-color: #172b4d;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #1f3a68;
}

.table-responsive {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.btn {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    padding: .625rem 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: .375rem;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08), none;
}

a.btn.disabled {
    pointer-events: none;
}

.btn-sm {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem;
    border-radius: .375rem;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    font-size: 1rem;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 10rem;
    margin: .125rem 0 0;
    padding: .5rem 0;
    list-style: none;
    text-align: left;
    color: #525f7f;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: .4375rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu[x-placement^='top'],
.dropdown-menu[x-placement^='right'],
.dropdown-menu[x-placement^='bottom'],
.dropdown-menu[x-placement^='left'] {
    right: auto;
    bottom: auto;
}

.dropdown-item {
    font-weight: 400;
    display: block;
    clear: both;
    width: 100%;
    padding: .25rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    color: #212529;
    border: 0;
    background-color: transparent;
}

.dropdown-item:hover,
.dropdown-item:focus {
    text-decoration: none;
    color: #16181b;
    background-color: #f6f9fc;
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    color: #fff;
    background-color: #5e72e4;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #8898aa;
    background-color: transparent;
}

.nav {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: border-box;
}

.card-header {
    margin-bottom: 0;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background-color: #fff;
}

.card-header:first-child {
    border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0;
}

.card-footer {
    padding: 1.25rem 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, .05);
    background-color: #fff;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.375rem - 1px) calc(.375rem - 1px);
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .375rem;
}

.page-link {
    line-height: 1.25;
    position: relative;
    display: block;
    margin-left: -1px;
    padding: .5rem .75rem;
    color: #8898aa;
    border: 1px solid #dee2e6;
    background-color: #fff;
}

.page-link:hover {
    z-index: 2;
    text-decoration: none;
    color: #8898aa;
    border-color: #dee2e6;
    background-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4;
}

.page-item.disabled .page-link {
    cursor: auto;
    pointer-events: none;
    color: #8898aa;
    border-color: #dee2e6;
    background-color: #fff;
}

.badge {
    font-size: 66%;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    padding: .35rem .375rem;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: .375rem;
    color: #000000;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    font-size: .75rem;
    display: flex;
    overflow: hidden;
    height: 1rem;
    border-radius: .375rem;
    background-color: #e9ecef;
    box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1);
}

.progress-bar {
    display: flex;
    flex-direction: column;
    transition: width .6s ease;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #5e72e4;
    justify-content: center;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1 1;
}

.tooltip {
    font-family: Open Sans, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;
    opacity: 0;
    text-shadow: none;
    line-break: auto;
}

.tooltip.show {
    opacity: .9;
}

.tooltip .arrow {
    position: absolute;

    display: block;

    width: .8rem;
    height: .4rem;
}

.tooltip .arrow::before {
    position: absolute;

    content: '';

    border-style: solid;
    border-color: transparent;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
    padding: .4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^='top'] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
    top: 0;

    border-width: .4rem .4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
    padding: 0 .4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
    left: 0;

    width: .4rem;
    height: .8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before {
    right: 0;

    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
    padding: .4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^='bottom'] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
    bottom: 0;

    border-width: 0 .4rem .4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
    padding: 0 .4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
    right: 0;

    width: .4rem;
    height: .8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before {
    left: 0;

    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;

    text-align: center;

    color: #fff;
    border-radius: .375rem;
    background-color: #000;
}

.bg-success {
    background-color: #2dce89 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #24a46d !important;
}

.bg-info {
    background-color: #11cdef !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #0da5c0 !important;
}

.bg-warning {
    background-color: #fb6340 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #fa3a0e !important;
}

.bg-danger {
    background-color: #f5365c !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #ec0c38 !important;
}

.bg-default {
    background-color: #172b4d !important;
}

a.bg-default:hover,
a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
    background-color: #0b1526 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border-0 {
    border: 0 !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.d-flex {
    display: flex !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

@media (min-width: 1200px) {

    .justify-content-xl-between {
        justify-content: space-between !important;
    }
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
}

.shadow {
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mt-7 {
    margin-top: 6rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
}

.py-4 {
    padding-bottom: 1.5rem !important;
}

.m-auto {
    margin: auto !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-white {
    color: #fff !important;
}

.text-light {
    color: #adb5bd !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #919ca6 !important;
}

.text-white {
    color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
    color: #e6e6e6 !important;
}

@media print {

    *,
    *::before,
    *::after {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #e9ecef;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #e9ecef;
    }
}

figcaption,
main {
    display: block;
}

main {
    overflow: hidden;
}

@keyframes floating-lg {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes floating-sm {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0px);
    }
}

[class*='shadow'] {
    transition: all .15s ease;
}

.text-sm {
    font-size: .875rem !important;
}

.text-white {
    color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
    color: #e6e6e6 !important;
}

.text-light {
    color: #ced4da !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #b1bbc4 !important;
}

.avatar {
    font-size: 1rem;
    display: inline-flex;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 50%;
    background-color: #adb5bd;
    align-items: center;
    justify-content: center;
}

.avatar img {
    width: 100%;
    border-radius: 50%;
}

.avatar-sm {
    font-size: .875rem;
    width: 36px;
    height: 36px;
}

.avatar-group .avatar {
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}

.avatar-group .avatar:hover {
    z-index: 3;
}

.avatar-group .avatar+.avatar {
    margin-left: -1rem;
}

.badge {
    text-transform: uppercase;
}

.badge a {
    color: #fff;
}

.btn .badge:not(:first-child) {
    margin-left: .5rem;
}

.btn .badge:not(:last-child) {
    margin-right: .5rem;
}

.badge-dot {
    font-size: .875rem;
    font-weight: 400;
    padding-right: 0;
    padding-left: 0;
    text-transform: none;
    background: transparent;
}

.badge-dot strong {
    color: #32325d;
}

.badge-dot i {
    display: inline-block;
    width: .375rem;
    height: .375rem;
    margin-right: .375rem;
    vertical-align: middle;
    border-radius: 50%;
}

.btn {
    font-size: .875rem;
    position: relative;
    transition: all .15s ease;
    letter-spacing: .025em;
    text-transform: none;
    will-change: transform;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.btn:not(:last-child) {
    margin-right: .5rem;
}

.btn i:not(:first-child) {
    margin-left: .5rem;
}

.btn i:not(:last-child) {
    margin-right: .5rem;
}

.btn-sm {
    font-size: .75rem;
}

[class*='btn-outline-'] {
    border-width: 1px;
}

.btn-icon-only {
    width: 2.375rem;
    height: 2.375rem;
    padding: 0;
}

a.btn-icon-only {
    line-height: 2.5;
}

.btn-icon-only.btn-sm {
    width: 2rem;
    height: 2rem;
}

.main-content {
    position: relative;
}

.dropdown {
    display: inline-block;
}

.dropdown-menu {
    min-width: 12rem;
}

.dropdown-menu.show {
    display: block;
}


.dropdown-menu .dropdown-item {
    font-size: .875rem;
    padding: .5rem 1rem;
}

.dropdown-menu .dropdown-item>i {
    font-size: 1rem;
    margin-right: 1rem;
    vertical-align: -17%;
}

.dropdown-menu a.media>div:first-child {
    line-height: 1;
}

.dropdown-menu a.media p {
    color: #8898aa;
}

.dropdown-menu a.media:hover p {
    color: #172b4d !important;
}

.footer {
    padding: 2.5rem 0;
    background: #f7fafc;
}

.footer .copyright {
    font-size: .875rem;
}

@media (min-width: 768px) {

    @keyframes show-navbar-dropdown {
        0% {
            transition: visibility .25s, opacity .25s, transform .25s;
            transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
            opacity: 0;
        }

        100% {
            transform: translate(0, 0);
            opacity: 1;
        }
    }

    @keyframes hide-navbar-dropdown {
        from {
            opacity: 1;
        }

        to {
            transform: translate(0, 10px);
            opacity: 0;
        }
    }
}

@keyframes show-navbar-collapse {
    0% {
        transform: scale(.95);
        transform-origin: 100% 0;
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes hide-navbar-collapse {
    from {
        transform: scale(1);
        transform-origin: 100% 0;
        opacity: 1;
    }

    to {
        transform: scale(.95);
        opacity: 0;
    }
}

.page-item.active .page-link {
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.page-item .page-link,
.page-item span {
    font-size: .875rem;
    display: flex;
    width: 36px;
    height: 36px;
    margin: 0 3px;
    padding: 0;
    border-radius: 50% !important;
    align-items: center;
    justify-content: center;
}

.progress {
    overflow: hidden;
    height: 8px;
    margin-bottom: 1rem;
    border-radius: .25rem;
    background-color: #e9ecef;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress .sr-only {
    font-size: 13px;
    line-height: 20px;
    left: 0;
    clip: auto;
    width: auto;
    height: 20px;
    margin: 0 0 0 30px;
}

.progress-bar {
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

.table thead th {
    font-size: .65rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #e9ecef;
}

.table th {
    font-weight: 600;
}

.table td .progress {
    width: 120px;
    height: 3px;
    margin: 0;
}

.table td,
.table th {
    font-size: .8125rem;
    white-space: nowrap;
}

.table.align-items-center td,
.table.align-items-center th {
    vertical-align: middle;
}

.table .thead-dark th {
    color: #4d7bca;
    background-color: #1c345d;
}

.table .thead-light th {
    color: #8898aa;
    background-color: #f6f9fc;
}

.table-flush td,
.table-flush th {
    border-right: 0;
    border-left: 0;
}

.table-flush tbody tr:first-child td,
.table-flush tbody tr:first-child th {
    border-top: 0;
}

.table-flush tbody tr:last-child td,
.table-flush tbody tr:last-child th {
    border-bottom: 0;
}

.card .table {
    margin-bottom: 0;
}

.card .table td,
.card .table th {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .btn {
        margin-bottom: 10px;
    }
}



.newslider {

    padding: 10px;

}

.swiper_pagination_news {

    z-index: 1000 !important;
    position: relative !important;
    bottom: -15px !important;

}



footer {

    padding: 20px 0;
    background-color: #313131;

    margin: 70px 0 0 0;

}

footer p {

    color: #ffffff;

}

footer a {

    color: #ffffff !important;

}

.list_events_now_section {

    margin: 100px 0 0 0;

}

.timeline_area_section {

    margin: 100px 0 0 0;

}

















.card {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col,
.gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}

.h-100 {
    height: 100% !important;
}

.shadow-none {
    box-shadow: none !important;
}







.profile_section {

    margin: 20px 0;

}

.profile_image {

    width: 100px;
    height: 100px;
    border-radius: 1000px;
    background-size: cover;
    background-position: center;
    transition: 0.3s;
    cursor: pointer;

}

.profile_image_post {
    display: inline-block;

}



.more_button {

    background-color: #313131;
    color: #ffffff;
    padding: 10px 50px;
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #000000;
    box-shadow: 0 0 5px 0 #000000;

}

.more_button:hover {

    background-color: #ffffff;
    box-shadow: 0 0 10px 0 #000000;
    color: #000000;
    padding: 10px 60px;

}






.input_new_profile textarea {

    width: 100%;
    height: 150px;
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    outline: none;
    padding: 15px;
    resize: none;
    border-radius: 5px;

}

.create_post_button {

    width: 100%;
    padding: 5px 0;
    background-color: #0DCAF0;
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    border-radius: 5px;
    transition: 0.3s;
    cursor: pointer;

}

.create_post_button:hover {
    box-shadow: 0 0 10px #000;
    background-color: #313131;
    color: #fff;
}

.create_post_button:active{
    transform: scale(0.98);
}

.post_new_profile {

    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    padding: 15px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0 0 0;
    align-items: center;

}

.post_new_profile_block {

    /* margin: 20px 0 0 0; */

}

.post_text_block {
    color: #000000;
    padding: 0 15px;
    width: 100%;

}

.post_text_name {

    font-size: 24px;
    font-weight: 500;

}

.additional_post_text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 0 0 0;
    
}

.date_additional_post_text {

    font-size: 14px;

}

.additional_post_add_friends{
    padding: 10px 20px;
    margin-right: 10px;
    border: none;
    background-color: #0DCAF0;   
    border-radius: 10px;
}

.additional_post_add_friends:hover{
    background-color: #313131;;
    transition: 0.2s ease-in-out;
    box-shadow: 0 0 10px #000;
    color: #FFFFFF;
}

.additional_post_add_friends:active{
    transform: scale(0.95);
}

.block_sticky {

    position: sticky;
    top: 10px;

}

.forum_title {

    font-size: 30px;

}

.breadcrumb_corrector_forum_page {

    margin: 20px 0 0 0 !important;

}

.search_list_forum_button{
    border-radius: 15px !important;
}

.search_list_forum_button:hover{
    box-shadow: 0 0 10px #000 !important;
}

.input_new_profile .search_list_forum_input {

    width: 100%;
    height: 50px;
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    outline: none;
    padding: 15px;
    resize: none;
    border-radius: 5px;

}
.input_new_profile .search_list_forum_button {
    width: 100%;
    height: 50px;
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    outline: none;
    padding: 15px;
    resize: none;
    border-radius: 5px;

}

.additional_post_text_list_forum {

    margin: 0;

}

.forum_name {

    transition: 0.2s;

}

.forum_name:hover {

    color: #0DCAF0;

}

.image_user_block {

    width: 75px;
    height: 75px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);

}








































* {
    box-sizing: border-box;
}

.auth_section h1 {
    font-weight: bold;
    margin: 0;
}

.auth_section h2 {
    text-align: center;
}

.auth_section p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}

.auth_section span {
    font-size: 12px;
}

.auth_section a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

.auth_section .registration_user_button s {
    border-radius: 20px;
    border: 1px solid #0DCAF0;
    background-color: #0DCAF0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    cursor: pointer;
}

.auth_section .registration_user_button s:active {
    transform: scale(0.95);
}

.auth_section .registration_user_button s:focus {
    outline: none;
}

.auth_section .registration_user_button s.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

.auth_section .ghost{
    padding: 12px 30px;
    border: none;
    border-radius: 10px;
    background-color: #313131;
    color: #fff;
    box-shadow: 0 0 10px #000;
}

.auth_section .ghost:hover{
    transition: 0.3s ease-in-out;
    background-color: #eee;
    color: #000;
    box-shadow: 10px #000;
}

.auth_section .ghost:active {
    transform: scale(0.95);
}

.auth_section form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

.auth_section input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}

.auth_section .container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
}   

.auth_section .form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.auth_section .sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.auth_section .container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.auth_section .sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.auth_section .container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {

    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}

.auth_section .overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.auth_section .container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.auth_section .overlay {
    background: #FF416C;
    /* background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
	background: linear-gradient(to right, #FF4B2B, #FF416C); */
    background: -webkit-linear-gradient(to right, #0DCAF0, #0DCAF0);
    background: linear-gradient(to right, #0DCAF0, #0DCAF0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.auth_section .container.right-panel-active .overlay {
    transform: translateX(50%);
}

.auth_section .overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.auth_section .overlay-left {
    transform: translateX(-20%);
}

.auth_section .container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.auth_section .overlay-right {
    right: 0;
    transform: translateX(0);
}

.auth_section .container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.auth_section .social-container {
    margin: 20px 0;
}

.auth_section .social-container a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

.auth_section footer {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

.auth_section footer p {
    margin: 10px 0;
}

.auth_section footer i {
    color: red;
}

.auth_section footer a {
    color: #3c97bf;
    text-decoration: none;
}

.auth_section {

    height: 100vh;
    display: flex;
    align-items: center;

}

.user_card {

    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.3s;
    cursor: pointer;

}

.user_card:hover .text_user_card {

    color: #000000;

}

.user_card:hover .image_user_card {

    box-shadow: 0 0 10px 0px #08FEFF;

}

.image_user_card {

    background-size: cover;
    height: 150px;
    width: 100%;
    border-radius: 10px;
    /* border: 1px #000000 solid; */
    box-shadow: 0 0 10px 0px #000000;
    transition: 0.3s;

}

.text_user_card {

    margin: 5px 0 0 0;
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s;

}




















@media screen and (min-width: 480px) {
    .tournament_table_section .round-table {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    .tournament_table_section .round {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        -webkit-flex: 4 0 auto;
        -ms-flex: 4 0 auto;
        flex: 4 0 auto;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .tournament_table_section .round-table ul {
        margin: 0;
        padding: 0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        list-style: none;
        -webkit-flex: 8 0 auto;
        -ms-flex: 8 0 auto;
        flex: 8 0 auto;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .tournament_table_section .round::before {
        content: '';
        display: inline-block;
        width: 10px;
        border-top: 1px solid;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .tournament_table_section .round::after {
        content: '';
        display: inline-block;
        width: 10px;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        background-image: linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000);
        background-size: 100% 1px, 100% 1px, 1px 50%;
        background-position: 0 25%, 0 75%, 100% 50%;
        background-repeat: no-repeat;
    }

    .tournament_table_section .round-table p {
        border: 1px solid;
        margin: .5em 0;
        padding: 1em;
        background: #ffffff;
        -webkit-flex: 3 0 auto;
        -ms-flex: 3 0 auto;
        flex: 3 0 auto;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        border-radius: 5px;
        box-shadow: 0 0 10px 0 #000000;
    }
}

@media screen and (min-width: 800px) {
    .tournament_table_section .round-table {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tournament_table_section .round-table>ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        background: linear-gradient(#000, #000) 50% 0 no-repeat;
        background-size: 1px 50%;
    }

    .tournament_table_section .round-table>ul>.round:first-child {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .tournament_table_section .round-table>ul>.round:last-child,
    .tournament_table_section .round-table>ul>.round:last-child li {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .tournament_table_section .round-table>ul>.round:last-child::after,
    .tournament_table_section .round-table>ul>.round:last-child .round::after {
        background-position: 0 25%, 0 75%, 0% 50%;
    }

    .tournament_table_section .round-table::before,
    .tournament_table_section .round-table::after {
        content: none;
    }

    .tournament_table_section .round-table>ul::after {
        content: '';
        display: inline-block;
        width: 30px;
        border-top: 1px solid;
        background: blue;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .tournament_table_section .round-table>p {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 479px) {
    .tournament_table_section .round-table li {
        margin-left: -20px;
    }

    .tournament_table_section .round-table {
        margin-left: 80px;
    }

    .tournament_table_section ul {
        list-style: none;
        padding: 0;
    }
}



.header_tournament_page {

    width: 100%;
    background-size: cover;
    background-position: center;
    height: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.tournament_page_image_profile {

    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    border-radius: 1000px;

}






























.tournament_commands_section h1 {
    text-align: center;
}

.tournament_commands_section ul {
    --col-gap: 2rem;
    --barH: 1rem;
    --roleH: 2rem;
    --flapH: 2rem;

    width: min(60rem, 90%);
    margin-inline: auto;

    display: flex;
    flex-wrap: wrap;

    gap: var(--col-gap);
    padding-inline: calc(var(--col-gap) / 2);

    justify-content: center;
    align-items: flex-start;
    list-style: none;
}

.tournament_commands_section ul li {
    width: 10em;
    display: grid;
    grid-template:
        "role"
        "icon"
        "title"
        "descr";
    align-items: flex-start;
    gap: 1rem;
    padding-block-end: calc(var(--flapH) + 1rem);
    text-align: center;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6) var(--roleH),
            rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem),
            rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem));
    clip-path: polygon(calc(var(--col-gap) / -2 - 5px) 0,
            calc(100% + var(--col-gap) / 2 + 5px) 0,
            calc(100% + var(--col-gap) / 2 + 5px) calc(100% - var(--flapH)),
            50% 100%,
            calc(var(--col-gap) / -2 - 5px) calc(100% - var(--flapH)));
}

/* bar */
.tournament_commands_section ul li::before {
    content: "";
    grid-area: role;
    height: var(--barH);
    width: calc(100% + var(--col-gap));
    margin-left: calc(var(--col-gap) / -2);
    margin-top: calc(var(--roleH) / 2 - var(--barH) / 2);
    background: grey;
    z-index: -1;
    background-image: linear-gradient(rgba(255, 255, 255, 0.4),
            rgba(255, 255, 255, 0.2) 30%,
            rgba(255, 255, 255, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            rgba(0, 0, 0, 0.2) 70%,
            rgba(0, 0, 0, 0.4));
}

/* role */
.tournament_commands_section ul li::after {
    content: "";
    grid-area: role;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(255, 255, 255, 0.4),
            rgba(255, 255, 255, 0.2) 30%,
            rgba(255, 255, 255, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            rgba(0, 0, 0, 0.2) 70%,
            rgba(0, 0, 0, 0.4));
    height: var(--roleH);
}

.tournament_commands_section ul li .icon,
.tournament_commands_section ul li .title,
.tournament_commands_section ul li .descr {
    padding-inline: 1rem;
    color: white;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

.tournament_commands_section ul li .icon {
    font-size: 3rem;
}

.tournament_commands_section ul li .title {
    font-size: 1.25rem;
    font-weight: 700;
}

.tournament_commands_section ul li .descr {
    font-size: 0.9rem;
}

.tournament_commands_section .tournament_commands_section .credits {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}

.tournament_commands_section .credits a {
    color: var(--color);
}





.error_text_auth_page {

    color: red !important;
    font-size: 16px !important;

}





.edit_profile_block input {

    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    outline: none;
    width: 85%;

}

.edit_profile_block form {

    display: flex;
    flex-direction: column;

}

.edit_profile_block {

    margin: 30px 0 0 0;

}

.edit_profile_block .block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.edit_profile_block .block p {
    margin: 0 15px 0 0;
    width: 15%;
}



.create_post_button {

    width: 100% !important;
    padding: 5px 0;
    background-color: #0DCAF0;
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    border-radius: 5px;
    transition: 0.3s;
    cursor: pointer;

}

.edit_profile_apply_text {

    display: none;
    margin: 10px 0 0 0;
    color: #0BADCE;
    text-align: center;

}



.edit_profile_block .input_file {

    width: 82% !important;

}

.edit_profile_block .avatar_input_edit_profile {

    width: 150px;
    height: 150px;
    padding: 0 0 20px 0;
    background-position: center;
    background-size: cover;
    border-radius: 1000px;
    /* margin: 0 15px 0 0; */

}

.edit_profile_block .block .podblock {

    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;

}






.del_post_profile {

    cursor: pointer;

}

.del_post_profile svg {

    width: 16px;
    height: 16px;

}










.section_team {
    padding: 80px 0 0 0;
    position: relative;
    background-color: #ffffff;
}

.section_team .gray-bg {
    background-color: #f5f5f5;
}

.section_team img {
    max-width: 100%;
}

.section_team img {
    vertical-align: middle;
    border-style: none;
}

/* About Me 
---------------------*/
.section_team .about-text h3 {
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 6px;
}

@media (max-width: 767px) {
    .section_team .about-text h3 {
        font-size: 35px;
    }
}

.section_team .about-text h6 {
    font-weight: 600;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .section_team .about-text h6 {
        font-size: 18px;
    }
}

.section_team .about-text p {
    font-size: 18px;
    max-width: 450px;
}

.section_team .about-text p mark {
    font-weight: 600;
    color: #20247b;
}

.section_team .about-list {
    padding-top: 10px;
}

.section_team .about-list .media {
    padding: 5px 0;
}

.section_team .about-list label {
    color: #20247b;
    font-weight: 600;
    width: 100px;
    margin: 0;
    position: relative;
}

.section_team .about-list label:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    width: 1px;
    height: 12px;
    background: #20247b;
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    margin: auto;
    opacity: 0.5;
}

.section_team .about-list p {
    margin: 0;
    font-size: 15px;
}

@media (max-width: 991px) {
    .section_team .about-avatar {
        margin-top: 30px;
    }
}

.section_team .counter {
    /* padding: 22px 20px; */
    /* background: #11cdef; */
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    margin: 20px 0 0 0;
}

.section_team .counter .count-data {
    margin-top: 10px;
    margin-bottom: 10px;
}

.section_team .counter .count {
    font-weight: 700;
    color: #20247b;
    margin: 0 0 5px;
}

.section_team .counter p {
    font-weight: 600;
    margin: 0;
}

.section_team mark {
    /* background-image: linear-gradient(rgba(252, 83, 86, 0.6), rgba(252, 83, 86, 0.6)); */
    background-size: 100% 3px;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-color: transparent;
    padding: 0;
    color: currentColor;
}

.section_team .theme-color {
    color: #fc5356;
}

.section_team .dark-color {
    color: #20247b;
}

.section_team .modal_window_team:hover{
    color: #0DCAF0;
    transition: 0.2s ease-in-out;
}

.about_avatar_image {

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
    border-radius: 1000px;

    border: 2px solid #000000;
    box-shadow: -0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.45),
    inset -0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.45);

}









.post_team_section .textarea_new_post_profile {

    width: 100%;
    height: 150px;
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    outline: none;
    padding: 15px;
    resize: none;
    border-radius: 5px;

}













.contact-form{
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.contact-form .form-control{
    border-radius:1rem;
    margin: 0 0 10px 0;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0BADCE;
}
.contact-form .btnContact {
    width: 100%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #0BADCE;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0BADCE;
    border: none;
    cursor: pointer;
}

.contact-form p {
    margin: 0 0 10px 0;
}


.side_menu{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    background-color: #fff;
    color: #000;
    padding: 0px;
    height: 100%;
    border-radius: 5px;
    position: sticky;
    top: 15px;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.side_menu p{
    font-size: 20px;
    font-weight: 500;
}

.side_menu_line{
    height: 1px;
    border: 1px solid #eee;
    margin: 5px 0;
}

.side_menu_form{
    max-height: 200px;
    overflow-y: scroll;
}

.side_menu_header{
    background-color: #313131;
    color: #fff;
}

.side_menu .accordion-button:not(.collapsed){
    background-color: #0DCAF0;
    color: #000;
}

.side_menu .accordion-button:focus{
    box-shadow: none;
}

.tournament_header p{
    font-size: 42px;
    font-weight: 700;
    color: #000;
    display: flex;
    justify-content: center;
}

.tournament_border{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    margin-top: 15px;
}

.tournament_info{
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.tournament_detail_info .side_menu_line{
    border-color: #000;
    margin: 15px;
}

.tournament_header_2 p{
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.tournament_timetable_widget{
    display: flex;
    padding: 15px 0;
    justify-content: space-around;
}

.tournament_timetable_widget .widget{
    width: 100%;
    text-align: center;
    align-content: center;
    height: 30px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}

.tournament_timetable_widget .widget a{
    color: #000;
}

.tournament_timetable_widget .widget_active{
    transition: 0.3s ease-in-out;
    background-color: #0DCAF0;
    box-shadow: 0 0 5px 1px #313131;
}

.widget_info{
    display: none;
}

.widget_info_active{
    display: flex;
}

.tournament_news_a{
    padding-left: 10px;
}

.tournament_news_a:hover .tournament_news_text{
    transition: 0.2s ease-in-out;
    color: #0DCAF0;
}

.button_news:hover{
    transition: 0.2s ease-in-out;
    color: #0DCAF0;
}

.tournament_card{
    padding: 10px;
    background-color: #fff;
    border: 4px solid #0DCAF0;
    border-radius: 10px;
    box-shadow: 0 0 10px #313131;
}

.tournament_team_card{
    padding: 5px 0px 5px 20px;
    a{
        padding-left: 5px;
    }
}

.tournament_team_card:hover a{
    transition: 0.2s ease-in-out;
    color: #0DCAF0;
}

.tournament_card_button{
    background-color: #0DCAF0;
    padding: 5px 25px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px #313131;
    margin: 20px 0 0 0;
}

.tournament_card_button:hover{
    transition: 0.2s ease-in-out;
    background-color: #313131;
    color: #fff;
}

.tournament_card_button:active{
    transform: scale(0.95);
}

.tournament_team_name{
    font-size: 36px;
    padding-left: 10px;
}

.row_corrector{
    padding: 0 30px !important;
}

.post_new_profile_sport_list:hover{
    transition: 0.5s ease-in-out;
    transform: scale(1.05);
    background-color: #0DCAF0;
    box-shadow: 0 0 10px #313131;

}

.players_post_text_block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.players_additional_post_text{
    display: flex;
    align-items: center;
}

.pagination_command_list{
    padding: 40px !important;
}

.pagination_command_list_link{
    border-color: #0DCAF0 !important;
    background-color: #0DCAF0 !important;
}

.page_link_margin{
    margin: 0 5px !important;
}

.pagination{
    --bs-pagination-focus-color: #0DCAF0 !important;
}

.additional_icons_add_friends:hover{
    transition: 0.2s ease-in-out;
    color: #0DCAF0;
}

.additional_icons_invite_team:hover{
    transition: 0.2s ease-in-out;
}

.ticker{
    display: flex;
    position: relative;
    overflow: hidden;
}

.ticker_item{
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0px 50px;
    font-size: 20px;
    animation: ticker 15s linear infinite;
}

@keyframes ticker{
    0% {
        transform: translateZ(0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.edit_profile_border{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    margin-top: 15px;
}

.side_menu_list_style{
    list-style-type: none;
    font-size: 18px;
    padding: 10px 15px;
    color: #616161;
}

.side_menu_list_style:hover{
    background-color: #f8f8f8;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    transform: scale(1.05);
    color: #000;
}

.side_menu_line_edit_profile{
    border-bottom: 1px solid #ececec;
    padding: 0px 0;
    list-style-type: none;
}

.side_menu_list_style_active{
    color: #0DCAF0;
    background-color: #fff;
    font-weight: 700;
    pointer-events: none;
}



.display_menu_edit {

    display: none;

}



.edit_profile_border .input_block {
    margin: 0 0 20px 0;
}


.live_translition_text_match_info {
    padding: 10px 40px;
    border-radius: 20px;
    color: #ffffff;
    background-color: red;
    transition: 0.3s;
}