@font-face {
  font-family: 'Daxline Offc';
  src: url('../fonts/DaxlineOffc.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Daxline Offc';
  src: url('../fonts/DaxlineOffc-Thin.ttf') format('truetype');
  font-weight: 100;
}
@font-face {
  font-family: 'Daxline Offc';
  src: url('../fonts/DaxlineOffc-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Daxline Offc';
  src: url('../fonts/DaxlineOffc-Bold.ttf') format('truetype');
  font-weight: 900;
}
@font-face {
  font-family: 'Maven Pro';
  src: url('../fonts/MavenPro-Bold.ttf') format('truetype');
  font-weight: 900;
}
body {
  font-family: Daxline Offc;
  font-size: 17px;
}
.checkbox {
  display: block;
  position: relative;
  padding-left: 46px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  line-height: 24px;
  color: #727272;
  letter-spacing: 0.04em;
}
.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #d4d7d7;
}
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox b {
  color: #0e1c4c;
}
.checkbox .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #0e1c4c;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox:hover input ~ .checkmark {
  border: 2px solid #1e2b50;
}
.checkbox input:checked ~ .checkmark {
  border: 2px solid #1e2b50;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.radio {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
}
.radio + .radio {
  margin-left: 48px;
}
.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e9e9e9;
}
.radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio b {
  color: #1e2b50;
}
.radio .checkmark:after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #1e2b50;
  content: '';
  border-radius: 50%;
}
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio input:checked ~ .checkmark:after {
  display: block;
}
/* Create a custom checkbox */
.form-group {
  margin-bottom: 1.8rem;
}
input[type=text],
input[type=email],
input[type=tel] {
  height: 61px;
  width: 100%;
  max-width: 100%;
  font-weight: 400;
  border-radius: 3px;
  font-family: Daxline Offc;
  background-color: #fff;
  margin-bottom: 0;
  padding: 0 21px;
  font-size: 17px;
  color: #727272;
  border: 1px solid #e6e6e6;
}
@media (min-width: 1200px) {
  .colmn-2 {
    padding-left: 44px;
  }
}
footer {
  padding: 66px 0;
  color: #fff;
  font-size: 12px;
  background: #1e2b50;
}
footer b {
  font-weight: 900;
}
footer p {
  color: #fff;
  line-height: 1.3;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.07em;
}
footer img {
  width: 216px;
  max-width: 100%;
}
@media (max-width: 576px) {
  footer img {
    width: 100px;
    margin: 0 auto 30px auto;
    display: block;
  }
}
footer a {
  color: #fff;
}
footer a.normal {
  font-weight: 400!important;
}
footer a:hover {
  color: #fff;
}
footer .container > .row > div:nth-child(4) a {
  margin-bottom: 20px;
  display: inline-block;
}
footer .links {
  margin-left: 5px;
}
footer .social {
  margin-top: 20px;
}
footer .social b {
  margin-top: 10px;
  display: block;
}
footer .social .links {
  width: 100%;
}
footer .social .links a {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #1e2b50;
  text-align: center;
  margin: 0 4px;
  font-size: 17px;
  background: #fff;
}
footer .social .links a i {
  vertical-align: middle;
}
.dots {
  white-space: nowrap;
  font-size: 34px;
  color: #1e2b50;
  line-height: 25px;
  font-weight: 900;
  letter-spacing: 0.24em;
  overflow: hidden;
  width: 267px;
  margin-top: -62px;
}
@media (max-width: 1200px) {
  .dots {
    width: 147px;
  }
}
@media (max-width: 992px) {
  .dots {
    display: none;
  }
}
.dots:after {
  text-shadow: 0px 0px 3px #fff;
  content: ".....................................................................................";
}
h1 {
  font-size: 70px;
  color: #1e2b50;
  line-height: 84px;
  font-weight: 900;
  margin-bottom: 53px;
}
@media (max-width: 992px) {
  h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 45px;
  color: #1e2b50;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 20px;
  }
}
h2 span {
  font-weight: 900;
}
h3 {
  color: #1e2b50;
  font-size: 25px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
header {
  padding-top: 81px;
  padding-bottom: 138px;
  background: url(../img/header.jpg) center center;
  background-size: cover;
}
header.steps {
  background: url(../img/step.jpg) center center;
  background-size: cover;
}
@media (max-width: 768px) {
  header {
    padding-top: 31px;
    padding-bottom: 68px;
  }
}
.section-2 {
  margin-top: -108px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .section-2 {
    margin-top: -47px;
  }
}
@media (max-width: 768px) {
  .section-2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .section-2 {
    margin-top: -27px;
  }
}
.section-2 .circle {
  height: 149px;
  width: 149px;
  box-shadow: 1px 1.732px 24px 0px rgba(0, 0, 0, 0.24);
  text-align: center;
  line-height: 149px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 27px;
  background: #fff;
  margin-top: -17px;
  position: relative;
}
@media (max-width: 992px) {
  .section-2 .circle {
    height: 75px;
    width: 75px;
    line-height: 75px;
  }
}
@media (max-width: 576px) {
  .section-2 .circle {
    height: 34px;
    width: 34px;
    line-height: 34px;
    margin-top: 3px;
    margin-bottom: 7px;
  }
}
.section-2 .circle img {
  vertical-align: middle;
}
@media (max-width: 992px) {
  .section-2 .circle img {
    transform: scale(0.5);
  }
}
@media (max-width: 576px) {
  .section-2 .circle img {
    transform: scale(0.25) translate(-50%, -50%);
    transform-origin: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
  }
}
.section-2 .text {
  color: #959595;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}
@media (max-width: 992px) {
  .section-2 .text {
    font-size: 14px;
    line-height: 17px;
  }
}
.section-2 .col {
  margin: auto;
}
.section-2 .col.block {
  flex: 0 0 180px;
  max-width: 180px;
  text-align: center;
}
@media (max-width: 992px) {
  .section-2 .col.block {
    flex: 0 0 105px;
    max-width: 105px;
  }
}
.section-2 .col.big.block {
  flex: 0 0 245px;
  max-width: 245px;
}
@media (max-width: 992px) {
  .section-2 .col.big.block {
    flex: 0 0 137px;
    max-width: 137px;
  }
}
.section-2 .col.big .text {
  color: #1e2b50;
  line-height: 25px;
  font-size: 20px;
}
@media (max-width: 992px) {
  .section-2 .col.big .text {
    font-size: 15px;
    line-height: 17px;
  }
}
.section-2 .col.big .circle {
  margin-top: 0;
  width: 215px;
  height: 215px;
  line-height: 215px;
  margin-bottom: 37px;
}
@media (max-width: 992px) {
  .section-2 .col.big .circle {
    height: 107px;
    width: 107px;
    line-height: 107px;
  }
}
@media (max-width: 576px) {
  .section-2 .col.big .circle {
    height: 53px;
    width: 53px;
    line-height: 53px;
    margin-bottom: 7px;
  }
}
.section-3 {
  padding-bottom: 130px;
}
@media (max-width: 768px) {
  .section-3 {
    padding-bottom: 60px;
  }
}
.section-3 h2 {
  margin-bottom: 60px;
}
.section-3 h3 {
  margin-bottom: 47px;
}
.section-3 .checks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-3 .checks li {
  padding-left: 40px;
  margin-bottom: 14px;
  position: relative;
}
.section-3 .checks li:before {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/check.png) 0 0 no-repeat;
  width: 24px;
  height: 22px;
  content: '';
  background-size: 100%;
}
.form {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .form {
    margin-bottom: 90px;
  }
}
.form h3 {
  margin-bottom: 34px;
}
.form .acceptance {
  margin-top: 35px;
}
.form .acceptance label {
  font-size: 12px;
  line-height: 18px;
  color: #727272;
}
.form .robot {
  margin-top: 160px;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .form .robot {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.btn {
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
  font-size: 20px;
  line-height: 20px;
  padding: 23px 41px;
  font-weight: 700;
  color: #1e2b50;
  font-family: 'Daxline Offc';
  letter-spacing: 0.05em;
  border-radius: 8px;
  text-align: center;
  height: auto!important;
}
@media (max-width: 576px) {
  .btn {
    padding: 15px 25px;
  }
}
.btn.btn-blue {
  color: #fff;
  background: #1e2b50;
}
p.small {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 26px;
}
a {
  color: #1e2b50;
  border-bottom: 1px solid #1e2b50;
}
p.error {
  color: red;
  margin-top: 7px;
  font-size: 12px;
  margin-left: 21px;
}
input.error {
  border-color: red;
}
.checkbox input {
  left: 0;
  top: 0;
  height: 29px;
  width: 24px;
}
/*# sourceMappingURL=style.css.map */