@charset "UTF-8";

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?57479834");
  src: url("../font/fontello.eot?57479834#iefix") format("embedded-opentype"), url("../font/fontello.woff2?57479834") format("woff2"), url("../font/fontello.woff?57479834") format("woff"), url("../font/fontello.ttf?57479834") format("truetype"), url("../font/fontello.svg?57479834#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'fontello';
      src: url('../font/fontello.svg?57479834#fontello') format('svg');
    }
  }
  */
[class^="fa-"]:before,
[class*=" fa-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.fa-ok:before {
  content: '\e800';
}

/* '' */
* {
  font-family: "Roboto", sans-serif;
  outline: none;
  box-sizing: border-box;
}

*:after,
*:before {
  outline: none;
  box-sizing: border-box;
}

::selection {
  background: #084677;
  color: #fff;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  min-height: 100vh;
  background-image: url(../img/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

html,
body {
  overflow-x: hidden;
  position: relative;
  margin: 0;
}

h1 {
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: 900;
  font-size: 46px;
  letter-spacing: -0.15px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1650px) {
  h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1450px) {
  h1 {
    font-size: 35px;
  }
}

h1 img {
  margin-left: 24px;
  height: auto;
}

@media screen and (max-width: 1450px) {
  h1 img {
    width: 180px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 400;
    margin-bottom: 40px;
  }

  h1 img {
    display: block;
    margin: 1rem auto 2rem;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  margin-top: 0;
  font-weight: 400;
  font-size: 31px;
  margin-bottom: 22px;
}

@media screen and (max-width: 1650px) {
  h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1450px) {
  h2 {
    font-size: 25px;
  }
}

ul {
  margin-top: 0;
  list-style: none;
  padding-left: 35px;
}

@media screen and (max-width: 1450px) {
  ul {
    font-size: 30px;
  }
}

ul li {
  position: relative;
  font-size: 19px;
  line-height: 36px;
}

@media screen and (max-width: 1650px) {
  ul li {
    font-size: 18.5px;
    line-height: 32px;
  }
}

@media screen and (max-width: 1450px) {
  ul li {
    font-size: 16.5px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  ul li {
    font-size: 16.5px;
    line-height: 28px;
  }
}

@media screen and (max-width: 480px) {
  ul li {
    font-size: 12.5px;
  }
}

ul li:before {
  font-family: 'fontello';
  content: '\e800';
  position: absolute;
  left: -32px;
  font-size: 26px;
  top: 4px;
  color: #FF6101;
}

@media screen and (max-width: 1650px) {
  ul li:before {
    font-size: 20px;
    top: 0px;
  }
}

@media screen and (max-width: 1450px) {
  ul li:before {
    font-size: 18px;
    top: 1px;
  }
}

#page {
  padding-left: 106px;
  position: relative;
  max-width: 1155px;
  padding-right: 106px;
}

@media screen and (min-width: 2000px) {
  #page {
    left: 7vw;
  }
}

@media screen and (max-width: 1650px) {
  #page {
    padding-left: 56px;
    max-width: 1025px;
  }
}

@media screen and (max-width: 1450px) {
  #page {
    padding-left: 30px;
    max-width: 884px;
  }
}

@media screen and (max-width: 991px) {
  #page {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  #page {
    padding: 1rem 15px 1rem;
  }

  #page article {
    margin-bottom: 40px;
  }
}

.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #d24f00;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  animation: spin 2s linear infinite;
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#header {
  margin-top: 20px;
  margin-bottom: 4vh;
}

@media screen and (max-width: 1650px) {
  #header {
    margin-bottom: 5vh;
  }
}

@media screen and (max-width: 1450px) {
  #header {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  #header {
    margin-bottom: 30px;
  }
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .nav img {
    width: 170px;
  }
}

#phone_number_btn {
  font-size: 24px;
  text-decoration: none;
  color: #084677;
  margin-right: 100px;
  font-weight: 900;
}

@media screen and (max-width: 1650px) {
  #phone_number_btn {
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  #phone_number_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FF6101;
    color: #fff;
    text-align: center;
    padding: .5rem .8rem;
    font-weight: 400;
    font-size: 2rem;
    z-index: 9;
  }
}

.text-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.text-gray-light {
  color: #EFEFEF;
}

.bg-gray-light {
  background-color: #EFEFEF;
}

.text-gray {
  color: #DEDEDE;
}

.bg-gray {
  background-color: #DEDEDE;
}

.text-blue {
  color: #084677;
}

.bg-blue {
  background-color: #084677;
}

.text-orange {
  color: #FF6101;
}

.bg-orange {
  background-color: #FF6101;
}

.text-black {
  color: #333333;
}

.bg-black {
  background-color: #333333;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  background-color: #FF6101;
  border-radius: 0;
  border: none;
  padding: 16px 58px;
  font-size: 24.5px;
  color: white;
  position: relative;
  top: 42px;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 1450px) {
  .btn {
    margin-top: -30px;
    padding: 12px 45px;
    font-size: 22.5px;
    top: 32px;
  }
}

.btn:hover,
.btn:focus,
.btn:disabled {
  background-color: #cd4d00;
}

form {
  position: relative;
  margin-top: 42px;
  width: 844px;
  max-width: 100%;
  background-color: #084677;
  padding-left: 30px;
  padding-top: 37px;
  padding-right: 30px;
  margin-bottom: 68px;
}

article {
  position: relative;
}

@media (max-width: 991.98px) {
  article {
    padding-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  article {
    padding-bottom: 1rem;
  }
}

a.more {
  position: absolute;
  left: 2rem;
  font-size: .8rem;
  margin-top: .5rem;
  color: #000;
  text-decoration: none;
  bottom: -30px;
}

a.more:hover {
  color: #cd4d00;
}

@media screen and (max-width: 1650px) {
  form {
    margin-top: 32px;
    padding-top: 30px;
    width: 764px;
  }
}

@media screen and (max-width: 1450px) {
  form {
    margin-top: 20px;
    padding-top: 20px;
    width: 604px;
    margin-bottom: 55px;
  }
}

form+p {
  font-size: 12px;
  width: 844px;
  max-width: 100%;
  line-height: 1.1em;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
}

@media screen and (max-width: 1650px) {
  form+p {
    width: 764px;
  }
}

@media screen and (max-width: 1450px) {
  form+p {
    width: 604px;
  }
}

form .error-block {
  display: block;
  color: #FF6101;
  font-size: 0.9rem;
  margin-top: .4rem;
}

form .success-block {
  width: 100%;
  display: block;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 20px;
  background: #18b734;
  padding: 15px 0;
}

form .error-block-mail {
  width: 100%;
  display: block;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 20px;
  background: #de3c3c;
  padding: 15px 0;
}

@media screen and (max-width: 991px) {
  form {
    display: none;
  }
}

.form-group {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1650px) {
  .form-group {
    margin-bottom: 15px;
  }
}

.form-group .column {
  flex: 0 0 50%;
}

.form-group .column+.column {
  padding-left: 20px;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 17.5px;
  line-height: 1.5em;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0rem;
  font-weight: 300;
}

@media screen and (max-width: 1650px) {
  .form-control {
    height: 45px;
    font-size: 14.5px;
  }
}

@media screen and (max-width: 1450px) {
  .form-control {
    height: 40px;
  }
}

.form-control+.form-control {
  margin-left: 20px;
}

@media screen and (max-width: 1650px) {
  .form-control+.form-control {
    margin-left: 15px;
  }
}

.checkbox {
  padding-left: 40px;
  margin-bottom: 20px;
  margin-top: 33px;
  line-height: 1.2em;
}

@media screen and (max-width: 1650px) {
  .checkbox {
    margin-bottom: 10px;
    margin-top: 0;
  }
}

@media screen and (max-width: 1450px) {
  .checkbox {
    padding-left: 30px;
  }
}

.checkbox input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox input[type="checkbox"]:checked~label:after {
  opacity: 1;
}

.checkbox input[type="checkbox"]~label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.5em;
}

@media screen and (max-width: 1450px) {
  .checkbox input[type="checkbox"]~label {
    font-size: 11.8px;
    line-height: 1.5em;
  }
}

.checkbox input[type="checkbox"]~label:before {
  position: absolute;
  top: -4px;
  left: -38px;
  display: block;
  width: 22px;
  height: 22px;
  pointer-events: none;
  content: "";
  background-color: #fff;
}

@media screen and (max-width: 1450px) {
  .checkbox input[type="checkbox"]~label:before {
    top: -3px;
    left: -29px;
    width: 18px;
    height: 18px;
  }
}

.checkbox input[type="checkbox"]~label:after {
  position: absolute;
  top: -4px;
  left: -38px;
  display: flex;
  width: 22px;
  height: 22px;
  font-family: "fontello";
  content: '\e800';
  color: #084677;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 1450px) {
  .checkbox input[type="checkbox"]~label:after {
    font-size: 14px;
    top: -3px;
    left: -29px;
    width: 18px;
    height: 18px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#product {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  margin: 0;
  z-index: -1;
  pointer-events: none;
}

#product img {
  height: 100%;
  margin-left: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  #product {
    display: none;
  }
}

.img-mobile {
  display: none;
}

@media (max-width: 991.98px) {
  .img-mobile {
    display: block;
    text-align: center;
  }

  .img-mobile img {
    max-width: 75%;
  }
}

@media (max-width: 767.98px) {
  .img-mobile img {
    max-width: 100%;
  }
}