* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
    scroll-behavior: smooth;
}

body {
    background: #EDF2EC;

}

.wrapper {
    max-width: 1440px;
    margin: 0 auto;

}

.burger_ico {
    display: none;
}

.header_wrapper {
    display: flex;
    font-family: 'Inika Regular', sans-serif;
    font-weight: bold;
    max-width: 1220px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    line-height: 134px;
}

.header_logo {
    display: flex;
}


.header_list {
    display: flex;
    flex-wrap: wrap;
}

.header_link {
    font-family: 'Inika';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    color: #010201;

}

.header_link:hover {
    font-family: 'Inika';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    color: #E06733;

}

.header_item {
    margin-right: 47px;
    font-size: 16px;
}

.header_item:last-child {
    margin-right: 0;
}

#welcome {
    max-width: 1440px;
    margin: 0 auto;
}

.wrapper_section_one {
    display: flex;
    justify-content: space-between;
    max-width: 1222px;
    margin: 0 auto;
    margin-top: 54px;
    padding-bottom: 58px;
}



.h1_we_grow {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    color: #717171;
}

.lorem_welcome_text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #636060;
    margin-bottom: 53px;

}

.leafs_section {
    margin-top: 8px;
}

.leafs_welcome {
    width: 449px;
    height: 407px;
}

.text_section_one {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    max-width: 548px;
    margin-top: 45px;
}

.button_learn {
    font-size: 16px;
    width: 158px;
    height: 44px;
    border: solid 2px #E06733;
    border-radius: 10px;
    margin-bottom: 20px;
}

.button {
    margin-bottom: 17px;
}

.button_learn:hover {
    cursor: pointer;
    background-color: #E06733;
    color: #FFFFFF;
}

.button_learn:active {
    background-color: #dd825c;
}

.plants_green {
    color: #499A18;
}

#about {
    max-width: 1440px;
    margin: 0 auto;
    background: white;
    padding-top: 93px;
    scroll-behavior: smooth;
}

.section_about {
    font-family: "Inika";
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1222px;
    margin: 0 auto;
    padding-bottom: 95px;


}

.wrapper_about_text {
    width: 602px;

}

.house_plant {
    height: 479px;
    width: 464px;
}

.text_about {
    font-family: 'Inika';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    color: #499A18;
    margin-bottom: 39px;
    margin-top: 13px;
}



.lorem_about {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #636060
}

.orange_text_about {
    color: #E06733;
}

#service {
    max-width: 1440px;
    margin: 0 auto;
    color: #EDF2EC;
    scroll-behavior: smooth;
}

.section_service {
    max-width: 1222px;
    margin: 0 auto;
}

.button_service {
    max-width: 1007px;
}

.wrapper_service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 53px;
    margin-top: 79px
}

.Service_h2 {
    font-family: 'Inika';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    width: 306px;
    color: #499A18;

}

.button_service {
    display: flex;
    justify-content: space-between;
    margin-top: 41px;
    align-items: center;
}

.service_button {
    font-family: 'Inika';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #E06733;
    padding: 12px 40px;
    border-radius: 5px;
    border: 1px solid #E06733;
    background: #EDF2EC;
    width: 161px;
}


.card_service {
    border: 1px solid #E3E1D5;
    border-radius: 20px 20px 20px 20px;
}


.card_header {
    padding-bottom: 29px;
}


.position_button {
    display: flex;
    justify-content: space-between;
    min-width: 560px;
}


.service_button:hover {
    cursor: pointer;
    background: #E06733;
    color: #FFFFFF;
}

.service_button:active {
    color: #EDF2EC;

}

.card_header {
    font-family: 'Inter';
    font-style: normal;
    border-radius: 0px 0px 20px 20px;
    font-weight: 700;
    font-size: 17px;
    line-height: 33px;
    text-align: center;
    color: #E06733;
}

.description_card {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #717171;

}

#prices {
    max-width: 1440px;
    margin: 0 auto;
    background: #FFFFFF;
    padding-bottom: 104px;


}

.section_prices {
    display: flex;
    justify-content: space-between;
    max-width: 1222px;
    margin: 0 auto;
    margin-top: 121px;


}

.head_h2_prices {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
}

.leafs_prices {
    margin-top: 34px;
    margin-right: -9px;
}

.wrapper_about_prices {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 39px;
}

.about_prices_h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: right;
    color: #000000;
    max-width: 452px;
}

.wrapper_left_prices {
    margin-top: 36px;
}

.text_left_prices {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.contact_us_button {
    min-width: 162px;
    padding: 11px 32px;
    border-radius: 5px;
    margin-top: 40px;
    border: 1px solid #E06733;
    border-radius: 5px;
}

.contact_us_button:hover {
    cursor: pointer;
    background-color: #E06733;
    color: #FFFFFF;
}

.text_button_contact_us {
    font-family: 'Inika';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #E06733;
}

.text_button_contact_us:hover {
    color: #FFFFFF;
}

.button_prices {
    max-width: 250px;
    border-radius: 20px;
    padding: 14px 38px 10px 38px;
}

.button_prices:hover {
    box-shadow: 1px 4px 6px -2px;
}

.wrapper_buttons_prices {
    display: flex;
    min-width: 332px;
    flex-direction: column;
    align-items: center;
    margin-top: 62px;
    min-height: 282px;
    border: 1px solid #E3E1D5;
    border-radius: 20px;
    min-height: 282px;


}

.button_prices {
    display: inline-flex;
    justify-content: space-between;
    min-width: 250px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 19px;
    color: #000000;
    margin-top: 35px;
}



.cyrcle_arrow {
    background: #D9D9D9;
    width: 16px;
    height: 16px;
    border-radius: 50px;
}

.cyrcle_arrow:hover {
    cursor: pointer;
}

.down_arrow {
    border: solid #717171;
    display: inline-block;
    margin-top: 4px;
    border-width: 0 2px 2px 0;
    padding: 2px;
    margin-bottom: 19px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.color_gardeners {
    color: #499A18;
}


#contact_us {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: -104px;
}

.contact_us {
    display: flex;
    max-width: 1222px;
    margin: 0 auto;
    align-items: center;
}

.contact_woman {
    margin-top: 157px;
}

.contact_h2 {
    font-family: 'Inika';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #499A18;
    margin-bottom: 272px;
    margin-left: 114px;
}

.button_city_acord {
    display: flex;
    justify-content: space-between;
    min-width: 450px;
    margin-left: 67px;
    margin-bottom: 99px;
    background: #D6E7D2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 0px;
}

.text_city {
    text-align: start;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 49px;
    letter-spacing: 0.05em;
    color: #717171;
    padding-left: 19px;

}

.cyrcle_arrow_city {
    background: #D9D9D9;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    margin-top: 17px;
    margin-right: 32px;
}

.down_arrow_city {
    border: solid #717171;
    display: inline-block;
    margin-top: 4px;
    border-width: 0 2px 2px 0;
    padding: 2px;
    margin-bottom: 19px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.footer {
    max-width: 1440px;
    margin: 0 auto;
    background: #FFFFFF;

}

.wrapper_footer {
    display: flex;
    justify-content: space-between;
    max-width: 1222px;
    margin: 0 auto;
    line-height: 130px;

}

.github_and_date {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-left: 16px;
}

.school_link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
    color: #000000;
    margin-left: 15px;
    margin-top: 44px;
}

.list_link_social {
    display: flex;
    justify-content: space-between;
    min-width: 188px;
    padding-top: 4px;

}

@media screen and (max-width:768px) {
    .wrapper {
        max-width: 768;
        margin: 0 auto;
    }

    .header_wrapper {
        display: flex;
        font-family: 'Inika Regular', sans-serif;
        font-weight: bold;
        max-width: 668px;
        margin: 0 auto;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        line-height: 120px;
    }

    .burger_ico {
        display: none;
    }

    .header_logo {
        margin-left: -2px;
    }

    .header_item {
        margin-right: 47px;
        font-size: 16px;
    }

}

@media screen and (max-width:768px) {
    #welcome {
        max-width: 768px;
        margin: 0 auto;
    }

    .wrapper_section_one {
        max-width: 668px;
        margin: 0 auto;
        padding-bottom: 33px;

    }

    .leafs_section {
        order: 1;
    }

    .leafs_welcome {
        width: 280px;
        height: 254px;
        margin-top: 29px;
        margin-right: -7px;
    }

    .h1_we_grow {
        font-size: 35px;
    }

    .lorem_welcome_text {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        color: #636060;
        margin-bottom: 35px;
        margin-top: 30px;
        margin-left: 5px;
    }

    .text_section_one {
        max-width: 337px;
        margin-top: 38px;
    }
}

@media screen and (max-width:768px) {
    #about {
        max-width: 768px;
        margin: 0 auto;
    }

    .section_about {
        max-width: 668px;
        margin: 0 auto;
        flex-direction: column;
        padding-bottom: 129px;
    }

    .house_plant {
        width: 250px;
        height: 258px;
        margin-top: 33px;
    }

    .text_about {
        font-family: 'Inika';
        font-style: normal;
        font-weight: 400;
        font-size: 35px;
        line-height: 46px;
        text-align: center;
        color: #499A18;
        max-width: 423px;
        margin: 0 auto;
        margin-top: -105px;
    }

    .wrapper_about_text {
        margin-top: 20px;
        min-width: 668px;
        margin-top: 51px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #636060;
        max-width: 668px;
    }

    .lorem_about {
        margin-top: 52px;
    }

    #service {
        max-width: 768px;
        margin: 0 auto;
    }

    .section_service {
        max-width: 668px;
        margin: 0 auto;
    }

    .Service_h2 {
        font-family: 'Inika';
        font-style: normal;
        font-weight: 400;
        font-size: 35px;
        line-height: 46px;
        color: #499A18;
    }

    .button_service {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 60px;
    }

    .position_button {
        margin-top: 41px;
    }

    .wrapper_service {
        margin-top: 38px;
        row-gap: 34px;
    }

    .card_header {
        margin-right: 14px;
        margin-top: 5px;
        margin-left: 13px;
        padding-bottom: 18px;
        line-height: 25px;
    }

    .card_service {
        max-width: 282px;
    }

    #prices {
        max-width: 768px;
        margin: 0 auto;
        margin-top: 67px;
        padding-bottom: 81px;
    }

    .section_prices {
        max-width: 668px;
        margin: 0 auto;
    }

    .head_h2_prices {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 35px;
        line-height: 42px;
        color: #000000;
        margin-left: 14px;
        margin-top: 5px;
    }

    .about_prices_h2 {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        line-height: 35px;
        text-align: right;
        color: #000000;
        max-width: 282px;
        margin-top: 101px;

    }

    .wrapper_buttons_prices {
        margin-top: 55px;

    }

    .contact_us_button {
        margin-top: 28px;
    }

    .leafs_prices {
        margin-top: 29px;
    }

    #contact_us {
        max-width: 768px;
        margin: 0 auto;
    }

    .contact_us {
        max-width: 668px;
        margin: 0 auto;
        flex-direction: column;
    }

    .button_city_acord {
        order: 2;
        margin-right: 65px;
    }

    .contact_h2 {
        display: flex;
        order: 1;
        margin-left: 0;
        margin-top: 40px;
        margin-bottom: 99px;
    }

    .contact_woman_picture {
        order: 3;
        display: flex;
    }

    .contact_woman {
        margin-top: 151px;
        margin-left: 21px;
    }

    .cyrcle_arrow_city {
        margin-right: 36px;
    }

    .footer {
        max-width: 768px;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .wrapper_footer {
        max-width: 668px;
        margin: 0 auto;
        flex-direction: column;
        line-height: 39px;
    }

    .github_footer {
        margin-left: 250px;
        margin-top: 29px;
    }

    .school_link {
        margin-left: 229px;
        margin-top: -7px;
    }

    .list_link_social {
        min-width: 210px;
        justify-content: center;
        gap: 27px;
    }

    .soc_ico {
        margin-top: 10px;
    }
}

@media screen and (max-width:380px) {
    .wrapper {
        max-width: 380;
        margin: 0 auto;
        margin-top: -8px;
    }

    .header_wrapper {
        max-width: 330px;
        margin: 0 auto;
        line-height: 135px;
    }

    .header_list {
        flex-direction: column;
        align-items: end;
        min-width: 352px;
        background: #DCE9D9;
        top: -350px;
        position: absolute;
        transition: transform .7s;
        align-items: center;
        margin-left: -9px;
    }

    .header_item {
        margin-right: 0px;
        line-height: 70px;
    }

    .header_logo {
        margin-top: -9px;
        align-items: center;
    }

    .span_plants {
        font-family: 'Inika';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #000000;
    }

    #welcome {
        max-width: 380px;
        margin: 0 auto;
    }

    .wrapper_section_one {
        max-width: 330px;
        margin: 0 auto;
        padding-bottom: 38px;
    }

    .leafs_welcome {
        display: none;

    }

    .h1_we_grow {
        line-height: 35px;
        font-size: 25px;
        margin-top: -14px;
    }

    .text_section_one {
        margin-top: 18px;
    }

    .lorem_welcome_text {
        margin-top: 21px;
        margin-left: 0px;
    }

    .button_learn {
        width: 100px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 20px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #000000;
        margin-top: -10px;
        height: 34px;
        padding: 3px 2px 0px 17px;
    }

    .button {
        margin-bottom: -34px;
    }

    #about {
        max-width: 380px;
        margin: 0 auto;
        padding-top: 84px;
    }

    .section_about {
        max-width: 330px;
        margin: 0 auto;
        padding-bottom: 27px;
    }

    .text_about {
        font-family: 'Inika';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 33px;
        text-align: center;
        color: #499A18;
        max-width: 330px;
    }

    .lorem_about {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        color: #636060;
        max-width: 330px;
        margin-top: 13px;
        margin-left: 25px;
    }

    .house_plant {
        width: 150px;
        height: 155px;
        margin-top: 0px;
    }

    #service {
        max-width: 380px;
        margin: 0 auto;
    }

    .section_service {
        max-width: 330px;
        margin: 0 auto;
    }

    .Service_h2 {
        font-family: 'Inika';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 33px;
        color: #499A18;
        width: 181px;
    }

    .button_service {
        margin-top: 30px;
    }

    .service_button {
        width: 121px;
        font-family: 'Inika';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        color: #E06733;
        padding: 5px 6px 7px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .position_button {
        justify-content: flex-start;
        min-width: 200px;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .card_service {
        margin-left: 25px;
    }

    .wrapper_service {
        row-gap: 31px;
    }

    .description_card {
        margin-top: 8px;
        display: inline-block;
    }

    #prices {
        max-width: 380px;
        margin: 0 auto;
        margin-top: 23px;
        padding-bottom: 39px;
    }

    .section_prices {
        max-width: 226px;
        margin: 0 auto;
        flex-direction: column;
    }

    .wrapper_left_prices {
        margin-top: 21px;

    }

    .head_h2_prices {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        color: #000000;
        margin-left: 0px;
        margin-top: 5px;
    }

    .wrapper_buttons_prices {
        min-width: 224px;
        margin-top: 35px;
        justify-content: center;
        min-height: 235px;
    }

    .button_prices {
        min-width: 180px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 20px;
        color: #000000;
        margin-top: 9px;
        padding: 13px 37px 18px 29px;
        max-width: 235px;
        align-items: center;
    }

    .wrapper_about_text {
        min-width: 380px;
        width: 330px;
    }

    .about_prices_h2 {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 35px;
        text-align: center;
        color: #000000;
        margin-top: -18px;
    }

    .leafs_prices {
        display: none;
    }

    .contact_us_button {
        min-width: 121px;
        padding: 7px 24px;
        margin-top: 20px;
        margin-right: 52px;
    }

    .text_button_contact_us {
        font-family: 'Inika';
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        color: #E06733;
    }

    #contact_us {
        max-width: 380px;
        margin: 0 auto;
    }

    .contact_us {
        max-width: 330px;
        margin: 0 auto;
    }

    .contact_h2 {
        font-family: 'Inika';
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        line-height: 33px;
        text-align: center;
        color: #499A18;
        margin-top: 26px;
    }

    .button_city_acord {
        min-width: 301px;
        margin-left: 61px;
        margin-top: -17px;
    }

    .cyrcle_arrow_city {
        margin-right: 20px;
    }

    .contact_woman {
        width: 100px;
        height: 124px;
        margin-top: 33px;
        margin-left: -4px;
    }

    .footer {
        max-width: 380px;
        margin: 0 auto;
        padding-bottom: 0px;
    }

    .wrapper_footer {
        max-width: 330px;
        margin: 0 auto;
    }

    .school_link {
        margin-left: 60px;
        margin-top: -7px;
    }

    .github_footer {
        margin-left: 80px;
        margin-top: 17px;
    }

    .list_link_social {
        margin-top: -13px;
    }

    .burger_ico {
        display: block;
        width: 40px;
        height: 29px;
        margin-left: 290px;
        margin-top: -77px;
        position: relative;
        z-index: 1;
    }

    .line_ico_burger {
        position: absolute;
        width: 40px;
        height: 2px;
        background: #717171;
        transition: transform .5s, opacity .5s, background-color .5s;
    }

    .header.open .burger_ico span:nth-child(3) {
        opacity: 0;
        

    }

    .header.open .burger_ico span:nth-child(4) {
        opacity: 0;

    }

    .header.open .burger_ico span:nth-child(1) {
        transform: translateY(0);
        rotate: -45deg;
    }

    .header.open .burger_ico span:nth-child(2) {
        transform: translateY(0);
        rotate: 45deg;

    }


    .line_ico_burger:nth-child(1) {
        transform: translateY(-7px);
    }

    .line_ico_burger:nth-child(2) {
        transform: translateY(1px);
    }

    .line_ico_burger:nth-child(3) {
        transform: translateY(9px);
    }

    .line_ico_burger:nth-child(4) {
        transform: translateY(17px);
    }

    .header.open .header_list {
        transform: translateY(100%);
    }
}