@charset "UTF-8";
@font-face {
  font-family: 'raleway';
  src: url("../fonts/raleway/Raleway-Regular.eot");
  src: url("../fonts/raleway/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/Raleway-Regular.woff2") format("woff2"), url("../fonts/raleway/Raleway-Regular.woff") format("woff"), url("../fonts/raleway/Raleway-Regular.svg#raleway") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ralewaymedium';
  src: url("../fonts/raleway/Raleway-Medium.eot");
  src: url("../fonts/raleway/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/Raleway-Medium.woff2") format("woff2"), url("../fonts/raleway/Raleway-Medium.woff") format("woff"), url("../fonts/raleway/Raleway-Medium.svg#ralewaymedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ralewaybold';
  src: url("../fonts/raleway/Raleway-Bold.eot");
  src: url("../fonts/raleway/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/Raleway-Bold.woff2") format("woff2"), url("../fonts/raleway/Raleway-Bold.woff") format("woff"), url("../fonts/raleway/Raleway-SemiBold.svg#ralewaybold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ralewaysemibold';
  src: url("../fonts/raleway/Raleway-SemiBold.eot");
  src: url("../fonts/raleway/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/Raleway-SemiBold.woff2") format("woff2"), url("../fonts/raleway/Raleway-SemiBold.woff") format("woff"), url("../fonts/raleway/Raleway-SemiBold.svg#ralewaysemibold") format("svg");
  font-weight: normal;
  font-style: normal; }




@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Light.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotomedium';
  src: url("../fonts/roboto/Roboto-Medium.ttf");
  font-weight: normal;
  font-style: normal; }


@font-face {
  font-family: 'robotobold';
  src: url("../fonts/roboto/Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal; }


.main-cont {
	width: 100%;
  min-width: 320px;
}
.wrapper-padding {
	position: relative;
	max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1130px) {
	.wrapper-padding {
		padding-left: 60px;
    padding-right: 60px;
	}
}
@media screen and (max-width: 500px) {
	.wrapper-padding {
		padding-left: 20px;
    padding-right: 20px;
	}
}
.clear {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.mp-b {
    margin-top: 100px;
    padding-bottom: 95px;
    background: #ffffff;
    padding-top: 75px;
}

.content-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .content-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 830px) {
  .content-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 600px) {
  .content-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 500px) {
  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*Background у блоков*/
.maot-block {}
.maot-block--dark {
}
.maot-reviews-block .offer-slider-lbl {
    color: #fff;
}
.maot-block--white {
  background-color: #fff;
}
/*Background у блоков*/

/*Title у блоков*/
.content-wrapper .fly-in {
  text-align: center;
  margin-bottom: 34px;
}
.content-wrapper .fly-in .maot-slider-block-lbm {
    font-family: 'Roboto', serif;
    line-height: 26px;
    font-size: 15px;
    font-style: italic;
    color: #455051;
    display: inline-block;
    margin-bottom: 20px;
}
.content-wrapper .maot-slider-block-lbl {
    font-size: 23px;
    color: #141d1e;
    display: block;
    font-family: 'robotobold';
    margin-bottom: 12px;
    padding: 0px 0px 16px 0px;
    background: url(../img/pop-hdr.png) center bottom no-repeat;
}
@media screen and (max-width: 800px) {
  .content-wrapper .maot-slider-block-lbl {
      line-height: 36px;
      padding-bottom: 12px;
  }
}

/*Title у блоков*/

main{
    position: relative;
}
.lead-form-layer{
    display: none;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.lead-form-layer-header{
    position: absolute;
}
.lead-form{
    display: none;
    position: fixed;
    top: 30%;
    left: 40%;
    z-index: 100;
    width: 300px;
    padding: 25px;
    background: white;
    z-index: 5555;
}
.lead-form-top{
    margin-bottom: 35px;
}
.lead-form-top h2{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}
.lead-form-middle h3{
    padding-left: 5px;
}
.lead-form-middle input::-webkit-input-placeholder{
    font-style: italic;
}
.lead-form-middle input::-moz-placeholder{
    font-style: italic;
}
.lead-form-middle input:-moz-placeholder{
    font-style: italic;
}
.lead-form-middle input:-ms-input-placeholder{
    font-style: italic;
}
.lead-form-bottom span{
    font-size: 12px;
    font-style: italic;
    color: #d1d1d1;
}
.lead-input-holder{
    position: relative;
    margin-bottom: 25px;
}
.lead-input-holder input{
    width: 94%;
    padding: 5px;
    border: none;
    border-bottom: 1px solid #d1d1d1;
    color: #000;
}
.lead-input-holder input:focus{
    border-bottom: 1px solid #ff7200;
}
.lead-input-holder input:focus::-webkit-input-placeholder{
    color: transparent;
}
.lead-input-holder span{
    display: none;
    position: absolute;
    top: -8px;
    left: 0;
    font-size: 11px;
    color: #ff7200;
}
.lead-input-holder input:focus + span{
    display: block;
}
.lead-input-holder span.display-show{
    display: block;
}
.lead-input-holder .lead-description{
    position: absolute;
    top: 0;
    font-size: 12px;
    font-style: italic;
    color: #d1d1d1;
}
.lead-input-holder .lead-description:focus{
    border-bottom: 2px solid #ff7200;
}
/*.lead-input-holder input:focus + .lead-description{
    display: none;
}*/
.lead-submit-holder{
    margin-top: 20px;
    text-align: right;
    padding-right: 8px;
}
.lead-submit-holder input[type="submit"]{
    outline: none;
    border: none;
    border-radius: 3px;
    background: #ff7200;
    font-size: 13px;
    color: #fff;
    padding: 10px 20px;
}
.lead-submit-holder input[type="submit"]:hover{
    cursor: pointer;
}
.lead-submit-holder input[type="file"]{
    position: absolute;
    width: 0px;
    height: 0px;
    opacity: 0;
    z-index: -1;
}
.lead-submit-holder .input-file{
    display: inline-block;
    position: relative;
    width: 31px;
    height: 31px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    vertical-align: bottom;
}
.lead-submit-holder .input-file:hover{
    cursor: pointer;
}
.lead-submit-holder .input-file::before{
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 75%;
    height: 75%;
    /*opacity: 0.8;*/
    background-image: url(../img/big-paper-clip.png);
    background-size: contain;
    transform: rotate(30deg);
}
.lead-form-close{
    position: absolute;
    top: -20px;
    right: -20px;
    width: 15px;
    height: 15px;
    background-image: url(../img/icons/cancel.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.lead-form-close:hover{
    cursor: pointer;
}
@media screen and (max-width: 480px) {
    .lead-form-close{
        right: 0;
    }
}
@media screen and (max-device-width: 350px) {
    .lead-form{
        width: 250px;
    }
}

.checkbox .jq-checkbox.checked span{
    background: transparent url("../img/icons/checkbox.png") left top no-repeat;
}
.roboto{
    font-family: 'Roboto';
}

.maot-header .header-social{
    padding-left: 0;
    border-left: 0;
}
.header-viewed-btn.no-hover:hover{
    color: #fff;
    cursor: text;
}

.tab-route-item button{
    width: 100%;
    height: 40px;
}

.srch-tab-right .srch-btn.mobile-btn{
    width: 100%;
    height: 32px;
    border-radius: 3px;
}

@media only screen and (max-width: 801px){
    .mobile .srch-btn.mobile-btn {
        height: 40px;
        border-radius: 10px;
    }
    .swiper-container, .swiper-slide{
        height: 450px;
    }
    .main-cont .mp-slider-lbl{
        padding-top: 100px;
    }
}
@media screen and (max-width: 480px){
    .testimonials-b, .testimonials-c, .testimonials-d{
        /*position: relative;
        bottom: 100px;
        font-size: 10px;*/
    }
    .maot-reviews-block .testimonials-flat{
        padding-top: 50px;
        padding-bottom: 50px;
    }

.mobile .srch-btn.mobile-btn{
    
    font-size: 14px;
    height: 57px;
}

.page-search-routes-bron .srch-btn{
    
    font-size: 14px;
    height: 42px;
}
}



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

  .main-cont .mp-slider-lbl {
    padding-top: 50px;
}

.mp-slider-goto {

  display: block;
  margin: 10px auto;
  width: 130px;
  padding: 14px 0 10px 0;
  border: 1px solid #00C0FF;
  border-radius: 5px;
  text-align: center;
  color: #fff; font-family: 'Roboto';
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  background: #00C0FF;
  -webkit-box-shadow: 0px 4px 7px -3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 4px 7px -3px rgba(0,0,0,0.5);
  box-shadow: 0px 4px 7px -3px rgba(0,0,0,0.5);
  letter-spacing: 1px;
  font-weight: bold;
}

}

.corp-event {
    max-width: 1100px;
    margin: 100px auto;
    height: 700px;
    border-radius: 25px;
    background-image: url('/img/happy-corp.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
    .corp-event {
        height: 500px;
    }
}

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

    .corp-event {
        width: calc(100% - 40px);
        margin: 250px 20px 50px 20px;
        height: 250px;
    }
}