.footer_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 100%;
    height: 850px;
    overflow: hidden;
    position: relative;
}
.footer_container .footer_wrapper {
    width: 88%;
    margin: 220px 8% 0;
}
.gramito_logo_footer {
    background-image: url("/assets_main_pages/img/Gramito_logo_en.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 55px;
    width: 150px;
}
.back_footer {
    display: grid;
    grid-row-start: 1;
    grid-row-end: 4;
    position: absolute;
    left: -130px;
    top: 265px;
    z-index: -22;
    width: 100%;
    height: 1000px;
    background-image: linear-gradient(-45deg, #4531BA, #1C134E);
    transform: rotate(14deg);
    border-radius: 136px;
    overflow: hidden;
}
.footer_container .second_row, .third_row {
    max-width: 90%;
    justify-content: space-between;
    box-sizing: border-box;
}
.footer_container .first_row {
    width: 80%;
    grid-row-start: 1;
    grid-row-end: 2;
}
.footer_container .first_row .logo_introduction {
    width: 60%;
    margin-bottom: 20px;
    text-align: left;
}
.footer_container .first_row .logo_introduction p {
    min-width: 200px;
    margin: 35px 10% 35px 0;
    line-height: 200%;
    text-align: left;
    text-align:  -moz-left;
}
.footer_container .second_row {
    grid-row-start: 2;
    grid-row-end: 3;
    width: 75%;
    justify-content: space-between;
    text-align: left;
}
.footer_container .second_row .items_wrapper {
    width: 230px;
    margin: 10px 0 10px 30px;
}
.footer_container .items_wrapper label {
    padding-bottom: 10px;
    border-bottom: 2px solid #FFFFFF;
}
.footer_container .items_wrapper ul {
    padding: 10px 5px;
}
.footer_container .items_wrapper ul li a {
    display: block;
    color: #FFFFFF;
    padding: 7px 0;
}
.footer_container .namaad_2 {
    display: none;
}
.footer_container .namaad_1 img{
    width: 150px;
    height: 150px;
}
.footer_container .third_row {
    grid-row-start: 3;
    grid-row-end: 4;
    padding-top: 25px;
    border-top: 4px solid rgba(255, 255, 255, 0.1);
}
.footer_container .third_row label {
    margin: 10px 0;
}
.footer_container .third_row .social_pages li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #FFFFFF;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 8px;
}
.footer_container .third_row .social_pages li img {
    width: 30px;
}
.third_row .social_pages li:hover {
    background-color: #83c2c6;
}
.footer_container .items_wrapper li a:hover {
    color: #83c2c6;
}

/******************************************* responsive 1920px ***************************************/
@media only screen and (max-width: 2200px)
{
    /*.footer_container {*/
    /*    max-width: 1800px;}*/
}
/******************************************* responsive 1920px ***************************************/
@media only screen and (max-width: 1920px)
{
    .back_footer {
        top: 190px;
    }
    .footer_container {
        height: 780px;
    }
    .footer_container .footer_wrapper {
        margin: 180px 8% 0;
    }
    .footer_container .first_row {
        width: 90%;
    }
}

/******************************************* responsive 1440px ***************************************/
@media only screen and (max-width: 1440px)
{
    .footer_container {
        width: 100%;
        height: 700px;
    }
    .back_footer {
        top: 140px;
    }
    .footer_container .footer_wrapper {
        width: 92%;
        margin: 130px 7% 0;
    }
    .footer_container .first_row .logo_introduction {
        width: 64%;
    }
    .footer_container .items_wrapper ul li a {
        display: block;
        color: #FFFFFF;
        padding: 5px 0;
    }
    .footer_container .first_row, .second_row {
        width: 90%!important;
    }
    .footer_container .third_row {
        width: 86%;
    }
    .footer_container .namaad_1 img {
        width: 120px;
        height: 120px;
    }
    .footer_container .third_row .social_pages li {
        width: 40px;
        height: 40px;
        margin: 0 8px;
    }
    .footer_container .third_row .social_pages li a {
        text-align: center;
    }
    .footer_container .third_row .social_pages li img {
        width: 28px;
    }
}

/******************************************* responsive 1210px ***************************************/
@media only screen and (max-width: 1210px)
{
    .footer_container {
        height: 735px;
    }
    .back_footer {
        top: 100px;
        left: -110px;
    }
    .footer_container .third_row {
        width: 84% !important;
    }
    .footer_container .second_row .items_wrapper:nth-of-type(2){
        width:170px!important;
    }
    .footer_container .second_row .items_wrapper:nth-of-type(3){
        width:170px!important;
    }
}
/******************************************* responsive 1010px ***************************************/
@media only screen and (max-width: 1010px)
{
    .footer_container .second_row .items_wrapper:nth-of-type(1){
        width:250px!important;
    }
    .footer_container .third_row {
        width: 85% !important;
    }
    .footer_container .namaad_1 img {
        width: 110px;
        height: 110px;
    }

}
/******************************************* responsive 992px ***************************************/
@media only screen and (max-width: 992px)
{
    .footer_container .third_row .social_pages li {
        width: 36px;
        height: 36px;
    }
    .footer_container .third_row .social_pages li img{
        width: 24px;
    }
    .footer_container .second_row .items_wrapper {
        width: 210px;
        margin: 10px 0 10px 20px;
    }
    .footer_container .third_row label {
        margin-left: 15px;
    }
    .footer_container .third_row {
        width: 82% !important;
    }
    .footer_container .first_row, .second_row {
        width: 92%!important;
    }
    .footer_container .footer_wrapper {
        margin: 130px 6% 0;
    }

}
/******************************************* responsive 900px ***************************************/
@media only screen and (max-width: 900px)
{
    .footer_container {
        height: 790px;
    }
}

/******************************************* responsive 800px ***************************************/
@media only screen and (max-width: 800px)
{
    .footer_container .third_row .social_pages li {
        width: 34px;
        height: 34px;
    }
    .footer_container .namaad_1 img {
        width: 100px;
        height: 100px;
    }
    .footer_container .third_row {
        width: 80% !important;
    }

}
/******************************************* responsive 768px ***************************************/
@media only screen and (max-width: 768px) {
    .footer_container {
        height: 855px;
    }
    .footer_container .footer_wrapper {
        width: 100%;
    }
    .back_footer {
        width: 100%;
        transform: rotate(0deg);
        top: 30px;
        left: 0;
        border-radius: 0 60px 0 0;
    }
    .footer_container .namaad_1 {
        display: none!important;
    }
    .footer_container .namaad_wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 88%;
    }
    .footer_container .namaad_2 {
        display: flex;
        margin: 20px 0;
    }
    .footer_container .namaad_2 img {
        width: 100px;
        height: 100px;
    }
    .footer_container .first_row .logo_introduction {
        width: 100%;
    }
    .footer_container .footer_wrapper {
        margin-top: 100px;
    }
    .footer_container .second_row , .third_row {
        width: 100% !important;
    }
    .footer_container .third_row {
        flex-direction: column-reverse;
        align-items: center;
    }
    .footer_container .third_row .social_pages {
        margin: 20px 0;
    }
    .footer_container .third_row label {
        margin: 10px 0;
    }
    .footer_container .third_row {
        width: 90% !important;
    }
    .footer_container .third_row {
        padding-top: 20px;
    }
}
/******************************************* responsive 685px ***************************************/
@media only screen and (max-width: 685px) {
    .footer_container {
        height: 875px;
    }
}
/******************************************* responsive 650px ***************************************/
@media only screen and (max-width: 650px)
{
    .footer_container {
        height: 1155px;
    }
    .back_footer {
        height: 1210px;
    }
    .footer_container .second_row {
        flex-wrap: wrap;
    }
}
/******************************************* responsive 576px ***************************************/
@media only screen and (max-width: 576px)
{
    .footer_container .second_row .items_wrapper:nth-of-type(2){
        width:160px!important;
    }
    .footer_container .second_row .items_wrapper:nth-of-type(3){
        width:160px!important;
    }
}

/******************************************* responsive 500px ***************************************/
@media only screen and (max-width: 500px) {
    .footer_container {
        height: 1120px;
    }
}
/******************************************* responsive 475px ***************************************/
@media only screen and (max-width: 475px) {
    .footer_container {
        height: 1150px;
    }
}
/******************************************* responsive 399px ***************************************/
@media only screen and (max-width: 399px)
{
    .footer_container {
        height: 1410px;
    }
    .back_footer {
        height: 1445px;
    }
    .footer_container .second_row .items_wrapper:nth-of-type(3){
        width:240px!important;
    }
    .footer_container .namaad_2 img {
        width: 80px;
        height: 80px;
    }
}
/******************************************* responsive 367px ***************************************/
@media only screen and (max-width: 367px)
{
    .footer_container {
        height: 1440px;
    }
}
/******************************************* responsive 286px ***************************************/
@media only screen and (max-width: 286px)
{
    .footer_container {
        height: 1468px;
    }
    .back_footer {
        height: 1500px;
    }
    .footer_container .namaad_2 img {
        width: 65px;
        height: 65px;
    }
}
