.page-id-3988 .breadcrumbs {
    padding-bottom: 0;
    padding-left: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.page-id-3988 .breadcrumbs span {
    font-size: 14px;
    color: #62B5E5;
}
.map-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
    margin: 0 auto;
}
.map-section .container {
    display: flex;
    justify-content: space-between ;
    gap: 44px;
    margin-bottom: 60px;
}
.map-section .map-left {
    width: 100%;
    max-width: 568px;
    padding: 52px 0;
}
.map-section .map-title {
    color: #121212;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}
.map-section p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #474747;
}
.map-section .map-btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 242px;
    height: 40px;
    color: #fff;
    background-color: #CE0058;
    font-size: 16px;
}
.map-text a {
    position: relative;
    margin-left: 44px;
    text-decoration: none;
    /* display: block; */
}
.map-text a.mail::before {
    content: "";
    position: absolute;
        left: -34px;
    /* display: block; */
    width: 24px;
    height: 16px;
    background-image: url(../images/icon-mail.svg);
}
.map-btn a {
    scroll-behavior: smooth;
    color: #fff;
    text-decoration: none;
    margin-left: 0;
}
.pdf-block {
    display: flex;
    justify-content: space-between;
}
.pdf-block-item {
    box-shadow: 0px 3.41px 10.24px 0px #0d143021;
    /* box-shadow: 0px 13.65px 47.78px 0px #0D14300F;
    box-shadow: 0px 1.71px 1.71px 0px #0D14300A; */
    width: 100%;
    max-width: 580px;
    height: 115px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pdf-left {
    height: 100%;
    display: flex;
    gap: 16px;
}
.pdf-left .icon {
    width: 48px;
}
.pdf-title {
    color: #315471;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.pdf-file {
    font-size: 14px;
    color: #6B6A6A;
}
.pdf-btn {
    background-color: #CE0058;
    width: 122px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
}
.pdf-btn a {
    color: #fff;
}
@media (max-width: 1200px) {
    .map-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 960px) {
    .map-section .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .map-right img {
        width: 100%;
    }
    .pdf-block {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
        flex-direction: column;
        gap: 20px;
        background-color: #EAEEF1;
    }
    .pdf-block-item {
        background-color: #fff;
        max-width: 100%;
    }
}
@media (max-width: 550px) {
    .page-id-3988 .breadcrumbs {
        display: none;
    }
    .map-section {
        padding-bottom: 0;
        margin-bottom: 30px;
    }
    .map-section .map-left {
        padding-bottom: 0;
    }
    .map-section .map-title {
        margin-bottom: 10px;
    }
    .map-section .container {
        gap: 20px;
        margin-bottom: 20px;
    }
    .map-section .map-btn {
        width: 100%;
    }
    .pdf-block-item {
        height: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        align-items: flex-start;
        flex-direction: column;
    }
    .pdf-title {
        line-height: 98%;
        margin-bottom: 3px;
    }
    .pdf-btn {
        width: 100%;
        margin-top: 20px;
    }
}