.company_contact1 {
  color: #fff;
}

.company_contact1 h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
}

.company_contact_btn {
  border: 2px solid #FFFFFF;
  border-radius: 35px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}



.company_contact1_row a{
  transition: all  .3s;
}
.company_contact1_row a:hover{
  background-color: rgba(255, 255, 255, 0.11);
}
.company_contact1_row a:link,
.company_contact1_row a:visited
{
  color:white;
}

.company_contact1_btn {
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px;
  border: 2px solid #FFFFFF;
  border-radius: 35px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}

.company_contact2_btn {
  font-size: 15px;
  max-width: 277px;
  font-weight: 700;

  border-radius: 35px;
  padding-top: 12px;
  padding-bottom: 10px;
  border-radius: 35px;
  padding-left: 57px;
  border: 1px solid #1CA263;
  background-color: #fff;
}

.company_contact_city_addr{
  font-size: 16px;
  font-style: normal;
}
.company_contact2_btn img{
  width: 25px;
  height: 25px;
  transform: rotate(25deg);
}

.company_contact1_btn img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}


.company_contact1_header {
  font-size: 55px;
  font-weight: 700;
  line-height: 52px;
}

.company_contact1_subheader {
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  font-style: italic;
  line-height: 25px;
}

.company_contact1_hint {
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
}


.company_contact2 {
  height: 600px;
}

.company_contact3{
  accent-color: var(--msb-green2);
  user-select: none;
  /* margin-top: 30px; */
  /* margin-top: -30px; */
  /* top: -60px; */
  /* position: absolute; */
}

.company_contact3 label{
  font-weight: 700;
  font-size: 16px;
}
.company_contact3_h3 {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}


.company_contact3_regions_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 170px;
  font-size: 16px;
  user-select: none;
}

.company_contact3_regions_wrap label {
  cursor: pointer;
  margin-bottom: 14px;
  font-weight: 400;

}

.company_contact3_regions_wrap input {
  margin-right: 6px;

}

.company_contact4_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #1CA263;
}

.company_contact4 img {
  width: 33px;
  margin-right: 5px;
}

.company_contact4_txt {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 16px;
  padding-top: 3px;
  padding-left: 40px;

  color: #9F9F9F;
}

.company_contact_city{
  background-color: #F1EDE6;
  border-radius: 25px;
  border: 1px solid #D9D9D9;
  padding-top: 20px;
}

.company_contact_city_title{
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .company_contact_city_title{
    font-size: 24px;
  }

  .company_contact3_h3 {
    font-size: 21px;
    line-height: 140%;
  }
  .company_contact1_header{
    font-size: 2em;
    line-height: 130%;
  }

  .company_contact3_regions_wrap {
    height: auto;
    flex-wrap: nowrap;
  }



}
