.contact-row {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-row .left-side {
  max-width: 480px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .contact-row .left-side {
    max-width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .contact-row .left-side {
    max-width: none;
  }
}
.contact-row .pge-title {
  text-align: left;
}
.contact-row .pge-title h1 {
  color: #1d1f21;
  text-align: left;
  font-family: Raleway;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 116.667% */
}
@media screen and (max-width: 1199px) {
  .contact-row .pge-title h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #000000;
  }
}
@media screen and (max-width: 768px) {
  .contact-row .pge-title h1 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #000000;
  }
}
.contact-row h2 {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 100% */
}
@media screen and (max-width: 1199px) {
  .contact-row h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contact-row h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #000000;
  }
}
.contact-row strong {
  padding: 10px 0;
  color: #1d1f21;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
}
@media screen and (max-width: 1199px) {
  .contact-row strong {
    text-align: center;
    font-size: 20px;
  }
  .contact-row strong.center {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contact-row strong {
    text-align: center;
    font-size: 20px;
  }
  .contact-row strong.center {
    display: block;
    text-align: center;
  }
}
.contact-row p {
  color: rgba(49, 49, 49, 0.7);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .contact-row p {
    padding: 5px 0;
  }
}
.contact-row .right-side {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 620px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .contact-row .right-side {
    max-width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .contact-row .right-side {
    max-width: none;
  }
}
.contact-row .page-text {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .contact-row .page-text strong {
    font-size: 16px;
    text-align: left;
  }
}

.contact-form._md {
  display: block;
}
.contact-form._mobile {
  display: none;
}
@media screen and (max-width: 1199px) {
  .contact-form._md {
    display: none;
  }
  .contact-form._mobile {
    display: block;
    margin: 30px 0 0;
  }
}
.contact-form .form-wrap {
  padding: 30px 0 0;
}
@media screen and (max-width: 1199px) {
  .contact-form .form-wrap {
    padding: 20px 20px;
  }
  .contact-form .form-wrap .btn-primary {
    width: 100%;
  }
}
.contact-form .icon-group {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.contact-form .icon-group .sfield {
  color: var(--body, rgba(49, 49, 49, 0.7));
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  border: 0;
  padding: 15px 30px;
  width: calc(100% - 80px);
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1199px) {
  .contact-form .icon-group .sfield {
    font-size: 14px;
    line-height: 24px;
  }
}

.text-gr {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.text-gr .sfield {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333b42;
  border: 0;
  padding: 15px 0px;
  width: calc(100% - 0px);
  resize: none;
  min-height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .text-gr .sfield {
    min-height: 60px;
    padding: 17px 0px 15px;
    width: calc(100% - 0px);
    font-size: 14px;
    line-height: 24px;
  }
}
