@font-face {
  font-family: 'Raleway Bold';
  src: url("../fonts/raleway/Raleway-Bold.eot");
  src: url("../fonts/raleway/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/Raleway-Bold.woff") format("woff"), url("../fonts/raleway/Raleway-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway Regular';
  src: url("../fonts/raleway/Raleway-Regular.eot");
  src: url("../fonts/raleway/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/Raleway-Regular.woff") format("woff"), url("../fonts/raleway/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1160px;
  margin: auto;
  padding: 0 20px;
}

.scrollable-content::-webkit-scrollbar * {
  background: transparent;
}

.scrollable-content::-webkit-scrollbar-thumb {
  background: #999 !important;
}

button:active, button:hover, button:focus {
  outline: 0;
  outline-offset: 0;
}

a:hover, button:hover {
  cursor: pointer;
}

*:focus {
  outline: none;
}

body {
  font-family: 'Raleway Regular', Arial;
}

.footer {
  background: #181818;
  padding: 30px 0;
  color: #fff;
  text-align: left;
}

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

#captcha_inp {
  background: white url("captcha.php") no-repeat 100% center;
  background-size: contain;
}

.bg {
  min-height: 600px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(26, 41, 128, 0.5)), to(rgba(38, 208, 206, 0.5))), url("img/1.jpg");
  background: linear-gradient(to right, rgba(26, 41, 128, 0.5), rgba(38, 208, 206, 0.5)), url("img/1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
}

.bg-block {
  padding: 50px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.bg-cont {
  text-align: left;
  width: 48%;
  margin: 30px 0;
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  font-family: 'Raleway Bold', Arial;
}

.bg-cont span {
  text-transform: none;
  font-size: 35px;
}

.text-center {
  text-align: center;
  height: 20px;
  background-color: #d33a3a;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.form-block {
  padding: 30px;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0px solid #003973;
  margin: 30px 0;
  background-color: rgba(6, 17, 97, 0.1);
  border-radius: 30px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.form-heading {
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  width: 100%;
}

.form-block form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-block form div {
  width: 30%;
}

.cust-input {
  height: 50px;
  margin-bottom: 15px;
  border: 0px solid #330c50;
  border-style: none none none solid;
  border-radius: 30px;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  padding-left: 15px;
  color: #000;
  font-size: 15px;
  font-family: 'Raleway Regular', Arial;
}

input::-webkit-input-placeholder {
  color: #000;
}

input:-ms-input-placeholder {
  color: #000;
}

input::-ms-input-placeholder {
  color: #000;
}

input::placeholder {
  color: #000;
}

.submit-input {
  height: 50px;
  margin-bottom: 15px;
  background-color: #414345;
  font-family: 'Raleway Regular', Arial;
  border: none;
  color: #fff;
  padding: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  text-transform: uppercase;
  border-radius: 30px;
  cursor: pointer;
  font-family: 'Raleway Bold', Arial;
}

.submit-input:hover {
  background-color: #353f49;
  color: #fff;
}

.container-text {
  background-color: #fff;
}

.container-text-cont {
  padding: 100px 0 50px 0;
}

.container-text-cont-h2 {
  margin: 0 auto;
  font-size: 30px;
  font-family: 'Raleway Bold', Arial;
  margin-bottom: 50px;
}

.container-text-cont-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container-text-cont-wrapper-text {
  margin-bottom: 50px;
  width: 100%;
  font-size: 16px;
  color: #000;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container-text-cont-wrapper-text p {
  margin: 20px 0;
}

.container-text-cont-wrapper-text-3 {
  width: 45%;
}

.container-text-cont-wrapper-text-2 {
  margin: 10px 0;
  padding-left: 25px;
  font-style: italic;
}

.container-text-cont-wrapper-text-1 {
  font-size: 50px;
  color: #000;
  margin-bottom: 25px;
  text-align: left;
  width: 45%;
}

.container-text-cont-wrapper-text-1::after {
  margin: 20px 0;
  display: block;
  width: 50px;
  height: 5px;
  content: "";
  background: #414345;
}

.container-text-cont-wrapper-text span {
  font-family: 'Raleway Bold', Arial;
}

.bg-2 {
  background-color: #fff;
  bottom: 0;
  z-index: -100;
}

@media screen and (max-width: 985px) {
  .bg-cont {
    font-size: 25px;
  }
  .bg-cont span {
    font-size: 35px;
  }
}

@media screen and (max-width: 880px) {
  .container-text-cont {
    padding-bottom: 60px;
  }
  .container-text-cont-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container-text-cont-wrapper-text {
    display: block;
    margin-bottom: 40px;
    width: 100%;
  }
  .container-text-cont-wrapper-text-1 {
    text-align: center;
    width: 100%;
  }
  .container-text-cont-wrapper-text-1::after {
    margin: 20px auto;
  }
  .container-text-cont-wrapper-text-3 {
    width: 100%;
  }
  .container-text-cont-wrapper-text:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
  .bg-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bg-cont {
    width: 100%;
    text-align: center;
    font-size: 35px;
  }
  .bg-cont span {
    font-size: 35px;
  }
  .form-block {
    width: 90%;
  }
  .form-block form div {
    width: 90%;
  }
  .cust-input {
    width: 90%;
  }
  .submit-input {
    width: 90%;
  }
}

@media screen and (max-width: 670px) {
  .bg-cont {
    font-size: 27px;
  }
  .bg-cont span {
    font-size: 33px;
  }
  .form-block {
    width: 95%;
  }
  .form-block form div {
    width: 95%;
  }
  .cust-input {
    width: 95%;
  }
  .submit-input {
    width: 95%;
  }
}

@media screen and (max-width: 550px) {
  .bg-cont {
    font-size: 20px;
  }
  .bg-cont span {
    font-size: 25px;
  }
}

@media screen and (max-width: 340px) {
  .bg-cont {
    font-size: 18px;
  }
  .bg-cont span {
    font-size: 25px;
  }
}
/*# sourceMappingURL=style.css.map */