﻿.map_top {
    background: #f6be51;
    font-size: 1.7vw;
    font-weight: 500;
    height: 3vw;
    line-height: 60px;
    text-transform: none;
    padding: 0 15px;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2vw;
}

.md_toggle_btn {
    position: relative;
}

.tb_ico {
    width: 1vw;
    height: 0.5vw;
    background: url(../images/yearResults/ico25_w.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 1vw;
    top: 50%;
    margin-top: -0.1vw;
    transform: rotate(180deg);
}

.active .tb_ico {
    transform: rotate(0deg);
}

.mbd_toggle_block {
    background: linear-gradient(180deg, rgba(32, 32, 32, 0.9) 12.33%, rgba(98, 81, 45, 0.806457) 84.7%, rgba(224, 175, 71, 0.63) 136.54%);
    padding: 1vw;
    color: #fff;
    display: none;
}

.ib_dop_text {
    font-size: 1.2vw;
    font-weight: 500;
    color: #FDC240;
    margin-bottom: 0.8vw;
    text-align: center;
}

.ib_dop_text span {
    color: #fff;
    font-size: 0.9vw;
    font-weight: 500;
    margin-right: 10px;
}

.dop_itog__container {
    align-items: center;
    justify-content: space-around;
}

.dop_itog_block {
    flex: 1;
    text-align: center;
}

.dop_itog_block p {
    font-size: 0.9vw;
    font-weight: 500;
    line-height: 110%;
}

.dop_itog_block p span {
    display: block;
    color: #FDC240;
    font-size: 1.1vw;
    margin-bottom: 0.4vw;
}

/*.itog_line {*/
/*    margin-bottom: 25px;*/
/*}*/

.itog_block {
    width: 33.333%;
    text-align: center;
}

.ib_img {
    /*height: 80px;*/
    margin: 1.3vw 0 0.3vw 0;
}

.ib_img img {
    width: 90%;
}

.ib_title {
    color: #fff;
    font-size: 0.7vw;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.ib_text {
    font-size: 0.8vw;
    font-weight: 500;
    margin-bottom: 0.4vw;
    line-height: 110%;
}

.ib_text span {
    color: #FDC240;
}

.map_years_wp {
    background: #353535;
    width: 100%;
    padding: 20px 32px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map_years_wp img {
    margin-bottom: 5px;
    cursor: pointer;
    z-index: 10;
}

.map_years_cont_wp {
    width: 100%;
}

.map_years_cont {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    /*gap: 24px;*/
    list-style: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.map_year {
    /*height: 29px;*/
    /*width: 3.1vw;*/
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1.3vw;
    cursor: pointer;
    position: relative;
}

.map_year.active {
    font-weight: 700;
}

.map_year.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1vw;
    border-radius: 1vw;
    background: #FFFFFF;
}

.map_years_wp img {
    margin-bottom: 5px;
    cursor: pointer;
    z-index: 10;
    width: 1.2vw;
}