.header_part {
    position: relative;
}
#main_header {
    display: grid;
    width: 100%;
    height: 170px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    overflow: hidden;
    position: absolute;
}
.header_container {
    width: 120%;
    height: 140px;
    position: absolute;
    right: -10%;
    background-image: linear-gradient(60deg, #392899, #4531BA);
    margin: 0;
    border-radius: 0 0 50% 50%;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}

.back_header1 {
    width: 120%;
    height: 152px;
    position: absolute;
    right: -10%;
    background-color: rgba(95, 67, 255, 0.26);
    z-index: -22;
    border-radius: 0 0 50% 50%;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}
.back_header2 {
    width: 120%;
    height: 164px;
    position: absolute;
    right: -10%;
    background-color: rgba(95, 67, 255, 0.26);
    z-index: -23;
    border-radius: 0 0 50% 50%;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}
.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 75%;
    margin: 0 auto;
    padding: 35px 0;
}
#responsive_navigation {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 250px!important;
    /*height: 110vh!important;*/
    background-image: linear-gradient(30deg, #4531BA ,#392899);
    z-index: 10;
    position: fixed;
    overflow-y: scroll;
    right: -250px;
    display: none;
}
nav .lang_select label {
    margin: 0;
}
nav .language_options {
    display: flex;
    flex-direction: column;
}
nav .language_options a {
    /*padding-left: 26px;*/
    background: none;
    border: none;
    text-align: left;
    /*padding-right: 5px;*/
}
nav ul.lang_select li {
    width: 100% !important;
    border: none!important;
}
.back_fade {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(127, 127, 127, 0.45);
}
.hamburger_menu {
    display: none;
}
.gramito_logo, .header_logo {
    text-align: right;
    width: 135px;
    height: 50px;
    background-image: url("/assets_main_pages/img/Gramito_logo_en.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.header_items {
    display: flex;
    justify-content: space-evenly;
    max-width: 1220px;
}

.header_items .lang_select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-right: 60px;*/
    margin-bottom: 0;
    position: relative;
}
.header_items .lang_select .lang_wrapper .lang_title {
    width: 55px!important;
}
.header_items li .arrow_right{
    /*padding-bottom: 10px;*/
}
.header_items li .arrow_right:hover {
    /*color: #FF7840;*/
}
.landing_width{
    width: 170px!important;
}
.header_items .lang_select .lang_wrapper .language_options {
    width: 92px;
    /*min-height: 36px;*/
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 10px !important;
    color: #3E2BA7;
    position: absolute;
    top: 24px;
    z-index: 44;
}
.header_items .lang_select .lang_wrapper .language_options:hover {
    background-color: #ffffff;
    color: #FF7840;
}
.header_items .lang_select .lang_wrapper .language_options a {
    border: none;
    background-color: transparent;
    color: #3E2BA7;
}

.header_items .lang_select .lang_wrapper .language_options a:hover {
    border-bottom: 2px solid #FF7840;
    padding : 1px;
}
.header_items ul {
    display: flex;
    align-items: center;
}
.header_items li {
    padding: 0 25px;
    cursor: pointer;
}
.header_items li a {
    text-decoration: none;
    color: #FFFFFF;
    /*padding-bottom: 10px;*/
}

.header_items li a:hover, #responsive_navigation li a:active {
    color: #FF7840;
}
a.lang_general {
    margin-bottom: 0;
}
.header_items li a:not(.lang_general):hover , .header_items li a:not(.lang_general):active {
    border-bottom: 3px solid #FFFFFF;
    /*width: 60%;*/
}

.auth_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    background-color: #392899;
    border-radius: 50px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    margin: 0;
}
.auth_btn:hover {
    background-color: #FFFFFF;
    color: #392899;
}
.show_items {
    display: flex;
    transition: 5s all;
}
.arrow {
    font-weight: 600;
    padding-left: 4px;
}
.close_cross {
    display: none;
}

/******************************************* responsive 1700px ***************************************/
@media only screen and (max-width: 1700px) {

}
/******************************************* responsive 1440px ***************************************/
@media only screen and (max-width: 1440px)
{
    .auth_btn {
        height: 46px;
    }
    .gramito_logo, .header_logo {
        width: 120px;
        height: 46px;
    }
}

/******************************************* responsive 1210px ***************************************/
@media only screen and (max-width: 1210px)
{
    .header_items li {
        padding: 0 20px;
    }
}

/******************************************* responsive 992px ***************************************/
@media only screen and (max-width: 992px)
{
    .header_items li {
        padding: 0 10px;
    }
    .header_items .lang_select {
        margin-right: 15px;
    }
    .auth_btn {
        width: 120px;
    }
}
/******************************************* responsive 850px ***************************************/
@media only screen and (max-width: 850px)
{
    .gramito_logo, .header_logo {
        width: 110px;
        height: 42px;
    }
}
/******************************************* responsive 768px ***************************************/
@media only screen and (max-width: 768px) {
    #responsive_navigation .gramito_logo, #responsive_navigation .header_logo {
        text-align: center!important;
        margin: 100px auto 20px;
    }
    .hamburger_menu {
        display: block;
    }
    #responsive_navigation .gramito_logo {
        text-align: center!important;
        margin: 100px auto 20px;
    }
    .header_items {
        display: none;
    }

    .auth_btn {
        height: 42px;
    }

    .close_cross {
        display: block;
        font-size: 30px;
        right: 10px;
        padding: 25px;
        position: absolute;
        color: #d0d0d0;
    }
    #responsive_navigation img {
        padding-top: 45px;
        margin: 50px auto 30px;
    }

    #responsive_navigation ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%!important;
        height: 100%;
        margin-top: 10px;
    }
    #responsive_navigation ul li {
        width: 80%;
        border-bottom: 1px solid #c7c7c7;
        margin-bottom: 0;
    }
    .res_link {
        display: block!important;
        color: #e7e7e7;
        text-decoration: none;
        padding: 20px 15px;
        text-align: start;
    }
    .close {
        cursor: pointer;
    }
}

/******************************************* responsive 576px ***************************************/
@media only screen and (max-width: 576px)
{
    .header_container {
        height: 120px;
    }
    .back_header1 {
        height: 132px;
    }
    .back_header2 {
        height: 146px;
    }
    .auth_btn {
        width: 110px;
        height: 38px;
    }
}

/******************************************* responsive 400px ***************************************/
@media only screen and (max-width: 400px)
{
    .hamburger_menu img {
        width: 20px;
        height: 20px;
    }
    .gramito_logo, .header_logo {
        width: 95px;
        height: 40px;
    }
    .auth_btn {
        width: 100px;
        height: 38px;
    }
}
