@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

#header {
    height: 90vh;
    background-color: rgb(29, 172, 214);
    width: 100%;
    display: flex;
    flex-direction: column;
}

#header-header-box {
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 70vh;
    margin-left: 25%;
    margin-top: 0;
    /*background: #62c584;*/
}


.logo {
    width: 20%;
    color: white;
    margin-top: 5vh;
    /*font-size: 2.2em;*/
    /*background: #fa876b;*/
    display: flex;
    margin-left: 35%;
}

#company-info-header {
    display: flex;
    width: 100%;
    color: white;
    margin-top: 10%;
    font-size: 3em;
    font-weight: bold;
    max-width: 750px;
}

#header-main-text {
    display: flex;
    color: white;
    width: 100%;
    margin-top: 3vh;
    font-size: 2em;
    max-width: 700px;
}


#main {
    height: 90vh;
    width: 100%;
    background-color: rgb(210, 240, 240);
    display: flex;
    flex-direction: column;
}

#addition-area-box {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 30vh;
}

#addition-area {
    background: white;
    display: flex;
    width: 60%;
    height: 30vh;
    position: relative;
    top: -10vh;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
    /*justify-content: center;*/
}

#addition-ul {
    padding: 0 3%;
    width: 100%;
    height: inherit;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}

#addition-ul li, .addition-area-ul-box {
    display: flex;
    width: 23%;
    height: inherit;
    /*background-color: red;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.addition-area-ul-box {
    width: 100%
}

.addition-area-ul-header {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;
    width: 95%;
    height: 45%;
    color: rgb(93, 118, 203);
    font-size: 1.8em;
    margin-bottom: 5%;
    /*background-color: yellow;*/
}

.addition-area-ul-content {
    display: flex;
    text-align: center;
    align-items: start;
    width: 95%;
    height: 50%;
    font-size: 1.3em;
    /*background-color: purple;*/
}

.two-header-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 20vh;
}

.headers {
    display: flex;
    font-size: 3.5em;
    width: 100%;
    height: 30%;
    justify-content: center;
    font-weight: 600;
}

.main-second-header {
    display: flex;
    font-size: 1.4em;
    width: 23%;
    height: 60%;
    margin-top: 1.5%;
    justify-content: center;
    text-align: center;
    color: rgb(49, 58, 140);
    font-weight: 500;
}

#main-ul-box {
    width: 100%;
    height: 35vh;
    display: flex;
    justify-content: center;
}

#main-ul {
    padding: 0;
    width: 60%;
    height: inherit;
    display: flex;
    list-style: none;
    justify-content: space-evenly;
}

#main-ul li {
    width: 28%;
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*.main-ul li:first-of-type .main-ul-icon {padding-bottom: 100%;}*/

.main-ul-icon {
    display: flex;
    width: 100%;
    height: 30%;
    justify-content: center;
    align-items: center;
    font-size: 6em;
    margin-bottom: 5%;
    /*background-color: rgb(29, 172, 214);*/
}

.main-ul-header {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: end;
    font-size: 2em;
    font-weight: 500;
}

.main-ul-content {
    height: 47%;
    margin-top: 3%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: start;
    width: 70%;
    font-size: 0.9em;
}





#second-page {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    width: 100%;
    height: 60vh;
}

.content-box {
    display: flex;
    width: 100%;
    height: 80%;
    flex-direction: column;
    /*background: yellow;*/
}

.one-header-box {
    display: flex;
    width: 100%;
    height: 20%;              /* именно процент от родителя */
    min-height: 120px;        /* на случай маленьких экранов */
}

.one-headers {
    width: 100%;
    font-size: 3em;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #ff00e5;*/
}

#second-page-ul-box {
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /*background: #00848c;*/
}

#second-page-ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    width: 60%;
    height: 90%;
    /*background: #ff00e5;*/
}

.second-page-ul-li {
    display: flex;
    width: 25%;
    height: 100%;
    /*background-color: aquamarine;*/
}

.second-page-ul-box {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.second-page-ul-header {
    width: auto;
    margin-left: 0;
    height: auto;
    font-size: 1.5em;
    color: black;
    font-weight: 300;
    /*background-color: red;*/
    display: flex;
    align-items: center;
    margin-bottom: 3%;
}

.second-page-ul-li:last-of-type {
    position: relative;
    top: -1em;
}

.second-page-ul-header i {
    width: 5%;
    height: auto;
    color: rgb(49, 58, 140);
    font-size: 1em;
    margin-right: 5%;
}


.second-page-ul-content {
    display: flex;
    flex-direction: column;
    /*background: #ff00e5;*/
    width: 100%;
    height: auto;
    padding: 0 0 0 9%;
    margin-bottom: 0;
    align-items: center;
    /*background: #f95d51;*/
    list-style: none;
    font-size: 1em;
    font-weight: normal;
    padding-left: 9%;
}

.second-page-ul-content li {
    width: 100%;
    height: auto;
    border: 2px solid rgb(210, 240, 240);
    /*background: yellow;*/
    color: black;
    margin-bottom: 3%;
}

.second-page-ul-content-item {
    font-size: 0.9em;
    padding: 3%;
}

.second-page-ul-header b {
    font-weight: 500;
}




#third-page {
    display: flex;
    align-items: flex-start;
    background: rgb(210,240,240);
    width: 100%;
    padding: 3.5% 0;
}

#third-page-content-box {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#third-page-ul-box {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 2%;
    /*background: #00848c;*/
}

#third-page-ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 60%;
    /*background: #ff00e5;*/
    list-style: none;
}

#third-page-ul li {
    display: flex;
    width: 80%;
    /*height: auto;*/
    background: white;
    overflow: hidden;
    margin-bottom: 4px;
    /*transition: all 0.3s ease;*/
    flex-direction: column;
    border-radius: 6px;
    cursor: pointer;
}

/*.third-page-ul-content-box {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    width: 100%;*/
/*    !*transition: all 0.3s ease;*!*/
/*}*/

.third-page-ul-content {
    user-select: none;
    display: flex;
    padding: 3% 3%;
    width: 100%;
    font-weight: bold;
    font-size: 1.4em;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}

.third-page-ul-content i {
    font-size: 1.5em;
    color: black;
    transition: color 0.3s, transform 0.3s;
}

.third-page-ul-content:hover i, .third-page-ul-content:hover i.rotated {
    font-size: 1.5em;
    color: rgb(93, 118, 203);
}

.third-page-ul-content i.rotated {
    font-size: 1.5em;
    color: black;
    transition: color 0.5s, transform 0.3s linear;
    transform: rotate(-45deg);
}

.third-page-ul-content-hidden {
    max-height: 0;            /* начальная высота = 0 */
    opacity: 0;
    overflow: hidden;         /* прячем содержимое */
    font-size: 1.1em;
    padding: 0 3%;
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}

/* Раскрытый */
.third-page-ul-content-hidden.expanded {
    max-height: 300px;        /* достаточно большое значение, больше реального контента */
    opacity: 1;
    padding: 0 3% 3% 3%;           /* возвращаем вертикальный отступ при открытии */
}







#fourth-page {
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
}

#fourth-page .one-headers {
    /*background: #ff00e5;*/
    font-weight: normal;
}

/*#fourth-page .content-box {*/
/*    background: yellow;*/
/*}*/

#fourth-page-ul-box {
    display: flex;
    justify-content: center;
    /*height: 100%;*/
    width: 100%;
    margin-top: 2.5%;
    /*background: #00848c;*/
}

#fourth-page-ul {
    margin: 0;
    padding: 0;
    width: 55%;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    /*background: red;*/
}

#fourth-page-ul li {
    display: flex;
    width: 20%;
    height: 100%;
    /*background: purple;*/
    flex-direction: column;
}

.fourth-page-ul-image-box {
    width: 100%;
    /*height: 70%;*/
    /*background: blue;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.fourth-page-ul-image-box img {
    width: 100%;
    object-fit: contain;
    border-radius: 500px;
    aspect-ratio: 1 / 1;
}

.fourth-page-ul-content {
    text-align: center;
    /*background: yellow;*/
    width: 100%;
    /*height: 30%;*/
    padding: 3%;
}

.fourth-page-ul-content-header {
    font-size: 1.3em;
    font-weight: bold;
}

.fourth-page-ul-content-comment {
    font-size: 0.9em;
}





#fifth-page {
    background-color: rgb(210,240,240);
    display: flex;
    width: 100%;
    height: 45vh;
    align-items: center;
}

/*#fifth-page .content-box {*/
/*    background: yellow;*/
/*}*/

/*#fifth-page .one-header-box {*/
/*    background: #ff00e5;*/
/*}*/

#fifth-page .one-headers {font-weight: normal}

#fifth-page-ul-box {
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    /*background: #00848c;*/
}

#fifth-page-ul {
    /*background: red;*/
    width: 55%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

#fifth-page-ul li {
    display: flex;
    width: 25%;
    height: 100%;
    /*background: purple;*/
    /*padding-top: 1.5%;*/
    /*flex-direction: column;*/
}

.fifth-page-ul-header {
    /*text-align: center;*/
    /*width: 100%;*/
    /*height: 15%;*/
    width: 15%;
    height: 100%;
    /*background: yellow;*/
    font-size: 2em;
    color: rgb(93, 118, 203);
    margin-right: 5%;
}

.fifth-page-ul-content {
    margin-top: 2%;
    width: 80%;
    min-height: 15%;
    /*background: #ff00e5;*/
    font-size: 0.9em;
    padding-right: 15%;
    /*margin-left: 3%;*/
}





#sixth-page {
    height: 70vh;
    width: 100%;
    display: flex;
    align-items: center;
}

#sixth-page .one-headers {
    /*background: #ff00e5;*/
    font-weight: normal;
}

#sixth-page-main-block {
    height: 80%;
    width: 100%;
    display: flex;
    /*background-color: #ff00e5;*/
    justify-content: center;
    align-items: center;
}

#sixth-page-main-content {
    width: 25%;
    background: rgb(93, 118, 203);
    display: flex;
    height: 60%;
    margin-right: 2%;
    border-radius: 0 150px 150px 0;
}

#sixth-page-content {
    width: 10%;
    font-size: 1.4em;
    padding-bottom: 2%;
}

#information-header-area {
    width: 35%;
    height: 100%;
    /*background: blue;*/
    font-size: 2em;
    padding-left: 4%;
    padding-top: 6%;
    color: white;
}

#information-area-box {
    display:flex;
    width: 60%;
    flex-direction: column;
    justify-content: center;
}

.information-area {
    display: flex;
    flex-direction: column;
    height: 45%;
    width: 100%;
    /*background: #00848c;*/
    color: white;
    justify-content: center;
}

.line {
    margin: 1% 15% 1% 15%;
    width: 70%;
    border-bottom: 2px solid white;
}

.information-area-header {
    text-align: center;
    height: 40%;
    font-size: 1.8em;
}

.information-area-comment {
    height: 40%;
    width: 80%;
    text-align: center;
    margin-left: 10%;
}

#footer {
    display: flex;
    height: 40vh;
    background: rgb(210, 240, 240);
    width: 100%;
    align-items: center;
}

.second-header {
    text-align: center;
    width: 100%;
    height: 30%;
    font-size: 1.5em;
}




@media (min-width: 481px) and (max-width: 768px) {
    * {
        margin: 0;
        padding: 0;
        font-family: 'Roboto', sans-serif;
    }

    #header {
        height: auto;
        background-color: rgb(29, 172, 214);
        width: 100%;
        display: flex;
        padding-bottom: 20%;
    }

    #header-header-box {
        margin: 0;
        padding-left: 3%;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        /*margin-left: 5%;*/
        /*background: yellow;*/
        /*margin-top: 3vh;*/
    }

    .logo {
        width: 100%;
        color: white;
        /*margin-top: 1vh;*/
        font-size: 2.2em;
        margin: 0;
        /*background: #ff00e5;*/
    }

    #company-info-header {
        display: flex;
        width: 100%;
        color: white;
        margin-top: 3vh;
        font-size: 3em;
        font-weight: bold;
        text-align: center;
    }

    #header-main-text {
        display: flex;
        color: white;
        width: 100%;
        margin-top: 3vh;
        font-size: 2em;
        text-align: center;
    }


    #main {
        height: auto;
        width: 100%;
        background-color: rgb(210, 240, 240);
        display: flex;
        flex-direction: column;
    }

    #addition-area-box {
        display: flex;
        justify-content: center;
        width: 100%;
        height: auto;
        /*background: #ff00e5;*/
    }

    #addition-area {
        background: white;
        display: flex;
        width: 50%;
        height: auto;
        position: relative;
        top: -10vh;
        box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
        margin-bottom: 7%;
        padding-top: 5%;
        justify-content: center;
    }

    #addition-ul {
        padding: 0;
        margin: 0;
        width: 95%;
        height: auto;
        list-style: none;
        display: flex;
        /*justify-content: space-evenly;*/
        flex-direction: column;
        /*background: #ff00e5;*/
    }

    #addition-ul li, .addition-area-ul-box {
        display: flex;
        width: 100%;
        height: auto;
        /*min-height: 190px;*/
        /*background-color: red;*/
        justify-content: center;
        align-items: center;
        /*background: red;*/
    }

    .addition-area-ul-box {
        width: 100%
    }

    .addition-area-ul-header {
        display: flex;
        justify-content: center;
        align-items: end;
        width: 100%;
        height: auto;
        color: rgb(93, 118, 203);
        font-size: 1.8em;
        /*margin-bottom: 5%;*/
        /*background-color: yellow;*/
    }

    .addition-area-ul-content {
        display: flex;
        justify-content: center;
        width: 90%;
        height: auto;
        font-size: 1.3em;
        /*background-color: purple;*/
        margin-bottom: 10%;
    }

    .two-header-box {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-bottom: 6%;
        /*background-color: yellow;*/
    }

    .headers {
        display: flex;
        font-size: 3em;
        width: 100%;
        height: 30%;
        justify-content: center;
        font-weight: 600;
    }

    .main-second-header {
        display: flex;
        font-size: 1.4em;
        width: 70%;
        height: 60%;
        margin-top: 4%;
        justify-content: center;
        text-align: center;
        color: rgb(49, 58, 140);
        font-weight: 500;
    }

    #main-ul-box {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        /*background: #fa876b;*/
    }

    #main-ul {
        padding: 0;
        width: 100%;
        height: auto;
        display: flex;
        list-style: none;
        justify-content: space-evenly;
        /*background: #ff00e5;*/
    }

    #main-ul li {
        width: 30%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-ul-icon {
        display: flex;
        width: 100%;
        height: 30%;
        justify-content: center;
        font-size: 4em;
    }

    .main-ul-header {
        width: 100%;
        height: 20%;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: end;
        font-size: 1.5em;
        font-weight: 500;
    }

    .main-ul-content {
        height: 47%;
        margin-top: 3%;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: start;
        width: 95%;
        font-size: 0.9em;
    }





    #second-page {
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        width: 100%;
        height: auto;
    }

    .content-box {
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: column;
        /*background: yellow;*/
    }

    .one-header-box {
        display: flex;
        width: 100%;
        height: auto;              /* именно процент от родителя */
        min-height: 120px;        /* на случай маленьких экранов */
        /*background: #ff00e5;*/
    }

    .one-headers {
        width: 100%;
        font-size: 3em;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        /*background: #ff00e5;*/
    }

    #second-page-ul-box {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        /*background: #00848c;*/
        margin-bottom: 5%;
    }

    #second-page-ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        flex-wrap: wrap;
        /*justify-content: space-evenly;*/
        width: 100%;
        align-items: center;
        height: auto;
        flex-direction: column;
        /*background: #ff00e5;*/
    }

    .second-page-ul-li {
        display: flex;
        width: 80%;
        height: auto;
        margin-bottom: 4%;
        /*background-color: aquamarine;*/
    }

    #second-page-ul .second-page-ul-li:last-of-type {position: static;}

    .second-page-ul-box {
        display: flex;
        width: 100%;
        height: auto;
    }

    .second-page-ul-header {
        /*background: #f95d51;*/
        text-align: center;
        display: flex;
    }

    .second-page-ul-content {
        width: 90%;
        margin-left: 5%;
        height: 100%;
        font-size: 1.3em;
        color: black;
        font-weight: 300;
    }

    .second-page-ul-box i {
        width: 8%;
        color: rgb(49, 58, 140);
        font-size: 1.1em;
        /*background: red;*/
        margin-right: 2%;
    }



    #third-page {
        display: flex;
        align-items: flex-start;
        background: rgb(210, 240, 240);
        width: 100%;
        padding: 0 0 3.5% 0;
    }

    #third-page-content-box {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #third-page-ul-box {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 2%;
        /*background: #00848c;*/
    }

    #third-page-ul {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0;
        padding: 0;
        width: 80%;
        /*background: #ff00e5;*/
        list-style: none;
    }

    #third-page-ul li {
        display: flex;
        width: 100%;
        /*height: auto;*/
        background: white;
        overflow: hidden;
        margin-bottom: 4px;
        /*transition: all 0.3s ease;*/
        flex-direction: column;
        border-radius: 6px;
        cursor: pointer;
    }

    /*.third-page-ul-content-box {*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    width: 100%;*/
    /*    !*transition: all 0.3s ease;*!*/
    /*}*/

    .third-page-ul-content {
        user-select: none;
        display: flex;
        padding: 3% 3%;
        width: 100%;
        font-weight: bold;
        font-size: 1.4em;
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
    }

    .third-page-ul-content i {
        font-size: 1.5em;
        color: black;
        transition: color 0.3s, transform 0.3s;
    }

    .third-page-ul-content:hover i, .third-page-ul-content:hover i.rotated {
        font-size: 1.5em;
        color: rgb(93, 118, 203);
    }

    .third-page-ul-content i.rotated {
        font-size: 1.5em;
        color: black;
        transition: color 0.5s, transform 0.3s linear;
        transform: rotate(-45deg);
    }

    .third-page-ul-content-hidden {
        max-height: 0;            /* начальная высота = 0 */
        opacity: 0;
        overflow: hidden;         /* прячем содержимое */
        font-size: 1.1em;
        padding: 0 3%;
        transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
    }

    /* Раскрытый */
    .third-page-ul-content-hidden.expanded {
        max-height: 300px;        /* достаточно большое значение, больше реального контента */
        opacity: 1;
        padding: 0 3% 3% 3%;           /* возвращаем вертикальный отступ при открытии */
    }







    #fourth-page {
        width: 100%;
        height: auto;
        /*min-height: 40vh;*/
        display: flex;
        align-items: center;

    }

    #fourth-page .one-headers {
        /*background: #ff00e5;*/
        font-weight: normal;
    }

    /*#fourth-page .content-box {*/
    /*    background: yellow;*/
    /*}*/

    #fourth-page-ul-box {
        display: flex;
        justify-content: center;
        /*height: 100%;*/
        height: auto;
        width: 100%;
        margin-top: 2.5%;
        padding: 0 0 3.5% 0;
        /*background: #00848c;*/
    }

    #fourth-page-ul {
        margin: 0;
        padding: 0 0 3.5% 0;
        width: 97%;
        list-style: none;
        display: flex;
        align-items: center;
        flex-direction: column;
        /*background: red;*/
    }

    #fourth-page-ul li {
        display: flex;
        width: 40%;
        height: auto;
        /*background: purple;*/
        flex-direction: column;
    }

    .fourth-page-ul-image-box {
        width: 100%;
        /*height: 70%;*/
        /*background: blue;*/
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fourth-page-ul-image-box img {
        width: 100%;
        object-fit: contain;
        border-radius: 500px;
        aspect-ratio: 1 / 1;
    }

    .fourth-page-ul-content {
        text-align: center;
        /*background: yellow;*/
        width: 100%;
        /*height: 30%;*/
        padding: 3%;
    }

    .fourth-page-ul-content-header {
        font-size: 1.6em;
        font-weight: bold;
    }

    .fourth-page-ul-content-comment {
        font-size: 1.1em;
        padding-bottom: 9%;
    }





    #fifth-page {
        background-color: rgb(210,240,240);
        display: flex;
        width: 100%;
        height: auto;
        align-items: center;
    }

    /*#fifth-page .content-box {*/
    /*    background: yellow;*/
    /*}*/

    /*#fifth-page .one-header-box {*/
    /*    background: #ff00e5;*/
    /*}*/

    #fifth-page .one-headers {font-weight: normal}

    #fifth-page-ul-box {
        width: 100%;
        height: 80%;
        display: flex;
        justify-content: center;
        /*background: #00848c;*/
    }

    #fifth-page-ul {
        /*background: red;*/
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #fifth-page-ul li {
        display: flex;
        justify-content: center;
        width: 70%;
        height: auto;
        margin-bottom: 4%;
        /*background: purple;*/
        /*padding-top: 1.5%;*/
        /*flex-direction: column;*/
    }

    .fifth-page-ul-header {
        text-align: center;
        /*width: 100%;*/
        /*height: 15%;*/
        width: 15%;
        height: auto;
        /*background: yellow;*/
        font-size: 2em;
        color: rgb(93, 118, 203);
        margin: 0;
        /*background: #ff00e5;*/
    }

    .fifth-page-ul-content {
        margin: 0;
        width: 80%;
        min-height: 15%;
        /*background: #ff00e5;*/
        font-size: 1.3em;
        padding: 0;
        /*margin-left: 3%;*/
    }





    #sixth-page {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
    }

    #sixth-page .one-headers {
        /*background: #ff00e5;*/
        font-weight: normal;
        font-size: 2.5em;
    }

    #sixth-page-main-block {
        height: auto;
        width: 100%;
        display: flex;
        /*background-color: #ff00e5;*/
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #sixth-page-main-content {
        width: 80%;
        background: rgb(93, 118, 203);
        display: flex;
        height: auto;
        margin: 0;
        border-radius: 0 150px 150px 0;
        /*padding: 3% 0 3% 0;*/
    }

    #sixth-page-content {
        margin-top: 2%;
        width: 60%;
        font-size: 1.4em;
        padding-bottom: 2%;
    }

    #information-header-area {
        width: 35%;
        height: 100%;
        /*background: blue;*/
        font-size: 2em;
        padding-left: 4%;
        padding-top: 6%;
        color: white;
    }

    #information-area-box {
        display:flex;
        width: 60%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .information-area {
        display: flex;
        flex-direction: column;
        height: 45%;
        width: 100%;
        /*background: #00848c;*/
        color: white;
        justify-content: flex-start;
    }

    .information-area:last-of-type {
        justify-content: flex-start;
    }

    .line {
        margin: 1% 15% 1% 15%;
        width: 70%;
        border-bottom: 2px solid white;
    }

    .information-area-header {
        text-align: center;
        height: 40%;
        font-size: 1.8em;
        margin-bottom: 2%;
    }

    .information-area-comment {
        height: 40%;
        width: 80%;
        text-align: center;
        margin-left: 10%;
    }



    #footer {
        display: flex;
        height: auto;
        background: rgb(210, 240, 240);
        width: 100%;
        align-items: center;
        padding-bottom: 28%;
        padding-top: 15%;
    }

    .second-header {
        text-align: center;
        width: 100%;
        height: 30%;
        font-size: 1.5em;
    }

}





@media (max-width: 480px) {
    * {
        margin: 0;
        padding: 0;
        font-family: 'Roboto', sans-serif;
    }

    #header {
        height: auto;
        background-color: rgb(29, 172, 214);
        width: 100%;
        display: flex;
        padding-bottom: 20%;
    }

    #header-header-box {
        margin: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        /*margin-left: 5%;*/
        /*background: yellow;*/
        /*margin-top: 3vh;*/
    }

    .logo {
        width: 100%;
        /*color: white;*/
        /*margin-top: 1%;*/
        /*font-size: 2.2em;*/
        /*background: #fa876b;*/
        margin: 0;
    }

    #company-info-header {
        display: flex;
        width: 100%;
        color: white;
        margin-top: 3vh;
        font-size: 2.5em;
        font-weight: bold;
        max-width: 750px;
        padding-left: 3%;
    }

    #header-main-text {
        display: flex;
        color: white;
        width: 90%;
        margin-top: 3vh;
        font-size: 1.5em;
        max-width: 600px;
        text-align: center;
        margin-left: 5%;
        margin-bottom: 6%;
        /*background: #f95d51;*/
    }


    #main {
        height: auto;
        width: 100%;
        background-color: rgb(210, 240, 240);
        display: flex;
        flex-direction: column;
    }

    #addition-area-box {
        display: flex;
        justify-content: center;
        width: 100%;
        height: auto;
        /*background: #ff00e5;*/
    }

    #addition-area {
        background: white;
        display: flex;
        width: 70%;
        height: auto;
        position: relative;
        top: -6vh;
        box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
        margin-bottom: 1%;
        /*justify-content: center;*/
    }

    #addition-ul {
        padding-top: 5%;
        margin: 0;
        width: 100%;
        height: auto;
        list-style: none;
        display: flex;
        /*justify-content: space-evenly;*/
        flex-direction: column;
        /*background: #ff00e5;*/
    }

    #addition-ul li, .addition-area-ul-box {
        display: flex;
        width: 100%;
        height: auto;
        /*min-height: 120px;*/
        /*background-color: red;*/
        justify-content: center;
        align-items: center;
        /*background: red;*/
        margin-bottom: 5%;
    }

    .addition-area-ul-box {
        width: 100%
    }

    .addition-area-ul-header {
        text-align: center;
        align-items: end;
        width: 90%;
        height: auto;
        color: rgb(93, 118, 203);
        font-size: 1.5em;
        /*margin-bottom: 5%;*/
        /*background-color: yellow;*/
    }

    .addition-area-ul-content {
        display: flex;
        text-align: center;
        align-items: start;
        width: 90%;
        height: auto;
        font-size: 0.9em;
        /*background-color: purple;*/
    }

    .two-header-box {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-bottom: 6%;
        /*background-color: yellow;*/
    }

    .headers {
        display: flex;
        font-size: 2em;
        width: 100%;
        height: 30%;
        justify-content: center;
        font-weight: 600;
        text-align: center;
    }

    .main-second-header {
        display: flex;
        font-size: 1.1em;
        width: 80%;
        height: 60%;
        margin-top: 4%;
        margin-bottom: 5vh;
        justify-content: center;
        text-align: center;
        color: rgb(49, 58, 140);
        font-weight: 500;
    }

    #main-ul-box {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        /*background: #fa876b;*/
    }

    #main-ul {
        padding: 0;
        width: 100%;
        height: auto;
        display: flex;
        list-style: none;
        /*justify-content: space-evenly;*/
        align-items: center;
        flex-direction: column;
        /*background: #ff00e5;*/
    }

    #main-ul li {
        width: 90%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-ul-icon {
        display: flex;
        width: 100%;
        height: 30%;
        justify-content: center;
        font-size: 4em;
        margin-bottom: 2%;
    }

    #main-ul li:first-of-type .main-ul-icon {margin-bottom: 5%}

    .main-ul-header {
        width: 100%;
        height: 20%;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: end;
        font-size: 1.5em;
        font-weight: 500;
    }

    .main-ul-content {
        height: 47%;
        margin-top: 3%;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: start;
        width: 95%;
        font-size: 0.9em;
    }





    #second-page {
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        width: 100%;
        height: auto;
    }

    .content-box {
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: column;
        /*background: yellow;*/
    }

    .one-header-box {
        display: flex;
        width: 100%;
        height: auto;
        margin: 5% 0 5% 0;/* именно процент от родителя */
        /*min-height: 120px;        !* на случай маленьких экранов *!*/
        /*background: #ff00e5;*/
    }

    .one-headers {
        text-align: center;
        width: 100%;
        font-size: 2em;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        /*margin-bottom: 3%;*/
        /*margin-top: 4%;*/
        /*background: #ff00e5;*/
    }

    #second-page-ul-box {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        /*background: #00848c;*/
        margin-bottom: 5%;
    }

    #second-page-ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: auto;
        /*background: #ff00e5;*/
    }


    .second-page-ul-li {
        /*position: static;*/
        display: flex;
        width: 80%;
        height: auto;
        margin-bottom: 8%;
        /*background-color: aquamarine;*/
    }

    .second-page-ul-li:last-of-type {
        position: static;
        top: 0;
        margin-bottom: 4%;
    }

    .second-page-ul-box {
        display: flex;
        width: 100%;
        height: auto;
        /*background: #fa876b;*/
        flex-direction: column;
    }

    .second-page-ul-box i {
        /*line-height: 1.2em;*/
        display: flex;
        align-items: center;
        /*width: 8%;*/
        height: auto;
        color: rgb(49, 58, 140);
        font-size: 1.2em;
        margin-right: 6%;
        /*margin-top: 4%;   */
        /*background: red;*/
    }

    .second-page-ul-header {
        width: 100%;
        margin-bottom: 5%;
        height: auto;
        font-size: 1.2em;
        color: black;
        font-weight: 300;
        display: flex;
        align-items: center;
        /*background: #62c584;*/
    }

    .second-page-ul-content {
        display: flex;
        flex-direction: column;
        /*background: #ff00e5;*/
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        align-items: center;
        /*background: #f95d51;*/
        list-style: none;
        font-size: 1em;
        font-weight: normal;

    }



    .second-page-ul-content li {
        width: 100%;
        height: auto;
        border: 2px solid rgb(210, 240, 240);
        /*background: yellow;*/
        color: black;
    }

    .second-page-ul-content-item {
        font-size: 0.9em;
        padding: 3%;

    }

    .second-page-ul-header b {
        font-weight: 500;
    }



    #third-page {
        display: flex;
        align-items: flex-start;
        background: rgb(210, 240, 240);
        width: 100%;
        padding: 0 0 3.5% 0;
    }

    #third-page-content-box {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #third-page-ul-box {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 2%;
        /*background: #00848c;*/
    }

    #third-page-ul {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0;
        padding: 0;
        width: 100%;
        /*background: #ff00e5;*/
        list-style: none;
    }

    #third-page-ul li {
        display: flex;
        width: 85%;
        /*height: auto;*/
        background: white;
        overflow: hidden;
        margin-bottom: 4px;
        /*transition: all 0.3s ease;*/
        flex-direction: column;
        border-radius: 6px;
        cursor: pointer;
    }

    /*.third-page-ul-content-box {*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    width: 100%;*/
    /*    !*transition: all 0.3s ease;*!*/
    /*}*/

    .third-page-ul-content {
        user-select: none;
        display: flex;
        padding: 3% 3% 3% 6%;
        width: 100%;
        font-weight: bold;
        font-size: 1.2em;
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
    }

    .third-page-ul-content i {
        font-size: 1.5em;
        color: black;
        transition: color 0.3s, transform 0.3s;
    }

    .third-page-ul-content:hover i, .third-page-ul-content:hover i.rotated {
        font-size: 1.5em;
        color: rgb(93, 118, 203);
    }

    .third-page-ul-content i.rotated {
        color: black;
        transition: color 0.5s, transform 0.3s linear;
        transform: rotate(-45deg);
    }

    .third-page-ul-content-hidden {
        max-height: 0;            /* начальная высота = 0 */
        opacity: 0;
        overflow: hidden;         /* прячем содержимое */
        font-size: 1em;
        padding: 0 6% 3% 6%;
        transition: max-height 0.5s ease, opacity 0.4s ease;
    }

    /* Раскрытый */
    .third-page-ul-content-hidden.expanded {
        max-height: 150px;        /* достаточно большое значение, больше реального контента */
        opacity: 1;
        padding: 0 6% 3% 6%;           /* возвращаем вертикальный отступ при открытии */
    }







    #fourth-page {
        width: 100%;
        height: auto;
        /*min-height: 40vh;*/
        display: flex;
        align-items: center;
        justify-content: center;

    }

    #fourth-page .one-headers {
        /*background: #ff00e5;*/
        font-weight: normal;
    }

    /*#fourth-page .content-box {*/
    /*    background: yellow;*/
    /*}*/

    #fourth-page-ul-box {
        display: flex;
        justify-content: center;
        /*height: 100%;*/
        height: auto;
        width: 100%;
        margin-top: 2.5%;
        padding: 0 0 3.5% 0;
        /*background: #00848c;*/
    }

    #fourth-page-ul {
        margin: 0;
        padding: 0 0 3.5% 0;
        width: 97%;
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        /*background: red;*/
    }

    #fourth-page-ul li {
        display: flex;
        width: 50%;
        height: auto;
        /*background: purple;*/
        flex-direction: column;
        align-items: center;
        margin-bottom: 3%
    }

    .fourth-page-ul-image-box {
        width: 100%;
        /*height: 70%;*/
        /*background: blue;*/
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fourth-page-ul-image-box img {
        width: 100%;
        object-fit: contain;
        border-radius: 500px;
        aspect-ratio: 1 / 1;
    }

    .fourth-page-ul-content {
        text-align: center;
        /*background: yellow;*/
        width: 100%;
        /*height: 30%;*/
        padding: 3%;
    }

    .fourth-page-ul-content-header {
        font-size: 1.6em;
        font-weight: bold;
    }

    .fourth-page-ul-content-comment {
        font-size: 1.1em;
    }





    #fifth-page {
        background-color: rgb(210,240,240);
        display: flex;
        width: 100%;
        height: auto;
        align-items: center;
    }

    /*#fifth-page .content-box {*/
    /*    background: yellow;*/
    /*}*/

    /*#fifth-page .one-header-box {*/
    /*    background: #ff00e5;*/
    /*}*/

    #fifth-page .one-headers {font-weight: normal}

    #fifth-page-ul-box {
        width: 100%;
        height: 80%;
        display: flex;
        justify-content: center;
        /*background: #00848c;*/
    }

    #fifth-page-ul {
        /*background: red;*/
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #fifth-page-ul li {
        display: flex;
        width: 70%;
        height: auto;
        margin-bottom: 4%;
        /*background: purple;*/
        /*padding-top: 1.5%;*/
        /*flex-direction: column;*/
    }

    .fifth-page-ul-header {
        /*text-align: center;*/
        /*width: 100%;*/
        /*height: 15%;*/
        width: 15%;
        height: auto;
        /*background: yellow;*/
        font-size: 2em;
        color: rgb(93, 118, 203);
        margin-right: 2%;
    }

    .fifth-page-ul-content {
        margin: 0;
        width: 80%;
        min-height: 15%;
        /*background: #ff00e5;*/
        font-size: 1em;
        /*margin-left: 3%;*/
    }





    #sixth-page {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
    }

    #sixth-page .one-headers {
        /*background: #ff00e5;*/
        font-weight: normal;
        font-size: 1.8em;
    }

    #sixth-page-main-block {
        height: auto;
        width: 100%;
        display: flex;
        /*background-color: #ff00e5;*/
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #sixth-page-main-content {
        width: 90%;
        background: rgb(93, 118, 203);
        display: flex;
        height: auto;
        margin: 0;
        border-radius: 0 150px 150px 0;
        flex-direction: column;
        /*padding: 3% 0 3% 0;*/
    }

    #sixth-page-content {
        text-align: center;
        margin-top: 3%;
        /*margin-right: 10%;*/
        width: 70%;
        font-size: 1.15em;
        padding-bottom: 2%;
    }

    #information-header-area {
        width: 90%;
        height: 100%;
        /*background: blue;*/
        font-size: 1.8em;
        padding-left: 4%;
        padding-top: 4%;
        color: white;
        margin-bottom: 5%;
    }

    #information-area-box {
        display:flex;
        width: 90%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 4%;
    }

    .information-area {
        display: flex;
        flex-direction: column;
        height: 45%;
        width: 100%;
        /*background: #00848c;*/
        color: white;
        justify-content: flex-start;
    }

    .information-area:last-of-type {
        justify-content: flex-start;
        margin-bottom: 2%;
    }

    .line {
        margin: 1% 15% 1% 15%;
        width: 70%;
        border-bottom: 2px solid white;
    }

    .information-area-header {
        text-align: center;
        height: 40%;
        font-size: 1.6em;
        margin-bottom: 1%;
    }

    .information-area-comment {
        height: 40%;
        width: 80%;
        text-align: center;
        margin-left: 7%;
    }



    #footer {
        display: flex;
        height: auto;
        background: rgb(210, 240, 240);
        width: 100%;
        align-items: center;
        padding-bottom: 28%;
        padding-top: 15%;
    }

    .second-header {
        text-align: center;
        width: 100%;
        height: 30%;
        font-size: 1.2em;
        padding: 2%;
    }

}




@media (min-width: 769px) and (max-width: 1024px) {
    * {
        margin: 0;
        padding: 0;
        font-family: 'Roboto', sans-serif;
    }

    #header {
        height: auto;
        background-color: rgb(29, 172, 214);
        width: 100%;
        display: flex;
        padding-bottom: 20%;
    }

    #header-header-box {
        margin: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        /*margin-left: 5%;*/
        /*background: yellow;*/
        /*margin-top: 3vh;*/
    }

    .logo {
        width: 100%;
        /*color: white;*/
        /*margin-top: 1%;*/
        /*font-size: 2.2em;*/
        /*background: #fa876b;*/
        margin: 0;
    }

    #company-info-header {
        display: flex;
        width: 100%;
        color: white;
        margin-top: 10%;
        font-size: 3em;
        font-weight: bold;
        padding-left: 3%;
        /*max-width: 750px;*/
    }

    #header-main-text {
        display: flex;
        color: white;
        width: 100%;
        margin: 3vh 0 0 0;
        font-size: 2em;
        max-width: none;
        justify-content: center;
        text-align: center;
        padding: 0 3% 0 3%;
    }


    #main {
        height: auto;
        width: 100%;
        background-color: rgb(210, 240, 240);
        display: flex;
        flex-direction: column;
    }

    #addition-area-box {
        display: flex;
        justify-content: center;
        width: 100%;
        height: auto;
    }

    #addition-area {
        background: white;
        display: flex;
        width: 60%;
        height: auto;
        position: relative;
        top: -10vh;
        box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
        padding-top: 5vh;
        /*justify-content: center;*/
    }

    #addition-ul {
        padding: 0 3%;
        width: 100%;
        height: auto;
        flex-direction: column;
        list-style: none;
        display: flex;
        justify-content: space-evenly;
    }

    #addition-ul li, .addition-area-ul-box {
        display: flex;
        width: 100%;
        height: auto;
        /*background-color: red;*/
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .addition-area-ul-box {
        width: 100%
    }

    .addition-area-ul-header {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: end;
        width: 95%;
        height: auto;
        color: rgb(93, 118, 203);
        font-size: 1.8em;
        margin-bottom: 2%;
        /*background-color: yellow;*/
    }

    .addition-area-ul-content {
        display: flex;
        /*text-align: center;*/
        align-items: start;
        justify-content: center;
        width: 95%;
        height: auto;
        font-size: 1.3em;
        margin-bottom: 10%;
        /*background-color: purple;*/
    }

    .two-header-box {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .headers {
        display: flex;
        font-size: 3.5em;
        width: 100%;
        height: auto;
        justify-content: center;
        font-weight: 600;
    }

    .main-second-header {
        display: flex;
        font-size: 1.4em;
        width: 70%;
        height: auto;
        margin-top: 1.5%;
        justify-content: center;
        text-align: center;
        color: rgb(49, 58, 140);
        font-weight: 500;
        padding-top: 2vh;
        margin-bottom: 5%;
    }

    #main-ul-box {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }

    #main-ul {
        padding: 0;
        width: 90%;
        height: inherit;
        display: flex;
        list-style: none;
        /*justify-content: space-evenly;*/
        flex-direction: column;
        align-items: center;
    }

    #main-ul li {
        width: 80%;
        height: inherit;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /*.main-ul li:first-of-type .main-ul-icon {padding-bottom: 100%;}*/

    .main-ul-icon {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        font-size: 6em;
        /*margin-bottom: 2%;*/
        margin: 0;
        /*background-color: rgb(29, 172, 214);*/
    }

    .main-ul-header {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: end;
        font-size: 2em;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }

    .main-ul-content {
        height: auto;
        margin: 1% 0 5% 0;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: start;
        width: 70%;
        font-size: 0.9em;
    }





    #second-page {
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        width: 100%;
        height: 60vh;
    }

    .content-box {
        display: flex;
        width: 100%;
        height: 80%;
        flex-direction: column;
        /*background: yellow;*/
    }

    .one-header-box {
        display: flex;
        width: 100%;
        height: 20%;              /* именно процент от родителя */
        min-height: 120px;        /* на случай маленьких экранов */
    }

    .one-headers {
        width: 100%;
        font-size: 3em;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        /*background: #ff00e5;*/
    }

    #second-page-ul-box {
        width: 100%;
        height: 80%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        /*background: #00848c;*/
    }

    #second-page-ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        justify-content: space-evenly;
        width: 60%;
        height: 90%;
        /*background: #ff00e5;*/
    }

    .second-page-ul-li {
        display: flex;
        width: 25%;
        height: 100%;
        /*background-color: aquamarine;*/
    }

    .second-page-ul-box {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
    }

    .second-page-ul-header {
        width: auto;
        margin-left: 0;
        height: auto;
        font-size: 1.5em;
        color: black;
        font-weight: 300;
        /*background-color: red;*/
        display: flex;
        align-items: center;
        margin-bottom: 3%;
    }

    .second-page-ul-li:last-of-type {
        position: static;
        top: -1em;
    }

    .second-page-ul-header i {
        width: 5%;
        height: auto;
        color: rgb(49, 58, 140);
        font-size: 1em;
        margin-right: 5%;
    }


    .second-page-ul-content {
        display: flex;
        flex-direction: column;
        /*background: #ff00e5;*/
        width: 100%;
        height: auto;
        padding: 0 0 0 9%;
        margin-bottom: 0;
        align-items: center;
        /*background: #f95d51;*/
        list-style: none;
        font-size: 1em;
        font-weight: normal;
        /*padding-left: 9%;*/
    }лицумшгшмгцу

    .second-page-ul-content li {
        width: 100%;
        height: auto;
        border: 2px solid rgb(210, 240, 240);
        /*background: yellow;*/
        color: black;
        margin-bottom: 3%;
    }

    .second-page-ul-content-item {
        font-size: 0.9em;
        padding: 3%;
    }

    .second-page-ul-header b {
        font-weight: 500;
    }




    #third-page {
        display: flex;
        align-items: flex-start;
        background: rgb(210,240,240);
        width: 100%;
        padding: 3.5% 0;
    }

    #third-page-content-box {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #third-page-ul-box {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 2%;
        /*background: #00848c;*/
    }

    #third-page-ul {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0;
        padding: 0;
        width: 60%;
        /*background: #ff00e5;*/
        list-style: none;
    }

    #third-page-ul li {
        display: flex;
        width: 80%;
        /*height: auto;*/
        background: white;
        overflow: hidden;
        margin-bottom: 4px;
        /*transition: all 0.3s ease;*/
        flex-direction: column;
        border-radius: 6px;
        cursor: pointer;
    }

    /*.third-page-ul-content-box {*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    width: 100%;*/
    /*    !*transition: all 0.3s ease;*!*/
    /*}*/

    .third-page-ul-content {
        user-select: none;
        display: flex;
        padding: 3% 3%;
        width: 100%;
        font-weight: bold;
        font-size: 1.4em;
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
    }

    .third-page-ul-content i {
        font-size: 1.5em;
        color: black;
        transition: color 0.3s, transform 0.3s;
    }

    .third-page-ul-content:hover i, .third-page-ul-content:hover i.rotated {
        font-size: 1.5em;
        color: rgb(93, 118, 203);
    }

    .third-page-ul-content i.rotated {
        font-size: 1.5em;
        color: black;
        transition: color 0.5s, transform 0.3s linear;
        transform: rotate(-45deg);
    }

    .third-page-ul-content-hidden {
        max-height: 0;            /* начальная высота = 0 */
        opacity: 0;
        overflow: hidden;         /* прячем содержимое */
        font-size: 1.1em;
        padding: 0 3%;
        transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
    }

    /* Раскрытый */
    .third-page-ul-content-hidden.expanded {
        max-height: 300px;        /* достаточно большое значение, больше реального контента */
        opacity: 1;
        padding: 0 3% 3% 3%;           /* возвращаем вертикальный отступ при открытии */
    }







    #fourth-page {
        width: 100%;
        height: 60vh;
        display: flex;
        align-items: center;
    }

    #fourth-page .one-headers {
        /*background: #ff00e5;*/
        font-weight: normal;
    }

    /*#fourth-page .content-box {*/
    /*    background: yellow;*/
    /*}*/

    #fourth-page-ul-box {
        display: flex;
        justify-content: center;
        /*height: 100%;*/
        width: 100%;
        margin-top: 2.5%;
        /*background: #00848c;*/
    }

    #fourth-page-ul {
        margin: 0;
        padding: 0;
        width: 55%;
        list-style: none;
        display: flex;
        justify-content: space-evenly;
        /*background: red;*/
    }

    #fourth-page-ul li {
        display: flex;
        width: 20%;
        height: 100%;
        /*background: purple;*/
        flex-direction: column;
    }

    .fourth-page-ul-image-box {
        width: 100%;
        /*height: 70%;*/
        /*background: blue;*/
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fourth-page-ul-image-box img {
        width: 100%;
        object-fit: contain;
        border-radius: 500px;
        aspect-ratio: 1 / 1;
    }

    .fourth-page-ul-content {
        text-align: center;
        /*background: yellow;*/
        width: 100%;
        /*height: 30%;*/
        padding: 3%;
    }

    .fourth-page-ul-content-header {
        font-size: 1.3em;
        font-weight: bold;
    }

    .fourth-page-ul-content-comment {
        font-size: 0.9em;
    }





    #fifth-page {
        background-color: rgb(210,240,240);
        display: flex;
        width: 100%;
        height: 45vh;
        align-items: center;
    }

    /*#fifth-page .content-box {*/
    /*    background: yellow;*/
    /*}*/

    /*#fifth-page .one-header-box {*/
    /*    background: #ff00e5;*/
    /*}*/

    #fifth-page .one-headers {font-weight: normal}

    #fifth-page-ul-box {
        width: 100%;
        height: 80%;
        display: flex;
        justify-content: center;
        /*background: #00848c;*/
    }

    #fifth-page-ul {
        /*background: red;*/
        width: 55%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #fifth-page-ul li {
        display: flex;
        width: 25%;
        height: 100%;
        /*background: purple;*/
        /*padding-top: 1.5%;*/
        /*flex-direction: column;*/
    }

    .fifth-page-ul-header {
        /*text-align: center;*/
        /*width: 100%;*/
        /*height: 15%;*/
        width: 15%;
        height: 100%;
        /*background: yellow;*/
        font-size: 2em;
        color: rgb(93, 118, 203);
        margin-right: 5%;
    }

    .fifth-page-ul-content {
        margin-top: 2%;
        width: 80%;
        min-height: 15%;
        /*background: #ff00e5;*/
        font-size: 0.9em;
        padding-right: 15%;
        /*margin-left: 3%;*/
    }





    #sixth-page {
        height: 70vh;
        width: 100%;
        display: flex;
        align-items: center;
    }

    #sixth-page .one-headers {
        /*background: #ff00e5;*/
        font-weight: normal;
    }

    #sixth-page-main-block {
        height: 80%;
        width: 100%;
        display: flex;
        /*background-color: #ff00e5;*/
        justify-content: center;
        align-items: center;
    }

    #sixth-page-main-content {
        width: 25%;
        background: rgb(93, 118, 203);
        display: flex;
        height: 60%;
        margin-right: 2%;
        border-radius: 0 150px 150px 0;
    }

    #sixth-page-content {
        width: 10%;
        font-size: 1.4em;
        padding-bottom: 2%;
    }

    #information-header-area {
        width: 35%;
        height: 100%;
        /*background: blue;*/
        font-size: 2em;
        padding-left: 4%;
        padding-top: 6%;
        color: white;
    }

    #information-area-box {
        display:flex;
        width: 60%;
        flex-direction: column;
        justify-content: center;
    }

    .information-area {
        display: flex;
        flex-direction: column;
        height: 45%;
        width: 100%;
        /*background: #00848c;*/
        color: white;
        justify-content: center;
    }

    .line {
        margin: 1% 15% 1% 15%;
        width: 70%;
        border-bottom: 2px solid white;
    }

    .information-area-header {
        text-align: center;
        height: 40%;
        font-size: 1.8em;
    }

    .information-area-comment {
        height: 40%;
        width: 80%;
        text-align: center;
        margin-left: 10%;
    }

    #footer {
        display: flex;
        height: 40vh;
        background: rgb(210, 240, 240);
        width: 100%;
        align-items: center;
    }

    .second-header {
        text-align: center;
        width: 100%;
        height: 30%;
        font-size: 1.5em;
    }

}