body {
  background: #ffffff;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  color: #000;
  position: relative;
  counter-reset: step 0;
}
html, body {
  width: 100%;
}
h2,h3 { font-weight: 300; margin: 0; padding: 0 }
hr {
  border-color: #50424b;
  width: 50%;
  margin: 15px auto;
}
section{
  padding: 70px 0;
}
#home .row {
	margin: 0 -30px;
}



.navbar-right {
    margin-right: 0 !important;
}
.box {
	background: #ffffff;
}
.text {
	padding-top: 15px;
	padding-bottom: 15px;
}

.font-20 {
  font-size: 20px;
  line-height: 28px;
}
.font-24 {
  font-size: 24px;
  line-height: 34px;
}
.font-30 {
  font-size: 30px;
  line-height: 40px;
}
.font-40 {
  font-size: 40px;
  line-height: 50px;
}
.font-50 {
  font-size: 50px;
  line-height: 60px;
}
.bold{
  font-weight: 700;
}
.mt{
  /*margin-top: 40px;*/
  margin-top: 20px;
}
.mb{
  margin-bottom: 40px;
}
.lmt{
  margin-top: 15px;
}
.lmb{
  margin-bottom: 15px;
}
.padd{
  padding-top: 10px;
}
.phone{
  text-decoration: none;
  color: #50424b;
}
.phone:hover{
  text-decoration: none;
  color: #ff0000 !important;
}
.padding{
  margin: 30px;
}
.red{
  color: #ff0000;
}
.orange{
  color: #fd7336;
}
.burb{
  color: #50424b !important;
}
.white{
  color: #fff;
}
.light_green{
  color: #b12737;
}
.attention{
  font-size: 30px;
  color:#0b6ad8;
}
.big {
  font-size: 70px;
  line-height: 50px;
  color: #50424b;
  padding-bottom: 25px;
}
.big span{
  border-bottom: 3px solid;
}
.big:hover{
  color: #0b6ad8;
  transition: color 0.3s;
}
.gray{
  background: #eee;
}
img.img{
  margin: 0 auto}
ul.dash{
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
}
ul.dash li:before{
  content: '\2013';
  margin-right: 5px;
}
.dash .fa{
  border: 3px solid #50424b;
  border-radius: 50px;
  padding: 5px;
  color: #50424b;
  margin: 5px 0;
}
.ghost_btn{
  text-decoration: none;
  color: #50424b;
  border-bottom: 1px dotted #50424b;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin-top: 28px;
  /*text-transform: initial;*/
}
.ghost_btn:hover{
  text-decoration: none;
  color: #b12737;
  border-bottom: 1px dotted #b12737;
}
.button {
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 40px;
  text-shadow: none !important;
}
#missing .button, #form .button {
  margin-top: 0;
}
.navbar .button{
  font-size: 16px;
  padding: 7px 12px;
  /*margin-top: 20px;*/
}
.button:focus {
  outline: none;
}
.button > span {
  vertical-align: middle;
}
.button.button--wapasha {
  background: #42aaff;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.button--wapasha.button--inverted {
  background: #fff;
  color: #42aaff;
}
.button--wapasha::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #42aaff;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--wapasha.button--inverted::before {
  border-color: #42aaff;
}
.button--wapasha:hover {
  background-color: #fff;
  color: #42aaff;
}
.button--wapasha.button--inverted:hover {
  background-color: #fff;
  color: #42aaff;
}
.button--wapasha:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/*icon*/
.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
  cursor: default;
}
.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: default;
  margin: 15px 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box; 
  -moz-box-sizing: content-box; 
  box-sizing: content-box;
}
.hi-icon-effect-3 .hi-icon {
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.hi-icon-effect-3 .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: rgba(255,255,255,0.4);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}

.hi-icon-effect-3a .hi-icon:hover:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  text-decoration: none;
}
.hi-icon-wrap p.big{
  margin-top: 20px !important;
  color: #fff;
}
.hi-icon-effect-3a a.hi-icon:hover{
  text-decoration: none;
}

/*nav*/
.sticky-navigation { opacity: 0; }
.navbar-default {
  background: #fff;
  border-bottom: 1px solid rgba(61, 191, 193, 0.4)
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  margin: 0;
  padding: 0;
  z-index: 100;
}
.navbar-default .navbar-brand {
  color: #50424b;
  font-weight: bold;
  font-size: 30px;
  /*line-height: 45px;*/
  /*padding: 10px 0 0 12px;*/
}
.navbar-default .navbar-brand:hover{
  color: #b12737;
}
.navbar-default .navbar-nav li a {
  color: #50424b;
  font-size: 14px;
  font-weight: bold;
  line-height: 45px;
}
.navbar-default .navbar-nav li a:hover { color: #ff0000; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ff0000;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ff0000;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #5b5c5e;
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/*+++++++++++++++++++++++++++*/
.home {
  padding: 166px 0 20px 0;
  /*margin-top:50px;*/
  overflow:hidden;
  color: #000;
  /*min-height: 700px;*/
  width:100%;
  overflow:hidden;
  background:url('/images/home.png') repeat center ;
  font-size: 20px;
  /*background-attachment:fixed;*/
  /*text-shadow: 1px 2px 0px #000;*/
}
.home .check{
    font-weight: 700;
}
.home-bg{-webkit-animation-name:back_animation;-webkit-animation-duration:50s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:ease;animation:50s ease 0s normal none infinite back_animation;background:url('/images/home-bg.jpg') no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:100vh;min-height:920px;position:absolute;top:0;left:0;width:100%;}
/*****************************************************/
/* CSS ANIMATION */
/*****************************************************/
/*@-webkit-keyframes back_animation{0%{-webkit-transform:scale(1);}*/
/*50%{-webkit-transform:scale(1.2);}*/
/*100%{-webkit-transform:scale(1);}*/
/*}*/
/*@-moz-keyframes back_animation{0%{-moz-transform:scale(1);}*/
/*50%{-moz-transform:scale(1.2);}*/
/*100%{-moz-transform:scale(1);}*/
/*}*/
/*@-o-keyframes back_animation{0%{-o-transform:scale(1);}*/
/*50%{-o-transform:scale(1.2);}*/
/*100%{-o-transform:scale(1);}*/
/*}*/
/*@keyframes back_animation{0%{transform:scale(1);}*/
/*50%{transform:scale(1.2);}*/
/*100%{transform:scale(1);}*/
/*}*/

img.logo{
  padding-top: 5px;
  height: 90px;
  display: inline;
}
.home .container-fluid{
    padding-right: 0;
}
.home-title { 
  font-size: 44px;
  font-weight: 700;
  /*text-align: center;*/
  color: #000;
  margin-top: 0;
  /*padding: 10px;*/
  text-shadow: none;
 }
.home-subtitle {
  /*text-align: center;*/
  font-size: 32px;
  text-shadow: none;
  /*padding: 10px;*/
  display: inline-block;
  color: #000;
}
.main {
  /*background: url('/images/main.jpg') no-repeat;*/
  /*background-size: contain;*/
  /*background-position: center center;*/
  /*min-height: 700px;*/
  /*margin-top: 70px;*/
}
.col-md-7.col-lg-8.main{
    padding: 0;
}
.fon {
  background: url('/images/fon.png');
  /*background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  min-height: 400px;*/
}
.ico, .ico img{
  max-height: 55px;
  margin: 0 auto 10px;
  display: block;
}
.picture, .picture1,.text{
  /*min-height: 366px;*/
  background: #fff;
}
.picture.col-sm-6, .picture1.col-sm-6{
  padding: 0;
}
.picture:after, .picture1:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 13px;
    border-left: 25px solid transparent;
    border-right: 25px solid #fff;
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
}
.picture1:before{
  border-right: 25px solid transparent;
  border-left: 25px solid #fff;
  left: 0px;
}
.price{
  background: url(/images/pat.png);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.price h2{
    /*margin-top: 20px;*/
	margin: 0 0 10px 0;
}
/*hover*/
/*.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.66);
  padding: 25% 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text>p {
  opacity: 0;
  padding: 5px;
  font-size: 17px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
}
.hover-bg:hover .hover-text>p {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}*/
/*hover*/
ul.check{
  list-style-type: none;
  padding: 0;
  line-height: 38px;
}
ul.check li:before, p.check:before{
  content: url(/images/icons/check.png);
  position: relative;
  margin-right: 10px;
  top: 10px;
}
.price {
  padding: 0
}
.steps div {
  /*display: inline;*/
  padding: 0 30px
}
.steps div:before{
  counter-increment: step; 
  content: counter(step);
  color:#ff0000;
  font-size: 100px;
  display: inline !important;
  position: relative;
  top:90px;
  width: 30px;
  right: 60px;
}
.sp-layer{
  font-weight: bold;
  color: #FD7336 ;
  font-size: 30px !important;
}
.sp-thumbnail{
  cursor: pointer;
}
.sp-selected-thumbnail{
  border: 2px solid #fff;
}
#contact {
    padding-bottom:20px;
}
#contact .container-fluid{
  padding: 0
}
.map{
  height: 660px;
}
/*form*/
#missing{
    font-size: 16px;
    background: rgba(255,255,255,0.5);
    padding:  20px 0;
    margin: 0 auto
}
#missing button, #form button{
    width: 100%;
}
#missing button{
   max-width: 350px;
}
#missing .row, #form .row{
    padding: 15px 0;
}
#form .row{
  text-align: center;
}
textarea{
  width: 350px;
  border-radius: 0;
  font-size: 18px;
  margin: 0 auto;
  padding: 6px 12px;
  border-color: #ccc
}
#form{
    position: fixed;
    display: none;
    width: 80%;
    max-width: 450px;
    margin: auto;
    left: 0;
    right: 0;
    top: 50px;
    background: #ffffff;
    z-index: 1100;
    padding: 30px 15px 20px;
}
.form-control{
  border-radius: 0;
  height: 40px;
  max-width: 350px;
  font-size: 18px;
  margin: 0 auto;
}
.has-feedback {
    position: relative;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 15px;
}
#form .form-control, #form .has-feedback{
  max-width: 100%;
}
#form textarea{
  width: 100%;
}
#form i, #missing i{
  top:10px;
  color: #50424b !important;
}
#form p{
  color: #50424b;
}
#form .close{
    position: absolute;
    right: 5px;
    top: 5px;
    margin: 0;
    line-height: 15px;
    font-size: 30px;
    font-family: Arial;
}
#form .close:hover{
    opacity: 1;
}
#lock{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    display: none;
    z-index: 1099;
}
#form input[type="text"]{
    max-width: 100%;
}
#form.success{
    text-align: center;
    line-height: 50px;
    padding: 0;  
}
#form .success{
    color: green;
}
#form .error{
    color: red;
}
.head_logo{
    height:55px;
    display: inline !important;
}
@media screen and (max-width: 1600px){
    .main img{
        padding-top: 5%;
    } 
}
@media screen and (max-width: 1400px){
    .home, .home-bg{
        min-height: 650px;
    }
    .home-title{
        padding-top: 20px;
        font-size: 30px;
    }
   
    .home .font-24{
        font-size: 20px;
    }
    .home-subtitle{
        padding: 10px;
        font-size: 26px;
    }
    .steps div:before{
        font-size: 70px;
        right: 35px;
    }
}

@media (max-width: 992px){
/*  .row{*/
/*  margin-left: 0px;*/
/*  margin-right: 0;*/
/*}*/
  .font-50{
    font-size: 40px;
  }
  .font-40{
    font-size: 30px
  }
  .font-30{
    font-size: 26px;
  }
  .font-24{
    font-size: 20px;
  }
  .font-20{
    font-size: 16px !important; 
  }
  .home-title{
      margin-top:8%;
  }
  .main img{
        padding-top: 0%;
    } 
}

@media screen and (max-width: 767px) {
  .home-title { font-size: 42px; }
  .home .col-md-4{
      text-align: center !important;
  }
  .sp-full-screen-button{
      display:none;
  }
  textarea, .form-control{
      width: auto;
      min-width: 300px;
      max-width: 350px;
  }
  .home-subtitle{ 
      font-size: 30px;
    }
    .steps div{
        width: 95%;
        float:right;
    }

    .home-subtitle span{
        font-size: 40px;
    }
    .home, .home-bg{
        min-height: 1050px;
    }
    .text-right{
        text-align: left;
    }
    .head_logo{
        height: 30px;
    }
    .navbar-default .navbar-brand{
       line-height: 20px;
    }
    .picture:after, .picture1:before{
        display:none;
    }
    .picture, .picture1, .text{
        min-height: auto;
    }
    .text{
        padding-bottom:20px;
    }
    .price h2{
        margin: 0;
    }
    #form i, #missing i {
    right: 20px;
}
}/***/.navbar-header {	height: 85px;	float: left;}.navbar-header .navbar-brand {	height: auto;	line-height: 55px !important;	display: block !important;	padding: 15px 15px 0 15px !important;}.navbar-header .navbar-toggle {	line-height: 55px !important;	height: 85px;	padding: 15px !important;	margin: 0 !important;}.navbar-phone {	float: right;	padding: 15px 0 0 15px;	line-height: 55px;}.navbar-phone .phone-wrap, .navbar-phone .help-wrap {	float: left;}.navbar-phone .phone-wrap {	font-weight: bold;	font-size: 14px;	margin-right: 15px;}.navbar-phone .help-wrap {	}.nav>li>a {	padding: 15px 10px 15px 10px;	line-height: 30px !important;}.navbar-collapse {	clear: both;	text-align: center;}.home {	min-height: 0;}.main img {	padding: 0 !important;}.home-title {	margin-top: 0 !important;}.row.box::before, #nashi_raboty::before {	content: "";	display: block;	height: 146px;	margin: -146px 0 0;}@media (min-width: 768px) {	.navbar-nav {		float: none;	}	.navbar-nav>li {		float: none;		display: inline-block;	}}@media (max-width: 1199px) {	.home {		padding-top: 226px;	}}@media (max-width: 991px) {	.order-main {		margin-bottom: 20px;	}}@media (max-width: 767px) {	.home {		padding-top: 100px;	}}@media (max-width: 513px) {	.home {		padding-top: 190px;	}	.navbar-phone {		float: left;		padding-bottom: 15px;	}}