
.no-left-padding {
    padding-left: 0!important;
}

.no-padding {
    padding: 0!important;
}

.no-right-padding {
    padding-right: 0!important;
}

.alert {
    padding: 20px;
    width: 100%;
}

.tournament-result__mistakes {
    margin-left: 17px;
    margin-top: 7px;
    color: #1D1D24;
    font-size: 20px;
    font-weight: 500;
}

.judge-mr {
    margin-right: 14px;
}

.tournament-area-component.w1497 {
    max-width: 1497px;
}

.tournament-preview__programm {
    color: #3549FF;
    font-size: 22px;
    font-weight: 500;
    line-height: 30.26px;
    margin: 25px 0;
}.tournament-result-detail-modal

.tournament-area-component.w1497 .judges-block,
.tournament-area-component.w1497 .tournament-preview{
    padding-left: 0px;
    padding-right: 0px;
}

.tournament-area-component.w1497 .gray-block,
.tournament-area-component.w1497 .white-block {
    padding-left: 51px;
    padding-right: 31px;
}

.alert-danger {
    background: red;
    color: #fff;
}

.eurasia-page__header{
    position: relative;
}
.eurasia-page__header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(149.74deg, rgba(1, 18, 46, .8) 0, rgba(1, 77, 145, .3) 100%);
    background: -o-linear-gradient(149.74deg, rgba(1, 18, 46, .8) 0, rgba(1, 77, 145, .3) 100%);
    background: linear-gradient(300.26deg, rgba(1, 18, 46, .8) 0, rgba(1, 77, 145, .3) 100%);
}

.tournament-list__other .flex-start {
    justify-content: flex-start;

}

.tournament-list__other .flex-start .tournament-list__item:first-child {
    padding-right: 37px;
    box-sizing: unset;
}


.simple-document-block {
    padding: 0 0 120px;
}

.tournament-category-filter {
    margin-bottom: 41px;
}

.tournament-category-filter__title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 27px;
}

.tournament-category-filter__row {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.tournament-category-filter__cat {
    max-width: 330px;
    width: 100%;
    min-height: 55px;
    text-align: center;
    padding: 15.5px 0;
    font-size: 20px;
    font-weight: 500;
    background: #E0E3FF;
    border-radius: 5px;
    margin-right: 30px;
    cursor: pointer;
}

.tournament-category-filter__cat:hover,
.tournament-category-filter__cat--active{
    background: #3549FF;
    color: #fff;
}

.tournament-category-filter__cat:last-child {
    margin-right: 0;
}



@media (max-width: 89.99em) {
    .simple-document-block {
        padding: 0 0 15px;
    }
}
@media (max-width: 47.99em) {
    .simple-document-block {
        padding: 0 0 15px;
    }
}

.eurasia-page .about-page{
    margin-bottom: 48px;
}
.eurasia-page .about-page__partners{
    padding-top: 0;
}
@media (max-width: 89.99em) {
    .eurasia-page .about-page{
        margin-bottom: 10px;
    }
}
@media (max-width: 47.99em) {
    .eurasia-page .about-page{
        margin-bottom: 0;
    }
}
.g-flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.article-more-wrapper{
    padding-top: 0;
}

.lk-application_separator{
    height: 15px;
}

.lk-request__item-label_wait-list{
    background: #ffcf48;
}

.main {
    /*background: url('./images/backgroung.svg') #000 no-repeat;*/
    /*background: #000;*/

    min-height: 800px;
    width: 100%;
    background-size: 100%;
    padding-top: 10%;
    padding-bottom: 20px;
    position: relative;
}

.row-wrapper.background-gray {
    background: #ddd;
}

.g-page {
    background: url(images/main-bg.webp) no-repeat;
    background-size: cover;
}

.main__black-gradient {
    width: 100%;
    min-height: 800px;
    /*background: rgb(0,0,0);*/
/*    background: url(images/main-bg.svg) no-repeat;
    background-size: cover;*/
/*    background: linear-gradient(0deg, rgba(0,0,0,1) 89%, rgba(0,0,0,0) 100%);*/

}

.header {
    background: transparent;
}

.tournament-area-component {
    /*min-height: 780px;*/
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    font-family: Inter;
    position: relative;
}

.tournament-area-component .breadcrumbs__item {
    color: #fff;
    font-size: 20px;

}

.breadcrumbs__item:after {
    width: 23px;
    height: 12px;
}

.tournament-area-component .breadcrumbs__item:last-child {
    color: #8995FF;

}



.tournament-season {
    text-transform: uppercase;
    font-size: 3vw;
    color: #fff;
    text-align: center;
}

.tournament-select {
    background: transparent;
    width: 100%;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    margin-bottom: 30px;
}

.tournament-select__month-list {
    width: 100%;
    border: 2px solid #fff;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    display: none;
    position: absolute;
    top: 300px;
    height: 290px;
    overflow: auto;
    z-index: 99999;
}

.tournament-select__tournament-list {
    max-width: 1415px;
    border: 2px solid #ddd;
    width: 96%;
    margin-top: 74px;
}

.tournament-list__row {
    display: flex;
    justify-content: space-between;
}

.tournament-list__item {
    max-width: 405px;
    height: 335px;
    width: 33%;
    margin-bottom: 33px;
}

.month-list__month{
    padding: 15px;
    cursor: pointer;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    background: #fff;
    color: #848383;

}

.month-list__month:hover {
    background: #eaecff;;
    color: #8995FF;

}

.tournament-select__month-list .month-list__month:last-child {
    border-bottom: none;
}

.tournament-list {
    background: #F5F5F5;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.tournament-list__current-tournament {
    width: 100%;
    background: #fff;

    padding: 20px;
}

.current-tournament__head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.live-label {
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    background: red;
    width: 60px;
    text-align: center;
}

.live-continue {
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    background: #A1A2A4;
    font-weight: 400;
    font-size: 15px;
    /*width: 60px;*/
    text-align: center;
}

.transparent-btn {
    border: 1px solid #3549FF;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    width: 115px;
    display: block;
    text-decoration: none;
}

.transparent-btn:hover {
    color: #fff;
    background: #3549FF;
}

.tournament-preview__title, .tournament-season, .current-tournament__title {
    font-size: clamp(20px, 2vw, 40px);
    font-weight: bold;
    /*margin-bottom: 20px;*/
    line-height: 60px;
    text-transform: uppercase;
}


.tournament-location{
    background: url(./images/location.svg) no-repeat;
    height: 30px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.tournament-small-location{
    background: url(./images/small-location.svg) no-repeat left;
    padding-left: 25px;
    color: #B1A1A1;
    font-size: 15px;

    padding-bottom: 3px;
    margin-bottom: 10px;
}

.tournament-small-time{
    background: url(./images/small-time.svg) no-repeat;
    padding-left: 25px;
    color:#B1A1A1;
    font-size: 15px;
    font-weight: 500;
    background-size: contain;
}

.tournament-time{
    background: url(./images/time.svg) no-repeat;
    height: 30px;
    padding-left: 30px;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

.tournament-list__other {
    padding: 35px 33px;
    width: 100%;
}

.other-tournament {
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    display: block;
    height: 100%;
}

.other-tournament__head {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}


.other-tournament__title {
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    min-height: 51px;
    max-width: 300px;
}

.disipline {
    color: #B1A1A1;
    font-size: 15px;
    margin-bottom: 59px;
}

.disipline-title {
    color: #848383;
}

.white-block {
    background: #fff;
    padding: 20px;
}

.gray-block {
    background: #F5F5F5;
    padding: 20px;
}

.tournament-preview {
    padding: 30px;
}

/*.tournament-control .no-left-padding {
    padding-left: 0;
}

.tournament-control .no-right-padding {
    padding-right: 0;
}*/

.tournament-control__btn {
    padding: 15px;
    font-size: 24px;
    border-radius: 5px;
    background: #EEF0FF;
    text-align: center;
    cursor: pointer;
    display: block;
    color: #000;
}

/*.tournament-control__btn--active,  .tournament-control__btn:hover{*/
.tournament-control__btn--active {
    background: #3549FF;
    color: #fff;
}

/*.tournament-control .row div:first-child {
    padding-right: 0;
}

.tournament-control .row div:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
}*/

/*.tournament-control .row div:last-child {

    padding-left: 0;
}*/

.schedule-accord__btn {
    padding: 15px 23px 15px 43.23px;
    background: #3549FF;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    cursor: pointer;
}

.schedule-accord-rows {
    font-size: 16px;
}

.schedule-accord-rows--hidden {
    display: none;
}

.mb-3 {
    margin-bottom: 30px;
}

.schedule-accord-rows__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 32px 29px 22px;
    border-bottom: 2px solid #E4E4E4;
}

.live-total-current {
    font-size: 24px;
}
.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

text-left {
    text-align: left;
}

.inline-block {
    display: inline-block;
}

.inline-block.text-left {
    text-align: left;
}

.gray-text {
    color: #A8A5A5;
}

.white-text {
    color: #fff;
}

.tournament-control__btn {
    margin-bottom: 20px
}

.schedule-accord-row__col {
    width: 33.3333333333%;
    line-height: 30px;
    font-size: 25px;
    font-weight: 500;
}

.schedule-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.schedule-accord__btn--active span:nth-child(2) {
    transform: rotate(180deg);
}

.shedule-accord {
    margin-bottom: 20px;
}

.doc-label {
    background: url(./images/doc-label.svg) no-repeat center;
    width: 85px;
    height: 35px;
    background-size: contain;
}

.doc-btn {
    cursor:pointer;
    background: url(./images/doc.svg) no-repeat center;
    background-size: contain;
    width: 46px;
    height: 53px;
}

.doc-btn:hover {
    background: url(./images/active-doc.svg) no-repeat center;
    background-size: contain;
}



.cup-btn {
    cursor: pointer;
    background: url(./images/cup.svg) no-repeat center;
    background-size: contain;
    width: 46px;
    height: 63px;
    margin-bottom: 3px;
}

.live-cup-btn {
    cursor:pointer;
    background: url(./images/live-cup.svg) no-repeat center;
    background-size: contain;
    width: 46px;
    height: 50px;
    margin-bottom: 3px;
}

.live-label-btn {
    background: url(./images/live-label.svg) no-repeat center;
    width: 85px;
    height: 25px;
    background-size: contain;
}


.cup-label {
    background: url(./images/cup-label.svg) no-repeat;
    width: 85px;
    height: 35px;
    background-size: contain;
}

.cup-btn:hover {
    background: url(./images/active-cup.svg) no-repeat;
    background-size: contain;
    width: 46px;
    height: 54px;
    margin-bottom: 10px;
}

.desktop-show {
    display: block;
}

.mobile-show {
    display: none;
}

.judges-block {
    padding: 30px;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
}

.judges-position-list {
    margin-left: 179px;

}

.judges-title {
    font-size: 25px;
}

.judges-position-list__row {
    display: flex;

}

.judges-position-list__row--mb {
    margin-bottom: 20px;
}

.judges-position-list__item {
    font-size: 20px;
    margin-right: 20px;
    font-weight: bold;
    width: 190px;
}

.judges-position-list__item .gray-text {
    font-weight: 400;
}

.tournament-members__col--last {
    text-align: center;
}

.tournament-members__row {
    display: flex;
    font-size: 20px;
    /*justify-content: space-between;*/
    padding: 20px;
    border-radius: 5px;
    align-items: flex-start;
}

.flex-block{
    display: flex;
    align-items: flex-start;
}

.row-number {
    margin-right: 20px;
}

.tournament-members__col--black-text {
    font-size: 20px;
    color: #1D1D24;
    font-weight: bold;
    line-height: 24px;
}

.normal-text {
    font-weight: normal!important;
}

.tournament-members--horse-desc {
    font-size: 18px;
    font-weight: 500;
    margin-top: 7px;
    display: inline-block;
}

.tournament-members__col--1 {
    max-width: 200px;
    width: 100%;
    font-weight: 600;
}

.tournament-members__col--2 {
    max-width: 310px;
    width: 100%;
    font-weight: 600;
}

.tournament-members__col--3 {
    max-width: 493px;
    width: 100%;

    font-weight: 600;
}
.tournament-members__col--4 {
    max-width: 245px;
    width: 100%;
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.blue-background {
    background: #3549FF;
}

.tournament-result__col10 {
    width: 10%;
    /*text-transform: uppercase;*/
}
.tournament-result__col45 {
    width: 40%;
    /*text-transform: uppercase;*/
}

.tournament-select__result {
    border: 2px solid #A1A2A4;
    border-radius: 5px;
    color: #3549FF;
    font-size: 20px;
}

.tournament-result__col14 {
    width: 14.2%;
    /*text-transform: uppercase;*/
    border-radius: 5px;
}

.tournament-result__col85 {
    width: 85%;

}

.tournament-result__col-wrapper {
    display: flex;
}

.tournament-result__col16 {
    width: 16.6%;
}

.tournament-result__col14--small {
    width: 14.2%;
}

.detail-link {
    color: blue;
    text-transform: none;
    font-size: 15px;
}

.tournament-result__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 24.2px;
}

.tournament-result__head.blue-background {

    text-transform: uppercase;
    font-weight: bold;
}

.tournament-result__head .gray-text{
    display: inline-block;
    margin-top: 10px;
}

.tournament-result__mobile .tournament-result__head{
    margin-top: 30px;
}

.tournament-result__head--small {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px 5px 15px;
}

.round-block {
    padding: 2px 3px;
    border-radius: 2px;
}

.border-bottom-gray {
    border-bottom: 1px solid #ddd;
}

.judges-scores-row {
    font-size: 18px;
}

.tournament-result__head-85px {
    min-height:250px;
}

.tournament-result__mobile {
    font-size: 12px;
    display: none;
} 

.tournament-result__col-padding {
    padding: 10px 0px 10px 15px;
}

.tournament-result-detail-modal {
    display: none;
}

.tournament-result-detail-modal.is-open {
    display: block;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}

.modal__container {
    height: 600px;
    margin: 10% auto;
    background-color: #fff;
    padding: 15px;
    max-width: 500px;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
}

.tournament-result-detail-modal {
    font-size: 15px;
    line-height: 23px;
}

.tournament-result-detail-modal__total-title {
    font-size: 14px;
    border-radius: 4px;
    background-color: blue;
    color: #fff;
    text-align: center;
}

.tournament-result-detail-modal__sportsmen {
    color: blue;
    text-transform: uppercase;
    font-size: 20px;
}

.uppercase {
    text-transform: uppercase;
}
.normalcase {
    text-transform: none;
}

.tournament-result-detail-modal__judges-score {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

.tournament-result-detail-modal_position {
    width: 25%;
    border: 2px solid #ddd;
    text-align: center;
}

.tournament-result-detail-modal_positions-line {
    display: flex;
}

.tournament-result-detail-modal_element-number {
    margin-right: 20px;
}

.tournament-result-detail-modal_element {
    border: 2px solid #ddd;
    display: flex;
    /*justify-content: space-around;*/
    padding: 20px;
}

.tournament-result-detail-modal__judge-data {
    text-align: center;
}

.tournament-result-detail-modal__judge-position {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #ddd;
    font-size: 15px;
    font-weight: 600;
}

.tournament-result-detail-modal__judge-score {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: blue;
    padding: 5px 10px;
    color: #fff;
}

.tournament-result-detail-modal__head {
    display: flex;
}

.tournament-result-detail-modal__total {
    margin-right: 30px;
    font-size: 17px;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}

.tournament-result-detail-modal__close {
    background: transparent;
    border: 0;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

.tournament-result-detail-modal__close:before { content: "\2715"; }

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0,0,0,.8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}

.show-more-btn {
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    width: 185px;
    height: 50px;
    cursor: pointer;

}

.show-more-btn:hover {
    background: #E0E3FF;
    color: #3549FF;

}

.tournament-select__tournament-list {
    height: auto;
    overflow: unset;
    background: #fff;
}

.tournament-select__list {
    max-height: 290px;
    overflow: auto;

}

.tournament-select__search {
    height: 50px;
}

.pdr-10 {
    padding-right: 10px
}


.pdr-17 {
    padding-right: 17px;
}


.pdt-5 {
    padding-top: 5px;
}
.mt-30 {
    margin-top: 30px!important;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.tournament-select__search input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.text-red {
    color: red;
}

.blue-background.white-text.round-block {
    font-size: 15px;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

/*.modal__container .blue-background.white-text.round-block {
    font-size: 10px;
    padding-left: 11px;
    padding-right: 11px;
    font-weight: 500;
}*/

@media (max-width: 992px) and (min-width: 768px) {
    .tournament-list {
        font-size: 12px;
        word-break: break-all;
    }

    .other-tournament__title {
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 992px) {

    .tournament-list__row {
        display: block;
    }

    .tournament-list__item {

        /*height: 170px;*/
        max-width: 100%;
        width: 100%;
    }

    .tournament-result__desktop {
        display: none;
    }
    .tournament-result__mobile {
        display: block;
    } 
    .tournament-small-time {
        background-size: unset;
        padding-left: 25px;
    }

    .main__black-gradient {
        /*background: linear-gradient(0deg, rgba(0,0,0,1) 99.66%, rgba(0,0,0,0) 100%);*/
    }

}

.align-items-start {
    align-items: flex-start;
}
.tournament-area-component .breadcrumbs .breadcrumbs__item:after{
    background: url('images/breadarrow.svg') no-repeat center;
}

.live-monitor {
    margin-bottom: 60px;
}

.current-live-label {
    font-size: 14px;
    width:auto;
    padding: 5px;
}

.live-monitor__title {
    display: flex;

    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 25px;
    border-bottom: 1px solid #a8a5a5;
}

.live-monitor__row {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 500;
}

.live-monitor__mobile {
    display: none;
}

.empty-percent-result {
    padding-left: 24px;
}

.tournament-result-detail-modal_element--quality,
.tournament-result-detail-modal_element--technique{
    padding: 5px;
    letter-spacing: 1;
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: bold;
    border-bottom: none;
}

.tournament-result-detail-modal_position--technique {
    border-right: none;
}

.tournament-result-detail-modal_position--technique-subrow {
    font-size: 8px;
    border-right: none;
    border-top: none;

}

.tournament-result-detail-modal_position--technique-subrow:last-child,
.tournament-result-detail-modal_position--technique:last-child{

    border-right: 2px solid #ddd;

}

.technique-title {
    color: #C2C2C2;
}

.technique-score {
    font-weight: bold;
}

.tournament-result-detail-modal_position--technique-subrow.blue-color {
    font-weight: bold;
}

.mobile-gray-text {
    font-size: 10px;
    color: #A8A5A5;
    text-transform: none;
}

.technique-title,
.technique-score{
    display: flex;
}

.technique-title div,
.technique-score div {
    width: 50%;
}

.technique-title div:first-child,
.technique-score div:first-child{
    border-right: 2px solid #ddd;

}

.C2C2C2-color {
    color: #C2C2C2!important;
}

.blue-color {
    color: #3549FF!important;
}

.tournament-result-detail-modal_position--quality {

    font-size: 8px;
    width: 16.66666%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C2C2C2;
    line-height: 10px;
    border-left: none;
    border-bottom: none;
    padding: 8px 0;
}

.tournament-result-detail-modal_position--quality:first-child {
    border-left: 2px solid #ddd;
}

.tournament-result-detail-modal_position--quality-score{
    color: #3E3E3E;
    padding: 8px 0;
    font-weight: bold;
}

.yhorse-test-cell {
    font-size: 16px;
    font-weight: 500;
}

.yhorse-test-cell--total {
    font-size: 18px;
    font-weight: bold;
}

.yhorse-score-cells div{
    width: 25%;
}

.yhorse-score-cells div:nth-child(1){
    width: 19%;
    padding-left: 10px;
}

.yhorse-score-cells div:nth-child(2){
    width: 17%;
}

.yhorse-score-cells div:nth-child(5){
    padding-left: 45px;
}

.yhorse-mobile-test-name {
    font-size: 10px;
    color: #A8A5A5;

}

.yhorse-mobile-test-score {
    font-size: 10px;
    margin-top: 5px;
}

.tournament-result-detail-modal_element--yhorses {
    width: 100%;
    padding: 7px;
    justify-content: center;
}

.tournament-result-detail-modal_position--yhorse {
    border-top: 0;
    border-right: 0;
}

.tournament-result-detail-modal_position--yhorse:last-child {
    border-right: 0;
    border-right: 2px solid #ddd;
}

.yhorse-question-name{

    font-size: 10px;
    border-bottom: 2px solid #ddd;
}

.yhorse-question-score{
    font-size: 12px;
    font-weight: bold;
}

.status {
    padding: 5px;
    background: red;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
}

@media (max-width: 768px) {
    
    .tournament-select__result {
        font-size: 14px;
    }
    
    .tournament-select__tournament-list {
        margin-top: 0px;
    }
    
    .status {
        font-size: 12px;
    }
    
    .empty-percent-result {
        padding-left: 0px;
    }

    .live-monitor {
        margin-bottom: 30px;
    }
    .live-monitor__mobile {
        display: block;
    }

    .live-monitor__desktop {
        display: none;
    }

    .live-monitor__title {
        display: flex;
        font-weight: 700;
        padding-bottom: 5px;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-size: 12px;
        border-bottom: 1px solid #a8a5a5;
    }

    .live-monitor__row {
        font-size: 10px;
        margin-bottom: 20px;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
    }

    .live-monitor__row .blue-background.white-text.round-block {
        font-size: 10px;
        border-radius: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }


    .tournament-area-component .breadcrumbs {
        display: block;
    }

    .tournament-area-component .breadcrumbs .breadcrumbs__item {
        vertical-align: middle;
    }



    .tournament-area-component .breadcrumbs__item {
        font-size: 12px;
    }

    .small-50 {
        width: 50%;
    }

    .tournament-control__btn {
        margin-bottom: 0px;
        font-size: 12px;
    }
    .no-padding {
        padding-right:15px!important;
    }

    .no-left-padding {
        padding-left:15px!important;
    }

    .judges-block {
        padding: 0px;
        font-size: 10px;
        display: flex;
        align-items: flex-start;
    }

    .judges-position-list {
        margin-left: 13px;
    }

    .schedule-accord-row__col {
        width: 50%;
        line-height: 30px;
    }

    .mobile-show {
        display: block;
    }

    .desktop-show {
        display: none;
    }

    .main {
        /*background: url('./images/mobile-background.svg') #000 no-repeat;*/
        /*background: #000;*/
        background-size: contain;
        padding-top: 20%;
    }

    .main__black-gradient {
        /*background: linear-gradient(0deg, rgba(0,0,0,1) 99%, rgba(0,0,0,0) 100%);*/
    }

    .tournament-small-time {
        background-size: contain;
    }

    .tournament-list__item {

        width: 100%;
        margin: auto;
        margin-bottom: 10px;

        min-height: 170px;
        height: auto;
    }

    .other-tournament {
        min-height: 170px;
        height: auto;
    }

    .tournament-preview__title, .tournament-season, .current-tournament__title {
        line-height: 32px;
    }

    .tournament-list__other {
        padding: 10px;
    }

    .other-tournament {
        padding: 15px;
    }

    .live-continue {
        max-width: 85px;
        font-size: 10px;

    }

    .live-label {
        width: 42px;
        font-size: 10px;
    }

    .other-tournament__head {
        display: block;
        margin-bottom: 10px;
    }

    .other-tournament__title {
        font-size: 13px;
        line-height: 18.85px;
        font-weight: 600;
        min-height: unset;

    }

    .disipline {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .tournament-small-location {
        font-size: 10px;
        background: url(./images/small-location2.svg) no-repeat left;
        padding-left: 15px;
    }

    .tournament-small-time {
        font-size: 10px;
        padding-left: 15px;
        background: url(./images/small-time2.svg) no-repeat left;
    }

    /*    .tournament-control .row div:nth-child(2){
    
            padding-right: 15px;
        }
        .tournament-control .row div:last-child {
            padding-left: 15px;
            padding-right: 15px;
        }*/

    .tournament-area-component {
        width: 95%;
    }

    .schedule-accord__btn {
        padding: 9px 15px;
        font-size: 10px;
    }

    .tournament-preview__title {
        line-height: 25px;
        margin-bottom: 15px;
    }

    .schedule-accord-row__col {
        font-size: 12px;
        line-height: 14.5px;
    }

    .inline-block.mobile-show {
        margin-top: 5px;
    }

    .doc-btn {
        width: 32px;
        height: 35px;
    }

    .live-cup-btn{
        width: 31px;
        height: 37px;
        margin-bottom: 0;
    }

    .live-label-btn {

        margin-bottom: 4px;
    }

    .cup-btn {
        width: 31px;
        height: 46px;
        margin-bottom: 0;
    }

    .gray-text {
        display: inline-block;
        margin-bottom: 5px;
    }

    .schedule-accord-rows__row {
        padding: 20px 0 20px 15px;
    }

    .judges-title {
        font-size: 12px;
        font-weight: 500;
    }
    .judges-block {
        padding: 16px 14px 20px 14px;
    }
    .judges-position-list__item {
        font-size: 10px;
        font-weight: bold;
        line-height: 13px;
        margin-right: 5px;
        width: 85px;
    }

    .judge-mr {
        margin-right: 5px;
    }

    .judges-position-list__row--mb {
        margin-bottom: 10px;
    }
    .tournament-members__row {
        font-size: 10px;
        font-weight: 600;
        padding: 10px;
        line-height: 12px;
    }
    .tournament-members__row.blue-background {
        align-items: center;
    }



    .tournament-members__col {
        font-size: 10px;
        line-height: 12px;
    }

    .tournament-members__col .gray-text {
        margin-top: 5px;
    }

    .tournament-members__col--black-text {
        font-size: 12px;
        font-weight: 500;
    }

    .tournament-members__col--1 {
        max-width: 80px;
        width: 100%;
    }

    .tournament-members__col--2 {
        max-width: 310px;
        width: 100%;
    }

    .tournament-members__col--3 {
        max-width: 131px;
        width: 100%;
    }
    .tournament-members__col--4 {
        max-width: 150px;
        width: 100%;
        text-align: center;
    }
    .gray-block {
        padding: 10px;
    }

    .white-block {
        padding: 10px;
    }

    .tournament-area-component.w1497 .gray-block, .tournament-area-component.w1497 .white-block {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tournament-category-filter__title {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .tournament-category-filter__cat {
        max-width: 100px;
        width: 100%;
        min-height: 30px;
        text-align: center;
        padding: 9px 0;
        font-size: 10px;
        font-weight: 500;
        background: #E0E3FF;
        border-radius: 5px;
        margin-right: 10px;
        cursor: pointer;
    }


    .tournament-result__mobile .tournament-result__head {
        padding: 7px 10px;
        font-size: 10px;
        margin-top: 0px;
    }

    .tournament-category-filter {
        margin-bottom: 0px;
    }
    .tournament-result__head-85px {
        min-height: unset;
    }

    .tournament-result__mobile .tournament-result__head .gray-text {
        line-height: 12px;
        font-weight: 400;
    }

    .tournament-result__col10 {
        width: 17%;
        font-size: 12px;
        padding-left: 17px;
    }

    .disable-text-styles {
        padding-left: 0;
        font-size: 10px;
    }

    .tournament-result__col45 {
        width: 42%;
        line-height: 14px;
        /*font-weight: bold;*/
    }

    .detail-link {
        font-size: 10px;
        font-weight: normal;
    }

    tournament-result__col45.text-center {
        font-weight: bold;

    }


    .tournament-result__mobile .blue-background.white-text.round-block {
        font-size: 12px;
        border-radius: 5px;
        padding-left: 0;
        padding-right: 0;
        background: transparent;
        color: #1D1D24;

    }

    .tournament-result__col-wrapper {
        padding: 7px 10px;
    }

    .total-result {
        display: inline-block;
        width: 63px;
        font-size: 12px;
        text-align: center;
    }

    .tournament-result__mistakes {
        margin-left: 0px;
        margin-top: 7px;
        color: #1D1D24;
        font-size: 12px;
        font-weight: 500;
    }

    .tournament-preview__programm {
        font-size: 20px;
    }
}

.mobile-children-cell-1 {
    border: 2px solid #ddd;
    width: 71px;
    border-bottom: none;
    border-right: none;
    padding: 15px;
    text-align: center;
    font-size: 12px;
}

.mobile-children-cell-2 {
    border: 2px solid #ddd;
    width: 287px;
    border-right: none;
    
    border-bottom: none;
    padding: 15px;
    text-align: center;
    font-size: 12px;
}

.mobile-children-cell-3 {
    border: 2px solid #ddd;
    width: 71px;
    
    border-bottom: none;
    padding: 15px;
    text-align: center;
    font-size: 12px;
}

.tournament-result-detail-modal .tournament-result-detail-modal_positions-line:last-child .mobile-children-cell-1,
.tournament-result-detail-modal .tournament-result-detail-modal_positions-line:last-child .mobile-children-cell-2,
.tournament-result-detail-modal .tournament-result-detail-modal_positions-line:last-child .mobile-children-cell-3 {
    border-bottom: 2px solid #ddd;
}

/*@media (max-width: 577px) {
    .tournament-control .row div{
        padding-left: 15px!important;
        padding-right: 15px!important;
        margin-bottom: 10px;
    }
}*/

.mistakes-block {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .mistakes-block {
        font-size: 9px;
    }
}