@font-face {
  font-family: Centrano;_light;
  src: url(../../media/fonts/Jost-Light.woff2) format("woff2"), url(../../media/fonts/Jost-Light.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}
html {
  scroll-behavior: smooth
}
.width760px {
  width: 760px;
}
.font_light {
  font-family: Centrano;_light;
}
.rez_white_btn {
  background: white;
  color: #00a8e8;
  margin-top: 24px !important;
}
.rez_white_btn:hover {
  background: #05365E;
  color: #fff;
}
.col-lg-7 p {
  margin-top: 10px;
}
h2 {
  line-height: 36px !important;
}
.headerSubPages h1 {
  margin-top: 25px;
}
.show_Tablet {
  display: none;
}
.textRight {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .hide_Tablet {
    display: none;
  }
  .show_Tablet {
    display: block;
  }
  .col-lg-7 .show_Tablet {
    text-align: center;
    margin-top: 15px;
  }
  .center_Tablet {
    text-align: center;
  }
}
@media only screen and (max-width: 940px) {
  .row br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .headerSubPages .space-md {
    display: none;
  }
  .headerSubPages h1 {
    margin: 36px 0 28px;
    line-height: 42px !important;
  }
  .rez_white_btn {
    display: initial;
    padding: 12px 28px;
  }
  .center_Tablet {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .width760px {
    width: 100%;
    padding-top: 20px !important;
  }
  .headerSubPages h1 {
    margin: 70px 0 28px;
    line-height: 34px !important;
    font-size: 26px !important;
  }
}