* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}


body {
    font-family: "Albert Sans", sans-serif;
}


.bg_home {
    width: 100%;
    border-bottom: 16px solid #F79420;

    & img.bg-desk {
        width: 100%;
        display: block;
    }

    & .bg-mobol {
        display: none;
    }
}

.about_section {
    background: #FBF4EE;

    & .container {
        max-width: 1268px;
        width: 100%;
        margin: 0 auto;
        padding-top: 38px;
        display: flex;
        align-items: center;
    }

    & h1 {
        color: #3C3C3B;
        font-size: 45px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }

    & p {
        max-width: 895px;
        color: #3C3C3B;
        font-size: 27px;
        font-style: normal;
        line-height: normal;
        margin-top: 18px;
    }
}

.questions_section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;

    & .col {
        width: 50%;
        min-height: 383px;
        display: flex;
        justify-content: end;
        align-items: center;
    }

    & .col.box_one {
        background-color: #F7DEC8;
        position: relative;

        & h3 {
            color: #3C3C3B;
            font-size: 36px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
        }

        & p {
            color: #3C3C3B;
            font-size: 24px;
            font-style: normal;
            line-height: normal;
            max-width: 302px;
        }

        & img {
            position: absolute;
            bottom: 0;
            right: 10px;
        }
    }

    & .col.box_four {
        & p {
            max-width: 377px;
            margin-top: 4px;
        }

        & img {
            width: 178px;
        }
    }

    & .col.box_two,
    .col.box_three {
        background-color: #EDC29F;
        position: relative;

        & h3 {
            color: #3C3C3B;
            font-size: 36px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
        }

        & p {
            color: #3C3C3B;
            font-size: 24px;
            font-style: normal;
            line-height: normal;
            max-width: 345px;
        }

        & img {
            position: absolute;
            bottom: 0;
            right: 10px;
        }
    }

    & .col.box_three {
        & h3 {
            max-width: 450px;
        }

        & p {
            max-width: 500px;
            margin-top: 20px;
        }

        & img {
            top: 0;
            width: 148px;
            right: 0;
        }
    }

    & .content {
        width: 100%;
        max-width: 634px;
    }
}

section.about_public_consultation {
    background-color: #FBF4EE;
    padding-bottom: 62px;

    & .container {
        padding-top: 22px;
        max-width: 1268px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        gap: 59px;

        & h3 {
            font-size: 45px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
        }

        & p {
            font-size: 30px;
            font-style: normal;
            line-height: normal;
            max-width: 849px;
            margin-top: 16px;
        }

        & img {
            width: 214px;
        }
    }
}

section.section_voice {
    background-color: #F79420;
    padding: 22px;

    & .container {
        max-width: 1298px;
        width: 100%;
        margin: 0 auto;
        background: white;
        border-radius: 60px;
        height: 432px;
        display: flex;
        align-items: center;
    }

    & .content {
        padding: 40px;

        & h3 {
            font-size: 49px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
        }

        & p {
            font-size: 30px;
            font-style: normal;
            line-height: normal;
            max-width: 644px;
        }
    }

    & img {
        width: 389px;
    }
}


section.questions {
    background-image: url('../images/bg-cover.png');
    background-size: cover;
    background-position: unset;
    background-repeat: no-repeat;
    padding-bottom: 40px;

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

    & .header {
        display: flex;
        justify-content: space-between;
        padding: 25px;
        align-items: center;

        & h3 {
            color: #F79420;
            font-size: 38px;
        }
    }

    & .item {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 25px;
        border: 1px solid black;



        &.item_three {
            justify-content: space-between;
            border-bottom-left-radius: 8px;

            & img {
                width: 121px;
                margin-bottom: 0;
            }
        }

        &.item_five {
            & p {
                max-width: 814px !important;
            }
        }

        &.item_four {
            & .flex {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: space-between;
                height: 200px;

                & img {
                    width: 63px;
                }
            }

            & .info {
                & p {
                    max-width: 695px;
                }
            }
        }

        &.pl {
            padding-left: 120px;
            border-bottom-right-radius: 8px;
        }

        & .content {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        & .number {
            background-color: #F79420;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            display: flex;
            justify-content: flex-start;
            align-items: end;

            & span {
                width: 50px;
                height: 50px;
                background: #808083;
                border-radius: 50%;
                color: white;
                font-weight: bold;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 52px;
            }
        }

        & .info {
            & p {

                font-size: 24px;
                font-style: normal;
                line-height: normal;

                & a {
                    text-decoration: none;
                    color: black;
                }
            }

            & p strong {
                color: #F79420;
                font-weight: 900;
            }

            & p.text-bold {
                font-weight: bold;
            }
        }

        & .clique {
            width: 63px;
            margin-bottom: -50px;
        }

        & .bold-black {
            color: black !important;
        }


    }

    & .refs {
        margin-top: 49px;

        & h3 {
            color: #000;
            font-size: 20px;
            font-style: normal;
            font-weight: 900;
            line-height: normal;
            margin-bottom: 40px;
        }

        & p {
            font-size: 20px;
            font-style: normal;
            line-height: normal;
            max-width: 1142px;
        }
    }

    & .item_one {
        border-right: 0;
        border-top: 0;

        border-bottom-left-radius: 8px;

    }

    & .item_two {
        border-left: 0;
        border-top: 0;
    }

    & .item_three {
        border-right: 0;
        border-top: 0;
    }

    & .item_four {
        border-left: 0;
        border-top: 0;

        border-bottom-right-radius: 8px;
    }

    & .item_five {
        border-left: 0;
        border-top: 0;

    }

    & .item_seven {
        border-bottom-left-radius: 8px;

    }

    & .item_seven {
        border-right: 0;
        border-top: 0;
    }

    & .eight {
        border-bottom-right-radius: 8px;
    }
}

footer {
    background-color: #F5D1B3;
    padding: 47px 0;


    & .container {
        max-width: 1298px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        position: relative;
    }

    & .flex {
        display: flex;
        justify-content: space-between;
        align-items: center;

        & div:nth-child(1) {
            & p:nth-child(1) {
                max-width: 206px;
                width: 100%;
                font-size: 20px;
                margin: 0 auto;
            }

            & p:nth-child(2) {
                font-size: 15px;
                max-width: 256px;
                width: 100%;
                margin: 0 auto;
                text-align: center;
            }
        }

        & div:nth-child(2) {
            & p a {
                color: #000;

            }
        }

        & img {
            width: 60px;
        }
    }

    & p.text-center {
        text-align: center;
    }

    /* & p {
        text-align: center;
        font-size: 15px;
    }

    & p:first-child {
        max-width: 1078px;
        margin: 0 auto;
    }

    & p:nth-child(2) {
        max-width: 998px;
        margin: 0 auto;
    }

    & p:nth-child(3) {
        max-width: 498px;
        margin: 0 auto;
    }

    & p:nth-child(4) {
        max-width: 479px;
        margin: 0 auto;
    }


    & img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 60px;
    } */
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px !important;
    }


    .bg-mobol {
        display: block !important;
        width: 100%;
    }

    .bg-desk {
        display: none !important;
    }

    & p {
        font-size: 18px !important;
    }

    section.about_section {
        padding-top: 20px;

        & .container {
            flex-direction: column;
        }

        & h1 {
            font-size: 28px;
        }
    }

    section.questions_section {
        & p {
            min-width: 100% !important;
        }

        & .col.box_one img,
        & .col.box_two img {
            width: 100px;
        }

        & .col.box_three {
            & h3 {
                z-index: 1;
                position: relative;
            }
        }
    }

    section.about_public_consultation {
        & .container {
            flex-direction: column;

            & p {
                font-size: 18px !important;
            }
        }


    }

    section.questions {
        & .item_four {
            flex-direction: column;
        }

        & .refs p {
            overflow-wrap: break-word
        }

        & .item_one,
        & .item_one .content {
            flex-direction: column;

            & .clique {
                margin-bottom: 0;
            }
        }

        & .item_two {
            padding-left: 0 !important;

            & .content {
                flex-direction: column;

                & .info {
                    text-align: center;
                }
            }
        }

        & .item_three {
            flex-direction: column;

            & .content {
                flex-direction: column;

                & .info {
                    text-align: center;
                }
            }
        }
    }

    .content_image {
        text-align: center;

        & img {
            position: relative;
        }
    }

    section.section_voice {
        & .content {
            padding: 40px 0;
            padding-bottom: 0;
        }

        & .container {
            height: auto;
        }
    }

    section.questions {

        & .eight,
        & .item:nth-child(7),
        & .item:nth-child(5) {
            flex-direction: column-reverse;

            & .content {
                flex-direction: column;
            }

            & p {
                text-align: center;
            }
        }

        & .seven {
            & .content {
                flex-direction: column;
            }

            & p {
                text-align: center;
            }
        }


        & .item_four .flex {
            height: auto !important;
            gap: 14px;
        }

        & .header {
            flex-direction: column;
            gap: 14px;
        }
    }

    footer {
        & .flex {
            flex-direction: column;
            gap: 14px;

            & div:nth-child(1) {
                & p:nth-child(1) {
                    max-width: fit-content;

                }
            }
        }

        & p {
            font-size: 14px !important;
        }


    }

    .btn-absolute {
        position: fixed;
        top: 180px;
        right: 0;

        & img {
            width: 280px !important;
            transition: width 0.5s ease;

        }

        & img.large {
            width: 200px !important;
        }
    }


}

@media (max-width: 900px) {
    h3 {
        font-size: 28px !important;
    }

    section.about_section {
        & p {
            font-size: 24px;
        }
    }

    section.questions_section {
        flex-direction: column;

        & .col {
            width: 100%;
        }

        & .content {
            max-width: 100% !important;
            padding: 0 50px;
        }

        & .box_four {
            order: 3;
        }

        & .box_three {
            order: 4;
        }

        & p {
            max-width: 80% !important;
            width: 100%;
        }
    }

    section.about_public_consultation {
        & p {
            font-size: 24px !important;
        }
    }

    section.section_voice {
        & .container {
            flex-direction: column;

            & P {
                font-size: 24px;
                margin-top: 12px;
            }

            & img {
                width: 150px;
            }
        }
    }
}

@media (max-width: 1280px) {
    .container {
        padding: 0 50px;
    }

    section.questions_section {
        & .content {
            max-width: 590px;
        }
    }
}

.btn-absolute {
    position: fixed;
    top: 160px;
    right: 0;

    & img {
        width: 575px;
        transition: width 0.5s ease;

    }

    & img.large {
        width: 250px;
    }
}