/** {
 -moz-box-shadow: inset #ff0 0 -1px 0 0;
-webkit-box-shadow: inset #ff0 0 -1px 0 0;
box-shadow: inset #ff0 0 -1px 0 0;
}*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900&subset=latin,cyrillic);
@font-face {
    font-family: 'AeroMatics';
    src: url("fonts/AeroMaticsBold.eot");
    src: url("fonts/AeroMaticsBold.eot?#iefix")format("embedded-opentype"),
    url("fonts/AeroMaticsBold.woff") format("woff"),
    url("fonts/AeroMaticsBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Aero Matics";
    src: url("fonts/AeroMaticsBold.ttf");
    font-weight: 400;
}

h1 {
    color: #fff;
    position: relative;
    margin-bottom: 55px !important;
}
html, body{
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  background:#fff;
}body a,.grid_1,.one,.two,i.icon1, i.icon2, i.icon3, i.icon4, i.icon5, i.icon6 {
	transition:0.2s all;
	-webkit-transition:0.2s all;
	-moz-transition:0.2s all;
	-o-transition:0.2s all;
	-ms-transition:0.2s all;
}
a:hover{
 text-decoration:none;
}
input[type="button"],input[type="submit"],li.parallelogram{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
p {font-family: 'Roboto', sans-serif;
font-weight: 100;}
hr {
    margin-top: 40px;
    border: 0;
    margin-bottom: -6px;
    border-top: 1px solid #444;
}
/* popup */

.overlay {
    position: fixed;
    z-index: 50;
    background: rgba(55, 58, 71, 0.9);
    width: 100%;
    height: 100%;
}
.PopUp {
    background-color: #fcfcfc;
    box-shadow: 0px 10px 8px 0px rgba(49, 58, 58, 0.38);
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 60px;
    width: 840px;
    height: 468px;
    margin-left: -420px;
    margin-top: -234px;
}
.title-checkout {
    font-family: "Aero Matics";
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #06b9b8;
    font-size: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    line-height: 28px;
}
form {
    height: 327px;
    padding: 0;
}
fieldset {
    height: 177px;
    padding: 0;
}
input[type="text"], textarea.form-color {
    background-color: rgb(240, 240, 240);
    box-shadow: inset 0px 1px 0px 0px #a1a1a1;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 12px;
    margin-bottom: 20px;
    font-size: 18px;
    border: 0;
}
input[type="text"]{
    margin-bottom: 20px;
    width: 100%;
    height: 46px;
}
textarea.form-color, textarea.form-color:focus {
    height: 100%;
    width: 100%;
}
textarea:focus {
  background: #EFEFEF;

}
.mfControls {
    position: absolute;
    right: 30px;
    bottom: 0;
}
.form-color {
      color: #444;
}
.Close{
  background: rgba(57, 97, 177, 0.02);
    border: none;
    width: 30px;
    height: 24px;
    padding: 0;
    outline: none;
    position: absolute;
    top: 20px;
    right: 20px;
}
.Close::before, .Close::after {
    content: '';
        background: #808080;
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
}
.Close::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.Close::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.btn {
    background-color: #06b9b8;
    color: #fff;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    width: 315px;
    height: 60px;
}

/*-- header --*/
#header-city {
  background-color: #efefef;
  display: none;
  left: 0;
  padding: 80px 100px 100px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}
@media (min-width: 300px) and (max-width: 767px){
#header-city {
    padding: 50px;
}
}
#header-city > h3 {
  color: #06b9b8;
  font-size: 26px;
  margin: 0;
}
#header-city > h3::after {
  background-color: #a1a1a1;
  content: "";
  display: block;
  height: 3px;
  margin: 15px 0;
  width: 40px;
}
.city-name-in-list:hover, .city-name-in-list:focus {
color: #2dbdc9;
  cursor: pointer;
}
.nav-city {
  color: #454545;
  font-size: 14px;
  line-height: 22px;
  padding: 0;
}
.city-select {
    cursor: pointer;
}
.city-select .city-name-name {
    font-size: 15px;
}
.city-select::after {
  background-image: url("../img/sprite.png");
  background-position: -172px -113px;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 2px 6px;
  width: 12px;
}
.others-region {
  bottom: 40px;
  font-family: "Aero Matics",sans-serif;
  color: #06b9b8;
  font-size: 19px;
  position: absolute;
  right: 100px;
}
@media (min-width: 300px) and (max-width: 767px){
.others-region {
    bottom: 20px;
    right: 20px;
} 
}
.others-region::after {
  background-image: url("../img/arrow.svg");
  content: "";
  display: inline-block;
  height: 11px;
  margin: 0 8px;
  width: 6px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 20px 49px ! important;
}
.navbar-brand {
    background-image: url(../img/logo.png);
    width: 248px;
    height: 85px;
    position: relative;
    left: 5px;
    top: 3px;
}
footer .navbar-brand {
    background-image: url(../img/logo_footer.png);
    width: 220px;
    height: 75px;
    margin-bottom: 20px;
    margin-top: 40px;
}
/* Наши партнеры */
.partners {
    height: 700px;
    padding: 60px 0;
}
.partners-col {
    margin-top: 50px;
}
.partners-col figure {
    background-color: #e5e5e5;
    width: 240px;
    height: 240px;
    border-radius: 25px;
    margin-bottom: 52px;
    display: table;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.row.ca-wrapper {
    margin: 0 auto;

}
.ca-container {
    height: 100%;
    overflow: hidden;
}
.ca-wrapper {
    height: 100%;
    position: relative;
    width: 100%;
}
.partners-col h3 {
    margin-left: 10%;
}
.partners-logo {
    display: table-cell;
    vertical-align: middle;
}
.partners-logo img {
    margin: 0 auto;
    width: 200px;
}
.partners-col figure:after {
    content: '';
    position: absolute;
    left: 24%;
    bottom: -54px;
    border: 28px solid transparent;
    border-top: 28px solid #e5e5e5;
}
.col1 figure figcaption:before {
    content: '';
    position: absolute;
    left: 27%;
    top: -79px;
    border: 35px solid transparent;
    border-bottom: 35px solid #FFFFFF;
}
footer {
    background: #efefef;
}
footer p {font-weight: 500;}
footer ul a {
    font-size: 14px;
    color: #444;
    font-weight: 500;
}
.footer-col > p {
    font-size: 14px;
}
.footer-top {
    height: 100%;
    padding-bottom: 40px;
}
.footer-city ul {
    float: left;
    width: 50%;
}
.footer-col h3 {
    padding-top: 40px;
}
.footer-col h3:after {
    content: "";
    width: 40px;
    background: #444;
    height: 3px;
    margin-bottom: 20px;
    margin-top: 16px;
    display: block;
}
.bg-footer {
    background-color: #e5e5e5;
    padding-bottom: 60px;
}
.social-networks li {
    display: inline-block;
    text-indent: 40px;
    line-height: 32px;
    padding: 0 0 20px;
    position: relative;
}
footer [class*="ico-"]:before {
    content: "";
    background-image: url(../img/sprite.png);
    display: block;
    width: 22px;
    height: 18px;
    position: absolute;
    margin: 7px 5px;
}
.ico-vkontakte:before {
    background-position: 0px -128px;
}
.ico-google:before {
    background-position: 2px -156px;
}
.ico-youtube:before {
    background-position: 1px -182px;
}
.ico-instagram:before {
    background-position: 1px -209px;
}
.ico-twitter:before {
    background-position: 1px -235px;
}
.icon-primary {
  border-radius: 50%;
  background-color: #ffbb19;
  width: 32px;
  height: 32px;
  display: block;
}
.icon-primary:hover,.icon-primary:active {
  background-color: #06b9b8;
}

.banner-info {
    padding: 7em 0;
    width: 45%;
    position: absolute;
    right: 50px;
}

/*-- header --*/
.banner {
    background: url(../images/1.jpg) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 750px;
}
.banner-info h2 {
    font-size: 4em;
    color:#fff;
    font-weight: 300;
   font-family: 'Source Sans Pro', sans-serif;
    margin: 0 0 1em;
}
.banner-info p {
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    margin: 0 0 40px;
}

/*--services --*/
.container-fluid, .col-md-4.col1.services-grid {
    padding: 0;
    margin: 0;
}
.gallery {
  padding: 5em 0;
}

.services-grid {
  margin: 0em 0em 3em 0em;
}

/*-- Услуги --*/

.col1 figure img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.features-grids figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
}
.col1 figure figcaption::before,
.fcol1 figure figcaption::after {
	pointer-events: none;
}
.col1 figure figcaption {
    width: 100%;
    height: 430px;
    position: relative;
}
figure.effect-bubba {
}
figure.effect-bubba:hover a {
	opacity: 1;
}
figure.effect-bubba h3 {
    font-weight: 900;
    padding-top: 21%;
    color: #06b9b8;
    font-size: 30px;
    line-height: 28px;
}
figure.regular-customer h3 {
  color: #08B92D;
}
figure.effect-bubba.regular-customer a {
    background-color: #08B92D;
}
figure.effect-bubba.packages h3 {
  color: #FFBB1A;
}
figure.effect-bubba.packages a {
    background-color: #FFBB1A;
}
.title-checkout:after,
figure.effect-bubba h3:after {
    content: "";
    width: 70px;
    background: #A1A1A1;
    height: 3px;
    margin: 20px 0;
    display: block;
}
figure.effect-bubba h3.gal {
  padding: 30px 30px 2px;
}
figure.effect-bubba p {
    padding: 0 30px;
    color: #444;
    font-size: 18px;
    line-height: 24px;
}
figure.effect-bubba a {
    position: absolute;
    padding: 0.6em 1.64em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    -moz-transform: translate3d(0,20px,0);
    -o-transform: translate3d(0,20px,0);
    -ms-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    background-color: #06b9b8;
    width: 185px;
    text-align: center;
    line-height: 28px;
    height: 46px;
    color: #fff;
    font-size: 1em;
    border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
    border: 0px solid #000000;
    bottom: 60px;
    right: 15px;
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	/*-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);*/
}
figure.effect-bubba:hover h3,
figure.effect-bubba:hover p {
	opacity: 1;
	/*-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);*/
}
.gallery span {
    color: #3ea70f;
}
section {
    overflow: hidden;
}
/* advantage */
.advantage {
    background-image: url(../img/bg_2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 730px;
    position: relative;
}
.advantage-grid {
    margin-top: 90px;
}

.advantage-grid .ico {
    height: 200px;
    display: table;
    width: 90%;
}
.advantage-grid .img-responsive {
    margin: 22px auto;
}
.advantage-grid:first-child .img-responsive {
    margin: -23px auto;
}
.advantage-grid:last-child .img-responsive {
    margin: 9px auto;
}
.advantage h2 {
    margin-top: 60px;
}
.advantage > p {
    font-size: 22px;
    line-height: 28px;
    margin-top: 10px;
}
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    text-decoration: none;
    padding: 0.6em 1.64em;
    font-size: 1em;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 40px;
    float: right;
    margin-right: 40px;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 40px;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
  text-decoration: none;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
@media (min-width: 480px) {
.banner-info {
    padding: 2em 0;
}
.navbar-nav > li + li {
    margin-left: 20px;
}
figure.effect-bubba.packages {
    display: none;
}
}
@media (min-width: 768px){
.ca-container {
    height: 100%;
}  
}

@media (min-width: 992px){
.navbar-nav > li + li {
    margin-left: 45px;
}
figure.effect-bubba.packages {
    display: block;
}
.ca-container {
    height: 540px;
}
}

.mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #FFF;
    color: #000;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999991;
}



@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .mobilemenu, .mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .mobilepanel_title {
    font-size: 18px; } }
.mobilepanel_toggle {
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;
}
.mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mobilepanel_toggle span:after, .mobilepanel_toggle span:before, .mobilepanel_toggle span {
    width: 24px;
    height: 3px;
    background-color: #000;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

@media (min-width: 300px) and (max-width: 767px){
  header .navbar-brand, header .nav {
    display: none;
}
/*==================   RD Mobile Menu    =====================*/

.navbar-nav {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .navbar-nav {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .navbar-nav a {
    display: block;
    padding: 14px 25px 16px; }
    .navbar-nav a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    
    
  .navbar-nav ul a {
    padding-left: 40px; }
  .navbar-nav ul ul a {
    padding-left: 60px; }
  .navbar-nav:after {
    content: '';
    display: block;
    height: 20px; }

.mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 15; }

.mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 12px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .mobilepanel_toggle span:after, .mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .mobilepanel_toggle span:after {
      top: 8px; }
    .mobilepanel_toggle span:after, .mobilepanel_toggle span:before, .mobilepanel_toggle span {
      width: 24px;
      height: 3px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-bor-radius: 2px;
      -moz-bor-radius: 2px;
      bor-radius: 2px; }
  .mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .mobilepanel_toggle span:before, .mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .mobilepanel_toggle.active span:before, .mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }
.navbar-nav > li > a {
    color: #444;
}
   
.mobilemenu, .mobilepanel {
    display: block;
}
}