.logo img {
    width: 100%;
}

.player-of-week {
    position: relative;
    height: 150px;
    overflow: hidden;
    background-color: #00a2ff;
}

.player-of-week:hover {
    cursor: pointer;
}

.level-buttons-div {
    text-align: left;
}

.level-selected {
    background-color: #00a2ff !important;
}

.winners-div img {

}

.player-of-week img {
    position: absolute;
    width: 70%;
    left: -20px;
    bottom: 0;
}

.player-gradient-big {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
}

.player-of-week-name, .player-of-week-stat {
    position: absolute;
    max-width: 100%;
    z-index: 20;
    right: 6px;
    text-align: right;
    float: right;
    display: block;
}

.player-of-week-name {
    top: 15px;
}

.player-of-week-stat {
    bottom: 10px;
}

.player-of-week-name h5, .player-of-week-stat h5 {
    margin: 0;
    font-size: 18px !important;
    line-height: 12px;
}

.player-of-week-name span, .player-of-week-stat span {
    font-size: 10px;
    color: #fff;
}

.selected-button {

}

.ranking-box {
    background-color: #fff;
    overflow: hidden;
    color: #87a3bf !important;
}

.ranking-list {
    width: 100%;
}

.ranking-list a div {
    /*padding-left: 25px;*/
    margin-bottom: 0;
    font-size: 12px;
}

.ranking-list a div {
    white-space: nowrap;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

.ranking-list a {
    color: #154166 !important;
}

.ranking-list a div span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
    display: inline-block;
    position: relative;
    top: 2px;
    font-weight: 600;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.ranking-list a div span:hover {
    color: #b8c4c7 !important;
}

.ranking-list a div img {
    width: 12px;
    margin: 0 5px;
    position: relative;
    bottom: 3px;
}

.head-to-head-body {
    overflow: hidden;
    overflow-x: auto;
}

.head-to-head-body table {
    width: 100%;
    table-layout: fixed;
    overflow-wrap: break-word;
}

.divs-header {
    text-transform: uppercase;
    color: rgba(53, 53, 53, .75) !important;
    font-size: 12px;
    font-weight: 600;
}

.divs-header-big {
    text-transform: uppercase;
    color: rgba(53, 53, 53, .75);
    font-size: 18px;
    font-weight: 600;
}

.event-prestige-block {
    top: -28px;
    right: 3px;
    text-align: right;
    display: inline-block;
}

.event-prestige-block div {
    text-align: right;
    display: inline-block;
}

.event-prestige-block div svg {
    height: 15px !important;
    width: 15px !important;
}

.ranking-order-number {
    margin-left: 9px;
    font-size: 14px;
}

.complete-ranking {
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    padding: 12px 0;
}

.complete-ranking:hover {
    color: #fff !important;
    background-color: #1f5582;
}

.side-gallery-pic {
    background-color: rgba(45, 56, 68, .35);
    position: relative;
    margin-bottom: 10px;
}

.side-gallery-pic img {
    width: 100%;
    object-fit: cover;
}

.gallery-div {
    background-color: rgba(45, 56, 68, .35);
    position: relative;
    margin-bottom: 10px;
}

.item-other-photo-div {
    background-color: rgb(235 235 235 / 10%);
    position: relative;
    margin-bottom: 10px;
    margin-right: 5px;
}

.item-main-photo-div {
    background-color: rgb(235 235 235 / 10%);
    position: relative;
    margin-bottom: 10px;
    margin-right: 5px;
}

.gallery-div img {
    width: 100%;
    object-fit: cover;
    cursor: zoom-in;
}

.item-other-photo-div img {
    width: 100%;
    object-fit: contain;
    cursor: zoom-in;
}

.item-main-photo-div img {
    width: 100%;
    object-fit: contain;
    cursor: zoom-in;
}

.photo-description {
    background-color: #ffffff;
    color: #353535;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    padding: 0 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.photo-description:hover {
    color: #87a3bf;
}

.side-1-result {
    padding: 6px;
    font-size: 10px;
}

.side-result-league {
    white-space: nowrap;
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid rgba(60, 74, 88, 0.25);
    color: #00a2ff !important;
    font-weight: bold;
}

.side-result-league:hover {

}

.side-result-player {
    font-size: 12px;
    max-width: 80%;
}

.side-result div {
    display: inline-block;
    line-height: 14px;
    margin: 4px 0;
}

.side-result-point {
    float: right;
    font-size: 14px;
}

.side-next-match {
    padding: 10px;
    --bs-gutter-x: 0 !important;
    font-size: 12px;
    font-weight: 600;

}

.side-next-match div {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;

}

@media only screen and (max-width: 768px) {
    .player-of-week {
        width: 48% !important;
        display: inline-block;
        margin: 0% 2% 2% 2%;
    }

    .logo {
        width: 48% !important;
        display: inline-block;
        float: left;
    }
}


.active-league-block-header {
    --bs-gutter-x: 0;
}

.active-league-block-header div img {
    width: 100%;
    padding: 10%;
}

.active-league-block-header div:first-child {
    width: 12%;
}

.active-league-block-header div:last-child {
    width: 88%;
    line-height: 50px;
}

.league-img-box {
    width: 100%;
}

.league-img-box img {
    width: 100%;
    /*height: 150px;*/
    object-fit: cover;
}

.match-box {
    padding: 0 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 46px;
    display: flex;
    align-content: center;
    align-items: center;
}

.no-info div:first-child {
    border-radius: 5px;
    overflow: hidden;
}

.match-box div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.match-box .col-3:nth-child(3) {
    border-left: 1px dashed black;
}

.match-box .col-3 {
    border-right: 1px dashed #3c4a58;
}

.match-box .col-3:first-child div {
    text-align: right;
}

.match-box .col-3:nth-child(3) div {
    text-align: left;
}

.match-box div:last-child {
    border: none !important;
}

.match-box .col-2 {
    text-align: center;
    font-size: 12px;
}

.match-box:nth-child(2n+2) {
    background-color: #22282f !important;
}

.tournament-block {
    border-radius: 5px;
}

.match-players-box {
    border-radius: 5px;
}

.post-header {
    padding: 6px 12px;
}

.post-body {
    padding: 6px 8px;

}

.post-body img {
    cursor: zoom-in;
    width: 100% !important;
}

.bs-gutter-0 {
    --bs-gutter-x: 0 !important;
}

.post-body * {
    max-width: 100%;
}

.match-player-box {
    text-align: center;
    position: relative;
}

.match-player-box * {
    display: block;
    text-align: center;
}

.match-info * {
    text-align: center;
}

.match-player-para-image {
    position: absolute;
    left: 50%;
    top: 0;
}

.match-player-para2-image {
    position: absolute;
    right: 30%;
    top: 0;
}

.match-player-2-image {
    position: relative;
    left: 35px !important;
}

.team-match-match-player1 {
    text-align: right;
}

.team-match-match-player2 {
    text-align: left;
}

.match-player-image-div {
    position: relative;
    right: 10px;
    width: 100%;
}

.match-player-para-image-div {
    position: absolute;
    top: 0;
    left: 30px;
    width: 100%;
}

.go-to-profile {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
}

.go-to-profile div {
    display: inline-block;
    padding: 4px 5px;
    border-radius: 5px;
    font-size: 12px;
}

.match-player-image-div img {
    width: 80%;
    margin: auto;
    object-fit: contain;
}

.match-info .match-hour {
    font-size: 26px;
    font-weight: 700;
    max-width: 100%;
}

.match-info .match-stage {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center !important;
}

.match-info .match-prestige {
    bottom: -20px;
    left: 0;
    display: block;
    width: 100%;
    text-align: center !important;
}

.match-info .match-prestige > div {
    display: inline-block;
    padding: 1px 8px;
}

.match-box .match-islive {
    top: 0;
    left: 0;
    display: block;
    text-align: center !important;
    width: 100%;
    line-height: 10px;
}

.team-match-box .match-islive {
    top: 0;
    left: 0;
    display: block;
    text-align: center !important;
    width: 100%;
    line-height: 10px;
}

.match-box-stage {
    top: 0;
    right: 0;
    display: inline-block;
    line-height: 10px;
    padding: 1px 6px;
    width: auto;
    font-weight: 400;
}


.is-team-match {
    bottom: 0;
    right: 0;
    display: inline-block;
    line-height: 10px;
    padding: 1px 6px;
    width: auto;
    font-weight: 400;
}

.match-box .match-hasvideo {
    bottom: -1px;
    left: 0;
    display: block;
    text-align: center !important;
    width: 100%;
    line-height: 10px;
}

.team-match-box .match-hasvideo {
    bottom: -1px;
    left: 0;
    display: block;
    text-align: center !important;
    width: 100%;
    line-height: 10px;
}

.team-match-box .col-2 {
    text-align: center !important;
}

.match-box .col-2 {
    text-align: center !important;
}

.match-box .match-islive div {
    display: inline-block;
    padding: 1px 6px;
}

.team-match-box .match-islive div {
    display: inline-block;
    padding: 1px 6px;
}

.match-box .match-hasvideo div {
    display: inline-block;
    padding: 1px 6px;
}


.team-match-box .match-hasvideo div {
    display: inline-block;
    padding: 1px 6px;
}

.match-info .match-stage div {
    display: inline-block;
    padding: 2px 10px;
}

.match-info .match-date {
    font-size: 14px;
    font-weight: bold;
}

.match-info .match-tournament {

}

.match-info .match-status {
    font-size: 18px;
    font-weight: 700;
    max-width: 100%;
}

.match-score {
    font-size: 28px;
    font-weight: bold;
}

.match-player-score {
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
}

.youtube-script-div {

}

.youtube-script-div iframe {
    width: 100% !important;
}

.match-player-image {

}

.match-player-image img {
    width: 90%;
    border-right: 1px solid #3c4a58;
}

.title-with-photo {

}

.title-with-photo * {
    display: inline-block;
    line-height: 30px;
}

.title-with-photo img {
    max-height: 30px;
    float: left;
}

.title-with-photo div {
    line-height: 30px;
    margin-left: 10px;
    font-size: 12px;
    width: 60%;
}

.head-to-head-header {
    padding: 15px 5px;
}

.head-to-head-wins .wins-count {
    display: inline-block;
    width: 47%;
}

.head-to-head-wins .wins-count:first-child {
    border-right: 1px solid #3c4a58;
}

.head-to-head-wins .wins-count div {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

#head-to-head-matches tr td {
    border: 1px solid #d4d4d4;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}

.head-to-head-matches {
    max-width: 100%;
}


#head-to-head-matches tr:nth-child(2n+2) {
    background-color: #ededef;
}


#head-to-head-matches tr td:nth-child(5) {
    min-width: 42px;
}

.rank-box {
    line-height: 50px;
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;
}

.rank-stats {
    text-align: center;
}

.rank-increment {
    position: absolute;
    left: -5px;
    bottom: -5px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 10px;
    line-height: 15px;
    width: auto !important;
    padding: 2px 6px !important;
}

.player-activity {
    position: absolute;
    left: -5px;
    top: -5px;
    font-size: 9px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 15px;
    width: auto !important;
    padding: 0px 5px !important;
}

.red-increment {
    background: darkred;
    color: white;
}

.deactivated {
    background: rgba(52, 52, 52, 0.82);
    color: white;
}

.green-increment {
    background: darkgreen;
    color: white;
}

.recalculated {
    background: #b05000;
    color: white;
}

.rank-picture {

}

.rank-picture img {
    max-width: 100%;
    max-height: 56px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.rank-position {

}

.player-block {
    border-bottom: 4px solid #00a2ff;
}

.player-block-picture img {
    padding: 0 5%;
    max-height: 100%;
    margin: auto;
    display: block;
    bottom: 0;
    position: absolute;
}

.player-block-info .name-div {
    line-height: 60px;
    position: relative;
    top: 15px;
}

.match-player-name {
    display: block;
    margin-bottom: 10px;
}

.player-info {
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 28px 28px 28px 28px 28px 28px;
    grid-template-rows: 28px 28px 28px 28px 28px 28px;
    grid-template-areas:
        "age age age"
        "rank rank rank"
        "country country country"
        "wins wins wins"
        "loses loses loses"
        "trophies-count trophies-count trophies-count";
    grid-area: player-info;
}

.player-info div {
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-self: center;
    justify-content: space-between;
    width: 100%;
}

.player-info .age {
    grid-area: age;
}

.player-info .rank {
    grid-area: rank;

}

.player-info .country {
    grid-area: country;

}

.player-info .trophies-count {
    grid-area: trophies-count;

}

.player-info .wins {
    grid-area: wins;

}

.player-info .loses {
    grid-area: loses;

}

.player-block .social-links {
    top: 5px;
    right: 0px;
    display: inline-block;
    width: auto;
}

.player-block .social-links img {
    max-height: 25px;
    max-width: 25px;
    border-radius: 50%;
    overflow: hidden;
    transition: transform 1s; /* Animation */
}

.player-block .social-links img:hover {
    /*transform: scale(1.4);*/
    transform: rotate(360deg);
}

.tournament-head-info {

}

.tournament-head-info div {
    line-height: 50px;
}

.tournament-wallpaper img {
    object-fit: cover;
    width: 100%;
}

.tournament-player-count span,
.tournament-prize-pool span,
.tournament-start-date span,
.tournament-end-date span {
    display: block;
    line-height: 25px;
    text-align: center;
    color: #353535 !important;
    font-weight: 500;
}

.tournament-players-div {
    column-count: 3;
    column-gap: 5px;
}

.tournament-players .tournament-player:first-child {
    margin-top: 0 !important;
}

.tournament-player {
    margin: 5px 0;
    line-height: 35px;
    padding: 0 10px;
}

.ranking-page-list a:first-child .rank-box {
    background: #FFD700 !important;
}

.ranking-page-list a:nth-child(2) .rank-box {
    background: #C0C0C0 !important;
}

.ranking-page-list a:nth-child(3) .rank-box {
    background: #dca570 !important;
}

.ranking-page-list a:nth-child(-n+10) .rank-box {
    border: 1px solid gold !important;
}

.ranking-page-list a:nth-child(-n+25) .rank-box {
    border: 1px solid #009688;
}

.winners-div .first-place {
    background: #FFD700;
    background: -webkit-radial-gradient(ellipse farthest-corner at top center, #FFD700 0%, #FFFFFF 60%);
    background: -moz-radial-gradient(ellipse farthest-corner at top center, #FFD700 0%, #FFFFFF 60%);
    background: radial-gradient(ellipse farthest-corner at top center, #FFD700 0%, #FFFFFF 70%);
}

.winners-div .second-place {
    background: #C0C0C0;
    background: -webkit-radial-gradient(ellipse farthest-corner at top center, #C0C0C0 0%, #FFFFFF 60%);
    background: -moz-radial-gradient(ellipse farthest-corner at top center, #C0C0C0 0%, #FFFFFF 60%);
    background: radial-gradient(ellipse farthest-corner at top center, #C0C0C0 0%, #FFFFFF 70%);
}

.winners-div .third-place {
    background: #dca570;
    background: -webkit-radial-gradient(ellipse farthest-corner at top center, #dca570 0%, #FFFFFF 60%);
    background: -moz-radial-gradient(ellipse farthest-corner at top center, #dca570 0%, #FFFFFF 60%);
    background: radial-gradient(ellipse farthest-corner at top center, #dca570 0%, #FFFFFF 70%);
}

.winners-div .profile-link {
    /*bottom: 5px;*/
    text-align: center;
    margin: auto;
    padding: 0 8px;
    border-radius: 3px;
}

.winners-div .col-2 {
    padding: 0 !important;
}

.winners-div .col-2 .go-to-profile {
    text-align: center;
}

.tabs-div .center {
    /*margin: 0 5px 0 0;*/
    cursor: pointer;
    margin: 0 !important;
    padding: 0 !important;
}

.tabs-div div a div {
    margin: 0 5px 0 0;
    cursor: pointer;
    padding: 25px 0;
}

.tabs-div div:last-child a div {
    margin: 0;
}

.photos-block div {
    padding: 0 !important;
}

.photos-block div:nth-child(2n+1) .gallery-div {
    margin-right: 5px;
}

.photos-block {

}

.not-found-page {
    text-align: center;
}

.not-found-div {
    font-size: 144px;
    line-height: 55vh;
}

.page-not-found-div {
    font-size: 20px;
}

.post-body p {
    margin-bottom: 0 !important;
}

.location-div {
    padding: 10px 5px;
}

.pin-div img {
    width: 60px;
}

.location .location-name {
    display: block;
    line-height: 35px;
    font-weight: 600;
}

.location .address {
    display: block;
    line-height: 20px;
}

.g-maps {
    margin-top: 10px;
}

.g-maps iframe {
    width: 100% !important;
    max-height: 250px !important;
}

.g-maps img {
    width: 100% !important;
    max-height: 200px !important;
    object-fit: cover;
}


/* GALLERY */
.full-image-hidden {
    display: none !important;
}

#full-image-div {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(97, 98, 99, 0.35);
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

#full-image-div .before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.full-image-inner-div {
    padding: 5px;
    background: #fff;
    position: relative;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
}

.full-image-inner-div img {
    max-width: 90vw;
    max-height: 90vh;
    cursor: default;
}

.full-image-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    overflow: hidden;
    z-index: 10000;
}

.full-image-close svg {
    width: 100%;
    height: 100%;
    cursor: pointer !important;
}

@media only screen and (max-width: 500px) {
    .player-block-info .name-div {
        font-size: 15px !important;
    }

}


.input-div {
    margin: 5px 0;
}

.input-div input, .input-div span {
    display: block;
    width: 100%;
}

.input-div span {
    font-size: 12px;
}

.main-button {
    border-radius: 5px;
    overflow: hidden;
    border: none;
    margin: 10px 0;
    padding: 5px;
}

#candidate-form .main-button {
    /*margin: 0 8px;*/
}

.join-div {
    padding: 10px 15px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.pin-div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: space-around;
}

.ranking-external-info {
    font-family: Open Sans, sans-serif;
    color: #353535 !important;
}

.ranking-external-info p {
    font-size: 14px;
    display: inline-block;
}

.ranking-external-info h3 {
    font-weight: 600;
}

.additional-buttons-div {
    text-align: center;
}

.additional-nav-button {
    display: inline-block;
    padding: 5px 8px;
    font-size: 16px;
    background: #0077b5;
    color: white;
}


.post-header-name {
    vertical-align: middle;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}


.team-match-box {
    font-size: 14px !important;
    font-weight: 500;
    margin-bottom: 10px;
}

.team-match-main {
    line-height: 55px;
    cursor: pointer;
}

.team-matches-matches-box {

}

.child-matches-group > div:first-child a .team-matches-match {
    border-top: black dashed 1px;
}

.child-matches-group > div:last-child .team-matches-match {
    border-top: none !important;
}

.team-matches-match .col-2 {

}

.team-matches-match {
    line-height: 40px;
    border-bottom: black dashed 1px;
    display: flex;
    align-items: center;
}

.team-match-main > div {
    border-right: 1px solid black;
}

.team-match-main > div:nth-child(4) {
    border-right: none !important;
}


.team-ranking-list {
    border-radius: 5px;
    overflow: hidden;
}

.team-ranking-list .rank-box {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.team-rank-player {
    border: 1px #a1a1a1 dashed;
    height: 42px;
    line-height: 40px;
}

.hidden-players {
    display: none;
}

.hidden-players a {
    color: #00002f;
}

.team-ranking-list .rank-box {
    cursor: pointer;
}


.player-chart-div {
    padding: 12px 10px 4px 4px;
}

.chart-box {
    width: 100%;
}

#pointChart {
    width: 100%;
}

#point-difference-button {
    cursor: pointer;
}

#rank-difference-button {
    cursor: pointer;
}


.social-wall-main {
    border-radius: 5px !important;
    overflow: hidden;
}

.social-wall-main > div {
    padding: 0 !important;
    overflow: hidden;
}

.social-wall-main a {
    width: 100%;
}

.social-wall-main img {
    width: 100%;
    transition: transform .4s;
}

.social-wall-main img:hover {
    transform: scale(1.25); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#main-add-buttons-for-mobile a div {
    width: 100%;
}

#main-add-buttons-for-mobile a{
    padding: 0!important;
}

#main-add-buttons-for-mobile .additional-nav-button {
    background-color: #00a2ff !important;
}

#reservation-images-div {
    width: 100%;
    display: inline-block;
    font-size: 0;
}

#reservation-images-div img {
    display: inline-block;
    filter: grayscale(50%);
}

.res-can-select {
    cursor: pointer;
}

.res-selected-table {
    filter: grayscale(0%) !important;
}

.res-can-select:hover {
    filter: grayscale(15%) !important;
}

.res-busy {
    filter: grayscale(100%) !important;
}

#res-image-1, #res-image-3 {
    width: 38.8%;
}

#res-image-2, #res-image-4 {
    width: 35.5%;
}

#res-image-e, #res-image-t {
    width: 25.6%;
}

#res-image-c {
    width: 100%;
}

#select-table-notifier {
    font-size: 14px !important;
    display: none;
    width: 100%;
    color: red;
}

.item-badges{
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 100;
}

.item-badges .left-badges{
    width: 90%;
    position: absolute;
    left: 0;
    top: 10px;
}

.item-badges .right-badges{
    width: 70%;
    position: absolute;
    right: 0;
    top: 0;
}

.right-badges .relative{
    width: 100%;
    text-align: right;
    top: 8px;
    right: 8px;
}

.right-badges .relative img{
    width: 40%!important;
}

.right-down-badges{
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.right-down-badges .relative{
    width: 100%;
    text-align: right;
}

.right-down-badges .relative img{
    width: 40%!important;
    margin-bottom: 8px;
    margin-right: 8px;
}

.item-badges .center-badges{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.item-badges img{
    width: 100%;
}

.items-list{
    font-size: 0!important;
}

.item-main-block{
    display: inline-block;
    padding: 5px;
}

.item-block{
    display: inline-block;
    width: 100%;
    background-color: #fff;
    transition: box-shadow 0.3s;
    position: relative;
    padding: 10px;
}

.item-block a{
    width: 100%;
}

.item-block:hover{
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 35%);
}

.item-block img{
    padding-bottom: 5px;
    width: 100%;
    object-fit: cover;
}

.item-block-title{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #505050;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.item-block-price-list{
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.item-block-price-new{
    display: inline-block;
    white-space: nowrap;
    font-size: 16px !important;
    color: #008600;

    font-weight: bold;
}

.item-block-price-old{
    display: inline-block;
    white-space: nowrap;
    font-size: 14px !important;
    margin-left: 5px;
    text-decoration: line-through;
    color: #732727;
}



#fields {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    box-shadow: 2px 2px 5px 0 rgb(50 50 50 / 40%);
}

#fields td, #fields th {
    border: 1px solid #ddd;
    padding: 8px;
}

#fields tr:nth-child(odd){background-color: #fff;}
#fields tr:nth-child(even){    background-color: rgb(235 235 235 / 10%);}

#fields tr:hover {background-color: #ddd;}

#fields th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #00a2ff;
    color: white;
}


.order-inner-div{
    background: url(/assets/img/items/order-back.jpg) no-repeat 0;
    background-size: cover;
    background-position: top;
    font-size: 0;
    padding: 12px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.order-inner-div button{
    width: 100%;
}

.order-inner-div>div{
    display: inline-block;
}

.order-left p{
    font-size: 16px!important;
    color: #fff;
}

.order-left h1{
    color: #fff;
}

.order-left{

}


.prices-and-contacts-div{
    width: 100%;
    font-size: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.prices-and-contacts-div div{
    display: inline-block;
}

.phone-div, .email-div{
    display: inline-block;
    font-size: 20px;
    padding: 14px 5px;
}

.new-price{
    font-size: 28px;
    font-weight: bold;
    color: green!important;
}

.old-price{
    font-size: 18px !important;
    margin-left: 5px;
    text-decoration: line-through;
    color: #732727;
    font-weight: 500;
}

.phone-header, .email-header{
    font-size: 14px;
}

.phone-email{
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border-radius: 5px;
    overflow: hidden;

}

.phone-p, .email-p{
    font-size: 20px;
    font-weight: bold;
    color: green!important;
    height: 36px;
}

.item-photos{
    font-size: 0;
    display: flex;
    margin: 0;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
}
.item-photos .photos-block{
    padding-left: 10px;
}

.item-photos>div{
    display: inline-block;
    margin: 0;
}

.additional-photos-block{
    overflow-y: scroll;
    overflow-x: hidden!important;
}

/* width */
.additional-photos-block::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.additional-photos-block::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.additional-photos-block::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.additional-photos-block::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.item-whatsapp{
    position: fixed;
    z-index: 10000;
    bottom: 20px;
    right: 20px;
    max-width: 100px;
    width: 15vw;
}

.item-back-to-shop{
    position: fixed;
    z-index: 10000;
    bottom: 20px;
    left: 20px;
    max-width: 100px;
    width: 15vw;
}

.item-shop{
    position: fixed;
    z-index: 10000;
    bottom: 20px;
    right: 20px;
    max-width: 100px;
    width: 15vw;
}
.item-badge{
    display: inline-block;
    font-size: 12px;
    background-color: #00a2ff;
    border-radius: 5px;
    color: white;
    text-align: center;
    padding: 2px 15px;
    margin-left: 10px;
    margin-top: 5px;
    box-shadow: 2px 2px 5px 0px rgb(50 50 50 / 40%);
    /* text-shadow: 0 1px 0 rgb(0 0 0 / 50%); */
    transition: .2s ease;
}

.live-filter-block{
    width: 100%;
    font-size: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.live-filter-block>form>div:first-child{
    padding-left: 0;
}

.live-filter-block>form>div:nth-child(2){
    padding-left: 0;
}

.live-filter-block>form>div:last-child{
    padding-right: 0;
}

/*@-webkit-keyframes item-header-pulsate {*/
/*    50% {*/
/*        color: #fff;*/
/*        text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;*/
/*    }*/
/*}*/
@keyframes item-header-pulsate {
    50% {
        color: #f5f5f5!important;
        text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px rgba(255, 0, 0, 0.69), 0 0 8px #fff;
    }
}
#main-items-header a{
    color: rgba(53, 53, 53, .75);
    text-shadow: 0 -1px rgba(0,0,0,.1);
    -webkit-animation: item-header-pulsate 1.2s linear infinite;
    animation: item-header-pulsate 1.5s linear infinite;
}

.item-post{
    padding: 15px;
}

#fields td {
    padding: 6px 15px;
}

.items-filter-block{
    width: 100%;
    font-size: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.item-filter-element{
    padding: 0 5px;
    display: inline-block;
}

.item-filter-element button{
    width: 100%!important;
}

.item-filter-element p{
    font-size: 12px!important;
    margin-left: 2px;
}

.live-filter-element{
    padding: 0 5px;
    display: inline-block;
}

.live-filter-element button{
    width: 100%!important;
}

.live-filter-element p{
    font-size: 12px!important;
    margin-left: 2px;
}

.live-filter-block form{
    width: 100%;
    font-size: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.duo-additional-info{
    cursor: default;
    overflow: hidden;
    border-top: 3px solid #00a2ff;
}
.duo-additional-info a{
    color: black;
}
.duo-additional-info .results-div{
    margin: 0 0 10px 0;
    line-height: 40px;
}
.duo-additional-info .results-div div{
    margin: 0 10%;
    text-align: center;
    background-color: #00a2ff;
    color: white;
}
.duo-additional-info .name-div{
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
    line-height: 40px;
    font-size: 12px;
}

.duo-additional-info .center-stats{
    font-weight: 600;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.duo-additional-info .center-stats .stat-icon{
    text-align: right;
}

.duo-additional-info .center-stats img{
    max-height: 60px;
    padding: 10px 0;
}

.duo-additional-info .center-stats .stat-count{
    text-align: left;
}

.rank-duo-box-main{
    cursor: pointer;
}

.rank-duo-box{
}

.duo-additional-info-inner{
    display: flex;
}

.rank-duo-box-main .rank-stats{
    display: flex;
    flex-wrap: nowrap;
}

.ranking-page-list div:first-child .rank-duo-box {
    background: #FFD700 !important;
}

.ranking-page-list div:nth-child(2) .rank-duo-box {
    background: #C0C0C0 !important;
}

.ranking-page-list div:nth-child(3) .rank-duo-box {
    background: #dca570 !important;
}

.ranking-page-list div:nth-child(-n+10) .rank-duo-box {
    border: 1px solid gold !important;
}

.ranking-page-list div:nth-child(-n+25) .rank-duo-box {
    border: 1px solid #009688;
}



/* Контейнер для фоновых постеров */
.background-posters {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; /* Чтобы не блокировать клики */
    display: none; /* По умолчанию скрыто для мобильных */
}

/* Показываем только на десктопе */
@media (min-width: 1000px) {
    .background-posters {
        display: block;
    }
}

.left-poster,
.right-poster {
    position: fixed;
    top: 46px;
    height: calc(100vh - 46px);
    width: auto;
    opacity: 1;
    z-index: 1000;
}

.left-poster {
    /*left: 20px;*/
}

.right-poster {
    /*right: 20px;*/
}

/* Для больших экранов размещаем дальше от центра */
@media (min-width: 1000px) {
    .left-poster {
        left: calc((100vw - 1000px) / 2 - 6px);
        transform: translateX(-100%);
    }

    .right-poster {
        left: calc(993px + ((100vw - 1000px) / 2));
    }
}














