html {
  margin: 0; }

body {
  background: #fff;
  color: #373737;
  font-family: "Museo Sans Cyrl", Helvetica, sans; }

.breadcrumb {
  padding-top: 15px; }

h2 {
  font-size: 24px;
  text-transform: uppercase; }

ul {
  padding: 0 0 0 20px;
  margin: 28px 0 0; }
  ul li {
    list-style: none;
    background: url("/wp-content/themes/gidfinance-default/img/li_image.svg") left 8px no-repeat;
    padding-left: 24px;
    margin: 12px 0; }

.text-blue {
  color: #00305D;
  font-weight: 600; }

.ajax-loader {
  position: absolute;
  right: 0;
  top: 12px; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #ff0000; }

.header {
  display: flex;
  justify-content: space-between;
  padding-top: 26px; }

.header__middle {
  display: flex;
  align-items: center;
  padding-bottom: 33px; }
  @media all and (max-width: 767px) {
    .header__middle {
      display: none; } }

@media all and (max-width: 767px) {
  .header__logo img {
    width: 70px; } }

.header__middle-img {
  margin-right: 13px; }

.header__phone {
  padding-top: 15px; }
  @media all and (max-width: 767px) {
    .header__phone {
      padding-top: 0; } }
  @media all and (max-width: 767px) {
    .header__phone {
      display: flex;
      align-items: center; } }

.header__phone-phone {
  font-size: 30px; }
  @media all and (max-width: 991px) {
    .header__phone-phone {
      font-size: 26px; } }
  @media all and (max-width: 767px) {
    .header__phone-phone {
      font-size: 20px; } }

@media all and (max-width: 991px) {
  .header__phone-text {
    font-size: 12px; } }

@media all and (max-width: 767px) {
  .header__phone-text {
    display: none; } }

@media all and (max-width: 991px) {
  .header__logo .img {
    width: 120px; } }

.first-screen__form {
  width: 83.333333%;
  margin: 33px auto 0; }
  @media all and (max-width: 991px) {
    .first-screen__form {
      width: 100%; } }

.first-screen__title {
  margin-top: 0;
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  font-family: 'Houschka Pro';
  font-weight: 900; }
  @media all and (max-width: 767px) {
    .first-screen__title {
      font-size: 26px; } }

.first-screen__subtitle {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  font-family: 'Houschka Pro'; }
  @media all and (max-width: 767px) {
    .first-screen__subtitle {
      font-size: 18px; } }

.first-screen {
  background: url("/wp-content/themes/gidfinance-default/img/first-screen.png") center top no-repeat;
  padding-top: 220px;
  margin-top: -148px;
  padding-bottom: 94px;
  background-size: cover; }

.form__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-left: -15px;
  margin-right: -15px; }
  .form__inner p {
    margin: 0; }
  .form__inner .form-group {
    width: 37%;
    padding: 0 15px;
    position: relative; }
    @media all and (max-width: 767px) {
      .form__inner .form-group {
        width: 100%; } }
    .form__inner .form-group:nth-child(3) {
      width: 26%; }
      @media all and (max-width: 767px) {
        .form__inner .form-group:nth-child(3) {
          width: 100%; } }
    .form__inner .form-group:nth-child(6) {
      width: 26%; }
      @media all and (max-width: 767px) {
        .form__inner .form-group:nth-child(6) {
          width: 100%; } }
  .form__inner .form-control {
    border: 1px solid #E3E3E3;
    border-radius: 0;
    box-shadow: none;
    height: 40px; }
  .form__inner label {
    font-size: 16px; }
  .form__inner .btn-red {
    background: #BE2439;
    color: white;
    height: 40px;
    border: none;
    width: 100%;
    font-size: 16px; }

.first-screen__form {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #FFFFFF;
  padding: 49px 80px 50px; }
  @media all and (max-width: 1199px) {
    .first-screen__form {
      padding-left: 30px;
      padding-right: 30px; } }

.first-screen__form-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 31px;
  font-family: 'Houschka Pro';
  font-weight: bold; }
  @media all and (max-width: 767px) {
    .first-screen__form-title {
      font-size: 20px; } }

.icons {
  padding-top: 63px;
  padding-bottom: 63px; }

.icons__items {
  display: flex;
  justify-content: space-between; }
  @media all and (max-width: 767px) {
    .icons__items {
      flex-direction: column;
      align-items: center; } }

.icons__item {
  width: 33.33333%;
  text-align: center; }
  @media all and (max-width: 767px) {
    .icons__item {
      width: 100%;
      margin-bottom: 30px; } }

.icons__img {
  margin-bottom: 22px; }

.icons__text {
  font-size: 16px;
  line-height: 16px; }

.what {
  margin-bottom: 60px;
  font-size: 16px; }
  .what h2 {
    margin-bottom: 24px;
    font-family: 'Houschka Pro';
    font-weight: 900; }

.what-container {
  padding-top: 190px;
  margin-top: -175px;
  background: url("/wp-content/themes/gidfinance-default/img/hand.svg") right top no-repeat; }
  @media all and (max-width: 991px) {
    .what-container {
      background: none; } }

.types {
  padding-bottom: 61px; }

.types__title {
  height: 57px;
  line-height: 57px;
  background: #F5F3F0;
  font-size: 24px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 28px;
  display: inline-block;
  margin-bottom: 25px;
  font-family: 'Houschka Pro';
  font-weight: 900; }
  @media all and (max-width: 767px) {
    .types__title {
      height: auto;
      line-height: normal;
      padding-top: 10px;
      padding-bottom: 10px; } }

.types__items {
  display: flex;
  justify-content: space-between; }
  @media all and (max-width: 767px) {
    .types__items {
      flex-direction: column;
      align-items: center; } }

.types__item {
  position: relative;
  padding-left: 38px;
  width: 270px;
  font-size: 16px; }
  @media all and (max-width: 767px) {
    .types__item {
      width: 100%;
      margin-bottom: 30px; } }
  .types__item:last-child {
    width: 200px; }
    @media all and (max-width: 767px) {
      .types__item:last-child {
        width: 100%; } }
  .types__item:before {
    width: 7px;
    height: 7px;
    display: block;
    content: "";
    position: absolute;
    left: 20px;
    top: 4px;
    background: #373737;
    border-radius: 50%; }

.types__item-text {
  font-weight: bold;
  color: #AE8065; }

.form-bottom__wrap {
  background: #E6E2DC;
  padding: 65px 0px 50px; }

.form-bottom {
  padding: 0 100px; }
  @media all and (max-width: 991px) {
    .form-bottom {
      padding: 0; } }

.form-bottom__title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 31px; }

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 20px; }
  @media all and (max-width: 767px) {
    .footer__inner {
      flex-direction: column; }
      .footer__inner > div {
        margin-bottom: 30px; } }

.footer__rub {
  display: flex;
  align-items: center;
  margin-bottom: 12px; }

.footer__middle-img {
  margin-right: 14px; }

@media all and (max-width: 991px) {
  .footer__middle {
    margin: 0 20px; } }

.copyright {
  font-size: 12px; }

.footer__phone-phone {
  font-size: 20px; }

.footer__phone-text {
  font-size: 12px; }
