header {
    padding: 20px 80px;
    background: url("/img/bg/header.jpg") no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo {
    width: 100px;
    height: 100px;
    background: url("/img/logo.svg") no-repeat center center / contain;
}

header .main-menu {
    width: 50%;
}

header .sign-in {
    display: flex;
    align-items: center;
}

header .sign-in img {
    margin-right: 15px;
}

.slogan {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 22px 0;
}

.slogan img:nth-child(1) {
    width: 55%;
}

.slogan img:nth-child(2) {
    width: 23%;
}

.slogan img:nth-child(3) {
    width: 16%;
}

.steps {
    display: flex;
    justify-content: space-between;
}

.steps li {
    width: 14%;
    min-height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 35px 30px;
}

.steps li:nth-child(1) {
    background: url("/img/bg/top-1.jpg") no-repeat left top / cover;
}

.steps li:nth-child(2) {
    background: url("/img/bg/top-2.jpg") no-repeat left top / cover;
}

.steps li:nth-child(3) {
    background: url("/img/bg/top-3.jpg") no-repeat left top / cover;
}

.steps li:nth-child(4) {
    background: url("/img/bg/top-4.jpg") no-repeat left top / cover;
    width: 21%;
}

.steps li:nth-child(5) {
    background: url("/img/bg/top-5.jpg") no-repeat left top / cover;
    width: 21%;
}

.steps li:nth-child(6) {
    background: url("/img/bg/top-6.jpg") no-repeat left top / cover;
}

.btn-white {
    background: white;
    color: #191095;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 13px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 25px;
}

.storage {
    background: url("/img/bg/storage.jpg") no-repeat center center / cover;
    overflow: hidden;
}

.storage .menu {
    display: flex;
    background: rgba(8, 92, 255, 0.4);
    padding: 50px 15%;
    align-items: center;
    justify-content: space-between;
}

.storage .content {
    padding: 50px 14%;
}

.storage .link {
    display: inline-block;
    float: right;
    border-bottom: 2px solid white;
    margin-bottom: 45px;
    padding-bottom: 6px;
}

.storage .link:after {
    content: '';
    width: 48px;
    height: 48px;
    background: url("/img/arrow.svg") no-repeat center center / contain;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: -6px;
}

.tag-slider ul li {
    width: 250px;
    height: 350px;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: end;
    flex-direction: column;
}

.welcome {
    background: url("/img/bg/long-bg.jpg") no-repeat center top / cover;
}

.welcome .title {
    background: rgba(0, 0, 0, 0.4);
    padding-top: 65px;
    padding-bottom: 80px;
}

.welcome .separator {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}

.welcome .separator div {
    width: 50%;
    text-align: center;
}

.welcome .separator:before, .welcome .separator:after {
    content: '';
    width: 25%;
    border-bottom: 1px solid white;
    opacity: .2;
}

.welcome .block {
    padding: 65px 80px 90px 100px;
    display: flex;
    margin-top: 25px;
}

.welcome .block .slider {
    width: 40%;
}

.welcome .block .slider p {
    line-height: 150%;
    margin-top: 40px;
}

.welcome .block .slider > div:first-child {
    min-height: 195px;
}

.welcome .block .list {
    width: 60%;
}

.welcome .block .list > ul:first-child {
    display: flex;
    justify-content: end;
}

.welcome .block .list > ul:first-child li {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.welcome .block .list > ul:first-child li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.welcome .block .list > ul:last-child {
    margin-top: 60px;
    text-align: right;
}

.welcome .block .list > ul:last-child li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 25px;
    padding-right: 80px;
    margin-right: -80px;
    margin-bottom: 80px;
    margin-left: 160px;
}

.welcome .block .list > ul:last-child li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.welcome .block:nth-child(1) {
    background: url("/img/bg/welcome-b1.jpg") no-repeat center center / cover;
}

.welcome .block:nth-child(2) {
    background: url("/img/bg/welcome-b2.jpg") no-repeat center center / cover;
}

.welcome .block:nth-child(3) {
    background: url("/img/bg/welcome-b3.jpg") no-repeat center center / cover;
}

.welcome .block:nth-child(4) {
    background: url("/img/bg/welcome-b4.jpg") no-repeat center center / cover;
}

.welcome .block:nth-child(5) {
    background: url("/img/bg/welcome-b5.jpg") no-repeat center center / cover;
}

.welcome .block:nth-child(6) {
    background: url("/img/bg/welcome-b6.jpg") no-repeat center center / cover;
}

footer {
    background: url("/img/bg/footer.jpg") no-repeat center center / cover;
    padding: 70px 100px 50px;
}

footer .logo {
    width: 200px;
    height: 200px;
    background: url("/img/logo.svg") no-repeat center center / contain;
}

footer .main-menu {
    width: 50%;
}