.as-homepage-video,
.as-young-video {
    position: relative;
    overflow: hidden;
    height: 52.5vw;
    max-height: 70vh;
    min-height: 50vh;
}

.as-button-vote {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}

.as-button-vote:hover {
    text-decoration: underline;
}

.as-brands-block {
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.as-brands-block li {
    max-width: 175px;
    padding: 10px 20px;
    min-width: 100px;
    text-align: center;
}

.as-brands-block img {
    max-width: 100%;
    max-height: 90px;
    width: auto;
    margin: 0 auto;
}

.as-hero-block {
    max-width: 980px;
    margin: 0 auto;
    padding: 80px 20px;
    justify-content: space-between;
    flex-direction: column;
}

.as-hero-block h1 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    font-family: "Source Serif Pro", sans-serif;
}

.as-hero-block p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}

.as-home-grid-menu {
    padding: 0 45px;
    grid-auto-rows: 240px;
}

.as-home-grid-menu .as-grid-item:nth-child(1) {
    background-image: url("/design/img/home/young-driver.jpg");
}

.as-home-grid-menu .as-grid-item:nth-child(2) {
    background-image: url("/design/img/home/lifetime-service.jpg");
}

.as-home-grid-menu .as-grid-item:nth-child(3) {
    background-image: url("/design/img/home/2020-winners.jpg");
}

.as-home-grid-menu .as-grid-item:nth-child(4) {
    background-image: url("/design/img/home/sponsorship-partnership.jpg");
}

section {
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px;
}

section .row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
}

section .vote-row p {
    padding: 20px 0;
    text-align: center;
}

section .items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 60px;
}

section .col h2 {
    font-size: 52px;
    line-height: 64px;
    font-family: "Source Serif Pro";
    margin: 0;
    margin-bottom: 1em;
}

section .item {
    position: relative;
}

section .item .photo {
    max-width: 220px;
    max-height: 220px;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}

section .item .winner .photo {
    box-sizing: border-box;
    border: 2px solid #f00;
}

section .item .photo img {
    object-fit: cover;
}

section .item .label {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
}

section .item-wrapper .label,
section .item-wrapper .info {
    text-align: center;
}

section .hoverContent .label {
    display: inline-block;
    border-bottom: 2px solid #f00;
}

section .item:hover .item-wrapper {
    transition: opacity 300ms linear, filter 300ms linear;
}

section .item:hover .item-wrapper {
    opacity: 0.65;
    filter: blur(30px);
}

section .item .hoverContent {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: -1;
    transition: opacity 300ms linear;
    max-width: 300px;
}

section .item:hover .hoverContent {
    z-index: 1;
    opacity: 1;
}

section .text h2 {
    font-size: 24px;
    margin: 1em 0 0.5em 0;
    line-height: 1.2;
}

.as-gallery-item .as-section-years {
    padding: 20px 0;
    margin: 0 -10px;
}

.as-years,
.as-pagination {
    flex-wrap: wrap;
}

.as-pagination {
    text-align: center;
}

.as-gallery-item .as-years {
    align-items: flex-start;
    justify-content: start;
}

.as-year,
.as-pagination .as-item {
    border-bottom: 2px solid transparent;
    margin: 2px 10px;
}

.as-year a,
.as-pagination .as-item {
    color: #fff;
    text-decoration: none;
}

.as-year:hover,
.as-pagination .as-item:hover {
    border-bottom: 2px solid #fff;
}

.as-years .current,
.as-pagination .as-item.current {
    border-bottom: 2px solid #f00;
}

.as-years .current:hover {
    border-bottom: 2px solid #f00;
}

.as-gallery {
    column-gap: 60px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.as-gallery h2 {
    font-size: 32px;
    line-height: 40px;
}

.as-gallery-item {
    flex: 1;
}

.as-gallery-item .as-grid {
    grid-auto-rows: 240px;
}

.as-gallery .as-logo {
    margin-top: 30px;
    width: auto;
}

.as-gallery .as-gallery-video .as-logo {
    margin-bottom: 12px;
}

.as-lightgallery.as-grid {
    grid-gap: 10px;
}

.as-lightgallery.as-grid.photo {
    grid-auto-rows: 220px;
}

.as-lightgallery.as-grid.photo>div {
    overflow: hidden;
}

.as-lightgallery a {
    position: relative;
    overflow: hidden;
}

.as-lightgallery img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.as-lightgallery .as-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    z-index: 1;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

.as-lightgallery.video a:before {
    content: "\e841";
    font-family: "awards";
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    font-size: 64px;
    color: #fff;
    z-index: 11;
}

.as-lightgallery.video a:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.as-lightgallery.video :first-child {
    grid-column: 1 / -1;
}

.as-contact-page-bg {
    position: relative;
    height: 40vw;
    max-height: 60vh;
    min-height: 40vh;
    overflow: hidden;
    padding: 0;
}

.as-contact-page-bg img {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.as-contact {
    text-align: center;
}

.as-contact p {
    font-size: 24px;
    line-height: 1.2;
    margin: 1em 0 0.5em 0;
}

.as-contact a {
    color: #FFC00B;
}

.as-contact.as-contact-tel {
    grid-column: 1 / -1;
}

#gold-medal p {
    font-weight: normal;
}

#gold-medal .photo {
    border-radius: 50%;
}

@media screen and (min-width: 768px) {
    section {
        padding: 40px 20px;
    }

    section .row {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }

    section .items {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
        grid-row-gap: 60px;
    }

    section .item-wrapper .info {
        text-align: left;
    }

    section .item .hoverContent {
        left: 0;
        max-width: 100%;
        transform: translateX(0);
    }

    #gold-medal .row {
        grid-template-columns: 1fr 2fr;
    }

    .as-hero-block {
        flex-direction: row;
    }

    .as-hero-block>* {
        max-width: calc(50% - 45px);
    }
}