@import url('https://fonts.googleapis.com/css2?family=Inika&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
html{
    scroll-behavior: smooth;
}
.hide{
    display: none;
}
h1,h2,h3{
    margin: 0;
}
body{
    margin: 0 auto;

}
.text_16__400{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.text_20__400{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}
.text_40__400{
    font-family: 'Inika';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
}
.text_20_400_26{
    font-family: 'Inika';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}
.text_40_700_50 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}
header{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 134px;
}
header, .welcome{
    background-color: #EDF2EC;
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1220px;
    height: 50px;
}

ul{
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
li{
    display: inline-block;
    font-family: 'Inika';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    transition: 0.5s linear;
}
nav{
width: 452px;
height: 50px;
}
.menu > li> a:hover{
    color: #E06733;
    font-weight: 700;
    transition: 0.5s linear;
    cursor: pointer;
}
.logo {
    display: flex;
    justify-content: flex-start;
    width: 79.17px;
    height: 21.04px;
}
.logo > img{
    position: relative;
    bottom: 5px;
}
.logo_title{
    margin: 0;
    font-family: 'Inika';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}
/* !_____________________________________________ */


main{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #EDF2EC;
    height: 3606px;
}
/*?______welcome___________________________________________________ */
.welcome {
    display: flex;
    justify-content: space-around;
    height: 532px;
    max-width: 1440px;
    width: 100%;
}
.big_leafs{
    position: relative;
    top: 62px;
    width: 448.8px;
    height: 407.36px;
}
.word_plants{
    color:#499A18;
}
.titles_wrapper__welcome {
    position: relative;
    top: 98px;
    width: 549px;
    display: flex;
    flex-direction: column;
}
.titles_wrapper__welcome h2{
    margin: 0;
    height: 101px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    color: #717171;
}
.titles_wrapper__welcome p{
    margin: 42px 0px 0px 0px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #636060;
}

.button__welcome{
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 158px;
    height: 44px;
    border: 2px solid #E06733;
    border-radius: 10px;
}
/* !____________________________WELCOME end____________________*/
/* todo_________________________about_________________________ */
.about {
    width: 100%;
    height: 666px;
    background-color: #FFFFFF;
}
.content_wrapper_about{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    height: 666px;
}
.about img{
    position: relative;
    right: 15px;
    width: 464px;
    height: 479px;
}
.titles_wrapper__about{
    position: relative;
    left: 15px;
    top: 3px;
}
.titles_wrapper__about article h2{
    margin: 0;
    width: 463px;
    height: 102px;
    color: #499A18;
}
.titles_wrapper__about article h3{
    margin: 40px 0px 0px 0px;
    width: 605px;
    height: 208px;
}
.orange_words{
    color: #E06733;
}

/* ?__________________about_______________________________________________ */

/* !_________________________Service______________________________________ */
.service {
    height: 1300px;
    background: #EDF2EC;
}
.service h2 {
    width: 306px;
    height: 94px;
    color: #499A18;
}
.wrapper_title__buttons{
    padding-top: 40px;
    margin-bottom: 80px;
    width: 1007px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.buttons{
    display: flex;
    width: 559px;
    height: 105px;
    justify-content: space-between;
    align-items: center;
}
.buttons button{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 162px;
    height: 50px;
    border: 2px solid #E06733;
    border-radius: 10px;
    color: #E06733;
}
.buttons button.active_btn{
    cursor: pointer;
    color: #FFFFFF;
    background: #E06733;
}
.buttons button.unactive_btn{
    /* pointer-events: none; */
    color: #717171;
    border: 2px solid  #717171;
}
.buttons button.unactive_btn:hover{
    background-color: #ffffff;
    cursor: no-drop;
}
.cards_container{
    margin: 0 auto;
    width: 1222px;
    height: 955px;
    display:flex;
    flex-wrap: wrap;
    gap: 55px 116px;
}
.cards_container > div{
    border-radius: 20px;
    width:330px;
    height:450px;
}

.titles_cards p{
    margin: 0;
}
.titles_cards{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 328px;
    height: 100px;
    border: 1px solid #E3E1D5;
    border-radius: 0px 0px 20px 20px;
}
.first_title{
    padding-top: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #E06733;
}
.second_title{
    padding-top: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #717171;
}
/*** !! ________________________Kards __________________________________!! ***/
.card_image_1{
    width: 330px;
    height: 350px;
    background-image: url("img/1_image.jpg");
    background-size:cover;
    background-position: 0px -73px; /* левоправо верхниз*/
    border-radius: 20px 20px 0px 0px;
}
.card_image_2{
    width: 330px;
    height: 350px;
    background-image: url("img/2_image.jpg");
    background-size:cover;
    background-position: 0px -73px; /* левоправо верхниз*/
    border-radius: 20px 20px 0px 0px;
}
.card_image_3{
    width: 330px;
    height: 350px;
    background-image: url("img/3_image.jpg");
    background-size:cover;
    background-position: -97px -0px; /* левоправо верхниз*/
    border-radius: 20px 20px 0px 0px;
}
.card_image_4{
    width: 330px;
    height: 350px;
    background-image: url("img/4_image.jpg");
    background-size:cover;
    background-position: 0px -73px; /* левоправо верхниз*/
    border-radius: 20px 20px 0px 0px;
}
.card_image_5{
    width: 330px;
    height: 350px;
    background-image: url("img/5_image.jpg");
    background-size:cover;
    background-position: 0px -73px; /* левоправо верхниз*/
    border-radius: 20px 20px 0px 0px;
}
.card_image_6{
    width: 330px;
    height: 350px;
    background-image: url("img/6_image.jpg");
    background-size:cover;
    background-position: 0px -73px; /* левоправо верхниз*/
    border-radius: 20px 20px 0px 0px;
}
.active_card{
    transition: 1s;
    filter: blur(2px);
}
/* !_________________________SERVICE_END___________________________________ */

.prices {
    background-color: #ffffff;
    width: 100%;
    height: 560px;
}
.arrow_button{
    height: 16px;
    transition: 0.5s;
    transform: rotate(180deg);
}
.arrow_button_active{
    transition: 0.5s;
    transform:rotate(0deg);
}
.content_wrapper_prices{
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    height: 560px
}
.prices_left{
    position: relative;
    top: 40px;
    right: 55px;
    width: 332px;
    height:391.01px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.left_active{
    position: relative;
    top: 40px;
    right: 55px;
    width: 332px;
    height: 495px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.prices_left > h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
}
.prices_right{
    position: relative;
    top: 40px;
    left: 55px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    width: 452px;
    height: 391.01px;

}
.prices_right > h2{
    text-align: right;
    color: #000000;
}
.prices_right > button{
    position: relative;
    top: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 162px;
    height: 50px;
    border: 2px solid #E06733;
    border-radius: 10px;
    color: #E06733;
    background: #FFFFFF;
}
.text_40_700_50 > span{
    color: #499A18;
}

.small_leafs{
    position: relative;
    top: 15px;
    width: 152px;
    height: 175px;
}
#options_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 332px;
    height: 282px;
    border: 1px solid #E3E1D5;
    border-radius: 20px;
    transition: 1s;
}

#options_wrapper.wrapper_active{
    height: 386px;
}
#option1{
    position: relative;
    top: 15px;
}
#option3{
    position: relative;
    bottom: 10px;
}
#option1.option_active{
    background-color: #D6E7D2;
    min-height: 154px;
}
#option2.option_active{
    background-color: #D6E7D2;
    min-height: 154px;
}
#option3.option_active{
    background-color: #D6E7D2;
    min-height: 154px;
}
#option1, #option2 , #option3{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    width: 250px;
    min-height: 50px;
    background: #EDF2EC;
    border-radius: 20px;
    transition: 0.5s;
}
#option1:hover, #option2:hover, #option3:hover{
    background-color: #D6E7D2;
}
.title_wrapper_option{
    display: flex;
    justify-content: space-around;
    width: 250px;
}
.title_wrapper_option > span{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}
.price{
    margin-top: 6px;
}
.content_unactive{
    display: none;
}

.content_option{
    margin: 0 auto;
    width: 169px;
    height: 108px;
}

.content_option > p{
    border-top: 0.5px solid #AEA1A1;
    padding-top: 5px;
    margin: 12px 0px 0px 0px;
    width: 170px;
    height: 30px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 10px;
    color: #717171;
}

.bucks{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #E06733;
}
.number {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #E06733;
}
.words_per-hour {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}
.button_order{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #717171;
    margin-top: 12px;
    margin-bottom: 12px;
    width: 86px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 0px;
    transition: 0.5s;
}
.button_order:hover{
background-color: #E06733;
color: #FFFFFF;
transition: 0.5s;
}

/* !____________________________________END_PRICES_________________________ */
/** _____________________________________CONTACT_US__________________________ **/
.contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 550px;
    background: #EDF2EC;
}
.contacts h2{
    position: relative;
    top: 60px;
    display: flex;
    justify-content: center;
    font-family: 'Inika';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #499A18;
}
.city_container{
    transition: 0.5s all;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 98px 109px 0px 0px;
    width: 450px;
    height: 50px;
    background: #D6E7D2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
}
.c_c_active{
    transition: 0.5s all;
    background: #C1E698;
}
.city_container>span{
    position: relative;
    left: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #717171;
}
.city_container > .arrow_button{
    position: relative;
    right: 35px;
}
.contacts_content_wrapper{
    position: relative;
    max-width: 1440px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.contacts_content_wrapper > img{
    position: relative;
    margin-left: 109px;
}
.select_content{
    z-index: 2;
    display: none;
    position: absolute;
    top: 30%;
    left: 61.1%;
    height: 234px;
    width: 450px;
    background-color: #DCE9D9;
}
.s_c_active{
    display: block;
}
.cities{
    padding-top: 27px;
    display: flex;
    flex-direction: column;
}
.cities > li{
    cursor: pointer;
    width: 380px;
    height: 35px;
    margin-left: 20px;
    margin-bottom: 12px;
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 40px;
letter-spacing: 0.05em;
color: #499A18;
border-bottom: 1px solid #D9D9D9;
}
.cities li span{
    padding-left: 6px;
}
.cities > li:hover{
    color: #717171;
    border-bottom: 1px solid #717171;
}
.selected_city{
    display: none;
    flex-direction: column;
    cursor: default;
    position: absolute;
    top: 200px;
    left: 61%;
    width: 448px;
    height: 214px;
    background: #EDF2EC;
    border: 1px solid #000000;
    border-radius: 20px;
}
.selected_city_active{
    display: flex;
}
.city_wrapper{
    margin-top: 20px;
    margin-left: 35px;
    margin-bottom: 24px;
    display: flex;
}
.addresses{
    display: flex;
    flex-direction: column;
    width: 127px;
    height: 115px;
}
.addresses span{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #000000;
}
.addresses_info{
    width: 207px;
    height: 115px;
    display: flex;
    flex-direction: column;
}
.addresses_info span{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 40px;
letter-spacing: 0.05em;
color: #717171;
}
.call_us{
    width: 122px;
    height: 26px;
    border: 1px solid #E06733;
    border-radius: 5px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
}
.call_us span{
    font-family: 'Inika';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    color: #717171;
}
.call_us:hover{
    transition: 0.5s all;
    cursor: pointer;
    color: #FFFFFF;
    background: #E06733;
}
/* !_________________________________________contacts_end______________________ */
footer{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 130px;
}
.content_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 1440px;
}
.content_wrapper > a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
}
.wrapper_left{
    position: relative;
    right: 35px;
    display: flex;
    justify-content: space-between;
    width: 169px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
}
a{
    text-decoration:none;
    color: #000000;
}
.container_socials > img {
    width: 27px;
    height: 27px;
}
.container_socials{
    position: relative;
    left: 40px;
    height: 32px;
    width: 188px;
}
button{
    transition: 1s linear;
}
button:hover{
    cursor: pointer;
    color: #FFFFFF;
    background: #E06733;
    transition: 1s linear;
}
#rschool{
position: relative;
left: 10px;
}
/* todo BURGER */
svg{
    display: none;
}