.mp__overlay{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
	background-color:rgba(0,0,0,0.5);
	display:none;
}
.mp__panel{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:101;
	-webkit-box-shadow:0 3px 4px rgba(0,0,0,0.7);
	box-shadow:0 3px 4px rgba(0,0,0,0.7);
	padding: 2px 5px;
	text-align:center;
	background:#7CBC27;
	display:none;
	width: auto;
	left: auto;
	border-radius: 6px;
	right: 5px;
	top: 5px;
}
.mp__panel:after{
	content:'';
	display: table;
	clear: both;
}

.mp__button-main{
	width:34px;
	height:34px;
	margin:3px;
	background:none;
	border:none;
	padding:4px;
	border-radius:3px;
	cursor:pointer;
	outline:none;
	float:right;
}
.mp__line{position:relative;display:block;}
.mp__line:after,
.mp__line:before{content:"";position:absolute;left:0;top:-9px;}
.mp__line:after{top:9px;}
.mp__line,
.mp__line:after,
.mp__line:before{
	width:100%;
	height:2px;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	border-radius:2px;
	background-color:#f5f1dc;
}

.mp__button-main.mp--on .mp__line{background-color:transparent;}
.mp__button-main.mp--on .mp__line:before{-webkit-transform:rotate(45deg) translate(6px, 7px);-ms-transform:rotate(45deg) translate(6px, 7px);transform:rotate(45deg) translate(6px, 7px);}
.mp__button-main.mp--on .mp__line:after{-webkit-transform:rotate(-45deg) translate(6px, -7px);-ms-transform:rotate(-45deg) translate(6px, -7px);transform:rotate(-45deg) translate(6px, -7px);}



.mp__button-text{
	margin:6px 6px 3px 3px;
	background:none;
	border:solid 1px #fff;
	padding:6px 4px;
	border-radius:3px;
	cursor:pointer;
	outline:none;
	font-size:14px;
	float:left;
	color:#fff;
}

.mp__button-text--center{
	float: none;

}

.mp--hide{
	display: none;
}

.mp__panel a{
	color: #fff;
}

.clearfix:after {
    clear:both;
    content:'\0020';
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden;
    width:0;
}


@media only screen and (max-width : 1080px) {
    .responsive {
 min-height: .01%;
 overflow-x: auto;
}
.responsive>table{
  width: auto;
}
.main-header__inner{
	width: 100%;
}
html, body{
	min-width: 100%;
}
.TVCalendar {
	width: 100% !important;
}
.map__contacts{
	width: 100%;
	max-width: 1020px;
	left: 0;
	margin-left: 0px;
}
.map__info{
	left: 74px;	
}
.main-header__inner>*{
	position: static;
}
.main-header__inner{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.main-header__logo, .main-header__logo:visited{
	width: 250px;

}
.main-header__currencies{
	width: 200px;
}
.tour-cards__page{
	margin: 	0;
}
.TVDTCalendar{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.hero-slider__form,  .hero-slider__dots{
 	left: 0px;
 	margin-left: 0;	
 	width: 100%;	
}
 .hero-slider__form{
	 width: auto;	
	 margin-left: 20px;	
 }
.red-menu li:before{
display: none!important;
}
.tour-card_square{
	height: 47.3vw;
}
.tour-card_small, .tour-card_brick{
	height: 23.6vw;
}
.popular-tours__filter{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;	
}
.popular-tours__country-categories{
	width: auto;	
}

.hot-form__field, .hot-form__submit{
	width: 22%;
	margin: 0 1.5% 10px;
}
.hot-form__fields{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

}
.hot-form__field input{
	width: 100% !important;
}
.hot-form__submit .common-button{
	position: static;
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0px 3px;
	height: auto;
	margin-top: 20px; 
	font-size: 18px;
	height: 42px;
}
.common-button img{
	margin-top: 0;
}
.footer{
	padding: 15px 10px;
}
}
@media (min-width: 769px) and (max-width : 1080px){
.red-menu__inner{
	display: table;
	width: 100%;
}
 .red-menu__inner li{
 	display: table-cell;
	 text-align: center;
 }

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.main-header__logo, .main-header__logo:visited{
	margin-left: calc((50% - 250px)/2);
	margin-right: calc((50% - 250px)/2);
}
.main-header__currencies{
	margin-left: calc((50% - 200px)/2);
	margin-right: calc((50% - 200px)/2);
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.main-header__phones{
	margin-left: calc((50% - 200px)/2);
	margin-right: calc((50% - 200px)/2);
}
.main-header__request-button{
	margin-left: calc((50% - 250px)/2);
	margin-right: calc((50% - 250px)/2);
}
.reviews__text{
	width: 100%;
}
.reviews__author{
	margin: 0 auto;
    display: block;
}
.hero-slider__content{
	padding-top: 15px;
	padding-left: 334px;
	padding-bottom: 46px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}
.hero-slider__stripe::before, .hero-slider__stripe::after{
	display: none;
}
.hero-slider__title, .hero-slider__title p {
    font-size: 40px!important;
}
.select-tour__icon img{
	max-width: 75px;
	max-height: 75px;
}
.select-tour__icon{
	width: 110px;
	height: 110px;
}
.select-tour__unit{
	max-width: 160px;
}
.select-tour__unit:not(:last-of-type)::after{
	width: 80px;
    height: 35px;
    top: 36px;
}
.visa__countries button{
	padding: 0 20px;
	margin-bottom: 10px;
}
.visa__form input{
	margin-bottom: 10px;
}
.tour-cards__cell{
	width: 100%;
	float: none;
}
.tour-card_small, .tour-card_brick, .tour-card_square {
    height: 27.6vw;
}
.popular-tours__category-button{
	width: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.popular-tours__country-categories.active{
	width: auto;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1px;
	-ms-flex-positive: 1px;
	flex-grow: 1px;
}
.visa__title{
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.mp__overlay.mp--on {
		display: block;
	}
	.mp__panel {display: block;}

	header{
		padding-top: 9px;
	}

	/*родитель меню*/
	.red-menu{
		position: fixed;
		top:0;
		left:-125%;
		bottom: 0;
		width: 80%;
		max-width: 260px;
		overflow-y: auto;
		background: #fff;
		-webkit-box-shadow: 2px 0 3px 0px rgba(0,0,0,0.8);
		        box-shadow: 2px 0 3px 0px rgba(0,0,0,0.8);
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		z-index: 1020;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 30px 0px 20px 0px;
		background-color: #7CBC27;
	}
	.red-menu.mp--on{
		left:0;
	}
	.red-menu li{
		width: 100%;
		display: block;
	}
	.red-menu a{
		display: block;
		width: 100%;
		text-transform: uppercase;
		font-size: 17px;
		padding: 10px 0 10px 15px;
		text-align: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.red-menu a:hover, .red-menu a:active, .red-menu a:focus{
		text-decoration: none!important;
		background: #ff7069;
	}
	#sticky-wrapper{
		height: 0 !important;	
	}
	.tour-card_small, .tour-card_brick,  .tour-card_square{
		height: 47.3vw;
	}
.hot-form__field, .hot-form__submit{
	width: 47%;
}
.map__info, .map__contacts{
	position: static;
	width: 100%;
	-webkit-box-ordinal-group:0;
	-ms-flex-order:-1;
	order:-1;
	max-width: inherit;
	background: #fff;
}
.map{
	margin-top: 0;
	height: auto;
	position: static;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.map__inner > ymaps, .map__inner{
	width: 100%!important;
	height: 400px!important;
	max-height: 60vh!important;
}
.map__contacts{
	padding-top: 0;
}
.map::after{
	display: none;
}
.visa__title{
	text-align: center;
}
.hot-form{
	padding: 0 10px;
}
.hot-form__fields{
	margin: 0 -10px;
}
.footer__info{
	width: 100%;
	margin-left: 0;
}
.footer__inner{
	text-align: center;
}
.footer__logo{
	margin-bottom: 10px;
}
.footer__info li:not(:first-child)::before{
	display: none;
}
.visa__form input{
	display: block;
	float: none;
	margin: 0 auto 10px;
	max-width: 253px;
	width: 100%;
}
.visa__form{
	width: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.visa__icon{
	margin-right: 0;
}
.popular-tours__filter .select2-container{
	display: block;
	margin: 0 5px 20px;
	width: calc(100% - 5px) !important;
}
.popular-tours__filter{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.popular-tours__country-categories.active{
	width: 100%;
}
.popular-tours{
    padding: 50px 10px 60px;
}
.popular-tours__category-button{
	margin: 0 5px 10px;
}
.select-tour__unit:not(:last-of-type)::after{
	display: none;
}
.select-tour__unit {
	margin: 0 auto 20px!important;
	width: 100%;
}
.select-tour__units{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.hero-slider__form{
	position: static;
	margin-left: 0;
	margin-top: 20px;
}
.hero-slider__form > div{
	position: static;
}
.hero-slider{
	height: auto;
}
.hero-slider__content{
	padding: 20px;
}
.hero-slider__dots{
	display: none;
}
.advantages__unit{
	width: 100%;
	margin-bottom: 30px;
}
.advantages__row{
	margin-bottom: 0;
}
.hot-tours-card{
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
}
.hot-tours-card__top{
	background-color: rgba(0, 90, 170,.7);
    padding: 20px 48px;
}
.hot-tours-card__bottom{
	    background-color: rgba(255, 255, 255, 0.7);
	    padding: 15px 48px 20px;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 568px) {
	.main-header__inner>*{
		width: 100%;
	}
	.main-header__request-button{
		-webkit-box-ordinal-group:2;
		-ms-flex-order:+1;
		order:+1;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.main-header__logo, .main-header__logo:visited{
		background: url(../img/logo-2.png) no-repeat center center transparent;
		background-size: contain;
		margin-bottom: -25px;
	}
	.main-header__currencies, .main-header__phones{
		margin-left: calc((100% - 200px)/2);
		margin-right: calc((100% - 200px)/2);
		margin-bottom: 15px;
	}
	.main-header__phones{
		text-align: center;
	}
	.main-header__inner{
		padding-left: 10px;
		padding-right: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.visa__countries button{
	    margin: 0 5px 10px!important;
	    -webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	    -ms-flex: 1;

	}
	.visa__countries {
	    position: relative;
	    margin-bottom: 35px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;

	}
.form-popup{
	width: 100%;
}
.form-popup__close{
	right: 0;
	top: 0;
}
.svg-icon_popup-close, .form-popup__close{
	background-color: #e92826;
}
}
@media only screen and (max-width : 480px){
.tour-card_small{
	width: 100%;
}
.tour-card_small, .tour-card_brick, .tour-card_square{
	height: 65vw;
}
.advantages__title{
	font-size: 26px;
}
.map__info{
	padding: 10px;
}
.reviews__unit{
	padding: 25px;
}
.reviews__text p::before{

	left: -21px;
}

.advantages__unit{
	padding: 10px 38px;
   text-align: center;
}
.advantages__unit img{
	position: static;
    margin: 0 auto;
    margin-bottom: 20px;	
}
.hero-slider__unit{
	height: 450px;
}
.form-popup__content{
	padding: 20px;
}
.hot-tours-card__top{
    padding: 20px;
    flex-grow: 1;
    background-color: rgba(0, 90, 170,.5);
}
.hot-tours-card__bottom{
    padding: 15px 20px 20px;
    white-space: normal;
    background-color: rgba(255,255,255,.5);
}
.hot-tours-slider__button{
	display: none!important;
}
.hot-tours-card{
	top: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.hot-tours-card__request{
	margin-left: 0;
	margin-top: 10px;
}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 390px) {
	.visa__countries button{
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
	}
	.tour-card_square .tour-card__title{
		height: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 60px 30px 30px;
	}
}
}

