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


@font-face {
    font-family: "RobotoSlab";
    src: url(./font-family/Roboto_Slab/RobotoSlab-VariableFont_wght.ttf);
}

@font-face {
    font-family: "Roboto";
    src: url(./font-family/Roboto/Roboto-VariableFont_wdth\,wght.ttf);
}



header {
    padding: 25px 130px;
    margin-bottom: 73px;
}

header .header-img {
    width: 118px;
    height: 68px;
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    header .header-img {
        width: 64px;
        height: 38px;
    }

    header {
        padding: 25px 70px;
        margin-bottom: 63px;
        height: 15vh;
    }
}

@media screen and (min-width: 300px) and (max-width: 600px) {
    header .header-img {
        width: 52px;
        height: 30px;
    }

    header {
        padding: 25px 50px;
        margin-bottom: 43px;
        height: 13vh;
    }
}





#section1 {
    padding-left: 130px;
    padding-bottom: 150px;
}

.section1-top {
    display: flex;
    gap: 30px;
    font-family: "Roboto";
}

.section1-data {
    display: flex;
    gap: 10px;
}

.section1-center {
    display: flex;
    justify-content: space-between;
}

.section1-data p {
    font-size: 22px;
    padding-top: 2px;
    line-height: 115%;
}

.section1-data img {
    width: 24px;
    height: 22px;
}

.section1-data .caln {
    width: 22px;
    height: 24px;
    margin-left: 22px;
}

.section1-h1 {
    font-family: "RobotoSlab";
    font-size: 85px;
    width: 72%;
    margin-top: 42px;
    margin-bottom: 20px;
    line-height: 101.4%;
}

.section1-p {
    font-size: 21px;
    width: 53%;
    font-family: "Roboto";
    line-height: 150%;

}

.section1-left img {
    width: 90%;
    margin-top: 14px;
}

.section1-buttom {
    display: flex;
    justify-content: center;
}

.section1-btn {
    width: 37%;
    background-color: #1E4681;
    border-radius: 5px;
    color: white;
    padding: 30px;
    margin-top: 55px;
    margin-right: 150px;
}

.p-top {
    font-size: 26px;
    font-family: "RobotoSlab";
    line-height: 130%;
}

.p-buttom {
    font-size: 20px;
    font-family: "Roboto";
    text-align: end;
    padding-top: 10px;

}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    #section1 {
        padding-left: 70px;
        padding-right: 50px;
        padding-bottom: 100px;
    }

    .section1-data img {
        width: 12px;
        height: 11px;
    }

    .section1-data .caln {
        width: 12px;
        height: 12px;
        margin-left: 0px;
    }

    .section1-data p {
        font-size: 12px;
    }

    .section1-top {
        gap: 20px;
    }

    .section1-data {
        gap: 6px;
    }

    .section1-h1 {
        font-size: 46px;
        width: 90%;
        height: 92px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .section1-p {
        font-size: 12px;
    }

    .section1-left img {
        height: 217px;
        margin-right: 10px;
    }

    .section1-center {
        display: flex;
    }

    .section1-btn {
        width: 50%;
        padding: 13px;
        padding-right: 25px;
        margin-right: 90px;
    }

    .section1-btn .p-top {
        font-size: 14px;

    }

    .section1-btn .p-buttom {
        font-size: 12px;
        padding-top: 5px;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1090px) {
    .section1-left img {
        width: 250px;
        margin-top: 14px;
    }
}

@media screen and (min-width: 601px) and (max-width: 657px) {
    #section1 {
        padding-left: 35px;
        padding-right: 0px;
    }
}

@media screen and (min-width: 300px) and (max-width: 600px) {
    #section1 {
        padding-left: 50px;
        padding-right: 10px;
        padding-bottom: 70px;
    }

    .section1-center {
        display: flex;
        flex-direction: column;
    }

    .section1-data img {
        width: 10px;
        height: 9px;
    }

    .section1-data .caln {
        width: 9px;
        height: 10px;
        margin-left: 0px;
    }

    .section1-data p {
        font-size: 10px;
    }

    .section1-top {
        gap: 15px;
    }

    .section1-data {
        gap: 4px;
    }

    .section1-h1 {
        font-size: 37px;
        width: 73%;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .section1-p {
        font-size: 12px;
        width: 60%;
    }

    .section1-left {
        display: flex;
        justify-content: flex-end;
    }

    .section1-left img {
        width: 45%;
        height: 175px;
        margin-right: 40px;
    }

    .section1-buttom {
        display: flex;
        justify-content: flex-start;
    }

    .section1-btn {
        width: 60%;
        padding: 13px;
        padding-right: 10px;
        margin-right: 0px;
    }

    .section1-btn .p-top {
        font-size: 11px;

    }

    .section1-btn .p-buttom {
        font-size: 10px;
        padding-top: 2px;
    }
}


#section2 {
    margin-bottom: 130px;
    padding-left: 130px;
}

.section2-top {
    font-size: 24px;
    margin-bottom: 70px;
}

.section2-h1 {
    font-size: 55px;
    margin-bottom: 40px;
    font-family: "RobotoSlab";
}

.section2-p {
    font-family: Roboto;
    line-height: 150%;
    font-size: 24px;
}

.section2-left {
    width: 45%;
}

.section2-right img {
    width: 95%;
    padding-right: 100px;
}

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

}

.section2-button {
    display: flex;
    gap: 120px;
}

.buttom-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 100px;
    /* width: 70%; */
}

.section2-text h3 {
    font-family: Roboto;
    margin-bottom: 15px;
    font-size: 25px;
}

.section2-text p {
    font-family: Roboto;
    font-size: 18px;
}

.section2-img2 img {
    width: 90%;
}

@media screen and (min-width: 1024px) and (max-width: 1292px) {
    #section2 {}

    .section2-right img {
        width: 350px;
        padding-right: 40px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1142px) {
    #section2 {}

    .section2-right img {
        width: 270px;
        padding-right: 0px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1062px) {
    #section2 {}

    .section2-right img {
        width: 270px;
        padding-right: 0px;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    #section2 {
        padding-left: 70px;
        margin-bottom: 90px;
    }

    .section2-right img {
        padding-right: 15px;
        width: 100%;
        height: 200px;
    }

    .section2-img2 img {
        width: 85%;
        height: 118px;
    }

    .section2-left {
        width: 50%;
    }

    .section2-p {
        font-family: Roboto;
        font-size: 14px;
    }

    .section2-top {
        font-size: 15px;
    }

    .section2-common {
        display: flex;
        justify-content: space-between;
    }

    .section2-button {
        display: flex;
        gap: 30px;
        padding-right: 0px;
    }

    .buttom-right {
        gap: 50px;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .section2-h1 {
        font-size: 32px;
        font-family: "RobotoSlab";
    }

    .section2-p {
        font-size: 14px;
        font-family: "Roboto";
    }

    .section2-right img {
        /* width: 212px; */
        height: 200px;
    }

    .section2-img2 {
        width: 134px;
        height: 127px;
    }

    .section2-text h1 {
        font-size: 15px;
        font-family: "Roboto";
    }

    .section2-text p {
        font-size: 11px;
        font-family: "Roboto";
    }

    .section3-h1 {
        font-size: 32px;
        font-family: "RobotoSlab";
    }

    .section3-text h1 {
        font-size: 15px;
        font-family: "Roboto";
    }

    .section3-text p {
        font-size: 11px;
        font-family: "Roboto";
    }

    .section2-button {
        padding-right: 70px;

    }
}

@media screen and (min-width: 300px) and (max-width: 600px) {
    #section2 {
        padding-left: 50px;
        padding-right: 0px;
        margin-bottom: 50px;
    }

    .section2-right img {
        width: 100%;
        margin-top: 30px;
        height: 180px;
        padding-right: 0px;
    }

    .section2-top {
        margin-bottom: 50px;
    }

    .section2-common {
        display: flex;
        flex-direction: column;
    }

    .section2-left {
        width: 100%;
    }

    .section2-h1 {
        font-size: 26px;
    }

    .section2-p {
        font-size: 12px;
        width: 60%;
    }

    .section2-button .section2-img2 {
        display: none;
    }

    .section2-text h3 {
        font-size: 12px;
    }

    .section2-text p {
        font-size: 10px;
    }

    .buttom-right {
        display: flex;
        flex-wrap: wrap;
        width: 60%;
        gap: 40px;
    }
}



#section3 {
    padding-left: 130px;
}

.section3 {
    display: flex;
    gap: 110px;
    padding-bottom: 200px;
}

.section3-h1 {
    font-family: "RobotoSlab";
    margin-bottom: 100px;
    font-size: 55px;
}

.section3-text h1 {
    font-size: 30px;
    font-family: "RobotoSlab";
    margin-bottom: 20px;
}

.section3-text p {
    font-size: 20px;
    font-family: "Roboto";
}

.section3 h1 {
    color: #1e4681;
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    #section3 {
        padding-left: 70px;
    }

    .section3-h1 {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .section3-text h1 {
        font-size: 15px;
        font-family: "Roboto";
    }

    .section3-text p {
        font-size: 11px;
        font-family: "Roboto";
    }

    .section3 {
        padding-bottom: 70px;
        gap: 70px;
    }
}

@media screen and (min-width: 300px) and (max-width: 600px) {
    #section3 {
        padding-left: 50px;
    }

    .section3-h1 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .section3-text h1 {
        font-size: 12px;
        font-family: "Roboto";
        margin-bottom: 10px;
    }

    .section3-text p {
        font-size: 10px;
        font-family: "Roboto";
    }

    .section3 {
        display: flex;
        flex-direction: column;
        padding-bottom: 70px;
        gap: 35px;
    }
}

#section4 {
    padding-left: 130px;
}

#section4 h1 {
    font-family: "RobotoSlab";
    font-weight: 700;
    font-size: 55px;
    line-height: 101%;
    margin-bottom: 35px;
}

#section4 .main-part {
    font-family: "Roboto";
    width: 662px;
    font-size: 24px;
    line-height: 150%;
    padding: 20 20 10;
}


@media screen and (min-width: 601px) and (max-width: 1024px) {
    #section4 {
        padding-left: 70px;
    }

    #section4 h1 {
        font-size: 32px;
    }

    #section4 .main-part {
        font-size: 14px;
        width: 383px;
    }

}

@media screen and (min-width: 300px) and (max-width: 600px) {
    #section4 {
        padding-left: 50px;
    }

    #section4 h1 {
        font-size: 26px;
    }

    #section4 .main-part {
        font-size: 12px;
        width: 299px;
    }
}


#section5 {}

#section5 h1 {
    font-family: "RobotoSlab";
    font-size: 55px;
    padding: 230px 0 100px 120px;
}

#section5 .big {
    padding-left: 60px;
    padding-bottom: 70px;
    display: flex;
    margin: 0 auto;
    /* justify-content: center; */
    /* align-items: center; */
    width: 85%;
    flex-wrap: wrap;
    gap: 50px;
}

#section5 .box {
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 60px 60px 30px 30px;
}

#section5 .textbox h2 {
    font-size: 30px;
    padding: 8px 0 30px 20px;
    font-family: "Roboto";
}

#section5 .textbox .osen {
    padding-bottom: 4px;
}



#section5 .textbox p {
    font-size: 25px;
    padding: 0 0 20px 20px;
    font-weight: 500;
    font-family: "Roboto";
}

#section5 .textbox .kino {
    padding-bottom: 0px;
}

@media screen and (min-width: 991px) and (max-width: 1597px) {
    #section5 h1 {
        padding-left: 80px;
    }

    #section5 .big {
        gap: 40px;
        padding-left: 50px;
    }

    #section5 .box {
        width: 320px;
    }

    #section5 .imgbox img {
        width: 320px;
    }
}
@media screen and (min-width: 991px) and (max-width: 1387px) {
    #section5 h1 {
        padding-left: 80px;
    }

    #section5 .big {
        gap: 40px;
        padding-left: 50px;
    }

    #section5 .box {
        width: 320px;
    }

    #section5 .imgbox img {
        width: 320px;
    }
}
@media screen and (min-width: 991px) and (max-width: 1283px) {
    #section5 h1 {
        font-size: 40px;
        padding-left: 50px;
    }

    #section5 .big {
        gap: 20px;
        padding-left: 30px;
    }

    #section5 .box {
        width: 280px;
    }

    #section5 .imgbox img {
        width: 280px;
    }
}
@media screen and (min-width: 991px) and (max-width: 1100px) {
    #section5 h1 {
        font-size: 40px;
        padding-left: 50px;
    }

    #section5 .big {
        gap: 20px;
        padding-left: 30px;
    }

    #section5 .box {
        width: 250px;
    }

    #section5 .imgbox img {
        width: 250px;
    }
}

@media screen and (min-width: 601px) and (max-width: 991px) {
    #section5 h1 {
        padding: 90px 0 70px 40px;
        font-size: 32px;
        padding-left: 20px;
    }

    #section5 .big {
        gap: 20px;
        padding-left: 30px;
    }

    #section5 .box {
        width: 230px;
        border-radius: 20px;
    }

    #section5 .imgbox img {
        width: 230px;
    }

    #section5 .textbox h2 {
        font-size: 17px;
        padding: 5px 0 20px 20px;
    }

    #section5 .textbox p {
        font-size: 14px;
        padding: 0 0 15px 20px;
    }
}
@media screen and (min-width: 601px) and (max-width: 895px) {
    #section5 h1 {
        padding: 90px 0 70px 15px;
        font-size: 32px;
        padding-left: 15px;
    }

    #section5 .big {
        gap: 15px;
        padding-left: 15px;
    }

    #section5 .box {
        width: 190px;
        border-radius: 19px;
    }

    #section5 .imgbox img {
        width: 190px;
    }

    #section5 .textbox h2 {
        font-size: 17px;
        padding: 5px 0 20px 20px;
    }

    #section5 .textbox p {
        font-size: 14px;
        padding: 0 0 15px 20px;
    }
}
@media screen and (min-width: 601px) and (max-width: 750px) {
    #section5 h1 {
        padding: 90px 0 70px 15px;
        font-size: 32px;
        padding-left: 15px;
    }

    #section5 .big {
        gap: 15px;
        padding-left: 15px;
    }

    #section5 .box {
        width: 160px;
        border-radius: 19px;
    }

    #section5 .imgbox img {
        width: 160px;
    }

    #section5 .textbox h2 {
        font-size: 17px;
        padding: 5px 0 20px 20px;
    }

    #section5 .textbox p {
        font-size: 14px;
        padding: 0 0 15px 20px;
    }
}

@media screen and (min-width: 601px) and (max-width: 645px) {
    #section5 h1 {
        padding: 90px 0 70px 15px;
        font-size: 32px;
        padding-left: 20px;
    }

    #section5 .big {
        gap: 8px;
        padding-left: 15px;
    }

    #section5 .box {
        width: 155px;
        border-radius: 17px;
    }

    #section5 .imgbox img {
        width: 155px;
    }

    #section5 .textbox h2 {
        font-size: 17px;
        padding: 5px 0 20px 20px;
    }

    #section5 .textbox p {
        font-size: 14px;
        padding: 0 0 15px 20px;
    }
}

@media screen and (min-width: 300px) and (max-width: 600px) {
    #section5 h1 {
        padding: 60px 0 40px 45px;
        font-size: 26px;
        padding-left: 45px;
    }

    #section5 .big {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding-left: 55px;
    }

    #section5 .box {
        width: 185px;
        border-radius: 15px;
    }

    #section5 .imgbox img {
        width: 185px;
    }

    #section5 .textbox h2 {
        font-size: 14px;
        padding: 5px 0 20px 20px;
    }

    #section5 .textbox p {
        font-size: 12px;
        padding: 0 0 15px 20px;
    }

}


#section6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #EFEFEF;
    padding-left: 130px;
    padding-top: 90px;
    padding-bottom: 90px;
}

#section6 .bottom {
    display: flex;
    align-items: center;
    gap: 25px;
}

#section6 .left h3 {
    margin-bottom: 25px;
}

#section6 .box {
    width: 791px;
    background-color: white;
    border-radius: 20px;
    padding: 40px 40px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#section6 h1 {
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 55px;
    line-height: 101%;
    font-family: "RobotoSlab";
}

#section6 .top p {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

#section6 .top {
    margin-bottom: 30px;
}

#section6 .left h3 {
    font-family: "RobotoSlab";
    font-weight: 700;
    font-size: 30px;
    line-height: 101%;

}


@media screen and (min-width: 601px) and (max-width: 1024px) {
    #section6 {
        padding-left: 70px;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #section6 h1 {
        margin-bottom: 50px;
        font-size: 32px;
    }

    #section6 .box {
        width: 458px;
        padding: 30px 30px 20px;
    }

    #section6 .top p {
        font-size: 12px;
    }

    #section6 .bottom .foto-img {
        width: 110px;
    }

    #section6 .left h3 {
        font-size: 17px;
    }

    #section6 .left-img {
        width: 18px;
    }

    #section6 .bottom {
        gap: 18px;
    }

    #section6 .top {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 300px) and (max-width: 600px) {
    #section6 {
        padding-left: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #section6 h1 {
        margin-bottom: 30px;
        font-size: 26px;
        width: 257px;
    }

    #section6 .box {
        width: 308px;
        padding: 15px 15px 10px;
    }

    #section6 .top p {
        font-size: 10px;
    }

    #section6 .bottom .foto-img {
        width: 80px;
    }

    #section6 .left h3 {
        font-size: 14px;
    }

    #section6 .left-img {
        width: 14px;
    }

    #section6 .bottom {
        gap: 13px;
    }

    #section6 .top {
        margin-bottom: 15px;
    }

}


#section7 {
    background-color: rgba(157, 201, 200, 1);
    padding-left: 130px;
    padding-top: 150px;
    padding-bottom: 150px;
    display: flex;
    align-items: center;
}

#section7 ul {
    list-style-type: none;

}

#section7 .section7-content {
    display: flex;
    flex-direction: column;
    gap: 84px;
}

#section7 .date-info {
    font-size: 59px;
    font-weight: bold;
    font-family: "RobotoSlab"
}

#section7 .headings {
    font-size: 25px;
    margin-bottom: 12px;
    font-weight: 500;
    font-family: "Roboto";
}

#section7 .number {
    font-size: 80px;
    font-family: "Roboto";
}

#section7 .info-list {
    display: flex;
    gap: 70px;
}

#section7 .info-text {
    width: 294px;
    font-size: 18px;
    font-family: "Roboto";
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    #section7 {
        background-color: rgba(157, 201, 200, 1);
        padding-left: 70px;
        display: flex;
        align-items: center;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #section7 .section7-content {
        display: flex;
        flex-direction: column;
        gap: 64px;
    }

    #section7 .date-info {
        font-size: 32px;
        font-weight: bold;
        font-family: "RobotoSlab"
    }

    #section7 .headings {
        font-size: 14px;
        font-family: "Roboto"
    }

    #section7 .number {
        font-size: 46px;
        font-family: "Roboto"
    }

    #section7 .info-list {
        display: flex;
        gap: 49px;
    }

    #section7 .info-text {
        width: 170px;
        font-size: 10px;
        font-family: "Roboto"
    }
}

@media screen and (max-width: 600px) and (min-width: 300px) {
    #section7 {
        background-color: rgba(157, 201, 200, 1);
        padding-left: 50px;

        display: flex;
        align-items: center;
        height: 70vh;
    }

    #section7 .section7-content {
        display: flex;
        flex-direction: column;
        gap: 40px;


    }

    #section7 .date-info {
        font-size: 26px;
        font-weight: bold;
        font-family: "RobotoSlab"
    }

    #section7 .headings {
        font-size: 12px;
        font-family: "Roboto"

    }

    #section7 .number {
        font-size: 37px;
        font-family: "Roboto"

    }

    #section7 .info-list {
        display: flex;
        gap: 31px;

    }

    #section7 .info-text {
        width: 138px;
        font-size: 10px;
        font-family: "Roboto"

    }
}


footer {
    background-color: black;
    width: 100%;
    padding-left: 130px;
}

footer ul {
    list-style-type: none;
}

.footer-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 50px;
    padding-right: 146px;
}

footer .footer-left-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
}

.footer-org-text {
    display: flex;
    padding-bottom: 30px;
    align-content: flex-end;
}

footer .footer-img {
    width: 115px;
    padding-bottom: 20px;
    background-color: black;
    color: black;
}

footer .footer-icon {
    width: 33px;
}

footer .icon-list {
    display: flex;
    gap: 18px;
    list-style: none;
    align-items: baseline;
}
footer .footer-text {
    color: white;
    font-family: "MyFont", Roboto;
}

footer .right-list {
    display: flex;
    align-content: center;
    flex-direction: column;
    gap: 25px;
}

footer .inside-right-list {
    display: flex;
    gap: 18px;
}



@media screen and (min-width: 601px) and (max-width: 1024px) {

    footer {
        background-color: black;
        width: 100%;
        padding-left: 70px;

    }



    footer .footer-content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 28.96px;
        padding-right: 84px;
    }

    footer .footer-left-content {

        height: 100%;

        display: flex;
        justify-content: space-between;

    }

    footer .icon-list {
        display: flex;
        gap: 10px;
        list-style: none;
        align-items: baseline;
    }

    footer .footer-img {
        width: 66.5px;
        padding-bottom: 17px;
        background-color: black;
        color: black;
    }

    footer .footer-icon {
        width: 19px;
    }

    footer .footer-org-text {

        display: flex;
        padding-bottom: 37px;
        align-content: flex-end;
    }

    footer .inside-right-list {
        display: flex;
        gap: 10.5px;
    }

    footer .right-list {
        display: flex;
        flex-direction: column;
        gap: 14.5px;
        right: 146px;
        top: 59px;
    }


}

@media screen and (max-width: 600px) and (min-width: 300px) {

    footer {
        background-color: black;
        width: 100%;
        padding-left: 50px;

    }
    footer .footer-content {
        height: 100%;
        padding-top: 23.03px;
        padding-right: 84px;
    }

    footer .footer-left-content {
        gap: 38px;
        display: flex;
        flex-direction: column;
        margin-bottom: 60px;
    }

    footer .icon-list {
        display: flex;
        gap: 8.5px;
        list-style: none;
        align-items: baseline;
    }

    footer .footer-img {
        width: 53.5px;
        padding-bottom: 14px;
        background-color: black;
        color: black;
    }

    footer .footer-icon {
        width: 15px;
    }

    footer .footer-org-text {

        display: flex;
        align-content: flex-end;
    }

    footer .inside-right-list {
        display: flex;
    }

    footer .right-list {
        display: flex;
        flex-direction: column;
        gap: 11.5px;
    }
}