@import url("../css/footer.css");
@import url("../css/header.css");
@import url("../css/hero.css");
@import url("../css/content.css");
@import url("../css/main.css");
@import url("../css/pop.css");

.about_service .container {
    padding: 0 !important
}


.about_service .container .image_container {
    height: 100%
}

.about_service .container .image_container img {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.about_service .container .image_container .text_container {
    color: #ffffff;
    margin-top: 25%;
    z-index: 2
}

@media screen and (max-width:768px) {
    .about_service .container .image_container .text_container {
        margin-top: 20%
    }
}

@media screen and (max-width:425px) {
    .about_service .container .image_container .text_container {
        margin-top: 15%
    }
}

.about_service .container .image_container .text_container h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 51px
}

@media screen and (max-width:768px) {
    .about_service .container .image_container .text_container h3 {
        font-size: 40px
    }
}

@media screen and (max-width:425px) {
    .about_service .container .image_container .text_container h3 {
        font-size: 25px;
        margin-top: 0
    }
}

.about_service .container .text_container {
    max-width: 820px;
    margin-top: 170px;
    padding: 0 30px
}

@media screen and (max-width:768px) {
    .about_service .container .text_container {
        margin-top: 80px
    }
}

@media screen and (max-width:425px) {
    .about_service .container .text_container {
        margin-top: 50px
    }
}

.about_service .container .text_container p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px
}

@media screen and (max-width:768px) {
    .about_service .container .text_container p {
        font-size: 20px
    }
}

.documents .container .text_container h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 41.7px
}

@media screen and (max-width:768px) {
    .documents .container .text_container h3 {
        font-size: 25px
    }
}

@media screen and (max-width:768px) {
    .documents .container .document_container {
        flex-wrap: wrap;
        padding-left: 30px
    }
}

@media screen and (max-width:768px) {
    .documents .container .document_container .column {
        width: 100% !important
    }
}

.documents .container .document_container .column .document .text_container {
    max-width: 300px
}

@media screen and (max-width:425px) {
    .documents .container .document_container .column .document .text_container {
        margin: 0 5px !important
    }
}

.documents .container .document_container .column .document .text_container a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #365ea0
}

@media screen and (max-width:425px) {
    .documents .container .document_container .column .document .text_container a {
        font-size: 14px
    }
}

.documents .container .document_container .column .document .image_container {
    width: 100%;
    max-width: 45px
}

@media screen and (max-width:425px) {
    .documents .container .document_container .column .document .image_container {
        max-width: 30px
    }
}

.documents .container .document_container .column .document .image_container img {
    width: 80%
}

.contacts .container .text_container {
    margin-bottom: 63px
}

@media screen and (max-width:425px) {
    .contacts .container .text_container {
        margin-bottom: 40px
    }
}

.contacts .container .text_container h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 41.7px;
    margin: 0
}

@media screen and (max-width:768px) {
    .contacts .container .text_container h3 {
        font-size: 30px
    }
}

@media screen and (max-width:425px) {
    .contacts .container .text_container h3 {
        font-size: 25px
    }
}

.contacts .container .contacts_container {
    width: 100%;
    max-width: 480px
}

@media screen and (max-width:768px) {
    .contacts .container .contacts_container {
        flex-direction: column !important;
        align-items: center !important;
        max-width: unset
    }
}

.contacts .container .contacts_container .contacts_items {
    max-width: fit-content
}

@media screen and (max-width:768px) {
    .contacts .container .contacts_container .contacts_items .contact {
        width: 100%;
        max-width: 417px;
        margin: 10px 0
    }
}

@media screen and (max-width:425px) {
    .contacts .container .contacts_container .contacts_items .contact {
        width: 100%;
        justify-content: center !important
    }
}

@media screen and (max-width:375px) {
    .contacts .container .contacts_container .contacts_items .contact {
        width: 100%;
        justify-content: flex-start !important
    }
}

.contacts .container .contacts_container .contacts_items .contact .image_container {
    width: 100%;
    max-width: 50px !important
}

.contacts .container .contacts_container .contacts_items .contact .image_container img {
    width: 100%
}

.contacts .container .contacts_container .contacts_items .contact .text_container {
    color: #292929;
    margin: 0 25px
}

.contacts .container .contacts_container .contacts_items .contact .text_container h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 36px
}

@media screen and (max-width:425px) {
    .contacts .container .contacts_container .contacts_items .contact .text_container h3 {
        font-size: 25px
    }
}

.contacts .container .contacts_container .contacts_items .contact .text_container p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 17px
}

@media screen and (max-width:425px) {
    .contacts .container .contacts_container .contacts_items .contact .text_container p {
        font-size: 12px
    }
}

.contacts .container .contacts_container .contacts_items .contact .text_container a {
    color: #f13931;
    font-style: normal;
    font-weight: 400;
    font-size: 29px
}

@media screen and (max-width:425px) {
    .contacts .container .contacts_container .contacts_items .contact .text_container a {
        font-size: 25px
    }
	
	.btn-service-archive {
    font-size: 16px!important;
	}
}

.btn-service-archive {
    background: linear-gradient(270.05deg, #eb2757 0.67%, #eb315f 50.96%, #eb164b 99.33%);
    border-radius: 30px;
    font-size: 23px;
    font-weight: 600;
    border: none;
    padding: 5px 25px;
    -webkit-box-shadow: 4px 0px 7px -1px #adadad;
    box-shadow: 4px 0px 7px -1px #adadad;
    padding: 10px 30px;
    margin-top: 15px;
	margin-bottom: 50px;
}