.footer--wraper{
    width: 100%;
    padding: 20px;
    margin-top: 30px;
}

.footer--wraper .footer--content{
    display: flex;
    flex-wrap: wrap;
}

.footer--wraper .footer--left, 
.footer--wraper .footer--right{
    width: 50%;
    display: flex;
} 

.footer--left .footer--left-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer--left .footer--left-header{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
}

.footer--left .footer--left-header h3{
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 2.6px;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: var(--tunga-text-color);
}

.footer--left .footer--left-content{
    display: flex;
    align-items: center;
    margin-right: 20px;
    width: 100%;
}

.footer--left .footer--left-form{
    box-sizing: border-box;
}

.footer--left .footer--left-form--wraper{
    margin-left: calc(-24px / 2);
    margin-right: calc(-24px / 2);
    margin-bottom: -20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.footer--left .footer--left-form--group{
    margin-bottom: 20px;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    min-height: 1px;
    display: flex;
}

.footer--left .footer--left-form--group.padding-left{
    padding-left: calc(24px / 2);
}

.footer--left .footer--left-form--group.padding-right{
    padding-right: calc(24px / 2);
}

.footer--left .footer--left-form--group.form-50{
    width: 50%;
}

.footer--left .footer--left-form--group label{
    font-size: 18px;
    font-weight: 400;
    color: var(--tunga-text-color);
    cursor: pointer;
    padding-bottom: 12px;
}

.footer--left .footer--left-form--group input,
.footer--left .footer--left-form--group textarea{
    background-color: transparent;
    border-color: var(--tunga-border-color);
    border-width: 0 0 1px 0;
    font-size: 14px;
    font-weight: 200;
    padding: 0;
    color: rgba(255, 255, 255, 0.7);
    flex-basis: 100%;
    max-width: 100%;
    vertical-align: middle;
    flex-grow: 1;
    width: 100%;
    border-radius: 3px;
    min-height: 40px;
    line-height: 1.4;
}

.footer--left .footer--left-form--group.flex-right{
    justify-content: flex-end;
}

.footer--left .footer--left-form--group button{
    background-color: var(--tunga-main-color);
    border: 0;
    color: var(--tunga-text-color);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: background-color 0.3s;
    display: flex;
    align-items: flex-end;
}

.footer--left .footer--left-form--group button span{
    margin-left: 5px;
}

.footer--right{
    justify-content: flex-end;
}

.footer--right-content{
    display: block;
    width: 100%;
    padding-left: 30%;
}

.footer--right .footer--right-content--top-info{
    display: flex;
    align-items: center;
    margin-right: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.footer--right .footer--right-content--logo{
    margin-right: 20px;
}

.footer--right .footer--right-content--logo img{
    width: auto;
    height: 53px;
}

.footer--right .footer--right-content--title{
    font-size: 18px;
    font-weight: 400;
    color: var(--tunga-text-color);
    margin: 0;
    padding: 0;
}

.footer--right .footer--right-content--info{
    padding-bottom: 20px;;
}

.footer--right .footer--right-content--info a{
    text-decoration: none;
}

.footer--right .footer--right-content--info span {
    font-size: 18px;
    font-weight: 400;
    color: var(--tunga-text-color-light);
    margin-bottom: 10px;
    line-height: 1.8;
}

.footer--right .footer--right-content--info span.footer--info-value {
    color: var(--tunga-text-color);
}

.footer--right .footer--right-content--info span.footer--phone {
    color: var(--tunga-main-color);
}

.footer--right .footer--right-content--social{
    padding: 10px 0;
}

.footer--right .footer--right-content-list-socials{
    display: flex;
    align-items: center;
    margin-right: 20px;
    width: 100%;
}

.footer--right .footer--right-content-list-socials a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 10px;
    width: 36px;
    border-radius: 50%;
    background-color: var(--tunga-text-color-light);
    text-decoration: none;
    color: var(--tunga-main-color);
}