html {
    scroll-behavior: smooth;
}

body.menu-open {
    overflow: hidden;
}

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

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

/* Header */

header {
    background: rgb(241, 187, 0);
}

.menu-button {
    display: none;
}

#menu-phone-block {
    display: none;
}

.header-block {
    text-align: center;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-section {
    display: flex;
    justify-content: center;
    z-index: 1000;
}

.menu-section>a {
    padding: 0;
    margin: 0 25px;
}

.logo {
    left: 120px;
    top: 30px;
    position: absolute;
    z-index: 500;
}

.logo-img {
    height: 175px;
}

.language-section {
    right: 15px;
    position: absolute;
    display: flex;
    align-items: center;
    margin-top: 5px;
    width: 150px;
    z-index: 999;
}

.inline-block {
    display: inline-block;
}

/* drop down */

.header-button {
    background-color: rgb(0, 0, 0, 0);
    color: black;
    font-size: 18px;
    line-height: 28px;
    border: none;
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.header-button:hover {
    background-color: white;
}

/* Language */

.language-section {
    right: 20px;
    top: 20px;
    position: absolute;
    align-items: center;
    display: flex;
    width: auto;
}

.language-section a {
    margin: 0 5px;
}

.language-a {
    text-decoration: none;
}

.language-button {
    padding: 0 8px;
    border: 1px solid black;
    border-radius: 12px;
    background-color: rgb(241, 187, 0);
    cursor: pointer;
    color: black;
    font-size: 18px;
    line-height: 24px;
    transition: all 0.3s ease;
}

.language-button:hover {
    border: 1px solid #ffe06c;
    background-color: white;
    color: #ffe06c;
}

/* Bottom-Header */

.image-container {
    width: 100%;
    height: 700px;
    position: relative;
}

.image-container-informatization {
    height: auto;
}

.image-container-geoinformatization {
    height: 625px;
}

.bottom-header-img-up {
    position: absolute;
    width: 35%;
    left: 40%;
}

.bottom-header-img {
    width: 100%;
    max-height: 860px;
    position: relative;
    z-index: 1;
}

.bottom-header-img-informatization {
    width: 100%;
    position: relative;
    z-index: 1;
    max-height: 900px;
    margin-top: -177px;
    vertical-align: bottom;
}

.bottom-header-img-geoinformatization {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -75px;
}

.yellow-line {
    margin-top: 15px;
    margin-left: 5%;
    width: 150px;
    height: 10px;
    background-color: rgb(241, 187, 0);
    box-shadow: 0px 3px 3px rgb(0, 0, 0, 0.3);
    margin-right: 50px;
}

.yellow-vertical-line {
    position: absolute;
    width: 3px;
    height: 50px;
    background-color: rgb(205, 205, 205);
    left: 50%;
}

.title-page {
    z-index: 100;
    position: relative;
    margin-top: 25px;
    color: black;
    text-align: center;
}

.title-page-disp{
    z-index: 100;
    position: relative;
    padding: 25px;
    color: black;
    text-align: center;
    background: white;
}

.title-page h1,
.title-page-disp h1 {
    font-size: 28px;
    line-height: 32px;
}

.content-box {
    margin: 0 5%;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.content-in-block {
    height: auto;
    margin-top: 75px;
}

.content-in-block-geoinformatization {
    height: auto;
    margin-top: 150px;
}

.title {
    position: relative;
    display: flex;
    margin-top: 20px;
    color: rgb(170, 170, 170);
    text-align: left;
}

.right-text-title {
    color: rgb(101, 120, 147);
    font-size: 18px;
    line-height: 24px;
    position: absolute;
    left: calc(50% + 25px);
    top: -15px;
    margin: 15px;
}

.title h1 {
    font-size: 38px;
    line-height: 40px;
}

/* Content */

.gray-background {
    background-color: #dad9df;
}

.links-block-section {
    padding: 50px;
    display: flex;
    justify-content: space-evenly;
    margin-top: 25px;
}

.link-block-img {
    height: 150px;
}

.link-block-img-x-card{
    height: 65px;
}

.link-block-img-disp{
    height: 125px;
}

.margin-section {
    margin: 0 5%;
}

.link-block-text {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: black;
}

.link-block-text-number{
    font-size: 24px;
    text-align: center;
    color: rgb(241, 187, 0);
    text-shadow: 3px 3px 0px rgb(150, 150, 150);
}

.link-block-text-gray{
    text-align: center;
    color: rgb(150, 150, 150);
}

.link-block-text-gray-number{
    text-align: center;
    color: rgb(100, 100, 100);
}

.link-block-geo {
    cursor: pointer;
    width: 300px;
    height: 300px;
    display: inline-flex;
    box-sizing: border-box;
    text-align: center;
    border-radius: 15%;
    background: linear-gradient(to top right, white 25%, rgb(200, 211, 221));
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 5px solid white;
    border-bottom: 0 solid white;
    border-left: 0 solid white;
    box-shadow: -12px 12px 12px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease, border 0.3s ease;
    flex-direction: column;
    justify-content: space-evenly;
}

.link-block-disp {
    cursor: pointer;
    width: 300px;
    height: 300px;
    display: inline-block;
    box-sizing: border-box;
    perspective: 1000px;
    position: relative;
}

.link-block-disp-inner {
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.link-block-disp-front, .link-block-disp-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15%;
    box-shadow: -12px 12px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    justify-content: space-evenly;
}

.link-block-disp-front {
    background: rgb(241, 245, 248);
    border: 5px solid white;
    border-bottom: 0 solid white;
    border-left: 0 solid white;
}

.link-block-disp-front:hover {
    box-shadow: none;
}

.link-block-disp-back {
    background: rgb(241, 245, 248);
    border: 5px solid white;
    transform: rotateY(180deg);
}

.link-block-disp-back:hover {
    box-shadow: none;
}


.link-block-disp:hover .link-block-disp-inner {
    transform: rotateY(180deg);
}

.link-block-text-expand {
    width: auto;
    margin: 20px auto;
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s ease;
    padding: 0 20px;
}

.link-block-text-expand.expanded {
    max-height: 500px;
    padding: 20px;
}

.link-block-geo:hover {
    border-bottom: 5px solid white;
    border-left: 5px solid white;
    box-shadow: none;
}

.link-block-description-text{
    padding: 0 20px;
}

#buttons-section {
    width: 80%;
    margin: 0 auto;
    margin-top: 35px;
    padding-top: 25px;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}

.button-card {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 4px;
    margin-bottom: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 16px;
    border-radius: 10px;
    align-items: flex-end;
}

.button-card:hover {
    box-shadow: 0 0 3px rgb(0, 0, 0, 0.3);
}

.selected-card {
    font-size: 58px;
    color: transparent;
    margin: auto 15px;
}

.selected-card.active {
    color: black;
}

/* Modal */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    z-index: 1000;
    opacity: 0;
}

.modal-overlay.show {
    visibility: visible;
    opacity: 1;
}

.modal {
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
    width: 550px;
    visibility: hidden;
    opacity: 0;
    max-width: 90%;
    max-height: 75vh;
}

.modal.show {
    visibility: visible;
    opacity: 1;
}

.modal-header {
    margin-top: 25px;
    margin-left: 16px;
    display: flex;
    align-items: flex-end;
}

.modal-image {
    margin-right: 20px;
    background: linear-gradient(to top right, rgb(250, 250, 250) 30%, rgb(200, 210, 215));
    box-shadow: -5px 5px 5px rgb(0, 0, 0, 0.3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 125px;
    min-width: 125px;
}

.modal-image>img {
    width: 75px;
    height: 75px;
}

.modal-info {
    flex: 1;
    font-size: 24px;
}

.modal-description {
    font-size: 20px;
    margin: 0 12px;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow-y: auto;
    height: 25vh;
}

.certificate-img {
    height: 65vh;
    max-width: 75vw;
    border: 1px solid black;
    box-shadow: 3px 3px 5px rgb(0, 0, 0, 0.3);
}

.modal-description-img {
    margin: 0 12px;
}

.modal-description p,
.modal-description span,
.modal-description ul {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}

.modal-description li {
    margin-bottom: 8px;
}

.modal-description>img {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.close-btn {
    position: absolute;
    top: 0px;
    right: 10px;
    border: none;
    background: none;
    font-size: 56px;
    cursor: pointer;
    color: gray;
    transition: color 0.3s ease;
}

.close-btn:hover {
    color: black;
}

.modal-button {
    background-color: rgb(241, 187, 0);
    text-align: center;
    padding: 10px 35px;
    border-radius: 20px;
    color: black;
    font-size: 20px;
    font-weight: bold;
    border: none;
    outline: none;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.modal-button:hover {
    cursor: pointer;
    color: white;
    background-color: rgb(255, 224, 108);
}

/* .Modal */

.img-in-button-card {
    min-width: 150px;
    min-height: 150px;
    background: linear-gradient(to top right, white 15%, #dad9df);
    border: 5px solid white;
    border-left: 0 solid white;
    border-bottom: 0 solid white;
    box-shadow: -5px 5px 5px rgb(0, 0, 0, 0.3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.button-card:hover .img-in-button-card {
    box-shadow: none;
    border: 5px solid white;
}

.button-card:hover .text-in-button-card {
    text-decoration: underline;
}

.button-card:hover .text-in-button-card-last {
    text-decoration: underline;
}

.img-in-button-card>img {
    height: 75px;
    width: 75px;
    margin-left: 8px;
}

.text-in-button-card {
    width: 250px;
    margin-left: 25px;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
}

.text-in-button-card-last {
    width: 250px;
    margin-left: 25px;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    transition: all 0.3s ease;
}

.level-one {
    margin-left: calc(5% + 150px);
    margin-right: 225px;
    margin-top: 5px;
    position: relative;
    z-index: 1;
}

.level-one>p {
    padding: 5px 8px;
    font-size: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.level-one:hover>p {
    background-color: rgb(241, 187, 0);
}

.hr-yellow {
    width: 100%;
    height: 3px;
    background-color: rgb(241, 187, 0);
    border: none;
    box-shadow: 3px 3px 3px rgb(0, 0, 0, 0.3);
    margin-top: 15px;
}

.hr-yellow.gray.buttons-section {
    height: 3px;
    box-shadow: -3px 3px 3px 1px rgb(255, 255, 255, 0.8);
    background-color: rgb(131, 130, 129);
    margin: 0 auto;
    width: 90%
}

.hr-yellow.contact-card {
    margin: 0 auto;
    width: 90%;
}

.hr-yellow-contacts {
    background-color: rgb(241, 187, 0);
    box-shadow: none;
    border: none;
    height: 5px;
    margin: 0 auto;
    width: 90%;
}

.level-one .hr-yellow {
    box-shadow: none;
}

.level-two {
    color: black;
    margin-left: 20px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    box-sizing: content-box;
    transition: all 0.5s ease;
}

.level-two>p {
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 24px;
    font-size: 18px;
    max-width: 80%;
}

.text-description-block{
    font-size: 16px;
    line-height: 24px;
}

.level-two>ul {
    line-height: 24px;
    font-size: 18px;
}

.level-two>p>a {
    color: black;
}

.level-two.show {
    margin-top: 10px;
    opacity: 1;
    padding-left: 10px;
}

.level-two>p>i {
    margin-right: 8px;
}

/* Form */

.vertical-line-form {
    height: auto;
    background-color: rgb(241, 187, 0);
    width: 5px;
    margin-right: 25px;
}

.form-section {
    margin-top: 4px;
    display: flex;
    font-size: 18px;
    align-items: stretch;
    background-color: rgb(231, 235, 238);
}

.form-block {
    margin: 25px;
    width: 100%;
    max-width: 400px;
}

.send-form {
    max-width: 600px;
}

.send-form>label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.send-form input[type="text"],
.send-form input[type="email"],
.send-form input[type="tel"],
.send-form input[type="number"],
.send-form input[type="date"],
select,
.send-form textarea {
    align-self: stretch;
    width: 100%;
    padding: 8px;
    margin-bottom: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 18px;
}

.send-form textarea {
    height: 100px;
    resize: vertical;
}

.send-form input[type="checkbox"] {
    margin-right: 5px;
    transform: scale(1.15);
    cursor: pointer;
}

.form-button {
    background-color: rgb(241, 187, 0);
    text-align: center;
    padding: 10px 20px;
    border-radius: 20px;
    color: black;
    font-size: 18px;
    border: none;
    outline: none;
    transition: all 0.3s ease;
}

.form-button:hover {
    cursor: pointer;
    color: white;
    background-color: rgb(255, 224, 108);
}

.send-form input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

.calculate-img-container {
    flex-grow: 1;
    display: flex;
    /* Применяем flex для выравнивания содержимого по вертикали */
    justify-content: center;
    /* Выравниваем содержимое по горизонтали по центру */
    align-items: center;
}

#construction-img {
    max-height: 350px;
    box-shadow: 5px 5px 5px rgb(0, 0, 0, 0.3);
}

/* Alert */

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

#alert-success,
#alert-error {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: white;
    padding: 15px;
    border-radius: 5px;
    z-index: 1000;
    visibility: hidden;
}

#alert-success {
    background-color: #4CAF50;
    border: 2px solid #45a049;
}

#alert-error {
    background-color: #af4c4c;
    border: 2px solid #a04545;
}

/* Up buttun */

#scrollToTopBtn {
    position: fixed;
    bottom: 50px;
    right: 25px;
    display: none;
    background-color: rgb(0, 0, 0, 0.55);
    color: white;
    font-size: 20px;
    border: none;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    z-index: 100;
}

#scrollToTopBtn:hover {
    background-color: rgb(0, 0, 0, 1);
}

/* Contacts */

.contact-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0 0 2rem;
    margin: 0 5%;
}

.contact-row-card {
    font-size: 24px;
    width: 425px;
}

.contact-row a {
    color: black;
    text-decoration: none;
}

.contact-row span {
    color: rgb(170, 170, 170);
    font-weight: bold;
}

.contact-card {
    display: flex;
    margin-top: 50px;
    align-items: flex-end;
}

.contact-card-informatization {
    display: flex;
    margin-top: 50px;
    align-items: flex-end;
    margin-left: 5%;
}

.contact-card-grid {
    display: flex;
    margin-top: 50px;
    align-items: flex-start;
    margin-left: 5%;
}

.contact-card-grid-informatization {
    display: flex;
    margin-top: 50px;
    align-items: flex-start;
    margin-left: 5%;
}

.contact-card-grid-geoinformatization {
    display: flex;
    margin-top: 50px;
    align-items: flex-start;
    margin-left: 5%;
    flex-wrap: wrap;
}

.contact-card-grid-geoinformatization>.contact-card-colum {
    margin-right: 65px;
}

.contact-img-block {
    position: relative;
    vertical-align: bottom;
}

.contact-img {
    position: relative;
    z-index: 2;
    width: 370px;
    box-shadow: 0 0 5px rgb(0, 0, 0, 0.6);
}

.contact-agle {
    position: absolute;
    top: 225px;
    left: 302px;
    z-index: 1;
}

.contact-text-block {
    display: flex;
    margin-left: 75px;
    font-size: 18px;
    line-height: 24px;
    height: 200px;
    flex-direction: column;
    justify-content: flex-end;
}

.contact-text-block a {
    color: black;
    text-decoration: none;
}

.contact-text-block-grid {
    width: 100%;
    display: flex;
    margin-left: 75px;
    font-size: 18px;
    line-height: 24px;
    flex-direction: column;
    justify-content: flex-start;
}

.contact-text-block-bottom {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
}

.contact-text-block-bottom a {
    color: black;
    text-decoration: none;
}

.title-contact-card {
    width: 100%;
    position: relative;
    margin-top: 25px;
    color: rgb(170, 170, 170);
    text-align: center;
}

.title-contact-card h1 {
    font-size: 28px;
    margin-bottom: 25px;
}

.container {
    width: 75%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.container>div {
    margin-bottom: 45px;
    margin-right: 15px;
}

.container a {
    color: black;
    text-decoration: none;
}

/* Customers informatization */

.customer-box {
    margin: 0 5%;
}

.customer-row {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
}

.customer-block {
    flex: 0 0 calc(33.33% - 20px);
    margin: 10px;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
    max-width: 350px;
}

/* Footer */

.row {
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-container {
    margin: auto;
}

.footer-block {
    width: 350px;
    margin: 0px 75px;
    text-align: left;
    font-size: 20px;
    display: inline-block;
}

.footer-block i {
    color: black;
    font-size: 24px;
}

.footer-block a {
    color: black;
    text-decoration: none;
}

.footer-name-b {
    margin-left: 8px;
    font-size: 22px;
}

.footer-hr {
    width: 75%;
    margin-top: 5px;
    margin-bottom: 15px;
    border-color: black;
    border-style: solid;
    border-width: 1px;
}

.ul-text-list {
    margin: 8px;
}

.ul-text-list>li {
    margin-bottom: 4px;
}

.text-description-link {
    color: blue !important;
}

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

#menuButton {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 15px;
    top: 15px;
    font-size: 48px;
    text-align: center;
    z-index: 1000;
}

@media screen and (min-width: 320px) and (max-width: 375px) {

    .contact-row {
        padding: 8px 0;
    }

    .contact-row-card {
        font-size: 18px;
        margin: 12px;
    }

    .language-button {
        padding: 0 5px;
    }

    .vertical-line-form {
        margin-right: 8px;
    }

    .level-two.show {
        padding: 0;
    }

    .calculate-img-container {
        display: none;
    }

    .form-block {
        margin: 10px 8px;
    }

    .customer-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .certificate-img {
        height: auto;
    }

    .logo {
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
    }

    .logo-img {
        height: 75px;
    }

    .image-container {
        height: 250px;
    }

    .image-container-informatization {
        height: auto;
    }

    .header-button {
        font-size: 20px;
        line-height: 24px;
    }

    .title h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .title-page h1,
    .title-page-disp h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .level-one h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .level-two.show p {
        font-size: 16px;
        line-height: 24px;
    }

    .ul-text-list{
        font-size: 16px;
        line-height: 24px;
    }

    .button-card {
        flex-wrap: wrap;
        padding-left: 0;
    }

    .language-section {
        top: 25px;
        right: 5px;
    }

    .language-img {
        height: 20px;
    }

    .content-box {
        margin: 0;
    }

    .menu-section {
        display: none;
    }

    #menu-phone-block {
        display: block;
    }

    /* Menu phone */

    .menu {
        width: 100vw;
        height: 100%;
        background-color: #f0f0f0;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: -100vw;
        transition: left 0.3s ease;
        overflow-x: hidden;
        padding-top: 20px;
    }

    .menu a {
        text-align: center;
        padding: 10px;
        display: block;
        color: #000;
        text-decoration: none;
    }

    .menu a:hover {
        background-color: #ddd;
    }

    .bottom-header-img-informatization {
        margin-top: -25px;
    }

    .level-one {
        margin-left: 5%;
        margin-right: 12px;
    }

    .level-two {
        margin-left: 0;
    }

    .level-one>p span {
        padding: 0;
    }

    .yellow-line {
        margin-left: 0;
        width: 75px;
        margin-right: 12px;
        margin-top: 25px;
    }

    .level-one>p {
        font-size: 18px;
        line-height: normal;
    }

    .yellow-vertical-line {
        display: none;
    }

    .right-text-title {
        top: -28px;
        font-size: 8px;
        line-height: normal;
        left: 60%;
    }

    .yellow-vertical-line {
        display: none;
    }

    .title h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .title-contact-card h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .contact-img {
        width: 260px;
    }

    .contact-agle {
        top: 65%;
        left: 67%;
    }

    .contact-card {
        display: block;
    }

    .contact-card-informatization {
        display: block;
    }

    .contact-text-block {
        display: block;
        margin-top: 25px;
        margin-left: 0px;
        font-size: 18px;
        line-height: normal;
        height: auto;
    }

    .contact-card-grid {
        display: block;
    }

    .contact-card-grid-informatization {
        display: block;
    }

    .container {
        display: block;
    }

    .contact-text-block-grid {
        margin-left: 0px;
        margin-top: 25px;
    }

    #buttons-section {
        width: 90%;
        grid-template-columns: 1fr;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .img-in-button-card {
        min-width: 125px;
        min-height: 125px;
    }

    .img-in-button-card>img {
        height: 65px;
        width: 65px;
    }

    .text-in-button-card {
        text-align: center;
        width: 100%;
        margin-left: 8px;
        font-size: 16px;
        line-height: 24px;
        margin: 12px;
    }

    .text-in-button-card-last {
        text-align: center;
        width: 100%;
        margin-left: 8px;
        font-size: 16px;
        line-height: 24px;
        margin: 12px;
    }

    .modal-header {
        flex-wrap: wrap;
    }

    .modal-info {
        margin-top: 8px;
        font-size: 16px;
        line-height: 24px;
    }

    .modal-image {
        min-height: 100px;
        min-width: 100px;
        margin-right: 8px;
    }

    .modal-image>img {
        height: 50px;
        width: 50px;
    }

    /* Footer */

    .row {
        text-align: center;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .footer-container {
        margin: auto;
    }

    .footer-block {
        width: 250px;
        margin: 16px 0px;
        text-align: left;
        font-size: 16px;
        display: inline-block;
    }

    .footer-block i {
        color: black;
        font-size: 26px;
    }

    .footer-block a {
        color: black;
        text-decoration: none;
    }

    .footer-hr {
        width: 90%;
        margin-top: 5px;
        margin-bottom: 15px;
        border-color: black;
        border-style: solid;
        border-width: 1px;
    }

    .image-container-geoinformatization {
        height: 235px;
    }

    .bottom-header-img-geoinformatization {
        margin-top: -25px;
    }

    .content-in-block-geoinformatization {
        margin-top: 25px;
    }

    .links-block-section {
        flex-wrap: wrap;
    }

    .link-block-geo {
        height: 115px;
        width: 115px;
        margin: 8px;
        border: 2px solid white;
        border-bottom: none;
        border-left: none;
        box-shadow: -8px 8px 8px rgba(0, 0, 0, 0.3);
    }

    .link-block-geo:hover {
        border-bottom: 2px solid white;
        border-left: 2px solid white;
    }

    .link-block-text {
        font-size: 8px;
        line-height: normal;
    }

    .links-block-section {
        padding: 8px;
        margin-top: 25px;
    }

    .link-block-img {
        height: 35px;
    }

    .contact-card-grid-geoinformatization {
        justify-content: space-around;
        margin-left: 5%;
        margin-top: 0;
    }

    .contact-card-grid-geoinformatization>.contact-card-colum {
        margin-right: 0;
        width: 100%;
    }

    .link-block-img-x-card{
        height: 35px;
    }

    .link-block-text-number{
        display: none;
    }

    .link-block-img-disp{
        height: 45px;
    }

    .link-block-text-gray-number{
        display: none;
    }

    .link-block-text-gray{
        display: none;
    }

    .content-in-block{
        margin-top: 0;
    }
}

@media screen and (min-width: 376px) and (max-width: 480px) {

    .contact-row {
        padding: 8px 0;
    }

    .contact-row-card {
        font-size: 18px;
        margin: 12px;
    }

    .level-one>p {
        font-size: 18px;
        line-height: normal;
    }

    .language-button {
        padding: 0 5px;
    }

    .vertical-line-form {
        margin-right: 8px;
    }

    .level-two {
        margin-left: 0;
    }

    .level-two.show {
        padding: 0;
    }

    .calculate-img-container {
        display: none;
    }

    .form-block {
        margin: 10px 8px;
    }

    .customer-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .certificate-img {
        height: auto;
    }

    .logo {
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
    }

    .logo-img {
        height: 75px;
    }

    .image-container {
        height: 250px;
    }

    .image-container-informatization {
        height: auto;
    }

    .yellow-line {
        margin-left: 0;
        width: 60px;
        margin-right: 8px;
    }

    .yellow-vertical-line {
        display: none;
    }

    .right-text-title {
        top: -35px;
        font-size: 12px;
        line-height: normal;
        left: 50%;
    }

    .title h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .title-page h1,
    .title-page-disp h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .bottom-header-img-informatization {
        margin-top: -25px;
    }

    #buttons-section {
        width: 90%;
        grid-template-columns: 1fr;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .img-in-button-card {
        min-width: 125px;
        min-height: 125px;
    }

    .text-in-button-card {
        width: 150px;
        margin-left: 8px;
        font-size: 20px;
        line-height: 24px;
    }

    .text-in-button-card-last {
        text-align: center;
        width: 100%;
        margin-left: 8px;
        font-size: 18px;
        line-height: normal;
        margin: 12px;
    }

    .modal-info {
        font-size: 20px;
        line-height: 24px;
    }

    .img-in-button-card>img {
        height: 65px;
        width: 65px;
    }

    .level-one h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .level-two.show p {
        font-size: 16px;
        line-height: 24px;
    }

    .ul-text-list{
        font-size: 16px;
        line-height: 24px;
    }

    .language-section {
        top: 25px;
        right: 5px;
    }

    .language-img {
        height: 25px;
    }

    .content-box {
        margin: 0;
    }

    .menu-section {
        display: none;
    }

    #menu-phone-block {
        display: block;
    }

    /* Menu phone */

    .menu {
        width: 100vw;
        height: 100%;
        background-color: #f0f0f0;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: -100vw;
        transition: left 0.3s ease;
        overflow-x: hidden;
        padding-top: 20px;
    }

    .menu a {
        text-align: center;
        padding: 10px;
        display: block;
        color: #000;
        text-decoration: none;
    }

    .menu a:hover {
        background-color: #ddd;
    }

    .level-one {
        margin-left: 5%;
        margin-right: 12px;
    }

    .level-one>p span {
        padding: 0;
    }

    .title h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .title-contact-card h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .contact-img {
        width: 310px;
    }

    .contact-agle {
        top: 70%;
        left: 73%;
    }

    .contact-card {
        display: block;
    }

    .contact-card-informatization {
        display: block;
        margin-left: 0;
    }

    .contact-text-block {
        display: block;
        margin-top: 25px;
        margin-left: 35px;
        font-size: 20px;
        line-height: 24px;
        height: auto;
    }

    .contact-img-block {
        text-align: center;
    }

    .contact-card-grid {
        display: block;
    }

    .contact-card-grid-informatization {
        display: block;
        margin-left: 0;
    }

    .container {
        display: block;
        margin-left: 35px;
    }

    .contact-text-block-grid {
        margin-left: 0px;
        margin-top: 25px;
    }

    .contact-text-block-bottom {
        margin-left: 35px;
    }

    .button-card {
        flex-wrap: wrap;
    }


    /* Footer */

    .footer-container {
        margin: auto;
    }

    .footer-block {
        width: 250px;
        margin: 16px 0px;
        text-align: left;
        font-size: 16px;
        display: inline-block;
    }

    .footer-block i {
        color: black;
        font-size: 26px;
    }

    .footer-block a {
        color: black;
        text-decoration: none;
    }

    .footer-hr {
        width: 90%;
        margin-top: 5px;
        margin-bottom: 15px;
        border-color: black;
        border-style: solid;
        border-width: 1px;
    }

    .links-block-section {
        flex-wrap: wrap;
    }

    .link-block-geo {
        height: 120px;
        width: 120px;
        margin: 8px;
        border: 2px solid white;
        border-bottom: none;
        border-left: none;
        box-shadow: -8px 8px 8px rgba(0, 0, 0, 0.3)
    }

    .link-block-geo:hover {
        border-bottom: 2px solid white;
        border-left: 2px solid white;
    }

    .link-block-text {
        font-size: 10px;
        line-height: normal;
    }

    .links-block-section {
        padding: 8px;
        margin-top: 25px;
    }

    .link-block-img {
        height: 35px;
    }

    .image-container-geoinformatization {
        height: 225px;
    }

    .bottom-header-img-geoinformatization {
        margin-top: -25px;
    }

    .contact-card-grid-geoinformatization {
        justify-content: space-around;
        margin-left: 0;
        margin-top: 0;
    }

    .contact-card-grid-geoinformatization>.contact-card-colum {
        margin-right: 0;
        width: 100%;
    }
    .content-in-block-geoinformatization{
        margin-top: 45px;
    }

    .link-block-img-x-card{
        height: 25px;
    }

    .link-block-text-number{
        display: none;
    }

    .link-block-img-disp{
        height: 35px;
    }

    .link-block-text-gray-number{
        display: none;
    }

    .link-block-text-gray{
        display: none;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {

    .contact-row {
        padding: 8px 0;
    }

    .contact-row-card {
        font-size: 20px;
        margin: 12px;
    }

    .content-in-block-geoinformatization{
        margin-top: 55px;
    }

    .bottom-header-img-geoinformatization{
        margin-top: -45px;
    }

    .calculate-img-container {
        display: none;
    }

    .customer-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .logo {
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
    }

    .logo-img {
        height: 75px;
    }

    .image-container {
        height: 325px;
    }

    .yellow-vertical-line {
        top: -16px;
    }

    .right-text-title {
        margin: 0;
        margin-top: 0px;
        font-size: 14px;
        line-height: 20px;
    }

    .image-container-informatization {
        height: 400px;
    }

    .bottom-header-img-informatization {
        margin-top: -45px;
    }

    #buttons-section {
        width: 90%;
        grid-template-columns: 1fr;
    }

    .header-button {
        font-size: 24px;
        line-height: 28px;
    }

    .title h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .title-page h1,
    .title-page-disp h1 {
        font-size: 32px;
        line-height: 34px;
    }

    .level-one h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .level-two.show p {
        font-size: 20px;
        line-height: 24px;
    }

    .ul-text-list{
        font-size: 20px;
        line-height: 24px;
    }

    .language-section {
        top: 25px;
        right: 5px;
    }

    .language-img {
        height: 25px;
    }

    .content-box {
        margin: 0;
    }

    .menu-section {
        display: none;
    }

    #menu-phone-block {
        display: block;
    }

    /* Menu phone */

    .menu {
        width: 100vw;
        height: 100%;
        background-color: #f0f0f0;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: -100vw;
        transition: left 0.3s ease;
        overflow-x: hidden;
        padding-top: 20px;
    }

    .menu a {
        text-align: center;
        padding: 10px;
        display: block;
        color: #000;
        text-decoration: none;
    }

    .menu a:hover {
        background-color: #ddd;
    }

    .level-one {
        margin-left: 5%;
        margin-right: 75px;
    }

    .level-one>p span {
        padding: 0;
    }

    .title h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .title-contact-card h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .contact-img {
        width: 310px;
    }

    .contact-agle {
        top: 72%;
        left: 63%;
    }

    .contact-card {
        display: block;
    }

    .contact-card-informatization {
        display: block;
    }

    .contact-text-block {
        display: block;
        margin-top: 25px;
        margin-left: 35px;
        font-size: 20px;
        line-height: 24px;
        height: auto;
    }

    .contact-img-block {
        text-align: center;
    }

    .contact-card-grid {
        display: block;
    }

    .contact-card-grid-informatization {
        display: block;
    }

    .container {
        display: block;
    }

    .contact-text-block-grid {
        margin-left: 0px;
        margin-top: 25px;
    }

    .contact-text-block-bottom {
        margin-left: 35px;
    }


    .footer-block {
        margin: 10px 25px;
    }

    .image-container-geoinformatization {
        height: 350px;
    }

    .link-block-geo {
        height: 175px;
        width: 175px;
    }

    .link-block-img {
        height: 65px;
    }

    .link-block-text {
        font-size: 12px;
        line-height: normal;
    }

    .links-block-section {
        padding: 35px;
    }

    .contact-text-block-bottom {
        margin-left: 0;
    }

    .contact-text-block {
        margin-left: 0;
    }

    .contact-card-grid-geoinformatization>.contact-card-colum {
        margin-right: 0;
    }

    .contact-card-grid-geoinformatization {
        flex-direction: column;
        align-items: normal;
    }

    .link-block-img-x-card{
        height: 35px;
    }

    .link-block-text-number{
        font-size: 14px;
        text-shadow: 2px 2px 0px rgb(150, 150, 150);
    }

    .link-block-img-disp{
        height: 65px;
    }

    .link-block-text-gray-number{
        display: none;
    }

    .link-block-text-gray{
        display: none;
    }
}

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



    .footer-block{
        min-width: 300px;
    }

    .contact-row {
        padding: 8px 0;
    }

    .contact-row-card {
        font-size: 22px;
        margin: 12px;
    }

    .link-block-img-x-card{
        height: 45px;
    }

    .link-block-text-number{
        font-size: 16px;
        text-shadow: 2px 2px 0px rgb(150, 150, 150);
    }

    .link-block-text-gray{
        font-size: 10px;
    }

    .link-block-img-disp{
        height: 75px;
    }

    .link-block-text-gray-number{
        font-size: 10px;
    }

    .bottom-header-img-geoinformatization{
        margin-top: -65px;
    }

    .content-in-block-geoinformatization{
        margin-top: 65px;
    }

    .calculate-img-container {
        display: none;
    }

    .logo {
        left: 0;
        top: 0;
    }

    .logo-img {
        height: 80px;
    }

    .image-container {
        height: 425px;
    }

    .footer-block {
        font-size: 18px;
        margin: 12px 25px;
    }

    .row {
        justify-content: flex-end;
    }

    .yellow-vertical-line {
        height: 50px;
        top: 10px;
    }

    .right-text-title {
        margin: 0;
        margin-right: 25px;
        margin-top: 23px;
        font-size: 14px;
        line-height: 18px;
    }

    .image-container-informatization {
        height: 420px;
    }

    .bottom-header-img-informatization {
        margin-top: -130px;
    }

    .img-in-button-card {
        min-width: 125px;
        min-height: 125px;
    }

    .text-in-button-card {
        font-size: 20px;
        width: 225px;
    }

    .text-in-button-card-last {
        font-size: 18px;
        width: 225px;
    }

    .title h1 {
        font-size: 38px
    }

    .level-one {
        margin-left: 75px;
        margin-right: 125px;
    }

    .container {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .menu-section>a {
        margin: 0 8px;
    }

    .header-button {
        font-size: 14px;
    }

    .image-container-geoinformatization {
        height: 375px;
    }

    .link-block-geo {
        height: 200px;
        width: 200px;
    }

    .link-block-img {
        height: 80px;
    }

    .link-block-text {
        font-size: 16px;
        line-height: normal;
    }

    .contact-card-informatization {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-text-block {
        margin-top: 10px;
        margin-left: 0;
        height: auto;
    }

    .content-in-block{
        margin-top: 35px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {

    .contact-row {
        padding: 12px 0;
    }

    .contact-row-card {
        margin: 12px;
    }

    .content-in-block-geoinformatization{
        margin-top: 125px;
    }

    .logo {
        left: 0;
        top: 0;
    }

    .bottom-header-img-informatization {
        margin-top: -153px;
    }

    .image-container-informatization {
        height: 610px;
    }

    .logo-img {
        height: 80px;
    }

    .image-container {
        height: 535px;
    }

    .image-container-geoinformatization {
        height: 475px;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {

    .image-container{
        height: 600px;
    }

    .image-container-geoinformatization {
        height: 550px;
    }

    .content-in-block-geoinformatization {
        margin-top: 125px;
    }

    .bottom-header-img-informatization{
        margin-top: -161px;
    }
}
