* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Dosis', sans-serif;
}

.container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.main {
    background-image: url(../img/Afbeelding_1.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.header_contacts {
    justify-content: space-between;
    display: flex;
    max-width: 150px;
    width: 100%;
}

.main_plot {
    margin-top: 230px;
}

.main_plot h1 {
    text-align: center;
    font-weight: 600;
    font-size: 128px;
    color: white;
    text-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
}

.main_plot hr {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    height: 7px;
    background: #FBD108;
    border: none;
}

.info {
    width: 100%;
}

.info h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #4A4A4A;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
}

.info p {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #999999;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding-top: 25px;
    margin-bottom: 100px;
}

.info_background {
    background-image: url(../img/Info_background.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.about {
    padding-bottom: 150px;
}

.about_block {
    display: flex;
    align-items: center;
    margin-top: 150px;
}

.about_blockContent {
    padding: 0px 50px 0px 50px;
}

.about_blockTitle {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
}

.about_blockSubtitle {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}
.about_blockSubtitle span {
    font-weight: 600;
}
.blockSubtitle_title {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
}
.about_blockContent hr {
    height: 7px;
    background: #FBD108;
    border: none;
    max-width: 130px;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.contacts {
    width: 100%;
    background-color: #F1EFEF;
}

.logo_contacts img {
    width: 280px;
}

.contacts_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.contacts_desc {
    text-align: center;
}

.contacts_desc hr {
    height: 7px;
    background: #FBD108;
    border: none;
    max-width: 130px;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.contacts_plot {
    font-weight: 600;
    font-size: 40px;
}

.contacts_subtitle {
    font-weight: 300;
    font-size: 24px;
}

.contacts_address {
    font-weight: 300;
    font-size: 24px;
    margin-top: 30px;
}

.contacts_phone {
    font-weight: 300;
    font-size: 24px;
}

.contacts_phone a {
    font-weight: 500;
    font-size: 24px;
    color: black;
}

.contacts_desc button {
    width: 205px;
    height: 44px;
    color: white;
    background: #FBD108;
    cursor: pointer;
    border: 2px solid #FBD108;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
    transition: 0.2s;
}

.contacts_desc button:hover {
    border: 2px solid #FBD108;
    background-color: transparent;
    color: #FBD108;
}

footer {
    width: 100%;
    background-color: #FBD108;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer_contacts {
    max-width: 130px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer_privacy p {
    font-weight: 300;
    font-size: 20px;
}

.footer_privacy a {
    color: black;
}

.copyright {
    font-weight: 300;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright a {
    color: black;
    font-size: 16px;
}

.logo_footer {
    width: 140px;
    padding-top: 50px;
}

.footer_contacts a:hover path {
    color: white;
    fill: white;
    transition: 0.3s;
}
.info_background h3 {
    text-align: center;
    font-weight: 600;
    font-size: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
    text-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}
header img {
    width: 76px;
}
@media (max-width: 1300px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1000px) {
    .about_block_reverse {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .about_block {
        display: block;
    }

    .about_block img {
        width: 100%;
        margin: 0 auto;
    }

    .about_blockContent {
        margin-right: 0px !important;
        margin-top: 40px;
    }
}

@media (max-width: 750px) {
    .contacts_block {
        display: block;
    }

    .logo_contacts {
        text-align: center;
        margin-bottom: 50px;
    }

    .about_blockContent {
        padding: unset;
    }

    .main_plot {
        margin-top: 100px;
    }

    .logo_contacts img {
        max-width: 280px;
        width: 100%;
    }
}

@media (max-width: 520px) {
    .about_blockTitle {
        font-size: 30px;
    }

    .about_block {
        margin-top: 100px;
    }

    .main_plot h1 {
        font-size: 90px;
    }

    .info h2 {
        font-size: 18px;
    }

    .info p {
        font-size: 18px;
    }

    .contacts_plot {
        font-size: 30px;
    }

    .contacts_subtitle {
        font-size: 20px;
    }

    .contacts_address {
        font-size: 20px;
    }

    .contacts_phone {
        font-size: 20px;
    }

    .contacts_phone a {
        font-size: 20px;
    }

    .header_contacts svg {
        width: 30px;
        height: 30px;
    }
    .header_contacts {
        max-width: 120px;
    }
}