.section__line-up {
    width: 100%;
    max-width: 100%;
    /*max-width: 1400px;*/
    margin: auto;
	padding: 120px 0;
}

.section__map {
	width: 100%;
    max-width: 100%;
    /*max-width: 1400px;*/
    margin: auto;
	padding: 120px 0 0;
}

.slu__1 {
	padding: 120px 0 30px!important;
}

.slu__2 {
	padding: 30px 0 120px!important;
}

.mdr__mp__section__title__small {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #5a5d83;
    margin: 70px auto;
    text-align: center;
}

.mdr__lu__line-up__items {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mdr__lu__line-up__item {
    width: 100%;
    border-bottom: 1px solid #5a5d83;
}

.mdr__lu__line-up__item__content {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 17px 143px 17px 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mdr__lu__line-up__side__left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mdr__lu__line-up__side__left img {
    width: 140px;
    height: 140px;
    border-radius: 100%;
}

.mdr__lu__line-up__name {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    text-transform: uppercase;
    color: #5a5d83;
}

.mdr__lu__line-up__side__right,
.mdr__lu__line-up__buttons {
    width: 100%;
    max-width: 553px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mdr__lu__line-up__time {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #5a5d83;
}

.mdr__lu__line-up__buttons {
    width: 100%;
    max-width: 290px;
}

.mdr__lu__line-up__button {
    border: 2px solid #5a5d83;
    border-radius: 30px;
    width: 120px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5a5d83;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    color: #fff;
}

.mdr__lu__line-up__button:hover {
    background: #fff;
    color: #5a5d83;
}

.mdr__lu__line-up__link {
    border: 2px solid #000;
    border-radius: 30px;
    width: 154px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #000;

    display: flex;
    align-items: center;
}

.mdr__lu__line-up__link img {
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

/*-----POPUP-----*/
.popup {
    display: none; /* Скрываем popup по умолчанию */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7); /* Полупрозрачный фон */
}

.popup-content {
    background: #faf9f7;
    margin: 5% auto;
    width: 100%;
    max-width: 780px;
    padding: 23px 40px 40px 40px;
    position: relative;
}

.close {
    color: #aaa;
    float: right;
    font-size: 31px;
    font-weight: bold;
    position: absolute;
    top: 12px;
    right: 12px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/*-----POPUP-----*/
.mdr__lu__line-up__popup__content {
    display: flex;
    flex-direction: column;
}

.mdr__lu__line-up__popup__content img {
    width: 100%;
    max-width: 700px;
    height: auto;
    border-radius: 45.14px;
}

.mdr__lu__line-up__popup__name {
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 40px;
    line-height: 123%;
    text-transform: uppercase;
    color: #5a5d83;
    margin: 63px 0 22px;
}

.mdr__lu__line-up__popup__text,
.mdr__lu__line-up__popup__text ul li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0f172a;
}

.mdr__lu__line-up__popup__content ul li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0f172a;
}



@media(max-width: 1290px) and (min-width: 1180px) {
    .mdr__lu__line-up__side__right {
        width: 100%;
        max-width: 445px;
    }
}

@media(max-width: 1179px) and (min-width: 590px) {
    .mdr__lu__line-up__item__content {
        flex-direction: column;
        padding: 17px;
        gap: 24px;
    }

    .mdr__lu__line-up__side__left {
        width: 100%;
        max-width: 553px;
    }
}

@media(max-width: 589px) and (min-width: 320px) {
    .mdr__lu__line-up__item__content {
        flex-direction: column;
        align-items: flex-start;
        padding: 17px 10px;
        gap: 24px;
    }



    .mdr__lu__line-up__side__right {
        flex-direction: column;
        gap: 24px;
    }

    .mdr__lu__line-up__name {
        font-size: 24px;
    }

    .mdr__lu__line-up__time {
        font-size: 21px;
    }

    /*----POPUP----*/
    .popup-content {
        width: 96%;
        margin: 21% auto;
        padding: 25px 10px 20px 10px;
    }

    .mdr__lu__line-up__popup__text {
        font-size: 14px;
    }

    .mdr__lu__line-up__popup__name {
        font-size: 29px;
    }

    .close {
        top: 5px;
        right: 5px;
    }
}


.block__map-pc,
.block__map-mob {
	width: 290px;
	height: 290px;
	border-radius: 100%;
	margin: 60px auto 0;
	display: block;
    border: 5px solid #202221;
	background-image: url('../img/small-map.png');
	background-repeat: no-repeat;
    background-position: center;
	background-size: 250%;
}

.block__map:hover {
	opacity: 0.75;
}

.block__map img {
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
    .block__map-mob {
        display: none;
    }
    
}

@media (max-width: 767px) {
    .block__map-mob {
        display: block;
    }

    .block__map-pc {
        display: none;
    }
    
}