@font-face {
    font-family: Calibri;
    src: url('Calibri.ttf');
}

body {
    font-family: Calibri;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.recaptcha {
    margin-top: 20px;
    max-width: 265px;
    font-size: 10px;
    color: #000000;
    text-align: center;
}
.recaptcha a {
    color: #000000;
}
.grecaptcha-badge {visibility: hidden;}
.section_title {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-top: 60px;
}
.section_title a {
    font-weight: 400;
    color: #000;
}
.section_title a:hover {
    color: #10A4FF;
}
.message_box {
    height: 70vh;
}
.modal_wrap:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
}
.modal {
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin-top: -75px;
    margin-left: -250px;
}
.modal_message {
    font-size: 20px;
}
.modal_btn_wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}
.modal_btn {
    cursor: pointer;
    padding: 10px;
    background-color: #FFB600;
    width: 70px;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
}
/* Panel */
.panel_text {
    width: 100%;
    height: 2px;
    background-color: #FFB600;
    border-radius: 5px;
}

/* Header */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}
.header_logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_logo img {
    height: 112px;
}
.header_contact {
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.header_contact img{
    width: 30px;
    object-fit: contain;
}
.header_contact:last-child {
    margin-bottom: 0;
}
.header_contact a {
    color: #000000;
    text-decoration: none;
    margin-left: 10px;
}
.header_worktime {
    display: flex;
    align-items: center;
}
.header_content {
    display: flex;
}
.header_contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 25px;
}
.header_btn_group, .footer_btn_group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.header_btn_group button {
    cursor: pointer;
    border: none;
    background-color: #FFB600;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 9px 32px;
    border-radius: 35px;
}
.header_btn_group span {
    display: none;
}
/* Intro */
.intro {
    display: flex;
    width: 100%;
    font-size: 20px;
    margin-top: 14px;
    justify-content: space-between;
}
.intro_intro {
    margin-top: 64px;
    font-size: 20px;
    margin-bottom: 15px;
}
.intro_conclusion {
    font-size: 20px;
    margin: 14px 0 20px;
}
.intro_intro a {
    color: #000000;
}
.intro_intro a:hover {
    color: #10A4FF;
}
.intro_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 630px;
}
.intro_img {
    width: 355px;
    height: 470px;
    object-fit: contain;
    border-radius: 10px;
}
.intro_point {
    max-width: 475px;
    margin-left: 26px;
    position: relative;
}
.intro_point:before {
    display: block;
    content: "";
    height: 52px;
    width: 5px;
    background-color: #FFB600;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -26px;
}
.intro_form {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 346px;
    height: 500px;
    background-color: #C7C7C7;
    border-radius: 5px;
}
.form_close {
    color: #000;
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 10px;
}
.intro_form input {
    padding-left: 8px;
    width: 265px;
    height: 40px;
    font-family: Calibri;
    border-radius: 5px;
    font-size: 16px;
    border: 0;
    margin-bottom: 15px;
}
.intro_form textarea {
    width: 265px;
    max-width: 265px;
    min-width: 265px;
    height: 130px;
    border: 0;
    border-radius: 5px;
    font-family: Calibri;
    font-size: 16px;
    padding-left: 8px;
    padding-top: 8px;
    min-height: 130px;
    max-height: 130px;
}
.intro_form_title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    max-width: 275px;
}
.intro_form #btn_submit {
    margin-top: 15px;
    width: 265px;
    height: 40px;
    border-radius: 5px;
    font-family: Calibri;
    font-size: 18px;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    background-color: #FFB600;

}
.intro_form #btn_submit:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: all linear 0.2s;
}
/* Services */
.services_links {
    margin-left: 15px;
}
.services_links a {
    margin: 0 !important;
}
.services_inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}
.services_subtitle {
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 24px;
    text-align: center;
    margin-top: 50px;
}
.services_item {
    display: flex;
    align-items: center;
    max-width: 330px;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 485px;
    min-width: 485px;
    height: 210px;
    border-radius: 5px;
    padding: 0 23px;
}
.services_item img {
    width: 80px;
    height: 80px;
    min-height: 16px;
}
.services_item:nth-child(2n) {
    margin-right: 0;
}
.services_item:last-child {
    margin-bottom: 20px;
}
.services_text {
    color: #000000;
    font-size: 16px;
    max-width: 329px;
    margin-left: 20px;
    text-decoration: none;
}
.services_text a {
    color: #000;
}
.services_text a:hover {
    color: #10A4FF;
}
.services_item.link a:hover {
    color: #000;
}
.international_link span {
    text-decoration: underline;
}
.international_link span:hover {
    color: #10A4FF;
}
.international_link span:hover {
    text-decoration: underline;
}
.international_link a br {
    display: block !important;
}
.services_row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
/* Footer */
.footer {
    padding: 13px 32px;
    border-radius: 5px;
    background-color: #FFB600;
}
.footer_text p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}
.footer_inner {
    flex-wrap: wrap;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_links {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_links a{
    color: #000;
    font-size: 18px;
}
.contactus {
    margin: 50px auto;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
/* Article */
.regular {
    margin-top: 0;
    font-weight: 400;
}
.article {
    font-size: 18px;
}
.list_smaller {
    font-size: 16px;
}
.article h1 {
    margin-bottom: 0;
}
.article a {
    color: #000000;
}
.article a:hover {
    color: #10A4FF;
}
.article h4 {
    margin: 10px 0;
}
.article_list ul {
    list-style: decimal;
}
.article_list li, .article_exp li {
    margin-bottom: 10px;
}
.article_list li:last-child, .article_exp li:last-child {
    margin-bottom: 0;
}
.article_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article_lang a {
    color: #000000;
    text-decoration: none;
}
.article_lang a:hover {
    color: #10A4FF;
    transition: all linear 0.1s;
}
.article_lang a:first-child{
    margin-right: 20px;
}
.article_list2 {
    margin-top: 10px;
    list-style: initial !important;
}
.us_container {
    margin: 36px 0 54px;
    display: flex;
    justify-content: space-between;
}
.us_item {
    width: 49%;
    padding: 40px 38px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #FFB600;
    background: linear-gradient(180deg, #FFB600 0%, rgba(255, 182, 0, 0.15) 100%);
}
.us_text {
    margin-left: 20px;
    font-size: 20px;
    max-width: 310px;
}
.us_text a {
    color: #000 !important;
    text-decoration: none;
}
.modal_form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0, 0.5);
    justify-content: center;
    align-items: center;
}
.footer_btn {
    margin: 0 auto 6px;
    color: #000;
    cursor: pointer;
    display: block;
    padding: 8px 22px;
    border: none;
    border-radius: 32px;
    background: #00AEEF;
    font-size: 16px;
    font-weight: 700;
}
.fixed_btn_form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFB600;
    position: fixed;
    bottom: 20px;
    right: 24px;
    z-index: 99;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.fixed_btn_form img {
    width: 25px;
    object-fit: contain;
}
.fixed_btn_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00AEEF;
    position: fixed;
    bottom: 20px;
    right: 24px;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.fixed_btn_link:last-of-type {
    bottom: 90px;
}
.fixed_btn_link img {
    width: 40px;
    object-fit: contain;
}
.footer_contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer_contacts a {
    font-size: 16px !important;
}
.footer_btn_group span {
    display: none;
}
.accordion_header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-block-start: 1em;
    margin-block-end: 1em;
    cursor: pointer;
    border-radius: 5px;
    padding: 1rem;
    background-color: #00AEEF;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.accordion_content {
    display: none;
}
.accordion.active .accordion_content {
    display: block;
}
.accordion_title {
    max-width: 95%;
}
.arrow {
    margin-right: 8px;
    margin-top: -8px;
    transform: rotate(-45deg);
    display: block;
    width: 16px;
    height: 16px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.accordion.active .arrow {
    margin-right: 8px;
    margin-top: 8px;
    transform: rotate(135deg);
}

.accordion_header a {
    color: #fff;
    text-decoration: underline;
    transition: all linear 0.2s;
}

.accordion_header a:hover {
    color: #000;
}

.error_page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: calc(100vh - 300px);
}
.error {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 42px;
}
.error span {
    margin-right: 24px;
    font-size: 80px;
    color: #10A4FF;
}
.error_page a {
    font-size: 16px;
    color: #000;
    transition: all linear 0.2s;
}
.error_page a:hover {
    color: #10A4FF;
}
@media (hover: hover) and (pointer: fine) {
    .fixed_btn_form {
        display: none;
    }
    .fixed_btn_link {
        display: none;
    }
}
@media (max-width: 1000px) {
    body {
        max-width: 95%;
    }
    .intro, .intro_intro, .intro_conclusion {
        font-size: 20px;
    }
    .intro_inner {
        max-width: 450px;
    }
    .services_item {
        min-width: 415px;
        padding: 0;
        margin-right: 25px;
    }
    .international_link br {
        display: none;
    }
}
@media (max-width: 900px) {
    .us_item {
        padding: 20px;
    }
    .intro_inner {
        max-width: 400px;
    }
    .services_item {
        min-width: 360px;
        margin-bottom: 0;
    }
    .header_btn_group {
        margin-left: 30px;
    }
    .header {
        flex-wrap: wrap;
    }
    .header_worktime {
        margin-top: 15px;
        order: 4;
    }
    .header_worktime br {
        display: none;
    }
}
@media (max-width: 800px) {
    .footer_text {
        margin-top: 15px;
        order: 3;
    }
    .footer_text br {
        display: none;
    }
    .fixed_btn_form {
        display: flex;
    }
    .fixed_btn_link {
        display: flex;
    }
    .intro_point:before {
        height: 100%;
        bottom: 0;
        top: auto;
    }
    .intro_point {
        margin-bottom: 19px;
    }
    .header_btn_group button {
        font-size: 16px;
        padding: 8px 24px;
        white-space: nowrap;
    }
    .header_btn_group {
        margin-left: 10px;
        text-align: center;
    }
    .us_item {
        justify-content: center;
        margin: 0 auto;
        width: 80%;
    }
    .us_item:first-child {
        margin-bottom: 25px;
    }
    .us_container {
        flex-direction: column;
    }
    .intro {
        display: block;
        margin-top: 10px;
    }
    .intro_img {
        display: block;
        margin: 0 auto;
    }
    .intro_point {
        max-width: 100%;
    }
    .intro_intro {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .intro_inner {
        max-width: 100%;
    }
    .intro_form {
        padding: 10px 0;
        width: 62%;
        min-width: 360px;
        margin: 40px auto 0 auto;
        height: 450px;
    }
    .intro_form_title {
        max-width: 80%;
    }
    .intro_form input {
        width: 80%;
    }
    .intro_form textarea {
        width: 80%;
        max-width: 80%;
        min-width: 80%;
    }
    .intro_form #btn_submit {
        width: 80%;
    }
    .header_contact a {
        font-size: 16px;
    }
    .services_item {
        margin-right: 0;
        height: auto;
        margin-bottom: 50px;
    }
    .services_row {
        margin-top: 40px;
        flex-direction: column;
    }
    .services_text, .services_item a {
        max-width: 100%;
    }
    .services_item {
        min-width: 480px;
    }
    .error {
        font-size: 32px;
    }
    .error span {
        font-size: 64px;
    }
}
@media (max-width: 700px) {
    .us_item {
        width: 95%;
    }
    .services_inner {
        display: block;
    }
    .contactus {
        font-size: 20px;
    }
    .footer_text {
        margin-bottom: 20px;
    }
}
@media (max-width: 600px) {
    .us_item {
        width: 100%;
    }
    .services_item {
        min-width: 90%;
    }
    .modal {
        width: 300px;
        margin-left: -150px;
    }
    .footer_links a {
        font-size: 14px;
    }
    .footer_text p {
        font-size: 16px;
    }
    .header_contacts {
        margin-left: 26px;
    }
    .header_logo img {
        height: 112px;
    }
    .header_btn_group button {
        padding: 12px 16px;
        font-size: 14px;
    }
    .header_btn_group span {
        font-size: 12px;
    }
    .footer_btn {
        padding: 10px 22px;
        font-size: 14px;
    }
    .footer_btn_group span {
        text-align: center;
        font-size: 12px;
        max-width: 155px;
    }
    .header_btn_group {
        margin-left: 0;
    }
    .error {
        flex-direction: column;
    }
    .error span {
        margin-right: 0;
    }
}
@media (max-width: 560px) {
    .header_logo img {
        height: 96px;
    }
    .header_contact a {
        font-size: 14px;
    }
    .header_contact {
        max-width: 150px;
    }
    .header_contact img {
        width: 23px;
        object-fit: contain;
    }
    .header_btn_group button {
        font-size: 12px;
    }
    .header_contacts {
        padding-bottom: 10px;
        margin-left: 20px;
    }

}
@media (max-width: 500px) {
    .intro_img {
        width: 320px;
        height: 425px;
    }
    .us_item img {
        width: 65px;
        object-fit: contain;
    }
    .us_text {
        font-size: 18px;
        max-width: 244px;
    }
    .intro, .intro_conclusion, .intro_intro {
        font-size: 18px;
    }
    .footer_inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_contacts {
        margin: 20px 0;
    }
    .footer_text p {
        font-size: 20px;
    }
    .footer_links a {
        font-size: 18px;
    }
    .footer_btn {
        width: 100%;
        margin: 0 0 5px;
    }
    .footer_btn_group span {
        display: inline-flex;
    }
    .footer_btn_group br {
        display: none;
    }
    .footer_btn_group {
        width: 100%;
        align-items: flex-start;
    }
}
@media (max-width: 480px) {
    .header_contact {
        max-width: 100%;
    }
    .header_btn_group {
        width: 100%;
        margin-top: 15px;
    }
    .header_btn_group br {
        display: none;
    }
    .header_btn_group button {
        width: 100%;
        padding: 12px 16px;
    }
    .header_btn_group span {
        display: inline-flex;
    }
}
@media (max-width: 400px) {
    .intro, .intro_intro, .intro_conclusion {
        font-size: 18px;
    }
    .intro_intro {
        margin-top: 30px;
    }
    .footer_text p {
        font-size: 19px;
    }
    .header_contact a {
        font-size: 14px;
    }
}
@media (max-width: 460px) {
    .services_item {
        min-width: 95%;
    }
    .services_text, .services_item a {
        font-size: 14px;
    }
}