.container-events{width:100%;background:#f7f7f7;padding:85px 0}.container-events,.container-events .content-events{height:auto;display:flex;flex-direction:column;align-items:center}.container-events .content-events{width:var(--porcent-width);max-width:var(--max-width)}.container-events .content-events .header-general{width:auto;max-width:400px;height:auto;display:flex;flex-direction:column;align-items:center;text-align:center;margin:0 0 50px}.container-events .content-events .header-general h1{font-size:22px;font-weight:500;text-transform:uppercase;margin:0}.container-events .content-events .header-general .row{width:50px;height:auto;border-top:2px solid var(--red);margin:14px 0}.container-events .content-events .header-general p{font-size:16px;font-weight:400;line-height:24px;margin:0}.container-events .content-events .list{width:100%;height:auto;display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:25px}.container-events .content-events .list .item{flex:1 1;min-width:300px;max-width:350px;height:auto;background:var(--white);box-shadow:var(--box-shadow);cursor:pointer;overflow:hidden}.container-events .content-events .list .item:focus img,.container-events .content-events .list .item:hover img{scale:1.05}.container-events .content-events .list .item img{width:100%;height:auto;transition:all .3s}.container-events .content-events .list .item .text{width:100%;height:auto;padding:27.5px}.container-events .content-events .list .item .text span{font-size:14px;font-weight:500;line-height:18px;color:var(--eight);text-transform:uppercase}.container-events .content-events .list .item .text h1{font-size:19px;font-weight:500;line-height:26px;margin:12px 0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .3s}.container-events .content-events .list .item .text h1:hover{color:var(--red)}.container-events .content-events .list .item .text p{font-size:16px;font-weight:400;line-height:22px;margin:auto 0 0;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.container-events .content-events .loading{width:auto;height:auto;display:flex;flex-direction:column;align-items:center}.container-events .content-events .loading .loader{width:50px;height:50px;padding:12.5px;margin:0 0 10px}.container-events .content-events .loading p{font-size:18px;font-weight:400}@media (max-width:1000px){.container-events .content-events .list .item .text span{font-size:14px!important;line-height:22px!important}.container-events .content-events .list .item .text h1{font-size:18px!important;line-height:26px!important}.container-events .content-events .list .item .text p{font-size:16px!important;line-height:22px!important}}