﻿.map_top {
    background: var(--main-color);
    font-size: 1.05vw;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    padding: 20px;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2vw;
    border-radius: 20px 20px 0 0;
    height: 2.1vw;
}

.map-inner__result-years .results-wp {
    background: rgba(12, 21, 28, 0.8);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px 20px 0 0;
}

.mb_dop_info {
    position: relative;
}

.md_toggle_btn {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.tb_ico {
    width: 1vw;
    height: 0.5vw;
    background: url(../img/map-inner/icon-arrow-toggle.svg) no-repeat;
    background-size: contain;
    transform: rotate(-180deg);
    margin-left: 0.2vw;
    margin-top: 0.2vw;
}

.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: #DCFFEC;
    display: none;
    padding-bottom: 2.5vw;
}

.ib_dop_text {
    font-size: 0.95vw;
    font-weight: 500;
    color: #45B97C;
    margin-bottom: 0.95vw;
    display: flex;
    justify-content: space-between;
    gap: 0.5vw;
}

.ib_dop_text span {
    color: #DCFFEC;
    font-size: 1.05vw;
    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.63vw;
    font-weight: 400;
    line-height: 1.2;
}

.dop_itog_block p span {
    display: block;
    color: var(--main-color);
    font-size: 0.95vw;
    font-weight: 500;
    margin-bottom: 0.5vw;
}

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

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

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

.ib_img img {
    width: 1.57vw;
}

.ib_title {
    color: #DCFFEC;
    font-size: 0.85vw;
    font-weight: 500;
    margin-bottom: 0.5vw;
}

.ib_text {
    font-size: 0.63vw;
    font-weight: 400;
    margin-bottom: 0.5vw;
    line-height: 110%;
}

.ib_text span {
    color: #45B97C;
    font-size: 0.85vw;
    font-weight: 500;
}

.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;
}

@media only screen and (max-width: 2048px) {
    .map-inner__result-years .results-wp {
        border-radius: 10px 10px 0 0;
    }

    .map_top {
        border-radius: 10px 10px 0 0;
    }
}