body {
  margin: 0;
}
article,
aside,
main,
figure,
footer,
header,
nav,
section {
  display: block;
}
button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
  padding: 0;
  border: none;
}
img[align=left] {
  float: left;
}
img[align=right] {
  float: right;
}
address {
  font-style: normal;
}
a img {
  border: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
@font-face {
  font-family: Arvo;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ArvoRegular.ttf") format('truetype');
}
@font-face {
  font-family: ArvoBold;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ArvoBold.ttf") format('truetype');
}
@font-face {
  font-family: ArvoBold;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ArvoBold.ttf") format('truetype');
}
@font-face {
  font-family: Raleway;
  font-style: normal;
  src: url("../fonts/RalewayRegular.ttf") format('truetype');
}
@font-face {
  font-family: RalewayMedium;
  font-style: normal;
  src: url("../fonts/RalewayMedium.ttf") format('truetype');
}
@font-face {
  font-family: RalewayBold;
  font-style: normal;
  src: url("../fonts/RalewaySemiBold.ttf") format('truetype');
}
body {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 23px;
  background: #fff;
  color: #808080;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #2a58ad;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
input,
button,
select,
textarea {
  font-family: inherit;
}
h1,
h2,
h3,
h4,
p,
li {
  word-wrap: break-word;
}
.page-wrapper {
  overflow: hidden;
}
.inner {
  max-width: 1498px;
  margin: 0 auto;
  padding: 0 30px;
}
.main {
  margin-top: 102px;
}
@media only screen and (max-width: 1200px) {
  .main {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .main {
    margin-top: 0;
  }
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 101;
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 102px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__phone {
  color: #37393c;
  font-size: 34px;
  font-weight: 500;
  font-family: RalewayMedium, sans-serif;
}
@media only screen and (max-width: 1200px) {
  .header .inner {
    height: 80px;
  }
  .header__phone {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .header a {
    margin: 0 auto;
  }
}
.header a__logo {
  width: auto;
  height: 36px;
}
@media only screen and (max-width: 768px) {
  .header {
    background: none;
    position: absolute;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header .inner {
    height: auto;
  }
  .header__logo {
    display: block;
    margin: 55px auto 0;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .header__phone,
  .header__login {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .header__logo {
    height: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 680px) and (orientation: landscape) {
  .header__logo {
    margin-top: 20px;
  }
}
.footer {
  background: #2a58ad;
  padding: 30px 0 25px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.footer a {
  color: #fff;
}
@media only screen and (max-width: 680px) {
  .footer {
    padding: 20px 0;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 18px 50px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 2.66px;
  border-radius: 25px;
  text-transform: uppercase;
  background: #2a58ad;
  border: 0;
  margin: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-align: center;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  background: #264f9c;
}
.btn_green {
  background: #59ddcd;
}
.btn_green:hover,
.btn_green:focus {
  background: #3fd8c5;
}
.btn_small {
  padding: 14px 24px;
  font-size: 14px;
  letter-spacing: 1.96px;
  border-radius: 21.5px;
}
@media only screen and (max-width: 1200px) {
  .btn {
    font-size: 17px;
    padding: 14px 30px;
    border-radius: 16.6px;
  }
  .btn_small {
    padding: 12px 15px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 340px;
  }
}
@media only screen and (max-width: 680px) {
  .btn {
    padding: 14px;
  }
}
.section_grey {
  background: #f9f9f9;
}
.hero {
  height: 46.907vw;
  max-height: 834px;
  background: url("../images/hero-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}
.hero .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero__title {
  font-size: 80px;
  font-family: Arvo, serif;
}
.hero__title span::after {
  content: '.';
  color: #59ddcd;
}
.hero__subtitle {
  margin: 80px 0 10vw;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.37;
}
.hero__actions {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .hero {
    height: 540px;
  }
  .hero__title {
    font-size: 60px;
  }
  .hero__subtitle {
    font-size: 22px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .hero {
    height: 100vh;
    background-image: url("../images/hero-bg-mobile.jpg");
    text-align: center;
  }
  .hero__title {
    font-size: 48px;
    line-height: 1.22;
  }
  .hero__subtitle {
    margin: 70px 0 50px;
    font-size: 19px;
  }
  .hero__actions {
    display: block;
    margin: 0 0 125px;
  }
}
@media only screen and (max-width: 680px) {
  .hero__title {
    font-size: 32px;
  }
  .hero__subtitle {
    margin: 40px 0 70px;
    font-size: 17px;
    line-height: 1.21;
  }
}
@media only screen and (max-width: 680px) and (orientation: landscape) {
  .hero__subtitle {
    margin: 20px 0 50px;
  }
}
.general {
  padding: 170px 0 140px;
  text-align: center;
}
.general__heading {
  margin: 0 0 60px;
  color: #37393c;
  font-size: 54.5px;
  line-height: 1.06;
  font-family: Arvo, serif;
  font-weight: normal;
}
.general__content {
  font-size: 37px;
  line-height: 1.34;
}
.general__content p {
  margin: 0;
}
.general__content p + p {
  margin-top: 1em;
}
@media only screen and (max-width: 1200px) {
  .general {
    padding: 90px 0;
  }
  .general__heading {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .general__content {
    font-size: 26px;
  }
}
@media only screen and (max-width: 680px) {
  .general {
    padding: 50px 0;
  }
  .general__heading {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .general__content {
    font-size: 14px;
  }
}
.info-item {
  padding: 90px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-item__media {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 420px;
}
.info-item__media img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.info-item__main {
  padding: 0 0 0 160px;
}
.info-item__title {
  margin: 0 0 30px;
  padding: 0 0 40px;
  position: relative;
  color: #37393c;
  font-size: 55px;
  font-family: Arvo, serif;
  font-weight: normal;
}
.info-item__title::after {
  content: '';
  display: block;
  height: 2px;
  width: 102px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: currentColor;
}
.info-item__content {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.74;
}
.info-item__content p {
  margin: 0;
}
.info-item__content p + p {
  margin-top: 1em;
}
.info-item__actions {
  margin: 55px 0 0;
}
.info-item__actions .btn {
  min-width: 422px;
}
@media only screen and (max-width: 1400px) {
  .info-item__main {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .info-item {
    padding: 45px 0;
  }
  .info-item__media {
    width: 280px;
  }
  .info-item__media img {
    max-width: 200px;
  }
  .info-item__main {
    padding-left: 60px;
  }
  .info-item__title {
    font-size: 38px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .info-item__title::after {
    width: 60px;
  }
  .info-item__content {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .info-item {
    display: block;
  }
  .info-item__media {
    margin-bottom: 40px;
    width: auto;
  }
  .info-item__main {
    padding-left: 0;
    text-align: center;
  }
  .info-item__title::after {
    width: 68px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 680px) {
  .info-item {
    padding: 55px 0;
  }
  .info-item__media img {
    width: 102px;
  }
  .info-item__title {
    font-size: 33px;
  }
  .info-item__content {
    font-size: 14px;
    line-height: 1.71;
  }
  .info-item__actions {
    margin-top: 45px;
  }
  .info-item__actions .btn {
    min-width: 0;
  }
}
.note {
  padding: 120px 0;
  background: #2a58ad url("../images/blue-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.52;
}
.note__content {
  max-width: 1190px;
  margin: 0 auto;
}
.note__content p {
  margin: 0;
}
.note__content p + p {
  margin-top: 1em;
}
@media only screen and (max-width: 1200px) {
  .note {
    padding: 100px 0;
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .note {
    padding: 80px 0;
    font-size: 20px;
  }
}
@media only screen and (max-width: 680px) {
  .note {
    padding: 70px 0;
    font-size: 17px;
    line-height: 1.79;
    background-image: url("../images/blue-bg-mobile.jpg");
  }
}
.form__group {
  margin: 0 0 22px;
}
.form__control {
  width: 100%;
  padding: 25px 15px;
  border-radius: 5px;
  background: #fff;
  color: #37393c;
  font-size: 18px;
  font-weight: 600;
}
.form__control::-webkit-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.form__control::-moz-placeholder {
  opacity: 1;
  color: #b8b8b8;
  opacity: 1;
}
.form__control:-ms-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
textarea.form__control {
  resize: vertical;
  height: 130px;
}
.form__control.error {
  border-color: #f00;
}
.form__message {
  margin: 0 0 30px;
  padding: 10px 15px;
  border: 1px solid currentColor;
  background: #b4ffb4;
  color: #008000;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
}
.form__message.error {
  background: #fdd;
  color: #f00;
}
.form .g-recaptcha.error > div {
  border: 1px solid #f00;
}
@media only screen and (max-width: 1200px) {
  .form__control {
    padding: 16px 13px;
    font-size: 17px;
  }
}
.contact {
  padding: 55px 0;
}
.contact__title {
  margin: 0 0 50px;
  color: #37393c;
  font-size: 36px;
  font-family: Arvo, serif;
  line-height: 1.28;
}
.contact__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact__form {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 420px;
}
.contact__contacts {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 0 0 160px;
}
.contact__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact__address {
  margin: 90px 0 0;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #37393c;
}
.contact__address address {
  font-weight: normal;
}
@media only screen and (max-width: 1400px) {
  .contact__contacts {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .contact__title {
    font-size: 30px;
  }
  .contact__address {
    margin-top: 85px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact__form {
    width: 330px;
  }
}
@media only screen and (max-width: 768px) {
  .contact__title {
    text-align: center;
  }
  .contact__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact__form {
    width: 100%;
  }
  .contact__contacts {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .contact__items {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 680px) {
  .contact {
    padding: 40px 0;
  }
  .contact__title {
    font-size: 21px;
    line-height: 1.45;
    margin-bottom: 40px;
  }
  .contact__items {
    display: block;
  }
  .contact__address {
    font-size: 17px;
    line-height: 1.41;
  }
}
.contact-item {
  margin-right: 54px;
  font-size: 24px;
}
.contact-item:last-child {
  margin-right: 0;
}
.contact-item__title {
  margin: 0 0 30px;
  font-size: 36px;
  font-weight: bold;
  color: #37393c;
}
.contact-item__email {
  margin: 0 0 15px;
  font-weight: bold;
}
.contact-item__phone {
  font-size: 39px;
  font-weight: 500;
  color: #37393c;
}
@media only screen and (max-width: 1200px) {
  .contact-item {
    font-size: 20px;
  }
  .contact-item__title {
    font-size: 28px;
  }
  .contact-item__phone {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-item {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-item {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 680px) {
  .contact-item {
    margin-top: 60px;
    margin-right: 0;
    font-size: 17px;
  }
  .contact-item__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contact-item__phone {
    font-size: 26px;
  }
}
.section_grey {
  background: #f9f9f9;
}
.general {
  padding: 170px 0 140px;
  text-align: center;
}
.general__heading {
  margin: 0 0 60px;
  color: #37393c;
  font-size: 54.5px;
  line-height: 1.06;
  font-family: Arvo, serif;
  font-weight: normal;
}
.general__content {
  font-size: 37px;
  line-height: 1.34;
}
.general__content p {
  margin: 0;
}
.general__content p + p {
  margin-top: 1em;
}
@media only screen and (max-width: 1200px) {
  .general {
    padding: 90px 0;
  }
  .general__heading {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .general__content {
    font-size: 26px;
  }
}
@media only screen and (max-width: 680px) {
  .general {
    padding: 50px 0;
  }
  .general__heading {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .general__content {
    font-size: 14px;
  }
}
.privacy-page .main {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .privacy-page .main {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-page .header {
    display: none;
  }
}
.privacy {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .privacy {
    padding-top: 50px;
  }
}
.privacy__logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .privacy__logo {
    display: block;
    text-align: center;
  }
}
.privacy__heading {
  position: relative;
  padding-bottom: 46px;
  font-size: 55px;
  font-family: Arvo, serif;
  font-weight: 500;
  color: #37393c;
}
.privacy__heading:before {
  position: absolute;
  content: '';
  background-color: #37393c;
  width: 200px;
  height: 2px;
  top: 100%;
}
.privacy__heading-middle {
  font-size: 36px;
  font-family: Arvo, serif;
  color: #37393c;
  font-weight: 500;
}
.privacy__subheading {
  font-size: 28px;
  color: #37393c;
  font-weight: 500;
}
.privacy p {
  font-size: 18px;
}
.privacy p span {
  text-decoration: underline;
  display: inline-block;
}
.privacy span {
  display: block;
  font-size: 18px;
}
.privacy a {
  color: #808080;
  font-size: 18px;
  text-decoration: underline;
}
.section_grey {
  background: #f9f9f9;
}
.general {
  padding: 170px 0 140px;
  text-align: center;
}
.general__heading {
  margin: 0 0 60px;
  color: #37393c;
  font-size: 54.5px;
  line-height: 1.06;
  font-family: Arvo, serif;
  font-weight: normal;
}
.general__content {
  font-size: 37px;
  line-height: 1.34;
}
.general__content p {
  margin: 0;
}
.general__content p + p {
  margin-top: 1em;
}
@media only screen and (max-width: 1200px) {
  .general {
    padding: 90px 0;
  }
  .general__heading {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .general__content {
    font-size: 26px;
  }
}
@media only screen and (max-width: 680px) {
  .general {
    padding: 50px 0;
  }
  .general__heading {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .general__content {
    font-size: 14px;
  }
}
.privacy-page .main {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .privacy-page .main {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-page .header {
    display: none;
  }
}
.privacy {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .privacy {
    padding-top: 50px;
  }
}
.privacy__logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .privacy__logo {
    display: block;
    text-align: center;
  }
}
.privacy__heading {
  position: relative;
  padding-bottom: 46px;
  font-size: 55px;
  font-family: Arvo, serif;
  font-weight: 500;
  color: #37393c;
}
.privacy__heading:before {
  position: absolute;
  content: '';
  background-color: #37393c;
  width: 200px;
  height: 2px;
  top: 100%;
}
.privacy__heading-middle {
  font-size: 36px;
  font-family: Arvo, serif;
  color: #37393c;
  font-weight: 500;
}
.privacy__subheading {
  font-size: 28px;
  color: #37393c;
  font-weight: 500;
}
.privacy p {
  font-size: 18px;
}
.privacy p span {
  text-decoration: underline;
  display: inline-block;
}
.privacy span {
  display: block;
  font-size: 18px;
}
.privacy a {
  color: #808080;
  font-size: 18px;
  text-decoration: underline;
}
.terms-page .main {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .terms-page .main {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .terms-page .header {
    display: none;
  }
}
.terms {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .terms {
    padding-top: 50px;
  }
}
.terms__logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .terms__logo {
    display: block;
    text-align: center;
  }
}
.terms__heading {
  position: relative;
  padding-bottom: 46px;
  font-size: 55px;
  font-family: Arvo, serif;
  font-weight: 500;
  color: #37393c;
}
.terms__heading:before {
  position: absolute;
  content: '';
  background-color: #37393c;
  width: 200px;
  height: 2px;
  top: 100%;
}
.terms__heading-middle {
  font-size: 36px;
  font-family: Arvo, serif;
  color: #37393c;
  font-weight: 500;
}
.terms__subheading {
  font-size: 28px;
  color: #37393c;
  font-weight: 500;
}
.terms p {
  font-size: 18px;
}
.terms p span {
  text-decoration: underline;
  display: inline-block;
}
.terms span {
  display: block;
}
.terms a {
  color: #808080;
  text-decoration: underline;
}
.btn {
  display: inline-block;
  padding: 18px 50px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 2.66px;
  border-radius: 25px;
  text-transform: uppercase;
  background: #2a58ad;
  border: 0;
  margin: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-align: center;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  background: #264f9c;
}
.btn_green {
  background: #59ddcd;
}
.btn_green:hover,
.btn_green:focus {
  background: #3fd8c5;
}
.btn_small {
  padding: 14px 24px;
  font-size: 14px;
  letter-spacing: 1.96px;
  border-radius: 21.5px;
}
@media only screen and (max-width: 1200px) {
  .btn {
    font-size: 17px;
    padding: 14px 30px;
    border-radius: 16.6px;
  }
  .btn_small {
    padding: 12px 15px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 340px;
  }
}
@media only screen and (max-width: 680px) {
  .btn {
    padding: 14px;
  }
}
.section_grey {
  background: #f9f9f9;
}
.general {
  padding: 170px 0 140px;
  text-align: center;
}
.general__heading {
  margin: 0 0 60px;
  color: #37393c;
  font-size: 54.5px;
  line-height: 1.06;
  font-family: Arvo, serif;
  font-weight: normal;
}
.general__content {
  font-size: 37px;
  line-height: 1.34;
}
.general__content p {
  margin: 0;
}
.general__content p + p {
  margin-top: 1em;
}
@media only screen and (max-width: 1200px) {
  .general {
    padding: 90px 0;
  }
  .general__heading {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .general__content {
    font-size: 26px;
  }
}
@media only screen and (max-width: 680px) {
  .general {
    padding: 50px 0;
  }
  .general__heading {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .general__content {
    font-size: 14px;
  }
}
.consumer-form,
.business-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 500px;
  padding: 60px 35px;
  -webkit-box-shadow: 0 0 36px 0 rgba(2,3,2,0.06);
  box-shadow: 0 0 36px 0 rgba(2,3,2,0.06);
  border-radius: 25px;
}
@media only screen and (max-width: 768px) {
  .consumer-form,
  .business-form {
    width: 100%;
    padding: 20px 10px;
    min-width: 100%;
  }
}
.consumer-form h1,
.business-form h1 {
  text-align: center;
  font-size: 31px;
  font-family: Arvo, serif;
  font-weight: 500;
  color: #37393c;
}
.consumer-form__group,
.business-form__group {
  margin-bottom: 25px;
}
.consumer-form__control,
.business-form__control {
  width: 100%;
  padding: 25px 30px;
  border: 1px solid #5c5c5c;
  color: #37393c;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 18px;
  border-radius: 5px;
}
.consumer-form__control:focus,
.business-form__control:focus {
  border: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  .consumer-form__control,
  .business-form__control {
    padding: 15px 20px;
  }
}
.consumer-form label,
.business-form label {
  color: #37393c;
  font-size: 18px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.consumer-form input[type='checkbox'],
.business-form input[type='checkbox'] {
  margin-right: 15px;
}
.consumer-form .btn,
.business-form .btn {
  width: 100%;
  border-radius: 21px;
}
@media only screen and (max-width: 768px) {
  .consumer-form .btn,
  .business-form .btn {
    max-width: 100%;
  }
}
.consumer-form a,
.business-form a {
  cursor: pointer;
  margin-bottom: 25px;
  text-align: center;
  font-size: 18px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.forms__logo {
  display: block;
  padding-bottom: 115px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .forms__logo {
    padding-top: 50px;
  }
}
.forms__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .forms__form {
    width: auto;
  }
}

/*# sourceMappingURL=styles.css.map */
