* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
.icon{
    width: 40px;
    height: 40px;
    background: #C4C4C4;
    border-radius: 50%;
}

 ul, .head_left, .head_right {
    display: flex;
}
.head_right{
    gap: 40px;
}
header {
    background-color: white;
}
.header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    padding: 16px 40px;
}
.languages {
    display: flex;
}
li {
    list-style: none;
    color: #666666CC;
}
li:first-child{
    color: black;
}
.icon_language, .icon_signin, .regions {
    display: flex;
    gap: 2px;
    border: 1px solid white;
}
ul{
    gap: 16px;
}
.signin {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid black;
    padding: 7.5px 11.5px 8.5px 12.5px;
}
.head_left{
    gap: 32px;
}
.main_right{
    display: flex;
    gap: 40px;
    padding: 48px 56px;
 max-width: 487px;
 flex-direction: column;
}
.main_right ul{
    flex-direction: column;
}
.container{
    display: flex;
    max-width: 974px;
    margin: 0 auto;
    background-color: white;
}

.footer_container {
    display: flex;
}

.footer_top .column1 ul, .footer_top .column2 ul, .footer_top .column3 ul, .footer_top .column4 ul {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.column {
    display: flex;
    gap: 64px;
}

.container {
    display: flex;
    justify-content: center;
    border: none;
    margin-top: 142px;
    border-radius: 24px;
    margin-bottom: 142px;
}

.main_left {
    display: flex;
    flex-direction: column;
    padding: 48px 40px;
    gap: 24px;
    max-width: 487px;
}
.word {
    font-size: 24px;
    font-weight: 500;
}
form a {
    font-size: 13px;
    color: black;
    text-decoration: none;
    text-align: end;
}
form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.form_group {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.form_email , .form_password {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.form_email input, .form_password input {
    border: 1px solid #C4C4C4;
    border-radius: 12px;
    padding: 19px 12px;
    font-size: 14px;
    width: 100%;
}
body {
    background-image: url('./imgs/bg.jpg');
    background-size: cover;
    background-position: center;
}
.signin-button {
    background-color: black;
    color: white;
    border: none;
    border-radius: 32px;
    padding: 15px 0px;
    font-size: 22px;
    cursor: pointer;
    text-align: center;
    opacity: 25%;
}
.line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
}
.line1, .line3 {
    height: 2px;
    background-color: #C4C4C4;
    width: 100%;
}
.line2 {
    padding: 0 12px;
    background-color: white;
    color: black;
}
.button-google {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid black;
    border-radius: 40px;
    padding: 18px 0px;
    font-size: 20px;
    cursor: pointer;
    justify-content: center;
    background-color: white;
}
.Pryvacy {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
.main_right_top,
.main_right_middle,
.main_right_bottom {
    max-width: 349px;
}
.main_right_title {
    font-size: 24px;
    font-weight: 500;
}
.main_right_subtitle {
    font-size: 16px;
    font-weight: 400;
}
.main_right_middle li {
    list-style: disc;
}
.main_right_middle li:first-child {
    color: #666666;
}
.create-account-button {
    background-color: black;
    color: white;
    border: none;
    border-radius: 32px;
    padding: 15px 0px;
    font-size: 22px;
    cursor: pointer;
    text-align: center;
    width: 100%;
}
footer {
    background-color: white;
}
.footer_container {
    display: flex;
    flex-direction: column;
    padding: 48px 0px;
    justify-content: center;
    align-items: center;
    max-width: 1218px;
    margin: 0 auto;
}
.footer_top {
    display: flex;
    padding-bottom: 48px;
    border-bottom: 1px solid #C4C4C4;
    gap: 155px;
    padding: 0px 45px;
}
.app_buttons {
    display: flex
;
    gap: 16px;
}
.app_button1, .app_button2 {
    display: flex;
    max-height: 52px;
    gap: 13px;
    max-width: 178px;
}
.footer_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 45px;
    gap: 8px;
    font-size: 14px;
    color: black;
    width: 100%;
    justify-content: space-between;
}
.left, .right {
    display: flex;
    gap: 56px;
}
.social_icons
{
    display: flex;
    gap: 16px;
}
