.page-awards .container{
    max-width: 1380px;
}
.page-awards .main-banner{
    margin-top: 0;
}
.section-awards{
    margin: 120px 0;
}
.banner-awards{
    background-image: url('/wp-content/themes/wp-RA/assets/img/awards/bg-awards.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    justify-content: normal;
    min-height: auto;
    padding-bottom: 120px;
    padding-top: 93px;
    margin-top: 0;
}
.awards-title{
    color: #454545;
    font-family: Nunito;
    font-size: 80px;
    font-weight: 700;
    line-height: 85px;
    max-width: 920px;
    margin: 0 auto 25px auto;
    text-align: center;
}
.awards-subtitle{
    color: #454545;
    text-align: center;
    font-family: Jost;
    font-size: 33px;
    font-weight: 300;
    line-height: 40px;
    max-width: 920px;
    margin: 0 auto 50px auto;
}
.awards-slider{
    position: relative;
}
.awards-slider .slick-track{
    display: flex;
}
.award-slide{
    text-align: center;
    padding: 0 20px;
}
.award-slide_image{
    border-radius: 21px;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.award-slide.yellow .award-slide_image{
    background-color: #D1CB28;
}
.award-slide.blue .award-slide_image{
    background-color: #3CA0D2;
}
.award-slide.blue-light .award-slide_image{
    background-color: #8DCBE8;
}
.award-slide.green .award-slide_image{
    background-color: #48DCA6;
}
.award-slide.gray .award-slide_image{
    background-color: #DFDFDF;
}
.award-slide img{
    margin: 0 auto;
    width: 100%;
    height: 220px;
    object-fit: contain;
}
.award-slide_name{
    color: #454545;
    text-align: center;
    font-family: Nunito;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 20px;
    hyphens: auto;
}
.awards-slider .slick-prev{
    position: absolute;
    left: -2rem;
    top: 35%;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 9;
}
.awards-slider .slick-prev::before{
    background: url(/wp-content/themes/wp-RA/assets/img/awards/arrow-award-left.svg) no-repeat;
    width: 25px;
    height: 44px;
    background-size: contain;
    content: "";
    display: block;
}
.awards-slider .slick-next{
    position: absolute;
    right: -2rem;
    top: 35%;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 9;
}
.awards-slider .slick-next::before{
    background: url(/wp-content/themes/wp-RA/assets/img/awards/arrow-award-right.svg) no-repeat;
    width: 25px;
    height: 44px;
    background-size: contain;
    content: "";
    display: block;
}

.awards-slider .slick-dots{
    display: flex;
    justify-content: center;
    gap: 18px;
    padding-top: 22px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.awards-slider .slick-dots li{
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    border: 1px solid #454545;
}
.awards-slider .slick-dots li.slick-active{
    background: #454545;
}
.awards-slider .slick-dots li button{
    padding: 0;
    opacity: 0;
}
.awards-button_all{
    border-radius: 10px;
    background: #38DCE8;
    padding: 11px;
    max-width: 325px;
    margin: 74px auto 0 auto;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: block;
    color: #454545;
    font-family: Jost;
    font-size: 22.5px;
    font-weight: 500;
    line-height: normal;
}
.awards-button_all::before{
    content: '';
    position: absolute;
    top: -3px;
    right: 20px;
    width: 136px;
    height: 16px;
    background-color: #D1CB28;
    z-index: -1;
}
.awards-button_all::after{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 22px;
    width: 42px;
    height: 16px;
    background-color: #30BF98;
    z-index: -1;
}
.awards-button_all:hover{
    background: #96EECF;
}

/* Page Awards */
.section-tab-years{
    margin-bottom: 150px;
}
.banner-awards_wrapper{
    display: flex;
    align-items: center;
    gap: 25px;
}
.banner-award_title{
    color: #363636;
    max-width: 860px;
    font-family: Nunito;
    font-size: 80px;
    font-weight: 700;
    line-height: 85px;
    margin-bottom: 25px;
}
.banner-award_subtitle{
    color: #363636;
    font-family: Jost;
    font-size: 33px;
    font-weight: 300;
    line-height: 40px;
    max-width: 750px;
}
.awards__btn{
    background: linear-gradient(90deg, #D1CB28 4.89%, #48DCA6 95.57%);
    min-width: 355px;
    margin-bottom: 0;
    height: 60px;
    position: relative;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 500;
    line-height: 29px;
    overflow: hidden;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}
.awards__btn span{
    position: relative;
    z-index: 2;
}
.awards__btn::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(179.7deg, #3ca0d2 1.98%, #48dca6 99.74%);
    background: linear-gradient(270.3deg, #3ca0d2 1.98%, #48dca6 99.74%);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.awards__btn:hover::after{
    opacity: 1;
}
.awards__reviews{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}
.awards__rating-number{
    margin-bottom: 25px;
}
.awards__rating{
    color: #454545;
    font-family: Jost;
    font-size: 29.423px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.years-tab-content {
    display: none;
    padding: 60px 0;
}
.years-tab-content.active {
    display: block;
}
.years-tabs-container{
    display: flex;
    justify-content: center;
    border-radius: 14.793px;
    background-color: #454545;
    padding: 10px;
}
.years-tab{
    color: #FFF;
    font-family: Jost;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    cursor: pointer;
    /* width: 100%; */
    padding: 0 80px;
}
.years-tab span{
    position: relative;
}
.years-tab.active span::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    background-color: #3CA0D2;
    bottom: -20px;
    z-index: 10;
}
.years-tab_title{
    color: #464546;
    font-family: Jost;
    font-size: 85.15px;
    font-weight: 600;
    line-height: 125.632px;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.awards-item .awards-item_img{
    padding: 30px;
    border-radius: 20px;
}
.awards-item.blue .awards-item_img{
    background-color: #8DCBE8;
}
.awards-item.yellow .awards-item_img{
    background-color: #D1CB28;
}
.awards-item.blue-light .awards-item_img{
    background-color: #8DCBE8;
}
.awards-item.green .awards-item_img{
    background-color: #48DCA6;
}
.awards-item.gray .awards-item_img{
    background-color: #DFDFDF;
}
.awards-item.full{
    text-align: right;
    grid-area: 1 / 1 / 3 / 3;
}
.awards-item.full .awards-item_year{
    color: #454545;
    font-family: Jost;
    font-size: 26.383px;
    font-weight: 400;
    line-height: 41.845px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.awards-item.full .awards-item_name{
    color: #454545;
    font-family: Nunito;
    font-size: 40px;
    font-weight: 800;
    line-height: 59.016px;
    text-transform: uppercase;
}
.awards-item.full .awards-item_img{
    padding: 60px 80px;
    margin-bottom: 30px;
}
.awards-item_img{
    margin-bottom: 25px;
    display: block;
    width: 100%;
}
.awards-item_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.awards-item.small .awards-item_img{
    width: 280px;
    height: 280px;
}
.awards-item_year{
    color: #454545;
    font-family: Jost;
    font-size: 17px;
    font-weight: 400;
    line-height: 24.41px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.awards-item_name{
    color: #454545;
    font-family: Nunito;
    font-size: 23.333px;
    font-weight: 800;
    line-height: 34.426px;
    text-transform: uppercase;
}
.awards-items_elements {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-rows: repeat(4, 1fr); */
    grid-column-gap: 80px;
    grid-row-gap: 35px;
}




@media(max-width: 1440px){
    .awards-title{
        font-size: 50px;
        line-height: 60px;
    }
    .awards-subtitle{
        font-size: 30px;
        line-height: 43px;
    }
    .awards-item.small .awards-item_img{
        width: 100%;
        max-height: 210px;
    }
}
@media(max-width: 1024px){
    .section-awards{
        margin-bottom: 100px;
    }
    .page-awards .banner__new{
        padding-left: 15px;
    }
    .page-awards .breadcrumbs_wrapper .container{
        padding-left: 0;
    }
    .section-tab-years{
        margin-bottom: 100px;
    }
    .banner-awards_wrapper{
        flex-direction: column;
        gap: 65px;
    }
    .banner-award_title{
        font-size: 75px;
    }
    .banner-award_subtitle{
        font-size: 30px;
        line-height: 36px;
    }
    .awards__btn{
        font-size: 20px;;
    }
    .banner-awards{
        background-position: center center;
    }
    .main-banner__img-container{
        width: 100%;
    }
    .awards__reviews{
        justify-content: center;
    }
    .years-tab{
        font-size: 28px;
    }
    .years-tab_title{
        margin-bottom: 30px;
    }
    .awards-items_elements{
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 25px;
    }
    .awards-item.full .awards-item_year{
        font-size: 18.653px;
        line-height: 29.585px;
    }
    .awards-item.full .awards-item_name{
        font-size: 28.28px;
        line-height: 41.725px;
    }
    .awards-item_year{
        font-size: 13px;
        line-height: 17.435px;
    }
    .awards-item_name{
        font-size: 16.5px;
        line-height: 25px;
    }
    .awards-item.small .awards-item_img{
        height: 100%;
        max-height: 220px;
    }
    .awards-slider .slick-dots{
        padding-top: 28px;
    }
    .awards-button_all{
        margin: 66px auto 0 auto;
    }
}
@media(max-width: 768px){
    .awards-slider .slick-dots{
        padding-top: 18px;
    }
    .awards-button_all{
        margin: 46px auto 0 auto;
    }
}
@media(max-width: 767px){
    .awards-title{
        font-size: 35px;
        line-height: 42px;
    }
    .awards-subtitle{
        font-size: 18px;
        line-height: 26px;
    }
    .banner-awards{
        background-size: contain;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .banner-award_title{
        font-size: 35px;
        line-height: 42px;
    }
    .banner-award_subtitle{
        font-size: 20px;
        line-height: 26px;
    }
    .awards__btn{
        font-size: 17.193px;;
    }
    .section-tab-years{
        margin-bottom: 60px;
    }
    .years-tab{
        font-size: 18px;
        padding: 0 32px;
    }
    .years-tab_title{
        font-size: 35px;
        line-height: 50px;
    }
    .awards-items_elements{
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
    }
    .awards-item.full{
        grid-area: 1 / 1 / 2 / 3;
        grid-row-end: none;
        text-align: left;
    }
    .awards-item.small .awards-item_img{
        max-height: 180px;
    }
}