body{
    font-family: Arial, Roboto , sans-serif;
}
header {
    margin: 0 auto;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: calc(100vw - 300px); */
    padding: 15px 150px;
}
header .container .slogan {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 28px;
    text-align: center;
    color: #000000;
}
.logo{
    display: flex;
    justify-content: center;
    padding: 20px;
}
.page{
    padding: 20px;
    overflow: hidden;
    font-family: Arial, Roboto , sans-serif;
}
.form{
    width: 100%;

}


.form .wrap{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 20px;
    background: #fbfbfb;
    padding: 10px;
}
.form .wrap button{
    margin-top: 20px;
}
h5.column{
    font-weight: 600;
}
.order-code{
    background: #f9f9f9;
    border-radius: 10px;
    padding: 12px;
}
.order-code h3{
    font-size: 2rem;
    line-break: anywhere;
}
#galery{
    overflow: hidden;
    width: 100%;
    display: flex;
}
#galery .item{
    width: 150px;
    height: 150px;
    background-position: center!important;
    background-size: cover!important;
    margin-right: 10px;
}
.lists{
    display: flex;
    
}
.lists .item{
    margin-right: 10px;
    width: 100%;
}
.lists .item img{
    width: 33%;
    height: auto;
}
.assignments{
    display: flex;
    flex-direction: column;
}
.assignments .item{
    display: flex;
    margin-bottom: 10px;
    
}
.assignments .item .time{
    margin-right: 10px;
    
}
.hidden{
    display: none;
}
.show{
    display: block;
}

footer {
    padding: 50px 0px;
    background: #000000;
    color: #FFFFFF;
    line-height: 20px;
    line-height: 3rem;
}
footer .logo-footer {
    max-width: 113px;
}
footer .column-2 p {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
}
footer .icon-social {
    display: inline-flex;
}
@media only screen and (max-width: 4000px) {
   .process .item .name{
       width: 50%;
   }
  }