/* Section Common */
body {
    background: #000000;
}

.contact-list {
    display: flex;
    align-items: center;
}

.contact-list a {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    display: flex;
    align-items: center;
    padding-left: 29px;
}

.contact-list a::before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
}

.contact-list .email-link {
    margin-right: 30px;
}

.contact-list .email-link::before {
    background: url('../img/contacts/icon-email.svg') no-repeat 0 0;
    background-size: contain;
}

.contact-list .phone-link::before {
    background: url('../img/contacts/icon-phone.svg') no-repeat 0 0;
    background-size: contain;
}
/*endsection */

/* Section Banner */
.banner {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../img/common/default-bg.svg') no-repeat 0 0;
    background-size: cover;
    background-position: bottom center; 
}

.banner .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.banner .left {
    max-width: 580px;
    width: 100%;
    margin-right: 40px;
}

.banner h1 {
    font-family: 'Nexa Bold';
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 30px;
}

.banner .title-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 156.5%;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
}

.banner .right {
    max-width: 580px;
    width: 100%;
}

.banner .right .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.banner .right .item {
    max-width: 166px;
    width: 100%;
}

.banner .item img {
    width: 48px;
    margin-bottom: 35px;
}

.banner .item p {
    font-family: 'Nexa Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 90%;
    margin-bottom: 30px;
}

.banner .item span {
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    opacity: 0.7;
}
/*endsection */

/* Section Department */
.department {
    margin-bottom: 100px;
}

.department h2 {
    text-align: left;
    margin-bottom: 50px;
}

.department .lists {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.department .left {
    margin-right: 40px;
}

.department .left,
.department .right {
    max-width: 580px;
    width: 100%;
}

.department .item {
    background: #121317;
    border-radius: 13px;
    padding: 30px;
    margin-bottom: 40px;
}

.department .item:last-child {
    margin-bottom: 0;
}

.department .item p {
    font-family: 'Nexa Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 20px;
}

.department .item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 156.5%;
    letter-spacing: 0.02em;
    display: flex;
    margin-bottom: 20px;
}
/*endsection */

/* Section bg-block */
.bg-block {
    margin-bottom: 100px;
}

.bg-block .form-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 364px;
    background: url('../img/contacts/bg-block.svg') no-repeat 0 0;
    background-size: contain;
    border-radius: 24px;
}

.bg-block h3 {
    margin-bottom: 10px;
}

.bg-block p {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 35px;
}

.bg-block .input-block {
    position: relative;
    max-width: 360px;
    width: 100%;
}

.bg-block .input-email {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #FFFFFF;
    padding: 10px 115px 10px 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    border-radius: 20px;
}

.bg-block .input-email::placeholder {
    color: #FFFFFF;
    opacity: .5;
}
  
.bg-block .input-email:-ms-input-placeholder {
    color: #FFFFFF;
    opacity: .5;
}
  
.bg-block .input-email::-ms-input-placeholder {
    color: #FFFFFF;
    opacity: .5;
}

.bg-block .form-button {
    width: 95px;
    height: 45px;
    position: absolute;
    right: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    text-transform: uppercase;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    border-radius: 20px;
    cursor: pointer;
    transition: .3s;
}

.bg-block .form-button:hover {
    background: rgba(255, 255, 255, 0.4);
    transition: .3s;
}
/*endsection */

@media (max-width: 480px) {
    .contact-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-list .email-link {
        margin-right: 0px;
        margin-bottom: 5px;
    }

    /* Section Banner */
    .banner {
        height: auto;
        margin-bottom: 100px;
    }

    .banner .container {
        flex-direction: column;
        padding-top: 163px;
    }

    .banner .left {
        margin-right: 0;
        margin-bottom: 100px;
    }

    .banner h1 {
        font-size: 34px;
        line-height: 120%;
    }

    .banner .title-desc {
        font-size: 13px;
    }

    .banner .right .list {
        flex-direction: column;
    }

    .banner .right .item {
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 50px;
    }

    .banner .right .item:last-child {
        margin-bottom: 0;
    }

    .banner .item img {
        margin-bottom: 0;
        margin-right: 35px;
    }

    .banner .item p {
        margin-bottom: 10px;
    }
    /*endsection */

    /* Section Department */
    .department .lists {
        flex-direction: column;
    }

    .department .left {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .department .item p {
        font-size: 24px;
        line-height: 120%;
    }

    .department .item span {
        font-size: 13px;
    }
    /*endsection */

    /* Section bg-block */
    .bg-block .form-block {
        height: 350px;
        background: url('../img/contacts/bg-block-mobile.svg') no-repeat 0 0;
        background-size: cover;
        background-position: center center;
        padding: 0 15px;
    }

    .bg-block h3 {
        text-align: center;
    }

    .bg-block p {
        font-size: 13px;
        text-align: center;
    }
    /*endsection */
}