@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    width: 100%;
}
header{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding: 15px 0;
}
header h2{
    color: #111;
    font-size: 26px;
    font-weight: bold;
    font-family: Poppins;
}
.link_block{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    gap: 10px;
}
.link_block a{
    color: #595959;
    font-size: 16px;
    font-family: Poppins;
    margin-top: auto;
    margin-bottom: auto;
}
.link_block a:hover{
    color: #32aa27;
    text-decoration: underline;
}
.header_button{
    color: #020402;
    font-size: 16px;
    padding: 10px 30px !important;
    font-family: Poppins;
    border: 2px solid #020402;
    text-transform: uppercase;
    background-color: transparent;
    text-decoration: none;
}
.header_button:hover{
    color: #ffffff !important;
    font-size: 16px;
    padding: 10px 30px !important;
    border: 2px solid #32aa27;
    background-color: #32aa27;
    text-decoration: none !important;
}
.first_block{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url("./img/main.jpg");
    background-size: cover;
    width: 100%;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.first_block_text{
    color: #fff;
    width: 800px;
    max-width: 90%;
    padding-left: 200px;
}
.first_block_text h1{
    font-size: 44px;
    font-weight: bold;
    font-family: Poppins;
    padding-bottom: 20px;
}
.first_block_text p{
    font-size: 22px;
    font-family: Poppins;
    padding-bottom: 20px;
}
.second_block{
    background-color: #162415;
    display: flex;
    justify-content: center;
    text-align: center;
}
.second_block_text{
    padding: 60px 0px;
    color: #fff;
    font-family: Poppins;
    width: 800px;
    max-width: 90%;
}
.second_block_text h1{
    font-size:44px;
    padding-bottom: 15px
}
.second_block_text h3{
    font-size:24px;
    padding-bottom: 15px
}
.second_block_text p{
    font-size:18px;
    padding-bottom: 15px
}
.third_screen{
    background-color: #e7ece9;
    display: flex;
    justify-content: center;
    align-items:center ;
    flex-direction: column;

}
.cubes{
    width:815px;
    max-width: 90%;
    padding-top: 60px;

}
.line{
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.cube_text{
    color: #595959;
    width: 400px;
    max-width: 90%;
    height: 400px;
}
.cube_text p{
    font-size:16px;
    padding-bottom: 10px;
    font-family: Poppins;
}
.cube_text h2{
    font-size:26px;
    padding-bottom: 10px;
    font-family: Poppins;
    font-weight: 700;
}
.cube_pic2{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url("./img/cube2.jpg");
    background-size: cover;
    background-position: center;
    color: #ffffff;
    width: 400px;
    max-width: 90%;
    height: 400px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.cube_pic2 p{
    font-size:20px;
    padding: 10px 15px;
    font-family: Poppins;
    text-align: start;
}
.cube_pic3{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url("./img/cube3.jpg");
    background-size: cover;
    background-position: center;
    color: #ffffff;
    width: 400px;
    max-width: 90%;
    height: 400px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.cube_pic3 p{
    font-size:20px;
    padding: 10px 15px;
    font-family: Poppins;
    text-align: start;
}
.cube_pic4{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url("./img/cube4.jpg");
    background-size: cover;
    background-position: center;
    color: #ffffff;
    width: 400px;
    max-width: 90%;
    height: 400px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.cube_pic4 p{
    font-size:20px;
    padding: 10px 15px;
    font-family: Poppins;
    text-align: start;
}
.cube_pic5{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url("./img/cube5.jpg");
    background-size: cover;
    color: #ffffff;
    width: 400px;
    max-width: 90%;
    height: 400px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.cube_pic5 p{
    font-size:20px;
    padding: 10px 15px;
    font-family: Poppins;
    text-align: start;
}
.cube_pic6{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url("./img/cube6.jpg");
    background-size: cover;
    color: #ffffff;
    width: 400px;
    max-width: 90%;
    height: 400px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.cube_pic6 p{
    font-size:20px;
    padding: 10px 15px;
    font-family: Poppins;
    text-align: start;
}
.fourth_screen{
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.fourth_screen_text{
    width: 800px;
    max-width: 90%;
    padding: 60px 0;
    margin: 0 auto;
}
.fourth_screen_text p{
    font-size: 16px;
    font-family: Poppins;
    padding-bottom: 10px;
}
.fourth_screen_text h2{
    font-size: 28px;
    font-family: Poppins;
    padding-bottom: 10px;
}
form{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
form input{
    border:1px solid #020402 ;
    height: 40px;
    margin-bottom: 15px;
    padding-left: 10px;
}
.form_button{
    width: 100%;
    color: #e7ece9;
    background-color: #32aa27;
    border: #32aa27 1px solid;
    font-size: 16px;
    font-family: Poppins;
    padding: 10px;
    font-weight: 700
}
.form_button:hover{
    background-color: #1f7c17;
    border: #1f7c17 1px solid;
}
footer{
    background-color: #144c0f;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
footer img{
    width: 100px;
    margin: 15px;
}
footer p{
    color: #e7ece9;
    font-size: 16px;
    font-family: Poppins;
    padding-bottom: 10px;
    font-weight: 700;
}
.information{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}
.information a{
    color: #e7ece9;
    font-size: 16px;
    font-family: Poppins;
    padding-bottom: 10px;
    text-decoration:none;
}
.information a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 500px) {
    .link_block a{
        display: none;
    }
    .first_block_text{
        padding-left: 10px;
    }
    .first_block_text h1{
        font-size: 34px;
        font-weight: bold;
        font-family: Poppins;
        padding-bottom: 10px;
    }
    .first_block_text p{
        font-size: 16px;
        font-family: Poppins;
        padding-bottom: 10px;
    }
    .second_block_text{
        padding: 30px 10px;
        color: #fff;
        font-family: Poppins;
        width: 800px;
        max-width: 90%;
    }
    .second_block_text h1{
        font-size:34px;
        padding-bottom: 10px
    }
    .second_block_text h3{
        font-size:18px;
        padding-bottom: 10px
    }
    .second_block_text p{
        font-size:14px;
        padding-bottom: 10px
    }
    .line{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .fourth_screen_text h2{
        font-size: 22px;
        font-family: Poppins;
        padding-bottom: 10px;
    }
}
/*cookie*/
#simple-cookie-consent {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    resize: vertical;
    overflow: auto;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.7);
  }
  #simple-cookie-consent .cookie-consent-container {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    margin: -100px auto 0;
    background: #fff;
    padding: 20px;
    max-width: 500px;
  }
  #simple-cookie-consent .cookie-consent-selection {
    text-align: right;
  }
  #simple-cookie-consent button {
    border: none;
    padding: 10px 20px;
    margin: 10px 0 0 10px;
    background: none;
    font-size: 1.1em;
  }
  #simple-cookie-consent button.cookie-consent-allow {
    background-color: #04aa6d;
    color: #fff;
  }
  #simple-cookie-consent button.cookie-consent-allow:focus,
  #simple-cookie-consent button.cookie-consent-allow:hover {
    background-color: #059862;
    cursor: pointer;
  }
  #simple-cookie-consent button.cookie-consent-deny {
    padding: 5px 0;
    font-size: 0.9em;
    opacity: 0.8;
  }
  #simple-cookie-consent button.cookie-consent-deny:focus,
  button.cookie-consent-deny:hover {
    opacity: 1;
    cursor: pointer;
  }
  #simple-cookie-consent hr {
    margin: 15px 0;
  }