@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Cardo:400,400italic,700);
/* ==========================================================================
Typography
========================================================================== */
p {
  font-size: 14px;
  line-height: 22.4px;
  color: #6c7279; }

h1 {
  font-size: 60px;
  color: #2d3033; 
  }

h2 {
  font-size: 40px;
  color: #2d3033;
padding-bottom: 20px;
  }

h3 {
  font-size: 28px;
  color: #2d3033;
  font-weight: 300; }

h4 {
  font-size: 22px;
  color: #2d3033;
  font-weight: 400; }

h5 {
  font-size: 14px;
  color: #2d3033;
  text-transform: uppercase;
  font-weight: 700; }

.btn {
  background-color: #e84545;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase; }
  .btn:hover, .btn:focus {
    background-color: #e52e2e;
    color: #fff; }
  .btn-large {
    padding: 15px 40px; }
.btn2 {
  background-color: #e84545;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase; }
  .btn2:hover, .btn2:focus {
    background-color: #e52e2e;
    color: #fff; }
/* ==========================================================================
	General Styles
========================================================================== */
a {
  color: #e84545; }

a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s; }

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #6c7279; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.section {
  padding: 20px 0; }

.no-padding {
  padding: 0; }

.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/* ==========================================================================
	$Header
========================================================================== */
#header {
  position: fixed;
  width: 100%;
  z-index: 999; }
  #header .header-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
    max-width: 1170px;
    padding: 40px 0;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s; }
  #header .logo {
    float: left; }

#header.fixed {
  background-color: rgba(41, 44, 71, 0.65); }
  #header.fixed .header-content {
    border-bottom: 0;
    padding: 25px 0; }
  #header.fixed .nav-toggle {
    top: 18px; }

.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.navigation {
  float: right; }
  .navigation li {
    display: inline-block; }
  .navigation a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-weight: 700;
    margin-left: 15px;
    }
    .navigation a:hover, .navigation a.active {
      color: #fff; }

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 32px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .nav-toggle:before, .nav-toggle:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform; }
  .nav-toggle:before {
    background-color: #e84545;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .nav-toggle:after {
    background-color: #e84545;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
  .nav-toggle span {
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .nav-toggle span:before, .nav-toggle span:after {
      background-color: #fff;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
    .nav-toggle span:before {
      -moz-transform: translateY(-6px) rotate(0deg);
      -ms-transform: translateY(-6px) rotate(0deg);
      -webkit-transform: translateY(-6px) rotate(0deg);
      transform: translateY(-6px) rotate(0deg); }
    .nav-toggle span:after {
      -moz-transform: translateY(6px) rotate(0deg);
      -ms-transform: translateY(6px) rotate(0deg);
      -webkit-transform: translateY(6px) rotate(0deg);
      transform: translateY(6px) rotate(0deg); }
  .nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0); }
    .nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
      background-color: #fff; }
    .nav-toggle.close-nav span:before {
      -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .nav-toggle.close-nav span:after {
      -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); }

/* ==========================================================================
	$Banner
========================================================================== */
.banner {
  background-image: url(../images/banner.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 750px; }

.banner-text {
  padding-top: 15%; }
  .banner-text h1 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
 }
  .banner-text p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 50px; }

/* ==========================================================================
	$Features
========================================================================== */
.feature {
  margin-bottom: 50px; }
  .feature-content {
    padding: 0 15px;
    margin-top: 30px; }
  .feature .icon {
    color: #e84545;
    font-size: 60px;
font-weight: bold;	}

/* ==========================================================================
	$Works
========================================================================== */
.work {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  min-height: 350px;
  overflow: hidden;
  position: relative;
  visibility: hidden; }
  .work .overlay {
    background: rgba(232, 69, 69, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s; }
  .work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .work h5, .work p, .work img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s; }
  .work h5, .work p {
    color: #fff;
    margin: 0;
    opacity: 0; }
  .work h5 {
    margin-bottom: 5px;
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); }
  .work p {
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }

.work-box:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.work-box:hover .overlay {
  opacity: 1; }
  .work-box:hover .overlay h5, .work-box:hover .overlay p {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* ==========================================================================
	$Teams
========================================================================== */
.person {
  max-width: 270px; }
  .person-content {
    margin-top: 20px; }
  .person h4 {
    font-weight: 400; }
  .person h5 {
    color: #e84545;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px; }

.social-icons, .footer .footer-share {
  margin-top: 30px; }
  .social-icons li, .footer .footer-share li {
    float: left; }
  .social-icons a, .footer .footer-share a {
    border: 1px solid #e8ecee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #c6cacc;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px; }
    .social-icons a:hover, .footer .footer-share a:hover {
      background-color: #e84545;
      border-color: #e84545;
      color: #fff; }

/* ==========================================================================
	$Testimonials
========================================================================== */
.testimonials {
  background-color: #53354a;
  position: relative; }
  .testimonials blockquote {
    border: 0;
    margin: 0;
    padding: 100px 15% 0; }
  .testimonials p {
    color: #fff;
    font: italic 36px "Cardo", Georgia, "Times New Roman", serif; }
  .testimonials cite {
    color: #fff;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase; }

/* ==========================================================================
	$Download
========================================================================== */
.download h3 {
  margin-top: 0; }
.download p {
  color: #2d3033;
  font-weight: 600;
  text-transform: uppercase; }
.download .btn {
  margin-top: 30px; }

/* ==========================================================================
	$Footer
========================================================================== */
.footer {
  text-align: center; }
  .footer-top {
    background-color: #3a3e64;
    padding-top: 50px; }
  .footer-bottom {
    background-color: #313454;
    padding: 20px 0; }
  .footer .footer-col {
    margin-bottom: 80px; }
  .footer h5 {
    color: #fff; }
  .footer h5 {
    margin-bottom: 20px; }
  .footer p {
    color: rgba(255, 255, 255, 0.5); }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #e84545; }
  .footer .footer-share {
    margin-top: 0; }
    .footer .footer-share li {
      display: inline-block;
      float: none; }
    .footer .footer-share a {
      border-width: 2px;
      color: #fff; }
  .footer .fa-heart {
    color: #e84545;
    font-size: 11px;
    margin: 0 2px; }

/* ==========================================================================
	$Utilities
========================================================================== */
.work:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.work:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.work:nth-child(3) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.work:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.work:nth-child(5) {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.work:nth-child(6) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.work:nth-child(7) {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.work:nth-child(8) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animated {
  visibility: visible; }

/* ==========================================================================
	Font Icon (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */
@font-face {
  font-family: "elegant-theme-line";
  src: url('../fonts/elegant-theme-line.ttf?1439850014') format('truetype'), url('../fonts/elegant-theme-line.eot?1439850014') format('embedded-opentype'), url('../fonts/elegant-theme-line.svg?1439850014') format('svg'), url('../fonts/elegant-theme-line.woff?1439850014') format('woff'); }
.icon {
  font-family: 'elegant-theme-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mobile:before {
  content: "\e000"; }

.icon-laptop:before {
  content: "\e001"; }

.icon-desktop:before {
  content: "\e002"; }

.icon-tablet:before {
  content: "\e003"; }

.icon-phone:before {
  content: "\e004"; }

.icon-document:before {
  content: "\e005"; }

.icon-documents:before {
  content: "\e006"; }

.icon-search:before {
  content: "\e007"; }

.icon-clipboard:before {
  content: "\e008"; }

.icon-newspaper:before {
  content: "\e009"; }

.icon-notebook:before {
  content: "\e00a"; }

.icon-book-open:before {
  content: "\e00b"; }

.icon-browser:before {
  content: "\e00c"; }

.icon-calendar:before {
  content: "\e00d"; }

.icon-presentation:before {
  content: "\e00e"; }

.icon-picture:before {
  content: "\e00f"; }

.icon-pictures:before {
  content: "\e010"; }

.icon-video:before {
  content: "\e011"; }

.icon-camera:before {
  content: "\e012"; }

.icon-printer:before {
  content: "\e013"; }

.icon-toolbox:before {
  content: "\e014"; }

.icon-briefcase:before {
  content: "\e015"; }

.icon-wallet:before {
  content: "\e016"; }

.icon-gift:before {
  content: "\e017"; }

.icon-bargraph:before {
  content: "\e018"; }

.icon-grid:before {
  content: "\e019"; }

.icon-expand:before {
  content: "\e01a"; }

.icon-focus:before {
  content: "\e01b"; }

.icon-edit:before {
  content: "\e01c"; }

.icon-adjustments:before {
  content: "\e01d"; }

.icon-ribbon:before {
  content: "\e01e"; }

.icon-hourglass:before {
  content: "\e01f"; }

.icon-lock:before {
  content: "\e020"; }

.icon-megaphone:before {
  content: "\e021"; }

.icon-shield:before {
  content: "\e022"; }

.icon-trophy:before {
  content: "\e023"; }

.icon-flag:before {
  content: "\e024"; }

.icon-map:before {
  content: "\e025"; }

.icon-puzzle:before {
  content: "\e026"; }

.icon-basket:before {
  content: "\e027"; }

.icon-envelope:before {
  content: "\e028"; }

.icon-streetsign:before {
  content: "\e029"; }

.icon-telescope:before {
  content: "\e02a"; }

.icon-gears:before {
  content: "\e02b"; }

.icon-key:before {
  content: "\e02c"; }

.icon-paperclip:before {
  content: "\e02d"; }

.icon-attachment:before {
  content: "\e02e"; }

.icon-pricetags:before {
  content: "\e02f"; }

.icon-lightbulb:before {
  content: "\e030"; }

.icon-layers:before {
  content: "\e031"; }

.icon-pencil:before {
  content: "\e032"; }

.icon-tools:before {
  content: "\e033"; }

.icon-tools-2:before {
  content: "\e034"; }

.icon-scissors:before {
  content: "\e035"; }

.icon-paintbrush:before {
  content: "\e036"; }

.icon-magnifying-glass:before {
  content: "\e037"; }

.icon-circle-compass:before {
  content: "\e038"; }

.icon-linegraph:before {
  content: "\e039"; }

.icon-mic:before {
  content: "\e03a"; }

.icon-strategy:before {
  content: "\e03b"; }

.icon-beaker:before {
  content: "\e03c"; }

.icon-caution:before {
  content: "\e03d"; }

.icon-recycle:before {
  content: "\e03e"; }

.icon-anchor:before {
  content: "\e03f"; }

.icon-profile-male:before {
  content: "\e040"; }

.icon-profile-female:before {
  content: "\e041"; }

.icon-bike:before {
  content: "\e042"; }

.icon-wine:before {
  content: "\e043"; }

.icon-hotairballoon:before {
  content: "\e044"; }

.icon-globe:before {
  content: "\e045"; }

.icon-genius:before {
  content: "\e046"; }

.icon-map-pin:before {
  content: "\e047"; }

.icon-dial:before {
  content: "\e048"; }

.icon-chat:before {
  content: "\e049"; }

.icon-heart:before {
  content: "\e04a"; }

.icon-cloud:before {
  content: "\e04b"; }

.icon-upload:before {
  content: "\e04c"; }

.icon-download:before {
  content: "\e04d"; }

.icon-target:before {
  content: "\e04e"; }

.icon-hazardous:before {
  content: "\e04f"; }

.icon-piechart:before {
  content: "\e050"; }

.icon-speedometer:before {
  content: "\e051"; }

.icon-global:before {
  content: "\e052"; }

.icon-compass:before {
  content: "\e053"; }

.icon-lifesaver:before {
  content: "\e054"; }

.icon-clock:before {
  content: "\e055"; }

.icon-aperture:before {
  content: "\e056"; }

.icon-quote:before {
  content: "\e057"; }

.icon-scope:before {
  content: "\e058"; }

.icon-alarmclock:before {
  content: "\e059"; }

.icon-refresh:before {
  content: "\e05a"; }

.icon-happy:before {
  content: "\e05b"; }

.icon-sad:before {
  content: "\e05c"; }

.icon-facebook:before {
  content: "\e05d"; }

.icon-twitter:before {
  content: "\e05e"; }

.icon-googleplus:before {
  content: "\e05f"; }

.icon-rss:before {
  content: "\e060"; }

.icon-tumblr:before {
  content: "\e061"; }

.icon-linkedin:before {
  content: "\e062"; }

.icon-dribbble:before {
  content: "\e063"; }
  
  .timeline-vertical {
  padding-top: 24px;
  position: relative;
}
.timeline-vertical:before {
  content: "";
  position: absolute;
  background-color: #efefef;
  width: 6px;
  height: 100%;
  top: 0px;
  left: 50%;
  margin-left: -3px;
  display: block;
}
@media (max-width: 991px) {
  .timeline-vertical {
    padding-top: 0px;
  }
  .timeline-vertical:before {
    left: 7px;
    margin-left: 0px;
  }
}
.timeline-vertical__row {
  padding-bottom: 24px;
}
.timeline-vertical__row:before, .timeline-vertical__row:after {
  content: " ";
  display: table;
}
.timeline-vertical__row:after {
  clear: both;
}
.timeline-vertical__info {
  position: relative;
}
.timeline-vertical__info:before, .timeline-vertical__info:after {
  content: " ";
  display: table;
}
.timeline-vertical__info:after {
  clear: both;
}
.timeline-vertical__info:before {
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: 50%;
  top: 12px;
  z-index: 2;
  margin-left: -10px;
  border-radius: 10px;
  background: url("../img/circle.png") repeat scroll 0 0 transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .timeline-vertical__info:before {
    left: 0px;
    margin-left: 0px;
  }
}
.timeline-vertical__date {
  width: 50%;
  float: left;
  padding-top: 10px;
}
.timeline-vertical__date:before, .timeline-vertical__date:after {
  content: " ";
  display: table;
}
.timeline-vertical__date:after {
  clear: both;
}
.timeline-vertical__date span {
  display: block;
  float: right;
  margin-right: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 12.45px;
  color: #fff;
}
.timeline-vertical__date_inverse {
  float: right;
}
.timeline-vertical__date_inverse span {
  float: left;
  margin-right: 0px;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .timeline-vertical__date {
    float: none;
    width: 100%;
    margin-bottom: 12px;
  }
  .timeline-vertical__date span {
    float: left;
    margin-left: 40px;
  }
}
.timeline-vertical__title {
  width: 50%;
  float: right;
  padding-left: 30px;
}
.timeline-vertical__title h3 {
  margin: 0px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.timeline-vertical__title_inverse {
  float: left;
  padding-left: 0px;
  padding-right: 30px;
  text-align: right;
}
@media (max-width: 991px) {
  .timeline-vertical__title {
    float: none;
    padding-left: 40px;
    width: 100%;
    text-align: left;
  }
}
.timeline-vertical__text {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.timeline-vertical__text p {
  margin: 0px;
}
.timeline-vertical__text_inverse {
  float: left;
  padding-right: 30px;
  padding-left: 0px;
  text-align: right;
}
@media (max-width: 991px) {
  .timeline-vertical__text {
    float: none;
    padding-left: 40px;
    width: 100%;
    text-align: left;
  }
}
.timeline-vertical__row:hover .timeline-vertical__info:before {
  background-color: #1976D2;
}
.timeline-vertical__info:before {
  background-color: #FF5252;
}
.timeline-vertical__date span {
  background-color: #303F9F;
}
.img465 {
	width: 350px;
}
.telephone {    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding-top: 25px;
    padding-left: 38px;}
	
.iconw {
	    color: #e84545;
    font-size: 60px!important;
}

.zakaz {
    	 
    }

    .zakaz .zakaz-title-block {
    	background-color: #fff; 
    	height: auto;
    	position: relative;
    	
    }

    .zakaz .how-to-zakaz {
        text-align: center;
        font-size: 23pt;
        margin-top: 38px;
        margin-bottom: 50px;
    }

    .zakaz .zakaz-action-block {
        background-color: #fff; 
        height: 250px;
        position: relative;
      
        text-align: center;
    }

    .zakaz-action {
    	display: inline-block;
    	vertical-align: top;
    	text-align: center;
        width: 118px;
    }

    .zakaz-action-icon {
        height: 50px;
        display: inline-block;
    }

    .zakaz-action-block .zakaz-action-title {
    	font-family: 'Circe';
    	color: #0052a4; 
    	font-size: 12pt;
    	margin-top: 35px;
    	margin-bottom: 0;
    	text-align: center;
    }

    .zakaz-action + .arrow-zakaz {
    	margin-left: 35px;
    	padding-top: 30px;
    }
	


audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a {
  text-decoration: none;
  background-color: transparent;
}
a:focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

i {
  font-style: italic;
}

p,
pre {
  margin: 24px 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

h1 {
  font-size: 30px;
  line-height: 48px;
  margin-top: 12px;
  margin-bottom: 12px;
}

h2 {
  font-size: 23px;
  line-height: 48px;
  margin-top: 12px;
  margin-bottom: 12px;
}

h3 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
}

h4 {
  font-size: 15px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
}

h5 {
  font-size: 12px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
}

h6 {
  font-size: 10px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Scada", sans-serif;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container_fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container_fluid:before, .container_fluid:after {
  content: " ";
  display: table;
}
.container_fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col_xs_1, .col_sm_1, .col_md_1, .col_lg_1, .col_xs_2, .col_sm_2, .col_md_2, .col_lg_2, .col_xs_3, .col_sm_3, .col_md_3, .col_lg_3, .col_xs_4, .col_sm_4, .col_md_4, .col_lg_4, .col_xs_5, .col_sm_5, .col_md_5, .col_lg_5, .col_xs_6, .col_sm_6, .col_md_6, .col_lg_6, .col_xs_7, .col_sm_7, .col_md_7, .col_lg_7, .col_xs_8, .col_sm_8, .col_md_8, .col_lg_8, .col_xs_9, .col_sm_9, .col_md_9, .col_lg_9, .col_xs_10, .col_sm_10, .col_md_10, .col_lg_10, .col_xs_11, .col_sm_11, .col_md_11, .col_lg_11, .col_xs_12, .col_sm_12, .col_md_12, .col_lg_12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col_xs_1, .col_xs_2, .col_xs_3, .col_xs_4, .col_xs_5, .col_xs_6, .col_xs_7, .col_xs_8, .col_xs_9, .col_xs_10, .col_xs_11, .col_xs_12 {
  float: left;
}

.col_xs_1 {
  width: 8.33333%;
}

.col_xs_2 {
  width: 16.66667%;
}

.col_xs_3 {
  width: 25%;
}

.col_xs_4 {
  width: 33.33333%;
}

.col_xs_5 {
  width: 41.66667%;
}

.col_xs_6 {
  width: 50%;
}

.col_xs_7 {
  width: 58.33333%;
}

.col_xs_8 {
  width: 66.66667%;
}

.col_xs_9 {
  width: 75%;
}

.col_xs_10 {
  width: 83.33333%;
}

.col_xs_11 {
  width: 91.66667%;
}

.col_xs_12 {
  width: 100%;
}

.col_xs_pull_0 {
  right: auto;
}

.col-xs_pull_1 {
  right: 8.33333%;
}

.col-xs_pull_2 {
  right: 16.66667%;
}

.col-xs_pull_3 {
  right: 25%;
}

.col-xs_pull_4 {
  right: 33.33333%;
}

.col-xs_pull_5 {
  right: 41.66667%;
}

.col-xs_pull_6 {
  right: 50%;
}

.col-xs_pull_7 {
  right: 58.33333%;
}

.col-xs_pull_8 {
  right: 66.66667%;
}

.col-xs_pull_9 {
  right: 75%;
}

.col-xs_pull_10 {
  right: 83.33333%;
}

.col-xs_pull_11 {
  right: 91.66667%;
}

.col-xs_pull_12 {
  right: 100%;
}

.col-xs_push_0 {
  left: auto;
}

.col_xs_push_1 {
  left: 8.33333%;
}

.col_xs_push_2 {
  left: 16.66667%;
}

.col_xs_push_3 {
  left: 25%;
}

.col_xs_push_4 {
  left: 33.33333%;
}

.col_xs_push_5 {
  left: 41.66667%;
}

.col_xs_push_6 {
  left: 50%;
}

.col_xs_push_7 {
  left: 58.33333%;
}

.col_xs_push_8 {
  left: 66.66667%;
}

.col_xs_push_9 {
  left: 75%;
}

.col_xs_push_10 {
  left: 83.33333%;
}

.col_xs_push_11 {
  left: 91.66667%;
}

.col_xs_push_12 {
  left: 100%;
}

.col_xs_offset_0 {
  margin-left: 0%;
}

.col_xs_offset_1 {
  margin-left: 8.33333%;
}

.col_xs_offset_2 {
  margin-left: 16.66667%;
}

.col_xs_offset_3 {
  margin-left: 25%;
}

.col_xs_offset_4 {
  margin-left: 33.33333%;
}

.col_xs_offset_5 {
  margin-left: 41.66667%;
}

.col_xs_offset_6 {
  margin-left: 50%;
}

.col_xs_offset_7 {
  margin-left: 58.33333%;
}

.col_xs_offset_8 {
  margin-left: 66.66667%;
}

.col_xs_offset_9 {
  margin-left: 75%;
}

.col_xs_offset_10 {
  margin-left: 83.33333%;
}

.col_xs_offset_11 {
  margin-left: 91.66667%;
}

.col_xs_offset_12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col_sm_1, .col_sm_2, .col_sm_3, .col_sm_4, .col_sm_5, .col_sm_6, .col_sm_7, .col_sm_8, .col_sm_9, .col_sm_10, .col_sm_11, .col_sm_12 {
    float: left;
  }

  .col_sm_1 {
    width: 8.33333%;
  }

  .col_sm_2 {
    width: 16.66667%;
  }

  .col_sm_3 {
    width: 25%;
  }

  .col_sm_4 {
    width: 33.33333%;
  }

  .col_sm_5 {
    width: 41.66667%;
  }

  .col_sm_6 {
    width: 50%;
  }

  .col_sm_7 {
    width: 58.33333%;
  }

  .col_sm_8 {
    width: 66.66667%;
  }

  .col_sm_9 {
    width: 75%;
  }

  .col_sm_10 {
    width: 83.33333%;
  }

  .col_sm_11 {
    width: 91.66667%;
  }

  .col_sm_12 {
    width: 100%;
  }

  .col_sm_pull_0 {
    right: auto;
  }

  .col-sm_pull_1 {
    right: 8.33333%;
  }

  .col-sm_pull_2 {
    right: 16.66667%;
  }

  .col-sm_pull_3 {
    right: 25%;
  }

  .col-sm_pull_4 {
    right: 33.33333%;
  }

  .col-sm_pull_5 {
    right: 41.66667%;
  }

  .col-sm_pull_6 {
    right: 50%;
  }

  .col-sm_pull_7 {
    right: 58.33333%;
  }

  .col-sm_pull_8 {
    right: 66.66667%;
  }

  .col-sm_pull_9 {
    right: 75%;
  }

  .col-sm_pull_10 {
    right: 83.33333%;
  }

  .col-sm_pull_11 {
    right: 91.66667%;
  }

  .col-sm_pull_12 {
    right: 100%;
  }

  .col-sm_push_0 {
    left: auto;
  }

  .col_sm_push_1 {
    left: 8.33333%;
  }

  .col_sm_push_2 {
    left: 16.66667%;
  }

  .col_sm_push_3 {
    left: 25%;
  }

  .col_sm_push_4 {
    left: 33.33333%;
  }

  .col_sm_push_5 {
    left: 41.66667%;
  }

  .col_sm_push_6 {
    left: 50%;
  }

  .col_sm_push_7 {
    left: 58.33333%;
  }

  .col_sm_push_8 {
    left: 66.66667%;
  }

  .col_sm_push_9 {
    left: 75%;
  }

  .col_sm_push_10 {
    left: 83.33333%;
  }

  .col_sm_push_11 {
    left: 91.66667%;
  }

  .col_sm_push_12 {
    left: 100%;
  }

  .col_sm_offset_0 {
    margin-left: 0%;
  }

  .col_sm_offset_1 {
    margin-left: 8.33333%;
  }

  .col_sm_offset_2 {
    margin-left: 16.66667%;
  }

  .col_sm_offset_3 {
    margin-left: 25%;
  }

  .col_sm_offset_4 {
    margin-left: 33.33333%;
  }

  .col_sm_offset_5 {
    margin-left: 41.66667%;
  }

  .col_sm_offset_6 {
    margin-left: 50%;
  }

  .col_sm_offset_7 {
    margin-left: 58.33333%;
  }

  .col_sm_offset_8 {
    margin-left: 66.66667%;
  }

  .col_sm_offset_9 {
    margin-left: 75%;
  }

  .col_sm_offset_10 {
    margin-left: 83.33333%;
  }

  .col_sm_offset_11 {
    margin-left: 91.66667%;
  }

  .col_sm_offset_12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col_md_1, .col_md_2, .col_md_3, .col_md_4, .col_md_5, .col_md_6, .col_md_7, .col_md_8, .col_md_9, .col_md_10, .col_md_11, .col_md_12 {
    float: left;
  }

  .col_md_1 {
    width: 8.33333%;
  }

  .col_md_2 {
    width: 16.66667%;
  }

  .col_md_3 {
    width: 25%;
  }

  .col_md_4 {
    width: 33.33333%;
  }

  .col_md_5 {
    width: 41.66667%;
  }

  .col_md_6 {
    width: 50%;
  }

  .col_md_7 {
    width: 58.33333%;
  }

  .col_md_8 {
    width: 66.66667%;
  }

  .col_md_9 {
    width: 75%;
  }

  .col_md_10 {
    width: 83.33333%;
  }

  .col_md_11 {
    width: 91.66667%;
  }

  .col_md_12 {
    width: 100%;
  }

  .col_md_pull_0 {
    right: auto;
  }

  .col-md_pull_1 {
    right: 8.33333%;
  }

  .col-md_pull_2 {
    right: 16.66667%;
  }

  .col-md_pull_3 {
    right: 25%;
  }

  .col-md_pull_4 {
    right: 33.33333%;
  }

  .col-md_pull_5 {
    right: 41.66667%;
  }

  .col-md_pull_6 {
    right: 50%;
  }

  .col-md_pull_7 {
    right: 58.33333%;
  }

  .col-md_pull_8 {
    right: 66.66667%;
  }

  .col-md_pull_9 {
    right: 75%;
  }

  .col-md_pull_10 {
    right: 83.33333%;
  }

  .col-md_pull_11 {
    right: 91.66667%;
  }

  .col-md_pull_12 {
    right: 100%;
  }

  .col-md_push_0 {
    left: auto;
  }

  .col_md_push_1 {
    left: 8.33333%;
  }

  .col_md_push_2 {
    left: 16.66667%;
  }

  .col_md_push_3 {
    left: 25%;
  }

  .col_md_push_4 {
    left: 33.33333%;
  }

  .col_md_push_5 {
    left: 41.66667%;
  }

  .col_md_push_6 {
    left: 50%;
  }

  .col_md_push_7 {
    left: 58.33333%;
  }

  .col_md_push_8 {
    left: 66.66667%;
  }

  .col_md_push_9 {
    left: 75%;
  }

  .col_md_push_10 {
    left: 83.33333%;
  }

  .col_md_push_11 {
    left: 91.66667%;
  }

  .col_md_push_12 {
    left: 100%;
  }

  .col_md_offset_0 {
    margin-left: 0%;
  }

  .col_md_offset_1 {
    margin-left: 8.33333%;
  }

  .col_md_offset_2 {
    margin-left: 16.66667%;
  }

  .col_md_offset_3 {
    margin-left: 25%;
  }

  .col_md_offset_4 {
    margin-left: 33.33333%;
  }

  .col_md_offset_5 {
    margin-left: 41.66667%;
  }

  .col_md_offset_6 {
    margin-left: 50%;
  }

  .col_md_offset_7 {
    margin-left: 58.33333%;
  }

  .col_md_offset_8 {
    margin-left: 66.66667%;
  }

  .col_md_offset_9 {
    margin-left: 75%;
  }

  .col_md_offset_10 {
    margin-left: 83.33333%;
  }

  .col_md_offset_11 {
    margin-left: 91.66667%;
  }

  .col_md_offset_12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col_lg_1, .col_lg_2, .col_lg_3, .col_lg_4, .col_lg_5, .col_lg_6, .col_lg_7, .col_lg_8, .col_lg_9, .col_lg_10, .col_lg_11, .col_lg_12 {
    float: left;
  }

  .col_lg_1 {
    width: 8.33333%;
  }

  .col_lg_2 {
    width: 16.66667%;
  }

  .col_lg_3 {
    width: 25%;
  }

  .col_lg_4 {
    width: 33.33333%;
  }

  .col_lg_5 {
    width: 41.66667%;
  }

  .col_lg_6 {
    width: 50%;
  }

  .col_lg_7 {
    width: 58.33333%;
  }

  .col_lg_8 {
    width: 66.66667%;
  }

  .col_lg_9 {
    width: 75%;
  }

  .col_lg_10 {
    width: 83.33333%;
  }

  .col_lg_11 {
    width: 91.66667%;
  }

  .col_lg_12 {
    width: 100%;
  }

  .col_lg_pull_0 {
    right: auto;
  }

  .col-lg_pull_1 {
    right: 8.33333%;
  }

  .col-lg_pull_2 {
    right: 16.66667%;
  }

  .col-lg_pull_3 {
    right: 25%;
  }

  .col-lg_pull_4 {
    right: 33.33333%;
  }

  .col-lg_pull_5 {
    right: 41.66667%;
  }

  .col-lg_pull_6 {
    right: 50%;
  }

  .col-lg_pull_7 {
    right: 58.33333%;
  }

  .col-lg_pull_8 {
    right: 66.66667%;
  }

  .col-lg_pull_9 {
    right: 75%;
  }

  .col-lg_pull_10 {
    right: 83.33333%;
  }

  .col-lg_pull_11 {
    right: 91.66667%;
  }

  .col-lg_pull_12 {
    right: 100%;
  }

  .col-lg_push_0 {
    left: auto;
  }

  .col_lg_push_1 {
    left: 8.33333%;
  }

  .col_lg_push_2 {
    left: 16.66667%;
  }

  .col_lg_push_3 {
    left: 25%;
  }

  .col_lg_push_4 {
    left: 33.33333%;
  }

  .col_lg_push_5 {
    left: 41.66667%;
  }

  .col_lg_push_6 {
    left: 50%;
  }

  .col_lg_push_7 {
    left: 58.33333%;
  }

  .col_lg_push_8 {
    left: 66.66667%;
  }

  .col_lg_push_9 {
    left: 75%;
  }

  .col_lg_push_10 {
    left: 83.33333%;
  }

  .col_lg_push_11 {
    left: 91.66667%;
  }

  .col_lg_push_12 {
    left: 100%;
  }

  .col_lg_offset_0 {
    margin-left: 0%;
  }

  .col_lg_offset_1 {
    margin-left: 8.33333%;
  }

  .col_lg_offset_2 {
    margin-left: 16.66667%;
  }

  .col_lg_offset_3 {
    margin-left: 25%;
  }

  .col_lg_offset_4 {
    margin-left: 33.33333%;
  }

  .col_lg_offset_5 {
    margin-left: 41.66667%;
  }

  .col_lg_offset_6 {
    margin-left: 50%;
  }

  .col_lg_offset_7 {
    margin-left: 58.33333%;
  }

  .col_lg_offset_8 {
    margin-left: 66.66667%;
  }

  .col_lg_offset_9 {
    margin-left: 75%;
  }

  .col_lg_offset_10 {
    margin-left: 83.33333%;
  }

  .col_lg_offset_11 {
    margin-left: 91.66667%;
  }

  .col_lg_offset_12 {
    margin-left: 100%;
  }
}
.section {
  position: relative;
  padding-top: 48px;
  padding-bottom: 60px;
}
.section_bg {
  position: relative;
}
.section_bg:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  z-index: 1;
}
.section__name {
  text-align: center;
}
.section__name_bg {
  position: relative;
  z-index: 2;
}
.section__container {
  padding-top: 24px;
}
.section__container_bg {
  position: relative;
  z-index: 2;
}

.section_bg:before {
  opacity: 0.6;
}
.section__name {
  text-transform: uppercase;
}
.section__name h2 {
  font-size: 33px;
}
.section__name_inv {
  color: #fff;
}
.section__name_bg {
  color: #fff;
}

.container {
  position: relative;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.button {
  padding-left: 22px;
  padding-right: 22px;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  padding-bottom: 12px;
  padding-top: 12px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.button_large {
  padding-bottom: 18px;
  padding-top: 18px;
  padding-left: 30px;
  padding-right: 30px;
}

.button {
  font-size: 15px;
  font-family: "Scada", sans-serif;
  color: #fff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.button:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
}
.button_large {
  font-size: 17.55px;
}

.easy-header__container {
  margin-top: 16px;
  margin-bottom: 16px;
}
.easy-header__phones {
  text-align: center;
  float: right;
  margin-top: 12px;
}
.easy-header__phones span + span {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .easy-header__phones {
    margin-top: 12px;
	text-align: center;
  }
  .easy-header__phones span + span {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .easy-header__phones {
    text-align: center;
    float: none;
  }
  .easy-header__phones span {
    display: block;
    margin-bottom: 12px;
  }
  .easy-header__phones span + span {
    margin-left: 0px;
  }
}
.easy-header__callback {
  float: right;
}
@media (max-width: 767px) {
  .easy-header__callback {
    float: left;
    margin-bottom: 12px;
  }
}

.easy-header {
  border-bottom: 1px solid #B6B6B6;
  background-color: white;
}
.easy-header__logo {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 48px;
  height: 48px;
  text-transform: uppercase;
}
.easy-header__logo img {
  display: block;
  height: 50px;
  padding: 10px 15px;
}
.easy-header__phones {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.easy-header__phones span {
  font-size: 17.55px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .easy-header__phones span + span {
    display: none;
  }
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar__header:before, .navbar__header:after {
  content: " ";
  display: table;
}
.navbar__header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar__header {
    float: left;
  }
}
.navbar__collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}
.navbar__collapse:before, .navbar__collapse:after {
  content: " ";
  display: table;
}
.navbar__collapse:after {
  clear: both;
}
.navbar__collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar__collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar__collapse.in {
    overflow-y: visible;
  }
}
.navbar__nav {
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 30px;
}
.navbar__nav > li {
  display: block;
}
.navbar__nav > li > a {
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
}
@media (min-width: 992px) {
  .navbar__nav {
    margin: 0;
    padding: 0px;
  }
  .navbar__nav > li {
    display: inline-block;
  }
  .navbar__nav > li > a {
    padding-top: 15px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-toggle__icon-bar {
  display: block;
  width: 22px;
  height: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle__icon-bar + .navbar-toggle__icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-wrapper {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  z-index: 7;
  position: relative;
  width: 100%;
}

.navbar__nav {
  font-size: 0px;
  letter-spacing: -1px;
  text-align: left;
  text-transform: uppercase;
  font-family: "Scada", sans-serif;
  border-top: 1px solid #efefef;
}
.navbar__nav > li {
  letter-spacing: 0px;
  font-size: 14px;
}
.navbar__nav > li > a {
  color: #727272;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar__nav > li > a:hover {
  color: #212121;
}
@media (min-width: 992px) {
  .navbar__nav {
    text-align: center;
    border: none;
    position: relative;
    overflow: hidden;
  }
  .navbar__nav a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar__nav a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    -webkit-transform: translate(0px, 4px);
    -ms-transform: translate(0px, 4px);
    -o-transform: translate(0px, 4px);
    transform: translate(0px, 4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .navbar__nav a.active-item:before {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.navbar-toggle__icon-bar {
  background-color: #727272;
}

.cols-promo__item {
  text-align: center;
}
@media (max-width: 991px) {
  .cols-promo__item {
    padding-bottom: 48px;
  }
}
.cols-promo__icon {
  width: 20%;
  margin: auto;
}
.cols-promo__decr p {
  margin-top: 12px;
  margin-bottom: 0px;
}

.row_services + .row_services {
  padding-top: 48px;
}
@media (max-width: 991px) {
  .row_services + .row_services {
    padding-top: 0px;
  }
}

.row_cols-promo + .row_cols-promo {
  padding-top: 48px;
}
@media (max-width: 991px) {
  .row_cols-promo + .row_cols-promo {
    padding-top: 0px;
  }
}

@media (max-width: 991px) {
  .section_cols-promo {
    padding-bottom: 24px;
  }
}

.cols-promo__item_advantages {
  padding-top: 12px;
}
.cols-promo__title_advantages {
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 12px;
}

.cols-promo__item_services {
  color: #fff;
  padding-top: 12px;
}
.cols-promo__item_services:hover .cols-promo__icon_services {
  background-color: transparent;
}
.cols-promo__icon_services {
  border: 8px solid #fff;
  border-radius: 75px;
  height: 150px;
  line-height: 170px;
  width: 150px;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
  margin-bottom: 24px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.cols-promo__icon_services span {
  font-size: 50px;
}
.cols-promo__title_services {
  border-bottom: 3px solid #fff;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 12px;
}

.cols-promo_service {
  padding-top: 0px;
}

.gallery-isotope__filter {
  text-align: center;
  padding-bottom: 12px;
}
.gallery-isotope__filter:before, .gallery-isotope__filter:after {
  content: " ";
  display: table;
}
.gallery-isotope__filter:after {
  clear: both;
}
.gallery-isotope__filter ul li {
  margin-bottom: 12px;
  display: inline-block;
  vertical-align: bottom;
}
.gallery-isotope__container {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 3;
}
.gallery-isotope__item {
  width: 33.333%;
}
.gallery-isotope__item img {
  max-width: 100%;
  height: auto;
  display: block;
}
.gallery-isotope__img {
  display: block;
  text-decoration: none;
}
@media (max-width: 991px) {
  .gallery-isotope__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .gallery-isotope__item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .gallery-isotope__filter {
    text-align: left;
  }
  .gallery-isotope__filter ul li {
    padding-right: 0px;
  }
  .gallery-isotope__item {
    width: 100%;
  }
}

/* Ripple Out */
@-webkit-keyframes ripple-out {
  100% {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    opacity: 0;
  }
}
@keyframes ripple-out {
  100% {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    opacity: 0;
  }
}
.gallery-isotope__filter {
  font-family: "Scada", sans-serif;
  font-size: 0px;
  letter-spacing: -1px;
}
.gallery-isotope__filter li {
  margin-left: 3px;
  margin-right: 3px;
}
.gallery-isotope__filter a {
  color: #fff;
  padding: 10px 20px;
  display: block;
  font-size: 15px;
  letter-spacing: 0px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.gallery-isotope__filter a:before {
  content: '';
  position: absolute;
  border: #fff solid 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.gallery-isotope__filter a:hover, .gallery-isotope__filter a:focus {
  color: #fff;
}
.gallery-isotope__filter a.active {
  color: #fff;
}
.gallery-isotope__filter a.active:before {
  border: 3px solid #fff;
  -webkit-animation-name: ripple-out;
  animation-name: ripple-out;
}
.gallery-isotope__item {
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 7px;
}
.gallery-isotope__meta {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 5;
  opacity: 0;
  padding: 30px;
  text-align: center;
  white-space: nowrap;
  font-family: "Scada", sans-serif;
  font-size: 17.55px;
  color: #fff;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.gallery-isotope__meta:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.5em;
  vertical-align: middle;
}
.gallery-isotope__align-center {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.gallery-isotope__align-center span {
  display: block;
  padding-bottom: 6px;
}
.gallery-isotope__img {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.gallery-isotope__img:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  opacity: 0.8;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.gallery-isotope__img:hover:before {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.gallery-isotope__img:hover .gallery-isotope__meta {
  opacity: 1;
}
.gallery-isotope__img img {
  position: relative;
  z-index: 4;
}

.timeline-vertical {
  padding-top: 24px;
  position: relative;
}
.timeline-vertical:before {
  content: "";
  position: absolute;
  background-color: #efefef;
  width: 6px;
  height: 100%;
  top: 0px;
  left: 50%;
  margin-left: -3px;
  display: block;
}
@media (max-width: 991px) {
  .timeline-vertical {
    padding-top: 0px;
  }
  .timeline-vertical:before {
    left: 7px;
    margin-left: 0px;
  }
}
.timeline-vertical__row {
  padding-bottom: 24px;
}
.timeline-vertical__row:before, .timeline-vertical__row:after {
  content: " ";
  display: table;
}
.timeline-vertical__row:after {
  clear: both;
}
.timeline-vertical__info {
  position: relative;
}
.timeline-vertical__info:before, .timeline-vertical__info:after {
  content: " ";
  display: table;
}
.timeline-vertical__info:after {
  clear: both;
}
.timeline-vertical__info:before {
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: 50%;
  top: 12px;
  z-index: 2;
  margin-left: -10px;
  border-radius: 10px;
  background: url("../img/circle.png") repeat scroll 0 0 transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .timeline-vertical__info:before {
    left: 0px;
    margin-left: 0px;
  }
}
.timeline-vertical__date {
  width: 50%;
  float: left;
  padding-top: 10px;
}
.timeline-vertical__date:before, .timeline-vertical__date:after {
  content: " ";
  display: table;
}
.timeline-vertical__date:after {
  clear: both;
}
.timeline-vertical__date span {
  display: block;
  float: right;
  margin-right: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 12.45px;
  color: #fff;
}
.timeline-vertical__date_inverse {
  float: right;
}
.timeline-vertical__date_inverse span {
  float: left;
  margin-right: 0px;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .timeline-vertical__date {
    float: none;
    width: 100%;
    margin-bottom: 12px;
  }
  .timeline-vertical__date span {
    float: left;
    margin-left: 40px;
  }
}
.timeline-vertical__title {
  width: 50%;
  float: right;
  padding-left: 30px;
}
.timeline-vertical__title h3 {
  margin: 0px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.timeline-vertical__title_inverse {
  float: left;
  padding-left: 0px;
  padding-right: 30px;
  text-align: right;
}
@media (max-width: 991px) {
  .timeline-vertical__title {
    float: none;
    padding-left: 40px;
    width: 100%;
    text-align: left;
  }
}
.timeline-vertical__text {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.timeline-vertical__text p {
  margin: 0px;
}
.timeline-vertical__text_inverse {
  float: left;
  padding-right: 30px;
  padding-left: 0px;
  text-align: right;
}
@media (max-width: 991px) {
  .timeline-vertical__text {
    float: none;
    padding-left: 40px;
    width: 100%;
    text-align: left;
  }
}

.tabs_faq__ul {
  margin-bottom: 20px;
  font-size: 0px;
  letter-spacing: -1px;
}
.tabs_faq__li {
  font-size: 17.55px;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 0px;
  margin-bottom: 4px;
  margin-right: 4px;
}
.tabs_faq__li a {
  display: block;
  color: #fff;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 24px;
  padding-top: 24px;
}
@media (max-width: 991px) {
  .tabs_faq__li {
    font-size: 15px;
  }
  .tabs_faq__li a {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .tabs_faq__li {
    display: block;
    margin-right: 0px;
  }
}
.tabs_faq__pane {
  display: none;
}
.tabs_faq__pane.active {
  display: block;
}
.tabs_faq__text h1, .tabs_faq__text h2, .tabs_faq__text h3, .tabs_faq__text h4, .tabs_faq__text h5, .tabs_faq__text h6 {
  margin-top: 0px;
}
.tabs_faq__text p {
  margin-top: 0px;
}
.tabs_faq__text p:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.tabs_faq__text a {
  text-decoration: underline;
}
.tabs_faq__text a:hover {
  text-decoration: none;
}

.tabs_faq {
  width: 940px;
  margin: auto;
}
@media (max-width: 991px) {
  .tabs_faq {
    width: auto;
  }
}
.tabs_faq__ul {
  font-family: "Scada", sans-serif;
}
.tabs_faq__li.active a:after {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.tabs_faq__li a:hover, .tabs_faq__li a:focus {
  color: #fff;
}
.tabs_faq__content {
  background-color: #efefef;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (max-width: 767px) {
  .tabs_faq__content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.reviews-carousel {
  padding-left: 40px;
  padding-right: 40px;
}
.reviews-carousel__item {
  padding-left: 10%;
  padding-right: 10%;
}
.reviews-carousel__item p {
  margin: 0px;
}
.reviews-carousel__person {
  margin-bottom: 24px;
}
.reviews-carousel__person:before, .reviews-carousel__person:after {
  content: " ";
  display: table;
}
.reviews-carousel__person:after {
  clear: both;
}
.reviews-carousel__img {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .reviews-carousel__img {
    margin-right: 0px;
    margin-bottom: 12px;
  }
}
.reviews-carousel__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.reviews-carousel__name {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 767px) {
  .reviews-carousel__name {
    display: block;
    text-align: center;
  }
}
.reviews-carousel__name span {
  display: block;
}
@media (max-width: 767px) {
  .reviews-carousel__name span {
    display: inline;
  }
}
.reviews-carousel .owl-prev, .reviews-carousel .owl-next {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  text-align: center;
  margin-top: -20px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.reviews-carousel .owl-prev {
  left: 0px;
}
.reviews-carousel .owl-prev:before {
  content: "\ea40";
}
.reviews-carousel .owl-next {
  right: 0px;
}
.reviews-carousel .owl-next:before {
  content: "\ea3c";
}

.reviews-carousel__item {
  color: #fff;
}
.reviews-carousel__item p {
  text-align: center;
}
.reviews-carousel__person {
  text-align: center;
}
.reviews-carousel__img {
  border-radius: 35px;
}
.reviews-carousel__name {
  font-family: "Scada", sans-serif;
  font-size: 19.305px;
}
.reviews-carousel .owl-prev, .reviews-carousel .owl-next {
  border: 2px solid #fff;
}
.reviews-carousel .owl-prev:before, .reviews-carousel .owl-next:before {
  color: #fff;
  font-size: 20px;
  line-height: 37px;
  display: inline-block;
}

.section_reviews-carousel {
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../pic/reviews.jpg");
}

.benefits {
  color: #fff;
}
.benefits__item {
  padding-top: 12px;
  padding-bottom: 24px;
}
.benefits__amount {
  display: none;
  visibility: hidden;
}
.benefits__count {
  text-align: center;
  display: block;
}
.benefits__descr {
  margin: 0;
  text-align: center;
}

.benefits {
  font-family: "Scada", sans-serif;
}
.benefits__item + .benefits__item {
  border-left: 1px solid #fff;
}
@media (max-width: 991px) {
  .benefits__item + .benefits__item {
    border: none;
  }
}
.benefits__count {
  font-size: 51px;
  font-size: 51px;
  line-height: 72px;
}
.benefits__descr {
  font-size: 17.55px;
}

.section_benefits {
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../pic/benefits.jpg");
}
@media (max-width: 991px) {
  .section_benefits {
    padding-top: 24px;
    padding-bottom: 36px;
  }
}

.prices__container {
  border: 1px solid #B6B6B6;
}
@media (max-width: 991px) {
  .prices__container {
    margin-bottom: 36px;
  }
}
.prices__title {
  text-align: center;
  border-bottom: 1px solid #B6B6B6;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.prices__include {
  padding-bottom: 40px;
  padding-top: 36px;
}
.prices__list {
  list-style: none;
}
.prices__li {
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.prices__info {
  padding-bottom: 48px;
  text-align: center;
}
.prices__price {
  font-size: 22.5px;
  display: block;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 15px;
}



.prices {
  padding-top: 24px;
}
.prices__container {
  position: relative;
  z-index: 2;
}
.prices__container_accent {
  margin-top: -24px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .prices__container {
    margin-top: 0px;
    margin-bottom: 36px;
  }
}
.prices__container_left {
  margin-right: -1px;
  z-index: 1;
}
.prices__container_right {
  margin-left: -1px;
  z-index: 1;
}
@media (max-width: 991px) {
  .prices__container_left, .prices__container_right {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.prices__title h3 {
  font-size: 24.75px;
}
.prices__title_accent {
  border-bottom: medium none;
  color: #fff;
}
.prices__li {
  border-bottom: 1px solid #B6B6B6;
  margin-left: 60px;
  position: relative;
  padding-bottom: 18px;
  padding-top: 18px;
}

.prices__title_accent {
    background-color: #303F9F;
    box-shadow: 0 0 0 1px #303F9F;
	
}
.prices__title_accent h3  {
    border-bottom: medium none;
    color: #fff !important;
}

.prices__li:before {
  font-size: 18px;
    margin-right: 15px;
	   color: #257d02;
}

.prices__li_none:before {
  font-size: 18px;
    margin-right: 15px;
	    color: #ff2d4b !important;
}
.prices__info_accent {
  padding-top: 0px;
}
@media (max-width: 991px) {
  .prices__info {
    padding-top: 0px;
  }
}
.prices__price {
  font-family: "Roboto", sans-serif;
  font-size: 24.75px;
}

.col_prices {
  padding-left: 0px;
  padding-right: 0px;
}

.row_prices {
  margin-left: 0px;
  margin-right: 0px;
}

@media (max-width: 991px) {
  .section_prices {
    padding-bottom: 24px;
  }
}

.call-to-act {
  width: 940px;
  margin: auto;
}
@media (max-width: 991px) {
  .call-to-act {
    width: auto;
  }
}
.call-to-act__button {
  text-align: center;
}
.call-to-act__descr {
  text-align: center;
  padding-bottom: 36px;
}
.call-to-act__descr p {
  margin: 0px;
}

.call-to-act__descr {
  color: #fff;
  line-height: 36px;
  font-family: "Roboto", sans-serif;
  font-size: 22.5px;
  font-weight: lighter;
}

.button_call-to-act {
  font-size: 24.75px;
}

.section_call-to-act {
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../pic/calltoaction.jpg");
}

.line-carousel__container {
  position: relative;
  margin-top: 44px;
}
.line-carousel__item {
  position: relative;
}
.line-carousel__item span {
  display: block;
}
.line-carousel__item img {
  display: block;
  width: 100%;
  height: auto;
}

.line-carousel__item span {
  margin: 0 7px;
  border: 1px solid #B6B6B6;
  background-color: #fff;
}

.line-carousel .owl-pagination {
  padding-top: 24px;
  text-align: center;
}
.line-carousel .owl-page {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}
.line-carousel .owl-page span {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 12px;
  background-color: #fff;
}

#map {
  position: absolute;
}

.map {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: #f7f1d9;
}
@media (max-width: 991px) {
  .map {
    position: relative;
    height: 400px;
  }
}

.section__container_map {
  position: relative;
  padding-bottom: 36px;
  padding-top: 36px;
}
@media (max-width: 991px) {
  .section__container_map {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
.section_map {
  padding: 0px;
}

.contact-card {
  max-width: 360px;
  color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .contact-card {
    margin-bottom: 36px;
    max-width: none;
  }
}
.contact-card__name {
  padding-left: 30px;
  margin-bottom: 18px;
}
.contact-card__name h2 {
  margin: 0px;
}
.contact-card__container {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 2;
  padding-bottom: 12px;
}
.contact-card__row {
  padding-bottom: 24px;
}
.contact-card__row_address p {
  margin: 0px;
}
.contact-card__row_phones span {
  display: block;
}
.contact-card__row_phones span + span {
  padding-top: 12px;
}
.contact-card__row_email a {
  color: #fff;
  text-decoration: none;
}
.contact-card__row_email a:hover {
  text-decoration: underline;
  color: #fff;
}
.contact-card__row_email a:focus {
  color: #fff;
}

.social-buttons {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.social-buttons:before, .social-buttons:after {
  content: " ";
  display: table;
}
.social-buttons:after {
  clear: both;
}
@media (max-width: 767px) {
  .social-buttons {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.social-buttons__item {
  float: left;
  width: 40px;
  text-align: center;
  padding-bottom: 12px;
  padding-top: 12px;
}
.social-buttons__item + .social-buttons__item {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .social-buttons__item + .social-buttons__item {
    margin-left: 0px;
  }
}

.contact-card__name {
  text-transform: uppercase;
}
.contact-card__name h2 {
  font-size: 33px;
}
.contact-card__container {
  font-family: "Scada", sans-serif;
}

.social-buttons__item svg {
  fill: #fff;
}

.article h1, .article h2, .article h3, .article h4 {
  margin-top: 0px;
}
.article a {
  text-decoration: underline;
}
.article a:hover {
  text-decoration: none;
}
.article p {
  margin: 0px;
  padding-bottom: 24px;
}
.article ul {
  padding-bottom: 24px;
  padding-left: 30px;
  list-style-type: disc;
}
.article ul li {
  margin-bottom: 12px;
}
.article ul li ul {
  padding-bottom: 0px;
  padding-top: 12px;
}
.article ol {
  padding-bottom: 24px;
  padding-left: 30px;
  list-style-type: decimal;
}
.article ol li {
  margin-bottom: 12px;
}
.article ol li ol {
  padding-bottom: 0px;
  padding-top: 12px;
}
.article blockquote {
  font-style: italic;
  padding-left: 30px;
  padding-right: 60px;
  margin-bottom: 24px;
}

.footer {
  color: #fff;
}
.footer__copyright {
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer__copyright p {
  margin: 0px;
}

.footer__copyright {
  font-size: 12.45px;
  font-family: "Scada", sans-serif;
}

.gallery-box__container:before, .gallery-box__container:after {
  content: " ";
  display: table;
}
.gallery-box__container:after {
  clear: both;
}
.gallery-box__item {
  width: 33.333%;
  float: left;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 7px;
}
.gallery-box__item img {
  max-width: 100%;
  height: auto;
  display: block;
}
.gallery-box__meta {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 5;
  opacity: 0;
  text-align: center;
  font-family: "Scada", sans-serif;
  font-size: 17.55px;
  color: #fff;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.gallery-box__meta:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.5em;
  vertical-align: middle;
}
.gallery-box__align-center {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.gallery-box__align-center_icon span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gallery-box__align-center_icon span:before {
  content: "\ea0a";
  color: #fff;
  font-size: 33px;
}
.gallery-box__inner {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.gallery-box__inner:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  opacity: 0.8;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.gallery-box__inner:hover:before {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.gallery-box__inner:hover .gallery-box__meta {
  opacity: 1;
}
.gallery-box__inner img {
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .gallery-box__item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .gallery-box__item {
    width: 100%;
  }
}

.section_gallery-box {
  background-color: #efefef;
}

.article_gallery-box {
  background-color: #fff;
  margin-bottom: 36px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .article_gallery-box {
    padding-top: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-info {
  color: #fff;
}
.page-info__title {
  position: relative;
}
.page-info__title h1 {
  margin: 0px;
}
.page-info__back {
  font-size: 17.55px;
  text-align: right;
  font-family: "Scada", sans-serif;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .page-info__back {
    padding-top: 36px;
    text-align: left;
  }
}
.page-info__back a {
  color: #fff;
}
.page-info__back a:before {
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea40";
}

.section_page-info {
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../pic/page-top.jpg");
  padding-bottom: 48px;
  padding-top: 24px;
}

.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  z-index: 15;
}
.dialog__header {
  position: relative;
  border-bottom: 3px solid #c5cae9;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.dialog__header span {
  font-family: "Scada", sans-serif;
  font-size: 12.5px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.dialog__header button {
  border: none;
  background-color: transparent;
  position: absolute;
  right: -10px;
  top: -10px;
  color: #727272;
  font-size: 17.55px;
  outline: none;
}
.dialog__contain form > div {
  position: relative;
  margin-bottom: 24px;
}
.dialog__contain form > div label {
  font-size: 12px;
  position: absolute;
  right: 20%;
  text-transform: lowercase;
  top: -10px;
  color: #D32F2F;
}
.dialog__contain input[type="text"] {
  height: 60px;
  padding-left: 10px;
  min-width: 330px;
  max-width: 400px;
  border: none;
  border-bottom: 1px solid #B6B6B6;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  outline: 0 !important;
  color: black;
}
.dialog__contain input[type="submit"] {
  border: none;
  border-radius: 10px;
  font-size: 24.75px;
  min-height: 60px;
  min-width: 330px;
  max-width: 400px;
  background-color: #FF5252;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.dialog__success {
  background-color: #388E3C;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 24px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  font-size: 13px;
}
.dialog__error {
  background-color: #D32F2F;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 24px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  font-size: 13px;
}
.dialog__error p {
  margin: 0px;
}
.dialog__captcha {
  width: 80%;
}
.dialog__captcha:before, .dialog__captcha:after {
  content: " ";
  display: table;
}
.dialog__captcha:after {
  clear: both;
}
.dialog__captcha img {
  float: right;
}
.dialog_button-container {
  margin-bottom: 11px !important;
}

.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(55, 58, 71, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}

.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}

.dialog__content {
  width: 100%;
  max-width: 390px;
  min-width: 290px;
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 6;
  opacity: 0;
}
.dialog__content_loading:after {
  position: absolute;
  z-index: 3;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: block;
  content: "";
}

.dialog--open .dialog__content {
  pointer-events: auto;
}

/* Content */
.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dialog.dialog--open .dialog__content {
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
}

.dialog.dialog--close .dialog__content {
  -webkit-animation-name: anim-close;
  animation-name: anim-close;
}

@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
  }
}
@keyframes anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
}
.modificated-to-mobile a {
  color: inherit;
}

.section_about {
  padding-bottom: 24px;
}

.owl-slider {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .owl-slider {
    padding-bottom: 48px;
  }
}
.owl-slider__container {
  position: relative;
  overflow: hidden;
}
.owl-slider__img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.owl-slider .owl-buttons div {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.owl-slider .owl-prev:before, .owl-slider .owl-next:before {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  display: inline-block;
}
.owl-slider .owl-prev {
  left: 0px;
}
.owl-slider .owl-prev:before {
  content: "\ea40";
}
.owl-slider .owl-next {
  right: 0px;
}
.owl-slider .owl-next:before {
  content: "\ea3c";
}

.promo-list {
  font-size: 0px;
  letter-spacing: -1px;
  padding-left: 15px;
  padding-top: 12px;
}
@media (max-width: 991px) {
  .promo-list {
    padding-top: 0px;
  }
}
.promo-list__item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 30px;
  font-size: 15px;
  letter-spacing: 0px;
  margin-bottom: 36px;
}
.promo-list__item:before, .promo-list__item:after {
  content: " ";
  display: table;
}
.promo-list__item:after {
  clear: both;
}
@media (max-width: 767px) {
  .promo-list__item {
    width: 100%;
  }
}
.promo-list__icon {
  height: 50px;
  width: 50px;
  border: 1px solid #efefef;
  display: block;
  float: left;
  font-size: 29px;
  line-height: 50px;
  margin-right: 15px;
  text-align: center;
}
.promo-list__text {
  margin-left: 50px;
  font-family: "Scada", sans-serif;
}
.promo-list__text p {
  margin: 0px;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  background-color: #fff;
}
.loader_el {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  border-radius: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  -o-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}

.fs-present-display {
  background-position: center 0;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../pic/present.jpg");
  position: relative;
}
.fs-present-display:after {
  position: absolute;
  content: "";
  display: block;
  opacity: 0.5;
  z-index: 2;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.present-info {
  position: relative;
  z-index: 3;
}
.present-info__inner {
  text-align: center;
  color: #fff;
}
.present-info__inner h1 {
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 36px;
  font-weight: bold;
  margin-top: 0px;
}
.present-info__inner p {
  padding-left: 15%;
  padding-right: 15%;
  font-weight: lighter;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  line-height: 48px;
  margin-bottom: 36px;
}
@media (max-width: 1199px) {
  .present-info__inner h1 {
    font-size: 45px;
    line-height: 72px;
  }
  .present-info__inner p {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .present-info__inner h1 {
    font-size: 30px;
    line-height: 48px;
  }
  .present-info__inner p {
    font-size: 17.55px;
    font-weight: normal;
  }
}

.button_fs-present-display {
  font-size: 22.5px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 22px;
  margin-bottom: 24px;
}
.button_fs-present-display small {
  margin-right: 5px;
}

.present-info .owl-pagination {
  text-align: center;
  padding-top: 24px;
}
.present-info .owl-pagination .owl-page {
  width: 30px;
  height: 6px;
  display: inline-block;
  background-color: #fff;
  margin-left: 4px;
  margin-right: 4px;
}
.present-info .owl-pagination .owl-page.active {
  opacity: 0.5;
}
.present-info .owl-item .it-aimation {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.present-info .owl-item .it-aimation:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.present-info .owl-item .it-aimation:nth-child(2) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.present-info .owl-item .it-aimation:nth-child(3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.present-info .owl-item.active .it-aimation {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.icon-set {
  padding-top: 48px;
}
.icon-set__inner {
  margin-bottom: 24px;
}
.icon-set__icon {
  padding: 15px;
  border: 1px solid #B6B6B6;
  text-align: center;
  font-size: 25px;
}
.icon-set__id {
  margin-top: 12px;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #efefef;
  border: 1px solid #efefef;
  text-align: center;
  font-size: 12px;
}


.cd-faq {
  width: 90%;
  max-width: 1024px;
  margin: 4em auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.cd-faq:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .cd-faq {
    position: relative;
    margin: 4em auto;
    box-shadow: none;
  }
}

.cd-faq-categories a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
  background-color: #4e5359;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  white-space: nowrap;
  border-bottom: 1px solid #555b61;
  text-overflow: ellipsis;
}
.cd-faq-categories a::before, .cd-faq-categories a::after {
  /* plus icon on the right */
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  height: 1px;
  width: 10px;
  background-color: #7f868e;
}
.cd-faq-categories a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cd-faq-categories li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .cd-faq-categories {
    width: 20%;
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }
  .cd-faq-categories a {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    padding-left: 24px;
    padding: 0 24px;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s;
  }
  .cd-faq-categories a::before, .cd-faq-categories a::after {
    display: none;
  }
  .no-touch .cd-faq-categories a:hover {
    background: #555b61;
  }
  .no-js .cd-faq-categories {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-faq-categories {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    z-index: 2;
  }
  .cd-faq-categories a::before {
    /* decorative rectangle on the left visible for the selected item */
    display: block;
    top: 0;
    right: auto;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #a9c056;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .cd-faq-categories .selected {
    background: #42464b !important;
  }
  .cd-faq-categories .selected::before {
    opacity: 1;
  }
  .cd-faq-categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed;
  }
  .no-js .cd-faq-categories {
    position: relative;
  }
}

.cd-faq-items {
  position: fixed;
  height: 100%;
  width: 90%;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 0 5% 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
  -moz-transform: translateZ(0) translateX(100%);
  -ms-transform: translateZ(0) translateX(100%);
  -o-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.cd-faq-items.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  -moz-transform: translateZ(0) translateX(0%);
  -ms-transform: translateZ(0) translateX(0%);
  -o-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%);
}
.no-js .cd-faq-items {
  position: static;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 768px) {
  .cd-faq-items {
    position: static;
    height: auto;
    width: 78%;
    float: right;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-faq-items {
    float: none;
    width: 100%;
        text-align: center;
  }
  .no-js .cd-faq-items {
    padding-left: 0;
  }
}

.cd-close-panel {
  position: fixed;
  top: 5px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s;
}
.cd-close-panel::before, .cd-close-panel::after {
  /* close icon in CSS */
  position: absolute;
  top: 16px;
  left: 12px;
  display: inline-block;
  height: 3px;
  width: 18px;
  background: #6c7d8e;
}
.cd-close-panel::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-close-panel::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-close-panel.move-left {
  right: 2%;
}
@media only screen and (min-width: 768px) {
  .cd-close-panel {
    display: none;
  }
}

.cd-faq-group {
  /* hide group not selected */
  display: none;
}
.cd-faq-group.selected {
  display: block;
}
.cd-faq-group .cd-faq-title {
  background: transparent;
  box-shadow: none;
  margin: 1em 0;
}
.no-touch .cd-faq-group .cd-faq-title:hover {
  box-shadow: none;
}
.cd-faq-group .cd-faq-title h2 {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #bbbbc7;
}
.no-js .cd-faq-group {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cd-faq-group {
    /* all groups visible */
    display: block;
  }
  .cd-faq-group > li {
    background: #ffffff;
    margin-bottom: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
  }
  .no-touch .cd-faq-group > li:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
  }
  .cd-faq-group .cd-faq-title {
    margin: 2em 0 1em;
  }
  .cd-faq-group:first-child .cd-faq-title {
    margin-top: 0;
  }
}

.cd-faq-trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 .4em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-faq-trigger {
    font-size: 18px;
   
    font-weight: 300;
    margin: 0;
    padding: 24px 24px 24px 24px;
  }
  .cd-faq-trigger::before, .cd-faq-trigger::after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #cfdca0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .cd-faq-trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
  }
  .cd-faq-trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-faq-content p {
  
  line-height: 1.4;
  color: #6c7d8e;
}
@media only screen and (min-width: 768px) {
  .cd-faq-content {
    display: none;
    padding: 0 24px 30px;
  }
  .cd-faq-content p {
    line-height: 1.6;
  }
  .no-js .cd-faq-content {
    display: block;
  }
}

#pricing .offer {
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 0 0 !important;
    margin-top: 23px;
}