.music__item iframe {
    max-width: 100%;
    display: block;    
	margin: 15px auto 25px;
	padding-bottom: 20px;
	/*height: 600px;
    width: 850px;
	*/
}

@media (max-width: 767.98px) {
    .music__item iframe {
        max-width: 100%;
        display: block;
        height: 150px;
    }
}

.footer .languages__list {
    display: flex;
    justify-content: center;
    margin-bottom: 43px;
}
.footer .languages__list-item{
    margin-right: 15px;
}
.footer .languages__list-item:last-child{
    margin-right: 0;
}

.footer .languages__link {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.footer .wpml-ls-current-language .languages__link{
    color: #A91717;
}

.header__menus {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.header__menus-link {
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #A91717;


}
.header__menus-item {
    list-style: none;
    margin-right: 30px;
}
.gallery__text {
    font-size: 59px;
    line-height: 68px;
    font-weight: 700;
    color: #EDE0D8;
    padding: 30px 0;
}


.gallery__list {
    display: grid;
    grid-template-columns: 340px 340px 1fr;
    gap: 15px;
}

.gallery__list-item:nth-child(3) {
    grid-row: span 2;
}

.gallery__list-item:nth-child(4) {
    grid-column: span 2;
}

.gallery__list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery .teams__box {
    margin-bottom: 40px;
}
@media (max-width: 1200px) {
    .gallery__text {
        font-size: 25px;
        line-height: 30px;
    }
    .gallery__list {
        gap: 5px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .gallery .teams__box {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .header__menus {
        display: none;
    }
}

@media (max-width: 540.98px) {
    .gallery__text {
        font-size: 25px;
        line-height: 30px;
    }
    .gallery__list {
        gap: 5px;
        grid-template-columns: 94px 94px 1fr;
    }
    .gallery__box {
        gap: 5px!important;
    }
}



.menu__body .languages__list {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}
.menu__body .languages__list-item {
    margin-right: 5px;

}
.menu__body .languages__link {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000;
}

.menu__body .languages__list-item.wpml-ls-current-language .languages__link{
    color: rgba(255, 255, 255, 0.5);
}


.page-template-form .header__menus {
    display:none;
}
.page-template-form .header__menu {
    display:none;
}
.page-template-form .menu-item {
    margin-right:10px;
    
}
.page-template-form .menu-item {
    margin-right:10px;
    
}

.page-template-form .menu-item {
    margin-right:10px;
    
}
@media(min-width:767.98px) {
.page-template-form .languages__list {
        position: absolute;
    right: 0;
    top: 0;
    display: none;
}
}

@media(max-width:767px) {
    .page-template-form .languages__list {
        display: none;
    text-align: right;
    margin-top: 20px;
}



