@media (min-width: 1470px) {
    .container {
        max-width: 1400px;
    }
}


@media only screen and (min-width: 1920px) {}
@media (max-width: 1770px) {
    footer .left {
        flex-basis: 55%;
    }
    footer .right {
    flex-basis: 44%;
    }
}
@media (max-width: 1610px) {
    footer .left {
        flex-basis: 48%;
    }
    footer .right {
    flex-basis: 51%;
    }
}
@media (max-width: 1400px) {
    footer .left {
        flex-basis: 40%;
    }
    footer .right {
    flex-basis: 59%;
    }
}

@media (max-width: 1200px) {
    footer .footer_flower {
        width: 100px !important;
    }
}

@media (max-width: 992px) {
    footer .left {
        flex-basis: 38%;
    }
    footer .right {
    flex-basis: 61%;
    }
    footer .flower {
        display: none;
    }
    section.about {
        height: auto !important;
    }
    header .f1_image img {
        width: 400px;
    }
    header .f1_image {
        width: 306px;
        height: 500px;
    }
    header .header_text {
        max-width: 240px;
    }
    header .header_text .title {
        flex-direction: column-reverse;
        padding: 16px;
        font-size: 24px;
    }
    header .header_text .title span {
        margin-left: 0 !important;
    }
}

@media (max-width: 768px) {
    footer {
        flex-wrap: wrap;
        background-position: 90% 10%;
    }
    footer .left {
        flex-basis: 100%;
    }
    footer .right {
    flex-basis: 100%;
    padding: 16px !important;
    }
    #map {
        height: 200px !important;
    }
    .header_sign svg {
        width: 150;
    }
    .header_sign {
        top: 50vh;
        right: -45vh;
        width: 100vh;
    }
    section.about {
    height: auto !important;
    background: none !important;
}
}

@media (max-width: 576px) {
    header > div.align-items-end {
        flex-direction: column;
        width: 100%;
        align-items: center !important;
    }
    header > div > div {
        align-items: center !important;
    }
    header .f1_image {
        width: 100%;
        height: 382px;
        max-width: 380px;
    }
    header .f1_image img {
        width: 100%;
    }
    header .header_text .title {
        padding: 15px;
        background: #788d5700;
        border-radius: 20px;
    }
    header .header_text .title span {
        color: #fff;
        line-height: 26px;
        font-size: 23px;
        padding-top: 12px;
        border-top: 1px solid #747474;
    }
    header .header_text p {
        line-height: 26px;
    }
    .points .title .text {
        padding: 0 20px;
    }
    .points .item {
        padding: 18px;
        border-radius: 16px;
    }
    .points .item .text-title {
        font-size: 16px !important;
    }
    .points .item p {
        font-size: 14px !important;
    }
    .header_sign svg {
        width: 90px;
    }
    .header_sign {
        top: 48vh;
        right: -45vh;
        width: 98vh;
    }
    .header_sign span {
        font-size: 12px;
    }
    .about p {
        font-size: 14px;
    }
    .about span {
        font-size: 12px;
    }
    .header_sign {
        position: absolute;
        top: 16px;
        right: 0;
        transform: rotate(0deg);
        width: 100%;
        padding: 0 64px;
    }
    .header_sign span, .header_sign .line {
        display: none;
    }
    .header_sign .logo svg {
        width: 114px;
    }
    .header_sign svg {
        width: auto;
    }
    header .header_text .title {
        font-size: 32px;
    }
    .header_sign a {
        display: none !important;
    }
}
