.marafon__message,
.slim-marafon__team-name { 
    display: flex;
    justify-content: center;
    padding: 10px;
    color: #fff;
    margin: 5px;
}
.slim-marafon {
    font-size: 15px;
}
.marafon-participate {
    padding: 5px;
}
.marafon-participate:not(.wo-popup) {
    cursor: pointer;
}
.marafon-participate__img {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.marafon-participate__img img {
    min-height: 100%;
    min-width: 100%;
}
.marafon-participate__winner,
.marafon-participate__weight,
.marafon-participate__captain {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 5px;
    color: #fff;
    height: 1.5em;
}
.p-0 {
    padding: 0 !important;
}
.marafon-participate__winner,
.marafon-participate__captain {
    font-weight: 600;
    border-radius: 100%;
}
.marafon-participate__captain {
    width: 1.5em;
    font-size: 1.1em;
    left: 5px;
}
.marafon-participate__winner {
    top: calc(10px + 1.5em);
    height: 1.6em;
    width: 1.6em;
    right: 5px;
}
.marafon-participate__weight {
    right: 5px;
    padding: 0 5px;
    border-radius: 2px;
}
.marafon-participate__name {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px;
    color: #fff;
    border-radius: 0 0 8px 8px;
    margin-bottom: 0;
}
.marafon__message {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    font-style: italic;
    font-family: 'Open Sans';
    font-weight: bold;
}
.marafon__down {
    padding: 0 5px;
}
.marafon-participate__img:not(.wo-popup):hover {
    position: relative;
}
.marafon-participate__img:not(.wo-popup)::before {
    content: '\f06e';
    font-family: "Font Awesome 5 Free";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #fff;
    font-size: 2.5vw;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .3s ease;
}
.marafon-participate__img:not(.wo-popup):hover::before {
    opacity: 1;
}



.participate-modal__close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -1em;
    top: 0;
    width: 3em;
    font-size: 2em;
    height: 1em !important;
    background: none;
    border: none;
    z-index: 999;
}
.slim-marafon-modal.visible {
    display: block;
}
.slim-marafon-modal {
    position: fixed;
    display: none;   
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.65);
}
.marafon-modal-bg{
    display: block;
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
}
.participate-modal {
    position: absolute;
    width: 450px;
    z-index: 999;
    padding-top: 20px;
    left: 50%;
    background-color: #fff;
    top: 5%;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(-50%);
}
.participate-modal__head {
    display: block;
    position: relative;
    font-size: 32px;
    padding: 20px 40px;
    background-color: #3baa19;
    color: #fff;
    margin-top: 13px;
    margin-bottom: 0;
}
.participate-modal__number {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    border: 1px solid #3baa19;
    background-color: #fff;
    color: #b7a932;
    width: 100px;
    height: 100px;
    max-width: 17.5vw;
    max-height: 17.5vw;
    border-radius: 100%;
    font-size: 50px;
    z-index: 999;
}
.participate-modal__media {
    position: relative;
    margin: 0 25px;
    cursor: pointer;
    height: 210px;
}
.participate-modal__media.playing img {
    opacity: 0;
}
.participate-modal__img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.participate-modal__media.playing .participate-modal__video {
    display: block;
    position: absolute;
    max-height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.participate-modal__play-video {
    display: block;
    position: absolute;
    background: none;
    font-size: 65px;
    color: rgba(255,255,255,0.75);
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    z-index: 999;
}
.participate-modal__play-video:focus {
    outline: none;
}
.participate-modal__video {
    display: none;
}
.participate-modal__personal {
    position: relative;
    margin-top: 0;
    background-color: #b7a932;
    padding: 15px 0 15px 40px;
    color: #fff;
    font-weight: 500;
}
.participate-modal__name {
    font-size: 30px;
    text-transform: uppercase;
}
.participate-modal__city {
    font-size: 20px;
    margin-top: 15px;
}
.participate-modal__age {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 999;
    font-size: 25px;
    width: 200px;
    height: 55px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    right: -60px;
    background-color: #3baa19;
}
.participate-modal__age.age-hidden {
    font-size: 20px;
}
.participate-modal__char {
    margin-bottom: 20px;
}
.participate-modal__char .text {
    text-align: center;
    margin-top: 10px;
    margin-left: 25%;
    margin-right: 25%;
}
.participate-modal__weight-char {
    display: block;
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    max-width: 80%;
}
@media (max-width:990px) {
    
    .marafon-participate__img::before {
        font-size: 20vw;
    }
}
@media(max-width: 700px) {
    .participate-modal {
        width: 65vw;
    }
    .participate-modal__head {
        padding: 20px 10px;
    }
    .participate-modal__personal {
        padding-left: 15px;
    }
}
@media(max-width: 500px) {
    .participate-modal {
        width: 85vw;
        transform: translateX(-52%);
    }
}