body{
    background: #FFF;
}


main{
    padding: 0 20px;
    min-height: 1500px;
}

main .title{
    position: relative;
    color: #0D42FF;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 75.2px;
    text-transform: uppercase;
    padding-top: 160px;
    margin-bottom: 20px;
}

main .title::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E6EAF0; 
}



main .calendar{
    margin-bottom: 50px;
}

main .calendar .calendar__years{
    display: flex;
    gap: 16px;
    padding-top: 20px;
    margin-bottom: 20px;
}

main .calendar .calendar__years p{
    color: #A5A5A5;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; 
    cursor: pointer;
    user-select: none;
}

main .calendar .calendar__years p._active{
    color: #0D42FF;
}

main .calendar .calendar__month{
    display: flex;
    gap: 16px;
}

main .calendar .calendar__month p{
    color: #A5A5A5;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; 
    cursor: pointer;
    user-select: none;
}

main .calendar .calendar__month p._active{
    color: #0D42FF;
}



main .fotogalereya{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
}

main .fotogalereya::before{
    content: "";
    position: absolute;
    top: 320px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E6EAF0; 
}

main .fotogalereya::after{
    content: "";
    position: absolute;
    top: 670px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E6EAF0; 
}

main .fotogalereya .fotogalereya__img{
    display: flex;
    flex-direction: column;
    width: 32%;
    gap: 10px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

main .fotogalereya .fotogalereya__img::after{
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 1px;
    height: 100%;
    background: #E6EAF0; 
}

main .fotogalereya .fotogalereya__img:nth-child(3n):after{
    display: none;
}

main .fotogalereya .fotogalereya__img img{
    width: 100%;
    height: 246px;
    border-radius: 12px; 
    object-fit: cover;
}

main .fotogalereya .fotogalereya__img .description{
    width: 80%; 
    color: #35383A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.8px;
    letter-spacing: -0.08px; 
}



.popup__fotogalereya{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7); 
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2;
}

.popup__fotogalereya .popup__body{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 51px 0;
}

.popup__fotogalereya .popup__content{
    width: 1198px; 
}


.popup__fotogalereya .popup__body .popup__content .popup__close{
    display: flex;
    justify-content: right;
    width: 100%;
    margin-bottom: 20px;
}

.popup__fotogalereya .popup__body .popup__content .popup__close svg{
    cursor: pointer;
}


.popup__fotogalereya .popup__body .popup__content .popup__img{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup__fotogalereya .popup__body .popup__content .popup__img img{
    width: 1198px;
    height: 654px; 
}

.popup__fotogalereya .popup__body .popup__content .popup__img .popup__img__description{
    display: flex;
    width: 550px;
    height: 100px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.70); 
    margin-top: 20px;
}

.popup__fotogalereya .popup__body .popup__content .popup__img .popup__img__description p{
    width: 347px; 
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.08px; 
}