body {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  color: #000;
  -webkit-font-smoothing: antialised; }

.hidden {
  display: none; }

section {
    padding: 60px 0 60px;
}

a:active, a:focus, input, textarea, button { outline: none; }

/*---header---*/
#header {
  width: 100%;
  position: relative;
  z-index: 1001;
}
#header:after {
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to right, #ff9c00 0%, #ee0000 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ff9c00 0%, #ee0000 100%) repeat scroll 0 0;
  z-index: 10;
}
.insta img{
	width:25px;
}
#top-bar {
  width: 100%;
  min-height: 56px;
  font-size: 13px;
  line-height: 33px;
  background-color: #f8f8f8;
  box-shadow: 0 1px 4px rgba(0,0,0,.16);
  position: relative;
  z-index: 10;
}
#top-bar a {
  color: #74777c;
}
#top-bar a:hover,
#top-bar a:focus {
  color: #df4a43;
  text-decoration: none;
}
#top-info {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 54px;
}
#top-info li {
  display: inline-block;
  margin-left: 25px;
}
#top-info .phone-head-wr a{
  letter-spacing: 1.2px;
  color: #000;  
  border-bottom: 1px dotted #000;
  font-size: 20px;
  font-family: "Montserrat-Medium", sans-serif;
}
#top-info .phone-head-wr a:hover{
  color: #ff9c00;
  border-bottom: none;
   -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
a.make-phone-call {
    border: 1px #ff9c00 solid;
    border-radius: 20px;    
    color: #ff9c00;
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 14px;
    display: inline-block;
    line-height: 36px;
    margin: 9px 0;
    float: right;
    padding: 0px 32px;
}
a.make-phone-call:hover{
  border: 1px #ff9c00 solid;
  color: #fff;
  background-color: #ff9c00;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.cont-wrap-head{
  text-align: right;
}
.nav-section {
  min-height: 56px;
  min-width: 320px;
  padding: 0;
  background-color: #f8f8f8;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-section.stuck {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.nav-section.stuck:after {
  content: " ";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e3e3e3;
  z-index: 10;
}
.nav-section.shrink {
  min-height: 61px;
}
.nav-section.shrink .navbar-nav > li > a {
  line-height: 61px;
}
.adress-line{
  text-align: right;
  background-color: #f8f8f8;
  box-shadow: 0 1px 2px rgba(0,0,0,.13);
}
.adress-line p{
  color: #000;
  font-size: 14px;  
}
.adress-line p span{
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 600;
}
.adress-line a{
   color: #252b33;
   font-size: 14px;  
}
.adress-line a:hover{
    color: #ff9c00;    
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cost-type{
  text-align: left;
}
.logo-img{
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 10px;
	margin-bottom: 10px;
}
.logo-img img{
  width: 120px;
}
.logo-body-text .yand{
  color: #e00;
}
.logo-body-text .uber{
  color: #000;
}
.logo-body-text .iasha{
  color: #f38d24;
}

/* #Navigation
================================================== */
.navbar {
  float: left;
  /*margin: 0px 30px 0 0;*/
  min-height: 0;
  border: none;
}
.navbar-nav > li > a {
  padding: 0 30px;
  display: block;
  color: #000;
  line-height: 56px;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-nav > li > a:first-child{
  padding-left: 0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  color: #ff9c00;
}
.navbar-nav > li > a:last-child{
  padding-right: 30px;
}
@media (min-width: 768px){
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px){
  .navbar-nav {
    float: left;
    margin: 0;
  }
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
@media (min-width: 768px){
  .navbar-nav>li {
    float: left;
  }
}
.nav>li {
    position: relative;
    display: block;
}
@media (max-width: 992px){
  .sb-search {
    display: none;
  }
}
@media (max-width: 992px){
  .nav {
    display: none;
  }
}
.nav-section {
    position: relative;
    top: 3px;
}
/*Toogle Menu*/
.toggle-mnu {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 16px;
}
.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}
.toggle-mnu span:after {
  top: 18px;
}
.toggle-mnu span {
  position: relative;
  display: block;
}
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
  width: 100%;
  height: 3px;
  background-color: #ff9c00;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;  
}
.toggle-mnu.on span {
  background-color: transparent;
}
.toggle-mnu.on span:before {
  transform: rotate(45deg) translate(-1px, 0px);
}
.toggle-mnu.on span:after {
  transform: rotate(-45deg) translate(6px, -7px);
}
/*End Toogle Menu*/
.toggle-mnu {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 500;
}
.hidden-mnu {  
  display: none;
  z-index: 50;
  width: 80%;
  right: 0;
  background-color: #fff;
  position: absolute;
  box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 20%);
}
.hidden-mnu ul {
  padding: 20px 0;
}
.hidden-mnu li {
    display: block;
    padding: 0px 10px;
    color: #000;    
    font-size: 14px;
    text-align: left;
    border-bottom: 1px #ccc solid;
}
.hidden-mnu a {
  color: #000;
  display: block;
  padding: 14px 10px;
  font-weight: 800;
}
.hidden-mnu a:hover {
  color: #ff9c00;
  background-color: transparent;
  text-decoration: none;   
  transition: all .5s ease;
}
/*---end header---*/
/*---hidden-form---*/
.white-popup {
  position: relative; 
  padding: 25px;
  max-width: 400px;
  margin: 0 auto; }
  .white-popup img {
    max-width: 100%; }

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-close-btn-in .mfp-close {
    /*color: #fff;*/
    right: 34px;
    top: 20px;
}
.form-callback{
  box-shadow: rgba(0,0,0,.2) 0 0 20px;
  margin: auto;
  max-width: 320px;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
  webkit-box-shadow: rgba(0,0,0,.2) 0 0 20px;
  webkit-transition: all .3s ease;
}
.form-callback .mfp-close{
  color: #fff;
  opacity: .3;
  transition: all .25s ease;
  webkit-transition: all .25s ease;
}
.form-callback .mfp-close:hover{
  opacity: .6;
}
.form-callback .contact-form-head h4{
  color: #000;
}
.contact-form{
  overflow: hidden;
  position: relative;
}
#callback form label{
  display: block;
  margin-bottom: 14px;
}
#callback form label span{
  color: #ff9c00;
  display: block;
  font-size: 14px;
  margin-bottom: 3px;  
}
#callback form label input,
#callback form label select{
    background-color: rgba(255,255,255,.6);
    border: 1px #ff9c00 solid;
    border-radius: 2px;
    color: #333;
    display: block;
    font-size: 12px;
    padding: 12px 15px 12px;
    transition: all .5s ease;
    webkit-border-radius: 2px;
    webkit-transition: all .5s ease;
    width: 100%;
}

.button, .contact-form-head{
  text-align: center;
}
.contact-form{
  background-color: #fff;
  padding: 32px 26px;
}
.contact-form .button{
  margin-top: 12px;
}
.contact-form-head h4{
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}
.contact-form-head p{
  color: #777;
  font-size: 14px;
  margin-top: 0;  
}
/*.politic-conf p{
  color: #fff;
}
.politic-conf a{
  color: #fff;   
  opacity: .6;
}
.politic-conf a:hover{
   color: #fff;
   opacity: 1;
   transition: all .25s ease;
   webkit-transition: all .25s ease;
}*/
.button-small{
    border: 1px #ff9c00 solid;
    background-color: #ff9c00;   
    font-size: 14px;
    padding: 14px 28px;
    webkit-box-shadow: 0 4px 0 #dea213;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
}
.button-small:hover{
  background-color: #fff;
  color: #ff9c00;
  border: 1px #ff9c00 solid;
  transition: all .25s ease;
   webkit-transition: all .25s ease;
}
.text-center{
  text-align: center;
}
/*----------------------*/
/*---own-header-wrap----*/
.own-header-wrap{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0.1em 0.1em 5px rgba(0,0,0,0.5);
  position: relative;
  padding: 55px 0 60px;
}
.own-header-wrap::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
}

.own-header-wrap .head-btn a{
    display: inline-block;
    line-height: 36px;
    margin: 20px 0 0;
    padding: 4px 28px;   
    background-color: #ee0000;
    border-radius: 40px;
    color: #fff;
    border: 2px #ee0000 solid;
    font-family: "Montserrat-Medium", sans-serif;
}
.own-header-wrap .head-btn a:hover{
    border: 2px #ee0000 solid;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.over-img {
    position: absolute;
    top: 88px;
    /* z-index: 1; */
    display: block;
    width: 100%;
    margin-left: -415px;
    opacity: .4;
}
.img-head{
  display: block;  
  position: absolute;
  z-index: 1;
  top: 135px;
  right: 80px;
}
.img-head img{
  width: 570px;
}
.head-text-all-wrap{
    position: relative;
    z-index: 1;  
    top: 10px;  
}
.par-text-head .fa{
  color: #ff9c00;
  font-size: 20px;
  font-weight: 800;
}
.head-text-all-wrap h3{
  color: #fff;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #000;
  font-weight: 800;
}
.head-text-all-wrap h1{
    font-family: "Montserrat-Bold", sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 14px;
    margin-top: 0px;
    text-shadow: 0px 1px 1px #000;
    /*text-transform: uppercase;*/
}
.head-icon .icon-item{
  display: flex;
    width: 70%;
    text-align: left;
    margin-bottom: 8px;
    align-items: center;
}
.head-icon .icon-item img{
  width: 60px;
  border-radius: 60px;
  box-shadow: 7px 7px 7px 0px rgb(255 255 255 / 10%);
}
.head-icon .icon-item p{
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  display: inline;    
  margin-left: 6px;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #000;
	margin-bottom: 0px;
    margin-top: 0;
}
/*---------------------*/

/*----arenda-avto-----*/
.arenda-avto{
  background-color: #f8f8f8;
  padding-bottom: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.arenda-avto h2.title {
    text-align: center;
    position: relative;
    padding: 0 0 22px 0;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 0;
    color: #000;
    line-height: 1.4;
}
.arenda-avto h2.title:before {
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -15px;
    background: #ff9c00;
    content: '';
}

.gallery-tizer-wrap {
    display: block;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);    
    width: 100%;
}
.gallery-tizer-wrap img{
  width: 100%;
}
.gallery-tizer-wrap .table-all {
  position: relative;
  z-index: 2;
  text-align: center;
  height: 360px;
} 
.gallery-tizer-wrap .table-all .td {
  vertical-align: middle;
} 
.table-all {
  display: block;
}

.arenda-avto .table-all {
    background-color: rgba(255,255,255,.8);
    height: 100%;
    left: 0;
    ms-transform: scale(1);
    opacity: 0;
    padding-top: 29%;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scale(1);
    transition: all .5s ease;
    webkit-transform: scale(1);
    webkit-transition: all .5s ease;
    width: 100%;
}
.arenda-avto .gallery-tizer-wrap:hover .table-all {
    ms-transform: scale(.95);
    opacity: 1;
    transform: scale(.95);
    webkit-transform: scale(.95);
}
.arenda-avto .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: 14px;
    top: 14px;
}
.home-gallery-wrap{
  margin-bottom: 30px;
}
.about-avto h3{
  color: #ee0000;
  font-size: 26px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 5px;
}
.about-avto h4{
  color: #ee0000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  border-bottom: 1px #ee0000 solid;
  display: inline;
}
.about-avto p{
  margin: 5px 0;
}
.about-avto span{
  font-weight: 600;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
    padding: 10px;
}
.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #eceeef;
    padding: 10px;
}
.car-price table{
  width: 100%;
}
.car-price tbody{
  text-align: center;
}
.about-avto-btn a{
    display: inline-block;
    line-height: 36px;
    margin: 9px 0;
    padding: 6px 16px;
    float: right;
    background-color: #ff9c00;
    border-radius: 40px;
    color: #fff;
    border: 1px #ff9c00 solid;
    font-family: "Montserrat-Medium", sans-serif;
    position: relative;   
}
.about-avto-btn a:hover{
    border: 1px #ff9c00 solid;
    color: #ff9c00;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.price-wrap{
  padding-top: 30px;
  margin-top: 10px;
  margin-bottom: 30px;
  border-top: 1px #eceeef solid;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.05);
  box-shadow: 0 5px 15px rgba(0,0,0,.05);
  background-color: #fff;
  border-radius: 3px;
}
.car-price{
  position: relative;    
  margin-top: 22px;
}

/*------------------*/
/*-----conditions-----*/
.conditions{ 
  margin-top: 30px;
}
.conditions h2.title {
    text-align: center;
    position: relative;
    padding: 0 0 22px 0;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 0;
}
.conditions h2.title:before {
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -15px;
    background: #ff9c00;
    content: '';
}
.cond-wrap .fa{
  color: #ff9c00;
}
.cond-wrap{
  border-radius: 3px;
  background-color: rgba(255,255,255,.9);
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.05);
  box-shadow: 0 5px 15px rgba(0,0,0,.05);
  padding: 4px 15px 4px 15px;
  margin-bottom: 15px;
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
	height: 160px;
}
.ht-newsletter h2.second-form {    
    margin: 40px 0;   
}
.cond-wrap p{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
	padding-left: 12px;
}
/*--------------------*/

/*---edge-----*/
.edge{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0.1em 0.1em 5px rgba(0,0,0,0.5);
}
.edge h2.title {
    text-align: center;
    position: relative;
    padding: 0 0 22px 0;
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 0;
}
.edge h2.title:before {
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -15px;
    background: #ff9c00;
    content: '';
}
.edge-item {
  border-top: 1px #eceeef solid;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.05);
  box-shadow: 0 5px 15px rgba(0,0,0,.05);
  background-color: #fff;
  padding: 30px 8px;
  margin-top: 30px;
  border-radius: 3px;
}
.edge-item .img-wr{
  display: block;
  width: 100%;
  text-align: center;
}
.edge-item .img-wr img{
  width: 60px;
}
.edge-item .edge-text{
  text-align: center;
  font-weight: 600;
}
.edge-item .edge-text h3{
  font-size: 16px;
  text-align: center;
  color: #000;
}
.edge-item .edge-text p{
    font-size: 14px;
    text-align: left;
    line-height: 1.2;
    font-weight: normal;
}
.edge-item .edge-text p .fa{
  color: #ff9c00;
}
.second-edge-wrap-one h3{
	font-family: "Montserrat-Bold", sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
    border: 1px #000 solid;
    padding: 12px;
}
.second-edge-wrap h4{
  font-size: 16px;
  text-transform: uppercase;
}
.second-edge-wrap p{
  font-size: 16px;
  font-weight: 600;
}
.second-edge-wrap{
  display: inline-block;
  text-align: center;
    margin-top: 16px;
}
.second-edge-wrap-img{
  display:block; 
  width: 100%;
  text-align: center;
  margin-top: 74px;
}
.second-edge-wrap-img img{
  width: 100%;
}
/*-----------*/

/*-----form-for-start-----*/

.form-for-start{
  padding: 65px 0 65px;
}
.form-box {
    border-radius: 10px;
    border: 5px #ff9c00 solid;
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    font-size: 0;
    z-index: 1;
    padding: 0 20px;
    height: auto;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
}
.form-box__form-field-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 20px; }

.form-box__form-field {
  margin-bottom: 20px;
  width: 100%;
  position: relative; }
  .form-box__form-field:last-child {
    margin-bottom: 0; }
  .form-box__form-field input {
    outline: none;
    width: 100%;
    background: none;
    -webkit-box-shadow: none;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.05);
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
    border-bottom: solid 2px #ff9c00;
    border-top: none;
    border-right: none;
    border-left: none;   
    background-color: #fff; 
    padding: 10px 20px;
    font-size: 14px;
    color: #333;    
    font-weight: 400; }
    .form-box__form-field input:active {
      outline: none; }
    .form-box__form-field input:focus {
      outline: none; }
    .form-box__form-field input:-ms-input-placeholder {
      color: #000; }
    .form-box__form-field input:-moz-placeholder {
      color: #000; }
    .form-box__form-field input:-webkit-autofill {
      -webkit-text-fill-color: #000;
      -webkit-box-shadow: none;
      -webkit-transition: background-color 5000s ease-in-out 0s;
      -o-transition: background-color 5000s ease-in-out 0s;
      transition: background-color 5000s ease-in-out 0s; }
      .form-box__form-field input:-webkit-autofill:hover {
        -webkit-text-fill-color: #000;
        -webkit-box-shadow: none;
        -webkit-transition: background-color 5000s ease-in-out 0s;
        -o-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s; }
      .form-box__form-field input:-webkit-autofill:focus input:-webkit-autofill {
        -webkit-text-fill-color: #000;
        -webkit-box-shadow: none;
        -webkit-transition: background-color 5000s ease-in-out 0s;
        -o-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s; }
  .form-box__form-field input::-webkit-input-placeholder {
    color: #000; }
  .form-box__form-field input::-moz-placeholder {
    color: #000; }
  .form-box__form-field textarea:-webkit-autofill {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: none;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s; }
    .form-box__form-field textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
      -webkit-text-fill-color: #000;
      -webkit-box-shadow: none;
      -webkit-transition: background-color 5000s ease-in-out 0s;
      -o-transition: background-color 5000s ease-in-out 0s;
      transition: background-color 5000s ease-in-out 0s; }
  .form-box__form-field select:-webkit-autofill {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: none;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s; }
    .form-box__form-field select:-webkit-autofill:hover {
      -webkit-text-fill-color: #000;
      -webkit-box-shadow: none;
      -webkit-transition: background-color 5000s ease-in-out 0s;
      -o-transition: background-color 5000s ease-in-out 0s;
      transition: background-color 5000s ease-in-out 0s; }
    .form-box__form-field select:-webkit-autofill:focus {
      -webkit-text-fill-color: #000;
      -webkit-box-shadow: none;
      -webkit-transition: background-color 5000s ease-in-out 0s;
      -o-transition: background-color 5000s ease-in-out 0s;
      transition: background-color 5000s ease-in-out 0s; }

.form-box__form-btn {
  margin-top: 10px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .form-box__form-btn button {
    display: inline-block;
    line-height: 36px;
    margin: 9px 0;
    font-size: 14px;
    padding: 8px 28px;
    background-color: #ff9c00;
    border-radius: 40px;
    color: #fff;
    border: 1px #ff9c00 solid;
    font-family: "Montserrat-Medium", sans-serif; }
    .form-box__form-btn button:hover {
      border: 1px #ff9c00 solid;
      color: #ff9c00;
      background-color: transparent;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; } 

.politic-conf p a{
  color: #ff9c00;
}   
.politic-conf p a:hover{
  color: #000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}   

.form-box__form-title h3 {
    display: inline-block;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #000;
    font-size: 28px;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    padding-top: 30px;
}

.form-box__form-title--left h3 {
  text-align: left;
  line-height: 1; }
.form-box__form-title p{
  padding: 0; 
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 10px;
}  

.form-box__content {
    display: inline-block;
    width: 100%;
    min-height: 300px;
    padding: 0 10px 30px;
}
.form-box__form-wrap {
    width: 100%;
    height: 100%;
}
.form-box__form-container {
    padding-top: 30px;
}
.form-box__bg-img img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 400px;
}
.form-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 340px;
}

@media (min-width: 992px){  
  .form-box__form-field {
    width: 48%;
  }
  .form-box__form-field-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0;
  }
}
@media (min-width: 768px){  
  .form-box__bg-img img {
    position: absolute;
    bottom: 0;
    height: 321px;
    width: auto;
    right: 0;
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
  }
  .form-box__bg {
    width: 35%;
    height: 100%;
  }
  .form-box__content {
    width: 65%;
    height: 100%;
    padding: 0 20px;
  }
}
/*-----------------*/
/*--how-we-work---*/
.how-we-work h2.title {
    text-align: center;
    position: relative;
    padding: 0 0 22px 0;
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 0;
}
.how-we-work h2.title:before {
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -15px;
    background: #ff9c00;
    content: '';
}
#how ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
#how ul li {
    float: left;
    color: #000;
    margin: 0 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}
.block_deal {
    position: relative;
    width: 252px;
}
.block_deal img {
    display: block;
    margin: 0 auto;
}
#how ul li span {
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;    
}
.line-nav {
    float: left;
    width: 20px;
    border-top: 5px dotted #ee0000;
    margin: 240% 0;
}
.steps-box__triggers-item {    
    position: relative;    
    padding-top: 10px;
    padding-bottom: 10px;
}
.trigger-box-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.trigger-box-circle__icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;    
    width: 90px;
    height: 90px;
}
.trigger-box-circle__number {
    position: absolute;
    border-radius: 50%;
    top: -2px;
    right: -8px;
    background: #fff;
    border: solid 2px #000;
    display: inline-block;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.trigger-box-circle__number span {
    color: #ff9c00 !important;
    text-align: center;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 21px !important;
    letter-spacing: 0;
    line-height: 1.3 !important;
    margin-top: 0 !important;
}
/*----------------*/

/*----cons-sect-wrap-----*/
.cons-sect-wrap{  
  padding: 0;
}
.cons-sect-wrap .logo-img {    
    margin-top: 44px;
}
.cons-sect-wrap .border{
  height: 5px;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to right, #ff9c00 0%, #ee0000 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #ff9c00 0%, #ee0000 100%) repeat scroll 0 0;
}
.subscribe-section {
    background-repeat: no-repeat;
    background: rgba(0, 0, 0, 0) url(../img/bg-4.jpg);
    background-position: top center;
    background-attachment: fixed;
    position: relative;
}
.ht-newsletter h2 {
    color: #000;
    font-weight: 300;
    line-height: 28px;
    margin-top: 50px;
    font-size: 18px;
    text-align: right;
    margin-bottom: 43px;
}
.ht-newsletter h2 b {
    font-weight: 700;
}
.cons-sect-wrap .logo-text {
    line-height: 1.4;
    margin: 48px 0;
}
/*------------------------*/

/*-----map-contact----*/
.map-contact{
  position: relative;
	padding-bottom: 0;
	padding-top: 10px;
}
.map-contact-wrap{
  background-color: #f8f8f8;
  border: 5px #ff9c00 solid;
  padding: 20px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
}
.map-contact .map{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.map-contact-text h2{
    text-align: center;
    position: relative;
    padding: 0 0 0px 0;
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.2;
}
.reqwizit h5{
	color: #000;
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
}
.reqwizit p{
	margin-top: 0;
}
.map-contact-phone span,
.map-contact-mail span,
.map-contact-clock span,
.map-contact-adress span,
.map-contact-nav span{
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.map-contact-phone a,
.map-contact-mail a,
.map-contact-clock p,
.map-contact-adress p,
.map-contact-nav p,
.map-contact-phone p,
.map-contact-mail p{  
  color: #000;
  font-size: 16px;
  display: block;
}
.map-contact-phone a:hover{
  color: #ff9c00;
   -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.map iframe{
  width: 100%;
  height: 450px;
  border: none;
}
/*---------------------*/

/*----footer-----*/
footer{
  position: relative;
  padding-top: 12px;
}
.nav-section{
  position: relative;
  top: 3px;
}
.star-text-item p{
	font-size: 12px;
    line-height: 1.2;
    margin: 0;
}
.star-text-item{
	margin-top: 14px;
	margin-bottom: 14px;
}
.star-text-item p span{
	color: #ee0000;
	font-size: 14px;
}
/*---------------*/

/*-------ReSite-----------*/
  .footer-bottom {
    background: #090909;   
    color: #424242;
    padding: 12px 0px;
  }
  .footer-bottom .logo-sign{
    text-align: right;
    display: block;
    width: 100%;
  }
  .footer-bottom .logo-sign img{
    width: 75px;
  }
  .footer-bottom .logo-sign {
    color: #7b7b7b;
    font-size: 12px;
  }
  .footer-bottom .logo-sign p{
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
  }
  .footer-bottom .row {
    margin-bottom: 0px;
  }
  @media only screen and (max-width : 767px){
    .footer-bottom .logo-sign {
        color: #7b7b7b;
        font-size: 12px;
        margin: 5px 0;
    }
  }
/*-------End ReSite-----------*/

/*--------Scroll----------*/
.top {
  position: fixed;
  bottom: 38px;
  right: -120px;
  width: 40px;
  height: 40px;  
  cursor: pointer;
  background-color: #000;
  text-align: center;
  opacity: .4;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 999;
}
.top:hover {
  background-color: #000;
  opacity: 1;
}
.top:active {
  right: 20px;
}
.top.active {
  right: 10px;
}
.top .fa {
  font-size: 16px;
  margin-top: 10px;
}
/*------------------------*/
/*-------testimonials--------*/
.testimonials{
  padding-top: 60px;
}
.testimonials h2.title {
    text-align: center;
    position: relative;
    padding: 0 0 22px 0;
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 0;
}
.galeryBox__box {
  padding: 0;
  margin: 0;  
  width: 80%;
  height: 240px;
  overflow: hidden; 
  box-shadow: 13px -12px 0px rgba(255,156,0,.4);
}

.galeryBox__box-inner {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1; }

.galeryBox--special .galeryBox__box {
  height: 250px;
  overflow: hidden; }

.galeryBox--special .galeryBox__img {
  height: 210px;
  overflow: visible; }

.galeryBox__img {
  position: relative;
  z-index: -1; }

.galeryBox__img {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .galeryBox__img:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.galeryBox__img-link {
  width: 100%;
  height: 100%;
  text-decoration: none; 
}  
.testimonials-carousel{
  max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.testimonials-carousel-item{
  display: flex;
  align-items: flex-start;
  align-items: center;
}
.testimonials-carousel-item-text{
  padding-left: 30px;
}
.testimonials-carousel-item-text p{
   font-weight: 800;
    line-height: 1.8;
}
.testimonials-carousel-item-text span{
  display: block;
}
.testimonials-carousel-item-text span.director{
  font-weight: 800;
}
.testimonials-carousel-item-img{
  width: 60%;
}
.up-img img,
.down-img img{
  width: 50px !important;
  opacity: .4;
}
.down-img{
  position: relative;
    top: 23px;
    margin-right: 23px;
}
.testimonials .galeryBox{
  position: relative;
  top: 26px;
}
.up-img{
  position: relative;
  top: -65px;
}

.testimonials .owl-controls {
    left: 0;
    top: 41%;
    width: 100%;
    position: absolute;
}
.testimonials .owl-controls .owl-nav {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 9;
}
.testimonials .owl-controls .owl-nav>div {
    position: absolute;
    left: -60px;
    font-size: 60px;
    line-height: 38px;
    color: #ff9c00;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.testimonials .owl-controls .owl-nav>div.owl-next {
    right: -60px;
    left: auto;
}
.testimonials .owl-controls .owl-nav>div:hover {
    color: #fff210;
}
.testimonials .owl-dots {
    text-align: center;
    position: absolute;
    margin: auto;
    width: 100%;
    top: 145px;
}
.testimonials .owl-dots .owl-dot.active {
    background-color: #ff9c00;
}
.testimonials .owl-dots .owl-dot {
    background-color: transparent;
    border-radius: 10em;
    display: inline-block;
    height: 8px;
    margin: 3px;
    webkit-border-radius: 10em;
    width: 8px;
    border: 1px #ff9c00 solid;
}
@media only screen and (max-width : 1199px){
   .testimonials {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .testimonials .owl-dots {    
    top: 170px;
  }
  .testimonials .owl-controls .owl-nav>div{
    left: -25px;
  }
  .testimonials .owl-controls .owl-nav>div.owl-next{
    right: -25px;
  }
}
@media only screen and (max-width : 991px){
  .galeryBox__box{
    height: 165px;
  }
  .testimonials .owl-dots {
    top: 120px;
  }
}
@media only screen and (max-width : 767px){
  .testimonials-carousel-item{
    display: block;
  }
  .testimonials .owl-controls{
    top: 100%;
  }
  .testimonials-carousel-item-text{
    padding-left: 0;
  }
  .up-img {
    position: relative;
    top: 16px;
  }
  .testimonials-carousel-item-img {
    width: 80%;
    margin: auto;
  }
  .testimonials .galeryBox {
    position: relative;
    top: 0;
    margin: auto;
  }
  .galeryBox__box {
    height: 610px;
    margin: auto;
  }
  .down-img {
    position: relative;
    top: 0;
    margin-right: 0;
  }
  .down-img {
    position: relative;
    top: -75px;
    margin-right: 0;    
    display: ruby-text;
    text-align: right;
  }
  .testimonials .owl-dots {
    top: 20px;
  }
  .testimonials .owl-controls .owl-nav>div {
    left: 0;
  }
  .testimonials .owl-controls .owl-nav>div.owl-next {
    right: 0;
  }
}
@media only screen and (max-width : 695px){
  .galeryBox__box {
    height: 540px;
    margin: auto;
  }
}
@media only screen and (max-width : 620px){
  .galeryBox__box {
    height: 480px;
    margin: auto;
  }
}
@media only screen and (max-width : 530px){
  .galeryBox__box {
    height: 405px;
    margin: auto;
  }
}
@media only screen and (max-width : 450px){
  .galeryBox__box {
    height: 475px;
    margin: auto;
    width: 100%;
  }
}
@media only screen and (max-width : 415px){
  .galeryBox__box {
    height: 400px;
    margin: auto;
    width: 100%;
  }
}
@media only screen and (max-width : 370px){
  .galeryBox__box {
    height: 350px;
    margin: auto;
    width: 100%;
  }
}
@media only screen and (max-width : 335px){
  .galeryBox__box {
    height: 315px;
    margin: auto;
    width: 100%;
  }
}
/*---------------------------*/