h1,h2,h3,h4,h5,h6,ul,li,p{margin: 0;padding: 0;font-weight: normal;line-height: 1.5}
a{text-decoration: none;}
button{cursor: pointer;}
*{box-sizing: border-box;outline: none;font-family: "Avenir", Arial, sans-serif;-webkit-tap-highlight-color: transparent;}
html{font-size: 10px;}
body{margin: 0;}
ul{list-style: none;}
img{border:none;max-width: 100%;}
textarea{resize: none;}

@font-face {
    font-family: 'WorkSans';
    src: url('../fonts/WorkSans-VariableFont_wght.ttf');
}

body, html{background-color: #d9d9d9;}
* {font-family: 'WorkSans' !important;}
.underline{text-decoration: underline;}
.bold{font-weight: bold;}
.italic{font-style: italic;}
.page{max-width: 1920px; width: 100%; margin-left: auto; margin-right: auto; display: block;}
.container{max-width: 1400px; width: 100%; margin-left: auto; margin-right: auto; display: block;}
.logo_box{margin-top: 40px; margin-bottom: 40px;}
.logo_box img{max-width: 40%; margin-left: auto; margin-right: auto; display: block;}
.page_image{max-width: 100%;}
.page_content{color: #000; font-size: 22px; margin-top: 25px; text-align: left;}
.page_list{list-style-type: disc; padding-left: 25px;}
.page_list li{font-size: 22px;}

.flex_container{display: flex; justify-content: space-between;}
.flex_container .w_70{width: 68%; display: flex; flex-flow: column; justify-content: center;}
.flex_container .w_60{width: 58%; display: flex; justify-content: center; flex-flow: column;}
.flex_container .w_40{width: 38%; display: flex; align-items: center;}
.flex_container .w_30{width: 28%; display: flex; align-items: center;}
.flex_container_margin{margin-top: 30px;}

#why_us .section_title{font-size: 46px; color: #061bb0; margin-top: 40px;}
#offers{background-image: url('../images/image_15.png'); background-position: top left; background-repeat: no-repeat; background-size: 15%;}
#offers .section_title{font-size: 46px; text-align: center; color: #061bb0; margin-top: 40px;}
#offers .section_subheader{font-size: 36px; text-align: center; color: #061bb0; margin-top: 40px; margin-bottom: 40px; line-height: 1.1;}
#offers .offers_container{display: flex; justify-content: space-between;}
#offers .offers_container .single_box{width: 32%; align-items: center;}
#offers .offers_container .single_box img{max-height: 130px; display: block; margin-left: auto; margin-right: auto;}
#offers .offers_container .single_box .box_title{font-size: 32px; font-weight: bold; text-align: center; color: #061bb0; margin-top: 10px; line-height: 1.1;}
#offers .offers_container .single_box .box_description{font-size: 22px; text-align: center; margin-top: 20px;}

#profit .section_title{font-size: 46px; text-align: center; color: #061bb0; margin-top: 40px; margin-bottom: 40px;}
#profit .profit_container{display: flex; justify-content: space-between;}
#profit .profit_container .single_box{width: 32%; align-items: center;}
#profit .profit_container .single_box img{max-height: 200px; display: block; margin-left: auto; margin-right: auto;}
#profit .profit_container .single_box .box_title{font-size: 32px; font-weight: bold; text-align: center; color: #061bb0; margin-top: 10px; line-height: 1.1;}
#profit .profit_container .single_box .box_description{font-size: 22px; text-align: center; margin-top: 20px;}

#extra{background-image: url('../images/image_23.png'); background-repeat: no-repeat; background-position: top center; background-size: 20%;}
#extra .section_title{font-size: 46px; text-align: center; color: #061bb0; margin-top: 40px; margin-bottom: 150px;}

#contact .section_title{font-size: 46px; text-align: center; color: #061bb0; margin-top: 40px; margin-bottom: 30px;}
#contact .box_title{margin-bottom: 20px; font-size: 32px; text-align: center; color: #061bb0;}
#contact .page_content{margin-top: 0; text-align: center;}
#contact .contact_container{display: flex; justify-content: space-between;}
#contact .contact_container .single_box:nth-child(1){width: 25%;}
#contact .contact_container .single_box:nth-child(2){width: 50%;}
#contact .contact_container .single_box:nth-child(2) img{max-width: 70%; display: block; margin-left: auto; margin-right: auto;}
#contact .contact_container .single_box:nth-child(3){width: 25%;}

.footer .page_content{margin-top: 0; font-weight: bold; text-align: center; font-size: 18px; margin-top: 15px; margin-bottom: 15px; color: #737373;}
.footer .page_content span{display: inline-block; margin-left: 10px; margin-right: 10px;}

.menu{background-color: #fff; padding-top: 20px; padding-bottom: 20px;}
.menu .container{ display: flex; align-items: center; justify-content: end;}
.menu a{font-size: 18px; font-weight: 500; margin-left: 10px; color: #737373; text-decoration: none;}

@media(max-width: 1430px){
    .page .container{padding-left: 15px; padding-right: 15px;}
}

@media(max-width: 1100px){
    #offers .offers_container{flex-flow: column;}
    #offers .offers_container .single_box{width: 100%; margin-bottom: 30px;}
    #offers .offers_container .single_box:last-of-type{margin-bottom: 0;}
    #profit .profit_container{flex-flow: column;}
    #profit .profit_container .single_box{width: 100%;}
    #profit .profit_container .single_box{margin-bottom: 30px;}
    #profit .profit_container .single_box:last-of-type{margin-bottom: 0;}


    #profit .profit_container .single_box .box_title{font-size: 24px;}
    #offers .offers_container .single_box .box_title{font-size: 24px;}
    #profit .profit_container .single_box .box_description{font-size: 18px;}
    #offers .offers_container .single_box .box_description{font-size: 18px;}
    #offers .section_subheader{font-size: 20px;}
    .page_list li{font-size: 18px;}
    .page_content{font-size: 18px;}
    .section_title{font-size: 28px !important;}
    #extra .section_title{margin-bottom: 50px;}
    #contact .box_title{font-size: 22px;}
}

@media(max-width: 800px){
    .flex_container{flex-flow: column;}
    .flex_container .w_70,
    .flex_container .w_60,
    .flex_container .w_40,
    .flex_container .w_30{
        width: 100% !important;
    }

    .flex_container .w_40,
    .flex_container .w_30{
        margin-top: 30px;
    }
    .flex_container .w_40 img,
    .flex_container .w_30 img{
        display: block; 
        margin-left: auto;
        margin-right: auto;
    }

    .logo_box img{max-width: 80%;} 

}

@media(max-width: 768px){
    #contact .contact_container .single_box:nth-child(2){display: none;}
    #contact .contact_container .single_box:nth-child(1){width: 100%; margin-bottom: 30px;}
    #contact .contact_container .single_box:nth-child(3){width: 100%;}
    #contact .contact_container{flex-flow: column;}
}

@media(max-width: 420px){
    .menu .container{flex-flow: column;}
    .menu a{margin-left: 0; margin-bottom: 10px;}
    .menu a:last-of-type{margin-bottom: 0;}
}