@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,700|Roboto:400,700");
@font-face {
  font-family: "WienLight";
  src: url("fonts/WienLight.woff2") format("woff2"), url("fonts/WienLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
html {
  background: #fff;
  color: #353d48;
  font-size: 15px;
  font-family: "Roboto Condensed", sans-serif;
}

.price {
  position: relative;
  color: #f1592a;
  font-weight: bold;
  font-size: 24px;
  white-space: nowrap;
}
.price sup {
  position: relative;
  top: -2px;
  left: 2px;
  font-size: 0.55em;
  font-weight: normal;
}
.price .currency {
  position: relative;
  font-size: 0.65em;
  font-weight: normal;
}

.price-old {
  position: relative;
  display: inline-block;
  color: #353d48;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}
.price-old:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 85%;
  transform: rotate(-12deg);
  border-top: solid 1px #353d48;
}
.price-old sup {
  position: relative;
  top: -2px;
  left: 2px;
  font-size: 0.55em;
  font-weight: normal;
}
.price-old .currency {
  position: relative;
  font-weight: normal;
  font-size: 0.65em;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.container, .footer .footer-line-2, .footer .footer-line-1 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container, .footer .footer-line-2, .footer .footer-line-1 {
    width: auto;
    padding: 0 10px;
  }
  .container.no-padding, .footer .no-padding.footer-line-2, .footer .no-padding.footer-line-1 {
    padding: 0;
  }
}
.container.inner-page, .footer .inner-page.footer-line-2, .footer .inner-page.footer-line-1 {
  margin: 0 auto 20px auto;
}

.header {
  position: relative;
  height: 180px;
  background: url("../images/site-background-cloud-inner.jpg") no-repeat center top;
}
.header.home {
  margin-bottom: 50px;
  height: 820px;
  background: url("../images/site-background-cloud.jpg") no-repeat center top;
}
.header .header-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 100;
}
@media (max-width: 1285px) {
  .header .header-content {
    width: auto;
    padding: 0 40px 0 10px;
  }
}
.header .header-content .menu-line {
  position: relative;
  top: 37px;
  margin-left: 30px;
  height: 80px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  background: #fff url("../images/menu-line-phones.png") no-repeat right 20px center;
}
.header .header-content .menu-line:before {
  position: absolute;
  content: "";
  left: -30px;
  top: -17px;
  width: 115px;
  height: 115px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  background: #fff;
  z-index: 1;
}
.header .header-content .menu-line:after {
  position: absolute;
  content: "";
  left: 65px;
  top: 0;
  width: 30px;
  height: 100%;
  background: #fff;
  z-index: 2;
}
.header .header-content .menu-line .logo {
  position: absolute;
  left: -10px;
  top: -17px;
  z-index: 3;
}
.header .header-content .menu-line .logo:after {
  position: absolute;
  content: attr(title);
  top: 35px;
  left: 100%;
  padding-left: 15px;
  color: #f1592a;
  text-transform: uppercase;
  font-size: 36px;
  font-family: "WienLight", sans-serif;
}
@media (max-width: 480px) {
  .header .header-content .menu-line .logo:after {
    top: 22px;
  }
}
.header .header-content .menu-line .main-menu {
  position: relative;
  height: 80px;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .header .header-content .menu-line .main-menu {
    padding-top: 20px;
  }
}
.header .header-content .menu-line .main-menu .menu-mobile {
  display: none;
  position: relative;
  left: 50%;
  font-size: 28px;
  color: #333;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 1024px) {
  .header .header-content .menu-line .main-menu .menu-mobile {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .header .header-content .menu-line .main-menu .menu-mobile {
    left: 85%;
  }
}
@media (max-width: 600px) {
  .header .header-content .menu-line .main-menu .menu-mobile {
    left: 78%;
  }
}
@media (max-width: 480px) {
  .header .header-content .menu-line .main-menu .menu-mobile {
    left: 100px;
    top: 20px;
  }
}
.header .header-content .menu-line .main-menu .menu-mobile .fa-times {
  display: none;
}
.header .header-content .menu-line .main-menu .menu-mobile .fa-bars {
  display: inline-block;
}
.header .header-content .menu-line .main-menu .menu-mobile.mobile .fa-bars {
  display: none !important;
}
.header .header-content .menu-line .main-menu .menu-mobile.mobile .fa-times {
  display: inline-block !important;
}
.header .header-content .menu-line .main-menu .menu-mobile:after {
  position: absolute;
  content: attr(title);
  left: 32px;
  top: 10px;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 1024px) {
  .header .header-content .menu-line .main-menu .menu {
    display: block;
    position: absolute;
    top: 77px;
    left: 0;
    width: 100%;
    max-height: 0;
    background: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    z-index: 100;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header .header-content .menu-line .main-menu .menu.mobile {
    max-height: 1000px;
    padding: 20px 0;
  }
  .header .header-content .menu-line .main-menu .menu ul {
    flex-direction: column;
  }
  .header .header-content .menu-line .main-menu .menu ul li {
    margin: 0 7px 5px 7px !important;
  }
  .header .header-content .menu-line .main-menu .menu ul li a {
    padding: 10px 5px !important;
    font-size: 13px !important;
    font-weight: normal !important;
    text-align: center;
    color: #fff !important;
    background: #3E3E3E !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header .header-content .menu-line .main-menu .menu ul li a:hover, .header .header-content .menu-line .main-menu .menu ul li a.active {
    color: #F1592A !important;
    background: #222 !important;
  }
  .header .header-content .menu-line .main-menu .menu .header-links {
    position: relative !important;
    padding: 0 !important;
    top: auto !important;
    left: auto !important;
  }
  .header .header-content .menu-line .main-menu .menu .header-links a {
    display: block !important;
    margin: 0 7px 5px 7px !important;
    padding: 10px 5px !important;
    font-size: 13px !important;
    text-align: center;
    color: #fff !important;
    background: #3E3E3E !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
  }
  .header .header-content .menu-line .main-menu .menu .header-links a:after {
    display: none !important;
  }
  .header .header-content .menu-line .main-menu .menu .header-links a:hover {
    color: #F1592A !important;
    background: #222 !important;
  }
}
.header .header-content .menu-line .main-menu .menu ul {
  position: relative;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header-content .menu-line .main-menu .menu ul li {
  position: relative;
  margin: 0 10px;
}
.header .header-content .menu-line .main-menu .menu ul li a {
  position: relative;
  display: block;
  padding: 2px 0;
  white-space: nowrap;
  color: #3f5f88;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .header-content .menu-line .main-menu .menu ul li a:hover, .header .header-content .menu-line .main-menu .menu ul li a.active {
  color: #f1592a;
}
.header .header-content .menu-line .main-menu .menu .header-links {
  position: absolute;
  top: -28px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 14px;
  padding: 0 7px;
}
.header .header-content .menu-line .main-menu .menu .header-links a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 3px 10px;
  text-shadow: 1px 1px 1px #12406b;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .header-content .menu-line .main-menu .menu .header-links a:hover {
  color: #facfc1;
  text-decoration: none;
}
.header .header-content .menu-line .main-menu .menu .header-links a:after {
  position: absolute;
  content: "";
  right: -13px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #63a4df;
  z-index: 1;
}
.header .header-content .menu-line .main-menu .menu .header-links a:last-child:after {
  display: none;
}
.header .header-content .menu-line .phone {
  position: absolute;
  right: 25px;
  top: 28px;
  color: #2379ce;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .header .header-content .menu-line .phone {
    right: 60px;
    top: -32px;
    color: #fff;
    font-weight: normal;
  }
  .header .header-content .menu-line .phone a {
    color: #fff !important;
  }
  .header .header-content .menu-line .phone a:hover {
    color: #e6e6e6 !important;
  }
}
@media (max-width: 460px) {
  .header .header-content .menu-line .phone {
    right: 35px;
  }
}
.header .header-content .menu-line .phone a {
  color: #2379ce;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .header-content .menu-line .phone a:hover {
  color: #1c5fa2;
}
.header .header-content .menu-line .phone .fa-mobile {
  color: #78ade3;
  margin-top: -3px;
  margin-right: 4px;
  font-size: 23px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .header .header-content .menu-line .phone .fa-mobile {
    color: #a6ccf3;
  }
}
.header .header-content .languages {
  position: absolute;
  left: 100%;
  top: 45px;
  z-index: -1;
}
@media (max-width: 1285px) {
  .header .header-content .languages {
    left: auto;
    right: 7px;
  }
}
.header .header-content .languages a {
  display: block;
  margin-bottom: 3px;
  width: 28px;
  height: 21px;
  /*height: 17px;
  line-height: 17px;
  color: #a3a3a3;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;*/
  text-align: center;
  background: #fff;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .header-content .languages a:hover {
  text-decoration: none;
  width: 33px;
}
.header .header-content .languages a.active {
  width: 33px;
  /*height: 19px;
  line-height: 16px;
  color: #fff;
  background: #353d48;*/
  background: #353d48;
  /*border-top: solid 1px #5c9bcf;
  border-right: solid 1px #5c9bcf;
  border-bottom: solid 1px #5c9bcf;*/
}
.header .header-content .languages a img {
  position: relative;
  top: 1px;
  border: solid 1px #333;
  border-radius: 2px;
}
.header .header-content .login {
  position: absolute;
  right: 20px;
  top: 7px;
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 1285px) {
  .header .header-content .login {
    right: 50px;
  }
}
@media (max-width: 460px) {
  .header .header-content .login {
    right: 15px;
  }
}
.header .header-content .login:hover .login-user:after {
  transform: translate(0, -50%) rotate(180deg);
}
.header .header-content .login:hover .login-dd {
  max-height: 1000px;
}
.header .header-content .login .login-user {
  position: relative;
  padding-right: 25px;
}
.header .header-content .login .login-user:after {
  position: absolute;
  content: "\f107";
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 14px;
  font-family: FontAwesome, sans-serif;
  text-shadow: 1px 1px 1px #12406b;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .header-content .login .login-user .fa {
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 1px #12406b;
}
.header .header-content .login .login-dd {
  position: absolute;
  right: 0;
  top: 20px;
  max-height: 0;
  overflow: hidden;
  cursor: default;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .header-content .login .login-dd .login-dd-box {
  position: relative;
  margin: 5px 3px 3px 3px;
  padding: 10px;
  background: #fff;
  color: #2177cc;
  font-size: 14px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px 0 #555;
  box-shadow: 0 0 3px 0 #555;
}
.header .header-content .login .login-dd .login-dd-box:before {
  position: absolute;
  content: "\f0d8";
  right: 25px;
  top: -10px;
  font-size: 14px;
  color: #fff;
  font-family: FontAwesome, sans-serif;
  z-index: 1;
}
.header .header-content .login .login-dd .login-dd-box p {
  margin: 0 0 2px 0;
}
.header .header-content .login .login-dd .login-dd-box a {
  position: relative;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .header-content .login .login-dd .login-dd-box a:hover {
  color: #f1592a;
  text-decoration: none;
}
.header .header-content .login .login-dd .login-dd-box a:before {
  position: relative;
  content: "\f105";
  top: -1px;
  margin-right: 4px;
  color: #f1592a;
  font-size: 12px;
  font-family: FontAwesome, sans-serif;
}
.header .clouds-parallax {
  position: absolute;
  height: 360px;
  width: 100%;
  left: 0;
  bottom: -240px;
  background: url("../images/cloud-1.png");
  z-index: 1;
}
.header .slider {
  position: absolute;
  left: 50%;
  top: 94px;
  width: 1600px;
  height: 726px;
  transform: translate(-50%, 0);
  border: solid 1px rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  background: url("../images/slider-background.jpg") no-repeat center bottom;
  overflow: hidden;
  z-index: 0;
}
.header .slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.header .slider .slide.s1.show {
  opacity: 1;
}
.header .slider .slide.s1.show .plane {
  left: 160px;
  top: 30px;
  width: 359px;
  height: 216px;
  opacity: 1;
}
.header .slider .slide.s1.show .paratroopers {
  top: 22px;
  width: 628px;
  height: 373px;
  opacity: 1;
}
@media (max-width: 768px) {
  .header .slider .slide.s1.show .paratroopers {
    width: 300px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.header .slider .slide.s1 .plane {
  position: absolute;
  left: 1400px;
  top: 0;
  width: 0;
  height: 0;
  background: url("../images/plane.png") no-repeat center;
  background-size: contain;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.header .slider .slide.s1 .paratroopers {
  position: absolute;
  left: 450px;
  top: -1000px;
  width: 0;
  height: 0;
  background: url("../images/image-btn-1.png") no-repeat center;
  background-size: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 1.8s ease-in-out;
  -moz-transition: all 1.8s ease-in-out;
  -ms-transition: all 1.8s ease-in-out;
  -o-transition: all 1.8s ease-in-out;
  transition: all 1.8s ease-in-out;
}
.header .slider .slide.s2.show {
  opacity: 1;
}
.header .slider .slide.s2.show .plane {
  left: 160px;
  top: 30px;
  width: 359px;
  height: 216px;
  opacity: 1;
}
.header .slider .slide.s2.show .paratroopers {
  left: 610px;
  top: 30px;
  width: 373px;
  height: 349px;
  opacity: 1;
}
@media (max-width: 768px) {
  .header .slider .slide.s2.show .paratroopers {
    width: 300px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.header .slider .slide.s2 .plane {
  position: absolute;
  left: 1400px;
  top: 0;
  width: 0;
  height: 0;
  background: url("../images/plane.png") no-repeat center;
  background-size: contain;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.header .slider .slide.s2 .paratroopers {
  position: absolute;
  left: 1500px;
  top: -600px;
  width: 0;
  height: 0;
  background: url("../images/image-btn-2.png") no-repeat center;
  background-size: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 1.8s ease-in-out;
  -moz-transition: all 1.8s ease-in-out;
  -ms-transition: all 1.8s ease-in-out;
  -o-transition: all 1.8s ease-in-out;
  transition: all 1.8s ease-in-out;
}
.header .slider .slide.s3.show {
  opacity: 1;
}
.header .slider .slide.s3.show .plane {
  left: 400px;
  top: 100px;
  width: 813px;
  height: 173px;
  opacity: 1;
}
@media (max-width: 768px) {
  .header .slider .slide.s3.show .plane {
    width: 360px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.header .slider .slide.s3 .plane {
  position: absolute;
  left: 100%;
  top: 50px;
  width: 0;
  height: 0;
  background: url("../images/image-btn-3.png") no-repeat center;
  background-size: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.header .slider .slide.s4.show {
  opacity: 1;
}
.header .slider .slide.s4.show .plane {
  left: 160px;
  top: 30px;
  width: 359px;
  height: 216px;
  opacity: 1;
}
.header .slider .slide.s4.show .paratroopers {
  left: 500px;
  top: 120px;
  width: 575px;
  height: 240px;
  opacity: 1;
}
@media (max-width: 768px) {
  .header .slider .slide.s4.show .paratroopers {
    width: 300px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.header .slider .slide.s4 .plane {
  position: absolute;
  left: 1400px;
  top: 0;
  width: 0;
  height: 0;
  background: url("../images/plane.png") no-repeat center;
  background-size: contain;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.header .slider .slide.s4 .paratroopers {
  position: absolute;
  left: 1500px;
  top: -600px;
  width: 0;
  height: 0;
  background: url("../images/image-btn-4.png") no-repeat center;
  background-size: contain;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 1.8s ease-in-out;
  -moz-transition: all 1.8s ease-in-out;
  -ms-transition: all 1.8s ease-in-out;
  -o-transition: all 1.8s ease-in-out;
  transition: all 1.8s ease-in-out;
}
.header .action-buttons {
  position: absolute;
  left: 0;
  bottom: 200px;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .header .action-buttons {
    bottom: 180px;
  }
}
.header .action-buttons a {
  position: relative;
  display: inline-block;
  margin: 70px 15px 0 15px;
  padding: 12px 25px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .action-buttons a:after {
  position: absolute;
  content: "";
  top: -60px;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, 0);
  -webkit-border-radius: 24px;
  border-radius: 24px;
  border: solid 1px rgba(255, 255, 255, 0.6);
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .action-buttons a.action-buttons-1 {
  background: #f1592a;
}
.header .action-buttons a.action-buttons-1:after {
  background: #f1592a url("../images/icon-home-btn-1.png") no-repeat center;
}
.header .action-buttons a.action-buttons-1:hover {
  background: #da3e0e;
}
.header .action-buttons a.action-buttons-1:hover:after {
  top: -55px;
  background: #da3e0e url("../images/icon-home-btn-1.png") no-repeat center;
}
.header .action-buttons a.action-buttons-2 {
  background: #1e9b73;
}
.header .action-buttons a.action-buttons-2:after {
  background: #1e9b73 url("../images/icon-home-btn-2.png") no-repeat center;
}
.header .action-buttons a.action-buttons-2:hover {
  background: #167053;
}
.header .action-buttons a.action-buttons-2:hover:after {
  top: -55px;
  background: #167053 url("../images/icon-home-btn-2.png") no-repeat center;
}
.header .action-buttons a.action-buttons-3 {
  background: #2177cc;
}
.header .action-buttons a.action-buttons-3:after {
  background: #2177cc url("../images/icon-home-btn-3.png") no-repeat center;
}
.header .action-buttons a.action-buttons-3:hover {
  background: #1a5da0;
}
.header .action-buttons a.action-buttons-3:hover:after {
  top: -55px;
  background: #1a5da0 url("../images/icon-home-btn-3.png") no-repeat center;
}
.header .action-buttons a.action-buttons-4 {
  background: #d43f3f;
}
.header .action-buttons a.action-buttons-4:after {
  background: #d43f3f url("../images/icon-home-btn-4.png") no-repeat center;
}
.header .action-buttons a.action-buttons-4:hover {
  background: #b72929;
}
.header .action-buttons a.action-buttons-4:hover:after {
  top: -55px;
  background: #b72929 url("../images/icon-home-btn-4.png") no-repeat center;
}
.header .jump-location {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 140px;
  transform: translate(-50%, 0);
  border: solid 1px #a3c4e4;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-align: center;
  color: #3f5f86;
  font-size: 13px;
  line-height: 15px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  z-index: 2;
}
.header .jump-location p {
  margin: 0 0 7px 0;
}
.header .jump-location .fa-star {
  color: #f1592a;
  font-size: 20px;
  margin-top: 8px;
}
.header .jump-location .stripe {
  padding: 2px 0;
  font-size: 12px;
  color: #fff;
  background: #f1592a;
  text-transform: uppercase;
}
.header .jump-location .stripe strong {
  display: block;
  font-size: 15px;
  line-height: 18px;
}

.how-we-proceed {
  position: relative;
  z-index: 1;
  text-align: center;
}
.how-we-proceed .text, .how-we-proceed .box {
  text-align: center;
}
.how-we-proceed .steps {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 150px;
  background: url("../images/dashed-line.png") no-repeat top 46px center;
}
@media (max-width: 1200px) {
  .how-we-proceed .steps {
    background: none;
    padding: 0 10px;
  }
}
.how-we-proceed .steps .step {
  position: relative;
  width: 244px;
  height: 244px;
  margin-bottom: 60px;
  padding: 56px 18px 0 17px;
  border: solid 1px #74c9e1;
  -webkit-border-radius: 122px;
  border-radius: 122px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .how-we-proceed .steps .step {
    margin: 0 30px 60px 30px;
  }
}
@media (max-width: 768px) {
  .how-we-proceed .steps .step {
    margin: 0 15px 30px 15px;
  }
}
.how-we-proceed .steps .step:nth-child(1) {
  background: #fff url("../images/icon-steps-1.png") no-repeat center bottom;
}
.how-we-proceed .steps .step:nth-child(2) {
  background: #fff url("../images/icon-steps-2.png") no-repeat center bottom;
}
.how-we-proceed .steps .step:nth-child(3) {
  background: #fff url("../images/icon-steps-3.png") no-repeat center bottom;
}
.how-we-proceed .steps .step:nth-child(4) {
  background: #fff url("../images/icon-steps-4.png") no-repeat center bottom;
}
.how-we-proceed .steps .step:nth-child(5) {
  background: #fff url("../images/icon-steps-5.png") no-repeat center bottom;
}
.how-we-proceed .steps .step:nth-child(6) {
  background: #fff url("../images/icon-steps-6.png") no-repeat center bottom;
}
.how-we-proceed .steps .step h3 {
  margin-bottom: 2px;
  color: #1f75c8;
  font-size: 32px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "WienLight", sans-serif;
}
.how-we-proceed .steps .step p {
  color: #5f636c;
  font-size: 15px;
}

.home-prices {
  position: relative;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(18, 119, 206) 100%);
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(18, 119, 206) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(18, 119, 206) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#1277ce",GradientType=0 );
}
.home-prices .clouds {
  position: relative;
  top: -120px;
  height: 380px;
  margin-bottom: -300px;
  background: url("../images/cloud-2.png") no-repeat center top;
  z-index: 0;
}
.home-prices .title-02 {
  position: relative;
  z-index: 1;
}
.home-prices .box-prices {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 1200px;
  padding: 30px 15px;
  margin: 0 auto 15px auto;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {
  .home-prices .box-prices {
    width: auto;
    margin: 0 10px 15px 10px;
  }
}
@media (max-width: 992px) {
  .home-prices .box-prices {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .home-prices .box-prices {
    flex-direction: column;
  }
}
.home-prices .box-prices .price-column {
  margin: 0 0.5% 0 0.5%;
  width: 32.3333333333%;
}
@media (max-width: 992px) {
  .home-prices .box-prices .price-column {
    width: 49%;
    margin: 0 0.5% 30px 0.5%;
  }
}
@media (max-width: 768px) {
  .home-prices .box-prices .price-column {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.home-prices .box-prices .price-column:last-child table tr td:first-child {
  padding: 5px 8px 5px 50px;
}
.home-prices .box-prices .price-column h3 {
  min-height: 50px;
  margin-bottom: 25px;
  padding: 0 15%;
  color: #3f5f86;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1200px) {
  .home-prices .box-prices .price-column h3 {
    padding: 0;
  }
}
.home-prices .box-prices .price-column table {
  border-collapse: collapse;
  width: 100%;
}
.home-prices .box-prices .price-column table tr {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.home-prices .box-prices .price-column table tr:nth-child(odd) {
  background: #f6f7f9;
}
.home-prices .box-prices .price-column table tr td {
  display: table-cell;
  height: 57px;
  vertical-align: middle;
  line-height: 18px;
}
.home-prices .box-prices .price-column table tr td:first-child {
  padding: 5px 8px 5px 20px;
  text-align: right;
  color: #2276cc;
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .home-prices .box-prices .price-column table tr td:first-child {
    width: 80px;
    padding-left: 20px !important;
  }
}
.home-prices .box-prices .price-column table tr td:first-child strong {
  font-size: 26px;
}
.home-prices .box-prices .price-column table tr td:first-child .fa-check-square-o {
  font-size: 18px;
}
.home-prices .box-prices .price-column table tr td:last-child {
  padding: 5px 20px 5px 8px;
  color: #232323;
  font-size: 16px;
}
.home-prices p {
  text-align: center;
}
.home-prices p em {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  text-shadow: 1px 1px 0 rgba(5, 5, 6, 0.6);
}

.box {
  position: relative;
  width: 1200px;
  padding: 30px 15px;
  margin: 0 auto !important;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
@media (max-width: 1200px) {
  .box {
    width: auto;
    margin: 0 10px 15px 10px !important;
  }
}

.useful-info {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .useful-info {
    flex-direction: column;
  }
}
.useful-info .prohibit {
  position: relative;
  width: 50%;
  padding-right: 30px;
  border-right: solid 2px #e5e5e5;
}
@media (max-width: 768px) {
  .useful-info .prohibit {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    border: 0;
  }
}
.useful-info .prohibit .title {
  margin-bottom: 30px;
  color: #e6655f;
  font-size: 45px;
  text-align: center;
  text-transform: uppercase;
  font-family: "WienLight", sans-serif;
}
.useful-info .prohibit .text ul li:before, .useful-info .prohibit .box ul li:before {
  content: "\f05e";
  color: #e6655f;
}
.useful-info .preparation {
  width: 50%;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .useful-info .preparation {
    width: 100%;
    padding: 0;
  }
}
.useful-info .preparation .title {
  margin-bottom: 30px;
  color: #21a51b;
  font-size: 45px;
  text-align: center;
  text-transform: uppercase;
  font-family: "WienLight", sans-serif;
}
.useful-info .preparation .text ul li:before, .useful-info .preparation .box ul li:before {
  content: "\f046";
  color: #21a51b;
}
.useful-info .text, .useful-info .box {
  color: #232323;
  font-size: 16px;
  font-weight: 300;
}
.useful-info .text ul, .useful-info .box ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
.useful-info .text ul li, .useful-info .box ul li {
  position: relative;
  color: #353d48;
  font-size: 16px;
  margin: 10px 0;
  padding: 0 0 0 25px;
}
.useful-info .text ul li:before, .useful-info .box ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  font-family: FontAwesome, sans-serif;
}

.section-reviews {
  position: relative;
  padding: 45px 0 30px 0;
  /*background: #182339 url('../images/testimonials-backgraund-paralax.jpg') no-repeat center top;*/
  background: #182339;
}
.section-reviews:after {
  position: absolute;
  content: "";
  left: 0;
  top: 658px;
  width: 100%;
  height: 100px;
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgb(24, 35, 57) 100%);
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgb(24, 35, 57) 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgb(24, 35, 57) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007db9e8", endColorstr="#182339",GradientType=0 );
  z-index: 0;
}
.section-reviews .title {
  position: relative;
  margin-bottom: 60px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  font-family: "WienLight", sans-serif;
  z-index: 1;
}

.reviews {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -13px;
  z-index: 1;
}
.reviews .review-wrapper {
  width: 25%;
  margin-bottom: 26px;
  padding: 13px;
  overflow: hidden;
  font-size: 0;
}
@media (max-width: 1024px) {
  .reviews .review-wrapper {
    width: 50%;
    margin-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .reviews .review-wrapper {
    width: 100%;
    margin-bottom: 14px;
  }
}
.reviews .review-wrapper .review-item {
  display: block;
  position: relative;
  padding: 25px 25px 15px 25px;
  background: #fff;
  text-align: center;
  text-decoration: none;
}
.reviews .review-wrapper .review-item.listing {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.reviews .review-wrapper .review-item.listing:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.reviews .review-wrapper .review-item:after {
  position: absolute;
  content: "";
  left: 10px;
  top: -10px;
  width: 47px;
  height: 47px;
  background: #4a8aca url("../images/quote.png") no-repeat center;
  z-index: 1;
}
.reviews .review-wrapper .review-item .image {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px auto;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: #f2f2f2;
  overflow: hidden;
  z-index: 0;
}
.reviews .review-wrapper .review-item .image:before {
  position: absolute;
  content: "\f007";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #a9a9a9;
  font-size: 60px;
  text-align: center;
  line-height: 100px;
  font-family: FontAwesome, sans-serif;
  z-index: 0;
}
.reviews .review-wrapper .review-item .image img {
  position: relative;
  z-index: 1;
}
.reviews .review-wrapper .review-item .name {
  height: 18px;
  margin-bottom: 10px;
  color: #2175cf;
  font-size: 15px;
  white-space: nowrap;
  text-transform: uppercase;
  overflow: hidden;
}
.reviews .review-wrapper .review-item .resume {
  position: relative;
  height: 96px;
  margin-bottom: 15px;
  color: #555;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
}
.reviews .review-wrapper .review-item .resume:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 50px;
  height: 16px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  z-index: 1;
}
.reviews .review-wrapper .review-item .date-location {
  height: 16px;
  line-height: 16px;
  color: #545454;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
}

.review {
  position: relative;
  padding: 50px 25px 15px 25px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.review:after {
  position: absolute;
  content: "";
  left: 10px;
  top: -10px;
  width: 47px;
  height: 47px;
  background: #4a8aca url("../images/quote.png") no-repeat center;
  z-index: 1;
}
.review .image {
  position: relative;
  float: left;
  margin: 0 30px 30px 0;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: #f2f2f2;
  overflow: hidden;
  z-index: 0;
}
.review .image:before {
  position: absolute;
  content: "\f007";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #a9a9a9;
  font-size: 60px;
  text-align: center;
  line-height: 100px;
  font-family: FontAwesome, sans-serif;
  z-index: 0;
}
.review .image img {
  position: relative;
  z-index: 1;
}
.review .date-location {
  height: 16px;
  line-height: 16px;
  color: #545454;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
}

.teams {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -13px;
  z-index: 1;
}
.teams .team-wrapper {
  width: 25%;
  margin-bottom: 26px;
  padding: 13px;
  overflow: hidden;
  font-size: 0;
}
@media (max-width: 1024px) {
  .teams .team-wrapper {
    width: 50%;
    margin-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .teams .team-wrapper {
    width: 100%;
    margin-bottom: 14px;
  }
}
.teams .team-wrapper .team-item {
  display: block;
  position: relative;
  padding: 25px 25px 15px 25px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.teams .team-wrapper .team-item .image {
  position: relative;
  width: 200px;
  display: block;
  height: 200px;
  margin: 0 auto 15px auto;
  -webkit-border-radius: 50px;
  border-radius: 200px;
  background: #f2f2f2;
  overflow: hidden;
  z-index: 0;
}
.teams .team-wrapper .team-item .image:before {
  position: absolute;
  content: "\f007";
  left: 0;
  top: 45px;
  width: 100%;
  height: 100%;
  color: #a9a9a9;
  font-size: 60px;
  text-align: center;
  line-height: 100px;
  font-family: FontAwesome, sans-serif;
  z-index: 0;
}
.teams .team-wrapper .team-item .image img {
  position: relative;
  z-index: 1;
}
.teams .team-wrapper .team-item .name {
  height: 18px;
  margin-bottom: 10px;
  color: #2175cf;
  font-size: 15px;
  white-space: nowrap;
  text-transform: uppercase;
  overflow: hidden;
}
.teams .team-wrapper .team-item .resume {
  position: relative;
  color: #555;
  font-size: 14px;
  line-height: 16px;
}

.link {
  font-size: 13px;
  color: #343434;
  text-decoration: none;
  border-bottom: solid 1px #343434;
}
.link:hover {
  color: #b61a1a;
  text-decoration: none !important;
  border-bottom: none;
}

.breadcrumb {
  position: relative;
  top: -28px;
  text-transform: uppercase;
  text-align: center;
  font-size: 0;
  z-index: 1;
}
.breadcrumb a {
  position: relative;
  display: inline-block;
  padding: 2px 4px;
  margin-right: 15px;
  white-space: nowrap;
  color: #7db0d1;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.breadcrumb a:hover {
  color: #3f5f86;
  text-decoration: none;
}
.breadcrumb a:after {
  position: absolute;
  content: "\f105";
  top: 2px;
  right: -11px;
  color: #7db0d1;
  font-size: 16px;
  font-family: "FontAwesome", sans-serif;
  z-index: 1;
}
.breadcrumb span {
  display: inline-block;
  font-size: 13px;
  color: #3f5f86;
  padding: 2px 4px;
}

.order-steps {
  position: relative;
  top: -28px;
  text-transform: uppercase;
  text-align: center;
  font-size: 0;
  z-index: 1;
}
.order-steps a,
.order-steps span {
  position: relative;
  display: inline-block;
  padding: 2px 4px;
  margin-right: 15px;
  white-space: nowrap;
  color: #7db0d1;
  font-size: 12px;
  text-decoration: none;
}
.order-steps a.current,
.order-steps span.current {
  color: #3f5f86;
  font-weight: bold;
}
.order-steps a.current:before,
.order-steps span.current:before {
  background: #f1592a;
}
.order-steps a.current:after,
.order-steps span.current:after {
  color: #3f5f86;
}
.order-steps a:before,
.order-steps span:before {
  content: attr(title);
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: #f1592a;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.order-steps a:after,
.order-steps span:after {
  position: absolute;
  content: "\f105";
  top: 1px;
  right: -11px;
  color: #7db0d1;
  font-size: 16px;
  font-family: "FontAwesome", sans-serif;
  z-index: 1;
}
.order-steps a:last-child:after,
.order-steps span:last-child:after {
  display: none;
}
.order-steps a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.order-steps a:hover {
  color: #f1592a;
}

.info-images {
  float: left;
  margin: 0 30px 30px 0;
  width: 40%;
}
@media (max-width: 768px) {
  .info-images {
    float: none;
    width: auto;
    margin: 0 0 30px 0;
  }
}
.info-images .info-image {
  margin-bottom: 10px;
}
.info-images .info-image a {
  display: block;
  font-size: 0;
  padding: 1px;
  border: solid 1px #e1e1e1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.info-images .info-image a:hover {
  border: solid 1px #222122;
}
.info-images .info-image img {
  width: 100%;
}
.info-images .info-image .hidden-images {
  display: none;
}
.info-images .info-thumbs {
  margin: 0 -5px;
  font-size: 0;
}
.info-images .info-thumbs > div {
  display: inline-block;
  width: 33.333333333%;
}
.info-images .info-thumbs > div a {
  display: inline-block;
  font-size: 0;
  padding: 1px;
  border: solid 1px #e1e1e1;
  margin: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.info-images .info-thumbs > div a:hover {
  border: solid 1px #222122;
}
.info-images .info-thumbs > div a img {
  width: 100%;
}

.info-gallery {
  margin: 0 -5px 20px -5px;
  font-size: 0;
}
.info-gallery .info-gallery-item {
  width: 20%;
  padding: 5px;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .info-gallery .info-gallery-item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .info-gallery .info-gallery-item {
    width: 33.33333333%;
  }
}
@media (max-width: 768px) {
  .info-gallery .info-gallery-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .info-gallery .info-gallery-item {
    width: 100%;
  }
}
.info-gallery .info-gallery-item a {
  display: block;
  padding: 1px;
  border: solid 1px #e1e1e1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.info-gallery .info-gallery-item a:hover {
  border: solid 1px #222122;
}
.info-gallery .info-gallery-item a img {
  width: 100%;
}

.info-documents {
  margin-bottom: 10px;
}
.info-documents a {
  color: #0093c9;
  font-size: 14px;
  text-decoration: none;
}
.info-documents a:hover {
  color: #004863;
  text-decoration: none;
}

.info-videos {
  margin: 0 -0.5% 0 -0.5%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.info-videos .info-video {
  width: 32.33333333%;
  margin: 0 0.5% 15px 0.5%;
}
@media (max-width: 992px) {
  .info-videos .info-video {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .info-videos .info-video {
    width: 99%;
  }
}
.info-videos .info-video video {
  cursor: pointer;
}

.info-date {
  margin-bottom: 20px;
  font-size: 16px;
}

.back-link {
  text-align: center;
}
.back-link .fa {
  color: #0093c9;
  font-size: 12px;
}
.back-link a {
  color: #0093c9;
  font-size: 14px;
  text-decoration: none;
}
.back-link a:hover {
  color: #004863;
  text-decoration: none;
}

.faq-item {
  padding: 10px 15px;
  background: #fff;
  margin-bottom: 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #b1aeae;
  cursor: pointer;
}
.faq-item .faq-question {
  position: relative;
  padding-right: 20px;
  color: #2175cf;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.faq-item .faq-question:hover {
  color: #16508d;
}
.faq-item .faq-question:after {
  position: absolute;
  content: "\f055";
  right: 0;
  top: 2px;
  cursor: pointer;
  color: #303030;
  font-size: 16px;
  font-family: FontAwesome, sans-serif;
  z-index: 1;
}
.faq-item.open .faq-question:after {
  content: "\f056";
}
.faq-item .faq-answer {
  display: none;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 15px;
  line-height: 18px;
  border-top: solid 1px #d8d8d8;
}
.faq-item .faq-answer a {
  color: #f1592a;
  text-decoration: underline;
}
.faq-item .faq-answer a:hover {
  color: #f1592a;
  text-decoration: none;
}

.article-item {
  position: relative;
  margin: 0 0 20px 0;
  font-size: 14px;
}
.article-item .ai-image {
  float: left;
  width: 200px;
  margin: 0 15px 10px 0;
  font-size: 0;
}
@media (max-width: 480px) {
  .article-item .ai-image {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
}
.article-item .ai-image a {
  display: block;
  padding: 1px;
  text-align: center;
  border: solid 1px #e1e1e1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-item .ai-image a:hover {
  border: solid 1px #222122;
}
.article-item h3 {
  margin-bottom: 10px;
}
.article-item h3 a {
  color: #f1592a;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-item h3 a:hover {
  color: #aa310b;
  text-decoration: none;
}

.contacts {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .contacts {
    flex-direction: column;
  }
}
.contacts .contacts-form {
  position: relative;
  width: 57%;
}
@media (max-width: 768px) {
  .contacts .contacts-form {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contacts .contacts-form label {
  display: block;
  margin-bottom: 3px;
  color: #353d48;
  font-size: 14px;
}
.contacts .contacts-info {
  position: relative;
  width: 37%;
}
@media (max-width: 768px) {
  .contacts .contacts-info {
    width: 100%;
  }
}
.contacts .contacts-info table {
  border-collapse: collapse;
  border-spacing: 0;
}
.contacts .contacts-info table tr td {
  vertical-align: top;
}
.contacts .contacts-info strong {
  font-size: 18px;
}
.contacts .contacts-info .fa-mobile {
  color: #929292;
  font-size: 23px;
  margin-right: 10px;
}
.contacts .contacts-info .fa-envelope {
  color: #929292;
  font-size: 15px;
  margin-right: 10px;
}

.error-message {
  display: none;
  font-size: 13px;
  color: #c00;
  background: #f1e6ea;
  text-align: center;
  padding: 4px;
  margin: 10px 0 15px 0;
  border-radius: 4px;
  border: solid 2px #c00;
}

.box-bg {
  position: relative;
  margin-bottom: 40px;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  background: rgb(225, 238, 246);
  background: -moz-linear-gradient(top, rgb(225, 238, 246) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgb(225, 238, 246) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgb(225, 238, 246) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e1eef6", endColorstr="#ffffff",GradientType=0 );
}
.box-bg .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.5%;
  padding: 15px 15px 0 15px;
}
.box-bg .products .product {
  position: relative;
  display: flex;
  width: 49%;
  margin: 0 0.5% 20px 0.5%;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .box-bg .products .product {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .box-bg .products .product {
    flex-direction: column;
  }
}
.box-bg .products .product.course .details .name {
  font-size: 28px;
  text-align: center;
}
.box-bg .products .product.course .details .choose {
  justify-content: center;
}
.box-bg .products .product.course .details .choose button {
  margin: 0 0 0 15px;
}
.box-bg .products .product .image {
  position: relative;
  flex: 0 0 260px;
  padding: 10px 0 10px 10px;
  background: #fff;
}
@media (max-width: 768px) {
  .box-bg .products .product .image {
    flex: auto;
    text-align: center;
    padding: 10px;
  }
}
.box-bg .products .product .image img {
  width: 100%;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 768px) {
  .box-bg .products .product .image img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
.box-bg .products .product .details {
  position: relative;
  width: 100%;
  padding: 10px 16px;
  color: #353d48;
  background: #fff;
}
.box-bg .products .product .details .name {
  font-size: 26px;
}
.box-bg .products .product .details .description {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 15px;
}
.box-bg .products .product .details .description p {
  margin: 0 0 10px 0;
}
.box-bg .products .product .details .description strong {
  font-size: 20px;
}
.box-bg .products .product .details .description em {
  font-size: 16px;
}
.box-bg .products .product .details .choose {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  justify-content: space-between;
  align-items: flex-end;
}
.box-bg .products .product .details .choose > div,
.box-bg .products .product .details .choose button {
  margin: 5px 0;
}
.box-bg .products .product .details .choose .quantity {
  font-size: 0;
  flex: 0 0 100%;
}
.box-bg .products .product .details .choose .quantity label {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 5px 0 0;
  font-size: 13px;
  line-height: 13px;
}
.box-bg .products .product .details .choose .quantity select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #353d48;
  height: 24px;
  line-height: 22px;
  padding: 0 16px 0 3px;
  font-size: 14px;
  background: #fff url("../images/arrow-dropdown.png") no-repeat right 6px center;
}
.box-bg .products .product .details .choose .prices {
  text-align: right;
}
.box-bg .products .product .details .choose .prices .old-price {
  position: relative;
  display: flex;
  align-items: center;
}
.box-bg .products .product .details .choose .prices .old-price .price-old-label {
  padding-right: 7px;
  color: #6f7379;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
}
.box-bg .products .product .details .extras {
  margin-bottom: 10px;
}
.box-bg .products .product .details .extras .title {
  margin-bottom: 7px;
  padding-bottom: 3px;
  color: #2177cc;
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
  border-bottom: solid 1px #d1d1d1;
}
.box-bg .products .product .details .extras label {
  position: relative;
  display: block;
  cursor: pointer;
  color: #353d48;
  font-size: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.box-bg .products .product .details .extras label.selected:before {
  content: "\f046";
}
.box-bg .products .product .details .extras label:before {
  position: absolute;
  content: "\f096";
  left: 0;
  top: 2px;
  padding: 0;
  color: #353d48;
  text-align: center;
  font-size: 15px;
  font-family: FontAwesome, sans-serif;
  background: none;
  z-index: 1;
}
.box-bg .products .product .details .extras label input {
  opacity: 0;
}
.box-bg .products .product .details .extras label .price {
  font-size: 17px;
}
.box-bg .products .product .details .extras label .price .currency {
  left: auto;
  font-size: 15px;
}

.legend {
  margin-bottom: 20px;
  text-align: center;
  color: #353d48;
  font-size: 13px;
  line-height: 29px;
}
.legend > div {
  position: relative;
  display: inline-block;
  margin: 5px 12px;
  padding-left: 50px;
}
.legend .free-place:before {
  position: absolute;
  content: "\f096";
  left: 0;
  top: 0;
  width: 41px;
  height: 100%;
  border-left: solid 1px #d3e3f4;
  border-right: solid 1px #d3e3f4;
  background: #f5f9fc;
  font-size: 14px;
  color: #67a2db;
  font-family: FontAwesome, sans-serif;
  z-index: 1;
}
.legend .free-place-tandem:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 41px;
  height: 100%;
  border-left: solid 1px #d3e3f4;
  border-right: solid 1px #d3e3f4;
  background: #f5f9fc;
  font-size: 14px;
  color: #67a2db;
  z-index: 1;
}
.legend .occupied-place:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 41px;
  height: 100%;
  /*background: #b1b5b8;*/
  background: #c00;
  z-index: 1;
}

.schedule-container {
  position: relative;
  background: #e1eef6;
  margin-bottom: 25px;
  padding: 25px 0;
}
.schedule-container .filter-airport {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  max-width: 100%;
  margin: 0 auto 35px auto;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #83b4e1;
}
.schedule-container .filter-airport .schedule-airports {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .schedule-container .filter-airport .schedule-airports {
    margin-bottom: 15px;
  }
}
.schedule-container .filter-airport .schedule-airports label {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .schedule-container .filter-airport .schedule-airports label {
    display: block;
  }
}
.schedule-container .filter-airport .schedule-calendar {
  /*@media (max-width : 768px) {
    padding: 0 10px;
  }
  color: #2177cc;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  a {
    color: #2177cc;
    letter-spacing: 1px;
    text-decoration: underline;
    @include transition(0.2s);
    &:hover {
      color: #2177cc;
      text-decoration: none;
    }
  }*/
}
.schedule-container .filter-airport .schedule-calendar .chosen-date a {
  border: solid 1px #f1592a !important;
  background: #fff !important;
}
.schedule-container .filter-airport .chosen-jumps {
  width: 100%;
}
.schedule-container .filter-airport .chosen-jumps .chosen-jumps-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.schedule-container .filter-airport .chosen-jumps .chosen-jump-item {
  width: 100%;
  margin-bottom: 5px;
  padding: 5px;
  border: solid 1px #ccc;
  border-radius: 5px;
  background: #f5f5f5;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
}
.schedule-container .filter-airport .chosen-jumps .chosen-jump-item > div:last-child {
  padding-left: 15px;
}
.schedule-container .filter-airport .chosen-jumps .chosen-jump-item a {
  color: #2177cc;
  letter-spacing: 1px;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.schedule-container .filter-airport .chosen-jumps .chosen-jump-item a:hover {
  color: #2177cc;
  text-decoration: none;
}
.schedule-container .schedule {
  position: relative;
  margin-left: 42px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.schedule-container .schedule .schedule-column {
  /*width: 14.28571428571429%;*/
  width: 30%;
  padding: 0 2px;
  text-align: center;
}
@media (max-width: 768px) {
  .schedule-container .schedule .schedule-column {
    width: 100%;
    margin-bottom: 20px;
  }
}
.schedule-container .schedule .schedule-column:first-child .schedule-item .hour:before {
  display: block;
}
.schedule-container .schedule .schedule-column .date {
  margin-bottom: 8px;
  color: #353d48;
  font-size: 22px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .schedule-container .schedule .schedule-column .date {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  .schedule-container .schedule .schedule-column .date {
    font-size: 22px;
    line-height: 22px;
  }
}
.schedule-container .schedule .schedule-column .date em {
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 992px) {
  .schedule-container .schedule .schedule-column .date em {
    font-size: 13px;
    line-height: 13px;
  }
}
@media (max-width: 768px) {
  .schedule-container .schedule .schedule-column .date em {
    font-size: 16px;
    line-height: 16px;
  }
}
.schedule-container .schedule .schedule-column .location {
  display: inline-block;
  margin-bottom: 12px;
  padding: 3px 12px;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  background: #353d48;
}
@media (max-width: 992px) {
  .schedule-container .schedule .schedule-column .location {
    min-height: 40px;
  }
}
@media (max-width: 768px) {
  .schedule-container .schedule .schedule-column .location {
    min-height: 20px;
  }
}
.schedule-container .schedule .schedule-column .schedule-item {
  position: relative;
  border-radius: 10px;
  border: solid 1px #83b4e1;
  background: #f6fafd;
}
.schedule-container .schedule .schedule-column .schedule-item .hour {
  position: relative;
  height: 29px;
}
.schedule-container .schedule .schedule-column .schedule-item .hour:nth-child(odd) {
  background: #fff;
}
.schedule-container .schedule .schedule-column .schedule-item .hour:first-child {
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.schedule-container .schedule .schedule-column .schedule-item .hour:first-child .places span:first-child {
  -webkit-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}
.schedule-container .schedule .schedule-column .schedule-item .hour:first-child .places span:last-child {
  -webkit-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}
.schedule-container .schedule .schedule-column .schedule-item .hour:last-child {
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.schedule-container .schedule .schedule-column .schedule-item .hour:last-child .places span:first-child {
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
}
.schedule-container .schedule .schedule-column .schedule-item .hour:last-child .places span:last-child {
  -webkit-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
.schedule-container .schedule .schedule-column .schedule-item .hour:before {
  display: none;
  position: absolute;
  content: attr(title);
  padding-top: 4px;
  left: -44px;
  top: 0;
  height: 100%;
  color: #353d48;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  z-index: 0;
}
@media (max-width: 768px) {
  .schedule-container .schedule .schedule-column .schedule-item .hour:before {
    display: block;
  }
}
.schedule-container .schedule .schedule-column .schedule-item .hour .places {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.schedule-container .schedule .schedule-column .schedule-item .hour .places span {
  position: relative;
  display: table-cell;
  height: 29px;
  cursor: pointer;
  border-left: solid 1px #dae8f6;
}
.schedule-container .schedule .schedule-column .schedule-item .hour .places span:first-child {
  border-left: none;
}
.schedule-container .schedule .schedule-column .schedule-item .hour .places span:after {
  position: absolute;
  content: "\f096";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 29px;
  color: #65a1db;
  font-size: 14px;
  font-family: FontAwesome, sans-serif;
  z-index: 1;
}
.schedule-container .schedule .schedule-column .schedule-item .hour .places span.free {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.schedule-container .schedule .schedule-column .schedule-item .hour .places span.free:hover {
  background: #cddfeb;
}
.schedule-container .schedule .schedule-column .schedule-item .hour .places span.free:after {
  content: none;
}
.schedule-container .schedule .schedule-column .schedule-item .hour .places span.free-tandem {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.schedule-container .schedule .schedule-column .schedule-item .hour .places span.free-tandem:hover {
  background: #cddfeb;
}
.schedule-container .schedule .schedule-column .schedule-item .hour .places span.free-tandem:after {
  content: none;
}
.schedule-container .schedule .schedule-column .schedule-item .hour .places span.selected {
  background: #6bf485;
  cursor: pointer;
}
.schedule-container .schedule .schedule-column .schedule-item .hour .places span.selected:after {
  content: "\f046";
  color: #306a3e;
}
.schedule-container .schedule .schedule-column .schedule-item .hour .places span.selected-tandem {
  background: #6bf485;
  cursor: pointer;
}
.schedule-container .schedule .schedule-column .schedule-item .hour .places span.selected-tandem:after {
  content: none;
}
.schedule-container .schedule .schedule-column .schedule-item .hour .places span.occupied {
  background: #c00;
  cursor: not-allowed;
}
.schedule-container .schedule .schedule-column .schedule-item .hour .places span.occupied:after {
  content: none;
}

.schedule-buttons {
  margin: 0 0 20px 0;
  padding-left: 44px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .schedule-buttons {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .schedule-buttons button span {
    display: none;
  }
  .schedule-buttons button i {
    margin: 0;
  }
  .schedule-buttons button i.suffix {
    margin: 0;
  }
}
.schedule-buttons .btn-left {
  width: 50%;
}
.schedule-buttons .btn-right {
  width: 50%;
  text-align: right;
}

.select-jumps .set-jump {
  position: relative;
  display: block;
  border: none;
  background: none;
  overflow: visible;
  margin-bottom: 5px;
  padding: 0 0 0 15px;
  cursor: pointer;
  color: #353d48;
  font-size: 12px;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.select-jumps .set-jump:hover {
  color: #2076c9;
}
.select-jumps .set-jump:hover:before {
  content: "\f046";
  color: #2076c9;
}
.select-jumps .set-jump:before {
  position: absolute;
  content: "\f096";
  top: 1px;
  left: 0;
  color: #9a9da2;
  font-size: 14px;
  font-family: FontAwesome, sans-serif;
}

.cancel-jump {
  position: relative;
  border: none;
  background: #f1592a;
  overflow: visible;
  margin-bottom: 5px;
  padding: 3px 5px 3px 17px;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cancel-jump:hover {
  background: #da3e0e;
}
.cancel-jump:before {
  position: absolute;
  content: "\f00d";
  top: 4px;
  left: 5px;
  color: #fff;
  font-size: 12px;
  font-family: FontAwesome, sans-serif;
}

.cart {
  margin-bottom: 20px;
}
.cart .cart-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f4f4f4;
  border-bottom: solid 2px #e7e7e7;
}
.cart .cart-item > div {
  padding: 5px 10px;
}
.cart .cart-item .c-name {
  width: 35%;
}
.cart .cart-item .c-date {
  width: 35%;
}
.cart .cart-item .c-price {
  width: 30%;
  text-align: right;
  white-space: nowrap;
}
.cart .cart-item .c-price .price {
  color: #353d48;
  font-size: 20px;
}
.cart .cart-item .c-price .price .currency {
  left: -3px;
}
.cart .cart-totals-wrapper {
  text-align: right;
}
.cart .cart-totals-wrapper .cart-totals {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.cart .cart-totals-wrapper .cart-totals .ct {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #e7e7e7;
  border-bottom: solid 2px #dbdbdb;
}
.cart .cart-totals-wrapper .cart-totals .ct:last-child {
  border-bottom: none;
}
.cart .cart-totals-wrapper .cart-totals .ct .ct-l {
  padding: 5px 10px;
  text-align: right;
}
.cart .cart-totals-wrapper .cart-totals .ct .ct-r {
  min-width: 100px;
  padding: 5px 10px;
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}
.cart .cart-totals-wrapper .cart-totals .ct .ct-dc {
  display: flex;
  padding: 5px 10px;
  align-items: center;
}
.cart .cart-totals-wrapper .cart-totals .ct .ct-dc label {
  margin-right: 5px;
}

.data-box {
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
  background: #f4f4f4;
}
.data-box .payment-methods label {
  display: block;
  margin: 3px 0;
  white-space: nowrap;
  cursor: pointer;
}
.data-box .poll label {
  margin: 3px 0;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
}
.data-box .poll .poll-other {
  width: 500px;
}
@media (max-width: 768px) {
  .data-box .poll .poll-other {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
}

.use-voucher {
  width: 500px;
  margin: 30px auto;
}
@media (max-width: 768px) {
  .use-voucher {
    width: auto;
  }
}

.fieldset {
  position: relative;
  padding: 20px 10px 10px 10px;
  border: solid 1px #1a1a1a;
  font-size: 14px;
  color: #333;
  background: #f4f4f4;
}
.fieldset a {
  color: #f1601e;
  text-decoration: none;
}
.fieldset a:hover {
  color: #f1601e;
  text-decoration: underline;
}
.fieldset .legend {
  position: absolute;
  top: -12px;
  left: 8px;
  line-height: normal;
  font-size: 13px;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 5px 2px 5px;
  border: solid 1px #1a1a1a;
  background: #1a1a1a;
  text-transform: uppercase;
}

.izi-modal {
  display: none;
}
.izi-modal .izi-modal-content {
  background: #fff;
  color: #333;
  font-size: 14px;
}
.izi-modal .izi-modal-content .izi-modal-head {
  padding: 30px 10px;
  text-align: center;
  color: #000;
  font-size: 28px;
}
.izi-modal .izi-modal-content .izi-modal-body {
  padding: 1px;
  background: #f7f7f7;
  border-top: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
}
@media (max-width: 768px) {
  .izi-modal .izi-modal-content .izi-modal-body {
    padding: 15px;
  }
}
.izi-modal .izi-modal-content .izi-modal-body .ui-datepicker {
  width: 100%;
}
.izi-modal .izi-modal-content .izi-modal-body .ui-datepicker td span,
.izi-modal .izi-modal-content .izi-modal-body .ui-datepicker td a {
  padding: 0.8em;
}
.izi-modal .izi-modal-content .izi-modal-body .ui-widget-content,
.izi-modal .izi-modal-content .izi-modal-body .ui-widget-header {
  border: none;
}
.izi-modal .izi-modal-content .izi-modal-body select {
  max-width: 100%;
}
.izi-modal .izi-modal-content .izi-modal-footer {
  padding: 30px 10px;
}

.row {
  margin: 0 -10px;
  font-size: 0;
}
.row label {
  display: block;
  margin-bottom: 3px;
  color: #31363d;
  font-size: 14px;
}
.row .col-1 {
  position: relative;
  display: inline-block;
  width: 8.3333333333%;
  margin: 8px 0;
  padding: 0 10px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .row .col-1 {
    width: 100%;
  }
}
.row .col-2 {
  position: relative;
  display: inline-block;
  width: 16.6666666667%;
  margin: 8px 0;
  padding: 0 10px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .row .col-2 {
    width: 100%;
  }
}
.row .col-3 {
  position: relative;
  display: inline-block;
  width: 25%;
  margin: 8px 0;
  padding: 0 10px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .row .col-3 {
    width: 100%;
  }
}
.row .col-4 {
  position: relative;
  display: inline-block;
  width: 33.3333333333%;
  margin: 8px 0;
  padding: 0 10px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .row .col-4 {
    width: 100%;
  }
}
.row .col-5 {
  position: relative;
  display: inline-block;
  width: 41.6666666667%;
  margin: 8px 0;
  padding: 0 10px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .row .col-5 {
    width: 100%;
  }
}
.row .col-6 {
  position: relative;
  display: inline-block;
  width: 50%;
  margin: 8px 0;
  padding: 0 10px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .row .col-6 {
    width: 100%;
  }
}
.row .col-7 {
  position: relative;
  display: inline-block;
  width: 58.3333333333%;
  margin: 8px 0;
  padding: 0 10px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .row .col-7 {
    width: 100%;
  }
}
.row .col-8 {
  position: relative;
  display: inline-block;
  width: 66.6666666667%;
  margin: 8px 0;
  padding: 0 10px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .row .col-8 {
    width: 100%;
  }
}
.row .col-9 {
  position: relative;
  display: inline-block;
  width: 75%;
  margin: 8px 0;
  padding: 0 10px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .row .col-9 {
    width: 100%;
  }
}
.row .col-10 {
  position: relative;
  display: inline-block;
  width: 83.3333333333%;
  margin: 8px 0;
  padding: 0 10px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .row .col-10 {
    width: 100%;
  }
}
.row .col-11 {
  position: relative;
  display: inline-block;
  width: 91.6666666667%;
  margin: 8px 0;
  padding: 0 10px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .row .col-11 {
    width: 100%;
  }
}
.row .col-12 {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 8px 0;
  padding: 0 10px;
  vertical-align: top;
}

.text, .box {
  margin-bottom: 20px;
  color: #353d48;
  font-size: 15px;
  text-align: justify;
}
.text a, .box a {
  color: #f1592a;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.text a:hover, .box a:hover {
  color: #f1592a;
  text-decoration: none;
}
.text ul, .box ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
.text ul li, .box ul li {
  position: relative;
  color: #353d48;
  font-size: 16px;
  margin: 3px 0;
  padding: 0;
}
.text ul li:before, .box ul li:before {
  position: relative;
  content: "\f058";
  margin-right: 10px;
  color: #f1592a;
  font-size: 22px;
  font-family: FontAwesome, sans-serif;
}
.text table, .box table {
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
}
.text table tr th, .box table tr th {
  padding: 5px;
  color: #fff;
  font-weight: normal;
  background: #353d48;
}
.text table tr td, .box table tr td {
  padding: 5px;
  border: solid 1px #353d48;
}

select,
input[type=text],
input[type=password],
textarea {
  border: solid 1px #c5c5c5;
  width: 100%;
  height: 40px;
  padding: 0 14px;
  line-height: 38px;
  color: #000;
  font-size: 14px;
}
select:hover, select:focus,
input[type=text]:hover,
input[type=text]:focus,
input[type=password]:hover,
input[type=password]:focus,
textarea:hover,
textarea:focus {
  border: solid 1px #9f9f9f;
}

textarea {
  height: 139px;
  margin: 0;
}

select {
  max-width: 100%;
  padding: 3px 20px 3px 3px;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  background: #fff url("../images/arrow-dropdown.png") no-repeat right 12px center;
}

select::-ms-expand { /* for IE 11 */
  display: none;
}

.mobile-table {
  margin-bottom: 20px;
  overflow-x: auto;
}

.order-table {
  width: 100%;
  border-spacing: 2px;
  border-collapse: separate;
  font-size: 14px;
}
.order-table a {
  color: #f1601e;
  text-decoration: none;
}
.order-table a:hover {
  color: #f1601e;
  text-decoration: underline;
}
.order-table th {
  padding: 3px;
  text-align: left;
  white-space: nowrap;
  background: #3f5f86;
  border: solid 1px #3f5f86;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
}
.order-table th .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-table td {
  padding: 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #d0d0d0;
  background: #f4f4f4;
  color: #333;
}
.order-table td.dark {
  background: #cecece;
}

.no-results {
  text-align: center;
  margin: 100px 0;
}

.call-now {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 15px;
  width: 50px;
  height: 50px;
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid #fff;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.6);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNjAgNjAiPjxwYXRoIGQ9Ik03LjEwNCAxNC4wMzJsMTUuNTg2IDEuOTg0YzAgMC0wLjAxOSAwLjUgMCAwLjk1M2MwLjAyOSAwLjc1Ni0wLjI2IDEuNTM0LTAuODA5IDIuMSBsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDE2LjUgMTcuNCAxOS44IDE5LjhsMTYuODEzIDEuMTQxYzAgMCAwIDAuNCAwIDEuMSBjLTAuMDAyIDAuNDc5LTAuMTc2IDAuOTUzLTAuNTQ5IDEuMzI3bC02LjUwNCA2LjUwNWMwIDAtMTEuMjYxIDAuOTg4LTI1LjkyNS0xMy42NzRDNi4xMTcgMjUuMyA3LjEgMTQgNy4xIDE0IiBmaWxsPSIjN2UwMDAwIi8+PHBhdGggZD0iTTcuMTA0IDEzLjAzMmw2LjUwNC02LjUwNWMwLjg5Ni0wLjg5NSAyLjMzNC0wLjY3OCAzLjEgMC4zNWw1LjU2MyA3LjggYzAuNzM4IDEgMC41IDIuNTMxLTAuMzYgMy40MjZsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDUuMyA2LjkgOS4xIDEwLjY5OWMzLjg0MiAzLjggNy40IDYuNyAxMC43IDkuMSBsNC43NC00Ljc0MmMwLjg5Ny0wLjg5NSAyLjQ3MS0xLjAyNiAzLjQ5OC0wLjI4OWw3LjY0NiA1LjQ1NWMxLjAyNSAwLjcgMS4zIDIuMiAwLjQgMy4xMDVsLTYuNTA0IDYuNSBjMCAwLTExLjI2MiAwLjk4OC0yNS45MjUtMTMuNjc0QzYuMTE3IDI0LjMgNy4xIDEzIDcuMSAxMyIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) center/32px 32px no-repeat #f1592a;
  z-index: 9999;
}
@media (max-width: 768px) {
  .call-now {
    display: block;
  }
}

.footer {
  position: relative;
  background: #f4f4f4;
}
.footer .footer-line-1 {
  display: flex;
  padding: 45px 0;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .footer .footer-line-1 {
    padding: 45px 10px;
  }
}
@media (max-width: 768px) {
  .footer .footer-line-1 {
    flex-direction: column;
  }
}
.footer .footer-line-1 .column:nth-child(1) {
  flex: 0 0 270px;
}
@media (max-width: 992px) {
  .footer .footer-line-1 .column:nth-child(1) {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer .footer-line-1 .column:nth-child(1) {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    flex: 0 0 auto;
    text-align: center;
  }
}
.footer .footer-line-1 .column:nth-child(1) .logo {
  display: inline-block;
  position: relative;
  top: -15px;
}
@media (max-width: 768px) {
  .footer .footer-line-1 .column:nth-child(1) .logo {
    top: -10px;
    left: -50px;
  }
}
.footer .footer-line-1 .column:nth-child(1) .logo:after {
  position: absolute;
  content: attr(title);
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  padding-left: 20px;
  color: #f1592a;
  text-transform: uppercase;
  font-size: 36px;
  font-family: "WienLight", sans-serif;
  z-index: 1;
}
.footer .footer-line-1 .column:nth-child(1) .socials a {
  display: inline-block;
  margin: 0 1px;
  color: #6d6d6d;
  font-size: 24px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .footer-line-1 .column:nth-child(1) .socials a:hover {
  color: #f1592a;
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer .footer-line-1 .column:nth-child(2) {
    margin-bottom: 30px;
    width: 100%;
  }
}
.footer .footer-line-1 .column:nth-child(2) .links-columns {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .footer .footer-line-1 .column:nth-child(2) .links-columns {
    flex-direction: column;
    text-align: center;
    padding-top: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #d0d0d0;
  }
}
.footer .footer-line-1 .column:nth-child(2) .links-columns .links {
  margin: 0 12px;
  padding: 0 12px;
  border-left: solid 1px #d0d0d0;
  font-size: 0;
}
@media (max-width: 640px) {
  .footer .footer-line-1 .column:nth-child(2) .links-columns .links {
    border: none;
  }
}
.footer .footer-line-1 .column:nth-child(2) .links-columns .links a {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  color: #231f20;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer .footer-line-1 .column:nth-child(2) .links-columns .links a:hover {
  color: #f1592a;
  text-decoration: none;
}
.footer .footer-line-1 .column:nth-child(2) .links-columns .links a:hover:before {
  width: 2px;
}
.footer .footer-line-1 .column:nth-child(2) .links-columns .links a:before {
  position: absolute;
  content: "";
  left: -13px;
  top: 0;
  width: 0;
  height: 100%;
  background: #f1592a;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer .footer-line-1 .column:nth-child(2) .links-columns .links a:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .footer .footer-line-1 .column:nth-child(2) .links-columns .links a:last-child {
    margin-bottom: 10px;
  }
}
.footer .footer-line-1 .column:nth-child(3) {
  color: #231f20;
}
.footer .footer-line-1 .column:nth-child(3) p {
  margin: 0 0 15px 0;
}
.footer .footer-line-1 .column:nth-child(3) table {
  border-collapse: collapse;
  border-spacing: 0;
}
.footer .footer-line-1 .column:nth-child(3) table tr td {
  vertical-align: top;
}
.footer .footer-line-1 .column:nth-child(3) strong {
  font-size: 18px;
}
.footer .footer-line-1 .column:nth-child(3) .fa-mobile {
  color: #929292;
  font-size: 23px;
  margin-right: 10px;
}
.footer .footer-line-1 .column:nth-child(3) .fa-envelope {
  color: #929292;
  font-size: 15px;
  margin-right: 10px;
}
.footer .footer-line-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  color: #6d6d6d;
  font-size: 14px;
}
@media (max-width: 768px) {
  .footer .footer-line-2 {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .footer .footer-line-2 {
    border-top: solid 1px #d0d0d0;
    background: #fff;
  }
}
@media (max-width: 768px) {
  .footer .footer-line-2 .copyright {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .footer .footer-line-2 .bank-cards {
    margin-bottom: 10px;
  }
}
.footer .footer-line-2 .web-design a {
  color: #6d6d6d;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer .footer-line-2 .web-design a:hover {
  color: #545454;
  text-decoration: none;
}

.title-01, .how-we-proceed h1 {
  color: #3f5f86;
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-family: "WienLight", sans-serif;
}
@media (max-width: 768px) {
  .title-01, .how-we-proceed h1 {
    font-size: 35px;
  }
}

.title-02 {
  color: #2177cc;
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  text-shadow: 1px 1px 0 #fff;
  font-family: "WienLight", sans-serif;
}

.title-03 {
  color: #3f5f86;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-family: "WienLight", sans-serif;
}

.title-04 {
  color: #3f5f86;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-family: "WienLight", sans-serif;
}

.btn {
  margin: 0;
  display: inline-block;
  position: relative;
  overflow: visible;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover {
  text-decoration: none;
}

.btn-01 {
  height: 40px;
  padding: 0 38px;
  background: #000;
  line-height: 38px;
  border: solid 1px #000;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-01:hover {
  color: #fff;
  background: #3e3e3e;
  border: solid 1px #3e3e3e;
}
.btn-01 i {
  position: relative;
  margin: 0 0 0 5px;
  top: -1px;
  font-size: 14px;
  vertical-align: middle;
}
.btn-01 i.suffix {
  margin: 0 9px 0 0;
}

.btn-02 {
  height: 40px;
  padding: 0 38px;
  background: #f1592a;
  line-height: 38px;
  border: solid 1px #f1592a;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-02:hover {
  color: #fff;
  background: #da3e0e;
  border: solid 1px #da3e0e;
}
.btn-02 i {
  position: relative;
  margin: 0 0 0 5px;
  top: -1px;
  font-size: 14px;
  vertical-align: middle;
}
.btn-02 i.suffix {
  margin: 0 9px 0 0;
}

.btn-03 {
  height: 38px;
  padding: 0 24px;
  background: #2177cc;
  line-height: 36px;
  border: solid 1px #2177cc;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-03:hover {
  color: #fff;
  background: #1a5da0;
  border: solid 1px #1a5da0;
}
.btn-03 i {
  position: relative;
  margin: 0 0 0 5px;
  top: -1px;
  font-size: 14px;
  vertical-align: middle;
}
.btn-03 i.suffix {
  margin: 0 9px 0 0;
}

.btn-04 {
  height: 38px;
  padding: 0 22px;
  background: #868686;
  line-height: 36px;
  border: solid 1px #868686;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-04:hover {
  color: #fff;
  background: #6d6d6d;
  border: solid 1px #6d6d6d;
}
.btn-04 i {
  position: relative;
  margin: 0 0 0 5px;
  top: -1px;
  font-size: 14px;
  vertical-align: middle;
}
.btn-04 i.suffix {
  margin: 0 9px 0 0;
}

.btn-05 {
  height: 38px;
  padding: 0 22px;
  background: #f1592a;
  line-height: 36px;
  border: solid 1px #f1592a;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-05:hover {
  color: #fff;
  background: #da3e0e;
  border: solid 1px #da3e0e;
}
.btn-05 i {
  position: relative;
  margin: 0 0 0 5px;
  top: -1px;
  font-size: 14px;
  vertical-align: middle;
}
.btn-05 i.suffix {
  margin: 0 9px 0 0;
}

.btn-06 {
  height: 38px;
  padding: 0 10px;
  background: #2177cc;
  line-height: 36px;
  border: solid 1px #2177cc;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-06:hover {
  color: #fff;
  background: #1a5da0;
  border: solid 1px #1a5da0;
}
.btn-06 i {
  position: relative;
  margin: 0 0 0 5px;
  top: -1px;
  font-size: 14px;
  vertical-align: middle;
}
.btn-06 i.suffix {
  margin: 0 9px 0 0;
}

.btn-choose {
  height: 28px;
  padding: 0 15px;
  background: #2177cc;
  line-height: 26px;
  border: solid 1px #2177cc;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-choose:hover {
  color: #fff;
  background: #1a5da0;
  border: solid 1px #1a5da0;
}
.btn-choose i {
  position: relative;
  margin: 0 0 0 5px;
  top: -1px;
  font-size: 14px;
  vertical-align: middle;
}
.btn-choose i.suffix {
  margin: 0 9px 0 0;
}

/* Open layers Map */
.ol-map {
  margin-bottom: 40px;
  height: 460px;
}

.ol-popup {
  position: absolute;
  bottom: 12px;
  left: -50px;
  padding: 15px;
  background-color: #fdfdfd;
  border: 1px solid #ebebeb;
  font-size: 16px;
  margin-bottom: 15px;
  border-radius: 0 15px 0 15px;
  width: 185px;
}
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #ebebeb;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup .ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
.ol-popup .ol-popup-closer:hover {
  text-decoration: none;
}
.ol-popup .ol-popup-closer:after {
  content: "\f00d";
  color: #c00;
  font-size: 14px;
  font-family: FontAwesome, sans-serif;
}

/* Open layers Map */
@media (max-width: 480px) {
  .ajax-message .content,
  .display-message .content {
    width: 100%;
  }
}

.stripe-form label {
  display: block;
}
.stripe-form label input {
  border: solid 1px #d7d7d7;
  background: #fff;
  width: 100%;
  height: 40px;
  padding: 0 14px;
  line-height: 38px;
  color: #999;
  font-size: 15px;
  font-weight: normal;
}
.stripe-form label input:hover, .stripe-form label input:focus {
  border: solid 1px #737373;
}
.stripe-form label input:-moz-placeholder, .stripe-form label input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.stripe-form label input::-webkit-input-placeholder, .stripe-form label input:-ms-input-placeholder {
  color: #999;
}
.stripe-form .stripe-control {
  border: solid 1px #d7d7d7;
  background: #fff;
  width: 100%;
  height: 40px;
  padding: 10px 14px 0 14px;
  line-height: 38px;
  color: #000;
  font-size: 14px;
}
.stripe-form .stripe-control:hover, .stripe-form .stripe-control:focus {
  border: solid 1px #b1b1b1;
}

.slash {
  opacity: 35%;
  padding: 0 3px;
}

.declaration-waver.adult .type1 {
  display: block;
}
.declaration-waver.adult .type1.inline {
  display: inline !important;
}
.declaration-waver.adult .type1.inline-block {
  display: inline-block !important;
}
.declaration-waver.adult .type2 {
  display: none;
}
.declaration-waver.parent .type1 {
  display: none;
}
.declaration-waver.parent .type2 {
  display: block;
}
.declaration-waver.parent .type2.inline {
  display: inline !important;
}
.declaration-waver.parent .type2.inline-block {
  display: inline-block !important;
}
.declaration-waver .inline-block {
  margin-right: 15px;
  margin-bottom: 10px;
}
.declaration-waver .signature-pad {
  border: 2px solid #ccc;
  width: 400px;
  height: 200px;
}
.declaration-waver .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/*@media (max-width : 1200px) {}
@media (max-width : 992px) {}
@media (max-width : 768px) {}*/

/*# sourceMappingURL=css_layout.css.map */
