@charset "UTF-8";
@font-face {
  font-family: 'Proxima';
  src: url("../fonts/Proxima Nova Regular.eot");
  src: local("☺"), url("../fonts/Proxima Nova Regular.woff") format("woff"), url("../fonts/Proxima Nova Regular.ttf") format("truetype"), url("../fonts/Proxima Nova Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Proxima';
  src: url("../fonts/Proxima Nova Semibold.eot");
  src: local("☺"), url("../fonts/Proxima Nova Semibold.woff") format("woff"), url("../fonts/Proxima Nova Semibold.ttf") format("truetype"), url("../fonts/Proxima Nova Semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Proxima';
  src: url("../fonts/Proxima Nova Extrabold.eot");
  src: local("☺"), url("../fonts/Proxima Nova Extrabold.woff") format("woff"), url("../fonts/Proxima Nova Extrabold.ttf") format("truetype"), url("../fonts/Proxima Nova Extrabold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Proxima, sans-serif; }

.page-wrap {
  background: url("/wp-content/themes/gidfinance-default/images/first-screen.jpg") center top no-repeat; }
  @media (max-width: 991px) {
    .page-wrap {
      background-size: auto 752px; } }
  @media (max-width: 767px) {
    .page-wrap {
      background-size: auto 813px;
      background-position: calc(50% - 235px) -88px; } }

header {
  padding-top: 24px; }
  @media (max-width: 767px) {
    header {
      padding-top: 10px; } }

.logo {
  display: inline-block;
  margin-right: 75px; }

.slogan {
  display: inline-block;
  color: white; }
  @media (max-width: 767px) {
    .slogan {
      display: none; } }

.first-screen {
  padding-bottom: 141px; }
  @media (max-width: 767px) {
    .first-screen {
      padding-bottom: 34px; } }

.first-screen__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 137.3%;
  color: white;
  text-transform: uppercase;
  margin-top: 160px; }
  @media (max-width: 991px) {
    .first-screen__title {
      margin-top: 90px; } }
  @media (max-width: 767px) {
    .first-screen__title {
      margin-top: 50px;
      font-size: 24px; } }

.first-screen__subtitle {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .first-screen__subtitle {
      font-weight: 600;
      font-size: 16px; } }
  .first-screen__subtitle img {
    margin: 0 13px; }

.first-screen__form {
  border: 1px solid #FFFFFF;
  border-radius: 7px;
  padding: 30px 60px;
  margin-top: 50px; }
  @media (max-width: 767px) {
    .first-screen__form {
      margin-top: 26px;
      border-radius: 35px;
      padding: 17px 65px; } }

.first-screen__form-title {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: white;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .first-screen__form-title {
      font-size: 16px;
      margin-bottom: 20px; } }

.first-screen__inputs {
  display: flex;
  justify-content: space-between;
  margin-right: -10px;
  margin-left: -10px; }
  @media (max-width: 767px) {
    .first-screen__inputs {
      flex-direction: column; } }
  .first-screen__inputs label {
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: normal; }
  .first-screen__inputs .form-group {
    flex: auto;
    padding: 0 10px;
    text-align: center; }
    @media (max-width: 767px) {
      .first-screen__inputs .form-group {
        margin-bottom: 12px; } }
  .first-screen__inputs .form-control {
    background: rgba(0, 0, 0, 0.12);
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: white;
    text-align: center;
    height: 45px;
    font-size: 20px; }
    @media (max-width: 767px) {
      .first-screen__inputs .form-control {
        height: 36px; } }
  .first-screen__inputs ::-webkit-input-placeholder {
    /* Chrome */
    color: rgba(255, 255, 255, 0.6); }
  .first-screen__inputs :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.6); }
  .first-screen__inputs ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.6);
    opacity: 1; }
  .first-screen__inputs :-moz-placeholder {
    /* Firefox 4 - 18 */
    color: rgba(255, 255, 255, 0.6);
    opacity: 1; }

.btn.green {
  background: #0FBE7F;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  height: 45px;
  padding: 0 27px;
  margin: 15px auto 0;
  display: block; }

.advantages {
  padding: 90px 0 112px; }
  @media (max-width: 991px) {
    .advantages {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .advantages {
      padding-bottom: 40px; } }

.advantage {
  background: rgba(153, 153, 153, 0.1);
  border-radius: 30px 0px;
  padding: 42px 38px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (max-width: 767px) {
    .advantage {
      margin-bottom: 40px; } }

.advantage__image {
  margin-bottom: 20px; }

.advantage__text {
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  color: #232323; }
  @media (max-width: 1199px) {
    .advantage__text {
      font-size: 15px; } }
  @media (max-width: 991px) {
    .advantage__text {
      min-height: 66px; } }
  @media (max-width: 767px) {
    .advantage__text {
      font-size: 18px; } }

.last-screen {
  background: url("/wp-content/themes/gidfinance-default/images/last-screen.jpg") center top no-repeat;
  padding: 63px 0 166px; }
  @media (max-width: 767px) {
    .last-screen {
      background-size: 1060px auto;
      background-position: left -225px top;
      padding-top: 20px;
      padding-bottom: 75px; } }

.name {
  font-size: 14px;
  color: #232323; }
  @media (max-width: 1199px) {
    .name {
      display: none; } }

.last-screen__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  color: #0FBE7F;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .last-screen__title {
      font-size: 22px;
      line-height: 137.3%;
      margin-bottom: 15px; } }

.last-screen__text {
  font-size: 16px;
  line-height: 19px;
  color: #232323; }
  @media (max-width: 767px) {
    .last-screen__text {
      font-size: 13px; } }

div.wpcf7-mail-sent-ok {
  background: white;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px; }

/*# sourceMappingURL=style.css.map */
