@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Montserrat-Regular.woff") format("woff");
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Montserrat-Medium.woff") format("woff");
    src: url("../fonts/Montserrat-Medium.woff2") format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Montserrat-SemiBold.woff") format("woff");
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2")
}

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

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #E6156A;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #f9438c;
}

body {
    position: relative;
    margin: 0 auto;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    font-size: 14px;
    background-color: #F1F1F1;
    color: #c5c6c6;
    letter-spacing: .4px;
    font-family: "Montserrat", sans-serif

}

a {
    color: #3D3D3D;
    text-decoration: none;
}

.golf-table__stat {
    overflow-x: auto;
}

.golf-table__team-player_info table {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    padding: 0 5px;
    color: #262B2B;
}

.golf-table__team-player_info table tr td {
    line-height: 22px;
    padding: 8px 2px;
    min-width: 24px;
    text-align: center;
}

.golf-table__team-player_info table tr td:first-child {
    text-align: left;
    min-width: 50px;
}

.golf-table__team-player_info table tr:first-child td, .golf-table__team-player_info table tr:nth-child(2) td, .golf-table__team-player_info table tr td:first-child:nth-child(11) {
    background: #fff
}


/*MODAL*/
li {
    list-style: none;
}

.golf-table__team-player_info {
    background-color: white;
}

.button {
    /*padding: 0;*/
    background-color: transparent;
    border: none;
    /*background-color: #FFFFFF;*/
    background-color: #F2F2F2;
    padding: 10px 15px;
    /*border-radius: 10px;*/
    height: auto;
    width: 100%;
    font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (2500 - 300)));
    font-weight: 600;
    white-space: nowrap;
}

.button__active {
    color: white;
    background-color: #E6156A;
    border-radius: 6px;
}

.header {
    overflow: hidden;
    /*max-height: 60vh;*/

    /*height: 773px;*/
    background-color: #E6156A;
    position: relative;
    height: 57vh;
}

.header-title {
    /*max-height: 37vh;*/
    /*min-height: 37vh;*/
    height: 19vh;
    background-color: #F1F1F1;
    /*height: 280px;*/
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: center;
    position: relative;
}

.header-img {
    max-width: 80%;
    position: absolute;
    bottom: -3px;
    z-index: 10;
}

.header-noise {
    /*min-height: 100%;*/
    /*max-height: 40%;*/
    /*opacity: 0.2;*/
    /*background-image: url("../images/noise.png");*/
    /*height: 486px;*/
    height: 38vh;
    /*height: 40%;*/
    background-image: url("../images/header_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header-flag {
    left: 42%;
    position: absolute;
    z-index: 11;
    height: 55vh;
    max-width: 65%;
    /*bottom: 0;*/
    top: 13vh;
}

.header-info {
    position: absolute;
    z-index: 12;
    right: 8vh;
    bottom: 3vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.header-date {
    font-weight: 600;
    font-size: calc(14px + (30 - 14) * ((100vw - 300px) / (1440 - 300)));
    color: #E8E5D6;
}

.header-place {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    font-size: calc(12px + (20 - 12) * ((100vw - 300px) / (1440 - 300)));

}

.main {
    padding: 0 30px;
    max-width: 1640px;
    margin: 0 auto;
}

.partners {
    margin-top: 20px;
    margin-bottom: 30px;
}

.partners-container-images {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*gap: 30px;*/
}

.partners-container-images div {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-evenly;*/
    /*align-items: center;*/
    /*width: 100%;*/
    /*gap: 20px*/
}

.partners-container-images div img {
    max-width: 85%;
    height: auto;
    /*min-width: 300px;*/

    /*object-fit: cover;*/
    max-height: 111px;
!important;
}

.slick-slider {

}

.slick-list {

}


.slide-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    max-height: 130px;
    max-width: 20%;
    margin-right: 2em;
}

.tables-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    background-color: white;
}


.tables-container td {
    font-size: calc(12px + (45 - 12) * ((100vw - 300px) / (3200 - 300)));
    padding: 10px 3px;
    text-align: left;
    font-weight: 600;

}

.tables-container td:first-child, .tables-container td:last-child {
    color: #808180;
}

.tables-container th {
    font-size: calc(9px + (20 - 9) * ((100vw - 300px) / (3200 - 300)));
    font-weight: 400;
    text-align: left;
    color: #7F8080;
    padding: 0 3px;
}

.tables-container th:last-child {
    text-align: center;
}

.main-scoring {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.livescoring__table-heading {
    background-color: #E6156A;
    height: calc(40px + (135 - 40) * ((100vw - 300px) / (1920 - 300)));
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    /*text-align: center;*/
    font-size: calc(12px + (40 - 12) * ((100vw - 300px) / (1920 - 300)));
    width: 100%;
    min-width: 100%;
    /*line-height: calc(40px + (111 - 40) * ((100vw - 300px) / (1920 - 300)));*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.75em;
    margin-bottom: -36px;
    z-index: 1;
    position: relative;
    /*overflow: hidden;*/
}

.innoprom-bg-logo {
    background-color: #ffffff;
    height: 65%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.livescoring__table-heading-innoprom, .livescoring__table-heading-innoprom_mobile {
    width: 70%;
    margin-left: 20px
    /*margin-left: 40px;*/
    /*font-weight: 700;*/
    /*font-size: calc(14px + (29 - 14) * ((100vw - 300px) / (1920 - 300)));*/
}

.livescoring__table-heading-innoprom_mobile{
    display: none;
}


.livescoring__table-heading-2024 {
    font-size: calc(11px + (19 - 11) * ((100vw - 300px) / (1920 - 300)));
    margin-left: 15px;
}

.livescoring_bg_mandala {
    height: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    position: relative;
}

.livescoring_mandala {
    height: 104%;
    position: absolute;
    right: -3px;
    top: 0;
    /*display: flex; align-items: center;*/
    /*gap: 20px;*/
    /*text-transform: lowercase;*/
    /*font-size: calc(11px + (20 - 11) * ((100vw - 300px) / (1920 - 300)));;*/
}
.livescoring_mandala_mobile{
    display: none;
}

/*.livescoring_mandala img{*/
/*    height: 102%;*/
/*}*/
.background-mandala {
    height: 100%;
    width: 136px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: -2px;
    /* box-shadow: 0px 1px 3px black; */
    border-bottom: 1px solid #8180804f;
}

/*.livescoring_mandala img{*/
/*    height: 100%;*/
/*}*/

.innoprom-table {
    width: 100%;
}

.partners-tournament-header {
    background-color: #E6156A;
    padding: 5px 40px;
    color: #E8E5D6;
    text-align: center;
    font-weight: 400;
    width: 300px;
    max-width: 100%;
    margin: 40px auto 40px auto;
    line-height: calc(20px + (40 - 20) * ((100vw - 300px) / (1920 - 300)));
}

.partners-tournament {
    margin: 50px 0 0 0px;
    padding: 30px;
    background-color: white;
    border-radius: 2em;
    /*height: 700px;*/
}

.partners-tournament-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    /*padding: 30px;*/
}

.partners-tournament-container h3 {
    text-transform: uppercase;
    color: #3D3D3D;
    font-weight: 600;
    text-align: center;
    font-size: calc(11px + (32 - 11) * ((100vw - 300px) / (3200 - 300)));

}

.partners-tournament-container .partners-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

.partners-tournament-container .partner-row div {
    gap: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.partners-tournament-container .partner-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    gap: 50px;
}
.partners-tournament-container .partner-row div {

    gap: 20px;
}


.partners-tournament-container img {
    min-width: 80px;
    width: 75%;
    max-width: 400px;

    max-height: 144px;
    min-height: 40px;
    height: 70%;
}


.mobile-tables {
    display: none;
    background-color: white;
    width: 100%;
    border-radius: 2em;
}

.desktop-tables {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    border-radius: 2em;
    gap: 50px;
}

.desktop-tables .dataTables_wrapper {
    /*max-width: 33%;*/
    /*width: 33%;*/
    width: 100%;
}

.dataTables_wrapper table tbody tr {
    border-bottom: 1px solid #BCBCBC;
    height: 100px;
}

.dataTables_wrapper table tbody tr:last-child {
    border-bottom: none;
}

.desktop-tables table, .desktop-tables {
    background-color: white;
}

table {
    border-collapse: collapse;
}

table td {
    text-align: left;
}

table td:first-child {
    text-align: left;
}

table td:last-child {
    text-align: center;
}

.dataTables_wrapper {
    padding: 77px 20px 30px 20px
}


/*.desktop-tables table td:first-child, .mobile-tables table td:first-child {*/
/*    !*color: #E6156A;*!*/
/*    color: #3D3D3D*/
/*}*/

/*.desktop-tables table td:last-child, .mobile-tables table td:last-child {*/
/*    color: #E6156A;*/
/*}*/

.color-theme {
    color: #E6156A;
}

.color-bg-theme {
    background-color: #E6156A;
}


@media (min-width: 322px)and (max-width: 1440px) {

}

@media (min-width: 322px)and (max-width: 1120px) {
    .promo {
        gap: 20px
    }
}

@media (min-width: 322px)and (max-width: 821px) {

}

@media (min-width: 1800px) {
    /*html,body{min-height: 100vh}*/
    .main {
        max-width: 100%;
        padding: 0 30px;
    }

    .header {
        display: none;
    }

    .partners-tournament-header {
        display: none;
    }

    .partners-container-images {
        flex-direction: row;
    }

    .partners-tournament-container {
        /*flex-direction: row;*/
        gap: 105px;
        /*margin-left: 20px;*/
        /*margin-right: 20px;*/
    }

    .partners-tournament-container .partner-row .partners-header {
        max-width: 16%;
    }

    /*footer{*/
    /*    position: absolute;*/
    /*    bottom: 0;*/
    /*}*/
    .partners-tournament {
        /*padding: 0;*/
        /*margin: 0;*/
    }


    .tv-wrapper {
        display: block
    }
}

@media (min-width: 2500px) {
    .dataTables_wrapper table tbody tr {
        height: 120px;
    }

    .partners-tournament-container .partners-header {
        gap: 20px;
    }
}

@media (min-width: 3000px) {
    .dataTables_wrapper table tbody tr {
        height: 150px;
    }

    .partners-tournament-container {
        gap: 200px;
    }

    .partners-tournament-container img {
        min-width: 80px;
        width: 98%;
        max-width: 371px;
        max-height: 246px;
        min-height: 40px;
        height: 89%;
    }
}

.tv {
    position: relative;
    display: block;
    padding: 10px 25px 0 25px;
    height: 71vh;
    gap: 5px;
    font-size: 50px;
    overflow: hidden;
    max-height: 71vh;
}

.tv td {
    white-space: nowrap;
}

.js-groups-total {
    border-radius: 0.25em;
    padding: 10px;
    color: #FFFFFF;
    display: block;
    max-width: 3em;
    text-align: center;
    width: 100%;
}

.tv .js-groups-total {
    color: #7f8080;
    font-size: 47px;
}

.description-marks {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (2500 - 300)));
    font-weight: 400;
    color: #262B2B;
}

.description-marks ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.description-marks ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.description-marks ul li i {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}

.bg-white {
    background-color: #fff
}

.bg-par {
    background-color: #ffd660
}

.bg-bogey {
    background-color: #ef7b24;
    color: #fff
}

.bg-birdie {
    background-color: #549637;
    color: #fff
}

.bg-eagle {
    background-color: #cc5627;
    color: #fff
}

.bg-albatross {
    background-color: #c9ecb4
}

.bg-double {
    background-color: #264340;
    color: #fff
}

footer {
    /*position: fixed;*/
    padding: 0 30px;
    bottom: 0;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;

}

/*footer.partners-tournament {*/
/*    !*background-color: #ffffff;*!*/
/*    border-radius: 30px;*/

/*}*/

@media (max-width: 1400px) {
    .partners-tournament-container .partner-row {
        justify-content: space-around;
    }

    .desktop-tables {
        gap: 20px;
    }
}

@media (max-width: 1024px) {

    .js-groups-total {

        padding: 5px;
    }

    .partners{
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .dataTables_wrapper table tbody tr {
        height: 35px;
    }

    .partners-tournament {
        padding: 15px;
    }

    .header {
        height: 46vh;
    }

    .header-flag {
        /* height: 12vh; */
        top: 6vh;
        height: 38vh;
    }

    .header-title {
        height: 16vh;
    }

    .header-noise {
        height: 33vh;
    }



    .header-info {
        right: 3vh;
    }

    .main {
        display: flex;
        flex-direction: column;


        padding: 0 15px;
        max-width: 100%;
        margin: 0 auto;

    }

    .partners-tournament-header {
        width: 100%;
    }

    .tables-container {
        flex-direction: column;
        margin-top: 20px;
    }

    .main-scoring {
        width: 100%;
    }

    .desktop-tables {
        display: none;

    }

    .mobile-tables {
        display: block;
    }

    .partners {
        /*order: 1;*/
    }

    .partners-container-images {
        gap: 40px;
    }


    .partners-tournament-container {
        gap: 80px
    }

    .partners-tournament-container .partner-row {
        gap: 50px;

    }

    .partners-tournament-container .partner-row div {
        width: 42%;
        max-width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }


    .partners-tournament-container img {
        max-width: 90%;
        width: 100%;
        max-width: 150px;

        max-height: 90px;
        min-height: 40px;
        height: 100%;
    }

    .innoprom-bg-logo {
        height: 61%;
        width: 80%;
        /*border-bottom-right-radius: 0px;*/
        /*border-top-right-radius: 0px;*/

    }

    .innoprom-bg-logo {

        height: 72%;
        width: 71%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }


    .livescoring__table-heading-innoprom {
        /*margin-left: 0px;*/
        /*width: 80%;*/
        display: none;
    }


    .livescoring__table-heading-innoprom_mobile{
        display: block;
        height: 100%;
        width: 85%;
    }

    .livescoring__table-heading {
        /*justify-content: center;*/
        border-radius: 0.75em;
        overflow: visible;
        height: 86px;
    }

    .livescoring_mandala {
        display: none;
    }

    .livescoring_mandala_mobile{
        display: block;
        height: 109%;
        /* width: 15%; */
        max-width: 29%;
        position: absolute;
        right: -6px;
        top: 0px;
    }

    footer {
        /*position: fixed;*/
        padding: 0 15px;

    }
}

@media (max-width: 800px) {

    .dataTables_wrapper table tbody tr {
        height: 25px;
    }

    .header-title {
        height: 9vh;
    }

    .header {
        height: 42vh;
    }

    .partners-tournament-container .partner-row {
        gap: 40px;
    }
}

@media (max-width: 500px) {

    .dataTables_wrapper table tbody tr {
        height: 20px;
    }

    .header-title {
        height: 7vh;
    }

    .header {
        height: 39vh;
    }


}