@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@font-face {
  font-family: "Filson Pro";
  src: url("../fonts/FilsonPro-Black.eot");
  src: url("../fonts/FilsonPro-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FilsonPro-Black.woff2") format("woff2"),
    url("../fonts/FilsonPro-Black.woff") format("woff"),
    url("../fonts/FilsonPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
h1,
h2,
h3,
h4 {
  font-family: "Filson Pro";
  font-weight: 900;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 21px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  width: 100%;
}
.admin-bar .header {
  top: 32px;
}
.hero-section {
  background-image: url("../img/hero-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 165px 0 330px;
  background-position: top right;
}
.hero-section .decription {
  max-width: 650px;
}
.hero-section h1 {
  color: #ffffff;
  font-size: 40px;
  letter-spacing: 0.025em;
  line-height: 49px;
  margin: 0 0 20px;
}
.hero-section h1 strong {
  color: #00fff0;
}
.hero-section p {
  color: #fff;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.025em;
}
.offer-sect .form-sec {
  padding: 50px 130px 50px 74px;
  background: #f9f5ff;
  margin-top: -230px;
}
.offer-sect .form-sec .row h2 {
  color: #184290;
  font-size: 40px;
  line-height: 50px;
  text-align: right;
  margin: 0 0 24px;
}
.offer-sect .form-sec .row h2 strong {
  color: #03e6e3;
  font-weight: 900;
}
.offer-sect .form-sec .row p {
  font-size: 14px;
  color: #184290;
  text-align: right;
  line-height: 24px;
}
.offer-sect {
  padding-bottom: 125px;
}
.offer-sect form .form-group {
  margin: 0 0 15px;
}
.offer-sect form input[type="text"],
.offer-sect form select {
  background-color: #fff;
  border-radius: 6px;
  height: 39px;
  padding: 6px 16px;
  border-color: transparent;
  color: #173f88;
  font-size: 13px;
}
.offer-sect form select {
  background-image: url("../img/arrow-down.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  border-radius: 6px;
  height: 39px;
  padding: 6px 16px;
  border-color: transparent;
  color: #173f88;
  font-size: 13px;
}
.form-group.capcha-block .col-first {
    width: 90px;
}

.form-group.capcha-block .col-second {
    width: calc(100% - 90px);
}

.offer-sect form ::-webkit-input-placeholder {
  color: rgba(23, 63, 136, 0.27);
}
.offer-sect form :-ms-input-placeholder {
  color: rgba(23, 63, 136, 0.27);
}
.offer-sect form ::placeholder {
  color: rgba(23, 63, 136, 0.27);
}
.offer-sect form textarea {
  background: #fff;
  border-radius: 6px;
  height: 123px;
  padding: 12px 16px;
  border-color: transparent;
  color: #173f88;
  font-size: 13px;
}
.offer-sect form input[type="text"]:focus,
.offer-sect form select:focus,
.offer-sect form textarea:focus {
  box-shadow: none;
  outline: none;
  border-color: #184290;
}
.offer-sect form input[type="submit"] {
  border: none;
  background: #00fff0;
  padding: 11px 20px;
  border-radius: 6px;
  font-size: 16px;
  color: #244292;
  font-weight: 700;
  display: inline-block;
  transition: background-color 1s ease-out 100ms, color 1s ease-out 100ms;
}
.form-group.capcha-block .col-second input#recaptcha {
    border-radius: 0 6px 6px 0;
}
.text-right {
  text-align: right;
}
.offer-sect form input[type="submit"]:hover,
.offer-sect form input[type="submit"]:focus {
  background: #244292;
  color: #fff;
  box-shadow: none;
  outline: none;
}
.form-group.capcha-block { display: flex; flex-wrap: wrap; }
.form-group.capcha-block .col-first input {
    border-radius: 10px 0 0 10px;
    background: #184290;
    border: 1px solid #184290;
    color: #fff;
    text-align: center;}
.footer {
  padding: 32px 0;
  background: #184290;
}
.footer p {
  margin: 0;
  color: #00fff1;
  font-size: 15px;
  font-weight: 400;
}
.footer .socila-link {
  text-align: right;
}
.footer .socila-link a:not(first-child) {
  margin-left: 42px;
}
.footer .socila-link svg {
  fill: #fff;
}
.footer .socila-link a:hover svg {
  fill: #00fff1;
}
.offer-sect .form-sec .row p.success-response {
  background: #d0ebd1;
  color: #115614;
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 15px;    text-align: left;
}
.offer-sect .form-sec .row p.s_error {
  color: #ff0000;
  text-align: left;
  margin: 2px 0 0;
  font-size: 13px;
}

.offer-sect .form-sec .row p.error-response {
  background: #ff000017;
  color: red;
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 15px;    text-align: left;
}

@media (min-width: 1200px) {
  .offer-sect .form-sec .row {
    margin: 0 -50px;
  }
  .offer-sect .form-sec .row .col-md-6 {
    padding: 0 50px;
  }
  .container {
    max-width: 1064px;
    padding: 0 15px;
  }
  .footer .container {
    max-width: 1170px;
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .hero-section {
    padding: 157px 0 310px;
  }
  .hero-section .decription {
    max-width: 590px;
  }
  .hero-section h1 {
    font-size: 36px;
  }
  .offer-sect .form-sec .row h2 {
    line-height: 44px;
    font-size: 36px;
  }
  .offer-sect .form-sec .row {
    margin: 0 -30px;
  }
  .offer-sect .form-sec .row .col-md-6 {
    padding: 0 30px;
  }
  .offer-sect .form-sec {
    padding: 40px 110px 40px 54px;
    margin-top: -212px;
  }
  .offer-sect {
    padding-bottom: 100px;
  }
  .footer {
    padding: 22px 0;
  }
  .footer p {
    font-size: 14px;
  }
  .footer .socila-link a:not(first-child) {
    margin-left: 32px;
  }
}
@media (max-width: 991px) {
  .hero-section {
    padding: 147px 0 290px;
  }
  .hero-section h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .offer-sect .form-sec {
    padding: 30px 40px 30px 24px;
    margin-top: -186px;
  }
  .offer-sect .form-sec .row {
    margin: 0 -20px;
  }
  .offer-sect .form-sec .row .col-md-6 {
    padding: 0 20px;
  }
  .offer-sect .form-sec .row h2 {
    line-height: 40px;
    font-size: 32px;
  }
  .offer-sect {
    padding-bottom: 60px;
  }
  .footer {
    padding: 16px 0;
  }
  .footer .socila-link a:not(first-child) {
    margin-left: 22px;
  }
  .footer .socila-link svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 15px 0;
  }
  .hero-section {
    padding: 121px 0 241px;
  }
  .hero-section h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .offer-sect .form-sec .row h2 {
    line-height: 36px;
    font-size: 24px;
    text-align: center;
    margin: 0 0 14px;
  }
  .offer-sect .form-sec .row p {
    text-align: center;
  }
  .footer .row {
    flex-direction: column-reverse;
  }
  .footer .socila-link {
    text-align: center;
  }
  .footer p {
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .logo img {
    max-width: 260px;
  }
  .hero-section {
    padding: 100px 0 159px;
  }
  .hero-section h1 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
  }
  .offer-sect .form-sec {
    padding: 20px;
    margin-top: -136px;
  }
  .hero-section p {
    line-height: 24px;
  }
  .offer-sect .form-sec .row h2 {
    line-height: 30px;
    font-size: 20px;
  }
  .offer-sect .form-sec .row p br {
    display: none;
  }
  .offer-sect {
    padding-bottom: 40px;
  }
}
