.person_docs .owl-dot{
    margin: 0 !important;
    flex: 0 0 auto !important;
}
.person_docs .owl-dots{
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    display: flex !important;
}

.costum_table tr {
    font-size: 50px;
}

.costum_table td {
    text-align: left;
}

.callback_kurs {
   font-size: 18px;
   background-color: #e000b0;
   padding: 10px 20px;
   color: #fff !important;
   text-decoration: none !important;
   border-radius: 5px;
   display: inline-block;
}
table tbody tr {
    transition: all 0.3s;
}
table tbody tr:hover {
    background: #ffedfc !important;
}

table tbody td {
    border-radius: 0 !important;
}



/* section medals */
.sec-medals {
    padding: 50px 0;
}

.sec-medals_pt-0 {
    padding-top: 0;
}

.sec-medals__header {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.sec-medals__header figure {
    margin: 0;
    margin-left: 20px;
    font-size: 0;
}

.sec-medals__title {
    margin: 0;
    width: auto;
}

.sec-medals__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-bottom: 150px;
}

.sec-medals__col {
    position: relative;
    width: calc(25% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
}

.sec-medals__col .block-medal {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.block-medal {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    background: #fff;
    max-width: 300px;
    width: 100%;
    text-align: center;
    border: 1px solid #fff;
    transition: all 0.3s;
    box-sizing: border-box;
}

.block-medal:hover {
    border-color: #c7d1df;
    padding: 15px;
    transform: translate(-15px, -15px);
}

.block-medal:hover .block-medal__text {
    display: block;
}

.block-medal__fig {
    position: relative;
    display: block;
    margin: 0;
    background-color: #f3f6fa;
    border-radius: 8px;
    width: 100%;
    min-width: 150px;
    height: 130px;
    text-align: center;
}

.block-medal__pic {
    display: block;
}

.block-medal__img {
    margin-top: -5px;
    max-width: 100%;
    height: auto;
}

.block-medal__text {
    display: none;
    position: absolute;
    top: calc(100% - 20px);
    left: -1px;
    z-index: 2;
    background-color: #fff;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #c7d1df;
    border-top: 0;
    width: calc(100% - 30px);
}

.block-medal__title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #313131;
    line-height: 1.3;
}

.block-medal__more {
    display: block;
    margin-top: 5px;
    text-decoration: underline;
}


.person_rating {
    margin-bottom: 40px;
}

.block-rating-info {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    background: #FFFFFF;
    padding: 5px 21px;
    border-radius: 90px;
}

.block-rating-info__logo {
    margin: 0;
    font-size: 0;
    margin-right: 6.5px;
}

.block-rating-info__logo img {
    margin: 0 !important;
    width: 25px;
    height: auto;
}

.block-rating-info__val {
    font-size: 16px;
    font-weight: 700;
    color: #1E1F25;
    margin-right: 6.5px;
}

.block-rating-info__stars {
    margin: 0;
    font-size: 0;
    margin-right: 6.5px;
}

.block-rating-info__stars img {
    margin: 0 !important;
    width: auto;
    max-height: 14px;
}

.block-rating-info__link {
    color: #F27C3D;
    font-size: 16px;
}

.block-rating-info__link a {
    color: #F27C3D;
}

.gallery-video-slide.gallery-video-slide--alt {
    position: relative;
}

.video-play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #fff;
    z-index: 1;
    cursor: pointer;
    transition: .5s ease;
    transition-property: opacity, visibility, box-shadow;
}
.video-play::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 21px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-color: #fff;
    border-right-width: 0;
    transition: .5s ease;
}
.gallery-video-slide__video {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.video_block {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-evenly;
    margin-bottom: 10vw;
}

@media screen and (max-width: 768px) {
    .sec-medals__list {
        padding-bottom: 0;
    }

    .sec-medals__col {
        width: calc(50% - 20px);
    }
    
    .sec-medals__col .block-medal {
        position: relative;
    }
    
    .block-medal {
        border-color: #c7d1df;
        padding: 10px;
        transform: none;
    }
    
    .block-medal:hover {
        padding: 10px;
        transform: none;
    }
    
    .block-medal__fig {
        min-width: 50px;
    }
    
    .block-medal__text {
        display: block;
        position: static;
        border: 0;
        padding: 0;
        padding-top: 10px;
    }


    .person_rating {
        margin-top: 0;
        margin-bottom: 10px;
    }
    
    .block-rating-info__val {
        font-size: 12px;
    }
    
    .block-rating-info__link {
        font-size: 12px;
    }

}

@media screen and (max-width: 480px) {
    .sec-medals__header {
        margin-bottom: 20px;
    }
    
    .sec-medals__header h2, .sec-medals__header .h2_style {
        margin: 0 !important;
    }

    .sec-medals__list {
        margin: 0;
    }

    .sec-medals__col {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    
    .block-medal {
        max-width: 100%;
    }
    
    .person_rating.block-rating-info {
        background: #f2f2f2;
    }
    
    .person_banner .person_name {
        color: #ffffff;
        font-size: 22px !important;
    }
}