.Contacts__Content {
  margin-bottom:30px;
}
.Contacts__Content h2 {
  font-size:25px;
  line-height:35px;
}
.Contacts {
  margin-left:-15px;
}
.Contacts__Icon {
  list-style: none;
  margin-bottom: 8px;
}
.Contacts__Icon::before {
  display: inline-block;
  color:#E30613;
  font-family:"Font Awesome 5 Free";
  font-weight: 900;
  width: 30px;
  height: 30px;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  left: 0;
  text-align:center;
}
.Contacts__Icon a {
  display:block;
  margin-left:30px;
  color:#625757;
}
.Contacts__Icon a:hover {
  color:#E30613;
}
.Contacts__IconAddress::before {
  content:'\f3c5';
}
.Contacts__IconPhone::before {
  content:'\f3cd';
 }
.Contacts_IconEmail::before {
  content:'\f0e0';
}
.Contacts__Icon.Contacts_IconEmail {
  margin-bottom:30px;
}
.Contacts__Module p {
  margin-bottom:30px;
}
.Contacts__Module label {
  display:block;
  margin-bottom: -1rem;
}
.Contacts__Module .btn-primary {
  background-color:#E30613;
  border-radius :25px;
  float:right;
  border-color:transparent;
}
.Contacts__Module .btn-primary:active, .Contacts__Module .btn-primary:hover, .Contacts__Module .btn-primary:focus {
  background-color:#FFE6E9;
  color: #EF959B;
  border-color:transparent;
}
.Contacts__Module .btn-primary:not(:disabled):not(.disabled):active {
  background-color:#FFE6E9;
  color: #EF959B;
  border-color:transparent;
}
.Contacts__Module .btn {
  padding: .375rem 2rem;
}
.GoogleMaps {
  background: url(../img/contacts-pattern-grey.jpg) repeat;
  margin-top:30px;
  padding-top: 45px;
  padding-bottom: 60px;
}
.GoogleMaps__Title p {
  text-align:center;
  color:#164194;
  font-size:32px;
  line-height:37px;
  font-weight:normal;
}
@media (max-width:575px) {
  .GoogleMaps__Title p {
    font-size:28px;
    line-height:34px;
  }
}
.GoogleMaps__Button .Button {
  color:#fff;
  display: block;
  text-align: center;
  box-shadow: 0px 0px 0px #EF959B;
  padding: .375rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom:30px;
}
.GoogleMaps__Button .Button:active,  .GoogleMaps__Button .Button:hover, .GoogleMaps__Button .Button:focus{
  color:#E30613;
}
.GoogleMaps__Button .Button:hover {
    background-color:#FFE6E9;
}
.GoogleMaps__Map iframe {
  width:100%;
  height:400px;
  margin-bottom:15px;
}
input[type=checkbox] {
  margin-left:-12px; margin-right:5px;
}
