/*hero*/
.hero {
    position: relative;
    margin-bottom: 100px;
    padding-top: 154px;
}

.hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 506px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.05%, #000000 95.97%), url('../assets/img/contact-us/bg-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 0;
}

.hero .container {
    height: 100%;
}

.hero .text-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero h1 {
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    text-transform: uppercase;
}

.hero .list {
    display: flex;
}

.hero .list a {
    display: flex;
    width: 60px;
    height: 60px;
    margin-right: 23px;
}

.hero .list a:last-child {
    margin-right: 0;
}

.hero .list a.youtube {
    background-image: url('../assets/img/contact-us/icons/icon-youtube.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.hero .list a.twitter {
    background-image: url('../assets/img/contact-us/icons/icon-twitter.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
/*endsection*/

/*map-position*/
.map-position {
    margin-bottom: 150px;
}

.map-position .top {
    margin-bottom: 30px;
}

.map-position .top .item {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url('../assets/img/contact-us/map-2x.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px;
    border-radius: 20px;
}

.map-position .top .item h3 {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
    padding-left: 40px;
    margin-bottom: 20px;
}

.map-position .top .item h3.rose::before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 29px;
    background-image: url('../assets/img/contact-us/icons/icon-rose.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.map-position .top .item p {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    align-items: center;
    line-height: 150%;
}

.map-position p,
.map-position span {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-left: 32px;
}

.map-position p.icon-map::before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url('../assets/img/contact-us/icons/icon-map.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.map-position span.icon-email::before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url('../assets/img/contact-us/icons/icon-mail.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.map-position span.icon-phone::before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url('../assets/img/contact-us/icons/icon-phone.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.map-position .top .item span {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    align-items: center;
    margin-top: 10px;
    color: #FFFFFF;
}

.map-position .bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.map-position .bottom .item {
    max-width: 605px;
    width: 100%;
    height: 252px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 30px 50px 32px;
    margin-bottom: 30px;
}

.map-position .bottom .item:last-child {
    margin-bottom: 0;
}

.map-position .bottom .item h3 {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 20px;
    padding-left: 40px;
}

.map-position .bottom .item h3::before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 29px;
}

.map-position .bottom .item h3.green::before {
    background-image: url('../assets/img/contact-us/icons/icon-green.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.map-position .bottom .item h3.grey::before {
    background-image: url('../assets/img/contact-us/icons/icon-grey.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.map-position .bottom .item h3.white::before {
    background-image: url('../assets/img/contact-us/icons/icon-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.map-position .bottom .item h3.blue::before {
    background-image: url('../assets/img/contact-us/icons/icon-blue.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.map-position .bottom .item h3.red::before {
    background-image: url('../assets/img/contact-us/icons/icon-red.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.map-position .bottom .item h3.yellow::before {
    background-image: url('../assets/img/contact-us/icons/icon-yellow.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.map-position .bottom .item h3.violet::before {
    background-image: url('../assets/img/contact-us/icons/icon-violet.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.map-position .bottom .item p {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
}

.map-position .bottom .item span {
    display: flex;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    margin-top: 10px;
}
/*endsection*/

@media (-webkit-min-device-pixel-ratio: 2) {
    /*hero*/
    .hero:before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.05%, #000000 95.97%), url('../assets/img/contact-us/bg-hero-2x.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }
    /*endsection*/
}

@media (max-width: 480px) {
    /*hero*/
    .hero {
        padding-top: 184px;
        margin-bottom: 372px;
    }

    .hero:before {
        width: 480px;
        height: 655px;
        left: calc((100% - 480px)/2);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.05%, #000000 95.97%), url('../assets/img/contact-us/bg-hero-mobile-3x.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }

    .hero .text-block {
        flex-direction: column;
    }

    .hero h1 {
        font-weight: 700;
        font-size: 40px;
        text-align: center;
        margin-bottom: 50px;
    }
    /*endsection*/
    .map-position {
        margin-bottom: 100px;
    }

    .map-position .top .item {
        height: auto;
        padding: 40px 35px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 20px;
    }

    .map-position .top .item::before {
        content: '';
        position: absolute;
        top: -272px;
        left: calc((100% - 480px)/2);
        width: 480px;
        height: 222px;
        background-image: url('../assets/img/contact-us/map-3x-mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .map-position .top .item h3,
    .map-position .bottom .item h3 {
        font-size: 18px;
        line-height: 150%;
    }

    .map-position .top .item p,
    .map-position .bottom .item p {
        font-size: 14px;
        line-height: 150%;
    }

    .map-position .top .item span,
    .map-position .bottom .item span {
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
    }

    .map-position .bottom .item {
        height: auto;
        padding: 40px 35px;
    }
}
