@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*{
    margin: 0;
    padding: 0;
}
header{
    background-color: #FFFACD;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    padding: 15px;
}
.logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}
.logo img{
 width: 50px;
}
.logo h2{
    color: rgb(146, 21, 21);
    font-family: "Open Sans", serif;
    font-size: 34px;
    font-weight: 700;
}
.links{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    gap:15px;
}
.links a{
    color: #111;
    text-decoration: none;
    font-size: 18px;
    font-family: "Open Sans", serif;
}
.header_button{
    color: aliceblue !important;
    padding: 10px 20px;
    font-size: 15px;
    background-color:rgb(199 171 24);
    border-radius: 7px;
}
.first_screen{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url("./img/1.webp");
    background-size: cover;
    height: 850px;
}
.first_screen_text{
    width: 600px;
    max-width: 90%;
    justify-items: flex-start;
    padding-left: 200px;
}
.first_screen_text h1{
    color: aliceblue;
    font-size: 50px;
    font-family: "Open Sans", serif;
    padding-bottom: 20px;
}
.first_screen_text p {
    color: aliceblue;
    font-size: 25px;
    font-family: "Open Sans", serif;
    padding-bottom: 25px;
}
.fs_button{
    color: aliceblue !important;
    padding: 10px 30px;
    font-size: 15px;
    background-color:rgb(199 171 24);
    border-radius: 7px;
    text-decoration: none;
    font-size: 22px;
    font-family: "Open Sans", serif;
}
.second_screen{
    background-color: #FFFACD;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 0;
}
.second_screen_text{
    width: 900px;
    max-width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 100px;
}
.second_screen_text h2{
    color: #111;
    font-size: 55px;
    font-family: "Open Sans", serif;
    font-weight: 900;
}
.second_screen_text p{
    color: #111;
    font-family: "Open Sans", serif;
    font-size: 20px;
    font-weight: 100;
}
.third_screen{
    background-color: aliceblue;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.third_screen_text{
    width: 800px;
    max-width: 90%;
}
.third_screen_text h2{
    color: #111;
    font-size: 45px;
    font-family: "Open Sans", serif;
    font-weight: 900;
    padding-bottom: 20px;
}
.third_screen_text h3{
    color: #111;
    font-size: 30px;
    font-family: "Open Sans", serif;
    font-weight: 500;
    padding-bottom: 20px;
}
.third_screen_text h4{
    color: #111;
    font-size: 25px;
    font-family: "Open Sans", serif;
    font-weight: 700;
    padding-bottom: 20px;
}
.third_screen_text p{
    color: #111;
    font-size: 20px;
    font-family: "Open Sans", serif;
    font-weight: 300;
    padding-bottom: 20px;
}
.fourth_screen{
    background-color: aliceblue;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.fourth_screen_text{
    width: 1000px;
    max-width: 90%;
}
.fourth_screen_text h2{
    color: #111;
    font-size: 45px;
    font-family: "Open Sans", serif;
    font-weight: 900;
    padding-bottom: 20px;
}
.fourth_screen_text h3{
    color: #111;
    font-size: 25px;
    font-family: "Open Sans", serif;
    font-weight: 500;
    padding-bottom: 20px;
}
.cards{
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    border-radius: 7px;
    gap: 20px;
    margin-bottom: 20px;
}
.cards img{
    height: 200px;
    border-radius: 7px 0 0 7px;
}
.card{
    padding: 20px 0;
}
.card h4{
    color: #111;
    font-size: 22px;
    font-family: "Open Sans", serif;
    font-weight: 500;
    padding-bottom: 20px;
}
.card p{
    color: #111;
    font-size: 18px;
    font-family: "Open Sans", serif;
    font-weight: 200;
    padding-bottom: 20px;
}
.form_block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFFACD;
}
.form_block_text{
    width: 1000px;
    max-width: 90%;
    padding: 30px 0;
}
.form_block_text h2{
    color: rgb(146, 21, 21);
    font-size: 45px;
    font-family: "Open Sans", serif;
    font-weight: 900;
    padding-bottom: 20px;
}
.form_block_text h3{
    color: #111;
    font-size: 20px;
    font-family: "Open Sans", serif;
    font-weight: 500;
    padding-bottom: 20px;
}
.form_block_text p{
    color: #111;
    font-size: 15px;
    font-family: "Open Sans", serif;
    font-weight: 100;
    padding-bottom: 20px;
}
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: rgb(199 171 24);
    border: rgb(199 171 24) 1px solid;
    font-size: 16px;
    font-family: Poppins;
    padding: 10px;
    font-weight: 700
}
.form_button:hover{
    background-color: rgb(117 102 24);
    border: rgb(117 102 24) 1px solid;
}
footer{
    background-color: #605d3f;
    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;
}
/*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;
  }
  @media (max-width: 768px) {
    .links{
        display: none;
    }
    .first_screen{
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url("./img/1.webp");
        background-size: cover;
        background-position: center;
        height: 850px;
    }
    .first_screen_text{
        width: 600px;
        max-width: 90%;
        justify-items: flex-start;
        padding-left: 10px;
       
    }
    .first_screen_text h1{
        color: aliceblue;
        font-size: 30px;
        font-family: "Open Sans", serif;
        padding-bottom: 10px;
    }
    .first_screen_text p {
        color: aliceblue;
        font-size: 16px;
        font-family: "Open Sans", serif;
        padding-bottom: 15px;
        margin-bottom: 40px;
    }
    .fs_button{
        color: aliceblue !important;
        padding: 10px 30px;
        font-size: 15px;
        background-color:rgb(199 171 24);
        border-radius: 7px;
        text-decoration: none;
        font-size: 18px;
        font-family: "Open Sans", serif;
    }
    .second_screen{
        background-color: #FFFACD;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 20px 0;
    }
    .second_screen_text{
        width: 900px;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 50px;
    }
    .second_screen_text h2{
        color: #111;
        font-size: 55px;
        font-family: "Open Sans", serif;
        font-weight: 900;
    }
    .second_screen_text p{
        color: #111;
        font-family: "Open Sans", serif;
        font-size: 20px;
        font-weight: 100;
    }
    .third_screen_text h2{
        color: #111;
        font-size: 35px;
        font-family: "Open Sans", serif;
        font-weight: 900;
        padding-bottom: 10px;
    }
    .third_screen_text h3{
        color: #111;
        font-size: 22px;
        font-family: "Open Sans", serif;
        font-weight: 500;
        padding-bottom: 10px;
    }
    .third_screen_text h4{
        color: #111;
        font-size: 19px;
        font-family: "Open Sans", serif;
        font-weight: 700;
        padding-bottom: 10px;
    }
    .third_screen_text p{
        color: #111;
        font-size: 16px;
        font-family: "Open Sans", serif;
        font-weight: 300;
        padding-bottom: 10px;
    }
    .fourth_screen_text{
        width: 1000px;
        max-width: 90%;
    }
    .fourth_screen_text h2{
        color: #111;
        font-size: 25px;
        font-family: "Open Sans", serif;
        font-weight: 900;
        padding-bottom: 20px;
    }
    .fourth_screen_text h3{
        color: #111;
        font-size: 20px;
        font-family: "Open Sans", serif;
        font-weight: 500;
        padding-bottom: 20px;
    }
    .cards{
        width: 100%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        border-radius: 7px;
        gap: 20px;
        margin-bottom: 20px;
    }
    .cards img{
        height: 200px;
        border-radius: 7px 7px 0 0;
    }
    .card{
        padding: 20px 0;
    }
    .card h4{
        color: #111;
        font-size: 18px;
        font-family: "Open Sans", serif;
        font-weight: 500;
        padding-bottom: 20px;
    }
    .card p{
        color: #111;
        font-size: 14px;
        font-family: "Open Sans", serif;
        font-weight: 200;
        padding-bottom: 20px;
    }
    .form_block{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #FFFACD;
    }
    .form_block_text{
        width: 1000px;
        max-width: 90%;
        padding: 30px 0;
    }
    .form_block_text h2{
        color: rgb(146, 21, 21);
        font-size: 35px;
        font-family: "Open Sans", serif;
        font-weight: 900;
        padding-bottom: 20px;
    }
    .form_block_text h3{
        color: #111;
        font-size: 20px;
        font-family: "Open Sans", serif;
        font-weight: 500;
        padding-bottom: 20px;
    }
    .form_block_text p{
        color: #111;
        font-size: 15px;
        font-family: "Open Sans", serif;
        font-weight: 100;
        padding-bottom: 20px;
    }
    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: rgb(199 171 24);
        border: rgb(199 171 24) 1px solid;
        font-size: 16px;
        font-family: Poppins;
        padding: 10px;
        font-weight: 700
    }
    .form_button:hover{
        background-color: rgb(117, 36, 9);
        border: rgb(117, 36, 9) 1px solid;
    }
  }