body {
    font-size: 24px;
    color: white;
    line-height: 32px;
    overflow-x: hidden;
    word-break: break-word;
}

section {
    padding: 40px 0;
    min-height: 100vh;
    display: none;
    align-items: center;
    color: white;
    background: #41a536;
    padding-bottom: 90px;
    /*display: flex;*/
}

section.active{
    display: flex;
}

@media (max-width: 768px) {
    section {
        align-items: start;
    }

    section {
        padding: 30px 0;
        padding-bottom: 90px;
    }
}

#navigation{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
}

.navigation-btn{
    background: white;
    margin: 10px 5px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
    transition: 0.4s all;
}

.navigation-btn:hover{
    background: #dcdcdc;
}

.navigation-btn svg{
    height: 30px;
    color: black;
}

.h1 {

    font-size: 32px;
    line-height: 40px;
}

@media (max-width: 768px) {
    .h1 {

        font-size: 24px;
        line-height: 32px;
    }

}

.heading {
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
}

.small {
    font-size: 16px;
    line-height: 24px;
}

p, a {
    font-size: 24px;
    color: white;
    line-height: 32px;
}

.banner {
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
    background: #f18700;
    display: inline-block;
    padding: 30px 30px;
    border-radius: 10px;
}

ul {
    padding-left: 20px;
}

ul li {
    font-size: 24px;
    color: white;
    line-height: 32px;
    margin-bottom: 5px;
}

@media (max-width: 992px) {
    .heading {
        font-size: 32px;
        line-height: 42px;
    }

    .banner {
        font-size: 38px;
        line-height: 48px;
        padding: 20px 20px;
    }

}

@media (max-width: 768px) {

    p {
        font-size: 18px;
        line-height: 26px;
    }

    ul li {
        font-size: 18px;
        line-height: 26px;
    }

    .heading {
        font-size: 28px;
        line-height: 30px;
    }

    .banner {
        font-size: 30px;
        line-height: 40px;
        padding: 15px 15px;
    }
}

#section_1 {
    background: #FFF;
}

#section_1 p {
    color: black;
}

#section_4 {
    background: url('images/sections/4/035367.jpg');
    background-size: cover;
    background-position: center center;
}

#section_10 {
    background: url('images/sections/11/038052.jpg');
    background-size: cover;
    background-position: center center;
}

#section_16 {
    background: url('images/sections/18/039501.jpg');
    background-size: cover;
    background-position: center center;
}

#section_21 {
    background: url('images/sections/22/040036.jpg');
    background-size: cover;
    background-position: center center;
}

#section_24 {
    background: url('images/sections/25/040458.jpg');
    background-size: cover;
    background-position: center center;
}

#section_35 {
    background: url('images/sections/36/051115.jpg');
    background-size: cover;
    background-position: center center;
}

#section_35 .banner{
    max-width: 500px;
    font-size: 28px;
    line-height: 34px;
}

#section_37 {
    background: url('images/sections/38/042699.jpg');
    background-size: cover;
    background-position: center center;
}

.quiz ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.quiz input {

    width: 18px;
    height: 18px;
}

.quiz .question_block .h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}

.quiz .question_block {
    display: none;
}

.quiz .question_block.active {
    display: block;
}

.quiz  .buttons{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.button{
    background: orange;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.4s all;
}

.button:hover{
    background: #e29302;
}

.button.button-green{
    background: #005800;
}

.button.button-green:hover{
    background: #003500;
}

.quiz .feedback{
    margin-top: 30px;
}

.quiz .feedback ul{
    list-style-type: unset;
    padding-left: 20px;
    margin-top: 10px;
}

.quiz .feedback li{
    color: inherit;
}

.quiz_results{
    width: 100%;
}

.quiz_results td{
    padding: 7px 0;
}

@media (max-width: 992px) {
    .quiz .question_block .h1 {
        font-size: 30px;
        line-height: 40px;
    }

}

video{
    width: 100%;
    height: 575px;
}

@media (max-width: 992px) {
    video{
        height: 400px;
    }
}

@media (max-width: 768px) {
    video{
        height: 250px;
    }
}

@media (max-width: 500px) {
    video{
        height: 220px;
    }
}