.mapField{
    background-image: url("../images/mapField.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: min-content;
    width: 100%;
}
.mapFieldSection{
    height: min-content;
    width: 67%;
    padding-top: 212px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-bottom: 120px;
}
.mapAboutTitle{
    text-transform: unset !important;
    color: white;
    cursor: pointer;
}
.mapFieldSection > span{
    text-transform: uppercase;
    font-family: "RobotoSlab_",sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.63px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #F36528;
}
.mapSection{
    width: 100%;
    height: min-content;
    margin-top: 57px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    gap: 15px;
}
.leftSection, .rightSection{
    width: 50%;
    height: 100%;
}
.leftSection > .siteRow:nth-child(1){
    margin-top: 0px;
}
.rightSection > .siteRow:nth-child(1){
    margin-top: 0px;
}
.mainFieldSite{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.lowUpper{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.siteRow{
    margin-top: 12px;
}
.mainFieldSite > img{
    margin-right: 5px;
    cursor: pointer;
}
.lowUpper > img{
    margin-right: 5px;
    cursor: pointer;
}
.mainFieldSite > a{
    font-family: "Roboto_",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.14px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
}
.lowUpper > a{
    font-family: "Roboto_",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.14px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-decoration: none;
}
.subSiteField{
    display: flex;
    width: 100%;
    height: min-content;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    padding-left: 50px;
    margin-top: 9px;
}
.subSiteField > a{
    font-family: "Roboto_",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.14px;
    letter-spacing: 0.05em;
    color: white;
    text-decoration: none;
    margin-bottom: 8px;
}
.subSiteField > a:last-child{
    margin-bottom: 0px;
}
.subSiteField a:hover{
    color: #F36528;
}
@media screen and (max-width: 1100px) {
    .mapFieldSection{
        width: auto;
        margin: 0px 5.76% 0px 6.83%;
        padding-top: 100px;
    }
    .mapSection {
        margin-top: 30px;
    }
}
@media screen and (max-width: 800px) {
    .lowUpper > a, .mainFieldSite > a, .subSiteField > a {
        font-size: 18px;
    }

}
@media screen and (max-width: 599px) {
    .mapField{
        background-color: #5D9A9D;
    }
    .mapFieldSection{
        padding-bottom: 60px;
    }
    .mapSection {
        flex-direction: column;
    }
    .leftSection, .rightSection {
        width: 100%;
    }
    .mapFieldSection > span{
        font-size: 22px;
        font-weight: 700;
        line-height: 26.55px;
    }
}