.header_wrapper {
    max-width: 100%;
}
.homeHeader_content .header_content_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 15px 0;
}
.back_header1 {
    height: 972px;
    grid-row-start: 1!important;
    grid-row-end: 2!important;
    grid-column-start: 1;
    grid-column-end: 2;
}
.back_header2 {
    height: 984px;
    grid-row-start: 1!important;
    grid-row-end: 2!important;
    grid-column-start: 1;
    grid-column-end: 2;
}
.header_container .texture_header {
    position: absolute;
    width: 75%;
    left: 8%;
    top: 4%;
}
.header_container .grid_repeat {
    position: absolute;
    width: 150px;
    left: 23%;
    top: 70%;
}
.homeHeader_content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 0 6%;
}
.homeHeader_content .items_container .item_box {
    width: 50%;
}
.homeHeader_content .items_container .item_box img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 520px;
}
.homeHeader_content .content_header label, span{
    padding-right: 30px;
    text-align: left;
}
.title_wrapper {
    border-bottom: 5px solid #dbdada;
}
.content_header a {
    background-color: #FFFFFF;
    color: #3E2BA7;
}


.header_content_box .item_box .btn_container {
    border: 1px solid white;
}
.header_content_box .item_box .btn_container:hover {
    border: 1px solid #FF7840;
}
.content_header button:hover{
    background-color: #FF7840;
    color: white;
}
.half_line {
    width: 110px;
    height: 4px;
    border-radius: 3px;
}
.arrow_wrapper {
    margin: 20px 0 0 0;
}
.arrow_bottom {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.3);
    transform: rotate(-90deg);
    cursor: pointer;
}
.arrow_bottom:hover {
    background-color: rgba(255, 120, 64, 0.3);
}
.arrow {
    margin-right: 6px;
}
.arrow img {
    width: 14px;
    height: 20px;
}

.slider_item button:hover {
    background-color: #ee6532!important;
}
#like_packages .slider_item button:hover {
    background-color: #ee6532!important;
}
.package_items ul li {
    padding: 1px 0;
}
.package_items ul li::before {
    content: url("/assets_main_pages/img/star.png");
    position:relative;
    z-index:100000;
    left:-8px;
    top:3px;
}
#why_gramito {
    width: 100%;
    padding: 0 6%;
}
#why_gramito .element_wrapper {
    width: 100%;
    min-height: 370px;
    height: auto;
    padding: 2%;
    border-radius: 25px;
    background-color: #28CF94;
    align-items: center;
    justify-content: center;
}
#why_gramito .element_wrapper ul {
    width: 92%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
}
#why_gramito .element_wrapper ul li {
    flex-grow: 1!important;
}

#why_gramito .element_wrapper ul li div:hover {
    transform: scale(1.1);
}
#why_gramito .element_wrapper ul li div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 15px;
    background-color: #eeeeee;
}
#why_gramito .element_wrapper ul li div img {
    width: 110px;
    height: 110px;
    background-color: #FFFFFF;
    border-radius: 15px;
}
.faq_part {
    align-items: center;
    width: 100%;
    min-height: 500px;
    height: auto;
    padding: 3% 0 2%!important;
    /*grid-row-start: 10;*/
    /*grid-row-end: 11;*/
    position: relative;
}
.faq_part ul {
    width: 70%;
    height: auto;
    margin: 2% auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.faq_part ul li {
    width: 95%;
}
.faq_part ul li .question_item{
    align-items: center;
    justify-content: flex-start;
    width: 95%;
    height: 60px;
    padding: 8px;
    padding-right: 15px;
    border-radius: 40px;
    box-shadow: 1px 1px 8px rgba(33, 33, 33, 0.2);
    cursor: pointer;
}
.faq_part ul li div.open_close {
    width: 48px;
    height: 48px;
    border-radius: 40px;
    box-shadow: 1px 2px 7px rgba(33, 33, 33, 0.4);
    background-color: #ffffff;
    font-size: 32px;
    vertical-align: middle;
}
.close {
    display: none;
    padding-top: 4px;
}
.faq_part ul li h3 {
    margin: 0 0 0 10px;
    line-height: 100%;
    padding: 0;
}
.faq_part ul li .answer_part {
    width: 95%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 78px 6% 2%;
    margin-top: -58px;
    border-radius: 33px;
}
.faq_part ul li .answer_part p {
    font-weight: 500;
}
.faq_part img {
    position: absolute;
}
.faq_part img:nth-of-type(1) {
    right: 0;
    top: 100px;
}
.faq_part img:nth-of-type(2) {
    width: 100px;
    height: 100px;
    left: 50px;
    top: 90px;
}
.faq_part img:nth-of-type(3) {
    width: 100px;
    height: 100px;
    bottom: 90px;
    right: 50px;
}
/********************************users_comments slier***************************/
#users_comments {
    width: 100%;
    padding: 0 6%;
    margin-bottom: 80px;
}
#users_comments .comments_wrapper div.comments_wrapper {
    width: 100%;
}
#users_comments .swiper_Comments {
    height: 340px;
}
#users_comments .slider_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 210px;
    width: 440px!important;
    padding: 15px 85px 15px 20px;
    /*margin: 0 15px;*/
    background: #ffffff;
    box-shadow: 3px 3px 15px rgba(0, 208, 140, 0.2);
    border-radius: 25px;
    box-sizing: border-box;
}

#users_comments .slider_item p {
    line-height: 160%;
}
#users_comments .img_wrapper {
    position: absolute;
    width: 130px;
    height: 130px;
    border: 20px solid #28CF94;
    border-radius: 30px;
    top: 35px;
    right: -55px;
}
#users_comments .slider_item label {
    margin: 10px auto 8px;
}
#users_comments span.user_name {
    display: inline-block;
    margin: 15px 0!important;
    padding: 0;
}
#users_comments .swiper-button-prev, #users_comments .swiper-button-next {
    color: #1ab378;
}
#users_comments .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #28CF94;
}
.ready_start_main {
    width: 100%;
    position: relative;
}
#ready_start {
    align-items: center;
    justify-content: space-around;
    width: 65%;
    min-height: 400px;
    margin: 10% auto 15%!important;
    padding: 3% 4%;
    height: auto;
    background-color: #FFF3E0;
    border-radius: 20px;
    box-shadow: 3px 3px 10px rgba(229, 229, 229, 0.51);
    position: relative;
}
.ready_start_main .rectangle_left {
    top: -25%!important;
}
.ready_start_main div.call_info {
    margin-top: 65px;
}
#ready_start .grid_img {
    position: absolute;
}
#ready_start .grid_img:nth-of-type(1) {
    width: 120px;
    top: -55px;
    right: -55px;
    z-index: -11;
}
#ready_start img:nth-of-type(3) {
    width: 120px;
    bottom: -60px;
    left: -55px;
    z-index: -11;
}
#ready_start .grid_img:nth-of-type(2) {
    width: 70px;
    top: 210px;
    right: 40px;
}
#ready_start .grid_img:nth-of-type(4) {
    width: 70px;
    top: 100px;
    left: 40px;
}
#ready_start .btn_wrapper {
    width: 60%;
    height: 60px;
    padding: 5px 8px;
    margin-top: 45px;
    margin-bottom: 10px;
    border-radius: 30px;
    border: 2px solid #FF7840;
    background-color: rgb(255,255,255);
    cursor: pointer;
}
#ready_start button {
    border: none;
    margin-left: 20px;
}
#ready_start .btn_wrapper div.arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FF7840;
    padding: 0!important;
    transform: rotate(180deg);
}
/********************************************swiper ****************************************/
.swiper-pagination span {
    padding: 0;
}

/*****************************new tabs********************/
.tab {
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    font-weight: 300;
    color: #888;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.tabs a {
    border-bottom: 1px solid #fff;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 15px 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tab_content {
    min-height: 400px;
    height: auto!important;
    padding: 2% 3%;
}
.tabs_item {
    width: 100%;
    display: none;
    min-height: 400px;
    height: auto;
    padding: 30px 0;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: space-between;
}
.tabs_item img{
    margin: 20px auto;
}
.tabs_item:first-child {display: flex;}

.current a {
    border-bottom: 4px solid #FF7840;
    margin-bottom: -2px;
    color: #FF7840;
}
/******************************** swiper *********************************/
.swiper {
    width: 90%;
    /* height: 100%; */
}

.swiper-slide {
    text-align: center;
    /*font-size: 18px;*/
    /* background: #fff; */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/********************************* Gramito_counter ***************************/
#gramito_counter {
    /*display: grid;*/
    /*grid-template-columns: auto auto;*/
    /*grid-template-rows: auto auto;*/
    width: 100%;
    min-height: 500px;
    height: auto;
    padding: 0 5%;
    background-image: linear-gradient(30deg, #FF7840, #FF3150);
    position: relative;
    margin: 10% auto;
}
#gramito_counter .counter_wrapper {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: auto;
    align-items: center;
    margin-top: 25px;
    /*justify-content: space-between;*/
    align-items: center;
}
#gramito_counter img {
    position: absolute;
}
#gramito_counter img:nth-of-type(1) {
    top: 100px;
    right: 0;
}
#gramito_counter img:nth-of-type(2) {
    top: 30px;
    right: 65%;
    width: 120px;
    height: 120px;
}
.counter{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: 12px solid rgba(255, 255, 255, 0.70);
    font-family: 'Muli', sans-serif;
    width: 230px;
    height: 230px;
    text-align: center;
    border-radius: 100%;
    /*padding: 77px 32px 40px;*/
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter_item:nth-of-type(4) .counter {
    width: 280px;
    height: 280px;
}
.counter_item {
    position: relative;
}
.half_circle {
    width: 200px;
    height: 220px;
    border: 30px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    right: 35px;
    /* Halve the circle */
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    /* Rotate the circle */
    transform: rotate(0deg);
}
.counter_item:nth-of-type(4) .half_circle {
    width: 270px;
    height: 280px;
}
.counter .counter-value{
    font-size: 30px;
    font-weight: 700;
    padding: 0;
}
/******************************************* rectangles *******************************************/
.rectangle {
    width: 550px;
    height: 550px;
    border-radius: 55px;
    position: absolute;
    z-index: 222;
}
.rectangle_right {
    transform: rotate(27deg);
    right: -490px;
    top: 4%;
}
.rect_sm_right, .rect_sm_left {
    width: 520px;
    height: 520px;
    top: -32%!important;
}
.rectangle_left {
    transform: rotate(-27deg);
    left: -490px;
    top: 4%;
    overflow: hidden!important;
}

/******************************************* responsive 1700 ***************************************/
@media only screen and (max-width: 1700px) {
   .header_container {
        height: 910px!important;
    }
    .back_header1 {
        height: 922px;
    }
    .back_header2 {
        height: 934px;
    }
    .homeHeader_content .items_container .item_box img {
        width: 480px;
    }
}
/******************************************* responsive 1500 ***************************************/
@media only screen and (max-width: 1500px) {
   .header_container {
        height: 600px!important;
    }
    .back_header1 {
        height: 612px;
    }
    .back_header2 {
        height: 624px;
    }
    .homeHeader_content .items_container .item_box img {
        width: 270px;
    }
    .arrow_wrapper {
        margin: 0;
    }
    .header_container .grid_repeat {
        position: absolute;
        width: 100px;
        left: 25%;
        top: 65%;
    }
    #ready_start {
        min-height: 330px;
    }
}

/******************************************* responsive 1440px ***************************************/
@media only screen and (max-width: 1440px) {
    .half_circle {
        right: 30px;
        top: 2px;
    }
    #users_comments .slider_item {
        height: 260px;
        width: 380px!important;
    }
    #users_comments .img_wrapper {
        top: 60px;
        right: -60px;
    }
    .rectangle_right {
        right: -530px;
    }
    .rectangle_left {
        left: -530px;
    }
    .arrow img {
        width: 12px;
        height: 18px;
    }
    #ready_start .grid_img:nth-of-type(1), #ready_start .grid_img:nth-of-type(3) {
        width: 100px;
    }
    #ready_start .grid_img:nth-of-type(1) {
        top: -40px;
        right: -36px;
    }
    #ready_start .grid_img:nth-of-type(3) {
        bottom: -40px;
        left: -36px;
    }
}
/******************************************* responsive 1400px ***************************************/
@media only screen and (max-width: 1400px) {
    .half_circle {
        right: 12px;
    }
    .header_container .texture_header {
        top: 18%;
    }
}

/******************************************* responsive 1210px ***************************************/
@media only screen and (max-width: 1210px)
{
    #why_gramito .element_wrapper ul li div{
        width: 110px;
        height: 110px;
    }
    #why_gramito .element_wrapper ul li div img {
        width: 100px;
        height: 100px;
    }
    .counter {
        width: 190px;
        height: 190px;
    }
    .counter_item:nth-of-type(4) .counter {
        width: 220px;
        height: 220px;
    }
    .half_circle {
        width: 175px;
        height: 184px;
        border: 25px solid #ffffff;
        border-top-color: transparent;
        border-left-color: transparent;
        border-bottom-color: transparent;
        right: 30px;
    }
    .counter_item:nth-of-type(4) .half_circle {
        width: 220px;
        height: 220px;
    }
    .faq_part img {
        width: 115px;
        height: 115px;
    }
    #users_comments .slider_item {
        height: 270px;
        min-width: 250px!important;
        width: 72%!important;
    }
    #users_comments .img_wrapper {
        top: 74px;
        right: -67px;
    }
    .rectangle_right {
        width: 500px;
        height: 500px;
        right: -480px;
    }
    .rectangle_left {
        width: 500px;
        height: 500px;
        left: -480px;
    }
}
/******************************************* responsive 1200px ***************************************/
@media only screen and (max-width: 1200px)
{
    .half_circle {
        right: 13px;
    }
}
/******************************************* responsive 1024 ***************************************/
@media only screen and (max-width: 1024px){
    #users_comments .slider_item {
        height: 210px;
        width: 440px!important;
    }
    #users_comments .img_wrapper {
        top: 35px;
        right: -55px;
    }
    .header_container .texture_header {
        position: absolute;
        width: 80%;
        top: 16%;
    }
    .rectangle {
        display: none;
    }
}
/******************************************* responsive 1000px ***************************************/
@media only screen and (max-width: 1000px)
{
    .homeHeader_content {
        /*width: 90%;*/
    }
    .homeHeader_content .content_header label, span {
        padding-right: 25px;
    }
    #why_gramito .element_wrapper ul {
        width: 100%;
    }
    #ready_start .grid_img:nth-of-type(odd){
        width: 80px;
    }
    #ready_start .grid_img:nth-of-type(even) {
        width: 60px;
    }
    #ready_start .grid_img:nth-of-type(1) {
        top: -40px;
        right: -36px;
    }
    #ready_start .grid_img:nth-of-type(3) {
        bottom: -40px;
        left: -36px;
    }

}
/******************************************* responsive 992px ***************************************/
@media only screen and (max-width: 991px) {
    #gramito_counter .counter_wrapper {
        min-width: 280px;
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(2, auto);
        align-items: center;
        grid-gap: 35px;
        margin: 35px auto;

    }
    .faq_part ul li {
        width: 100%;
    }
    .faq_part img {
        width: 100px;
        height: 100px;
    }
    .counter {
        width: 200px;
        height: 200px;
    }
    .counter_item:nth-of-type(4) .counter {
        width: 200px;
        height: 200px;
    }
    .half_circle {
        width: 190px;
        height: 200px;
        border: 25px solid #ffffff;
        border-top-color: transparent;
        border-left-color: transparent;
        border-bottom-color: transparent;
        right: 62px!important;
    }
    .counter_item:nth-of-type(4) .half_circle {
        width: 190px;
        height: 200px;
    }
    #gramito_counter img:nth-of-type(1) {
        width: 140px;
        height: 55px;
    }
    #gramito_counter img:nth-of-type(2) {
        right: 85%;
    }
}
/******************************************* responsive 768px ***************************************/
@media only screen and (max-width: 768px)
{
    .half_line {
        height: 3px;
    }
    .title_wrapper {
        border-bottom: 4px solid #dbdada;
    }
    #likePackage_features .half_line, #like_packages .half_line {
        margin-top: -4px;
    }
    .homeHeader_content .items_container {
        flex-direction: column;
    }
    .homeHeader_content .items_container .item_box {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .homeHeader_content .header_content_box {
        margin-top: 20px;
    }
    .homeHeader_content .items_container .half_line {
        text-align: center;
    }
    .homeHeader_content .items_container .item_box img{
        width: 48%;
    }
    .homeHeader_content .content_header label, span {
        padding: 0;
        text-align: center;
    }
    .header_container .texture_header {
        width: 94%;
    }
    .home_container .items_wrapper:nth-child(even) {
        flex-direction: column;
    }
    .home_container .items_wrapper:nth-child(odd) {
        flex-direction: column;
    }
    .home_container .items_wrapper .items_box {
        width: 100%;
        align-items: center;
    }
    .home_container .items_wrapper .items_box label {
        margin-right: auto;
    }
    #why_gramito .element_wrapper {
       padding-top: 4%;
    }
    #why_gramito .element_wrapper ul {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
    #why_gramito .element_wrapper ul li {
        margin: 0 10px 20px;
    }
    #why_gramito .element_wrapper ul li div {
        width: 100px;
        height: 100px;
    }
    #why_gramito .element_wrapper ul li div img {
        width: 85px;
        height: 85px;
    }
    .faq_part ul {
        width: 85%;
    }
   .faq_part ul li .question_item {
        padding-right: 18px;
    }
    #ready_start {
        width: 85%;
    }
    .counter, .counter_item:nth-of-type(4) .counter {
        width: 170px;
        height: 170px;
        border: 10px solid rgba(255, 255, 255, 0.70);
    }

    .half_circle, .counter_item:nth-of-type(4) .half_circle {
        width: 170px;
        height: 180px;
        border: 20px solid #ffffff;
        border-top-color: transparent;
        border-left-color: transparent;
        border-bottom-color: transparent;
        right: 35px!important;
        top: -3%;
    }
    #gramito_counter img {
        top: 25px!important;
    }
    #gramito_counter img:nth-of-type(2) {
        width: 80px;
        height: 80px;
    }
    .faq_part img {
        display: none;
    }
    #users_comments .slider_item {
        height: 240px;
        width: 340px!important;
    }
    #users_comments .img_wrapper {
        top: 50px;
        right: -55px;
    }
    .arrow img {
        width: 11px;
        height: 16px;
    }

}
/******************************************* responsive 576px ***************************************/
@media only screen and (max-width: 576px)
{
    .homeHeader_content .items_container .item_box img{
        width: 65%;
    }
    .header_container, .back_header1, .back_header2 {
        width: 150%!important;
        right: -26%!important;
    }
    .header_container {
        height: 720px!important;
    }
    .back_header1 {
        height: 732px;
    }
    .back_header2 {
        height: 744px;
    }
    #ready_start {
        width: 80%;
    }
    #gramito_counter img {
        display: none;
    }
    #gramito_counter .counter_wrapper {
        width: 250px;
        justify-content: center;
    }
    .counter, .counter_item:nth-of-type(4) .counter {
        width: 150px;
        height: 150px;
        border: 10px solid rgba(255, 255, 255, 0.70);
    }
    .half_circle, .counter_item:nth-of-type(4) .half_circle {
        width: 150px;
        height: 160px;
        right: 3%!important;
    }
    #ready_start button {
        margin-right: 10px;
    }
    #ready_start .btn_wrapper {
        width: 70%;
    }
    #ready_start .btn_wrapper div.arrow {
        width: 30px;
        height: 30px;

    }
    #users_comments .swiper_Comments {
        height: 480px;
    }
    #users_comments .slider_item {
        height: 350px;
        width: 280px!important;
        padding: 50px 25px 25px 25px;
    }
    #users_comments .img_wrapper {
        top: -55px;
        right: 74px;
    }
    .header_container .texture_header {
        top: 20%;
    }

}
/******************************************* responsive 450px ***************************************/
@media only screen and (max-width: 450px)
{
    .half_line {
        height: 2px;
    }
    .title_wrapper {
        border-bottom: 3px solid #dbdada;
    }
    #likePackage_features .half_line, #like_packages .half_line {
        margin-top: -3px;
    }
    .header_container {
        height: 630px!important;
    }
    .back_header1 {
        height: 642px !important;
    }
    .back_header2 {
        height: 654px !important;
    }
    .tabs a {
        padding: 15px 8px;
    }
    #why_gramito .element_wrapper {
        height: auto;
    }
    #why_gramito .element_wrapper ul {
        display: grid;
        grid-template-rows: repeat(4, 1fr);
        grid-template-columns: 1fr;
    }
    .faq_part ul {
        width: 90%;
    }

    #ready_start .grid_img:nth-of-type(even) {
        display: none;
    }
    #gramito_counter .counter_wrapper {
        display: grid;
        grid-template-columns: repeat(1, auto);
        grid-template-rows: repeat(4, auto);
    }
    .half_circle, .counter_item:nth-of-type(4) .half_circle {
        top: 6%;
    }
    .counter, .counter_item:nth-of-type(4) .counter{
        width: 180px;
        height: 180px;

    }
}
/******************************************* responsive 400px ***************************************/
@media only screen and (max-width: 400px)
{
    .homeHeader_content .items_container .item_box img {
        width: 75%;
    }
    .header_container, .back_header1, .back_header2 {
        width: 180%;
        right: -41%;
    }
    .header_container {
        height: 708px;
    }
    .back_header1 {
        height: 720px;
    }
    .back_header2 {
        height: 732px;
    }
    .auth_btn {
        width: 100px;
    }
    #ready_start {
        width: 90%;
    }
    #ready_start .grid_img {
        display: none;
    }
    .arrow img {
        width: 10px;
        height: 14px;
    }
}

.lang_select .lang_wrapper:hover .language_options{
    display:block!important;
}

@media only screen and (max-width: 768px) {
    .lang_select .lang_wrapper:hover .language_options{
    display:flex!important;
}
}
   
