/* Colors */
/* Values */
/* Media breakpoints */
header {
  background: #fff;
  padding: 0 30px 0 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 110px;
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  transition: 0.3s;
  box-shadow: 0 0 10px rgba(94, 94, 94, 0.1);
  border-bottom: 1px solid #ebebeb;
}
header .head-right-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  z-index: 1;
}
header.slimmer {
  height: 80px;
}
header.slimmer .head-logo {
  margin-top: 10px;
}
header.slimmer nav.navbar.navbar-light .head-main-menu li a {
  padding-top: 28px;
  padding-bottom: 28px;
}
@media only screen and (max-width: 1199px) {
  header.slimmer {
    height: 70px;
  }
}
@media only screen and (max-width: 600px) {
  header.slimmer {
    height: 60px;
  }
}
header .head-logo {
  margin-top: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  justify-self: flex-start;
  transition: 0.3s;
  background: #fff;
}
@media only screen and (max-width: 1199px) {
  header .head-logo {
    margin-top: 10px;
  }
}
header .head-logo img {
  width: auto;
  opacity: 1;
  transition: 0.3s;
}
header .head-logo img:hover {
  opacity: 0.8;
}
header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
header .navbar-toggler {
  display: none;
  height: 29px;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  header .navbar-toggler {
    display: block;
  }
}
header .navbar-toggler span {
  display: inline-block;
  position: relative;
  height: 3px;
  width: 25px;
  background: #000;
}
header .navbar-toggler span:after, header .navbar-toggler span:before {
  height: 3px;
  width: 25px;
  position: absolute;
  background: #000;
  content: "";
  left: 0;
}
header .navbar-toggler span:after {
  bottom: -7px;
}
header .navbar-toggler span:before {
  top: -7px;
}
header .navbar-toggler:hover span {
  background: #ef5949;
}
header .navbar-toggler:hover span:after, header .navbar-toggler:hover span:before {
  background: #ef5949;
}
header .head-phone {
  font-weight: 600;
  color: #000;
  margin: 0 1.5vw 0 3vw;
  display: flex;
  flex-direction: column;
}
header .head-phone a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  header .head-phone {
    margin: 0 3vw 0 25px;
  }
  header .head-phone a {
    padding-left: 0;
    margin-left: 0;
    color: black;
    border: none;
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  header .head-phone {
    margin: 0 0 0 15px;
  }
}
@media only screen and (max-width: 360px) {
  header .head-phone a {
    display: none;
  }
}
header .head-socials img {
  margin: 5px 8px;
}
header .head-socials a:hover img {
  opacity: 0.8;
}
header .head-left-box {
  z-index: 9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
header nav.navbar.navbar-light {
  margin: 0;
  border: none;
  min-height: inherit;
  background: transparent !important;
  position: unset;
}
@media only screen and (max-width: 1199px) {
  header nav.navbar.navbar-light {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 1;
        order: 1;
  }
  header nav.navbar.navbar-light .navbar-collapse {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: rgba(230, 228, 228, 0.98);
    padding-bottom: 10px;
    max-height: calc(100vh - 70px);
  }
  header nav.navbar.navbar-light .navbar-collapse.show {
    overflow: auto;
  }
}
@media only screen and (max-width: 600px) {
  header nav.navbar.navbar-light .navbar-collapse {
    top: 60px;
  }
}
header nav.navbar.navbar-light .head-main-menu {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  position: unset;
}
@media only screen and (max-width: 1199px) {
  header nav.navbar.navbar-light .head-main-menu {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 95px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  header nav.navbar.navbar-light .head-main-menu {
    padding-top: 69px;
  }
}
header nav.navbar.navbar-light .head-main-menu li {
  list-style: none;
  padding: 0 5px;
}
@media only screen and (max-width: 1199px) {
  header nav.navbar.navbar-light .head-main-menu li {
    padding: 0;
  }
}
header nav.navbar.navbar-light .head-main-menu li a {
  padding: 35px 13px;
  text-decoration: none;
  font-size: 1.05em;
  position: relative;
  font-weight: 500;
  transition: 0.3s;
  color: #000;
  display: block;
}
header nav.navbar.navbar-light .head-main-menu li a:after {
  display: none;
}
@media only screen and (max-width: 1500px) {
  header nav.navbar.navbar-light .head-main-menu li a {
    padding: 45px 9px;
  }
}
@media only screen and (max-width: 1300px) {
  header nav.navbar.navbar-light .head-main-menu li a {
    padding: 45px 6px;
  }
}
@media only screen and (max-width: 1199px) {
  header nav.navbar.navbar-light .head-main-menu li a {
    padding: 8px 15px !important;
    color: #000 !important;
    font-weight: 600;
  }
}
@media only screen and (max-width: 768px) {
  header nav.navbar.navbar-light .head-main-menu li a {
    padding: 7px 15px;
  }
}
header nav.navbar.navbar-light .head-main-menu li a:hover {
  color: #125694;
}
header nav.navbar.navbar-light .head-main-menu li:last-child a {
  padding-right: 0;
}
header nav.navbar.navbar-light .head-main-menu li.active a {
  color: #125694 !important;
  font-weight: 700;
}
header nav.navbar.navbar-light .head-main-menu li.menu-separator {
  position: relative;
  padding: 0 30px;
}
header nav.navbar.navbar-light .head-main-menu li.menu-separator:after {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 55px;
  top: 50%;
  background: #bfbfbf;
  content: "";
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1500px) {
  header nav.navbar.navbar-light .head-main-menu li.menu-separator {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1500px) {
  header {
    padding: 0 25px;
  }
  header .head-phone img {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  header {
    height: 70px;
    padding: 0;
    position: fixed;
    width: 100%;
  }
  header .navbar {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 600px) {
  header {
    height: 60px;
  }
  header .head-phone img {
    margin-right: 10px;
  }
  header .head-logo img {
    width: 100px;
  }
  header .head-socials {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 480px) {
  header .head-socials {
    display: none;
  }
  header .head-phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    font-size: 0.8em;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  header .head-phone img {
    margin-right: 0;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
  }
}

.subpage header .head-logo {
  padding: 8px;
}

footer {
  background: #ecf1f7;
  position: relative;
  background-repeat: no-repeat;
  margin-top: 50px;
  padding-bottom: 100px;
}
footer .container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
}
footer .footer-socials {
  margin-bottom: 20px;
}
footer .footer-socials a {
  padding: 5px 12px;
  display: inline-block;
}
footer .footer-socials a:hover img {
  opacity: 0.7;
}
footer a {
  color: #125694;
  margin-bottom: 6px;
  display: block;
}
footer p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 0.95em;
}
footer p.fb a {
  color: #000;
  margin-bottom: 0;
}
footer .address {
  font-weight: 500;
}
footer .phone {
  font-size: 1.8em;
  font-weight: 800;
}
footer .floated-img {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1199px) {
  footer .floated-img {
    width: 100px;
  }
}

.top-slider {
  padding-top: 90px;
  height: 39vw;
}
@media only screen and (max-width: 1199px) {
  .top-slider {
    height: 450px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .top-slider {
    height: 550px;
  }
}
.top-slider .carousel {
  height: 100%;
}
.top-slider .carousel-inner {
  position: relative;
  height: 100%;
}
.top-slider .carousel-item {
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .top-slider .carousel-item img {
    width: auto !important;
    height: auto;
    max-height: 105%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-slider .carousel-item .carousel-caption .button img {
    width: 7px !important;
    transform: none;
    position: relative;
    left: 0;
    min-width: inherit;
    min-height: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .top-slider .carousel-item img {
    left: 0;
    right: inherit;
  }
}
.top-slider .carousel-item .floated-image {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  max-width: 760px;
  width: 40vw;
}
@media only screen and (max-width: 1199px) {
  .top-slider .carousel-item .floated-image {
    min-width: inherit;
    min-height: inherit;
    transform: none;
    top: inherit;
    width: 350px !important;
    left: 30px;
    bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .top-slider .carousel-item .floated-image {
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
  }
}
.top-slider .carousel-caption {
  color: #fff;
  text-align: center;
  background: rgba(236, 1, 12, 0.7);
  left: 0;
  right: inherit;
  width: 45%;
  height: 100%;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .top-slider .carousel-caption {
    width: 100%;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .top-slider .carousel-caption {
    padding-top: 105px;
  }
}
@media only screen and (max-width: 600px) {
  .top-slider .carousel-caption {
    padding-top: 90px;
  }
}
.top-slider .carousel-caption .caption-box {
  max-width: 540px;
  padding-right: 80px;
  text-align: left;
}
@media only screen and (max-width: 1500px) {
  .top-slider .carousel-caption .caption-box {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .top-slider .carousel-caption .caption-box {
    width: 100%;
    text-align: center;
    max-width: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .top-slider .carousel-caption .caption-box {
    padding: 0 30px;
  }
}
.top-slider .carousel-caption .caption-box h2 {
  font-size: 3.3em;
  position: relative;
  line-height: 1.1em;
  font-weight: 700;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.top-slider .carousel-caption .caption-box h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 190px;
  background: #fff;
  content: "";
}
@media only screen and (max-width: 1199px) {
  .top-slider .carousel-caption .caption-box h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1500px) {
  .top-slider .carousel-caption .caption-box h2 {
    font-size: 2.5em;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .top-slider .carousel-caption .caption-box h2 {
    font-size: 2em;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.top-slider .carousel-caption .caption-box h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 300;
  letter-spacing: 2px;
}
.top-slider .carousel-caption .caption-box h3 strong {
  font-weight: 600;
}
.top-slider .carousel-caption .caption-box .button {
  margin-top: 20px;
}
.top-slider .carousel-indicators {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  z-index: 15;
  width: 20px;
  display: -ms-flexbox;
  -ms-flex-direction: column;
      flex-direction: column;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
}
@media only screen and (max-width: 1300px) {
  .top-slider .carousel-indicators {
    left: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .top-slider .carousel-indicators {
    left: 15px;
  }
}
.top-slider .carousel-indicators li {
  width: 9px;
  border-radius: 20px;
  margin: 8px 0;
  border: none;
  height: 9px;
  background-color: #fff;
  opacity: 1;
}
.top-slider .carousel-indicators li.active {
  background: #ef5949;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.condensed {
  font-family: "Roboto Condensed", sans-serif;
}

#content .container, footer .container, header .container, .hp-caption .container, .paginator .container {
  max-width: 1300px;
}
@media only screen and (max-width: 1300px) {
  #content .container, footer .container, header .container, .hp-caption .container, .paginator .container {
    max-width: 992px;
  }
}
@media only screen and (max-width: 992px) {
  #content .container, footer .container, header .container, .hp-caption .container, .paginator .container {
    max-width: 768px;
  }
}

.paginator {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  padding-top: 45px;
}
@media only screen and (max-width: 768px) {
  .paginator {
    padding-bottom: 0;
  }
}
.paginator ul {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  font-size: 0.9em;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .paginator ul {
    margin-bottom: 40px;
  }
}
.paginator ul li {
  list-style: none;
  padding: 0 8px;
  color: #000;
}
.paginator ul li img {
  margin-right: 20px;
  position: relative;
  top: -2px;
}
.paginator ul li a {
  text-decoration: none;
  color: #000;
}
.paginator ul li a:hover {
  text-decoration: underline;
}
.paginator ul li.active {
  color: #125694;
  font-weight: 600;
}

#content {
  padding-top: 80px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  #content {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #content {
    padding-top: 40px;
  }
}
#content h3 {
  font-size: 1.8em;
  font-weight: 700;
  color: #000;
}
#content h2 {
  font-size: 1.9em;
  font-weight: 700;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #content h2 {
    font-size: 1.5em;
    margin-bottom: 45px;
  }
}
#content embed {
  max-width: 100%;
}
#content embed image {
  max-width: 100%;
}
#content section {
  padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
  #content section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 480px) {
  #content section {
    padding: 40px 0;
  }
}
#content section#hp-news {
  padding-top: 10px;
  overflow: hidden;
}
#content section#hp-news .news-item {
  padding: 0 25px;
}
@media only screen and (max-width: 992px) {
  #content section#hp-news .news-item {
    max-width: 400px;
    margin: 0 auto 40px auto;
  }
}
#content section#hp-news .news-item .image-box {
  /*height: 245px;*/
  height: 150px;
  overflow: hidden;
  position: relative;
  /*max-width: 385px;*/
  max-width: 220px;
  margin: 0 auto 30px auto;
}
#content section#hp-news .news-item .image-box img {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-height: 102%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#content section#hp-news .news-item .date {
  font-size: 0.82em;
  color: #125694;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 7px;
}
#content section#hp-news .news-item h3 {
  font-size: 1.52em;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 30px;
}
#content section#hp-news .news-item p {
  color: #707070;
  font-size: 1em;
}
#content p {
  line-height: 1.62em;
  font-size: 0.92em;
}
#content p.stronger {
  font-weight: 500;
  color: #000;
}
#content .hp-caption {
  /*height: 690px;*/
  position: relative;
  overflow: hidden;
}
#content .hp-caption .container {
  position: relative;
  height: 100%;
}
#content .hp-caption .hp-caption-img {
  /*position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);*/
}
#content .hp-caption .hp-caption-overlay {
  width: 100%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  left: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 50px;
  font-family: "Roboto Condensed", sans-serif;
}
#content .hp-caption .hp-caption-overlay .inner-box {
  max-width: 635px;
  color: #fff;
  padding-right: 70px;
  width: 100%;
}
#content .hp-caption .hp-caption-overlay .inner-box img {
  width: auto;
  margin-bottom: 50px;
}
#content .hp-caption .hp-caption-overlay .inner-box h1 {
  font-weight: 600;
  font-size: 3.6em;
  margin-bottom: 5px;
  max-width: 560px;
  text-shadow: 3px 3px 2px rgba(109, 109, 109, 0.74);
  line-height: 1.3em;
}
#content .hp-caption .hp-caption-overlay .inner-box p {
  font-size: 2.2em;
}
@media only screen and (max-width: 1300px) {
  #content .hp-caption .hp-caption-overlay {
    padding: 50px 15px 0 15px;
  }
}
@media only screen and (max-width: 992px) {
  #content .hp-caption .hp-caption-overlay {
    /*width: 60%;*/
  }
  #content .hp-caption .hp-caption-overlay h1 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 768px) {
  #content .hp-caption .hp-caption-overlay {
    display: none;
    width: 100%;
    opacity: 0.9;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 0;
    left: 0;
  }
  #content .hp-caption .hp-caption-overlay .inner-box {
    padding: 0;
  }
  #content .hp-caption .hp-caption-overlay .inner-box h1 {
    max-width: inherit;
  }
  #content .hp-caption .hp-caption-overlay .inner-box p {
    max-width: inherit;
    margin: 0;
    font-size: 1.8em;
    line-height: 1.1em;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #content .hp-caption .hp-caption-overlay .inner-box h1 {
    font-size: 2.4em;
  }
}
#content .hp-claim {
  background: url(../../images/hp-claim-overlay.jpg) center no-repeat;
  color: #fff;
  position: relative;
  height: 590px;
  overflow: hidden;
}
#content .hp-claim p {
  font-size: 1.4em;
  font-family: "Roboto Condensed", sans-serif;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 60px 0;
  z-index: 1;
  font-weight: 300;
  position: relative;
}
#content .hp-claim .hp-claim-symbol {
  position: absolute;
  right: 70px;
  bottom: 0;
  z-index: 0;
}
@media only screen and (max-width: 1199px) {
  #content .hp-claim .hp-claim-symbol {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  #content .hp-claim {
    height: auto;
    padding: 70px 0;
  }
  #content .hp-claim p {
    font-size: 1.2em;
    padding: 0 10px;
    margin-bottom: 50px;
  }
}
#content #hp-intro .button {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #content #hp-intro {
    padding-top: 0;
  }
}
#content #hp-intro embed {
  width: 100%;
}
#content #hp-services {
  text-align: center;
}
#content #hp-services .container {
  margin-top: -310px;
}
@media only screen and (max-width: 992px) {
  #content #hp-services .container {
    margin-top: 0;
  }
}
#content #hp-services h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 40px 0;
  color: #000;
}
@media only screen and (max-width: 768px) {
  #content #hp-services h3 {
    font-size: 1.3em;
    margin: 25px 0;
  }
}
#content #hp-services .service-tile {
  padding: 0;
}
#content #hp-services .service-tile h2 {
  position: relative;
  top: 50%;
  display: inline-block;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2em;
  width: auto;
  font-family: "Roboto Condensed", sans-serif;
}
#content #hp-services .service-tile h2:after {
  width: 100%;
  position: absolute;
  height: 10px;
  background: #eb7636;
  bottom: -12px;
  content: "";
  left: 0;
}
#content #hp-services .service-tile p {
  color: #454545;
  line-height: 1.8em;
  padding: 0 20px;
}
#content #hp-services .service-tile.blue h2:after {
  background: #21bcec;
}
#content #hp-services .service-tile.yellow h2:after {
  background: #dec72b;
}
#content #hp-services .service-tile.blue .arrow-list li:before {
  background: url("../../images/arrow-blue.png") no-repeat center;
}
#content #hp-services .service-tile.red h2:after {
  background: #ef5949;
}
#content #hp-services .service-tile.red .arrow-list li:before {
  background: url("../../images/arrow-red.png") no-repeat center;
}
#content #hp-services .service-tile.yellow .arrow-list li:before {
  background: url("../../images/arrow-yellow.png") no-repeat center;
}
@media only screen and (max-width: 992px) {
  #content #hp-services .service-tile {
    margin-bottom: 60px;
  }
  #content #hp-services .service-tile .service-image-box {
    margin-bottom: 30px;
  }
}
#content #hp-services .service-image-box {
  height: 380px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}
#content #hp-services .service-image-box .service-image {
  /*width: 100%;*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #content #hp-services .service-image-box {
    height: 300px;
  }
}
@media only screen and (max-width: 992px) {
  #content #hp-services .service-image-box .service-image {
    width: 100%;
  }
}
#content h2.separating {
  font-size: 2.3em;
  text-align: center;
  background: #fff;
  padding: 3px 25px;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 85px;
}
#content h2.separating:before {
  width: 99vw;
  height: 1px;
  background: #c6c6c6;
  position: absolute;
  top: 25px;
  left: 50%;
  content: "";
  z-index: -1;
  transform: translateX(-50%);
}
#content h2.separating:after {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  content: "";
  width: 100%;
  height: 40px;
  z-index: -1;
}
#content ul.arrow-list {
  padding: 0;
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.12em;
}
#content ul.arrow-list li {
  position: relative;
  list-style: none;
  padding: 3px 0 3px 38px;
  text-align: left;
}
#content ul.arrow-list li:before {
  width: 14px;
  height: 9px;
  content: "";
  background: url("../../images/arrow-orange.png") no-repeat center;
  left: 10px;
  top: 12px;
  position: absolute;
}
#content .map-box {
  width: 100%;
}

strong {
  font-weight: 700;
}

.photo-wrap {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.photo-wrap img {
  position: absolute;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-height: 110%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .photo-wrap {
    margin-bottom: 40px;
  }
  .photo-wrap img {
    max-height: inherit;
  }
}
@media only screen and (max-width: 480px) {
  .photo-wrap {
    height: 300px;
  }
}

.m-top {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .m-top {
    margin-top: 30px;
  }
}

.table-responsive {
  width: 100%;
  margin: 60px 0;
  overflow: auto;
  border: none;
}
.table-responsive table {
  width: 100%;
  font-size: 0.95em;
  background: #fff;
  min-width: 500px;
  border: 1px solid #ebf1f7;
}
.table-responsive table tr th {
  background: #ebf1f7;
  font-weight: 700;
}
.table-responsive table tr th, .table-responsive table tr td {
  padding: 18px 25px;
  border-bottom: 1px solid #ebf1f7;
}
.table-responsive table tr td {
  color: #707070;
}
@media only screen and (max-width: 768px) {
  .table-responsive {
    margin: 30px 0;
  }
  .table-responsive table tr th, .table-responsive table tr td {
    padding: 15px 20px;
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 992px) {
  .tablet-margin {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .tablet-margin.top {
    margin-top: 50px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-margin {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-margin.top {
    margin-top: 50px;
    margin-bottom: 0;
  }
}

.right-border {
  border-right: 1px solid #ef5949;
}
@media only screen and (max-width: 992px) {
  .right-border {
    border: none;
  }
}

.left-box-distance {
  padding-right: 70px;
}
@media only screen and (max-width: 992px) {
  .left-box-distance {
    padding-right: 15px;
  }
}

.right-box-distance {
  padding-left: 70px;
}
@media only screen and (max-width: 992px) {
  .right-box-distance {
    padding-left: 15px;
  }
}

.button {
  display: inline-block;
  padding: 19px 30px;
  border: 1px solid #0e77bf;
  background: #125694;
  color: #fff;
  font-size: 0.9em;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 700;
  width: 200px;
}
.button:before {
  position: absolute;
  width: 32px;
  height: 9px;
  background: url("../../images/arrow-button.png") no-repeat;
  content: "";
  left: -17px;
  transition: 0.3s;
  top: 25px;
}
.button img {
  transition: 0.3s;
  margin-right: 7px;
}
.button:hover {
  background: #0e77bf;
  text-decoration: none;
  color: #fff;
}
.button:hover:before {
  left: -10px;
}
.button:focus {
  outline: none;
}
.button .grey-bg {
  background: #f2f4f7;
}
.button .contacts-list {
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .button .contacts-list {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .button .contacts-list {
    margin-bottom: 10px;
  }
}
.button .contacts-list .contact-box {
  padding: 60px 40px 60px 90px;
  font-size: 1.1em;
}
.button .contacts-list .contact-box.no-bottom-padding {
  padding-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .button .contacts-list .contact-box {
    padding: 60px 50px 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .button .contacts-list .contact-box {
    padding: 40px 30px 0 30px;
  }
}

.subpage {
  padding-top: 108px;
}
@media only screen and (max-width: 1199px) {
  .subpage {
    padding-top: 60px;
  }
}
.subpage #content h1 {
  font-size: 2.3em;
  font-weight: 700;
  margin-bottom: 60px;
  font-family: "Roboto Condensed", sans-serif;
}
@media only screen and (max-width: 768px) {
  .subpage #content h1 {
    margin-bottom: 40px;
  }
}
.subpage #content h2 {
  font-size: 1.8em;
  margin-top: 0;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .subpage #content h2 {
    margin-bottom: 30px;
  }
}
.subpage #content h3 {
  font-size: 1.65em;
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: "Roboto Condensed", sans-serif;
}
@media only screen and (max-width: 768px) {
  .subpage #content h3 {
    margin-bottom: 18px;
    margin-top: 30px;
  }
}
.subpage #content h5 {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .subpage #content h5 {
    margin-bottom: 20px;
  }
}
.subpage #content .blue {
  color: #125694;
}
.subpage #content a {
  color: #125694;
}
.subpage #content p {
  margin-bottom: 30px;
  color: #707070;
  line-height: 2em;
  font-weight: 400;
}
.subpage #content .two-columns {
  column-count: 2;
  column-gap: 70px;
}
@media only screen and (max-width: 768px) {
  .subpage #content .two-columns {
    column-count: 1;
    column-gap: 0;
  }
}

.contact-form-block {
  padding: 20px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 992px) {
  .contact-form-block {
    height: auto;
    margin-bottom: 70px;
    margin-top: 40px;
  }
}
.contact-form-block .contact-form-content {
  margin: 0 auto;
}
.contact-form-block .contact-form-content .button {
  margin-left: 10px;
  margin-top: 20px;
  font-size: 1em;
}
.contact-form-block .contact-form-content input, .contact-form-block .contact-form-content textarea {
  background: #fff;
  border: 1px solid #dedede;
  transition: 0.3s;
  color: #000;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 0.95em;
  width: 294px;
  padding: 16px 25px;
  margin-right: 20px;
}
.contact-form-block .contact-form-content input:focus, .contact-form-block .contact-form-content textarea:focus {
  border-color: #125694;
  outline: none;
}
.contact-form-block .contact-form-content input::-webkit-input-placeholder, .contact-form-block .contact-form-content textarea::-webkit-input-placeholder {
  color: #000;
}
.contact-form-block .contact-form-content input::-moz-placeholder, .contact-form-block .contact-form-content textarea::-moz-placeholder {
  color: #000;
}
@media only screen and (max-width: 992px) {
  .contact-form-block .contact-form-content input, .contact-form-block .contact-form-content textarea {
    width: 100%;
  }
}
.contact-form-block .contact-form-content textarea {
  min-height: 202px;
  margin-top: 25px;
  width: 100%;
  margin-right: 0;
  max-width: 1190px;
}

.subpage-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  position: relative;
  height: 155px;
  background: url("../../images/subpage-head-bg.jpg") right center no-repeat;
  overflow: hidden;
}
.subpage-head ul {
  margin: 0 auto;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 750px;
}
.subpage-head ul li {
  list-style: none;
  font-size: 1.4em;
  color: #fff;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}
.subpage-head ul li:after {
  width: 100%;
  position: absolute;
  height: 5px;
  background: #eb7636;
  bottom: -4px;
  content: "";
  left: 0;
}
.subpage-head ul li.blue:after {
  background: #21bcec;
}
.subpage-head ul li.red:after {
  background: #ef5949;
}
.subpage-head ul li.yellow:after {
  background: #dec72b;
}
@media only screen and (max-width: 1300px) {
  .subpage-head ul {
    max-width: 600px;
  }
}
@media only screen and (max-width: 992px) {
  .subpage-head {
    height: 220px;
    background-size: cover;
  }
  .subpage-head ul {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-top: -10px;
  }
  .subpage-head ul li {
    margin: 8px 0;
  }
}
@media only screen and (max-width: 480px) {
  .subpage-head {
    height: 300px;
  }
}
.subpage-head .floated-img {
  position: absolute;
  right: 4vw;
  bottom: 0;
}
@media only screen and (max-width: 1500px) {
  .subpage-head .floated-img {
    width: 150px;
    right: 20px;
  }
}

.flash-container .flash {
  width: 100%;
  background: #125694;
  color: #fff;
  padding: 15px 25px;
  margin-bottom: 35px;
}