.shapka .mainMenuContact__subtitle {
    justify-content: center;
    flex-direction: inherit;
    color: white;
}
@media (max-width: 999px) {
    .container-render {
        padding-top: 0;
    }
}

.h3, h3 {
    margin-bottom: 1.5rem;
}

p.map__contacts-address{
    color: #000000;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.poi-info-window .title {
     letter-spacing: 0;
}
button.btn{
    color:#0071bb;
    font-weight:600;
    border: 2px solid #fff;
    border-radius:6px;
}
button.btn:after{
    border-radius:6px;
    background-color:#0071bb;
}
button.btn:hover{
    
    border: 2px solid #0071bb;
}
.btn--arrow::after{
    border-radius:6px;


}
.page-section--form{
    background-color: #FFFFFF;
    color: #000;
}
.page-section {
    width: 100%;
    position: relative;
    padding: 68px 40px 80px;
    text-align: center;
    background: #f5f5f5;
    z-index: 2;
    margin-top: 0;
}

.shapka {
    position: sticky;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/images/team-header-bg.webp) no-repeat center center;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 390px;
    z-index: 1;
}


.map {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 450px;
    margin-bottom: 40px;
    border-radius: 3px;
    background-color: #f6f1e0;
    background-repeat: no-repeat;
    background-position: right top;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.map:last-child {
  margin-bottom: 0;
}

.map__contacts {
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    width: 34.5%;
    height: 450px;
    padding: 20px;
    background-image: url('/public/img/content/contacts-map-bg-aus.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.map__container {
  position: absolute;
  top: 0;
  width: 65.5%;
  height: 100%;
}

.map--aus .map__contacts-wrap::after {
    background-image: url('/public/img/icons/rus.svg');
}
.map--aus.india .map__contacts-wrap::after {
    background-image: url('/public/img/icons/rus.svg');
    background-size: 30px 18px;
}


.map--aus .map__container {
  right: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.map--aus .map__contacts {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.map__contacts-wrap {
  position: relative;
  padding: 20px 95px;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
    max-width: 475px;
    margin: auto;
}

.map__contacts-wrap::after {
  position: absolute;
  top: 25px;
  left: 0;
  width: 30px;
  height: 18px;
  content: '';
}

.map__contacts-title {
  font-size: 20px;
  line-height: 40px;
  display: inline-block;
}

.map-section{
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 15%);
}
.subtitle {
    font-size: 45px;
    font-weight: 300;
    line-height: 67px;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0;
    color: #313140;
}

.page-section.map-section {
    padding: 2vw 4vw;
}

@media (max-width: 999px){
    .map__contacts, .map__container {
        width: 50%;
    }
    .map-section {
        padding: 0;
    }
    .page-section {
        padding: 20px 0 40px 0;
    }
}
@media (max-width: 767px){
    .map__contacts, .map__container {
        width: 100%;
    }
    .map__container {
        top: 450px;
        height: 450px;
    }
    .map {
        height: 900px;
    }
    .map__contacts-wrap {
        padding: 20px 45px;
    }
}

.map__contacts-title.highlight.highlight--bordered.highlight--dark {
    color:black;
}


.map--rus {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.map--rus .map__contacts{
    background-image: url(/public/img/content/contacts-map-bg-rus.webp);
}

.map--rus .map__contacts-wrap::after {
    background-image: url('/public/img/icons/rus.svg');
}

.map--rus .map__container {
    left: 0;
}