@font-face {
    font-family: 'FoglihtenNo06';
    src: local('FoglihtenNo06'), url('foglihtenno06.woff2') format('woff2'), url('foglihtenno06.woff') format('woff'), url('foglihtenno06.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
::selection{
    background: rgba(36, 30, 28, 0.2);
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}
body {
    background: #e1d9ce;
    color: #241e1c;
    font-family: 'Courier New';
}
header, nav, section,
.content-container,
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Courier New';
}
/* ========== Menu ==========*/
header {
    font-size: 18px;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    padding: 1em 8em;
    background: #e1d9ce;
    z-index: 10;
}
#logo {
    width: 48px;
    transition: 0.3s;
}
nav{
    justify-content: space-between;
    width: max-content;
}
nav ul{
    display: flex;
    list-style: none;
}
nav ul li a{
    text-decoration: none;
    color:#241e1c;
    padding: 1em 2em;
}
nav ul li a:hover{
    text-decoration: underline;
}
nav .menu-btn i{
    color: #241e1c;
    font-size: 22px;
    cursor: pointer;
    display: none;
}
input[type="checkbox"]{
    display: none;
}
@media (max-width: 1280px){
    nav ul li a {
        padding: 1em;
    }
}
@media (max-width: 1120px) {
    nav .menu-btn i{
      display: block;
    }
    #click:checked ~ .menu-btn i:before{
      content: "\f00d";
    }
    nav ul{
      position: fixed;
      top: 80px;
      left: -100%;
      background: #e1d9ce;
      height: 100vh;
      width: 100%;
      text-align: center;
      display: block;
      
    }
    #click:checked ~ ul{
      left: 0;
    }
    nav ul li{
      width: 100%;
      margin: 40px 0;
    }
    nav ul li a{
      width: 100%;
      margin-left: -100%;
      display: block;
      font-size: 18px;
    }
    #click:checked ~ ul li a{
      margin-left: 0px;
    }
}
@media (max-width: 560px){
    header{
        padding: 1em 40px;
    }
}


/* ========== Hero Section ==========*/
section {
    width: 100%;
    height: 100vh;
}
/* ========== Footer ==========*/
.logo{
    display: flex;
}



#check{
    display: none;
}


p{
    font-size: 18px;
    line-height: 26px;
}
h1{
    color:#241e1c;
    font-family: 'FoglihtenNo06';
    font-size: 45px;
    font-weight: 500;
}
h2{
    color: #425633;
    font-family: 'FoglihtenNo06';
    font-size: 30px;
    font-weight: 500;
    text-indent: 45px;
    padding-bottom: 15px;
}
h3{
    color: #425633;
    font-family: 'FoglihtenNo06';
    font-size: 24px;
    font-weight: 500;
    width: 100%;
}


#about_us1 p,
#about_us2 p,
#care p,
#about_this_plant p,
#contact_us p,
#services p,
#tips p,
#landscaping2 p,
#landscaping3 p{
    text-indent: 45px;
    text-align: justify;
}
#about_us1 h1,
#care h1,
#about_this_plant h1,
#contact_us h1,
#services h1,
#tips h1,
#landscaping1 h1{
    padding: 30px 0;
    margin: 120px 0 0;
    text-indent: 45px;
    color: #e1d9ce;
}
#about_us1 {
    background: #425633;
    color: #e1d9ce;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 80px 100px;
    height: 90%;
}
#about_us1 .box{
    display: flex;
}
#about_us1 .box .txtBox{
    width: 70%;
    align-items:center;
    justify-content: center;
}
#about_us1 .box .imgBox{
    display: flex;
    width: 30%;
    align-items: center;
    padding: 0 0 0 100px;
}
@media (max-width: 1920px){
    #about_us1 .box .txtBox{
        width: 35%;
    }
    #about_us1 .box .imgBox{
        width: 65%;
    }
}
@media (max-width: 1500px){
    #about_us1 {
        padding: 0 80px 100px;
    }
    #about_us1 .box{
        flex-direction: column;
        width: 100%;
    }
    #about_us1 .box .txtBox{
        width: 100%;
        align-items:flex-start;
        justify-content: flex-start;
        height: 100%;
    }
    #about_us1 .box .imgBox{
        width: 100%;
        padding: 0;
        justify-content: center;
    }
}


#about_us2{
    background: #e1d9ce;
    color: #241e1c;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 145px 20px;
    height: max-content;
}
#about_us2 .team_card{
    display: flex;
    padding-bottom: 60px;
}
#about_us2 .box .txtBox{
    align-items:center;
    justify-content: center;
}
#about_us2 h1{
    padding: 0 0 30px;
    color: #241e1c;
}
.team_card img{
    height: 400px;
    width: 250px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 145px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}
#about_us2 .box .imgBox{
    display: flex;
    align-items: center;
}
@media (max-width: 1180px){
    #about_us2{
        padding: 80px 100px 20px;
    }
    #about_us2 .team_card{
        flex-direction: column;
        align-items: center;
        padding-bottom: 80px;
    }
    #about_us2 h2{
        padding: 30px 0;
        text-align: center;
        text-indent: 0;
    }
    .team_card img{
        justify-content: center;
        align-items: center;
        margin-right: 0;
    }
}
@media (max-width: 550px){
    #about_us2{
        padding: 80px 40px 20px;
    }
    #about_us1 h1,
    #about_us2 h1{
        text-indent: 20px;
        font-size: 40px;
    }
    #about_us1 p,
    #about_us2 p{
        text-indent: 20px;
    }
}
@media (max-width: 360px){
    #about_us2 .box{
        width: 100%;
    }
    .team_card img{
        height: 320px;
        width: 200px;
    }
}




/*УХОД*/
#care{
    padding: 0 100px 80px;
    display: flex;
    flex-direction: column;
    height: max-content;
    align-items: flex-start;
}
#care h1{
    color: #241e1c;
}
#care p{
    color:#241e1c;
}
#care .cards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
#care .card{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 60px 0;
    justify-content: center;
    align-items: center;
}
#care .card .txtBox{
    height: max-content;
    min-height: 80px;
    width: 250px;
    padding: 10px 0 0 0;
    color: #425633;
    display: flex;
    cursor: pointer;
}
#care .card img{
    height: 400px;
    width: 250px;
    object-fit: cover;
    border-radius: 4px;
    display: flex;
    margin: 0;
}
#care a{
    text-decoration: none;
}
#care a:hover{
    text-decoration: underline;
    color: #425633;
}
#care h3:hover{
    text-decoration: underline;
    color: #425633;
}
#care form{
    width: 400px;
    border-radius: 4px;
    height: 45px;
    margin: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #425633;
}
#care form input{
    border: none;
    outline: none;
    background: transparent;
    padding: 0 10px;
    font-family: 'Courier New';
    font-size: 18px;
}
#care form input::placeholder{
    color: rgba(66, 86, 51, 0.7);
}
#care form i{
    padding-left: 10px;
    color: #425633;
    font-size: 18px;
}
@media (max-width: 1430px){
    #care .cards{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1500px){
    #care .cards{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 850px){
    #care .cards{
        grid-template-columns: repeat(1, 1fr);
    }
    #care .card{
        margin: 30px 0;
    }
    #care .card .txtBox{
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 650px){
    #care form{
        width: 100%;
        margin: 45px 0;
    }

}
@media (max-width: 550px){
    #care{
        padding: 0 40px 80px;
    }
    #care h1{
        text-indent: 20px;
        font-size: 40px;
    }
    #care p{
        text-indent: 20px;
    }
}


#about_this_plant {
    display: flex;
    align-items: flex-start;
    color: #e1d9ce;
    background: #425633;
    height: max-content;
    padding: 0 0 80px 100px;
}
#about_this_plant h1{
    color: #e1d9ce;
}
#about_this_plant h2{
    color: #e1d9ce;
    padding-bottom: none;
}
#about_this_plant .box{
    display: flex;
}
#about_this_plant .box .txtBox{
    width: 50%;
    align-items:center;
    justify-content: center;
}
#about_this_plant .box .imgBox{
    width: 50%;
    display: flex;
    padding: 118px 0 0 100px;
    align-items: center;
}
#about_this_plant table{
    border-collapse: collapse;
}
#about_this_plant table tr td{
    padding: 15px 20px;
}
#about_this_plant table tr td:nth-child(2n+1){
    padding-left: 0;
}
#about_this_plant table tr td:nth-child(1){
    border-right: 1px solid #e1d9ce;
}
#about_this_plant table tr{
    border-bottom: 1px solid #e1d9ce;
}
#about_this_plant table tr:last-child{
    border-bottom: none;
}
#about_this_plant .generalCare h1{
    margin: 0;
}
#about_this_plant .generalCare a{
    color: #e1d9ce;
    text-decoration: none;
}
#about_this_plant .generalCare a:hover{
    text-decoration: underline;
}
#about_this_plant .generalCare h3{
    padding-top: 30px;
    text-indent: 45px;
    color: #e1d9ce;
}
@media (max-width: 1600px){
    #about_this_plant{
        padding: 90px 100px 100px;
    }
    #about_this_plant h1{
        margin-top: 0;
    }
    #about_this_plant .box {
        display: flex;
        flex-direction: column-reverse;
    }
    #about_this_plant .box .txtBox{
        width: 100%;
    }
    #about_this_plant .box .imgBox{
        width: 100%;
        padding: 80px 0 40px;
        justify-content: center;
    }
    #about_this_plant .box .imgBox img{
        width: 50%;
    }
}
@media (max-width: 880px){
    #about_this_plant table tr{
        display: flex;
        flex-direction: column;
    }
    #about_this_plant table tr td:nth-child(1){
        border-right: none;
    }
    #about_this_plant table tr td{
        border-left: 1px solid #e1d9ce;
    }
    #about_this_plant table tr{
        border-bottom: 1px solid #e1d9ce;
    }
    #about_this_plant table{
        border-bottom: 1px solid #e1d9ce;
    }
    #about_this_plant h2{
        padding-bottom: 0;
        text-indent: 60px;
    }
    #about_this_plant table tr td:nth-child(2){
        padding-top: 0;
    }
    #about_this_plant .box .imgBox img{
        width: 70%;
    }
}
@media (max-width: 620px){
    #about_this_plant .box .imgBox img{
        width: 80%;
    }
}
@media (max-width: 550px){
    #about_this_plant {
        padding: 90px 40px 100px;
    }
    #about_this_plant .box{
        width: 100%;
    }
    #about_this_plant table{
        width: 100%;
    }
    #about_this_plant h1{
        text-indent: 20px;
        font-size: 40px;
    }
    #about_this_plant h2{
        text-indent: 35px;
    }
    #about_this_plant p{
        text-indent: 20px;
    }
    #about_this_plant tr p{
        text-indent: 20px;
    }
}
@media (max-width: 380px){
    #about_this_plant .box .imgBox img{
        width: 100%;
    }
    #about_this_plant h1{
        font-size: 34px;
    }
    #about_this_plant h2{
        font-size: 26px;
    }
    #about_this_plant .Philodendron{
        text-indent: 0;
    }
}


#tips {
    background: #425633;
    color: #e1d9ce;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: max-content;
    padding: 0 100px 80px;
}
#tips h2{
    color:rgba(225, 217, 206, 0.7);
    margin-top: 30px;
}
#tips .tip:nth-child(1) h2{
    margin-top: 0;
}
#tips .tips {
	display: flex;
	flex-direction: row;
    width: 100%;
}
#tips .box {
	display: flex;
	flex-direction: column;
}
#tips .box:nth-child(1){
	margin-right: 50px;
}
#tips .box:nth-child(2){
	margin-left: 50px;
}
@media (max-width: 1100px){ 
    #tips .tips {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #tips .tip:nth-child(1) h2:nth-child(1){
        margin-top: 30px;
    }
    #tips .box:nth-child(1){
        margin-right: 0;
    }
    #tips .box:nth-child(2){
        margin-left: 0;
    }
}
@media (max-width: 550px){ 
    #tips{
        padding: 0 40px 80px;
    }
    #tips .container{
        width: 100%;
    }
    #tips h1{
        text-indent: 20px;
        font-size: 40px;
    }
    #tips p,
    #tips h2{
        text-indent: 20px;
    }
}



#landscaping1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 100px 80px 0;
}
#landscaping1 .box{
    display: flex;
}
#landscaping1 .box .txtBox{
    width: 50%;
    justify-content: center;
    padding: 0 0 0 100px;
    align-self: center;
}
#landscaping1 .box .txtBox span,
#landscaping3 .box .txtBox span,
#landscaping5 .box .txtBox span{
    color: #425633;
}
#landscaping1 .box .imgBox{
    display: flex;
    width: 50%;
    align-items: center;
    padding-top: 175px;
}
#landscaping1 h1{
    color: #241e1c;
    text-align: justify;
}
@media (max-width: 1212px){ 
    #landscaping1 .box{
        display: flex;
        flex-direction: column-reverse;
    }
    #landscaping1{
        padding: 80px 100px;
        height: max-content;
    }
    #landscaping1 .box .txtBox{
        width: 100%;
        justify-content: center;
        padding: 0;
        align-self: center;
    }
    #landscaping1 h1{
        margin-top: 30px;
    }
    #landscaping1 .box .imgBox{
        width: 100%;
        padding-top: 0;
        margin: 0 auto;
    }
}
@media (max-width: 740px){
    #landscaping1 h1{
        font-size: 35px;
    }
}
@media (max-width: 550px){
    #landscaping1{
        padding: 80px 40px;
    }
    #landscaping1 h1{
        text-indent: 20px;
    }
}







#landscaping2 {
    background: #425633;
    color: #e1d9ce;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: max-content;
    padding: 80px 100px;
}
#landscaping2 .content {
    width: 100%;
    box-sizing: border-box;
}
#landscaping2 .swiper-slide {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 18px;
}
#landscaping2 .swiper-slide img {
    max-height: 500px;
    max-width: 350px;
    object-fit: cover;
}
#landscaping2 h1{
    color: #e1d9ce;
    padding-bottom: 30px;
    text-indent: 45px;
}
#landscaping2 .txtBox{
    padding-bottom: 80px;
}
.slick-arrow{
    position: absolute;
    top: 50%;
    background: #241e1c;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: none;
    font-size: 20px;
    line-height: 24px;
    color: #e1d9ce;
    display: block;
    cursor: pointer;
    z-index: 4;
}
.prev-arrow {
    left: 0;
    transform: translate(50%, -50%);
}
.next-arrow {
    right: 0;
    transform: translate(-50%, -50%);
}



@media (max-width: 550px){
    #landscaping2{
        padding: 80px 40px;
    }
    #landscaping2 h1,
    #landscaping2 p{
        text-indent: 20px;
    }
    @media (max-width: 550px){
        #landscaping2 h1{
            font-size: 35px;
        }
    }    
}
@media (max-width: 420px){
    #landscaping2 .swiper-slide img {
        max-height: 400px;
        max-width: 300px;
    }
}



#landscaping3,
#landscaping4,
#landscaping5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 0 80px 100px;
    height: max-content;
}
#landscaping3 .box,
#landscaping4 .box,
 #landscaping5 .box{
    display: flex;
    height: 100%;
}
#landscaping3 .box .txtBox,
#landscaping4 .box .txtBox,
#landscaping5 .box .txtBox{
    width: 50%;
    justify-content: center;
    padding: 0 100px 0 0;
}
#landscaping3 .box .imgBox,
#landscaping4 .box .imgBox,
#landscaping5 .box .imgBox{
    display: flex;
    width: 50%;
    align-items: center;
}
#landscaping3 h1,
#landscaping4 h1,
#landscaping5 h1{
    color: #241e1c;
    text-align: justify;
    padding-bottom: 30px;
    text-indent: 45px;
}
#landscaping3 p,
#landscaping4 p,
#landscaping5 p{
    padding-bottom: 15px;
    text-indent: 0;
    text-align: justify;
}
#landscaping3 ul,
#landscaping4 ul,
#landscaping5 ul{
    padding-left: 15px;
    color: #241e1c;
}
#landscaping3 input,
#landscaping4 input,
#landscaping5 input{
    font-family: 'Courier New';
    height: 45px;
    padding: 0 10px;
    font-size: 18px;
    border-radius: 4px;
    border: none;
    outline: none;
    background: #425633;
    color: #e1d9ce;
    cursor: pointer;
    margin-top: 15px;
    font-weight: normal;
}
#landscaping4{
    padding: 80px 100px 80px 0;
}
#landscaping4 .box .txtBox{
    padding: 0 0 0 100px;
}
#landscaping4 .box .imgBox{
    display: flex;
    width: 50%;
    align-items: center;
}

@media (max-width: 1212px){ 
    #landscaping3 .box,
    #landscaping5 .box{
        flex-direction: column-reverse;
    }
    #landscaping4 .box{
        flex-direction: column;
    }
    #landscaping3,
    #landscaping5{
        padding: 80px 100px;
    }
    #landscaping4{
        padding: 0 100px;
    }
    #landscaping3 .box .txtBox,
    #landscaping4 .box .txtBox,
    #landscaping5 .box .txtBox{
        width: 100%;
        justify-content: center;
        padding: 0;
        align-self: center;
    }
    #landscaping3 h1,
    #landscaping4 h1,
    #landscaping5 h1{
        margin-top: 30px;
    }
    #landscaping3 .box .imgBox,
    #landscaping4 .box .imgBox,
    #landscaping5 .box .imgBox{
        width: 100%;
        justify-content: center;
        padding-top: 0;
        margin: 0 auto;
    }
}
@media (max-width: 740px){
    #landscaping3 h1,
    #landscaping4 h1,
    #landscaping5 h1{
        font-size: 35px;
    }
}
@media (max-width: 550px){
    #landscaping3,
    #landscaping4,
    #landscaping5{
        padding: 80px 40px;
    }
    #landscaping3 h1,
    #landscaping4 h1,
    #landscaping5 h1{
        text-indent: 20px;
    }
}



#services {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #e1d9ce;
    background: #425633;
    height: max-content;
    padding: 0 100px 80px;
}
#services .container{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
    height: 100%;
}
#services .card{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 60px 0;
    justify-content: center;
    align-items: center;
}
#services .card .txtBox{
    height: max-content;
    min-height: 400px;
    width: 350px;
    padding: 10px 0 0 0;
    color: #425633;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#services .card .txtBox .price{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    font-size: 30px;
    padding-top: 10px;
    font-family: 'FoglihtenNo06';
    color: rgba(225, 217, 206, 0.7);
}
#services .card .txtBox p,
#services .card .txtBox h2{
    color: #e1d9ce;
    text-indent: 0;
}
#services .card .txtBox h2{
    padding: 15px 0;
}
#services .card .txtBox .explanation{
    color: rgba(225, 217, 206, 0.7);
    margin-top: 0;
}
#services .card p{
    margin: 5px 0;
}
#services .card:nth-child(1) .txtBox p:nth-child(4){
    margin-top: 5px;
}
#services .card img{
    height: 400px;
    width: 350px;
    object-fit: cover;
    border-radius: 4px;
    display: flex;
    margin: 0;
}
@media (max-width: 1350px){
    #services .container{
        flex-direction: column;
    }
}
@media (max-width: 550px){
    #services{
        padding: 0 40px 80px;
    }
    #services .card{
        margin: 40px 0;
    }
    #services .card .txtBox{
        width: 100%;
    }
    #services .imgBox{
        display: flex;
        width: 100%;
        justify-content: flex-start;
    }
    #services .card .txtBox .price{
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        font-size: 30px;
        padding-top: 0;
        font-family: 'FoglihtenNo06';
        color: rgba(225, 217, 206, 0.7);
    }
    #services h1{
        text-indent: 20px;
        font-size: 40px;
    }
    #services p{
        text-indent: 20px;
    }
}



#contact_us{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 90px 100px 100px;
    height: max-content;
}
#contact_us h1{
    margin-top: 0;
    padding-top: 0;
    color:#241e1c;
}
#contact_us .box{
    display: flex;
}
#contact_us .txtBox{
    width: 50%;
}
#contact_us .container{
    width: 50%;
    padding: 0 0 0 100px;
}
#contact_us .container h1{
    padding-bottom: 15px;
}
#contact_us .container form{
    width: 100%;
}
#contact_us .container form .input_field{
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    padding: 0 15px;
    margin: 15px 0;
    transition: 0.5s;
}

#contact_us .container form .input_field .input,
#contact_us .container form .input_field .textarea{
    font-family: 'Courier New';
    width: 100%;
    outline: none;
    border: 1px solid #425633;
    color: #241e1c;
    background: #e1d9ce;
    height: 45px;
    padding: 8px 10px;
    line-height: 26px;
    font-size: 18px;
    border-radius: 4px;
    transition: all 0.3s ease;
}
#contact_us .container form .input_field .textarea{
    resize: none;
    height: 125px;
}
#contact_us .container form .input_field .btn{
    width: 100%;
    height: 45px;
    padding: 8px 10px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    font-family: 'Courier New';
    color: #e1d9ce;
    background: #425633;
    font-size: 18px;
    font-weight: normal;
}
#contact_us .container .row100{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
#contact_us .container input::placeholder,
#contact_us .container textarea::placeholder{
    color: rgba(66, 86, 51, 0.7);
}
@media (max-width: 1180px){
    #contact_us .box{
        display: flex;
        flex-direction: column;
    }
    #contact_us .txtBox{
        width: 100%;
    }
    #contact_us .container{
        width: 100%;
        padding: 80px 0 0;
    }
}
@media (max-width: 550px){ 
    #contact_us{
        padding: 80px 40px;
    }
    #contact_us h1{
        text-indent: 20px;
        font-size: 40px;
    }
    #contact_us p{
        text-indent: 20px;
    }
}



footer{
    background: #425633;
    color: #e1d9ce;
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 100px;
}
footer .container{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2fr;
    grid-gap: 20px;
}
footer .container .sec h1{
    position: relative;
    color: #e1d9ce;
    margin-bottom: 15px;
}
footer .container .sec p{
    color: #e1d9ce;
}
footer .social_icons{
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 45px);
    grid-gap: 10px;
}
footer li{
    list-style: none;
}
footer .social_icons li a{
    height: 45px;
    width: 45px;
    background: #e1d9ce;
    display: grid;
    align-content: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}
footer .social_icons li a i{
    font-size: 25px;
    color:#425633;
}
footer .social_icons li a:hover i{
    color:#241e1c;
}
footer .quick_links {
    position: relative;
}
footer .quick_links li{
    list-style: none;
}
footer .quick_links li a{
    color: #e1d9ce;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 18px;
}
footer .quick_links li a:hover{
    text-decoration: underline;
}
footer .quick_links li a
footer .info{
    position: relative;
}
footer .info li{
    display: grid;
    grid-template-columns: 30px 1fr;
    margin-bottom: 16px;
    font-size: 18px;
}
footer .info li:nth-child(3){
    align-items: center;
}
footer .info li span{
    color: #e1d9ce;
}
footer .info a{
    color: #e1d9ce;
    text-decoration: none;
}
footer .info a:hover{
    text-decoration: underline;
}
@media (max-width: 1550px){
    footer .container{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 870px){
    footer .container{
        grid-template-columns: repeat(1, 1fr);
    }
}


footer form .field{
    width: 100%;
    margin: 20px 0;
}
footer form .field .input-area{
    position: relative;
    display: flex;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    grid-gap: 10px;
}
footer form input{
    font-family: 'Courier New';
    height: 45px;
    padding: 0 10px;
    font-size: 18px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #e1d9ce;
    background: transparent;
    color: #e1d9ce;
}
footer form input[type="submit"]{
    font-family: 'Courier New';
    border-radius: 4px;
    font-weight: normal;
    color: #425633;
    cursor: pointer;
    background: #e1d9ce;
    transition: 0.2s;
    border: none;
    outline: none;
}
footer form input[type="submit"]:hover{
    color: #241e1c;
}
footer .field.error input{
    border-color: #e1d9ce;
}
footer form input::placeholder{
    font-family: 'Courier New';
    color: rgba(225, 217, 206, 0.7);
    font-size: 18px;
}
footer form .field .error-txt{
    margin-top: 5px;
    color: #e1d9ce;
    text-align: left;
}
footer form .field .error{
    display: none;
}
footer form .field.error .error{
    display: block;
}

.tips10 footer,
.about_this_plant footer{
    background: #241e1c;
}
.tips10 footer .social_icons li a i,
.about_this_plant footer .social_icons li a i{
    color:#241e1c;
}
.tips10 footer .social_icons li a:hover i,
.about_this_plant footer .social_icons li a:hover i{
    color:#425633;
}
.tips10 footer form input[type="submit"],
.about_this_plant footer form input[type="submit"]{
    color: #241e1c;
}
.tips10 footer form input[type="submit"]:hover,
.about_this_plant footer form input[type="submit"]:hover{
    color: #425633;
}


@media (max-width: 550px){
    footer{
        padding: 50px 40px;
    }
    footer form .field .input-area{
        grid-template-columns: repeat(1, 1fr);
        justify-content: flex-end;
    }
    footer form .field .input-area .btn{
        display: flex;
        justify-content: flex-end;
    }
    footer form input[type="submit"]{
        width: 50%;
        margin-top: 5px;
    }
    footer h1{
        font-size: 40px;
    }
}


/*КОД СТИЛЕЙ ДЛЯ КАРУСЕЛИ!!!!!!*/
.carousel {
    width: 100%;
    height: 100%;
    position: relative;
}
.carousel > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 100ms;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide > img {
    width: 100%;
    height: auto;
} 
.slide[data-active] {
    opacity: 1;
    z-index: 1;
    transition-delay: 0ms;
}
.carousel-button,
.swiper-button{
    position: absolute;
    top: 50%;
    background: #241e1c;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: none;
    font-size: 20px;
    line-height: 24px;
    color: #e1d9ce;
    display: block;
    cursor: pointer;
    z-index: 4;
}
.prev {
    left: 0;
    transform: translate(50%, -50%);
}
.next {
    right: 0;
    transform: translate(-50%, -50%);
}

@media (max-width: 1500px){
    .carousel {
        height: 500px;
        width: 850px;
        margin-top: 40px;
    }
}
@media (max-width: 950px){
    .carousel {
        height: 450px;
        margin-top: 20px;
    }
}
@media (max-width: 850px){
    .carousel {
        height: 400px;
        margin-top: 0px;
    }
}
@media (max-width: 680px){
    .carousel {
        height: 320px;
    }
}
@media (max-width: 550px){
    #about_us1{
        padding: 0 50px 80px;
    }
    .carousel-button,
    .swiper-button{
        height: 25px;
        width: 25px;
        font-size: 17px;
        line-height: 24px;
    }
}
@media (max-width: 450px){
    .carousel {
        height: 220px;
    }
}
@media (max-width: 360px){
    .carousel {
        height: 180px;
    }
}
@media (max-width: 1280px){
    nav a {
        padding: 1em;
    }
}
@media (max-width: 450px){
    h1{
        font-size: 40px;
    }
}