.hidden{
    display: none;
}

.wrapper-links > main{
    display: flex;
    flex-direction: column;
}

.about-inner{
    min-height: 600px;
}

.content{
    color: #000;
    position: relative;
    z-index: 3;
    min-height: 2000px;
}

.content__container{
    max-width: 1150px;
    margin: 0 auto;
    padding: 40px 30px;
    box-sizing: content-box;
    background-color: #fff;
}

.section-bg-inner{
    background-color: transparent;
    margin-top: -580px;
    position: relative;
    flex-grow: 1;
}

.section-bg-inner:after{
    content: '';
    width: 100%;
    position: absolute;
    top: 580px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
}

.header-links .menu__link{
    color: #fff;
}

.header-links .menu__link span{
    color: #ffd000;
    font-weight: 700;
}

.links-table{
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    color: #000;
}
.links-table td{
    vertical-align: top;
    padding: 20px 5px;
    border-bottom: 1px solid #f1f1f1;
}

.links-table td div{
    margin-bottom: 8px;
}

.links-table td div:last-child{
    margin-bottom: 0;
}

.links-table .links-table-links{
    text-align: right;
    width: 235px;
}

.links-table .links-table-answer{
    width: 150px;
}

.links-table .links-table-link{
    display: inline-flex;
    align-items: center;
    column-gap: 6px;
    margin-right: 20px;
    text-decoration: none;
}
.links-table .links-table-link:last-child{
    margin-right: 0;
}
.links-table .links-table-link .icon{
    line-height: 0;
}

.links-table .links-table-link-open span{
    color: #0c00ff;
    display: inline-block;
    border-bottom: 1px solid #0c00ff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1.2;
}
.links-table .links-table-link-copy span{
    color: #ffd000;
    display: inline-block;
    border-bottom: 1px dashed #ffd000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1.2;
}

.links-table .links-table-link:hover span{
    border-color: transparent;
}


.section-bg-inner .about__bg-image{
    bottom: inherit;
    top: 0;
}

.section-bg-inner .timetable__bg-image-three{
    top: 8%;
}

.section-bg-inner .timetable__bg-image-two{
    top: 35%;
}

.section-bg-inner .timetable__bg-image{
    bottom: 5%;        
}

@media (max-width: 767.89px) {
    .header._header-show .header__gradient {
        padding: 20px 0;
    }
    
    .links-table,
    .links-table tbody{
        display: block;
    }
    .links-table tr{
        display: flex;
        flex-direction: column;
        padding: 20px 0;
        border-bottom: 1px solid #808080;
        row-gap: 15px;
    }
    
    .links-table td{
        border: none;
        padding: 0;
    }
    
    .links-table .links-table-links{
        width: 100%;
        text-align: left;
    }
}
@media (max-width: 480px) {
    .map-active {
        bottom: 0;
        height: 232px;
    }
}
@media (max-width: 360px) {
    .map-active {
        height: 160px;
    }
}



.about-list__location{
    text-align: left;
}
.webp .logo{
    background-image: none;
}

.icon-list__item-ws {
    background: url(../img/icons/whatsapp-one.png) no-repeat center center / contain;
    width: 24px;
    height: 21px;
    opacity: .6;
}
.icon-list__item-ws:hover {
    opacity: 1;
}
.button__icon {
    height: auto;  
}

.icon-list__item-ws{
    width: 25px;
    height: 25px;
}

.icon-list__item{
    opacity: 1;
}
.icon-list__item:hover{
    opacity: .6 !important;
}


@media (max-width: 767px){
    .icon-list__item-ws {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 550px){
    .timetable__list{
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        flex-wrap: wrap;
        flex-direction: column;
    }    
    
    .timetable__item-time{
        font-size: 22px;
    }
    .timetable__item-title{
        font-size: 19px;
    }
    .timetable__item-text{
        font-size: 16px;
    }
    .timetable__item-time{
        width: 70px;
    }
}


@media (max-width: 620px){
    .about-list{
         max-width: 100%;
    }
    
    .about-list__item{
        max-width: 150px;
    }
}
