.section__title {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #1E3D76;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .section__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px;
    }
}

.list-section {
    padding: 80px 0 45px;
}

.list-section .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 965px) {
    .list-section .container {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
}

/*.categories-section .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

@media screen and (max-width: 1080px) {
    .categories-section .container {
        flex-wrap: wrap;
        gap: 24px;
    }
}*/

.categories-section {
    padding: 45px;
}

@media screen and (max-width: 1080px) {
    .categories-section {
        padding: 0;
    }
}

/*.categories-section .container a {
    display: block;
}

.categories-section__item-wrapper {
    width: calc(25% - 40px);
}

@media screen and (max-width: 768px) {
    .categories-section__item-wrapper {
        width: calc(50% - 12px);
    }
}*/
/*
.categories-section__item-wrapper a:first-child {
    height: 324px;
    margin-bottom: 16px;
}

.categories-section__item-wrapper a:nth-child(2) {
    height: 84px;
}

.categories-section__item-wrapper a:nth-child(2) .categories-section__item{
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-section__item-wrapper a:nth-child(2) p {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}

.categories-section__item-wrapper:first-child a {
    height: 424px;
    margin-bottom: 0;
}

@media screen and (max-width: 1080px) {
    .categories-section__item-wrapper a:first-child {
        height: 248px;
    }

    .categories-section__item-wrapper a:nth-child(2) {
        height: 80px;

    }

    .categories-section__item-wrapper a:nth-child(2) p {
        font-size: 12px;
        line-height: 15px;
    }

    .categories-section__item-wrapper:first-child a {
        height: 344px;
    }
}*/

/*
.categories-section__item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 28px 15px;
    border-radius: 5px;
}

.categories-section__item h3 {
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
}

.categories-section__item p {
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}

.categories-section ul {
    position: relative;
    z-index: 2;
    margin-top: 6px;
}

.categories-section ul li {
    list-style: disc!important;

    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    padding: 4px 0;
    margin-left: 18px;
}

.categories-section .container .categories-section__item-wrapper:nth-child(3) .categories-section__item h3,
.categories-section .container .categories-section__item-wrapper:nth-child(4) .categories-section__item h3 {
    color: #1E3D76;
}

.categories-section__item img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    left: 0;
    top: 0;
}
*/



.map-section {
    padding: 67px 0 82px;
}
/*.map-section .container h3 {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #000;
    margin-bottom: 40px;
}

@media screen and (max-width: 748px) {
    .map-section .container h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px;
        text-align: left;
    }
}*/

.map-section__map-designation svg {
    margin-right: 20px;
}

.map-section__map-designation {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .map-section__map-designation {
        width: calc(50% - 40px);
        display: block;
    }
}

.map-section__map-designation p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #335597;
    min-width: 111px;
}

.map-section__map-designations {
    display: flex;
    align-items: center;
    gap: 87px;
    margin-top: 40px;
    flex-wrap: nowrap;
}
@media screen and (max-width: 1200px) {
    .map-section__map-designations {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 768px) {
    .map-section__map-designations {
        gap: 40px;
    }
}

.partner-section {
    height: 382px;
    background-color: #FAFAFA;
    padding: 80px 0;
}

@media screen and (max-width: 700px) {
    .partner-section .container{
        padding: 0;
    }

    .partner-section {
        height: auto;
        background-color: #FAFAFA;
        padding: 40px 0;
    }
}

/*.partner-section .container h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
}

@media screen and (max-width: 700px) {
    .partner-section .container h3 {
        font-size: 24px;
        padding: 0 20px;
    }
}*/
.main-section__item-info-back{
	background: none;
}
.main-section h1{
	color:#fff;
	text-shadow: 1px 1px 15px #000;
}
.main-section p{
	color: #9DE3Fa;
}
