/*   
 * Template Name: Appkit Landing - Responsive Website Template for Developers
 * Version: 1.0
 * Author: Xiaoying Riley
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
* License: Creative Commons Attribution 3.0 License
*/
/* Theme default */
body {
  font-family: 'Open Sans', arial, sans-serif;
  color: #494d55;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin-bottom: 15px;
  line-height: 1.5;
}
a {
  color: #7b7d83;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #339597;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
.btn .fa,
a.btn .fa {
  margin-right: 5px;
}
.btn-cta,
a.btn-cta {
    font-weight: 500;
    font-size: 17px;
    padding: 10px 30px;
    border-radius: 25px;
}
.btn-primary {
  background: #e20c0c;
  border: 1px solid #e20c0c;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.hover {
  background: #c70909;
  color: #fff;
  border: 1px solid #c70909;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-indicators {
  bottom: 30px;
  margin-bottom: 0;
}
.carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  width: 11px;
  height: 11px;
  margin: 0;
  margin-right: 5px;
}
.carousel-indicators li.active {
  background-color: #40babd;
  width: 11px;
  height: 11px;
  margin: 0;
  margin-right: 5px;
}
/* ======= Header ======= */
.header {
  position: fixed;
  width: 100%;
  z-index: 30;
  height: 80px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header.header-scrolled {
  /*background: #fff;*/

  background: #484c55;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.header.header-scrolled a {
  /*color: #494d55;*/
}
.header.header-scrolled .logo {
  color: #40babd;
  padding-top: 12px;
}
.header.header-scrolled .logo .logo-icon-wrapper {
  /*background: #40babd; */
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
.header.header-scrolled .logo .logo-icon {
  width: 125px;
  height: 40px;
  margin-right: 0;
  margin-top: 10px;
}
.header.header-scrolled .main-nav .nav .nav-item a {
  color: #a2a6af;
}
.header.header-scrolled .main-nav .nav .nav-item.active a {
  color: #494d55;
  border-bottom: 4px solid #40babd;
}
.header a {
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header a:hover {
  text-decoration: none;
}
.header .logo {
  margin: 0;
  display: inline-block;
  float: left;
  font-size: 28px;
  padding-top: 15px;
}
.header .icons {
  margin: 0;
  display: inline-block;
  float: right;
  font-size: 28px;
  padding-top: 10px;
}
.header .address
{
  font-size: 17px;
  line-height: 20px;
  margin-top: -40px;
  margin-left: 55px;
  margin-right: 20px;
}

.header .address span
{
	font-size: 13px;
    font-weight: normal;
}
.header .phone-title
{
  color: #fff;
}
.header .logo .logo-icon-wrapper {
  margin-right: 3px;
  position: relative;
  display: inline-block;
  top: -3px;
}
.header .logo .logo-icon {
  /*width: 30px;
  height: 30px;*/
  margin-top: 7px;
  width: 125px;
  height: 40px;
}
.header .logo .highlight {
  font-weight: 800;
}
.main-nav {
  margin-top: 6px;
}
.main-nav .navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  background: none;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #26282c;
}
.main-nav .navbar-toggle:focus {
  outline: none;
}
.main-nav .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 3px;
}
.main-nav .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}
.main-nav .nav .nav-item {
  font-weight: normal;
  font-size: 14px;
  margin-right: 25px;
}
.main-nav .nav .nav-item.active a {
  background: none;
  color: #fff;
}
.main-nav .nav .nav-item a {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 700;
}
.main-nav .nav .nav-item a:hover {
  color: #fff;
  background: none;
}
.main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.main-nav .nav .nav-item:last-child {
  margin-right: 0;
}
.main-nav .nav.active {
  position: relative;
}
.nav > li > a {
  padding-left: 5px;
  padding-right: 5px;
}
/* ====== Footer ====== */
.footer {
  background: #26282c;
  color: rgba(255, 255, 255, 0.6);
  padding: 15px 0;
}
.footer a {
  color: #40babd;
}
.footer .fa-heart {
  color: #EA5395;
}
/* ======= Hero Section ======= */
.hero-section {
  min-height: 560px;
  background: #494d55;
  position: relative;
}
.hero-section .figure-holder-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.hero-section .figure-holder {
  position: relative;
  height: 560px;
}
.hero-section .figure-holder .figure-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.hero-carousel {
  min-height: 660px;
  color: #fff;
}
.hero-carousel .carousel-inner .item {
  min-height: 660px;
  background-position: center center;
}
.hero-carousel .carousel-inner .item-1 {
  background-image: url('../images/slide-1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-carousel .carousel-inner .item-2 {
  background-image: url('../images/block_7_bg.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-carousel .carousel-inner .item-3 {
  background-image: url('../images/hero-3.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-carousel .carousel-inner .heading {
  font-size: 60px;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 120px;
    margin-bottom: 15px;
}
.hero-carousel .carousel-inner .intro {
	margin-top:30px;
  font-size: 25px;
  text-align: center;
}

.hero-carousel .carousel-inner .intro_dop {
	margin-top:40px;
  font-size: 17px;
  text-align: center;
}

.hero-carousel .carousel-inner .intro + .btn {
  margin-top: 0px;
}
/* ======= About Section ======= */
.about-section {
  padding-top: 60px;
}
.about-section-skils2 {
  padding-top: 66px;
  background: #494d55 url(../images/pic5.jpg) no-repeat center center;
  /* padding-bottom: 22px; */
  height: 180px;
}

.about-section .section-title {
  margin: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
}
.about-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.about-section .items-wrapper {
  margin-bottom: 10px;
}

.about-section .items-wrapper .figure-holder {
  min-height: 170px;
  margin-bottom: 15px;
  vertical-align: bottom;
}
.about-section .items-wrapper .figure-holder-skils3 {
  min-height: 80px;
  margin-bottom: 15px;
  vertical-align: bottom;
}
.contact-section-steps .items-wrapper .figure-holder-steps {
  min-height: 80px;
  margin-bottom: 15px;
  vertical-align: bottom;
}
.contact-section-steps .items-wrapper .figure-holder-steps:before {
  background: url(../images/arrow.png) no-repeat;
  width: 30px;
  height: 28px;
  right: -76px;
}
.contact-section-steps .items-wrapper .figure-holder-steps:before {
  position: absolute;
  content: "";
  right: -46px;
  top: 50%;
  margin-top: -7px;
  height: 13px;
  width: 29px;
  background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%…6%2E243%2028%2E901%2C5%2E996%2028%2E712%2C5%2E815%20Z%22%2F%3E%3C%2Fsvg%3E) 0 0 no-repeat;
}
#map
{

}
.about-section .items-wrapper .figure-holder-skils {
  min-height: 85px;
  margin-bottom: 15px;
  vertical-align: bottom;
}
.about-section .items-wrapper .item-inner {
  padding: 30px;
}

.about-section .items-wrapper .item-repair-work {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
  cursor: pointer;
}

.about-section .items-wrapper .item-repair-work:hover {
  text-decoration: none;
}



.about-section .items-wrapper .item-title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.about-section-skils2 .items-wrapper .item-title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.about-section .items-wrapper .item-desc {
  color: #616670;
}
.technologies {
  margin-bottom: 90px;
}
.technologies li {
  margin-right: 10px;
}
.technologies li:last-child {
  margin-right: 0;
}
.testimonials {
  background: #40babd;
}
.testimonials-inner {
  padding: 60px 30px;
  position: relative;
  max-width: 800px;
}
.testimonials-inner .profile-holder {
  position: absolute;
  left: 30px;
  text-align: center;
}
.testimonials-inner .profile-image {
  display: inline-block;
  margin: 0 auto;
}
.testimonials-inner .quote {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-left: 130px;
  border-left: none;
  margin-bottom: 0;
  font-size: 14px;
  min-height: 100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding: 15px;
}
.testimonials-inner .quote:before {
  position: absolute;
  left: -10px;
  top: 30px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.2);
}
/* ======= Testimonials Section ======= */
.testimonials-section {
  background: #40babd url('../images/map.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}
.testimonials-section .section-title {
  margin: 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
}
.testimonials-section .item {
  position: relative;
  max-width: 800px;
  padding: 30px;
}
.testimonials-section .item:last-child {
  margin-bottom: 0;
}
.testimonials-section .item.item-reversed .profile-holder {
  left: inherit;
  right: 30px;
}
.testimonials-section .item.item-reversed .quote {
  margin-left: 0;
  margin-right: 105px;
}
.testimonials-section .item.item-reversed .quote:before {
  left: inherit;
  right: -10px;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.2);
  border-right: inherit;
}
.testimonials-section .item .profile-holder {
  position: absolute;
  left: 30px;
  text-align: center;
}
.testimonials-section .item .profile-image {
  display: inline-block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}
.testimonials-section .item .quote {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-left: 105px;
  border-left: none;
  margin-bottom: 0;
  font-size: 14px;
  min-height: 80px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding: 30px;
}
.testimonials-section .item .quote:before {
  position: absolute;
  left: -10px;
  top: 30px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.2);
}
.testimonials-section .item .quote-source {
  color: rgba(0, 0, 0, 0.6);
}
/* ======= Features Section ======= */
.features-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.features-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}
.features-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.feature-nav {
  text-align: center;
  margin-bottom: 30px;
}
.feature-nav > li {
  position: relative;
}
.feature-nav > li .fa {
  margin-right: 5px;
}
.feature-nav > li.active > a {
  color: #40babd;
  background: none;
  padding: 8px 0;
}
.feature-nav > li > a {
  background: none;
  padding: 8px 0;
  color: #616670;
}
.feature-nav > li > a:hover {
  background: none;
  color: #40babd;
}
/* ======= Pricing Section ======= */
.pricing-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pricing-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}
.pricing-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.pricing-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.pricing-wrapper .item {
  margin-bottom: 30px;
}
.pricing-wrapper .item-inner {
  color: #fff;
  padding: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #40babd;
  min-height: 390px;
}
.pricing-wrapper .item-inner a {
  color: rgba(0, 0, 0, 0.4);
}
.pricing-wrapper .item-1 .item-inner {
  background: #75c181;
}
.pricing-wrapper .item-2 .item-inner {
  background: #58bbee;
}
.pricing-wrapper .item-3 .item-inner {
  background: #F8A13F;
}
.pricing-wrapper .item-heading {
  font-weight: 800;
  font-size: 18px;
  margin: 0;
  min-height: 60px;
}
.pricing-wrapper .price-figure {
  font-size: 46px;
  margin-bottom: 15px;
}
.pricing-wrapper .price-figure .currency {
  vertical-align: super;
  font-size: 26px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.pricing-wrapper .price-figure .number {
  font-weight: 500;
}
.pricing-wrapper .price-desc {
  margin-bottom: 30px;
  min-height: 120px;
}
.pricing-wrapper a.btn {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.pricing-wrapper a.btn:hover {
  background: rgba(0, 0, 0, 0.4);
}
/* ======= Team Section ======= */
.team-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f5f5f5;
}
.team-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}
.team-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.team-section .story {
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 800px;
}
.team-section .profile-image {
  width: 120px;
  height: 120px;
}
.team-section .members-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.team-section .item-inner {
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.team-section .member-name {
  font-size: 18px;
  font-weight: 700;
  color: #40babd;
}
.team-section .member-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #616670;
}
.team-section .social {
  margin-bottom: 30px;
}
.team-section .social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #40babd;
  padding-top: 4px;
  color: #fff;
}
.team-section .social a.google {
  background: #dd4b39;
}
.team-section .social a.google:hover {
  background: #d73925;
}
.team-section .social a.twitter {
  background: #55acee;
}
.team-section .social a.twitter:hover {
  background: #3ea1ec;
}
.team-section .social a.facebook {
  background: #3b5998;
}
.team-section .social a.facebook:hover {
  background: #344e86;
}
.team-section .social a.linkedin {
  background: #1E6FBA;
}
.team-section .social a.linkedin:hover {
  background: #1a62a4;
}
.team-section .social a.github {
  background: #444;
}
.team-section .social a.github:hover {
  background: #373737;
}
.team-section .social a.dribbble {
  background: #EC4D8B;
}
.team-section .social a.dribbble:hover {
  background: #ea367c;
}
.team-section .member-desc {
  color: #616670;
}
/* ======= Contact Section ======= */
.contact-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #494d55 url('../images/map.png') no-repeat center center;
  color: #fff;
}
.contact-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
}
.contact-content {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.contact-content-steps {
  /*max-width: 600px;*/
  margin: 0 auto;
  margin-bottom: 0px;
}



.contact-section-timer {
  padding-top: 10px;
  padding-bottom: 30px;
  background: #494d55 url('../images/block_7_bg.jpg') no-repeat center center;
  color: #fff;
}

.contact-section-timer .section-title {
  font-weight: 600;
}

.contact-section-timer .section-content {
  font-weight: 300;
}


.contact-section-timer .section-title, .contact-section-timer .section-content {
  margin: 0;
  margin-bottom: 15px;
  margin-top: 26px;
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
}

.contact-section-timer .contact-content-timer {
  text-align: center;
  margin-bottom: 15px;

}

.oil-section-discount {
  padding-top: 10px;
  padding-bottom: 30px;
  background: #494d55 url('../images/block_8_bg.jpg') no-repeat center center;
  color: #fff;
  background-size: cover;
}
.oil-section-discount .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 23px;
}

.contact-section-repair {
  padding-top: 10px;
  padding-bottom: 30px;
  background: #494d55 url('../images/block_9_bg.jpg') no-repeat center center;
  color: #fff;
}
.contact-section-repair .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 23px;
}


.oil-container {
	float:left;
}

.oil-image img {
	margin-left: 75px;
    margin-top: 40px;
    width: 410px;
}

.contact-section-steps {
  padding-top: 10px;
  padding-bottom: 30px;
  background: #494d55 url('../images/pic4.jpg') no-repeat center center;
  color: #fff;
}



.contact-content-timer {
  /*max-width: 600px;*/
  /*margin: 0 auto;*/
  margin-bottom: 60px;
}
/* ======= Action-section ======= */
  .action-section {
    padding-top: 20px;
    /*padding-bottom: 90px;*/
    background: #494d55 url('../images/pic5.jpg') no-repeat center center;
    color: #fff;
	min-height: 180px;
  }
  .action-section .section-title {
    margin: 0;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
    float: left;
    margin-top: 34px;
	line-height: 40px;
	padding-right: 70px;

  }
  .action-content {
    float: left;
    margin-top: -23px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .action-btn
  {
    float: right;
    margin-top: -55px;
  }
  
  .frm-itm 
  {
	  margin-bottom: 18px;
  }
  
  .frm-actn
  {
	  text-align: center;
  }
  
  

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 60px;
    position: absolute;
    background: #26282c;
    z-index: 40;
  }
  .header .main-nav .navbar-collapse .nav-item.active a {
    color: #40babd;
  }
  .header.header-scrolled .main-nav .navbar-collapse .nav-item.active a {
    border: none;
    color: #40babd;
  }
  .main-nav .navbar-collapse .nav-item {
    margin-right: 0;
  }
  .main-nav .navbar-collapse .nav-item a {
    text-align: center;
  }
  .pricing-wrapper .item-inner {
    min-height: inherit;
  }
  .pricing-wrapper .price-desc {
    min-height: inherit;
  }
  .hero-section .figure-image {
    width: 300px;
  }
  .hero-carousel .carousel-inner .heading {
	margin-top: 10px;
    font-size: 26px;
    text-align: center;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    padding-top: 100px;
    text-align: center;
  }
  .hero-section .figure-holder .figure-image {
    width: inherit;
    bottom: 0;
    top: inherit;
    right: inherit;
    left: 15px;
    max-width: 320px;
    
  }
  .technologies li {
    margin-bottom: 15px;
  }
  .members-wrapper .item {
    margin-bottom: 30px;
  }
  .members-wrapper .item:last-child {
    margin-bottom: 0;
  }
  .hero-carousel {
    min-height: 580px;
  }
  
  .hero-section {
	min-height: 580px;
  }
  
  .hero-section .carousel-inner {
    height: 580px;
  }
  .hero-carousel .carousel-inner .item {
    height: 580px;
  }
  .testimonials-section .item .profile-image {
    width: 60px;
    height: 60px;
  }
  .testimonials-section .item .quote {
    margin-left: 85px;
    padding: 15px;
  }
  .testimonials-section .item.item-reversed .quote {
    margin-right: 85px;
  }
  .team-section .item-inner {
    min-height: inherit;
  }
  #address
  {
    display: none;
  }
  .action-section .section-title {
    margin: 0;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 25px;
    float: left;
    margin-top: 0px;
    padding-top: 8px;
    padding-bottom: 2px;
    padding-right: 0px;
  }
  .action-content {
    float: left;
    margin-top: -24px;
    font-size: 13px;
    margin-bottom: 30px;
    
  }
  .action-btn {
    float: none;
    margin-top: -43px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .feature-nav {
    text-align: left;
    padding-left: 30px;
  }
  .feature-nav > li {
    font-size: 15px;
  }
  .hero-section .figure-holder .figure-image {
    width: 400px;
    bottom: inherit;
    top: 130px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 300px;
    padding-top: 120px;
  }
  .team-section .item-inner {
    min-height: 515px;
  }
  
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .feature-nav {
    margin-top: 30px;
    padding-left: 15px;
  }
  .feature-nav > li {
    font-size: 16px;
  }
  .feature-nav > li > a {
    padding: 15px 0;
  }
  .feature-nav > li.active > a {
    padding: 15px 0;
  }
  .hero-section .figure-holder .figure-image {
    width: 420px;
    bottom: inherit;
    top: 130px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    /*max-width: 500px;*/
    max-width:100%;
    text-align: center;
  }
  .team-section .item-inner {
    min-height: 490px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .hero-section .figure-holder .figure-image {
    width: 570px;
    bottom: 0;
    top: inherit;
  }
}

.figure-holder img, .figure-holder h3 {
	cursor: pointer;
}


.fade {
  opacity: 1;
}

 
.fade:hover {
  opacity: 0.6;
}


/*** чем мы отличаемся***/
/******************************
******************************/
.wrap {
	width: 1100px;
	float: none;
	margin: 0 auto
}




.advantages {
	padding: 35px 0 45px;
	box-sizing: border-box
}

.advantages .title {
	padding: 0 280px;
	box-sizing: border-box
}

.advantages .section-title {
	font-size: 36px;
}

.advantages_content {
	padding: 0 29px;
	box-sizing: border-box;
	margin-top: 57px;
	position: relative;
	margin-bottom: 47px
}

.advantages_content:before {
	content: '';
	position: absolute;
	width: 50%;
	top: 0;
	left: 0;
	bottom: 0;
	background: url(../images/advantage_bad_bg.png) center center no-repeat
}

.advantages_content:after {
	content: '';
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../images/advantage_good_bg.png) center center no-repeat
}

.advantages_item {
  display: block;
  float: left;
  width: 100%;
  font-size: inherit;
  font-weight: normal;
	max-width: 506px;
	padding: 0 78px 0 35px;
	box-sizing: border-box;
	margin-bottom: 0px;
	position: relative;
  text-align: right;
  list-style-type: none; /* Убираем маркеры */
}

.advantages_item:after {
	width: 28px;
	height: 28px;
	background: url(../images/advantage_bad.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	top: 5px;
	right: 30px
}

.advantages_item:nth-child(odd) {
	clear: both
}

.advantages_item:nth-child(even) {
	padding: 0 35px 0 78px;
	text-align: left;
	float: right
}

.advantages_item:nth-child(even):after {
	width: 34px;
	height: 30px;
	background: url(../images/advantage_good.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	top: 2px;
	left: 30px
}

.advantages_item_title {
	font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
  margin-top: 10px;
}

.advantages_item_text {
	font-size: 14px;
}



@media screen and (max-width:1200px) {
	
	.wrap {
		width: 100%
	}
	
	.advantages .title {
		padding: 0 15px
	}

}

@media screen and (max-width:990px) {
	
	.advantages .title {
		padding: 0
	}
	.advantages_content {
		padding: 0
	}
	.advantages_item {
		padding: 0 40px 0 15px;
		width: 48%
	}
	.advantages_item:after {
		right: 0
	}
	.advantages_item:nth-child(even) {
		padding: 0 15px 0 40px
	}
	.advantages_item:nth-child(even):after {
		left: 0
	}
	
}

@media screen and (max-width:760px) {
	.advantages {
		padding: 35px;
		padding-right: 35px
	}
	
	.advantages_content:before {
		display: none
	}
	.advantages_content:after {
		display: none
	}
	.advantages_item {
		width: 100%;
		padding: 0 15px 0 40px;
		text-align: left
	}
	.advantages_item:after {
		left: 0;
		right: auto
	}
	.advantages_item:nth-child(even) {
		padding: 0 15px 0 40px;
		float: left
  }
  .about-section-skils2 {
    padding-top: 18px;
    background: #494d55 url(../images/pic5.jpg) no-repeat center center;
    /* padding-bottom: 22px; */
    height: 180px;
}
	
}

@media screen and (max-width:630px) {
  body
  {
    /*width: 450px;*/
  } 
	.about_us img {
		max-width: 203px;
		left: auto;
		right: 20px
	}
	.about_us {
		padding-left: 40px;
		height: 550px
  }
  .header .logo .logo-icon {
    width: 90px;
    height: 25px;
  }
  .header.header-scrolled .logo .logo-icon {
      width: 90px;
		height: 25px;
      margin-right: 0;
  }
	.header .icons {
		margin: 0;
		display: inline-block;
		float: right;
		/* padding-top: 10px; */
		/* width: 259px; */
		padding: 0px;
		margin-top: 16px;
	}
	.header .address {
		font-size: 11px;
		margin-top: -28px;
		margin-left: 34px;
		margin-right: 5px;
		line-height: 14px;
	}
	.header .address span {
		font-size: 11px;
		font-weight: normal;
	}
	.logo-icon
	{
		width: 28px;
	}
	.phones__title
	{
		display: none;
	}
	.header {
		height: 60px;
	}
	.action-section {
		padding-top: 18px;
		/* padding-bottom: 90px; */
		background: #494d55 url(../images/pic5.jpg) center center;
		color: #fff;
		min-height: 225px;
		height: 225px;
	}
	.btn-cta, a.btn-cta {
		font-weight: 500;
		font-size: 14px;
		padding: 10px 30px;
		border-radius: 25px;
	}
	.about-section .items-wrapper .item-inner {
		padding: 0px;
	}
	.about-section .items-wrapper .item-inner-mob
	{
		padding: 30px;
	}
	.figure-holder img, .figure-holder h3 {
    cursor: pointer;
    height: 120px;
}
.phone-title
{
	font-size: 11px;
}
.advantages_item_title {
    font-size: 20px;
}
.advantages_item_title {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
    margin-top: 0px;
}
.oil-image img {
    margin-left: 20px;
    margin-top: 40px;
    width: 300px;
}
.icon1
{
	padding: 0px;
}
.address
{
	margin-top: 10px;
}
}

@media screen and (max-width:580px) {
	
	.advantages {
		padding: 23px
	}

}




@media screen and (max-width:520px) {
	
	.advantages_item_title {
	    font-size: 18px;
		margin-top: 0px;
	}
	.advantages_item_text {
		font-size: 1em
	}
	
}

@media screen and (max-width:300px) {
	
}


.mfp-zoom-in.mfp-ready .mfp-with-anim {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}
.modalDialog {
    max-width: 370px;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
    background: #0475c0;
    color: #ffffff;
    border-bottom: 4px solid #005792;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.modalDialog .js-close-mgnf {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}
[class^="icons-"], [class*=" icons-"] {
    display: inline-block;
}
.icons-close {
    background-position: 0 -84px;
    height: 36px;
    width: 36px;
}

.icons-sprite, .icons-clip, .icons-clock, .icons-close, .icons-doc, .icons-letter, .icons-lft-arr, .icons-like, .icons-mobile, .icons-phone, .phone-blck:after, .icons-rht-arr, .icons-star, .icons-timer, .icons-track, .icons-up, .icons-wallet {
    background-image: url(../images/icons-s1ce1c3c508.png);
    background-repeat: no-repeat;
}

input, textarea {
    font-family: "Gotham Pro",sans-serif;
    font-size: 14px;
    border: none;
    border-top: 3px solid #aad5f1;
    height: 34px;
    line-height: 34px;
    width: 100%;
    outline: none;
    color: #000;
    margin: 0;
    padding: 0 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

textarea {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    max-width: 100% !important;
    width: 100%;
    line-height: normal;
    min-height: 90px;
}

.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial, Baskerville, monospace}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:0.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:0.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
.mfp-zoom-in.mfp-ready.mfp-bg {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.mfp-zoom-in.mfp-bg {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}