@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic');

::-webkit-scrollbar {
	width: 0.5em;
	height: 0.5em;
}

::-webkit-scrollbar-thumb {
	background: #cccccc;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}
ul {
	margin-bottom: 0;
}
h1,h2,h3,h4,h5,p {
	margin: 0;
}
label {
	font-weight: normal;
}
button:focus,
input:focus,
textarea:focus  {
	outline: none;
}
a, a:hover, a:focus{
	color: inherit;
	text-decoration: none;
	outline: none;
}
label {
	margin: 0;
}
.transition {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.container-fluid, section {
	background-size: cover;
	position: relative;
	padding: 0;
}
.container {
	position: relative;
	z-index: 2;
	max-width: 100%;
}
.transform-x-y {
	position: absolute;
	-moz-transform: translate(-50%,-50%); /* Для Firefox */
	-ms-transform: translate(-50%,-50%); /* Для IE */
	-webkit-transform: translate(-50%,-50%); /* Для Safari, Chrome, iOS */
	-o-transform: translate(-50%,-50%); /* Для Opera */
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
}
.transY {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
}
.transX {
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
}
html {
	height: 100%;
	margin: 0!important;
}
body {
	padding: 0;
	position: relative;
	/*	overflow-x: hidden;*/
	font-family: 'Roboto', sans-serif;
}

.navigation {
	border: 0;
	margin: 0;
}
.header-top {
	background-size: 100% 100%;
	background-image: url(img/bg-nav-top.jpg);
}
.header-top .navbar-header {
	width: 100%;
	font-size: 16px;
	font-weight: 500;
}
.navigation >.header-top .navbar-brand {
	padding: 14px 10px 16px;
	height: auto;
	margin-left: 110px;
}
.top-header-call {
	float: right;
	height: 40px;
	width: 200px;
	background-color: #fff;
	border-radius: 40px;
	border: 4px solid #fff;
	margin: 8px 0;
	margin-left: 5px;
	color: #0160a0;
	padding: 0;
	line-height: 33px;
}
.top-header-call div{
	float: right;
	height: 32px;
	width: 32px;
	border-radius: 32px;
	background-color: #0160a0;
	position: relative;
}
.top-header-call:hover {
	-webkit-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.4);
	color: #ff7733;
}
.top-header-call:hover div{
	background-color: #ff7733;
}
.header-top-social {
	float: right;
	margin: 8px 5px;
	height: 40px;
	color: #fff;
}
.social-circle {
	background-color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 40px;
	float: right;
	text-align: center;
	position: relative;
}
.social-circle > img,
.top-header-call div img {
	position: absolute;
	-moz-transform: translate(-50%,-50%); /* Для Firefox */
	-ms-transform: translate(-50%,-50%); /* Для IE */
	-webkit-transform: translate(-50%,-50%); /* Для Safari, Chrome, iOS */
	-o-transform: translate(-50%,-50%); /* Для Opera */
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.hover-img,
.header-top-social:hover .social-circle img {
	opacity: 0;
}
.header-top-social:hover .social-circle img.hover-img {
	opacity: 1;
}
.header-top-social:hover .social-circle {
	-webkit-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.4);
}
.header-top-social.with-text {
	margin-left: 10px;
	line-height: 41px;
}
.header-top-social.with-text .social-circle{
	margin-left: 15px;
}

.logo-block {
	width: 30%;
	padding-bottom: 5px;
}
.logo-block img {
	margin-top: -12px;
	margin-left: 20px;
	margin-bottom: 10px;
	max-width: 100%;
}
.header-column {
	padding-top: 40px;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #002540;
	line-height: 1.6;
}
.header-column-title {
	font-size: 20px;
	font-weight: 300;
	color: #737a80;
	margin-bottom: 15px;
}
.map-link {
	border-radius: 2px;
	background-color: #ebf3f8;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	color: #0160a0;
	display: inline-block;
	cursor: pointer;
}
.map-link img {
	margin-right: 11px;
}
.map-link:hover {
	background-color: #cee4f2;
	color: #0160a0;
}
.sub-text{
	font-size: 14px;
	font-weight: 400;
	color: #737a80;
	line-height: 1.3;
}

.menu-line {
	border-top: 1px solid #ebf3f8;
	border-bottom: 1px solid #ebf3f8;
}
.container > .navbar-collapse {
	padding: 0;
}
.navbar-nav > li > a,
.navbar-nav > li > a:focus {
	font-size: 18px;
	font-weight: 500;
	padding: 25px 27px;
	color: #002540;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.navbar-nav > li.current_page_item > a {
	color: #0160a0;
}
.navbar-nav > li:first-of-type > a {
	padding-left: 0;
}
.navbar-nav > li:last-of-type > a {
	padding-right: 0;
}
.navbar-nav > li > a:after {
	content: "";
	position: absolute;
	right: -2.5px;
	top: 49%;
	height: 5px;
	width: 5px;
	background-color: #d9e7f1;
	border-radius: 5px;
}
.navbar-nav > li:last-of-type > a:after {
	display: none;
}
.navbar-nav > li > a:hover{
	color: #0160a0;
	background-color: transparent;
}
/*end navigation*/

/*main section*/
.main-slider {
	height: 615px;
}
.main-slider .item,
.main-slider .carousel-inner {
	height: 100%;
}
.main-slider .item {
	background-size: cover;
	background-position: center top;
}
.main-slider .item .container {
	height: 100%;
}
.main-slider .carousel-indicators {
	margin-bottom: 0;
	bottom: 40px;
}
.main-slider .carousel-indicators li {
	border: 0;
	background-color: #b9bdc1;
	height: 10px;
	width: 10px;
}
.main-slider .carousel-indicators li.active {
	background-color: #3e586a;
	height: 10px;
	width: 10px;
	margin: 1px;
}
.slide-info {
	position: absolute;
	top: 26%;
	padding: 35px 60px;
	text-align: center;
	border-radius: 3px;
	max-width: 700px;
	-webkit-box-shadow: 0px 8px 26px 0px rgba(0,37,64,0.3);
	-moz-box-shadow: 0px 8px 26px 0px rgba(0,37,64,0.3);
	box-shadow: 0px 8px 26px 0px rgba(0,37,64,0.3);
}
.slide-info h2 {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #ff7733;
	position: relative;
	z-index: 2;
}
.slide-info h4 {
	font-size: 18px;
	font-weight: 500;
	color: #0160a0;
	position: relative;
	z-index: 2;
}
.slide-info h4 strong {
	font-size: 26px;
	font-weight: 400;
	color: #ff7733;
	margin-top: 10px;
	display: inline-block;
}
.map-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 113%;
}
.country-info {
	position: absolute;
	top: 100%;
	margin-top: -10px;
	width: 240px;
	border-radius: 3px;
	background-color: #ff7733;
	padding: 18px 5px;
	text-align: center;
	z-index: 3;
	background-position: 105% 8%;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 8px 26px 0px rgba(255,102,25,0.25);
	-moz-box-shadow: 0px 8px 26px 0px rgba(255,102,25,0.25);
	box-shadow: 0px 8px 26px 0px rgba(255,102,25,0.25);
}
.country-info h3{
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 10px;
}
.country-info h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.country-info h5 img {
	margin-top: -2px;
	margin-left: 1px;
	display: inline-block;
}
.country-info h5 img:first-of-type {
	margin-left: 5px;
}
.price-flag {
	left: 100%;
	height: 50px;
	background-color: #fff;
	padding: 0 5px;
	font-size: 16px;
	color: #04263f;
	font-weight: 500;
	min-width: 125px;
	line-height: 50px;
}
.price-flag strong {
	font-size: 26px;
	font-weight: 600;
	color: #ff7733;
}
.price-flag img {
	position: absolute;
	left: 100%;
	margin-left: 0;
	margin-top: 0;
	top: 0;
}
/*end main*/

/*hot offer*/
.hot-offer {
	padding: 55px 0 35px;
	background-size: cover;
}
.hot-offer h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 45px;
	text-align: center;
}
.owl-slider {
	margin: 0;
}
.owl-slider .item{
	padding: 0 15px 15px;
}
.card-content {
	border-radius: 2px;
	background-color: #fff;
	cursor: pointer;
	text-align: left;
}
.card-title {
	min-height: 60px;
	line-height: 1.3;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #ff7733;
	position: relative;
	padding: 18px 80px;
}
.card-image {
	height: 230px;
	position: relative;
	background-size: cover;
	background-position: center;
}
.card-image img{
	position: absolute;
	top: -2px;
	right: 8px;
	cursor: pointer;
}
.tooltip-inner {
	background-color: #fff;
	color: #ff7733;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	opacity: 1;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #fff;
	opacity: 1;
}
.card-inside {
	padding: 20px 30px;
}
.card-price {
	float: left;
	font-size: 14px;
	color: #ff7733;
	font-weight: 500;
}
.card-price strong {
	font-size: 30px;
	font-weight: 500;
}
.card-days {
	font-size: 14px;
	color: #ff7733;
	font-weight: 500;
	float: right;
	padding-top: 16px;
}
.card-date.wedd-card {
	text-align: left;
	padding-left: 0;
}
.card-date.wedd-card label{
	position: static;
	display: block;
}
.card-hotel-name {
	font-size: 16px;
	color: #0160a0;
	float: left;
	position: relative;
}
.card-hotel-name:after {
	position: absolute;
	bottom: 0;
	height: 1px;
	left: 0;
	right: 0;
	background-color: #cce8ff;
	content: "";
	line-height: 1.5;
}
.card-stars {
	float: right;
}
.card-text {
	margin-top: 10px;
	font-size: 14px;
	color: #395b73;
	/*max-height: 195px;*/
	overflow: hidden;
}
.card-text strong {
	margin: 8px 0;
	font-weight: 500;
	display: inline-block;
	color: #002540;
}
.card-button-zone {
	border-top: 1px solid #ffebe0;
	padding: 25px 0;
	text-align: center;
}
.card-button-zone button {
	width: 200px;
	height: 40px;
	border-radius: 40px;
	background-color: #fff;
	border: 1px solid #ff7733;
	color: #ff7733;
	font-size: 18px;
	font-weight: 500;
}
.card-content:hover .card-button-zone{
	background-color: #ffe6d9;
}
.card-content:hover .card-button-zone button{
	background-color: #ff7733;
	color: #fff;
}
.owl-nav {
	display: none;
}
/*end hot offers*/

/*abut our company*/

.about-us {
	padding: 105px 15px 65px;
}
.about-text {
	padding-top: 40px;
	font-size: 16px;
	color: #395b73;
	line-height: 1.5;
}
.about-text h2 {
	font-size: 30px;
	margin-bottom: 30px;
	color: #0160a0;
	font-weight: 300;
}
.about-text h4 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #002540;
	font-weight: 500;
	line-height: 1.6;
}
.about-text h4 strong {
	color: #0160a0;
	font-weight: 500;
}
.about-text h4 em {
	color: #0160a0;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: underline;
}
.about-text em {
	font-style: normal;
	color: #0160a0;
}
.about-image {
	float: right;
	padding-top: 10px;
}
.about-image img {
	width: 100%;
	-webkit-box-shadow: 0px 10px 24px 0px rgba(1,96,160,0.2);
	-moz-box-shadow: 0px 10px 24px 0px rgba(1,96,160,0.2);
	box-shadow: 0px 10px 24px 0px rgba(1,96,160,0.2);
	max-width: 500px;
	display: block;
	margin: 0 auto;
}
/*end about company*/

/*button zone */
.buttons-zone {
	padding: 55px 0 60px;
	background-color: #f2f9ff;
	text-align: center;
}
.buttons-zone h2,
.additional h2 {
	font-size: 30px;
	color: #0160a0;
	margin-bottom: 50px;
	font-weight: 300;
}
.buttons-zone a,
.additional a,
.visa-button-zone label {
	height: 46px;
	line-height: 46px;
	margin: 0 3px 10px;
	background-color: #cee4f2;
	padding: 0 15px;
	display: inline-block;
	border-radius: 2px;
	color: #0160a0;
	font-size: 16px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.buttons-zone a:hover,
.additional a:hover,
.visa-button-zone label:hover {
	background-color: #0160a0;
	color: #fff;
	-webkit-box-shadow: 0px 4px 14px 0px rgba(1,96,160,0.2);
	-moz-box-shadow: 0px 4px 14px 0px rgba(1,96,160,0.2);
	box-shadow: 0px 4px 14px 0px rgba(1,96,160,0.2);
}
/*end button zone*/

/*additional*/
.additional {
	padding: 55px 15px;
	text-align: center;
}
.add-subtext {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 500;
	color: #002540;
	margin-bottom: 25px;
}
.add-subtext strong {
	font-weight: 500;
	color: #0160a0;
}
.add-text {
	color: #395b73;
	font-size: 16px;
}
/*end additional*/

/*form zone*/
.form-zone {
	padding: 155px 0 90px;
	background-size: cover;
	background-image: url(img/bg-form.jpg);
}
.form-bg-zone {
	height: 580px;
	background-size: cover;
	border-radius: 2px;
	background-image: url(img/bg-form-zone.jpg);
	background-position: center;
}
.form-list {
	top: -70px;
	bottom: -15px;
	right: 70px;
	width: 430px;
	position: absolute;
	z-index: 2;
	border-radius: 2px;
	padding-top: 170px;
	text-align: center;
	background-image: url(img/form-zone-bg.png);
}
.form-list-text {
	position: absolute;
	top: 15px;
	left: -70px;
	right: -70px;
	padding: 30px 10px;
}
.form-list-text-inside {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.form-list-text h2 {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 15px;
}
.form-list h4{
	color: #ff7733;
	line-height: 1.4;
	margin-bottom: 35px;
}
.form-list input,
.form-list textarea {
	height: 46px;
	width: 370px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #f2dace;
	background-color: #fff;
	border-radius: 2px;
	font-size: 16px;
	max-width: 90%;
}
.form-list textarea {
	height: 80px;
	padding-top: 30px;
	resize: none;
	margin-bottom: 0;
}
.form-list input::-webkit-input-placeholder {color:#7f858a;}
.form-list input::-moz-placeholder          {color:#7f858a;}/* Firefox 19+ */
.form-list input:-moz-placeholder           {color:#7f858a;}/* Firefox 18- */
.form-list input:-ms-input-placeholder      {color:#7f858a;}
.form-list textarea::-webkit-input-placeholder {color:#7f858a;}
.form-list textarea::-moz-placeholder          {color:#7f858a;}/* Firefox 19+ */
.form-list textarea:-moz-placeholder           {color:#7f858a;}/* Firefox 18- */
.form-list textarea:-ms-input-placeholder      {color:#7f858a;}
.form-list input:focus::-webkit-input-placeholder {color:#393d40;}
.form-list input:focus:-moz-placeholder           {color:#393d40;}/* Firefox 19+ */
.form-list input:focus:-moz-placeholder           {color:#393d40;}/* Firefox 18- */
.form-list input:focus:-ms-input-placeholder      {color:#393d40;}
.form-list textarea:focus::-webkit-input-placeholder {color:#393d40;}
.form-list textarea:focus:-moz-placeholder           {color:#393d40;}/* Firefox 19+ */
.form-list textarea:focus:-moz-placeholder           {color:#393d40;}/* Firefox 18- */
.form-list textarea:focus:-ms-input-placeholder      {color:#393d40;}

.form-list input[type="submit"] {
	width: 330px;
	height: 54px;
	border-radius: 50px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background-color: #ff7733;
	border: 0;
	margin-bottom: 30px;
	margin-top: 60px;
}
.palm {
	position: absolute;
	left: 100%;
	top: 180px;
}
/*end form zone*/

/*about us*/
.people-about-us {
	background-color: #f3f4f6;
	padding: 55px 0 90px;
}
.people-about-us .container {
	padding: 0;
}
.people-about-us h2,
.partners h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 50px;
	font-weight: 300;
	color: #0160a0;
}
.about-slider{
	max-width: 970px;
	margin: 0 auto;
}
.about-img {
	width: 37%;
	height: 400px;
	border-radius: 3px;
	background-size: cover;
	background-position: center;
	float: left;
}
.about-content {
	float: right;
	width: 63%;
	padding: 25px 0;
}
.about-us-text {
	position: relative;
	padding: 40px 70px;
	margin-left: -65px;
	color: #002540;
	margin-bottom: 65px;
}
.about-text-content {
	z-index: 2;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
}
.person-left {
	float: left;
	padding-left: 30px;
}
.person-left img {
	width: 70px;
	height: 70px;
	border:4px solid #fff;
	border-radius: 60px;
	box-shadow: 0 0 3px #cee4f2;
	margin-right: 30px;
	float: left;
}
.person-left label {
	float: right;
	font-size: 16px;
	color: #737a80;
}
.person-left strong {
	font-size: 20px;
	color: #002540;
	padding-top: 6px;
	display: inline-block;
}
.person-right {
	float: right;
	padding-right: 70px;
	padding-top: 7px;
	font-size: 16px;
	color: #737a80;
	text-align: right;
}
.person-right a {
	color: #0160a0;
	font-size: 16px;
	padding-bottom: 5px;
	display: inline-block;
}
.person-right a img {
	margin-right: 7px;
}
.symb {
	left: 20px;
	z-index: 2;
}
.symb.right {
	right: 20px;
	left: inherit;
	-moz-transform: rotate(180deg); /* Для Firefox */
	-ms-transform: rotate(180deg); /* Для IE */
	-webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
	-o-transform: rotate(180deg); /* Для Opera */
	transform: rotate(180deg);
}
.about-slider .carousel-indicators {
	bottom: -50px;
	margin-bottom: 0;
}
.about-slider .carousel-indicators li{
	background-color: #cee4f2;
	height: 10px;
	width: 10px;
	margin: 0 3px;
	border:0;
}
.about-slider .carousel-indicators li.active {
	margin: 0 2px;
	background-color: #0160a0;
}

/*and reviews*/

/*partners*/
.partners {
	padding: 55px 15px 40px;
	text-align: center;
}
.partners h2 {
	margin-bottom: 80px;
}
.owl-partners img{
	max-width: 120px;
	max-height: 70px;
}
.owl-partners .owl-dot{
	background-color: #cee4f2;
}
.owl-partners .owl-dot.active {
	background-color: #0160a0;
}
/*end parnters*/

/*map*/
.map {
	padding: 0;
	height: 640px;
	background-color: #000;
}
.map > .container {
	height: 100%;
}
.map-form {
	position: absolute;
	top: 125px;
	right: 90px;
	padding-top: 125px;
	background-image: url(img/form-zone-bg-map.png);
	bottom: inherit;
	background-size: 100% 100%;
}
.map-form .form-list-text {
	left: 30px;
	top: -50px;
}
.map-bg-foo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.map-input {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 2;
}
.map-input input {
	height: 45px;
	padding: 10px;
	width: 200px;
	border: 0;
	float: left;
}
.map-input input[type="button"] {
	color: #fff;
	width: auto;
	background-color: #0160a0;
}
.map-input input[type="button"]:hover {
	background-color: #ff7733;
}
/*end map*/

/*footer form*/
.footer-form {
	text-align: center;
	padding: 55px 0 80px;
	background-size: cover;
	background-image: url(img/bg-form-footer.jpg);
	color: #fff;
}
.footer-form h2 {
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: 300;
}
.footer-form h4 {
	font-weight: 500;
	margin-bottom: 5px;
}
.footer-form h6 {
	font-weight: 400;
	margin-bottom: 5px;
	font-size: 12px;
	color: #80b0d0;
}
.footer-input {
	height: 54px;
	width: 100%;
	max-width: 770px;
	margin: 35px auto 0;
	position: relative;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
}
.footer-input input {
	height: 100%;
	width: 100%;
	border: 0;
	border-radius: 2px;
	padding-left: 40px;
	font-size: 16px;
	color:#393d40;
	min-height: 54px;
}
.footer-input input::-webkit-input-placeholder {color:#7f858a;}
.footer-input input::-moz-placeholder          {color:#7f858a;}/* Firefox 19+ */
.footer-input input:-moz-placeholder           {color:#7f858a;}/* Firefox 18- */
.footer-input input:focus::-webkit-input-placeholder {color:#393d40;}
.footer-input input:focus:-moz-placeholder           {color:#393d40;}/* Firefox 19+ */
.footer-input input:focus:-moz-placeholder           {color:#393d40;}/* Firefox 18- */
.footer-input input:focus:-ms-input-placeholder      {color:#393d40;}

.footer-submit {
	position: absolute;
	right: 3px;
	top: 3px;
	bottom: 3px;
	width: 197px;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(255,119,51,0.4);
	-moz-box-shadow: 0px 2px 8px 0px rgba(255,119,51,0.4);
	box-shadow: 0px 2px 8px 0px rgba(255,119,51,0.4);
}
.footer-submit:hover {
	-webkit-box-shadow: 0px 4px 16px 0px rgba(255,119,51,0.5);
	-moz-box-shadow: 0px 4px 16px 0px rgba(255,119,51,0.5);
	box-shadow: 0px 4px 16px 0px rgba(255,119,51,0.5);
}
.footer-submit input {
	padding-left: 0;
	text-align: center;
	background-color: #ff7733;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	min-height: inherit;
}
.foo-tr {
	position: absolute;
	top: 51px;
	right: 170px;
}

/*footer*/
.footer-nav .logo-block{
	width: 25%;
	padding-top: 10px;
}
.footer-nav .logo-block img {
	margin-top: 0;
}

/*best offer*/
.best-offer {
	padding: 55px 0 70px;
	text-align: center;
}
.best-offer > .container {
	overflow-x: auto;
}
.best-offer h2 {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 15px;
	color: #0160a0;
	padding: 0 15px;
}
.best-offer h4,
.special-offer h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #002540;
	text-align: center;
}
/*end best offer*/

/*hot-offer-white*/
.hot-offer-white {
	background-image: none;
	border-top: 1px solid #ebf3f8;
}
.hot-offer-white h2 {
	color: #0160a0;
}
.hot-offer-white .card-content {
	border: 1px solid #ffebe0;
}
.hot-offer-white .owl-dot.active {
	background-color: #ff7733;
}
.hot-offer-white .owl-dot {
	background-color: #ffdecc;
}
#isolate > table {
	margin: 0 auto!important;
}
html body #tour_search_module * .extended_package_search_form .itt_content .pager-sub .btn-search input {
	background-image: none!important;
}
.logo_ittour {
	display: none!important;
}
/*end hot offer white*/

/*submenu*/
.submenu {
	background-color: #ebf3f8;
}

.submenu.min {}
.submenu ul {
	padding: 0;
}
.submenu ul li{
	list-style: none;
	float: left;
	width: 20%;
	text-align: center;
	padding: 15px;
}

.submenu.min ul li {
	width: 16.66%;
	padding: 10px 5px;
}
.submenu ul li a {
	padding: 15px 5px;
	width: 100%;
	background-color: #cee4f2;
	display: inline-block;
	color: #0160a0;
	font-weight: 500;
	font-size: 18px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-radius: 4px;
}
.submenu ul li.current-menu-item a:hover,
.submenu ul li.current-menu-item a{
	background-color: #0160a0;
	color: #fff;
	-webkit-box-shadow: 0px 4px 14px 0px rgba(1,96,160,0.2);
	-moz-box-shadow: 0px 4px 14px 0px rgba(1,96,160,0.2);
	box-shadow: 0px 4px 14px 0px rgba(1,96,160,0.2);
}
.submenu ul li a:hover {
	background-color: #0073bf;
	-webkit-box-shadow: 0px 4px 16px 0px rgba(1,96,160,0.5);
	-moz-box-shadow: 0px 4px 16px 0px rgba(1,96,160,0.5);
	box-shadow: 0px 4px 16px 0px rgba(1,96,160,0.5);
	color: #fff;
}
/*end submenu*/

/*special offer*/
.special-offer h2 {
	margin-bottom: 20px;
}
.special-offer .item {
	margin-bottom: 30px;
}
.show-more {
	max-width: 300px;
	width: 100%;
	height: 55px;
	border-radius: 55px;
	border: 0;
	display: block;
	margin: 30px auto 0;
	background-color: #ff7733;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	-webkit-box-shadow: 0px 4px 16px 0px rgba(255,102,25,0.2);
	-moz-box-shadow: 0px 4px 16px 0px rgba(255,102,25,0.2);
	box-shadow: 0px 4px 16px 0px rgba(255,102,25,0.2);
}
.show-more:hover {
	background-color: #ff8345;
	-webkit-box-shadow: 0px 4px 16px 0px rgba(255,128,64,0.5);
	-moz-box-shadow: 0px 4px 16px 0px rgba(255,128,64,0.5);
	box-shadow: 0px 4px 16px 0px rgba(255,128,64,0.5);
}
/*banner avia*/
.banner-avia {
	padding: 60px 0;
	background-image: url(img/bg-form-footer.jpg);
}
.main-avia-banner {
	margin-left: 8.5%;
	position: relative;
	padding: 35px 15px;
	text-align: center;
	max-width: 74%;
}
.main-avia-banner img {
	transform: scale(-1, 1);
	-moz-transform: scale(-1, 1); /* Для Firefox */
	-ms-transform: scale(-1, 1); /* Для IE */
	-webkit-transform: scale(-1, 1); /* Для Safari, Chrome, iOS */
	-o-transform: scale(-1, 1); /* Для Opera */
}
.bottom-avia {
	text-align: right;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.bottom-avia-banner {
	position: relative;
	display: inline-block;
	margin-right: 50px;
	width: auto;
	padding-left: 25px;
	padding-right: 25px;
	box-shadow: none;
	margin-left: 30px;
}
.bottom-avia-banner h3{
	margin-bottom: 0;
}
.bottom-avia-banner .price-flag{
	width: 35px;
	min-width: 0;
}
/*end avia banner*/

/*reservation avia*/
.reservation {
	padding: 55px 0 60px;
	text-align: center;
}
.reservation h2 {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 50px;
	color: #0160a0;
}
.avia-form-container > div {
	padding: 0 30px;
}
.avia-form {
	margin-top: 50px;
	background-color: #ebf3f8;
	padding-top: 60px;
	border-radius: 2px;
}
.avia-banner-ticket {
	position: absolute;
	right: 30px;
	left: 0;
	padding: 22px 15px;
	background-color: #0160a0;
	border-radius: 3px;
	font-size: 26px;
	color: #fff;
	font-weight: 300;
	-webkit-box-shadow: 0px 8px 26px 0px rgba(1,96,160,0.25);
	-moz-box-shadow: 0px 8px 26px 0px rgba(1,96,160,0.25);
	box-shadow: 0px 8px 26px 0px rgba(1,96,160,0.25);
}
.avia-banner-ticket > img {
	position: absolute;
	top: 100%;
	left: 60px;
}
.avia-form-container > div.avia-form-block {
	padding-right: 0;
}
.avia-form-inside {
	padding: 0 30px;
}
.avia-form h4,
.avia-form h5 {
	text-align: center;
	margin-bottom: 35px;
	font-weight: 500;
	color: #0160a0;
	line-height: 1.5;
	font-size: 18px;
}
.avia-form h5 {
	line-height: 1.2;
	margin-bottom: 15px;
	text-align: left;
}
.input-col {
	text-align: left;
	font-size: 14px;
	color: #407aa1;
}
.input-col.right-line:after {
	content: "";
	height: 1px;
	width: 50%;
	bottom: 38px;
	position: absolute;
	background-color: #d2e9f7;
	right: 0;
}
.input-col.left-line:after {
	content: "";
	height: 1px;
	width: 50%;
	bottom: 38px;
	position: absolute;
	background-color: #d2e9f7;
	left: 0;
}
.input-col input,
.input-col textarea,
.input-col select {
	width: 100%;
	height: 46px;
	margin-top: 15px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #d2e9f7;
	font-size: 14px;
	color: #393d40;
	margin-bottom: 15px;
	display: block;
	max-width: 340px;
	position: relative;
	z-index: 2;
}
.input-col select {
	padding: 0 10px;
	color: #737a80;
	-webkit-appearance: none;
	background-image: url('img/select.png');
	background-position: right center;
	background-repeat: no-repeat;
	line-height: 1em;
	/* for FF */
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	/* for IE */
	-ms-appearance: none;
	appearance: none!important;
}

select::-ms-expand {
	display: none;
}
.input-col textarea {
	resize:none;
	height: 75px;
}
.input-col.full textarea {
	max-width: 100%;
	height: 100px;
}
.visa-form-block .input-col textarea {
	height: 107px;
}
.date-input.input-col input,
.date-ins-form-zone {
	background-image: url(img/date-input.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}
.number-input .input-col .button {
	position: absolute;
	height: 46px;
	width: 35px;
	top: 0;
	z-index: 2;
	color: #acb7bf;
	text-align: center;
	cursor: pointer;
	font-size: 40px;
	line-height: 46px;
	border: 1px solid #d2e9f7;
	background-color: #fff;
}
.number-input .input-col .button.dec {
	right: 15px;
}
.number-input .input-col .button.inc {
	right: 50px;
	border-right: 0;
}
.number-block {
	max-width: 155px;
	margin: 0 auto;
	position: relative;
}
.number-block input {
	max-width: 86px;
}
.check-block {
	margin-top: 15px;
}
input[type=number]::-webkit-inner-spin-button {
	display: none;
}
div.custom-radio input{
	display: none;
}
div.custom-radio .wpcf7-list-item {
	display: block;
}
div.custom-radio span.wpcf7-list-item-label::before{
	content: "\a";
	background: #fff;
	width: 18px;
	height: 18px;
	border: 2px solid #a6ddff;
	border-radius: 2px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.custom-radio input:checked+span.wpcf7-list-item-label::before{
	/* background: #0160a0;*/
	border:0;
	background-image: url(img/active-chek.png);
	background-size: 100% 100%;
}
div.custom-radio+label {
	margin-top: -17px;
	margin-left: 25px;
	line-height: .1;
	display: inherit;
}
.last-check .check-block{
	padding-top: 15px;
}
.avia-form-inside > .row {
	margin-bottom: 30px;
}
.submit-avia {
	padding: 35px 30px 20px;
	background-color: #d2e9f7;
	text-align: left;
	font-size: 14px;
	color: #0160a0;
}
.submit-avia input {
	height: 40px;
	width: 230px;
	border-radius: 40px;
	background-color: #0160a0;
	float: right;
	border: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-top: -25px;
}
.visa-form-block .submit-avia input{
	float: none;
	display: block;
	margin: 0 auto;
}
#wpadminbar {
	position: static;
}
.bulgaria-offers {
	border-bottom: 1px solid #ffebe0;
	padding-bottom: 60px;
}
.post-content {
	padding-top: 50px;
}
.post-inside {
	padding-right: 300px;
}
.main-post-zone h2 {
	color: #ff7733;
	font-weight: 300;
	margin-bottom: 23px;
}
.main-post-zone h2 img {
	margin-right: 10px;
	margin-top: -6px;
}
.breadcrumbs {
	color: #4188b8;
	font-size: 14px;
	margin-bottom: 48px;
}
.breadcrumbs a {
	display: inline-block;
	margin-right: 11px;
	margin-left: 11px;
	border-bottom: 1px solid #4188b8;
}
.breadcrumbs a:first-of-type {
	margin-left: 0;
}
.breadcrumbs a:last-of-type {
	color: #b6babf;
	border-bottom: 0;
}
.post-img {
	max-width: 370px;
	width: 100%;
	height: 230px;
	border-radius: 2px;
	background-size: cover;
	background-position: center;
	float: left;
	margin-bottom: 42px;
}
.short-line-info {
	font-size: 16px;
	color: #737a80;
	padding-top: 8px;
	margin-bottom: 7px;
}
.short-line-info:after {
	content: "";
	clear: both;
	display: table;
}
.right-short {
	float: right;
	margin-left: 5px;
	text-align: right;
	max-width: 340px;
}
.right-short strong {
	color: #ff7733;
	font-size: 20px;
	display: inline-block;
	font-weight: 500;
	margin-top: -18px;
}
.right-short strong.post-price {
	font-size: 30px;
	margin-top: -40px;
}
.right-short strong a {
	font-size: 16px;
	color: #0160a0;
	border-bottom: 1px solid #cce8ff;
}
.right-info-post {
	float: left;
	width: 500px;
	padding-left: 30px;
}
a.info-circle {
	height: 14px;
	width: 14px;
	background-color: #c2c7cc;
	color: #fff;
	border-radius: 20px;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
a.info-circle:hover {
	background-color: #0e68a5;
}
.right-short .tooltip-inner {
	background-color: #0e68a5;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	opacity: 1;
	width: 380px;
	max-width: 100%;
	padding: 15px;
}
.right-short .tooltip .tooltip-arrow {
	border-bottom-color: #0e68a5;
	opacity: 1;
}
.right-short .rate {
	font-weight: normal;
	font-size: 16px;
	margin-left: 5px;
}
.text-info-post {
	font-size: 16px;
	color: #395b73;
	margin-bottom: 40px;
	line-height: 1.6;
}
.text-info-post h5 {
	font-size: 18px;
	color: #002540;
	margin-bottom: 10px;
	margin-top: 35px;
	font-weight: 500;
}
.text-info-post h5:first-of-type {
	margin-top: 0;
}
.right-info-post .text-info-post h5:first-of-type{
	margin-top: 30px;
	font-size: 16px;
}
.lSSlideOuter {
	margin-bottom: 40px;
}
.post-slider li {
	height: 540px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.post-slider li .post-slider-text {
	position: absolute;
	bottom: 0;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	height: 30px;
	background-color: rgba(0,0,0,.85);
	color: #fff;
	font-size: 14px;
	line-height: 29px;
	text-align: center;
	padding: 0 20px;
	max-width: 100%;
}
.post-slider li img {
	width: auto;
	height: 100%;
	display: block;
	margin: 0 auto;
}
.lSSlideOuter .lSPager.lSGallery li {
	border: 2px solid transparent;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 0;
	border: 2px solid #ff6f26;
}
.owl-nav {
	display: block;
}
.owl-nav div {
	opacity: 1;
	color: transparent;
}
.lSAction > a,
.owl-nav div {
	height: 70px;
	width: 50px;
	background-color: transparent;
	background-repeat: no-repeat;
}
.lSAction > a:hover,
.owl-nav div {
	background-color: rgba(255, 111, 38, 0.95);
}
.lSAction > .lSPrev,
.owl-nav .owl-prev{
	background-image: url(img/left-arrow.png);
	background-position: center;
	left: 0;
}
.lSAction > .lSNext,
.owl-nav .owl-next {
	background-image: url(img/right-arrow.png);
	background-position: center;
	right: 0;
}
.hotel-info-top {
	margin-top: 20px;
	margin-bottom: 30px;
}
.hotel-info-top h4{
	font-size: 20px;
	font-weight: 500;
	color: #ff6f26;
	margin-bottom: 10px;
}
.text-info-post a.map-link-post {
	color: #0160a0;
	display: block;
	border-bottom: 0;
}
.map-link-post img {
	margin-right: 10px;
	margin-top: -3px;
}
.hotel-info-top-rate {
	float: right;
	color: #737a80;
	font-size: 16px;
	font-weight: 400;
}
.hotel-info-top-rate label {
	color: #ff6f26;
	margin-right: 6px;
}
.text-info-post a {
	color: #0160a0;
	display: inline-block;
	border-bottom: 1px solid #cce8ff;
}
.row.convenience {
	margin-left: -5px;
	margin-right: -5px;
}
.convenience {
	margin-top: 20px;
	margin-bottom: 40px;
}
.con-item {
	padding: 5px;
}
.con-item-inside {
	border-radius: 3px;
	background-color: #cee4f2;
	height: 46px;
	text-align: center;
	font-size: 16px;
	line-height: 46px;
}
.con-item-inside img {
	margin-right: 12px;
	height: 18px;
	margin-top: -2px;
}
.convenience-2 {
	margin-top: 20px;
}
.column-conv {
	width: 45%;
	padding: 0 15px;
	float: left;
}
.column-title-conv {
	font-weight: 500;
	font-size: 18px;
	color: #0160a0;
	margin-bottom: 20px;
}
.column-title-conv img{
	height: 20px;
	margin-right: 10px;
	margin-top: -4px;
}
.column-conv ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 30px;
}
.column-conv ul li {
	padding-left: 10px;
	text-indent: -.7em;
	color: #395b73;
}
.column-conv ul li::before {
	content: "•";
	color: #d9e7f1;
	padding-right: 15px;
}
.related {
	border-top: 1px solid #ffebe0;
	padding: 60px 0;
	text-align: center;
}
.related h2 {
	color: #0160a0;
	margin-bottom: 55px;
}
.related .card-content{
	border: 1px solid #ffebe0;
}
.right-post-sidebar {
	position: absolute;
	padding-top: 25px;
	right: 15px;
	width: 270px;
	top: 25px;
}
.popular-ticket {
	background-image: url(img/ticket-post.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 7px 15px;
	color: #0160a0;
	font-size: 12px;
	padding-right: 10px;
	width: 100%;
	max-width: 270px;
	margin: 0 auto 15px;
	text-align: left;
}
.popular-ticket label {
	font-size: 18px;
	font-weight: 500;
}
.popular-ticket-number {
	float: right;
	font-size: 26px;
	font-weight: 700;
	line-height: .2;
}
.order-right-sidebar {
	height: 54px;
	width: 100%;
	max-width: 270px;
	border-radius: 4px;
	color: #fff;
	background-color: #0160a0;
	font-weight: 500;
	font-size: 18px;
	border:0;
	margin-bottom: 15px;
}
.order-right-sidebar:hover {
	background-color: #0073bf;
}
.order-right-sidebar img {
	margin-right: 18px;
	margin-top: -2px;
	height: 17px;
}
.order-right-sidebar.orange {
	background-color: #ff6f26;
}
.order-right-sidebar.orange:hover {
	background-color: #ff8040;
}
.route h4{
	font-size: 20px;
	margin-bottom: 40px;
	color: #0160a0;
	font-weight: 500;
}
.route h4 strong {
	font-size: 18px;
}
.route-table {
	border: 1px solid #d2e9f7;
	background-color: #ebf3f8;
	margin-bottom: 40px;
	font-size: 16px;
	color: #395b73;
	border-radius: 2px;
}
.route-row {
	border-bottom: 1px solid #d2e9f7;
}
.route-row:last-of-type {
	border-bottom: 0;
}
.route-row > div {
	min-height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.header-row.route-row > div {
	min-height: 55px;
	line-height: 55px;
	color: #407aa1;
}
.day-route-row {
	float: left;
	width: 100px;
	background-color: #d2e9f7;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #0160a0;
}
.day-route-city {
	float: left;
	text-align: left;
	padding-left: 30px;
}
.day-route-start,
.day-route-finish {
	float: right;
	width: 135px;
	text-align: right;
	padding-right: 30px;
}
.program-post {
	margin-bottom: 50px;
}
.program-post h4{
	font-size: 20px;
	color: #ff7733;
	margin-bottom: 30px;
}
.program-row {
	position: relative;
	padding-left: 130px;
	padding-top: 30px;
	font-size: 16px;
	padding-right: 15px;
	color: #395b73;
	background-color: #ffeee5;
	padding-bottom: 10px;
}
.program-row p {
	margin-bottom: 7px;
}
.program-row:last-of-type {
	padding-bottom: 30px;
}
.program-day {
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #ffe6d9;
	text-align: center;
	color: #ff7733;
	font-size: 18px;
	padding-top: 30px;
	font-weight: 500;
}
.program-row strong {
	font-size: 18px;
	color: #002540;
	font-weight: 500;
}

.hot-min h3 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #ff7733;
	text-align: left;
}
.hot-min h3 img {
	margin-right: 10px;
	margin-top: -4px;
}
.hot-min-block {
	position: relative;
	height: 185px;
	background-size: cover;
	border-radius: 2px;
	margin-bottom: 10px;
	display: block;
}
.min-hot-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 119, 51, 0.9);
	padding: 15px 5px;
	color: #fff;
	font-size: 16px;
}
.min-hot-title strong {
	font-size: 18px;
	font-weight: 500;
}
.avia-form-container > div.visa-form-block {
	float: none;
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}
.visa-form-block .avia-form {
	padding-top: 75px;
}
.visa-button-zone {
	background-color: transparent;
	max-width: 830px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 auto;
}
.visa-button-zone a,
.visa-button-zone label {
	padding-left: 25px;
	padding-right: 25px;
}
.opcity-text {
	color: rgba(0,0,0,0);
	opacity: 0;
}
.travellsim .slide-info h2 {
	color: #d9218c;
}
.travellsim .country-info{
	background-color: #d9218c;
}
.travellsim.reservation h2 {
	color: #d9218c;
	margin-bottom: 15px;
}
.travellsim-row {
	max-width: 920px;
	margin: 50px auto 0;
}
a.travellsim-item {
	padding: 0 30px 20px;
	display: block;
}
.travellsim-item img {
	width: 100%;
	margin-bottom: 40px;
}
.travellsim-item button {
	width: 100%;
	height: 40px;
	border-radius: 40px;
	background-color: #d9218c;
	color: #fff;
	max-width: 230px;
	margin: 0 auto;
	display: block;
	font-size: 18px;
	font-weight: 500;
	border: 0;
}
.travellsim-item button:hover {
	background-color: #d93695;
	-webkit-box-shadow: 0px 4px 16px 0px rgba(217,33,140,0.5);
	-moz-box-shadow: 0px 4px 16px 0px rgba(217,33,140,0.5);
	box-shadow: 0px 4px 16px 0px rgba(217,33,140,0.5);
}
.sim-info {
	padding-top: 65px;
}
.sim-info-frame iframe{
	border: none;
	margin: 0 auto;
	max-width: 231px;
	height: 300px;
	display: block;
}
.sim-info-frame {
	text-align: left;
	color: #063077;
	padding-top: 30px;
}
.sim-info-frame h3 label {
	font-size: 14px;
	margin-bottom: 10px;
}
.sim-info-frame h3,
.sim-info-frame h4 {
	font-weight: 300;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 55px;
	font-size: 24px;
}
.sim-info-frame h3 strong{
	font-weight: 300;
	color: #eb0085;
}
.sim-info-frame h4 {
	margin-bottom: 25px;
	color: #eb0085;
}
.sim-info-frame ul {
	padding-left: 20px;
	font-size: 18px;
	margin-bottom: 45px;
}
.about-us.insurence {
	padding-top: 60px;
	padding-bottom: 10px;
}
.ins-forms {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 55px;
}
.ins-inside {
	background-color: #dae9f2;
	border-radius: 3px;
}
.orange .ins-inside {
	background-color: #ffeee5;
}
.ins-title {
	padding: 30px 5px;
	text-align: center;
	color: #fff;
	background-color: #0160a0;
	font-size: 26px;
	font-weight: 300;
	-webkit-box-shadow: 0px 8px 26px 0px rgba(1,96,160,0.25);
	-moz-box-shadow: 0px 8px 26px 0px rgba(1,96,160,0.25);
	box-shadow: 0px 8px 26px 0px rgba(1,96,160,0.25);
	position: relative;
	border-radius: 3px;
	margin-bottom: 35px;
}
.orange .ins-title{
	background-color: #ff7733;
	-webkit-box-shadow: 0px 8px 26px 0px rgba(255, 119, 51,0.25);
	-moz-box-shadow: 0px 8px 26px 0px rgba(255, 119, 51,0.25);
	box-shadow: 0px 8px 26px 0px rgba(255, 119, 51,0.25);
}
.ins-title img {
	position: absolute;
	top: 100%;
	left: 60px;
	height: 25px;
}
.ins-text {
	padding: 0 30px 35px;
	font-size: 16px;
	color: #7d848a;
	text-align: left;
}
.ins-form-zone {
	background-color: #cfe7f6;
	padding: 20px 30px 30px;
}
.orange .ins-form-zone {
	background-color: #ffe4d6
}
.ins-form-zone h5 {
	font-size: 18px;
	color: #0160a0;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.5;
}
.orange .ins-form-zone h5 {
	color: #ff7733;
}
.ins-form-zone input,
.ins-form-zone select,
.orange .ins-form-zone textarea {
	width: 100%;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #c6e4f7;
	height: 40px;
	text-align: center;
	margin-bottom: 15px;
}
.ins-form-zone input[type="submit"] {
	width: 100%;
	max-width: 270px;
	height: 40px;
	border-radius: 40px;
	color: #fff;
	background-color: #0160a0;
	font-size: 18px;
	font-weight: 500;
	margin-top: 15px;
}
.orange .ins-form-zone textarea {
	height: 150px;
}
.orange .ins-form-zone input,
.orange .ins-form-zone select,
.orange .ins-form-zone textarea {
	border-color: #f2dace
}
.orange .ins-form-zone input[type="submit"]{
	background-color: #ff7733
}
.news-img {
	height: 270px;
	background-size: cover;
	background-position: center;
	border-radius: 2px;
	margin-bottom: 30px;
}
.news-info {
	text-align: left;
	padding-left: 30px;
	margin-bottom: 60px;
}
.news-info h2 {
	color: #ff7733;
	font-size: 24px;
	margin-bottom: 15px;
	padding: 0;
}
.news-date {
	font-size: 14px;
	color: #4188b8;
	margin-bottom: 20px;
}
.news-text {
	color: #395b73;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 35px;
	max-height: 116px;
	overflow: hidden;
}
a.news-link {
	height: 40px;
	width: 200px;
	color: #ff7733;
	border: 1px solid #ff7733;
	border-radius: 40px;
	background-color: #fff;
	font-size: 18px;
	font-weight: 500;
	display: block;
	line-height: 39px;
	text-align: center;
}
a.news-link:hover {
	background-color: #ff7733;
	color: #fff;
}
.news-block.show,
.news-block:nth-of-type(1),
.news-block:nth-of-type(3),
.news-block:nth-of-type(2)  {
	display: block;
}
.hot-offer .item.show,
.hot-offer .item:nth-of-type(1),
.hot-offer .item:nth-of-type(3),
.hot-offer .item:nth-of-type(2),
.hot-offer .item:nth-of-type(4),
.hot-offer .item:nth-of-type(5),
.hot-offer .item:nth-of-type(6)  {
	display: block;
}
.news-block,
.hot-offer .item {
	display: none;
}
.post-inside-news {
	padding-right: 0;
}
.title-date {
	float: right;
	font-size: 14px;
	color: #4188b8;
	font-weight: 500;
}
.post-inside-news .post-img {
	margin-right: 30px;
}
.post-inside-news .right-info-post,
.post-inside-news .route  {
	float: none;
	font-size: 16px;
	color: #395b73;
	width: 100%;
}
.post-inside-news .right-info-post {
	margin-bottom: 20px;
	padding-left: 0;
}
.post-inside-news .route  {
	padding-right: 300px;
	position: relative;
	margin-bottom: 50px;
	float: left;
	width: 100%;
	margin-right: 300px
}
.post-inside-news .route  .post-slider {
	margin-top: 40px;
}
.news-certificate .col-xs-12 {
	margin-bottom: 10px;
}
.news-certificate img {
	width: 100%;
}
.social-news {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 195px;
}
.social-news a{
	height: 45px;
	width: 45px;
	border-radius: 45px;
	float: left;
	margin: 20px 10px 0;
	background-color: red;
	text-align: center;
	line-height: 43px;
}
.social-news a:nth-of-type(1) {
	background-color: #3a579a;
}
.social-news a:nth-of-type(1):hover {
	background-color: #5672b3;
}
.social-news a:nth-of-type(2) {
	background-color: #507299;
}
.social-news a:nth-of-type(2):hover {
	background-color: #6f8eb3;
}
.social-news a:nth-of-type(3) {
	background-color: #ea4235;
}
.social-news a:nth-of-type(3):hover {
	background-color: #ff6054;
}
.sticky {
	position: fixed;
	z-index: 101;
	top: 10px;
}
.right-post-sidebar .sticky {
	max-width: 270px;
}
.stop {
	position: absolute;
	z-index: 101;
}
.header-br {
	display: none;
}
.modal-map {
	padding: 10px;
	display: block!important;
	z-index: -1;
}
.modal-map.in {
	z-index: 1050;
}
.modal-map .modal-dialog{
	max-width: 900px;
	width: 100%;
	margin-top: 0;
}
#modMap {
	min-height: 500px;
	height: 100vh;
}
.modal-dialog .close,
.orange .modal-dialog .close:hover {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 101;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	text-shadow:none;
	opacity: 1;
	background-color: #0160a0;
}
.modal-dialog .close:hover,
.orange .modal-dialog .close{
	background-color: #ff7733;
}
.single-post-form .modal-content{
	background-color: #ebf3f8;
	border-radius: 0;
	text-align: center;
}
.single-post-form.orange .modal-content {
	background-color: #ffeee5;
}
.single-post-form h4 {
	font-size: 18px;
	font-weight: 500;
	color: #0160a0;
	margin-bottom: 30px;
	line-height: 1.6;
	padding: 60px 0 0;
}
.single-post-form.orange h4 {
	color: #ff7733;
}
.single-post-form input,
.single-post-form select,
.orange .ins-form-zone textarea {
	max-width: 300px;
}
.single-post-form .ins-form-zone {
	background-color: transparent;
	padding: 0;
}
.ins-form-submit-zone {
	background-color: #d2e9f7;
	padding: 0 10px;
}
.orange .ins-form-submit-zone{
	background-color: #ffe1d2;
}
.ins-form-caption {
	padding-top: 5px;
	text-align: left;
	width: 100%;
	max-width: 300px;
	color: #ff9966;
	font-size: 14px;
	margin: 0 auto 10px;
}
.modal-number-input > div {
	position: relative;
	max-width: 300px;
}
.modal-number-input div.input-col div.button {
	top: 0;
	height: 39px;
	line-height: 38px;
}
.number-input.modal-number-input .input-col .button.dec {
	right: 0;
}
.number-input.modal-number-input .input-col .button.inc {
	right: 35px;
}
.radio-pop {
	color: #ff9966;
	margin-bottom: 25px;
}
.radio-pop label {
	margin-bottom: -5px;
}
.radio-pop label input{
	display: none;
}
.radio-pop label input+span.wpcf7-list-item-label::before{
	content: "\a";
	background: green;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: 1px solid #ff9966;
	background-color: #fff;
	margin-right: 10px;
	margin-left: 35px;
	display: block;
	float: left;
}
.radio-pop label input:checked+span.wpcf7-list-item-label::before{
	background-image: url(img/check-w.png);
	border: 0;
}
.radio-pop label:first-of-type {
	margin-left: 0;
}
.special-offer h4 {
	line-height: 1.5;
}
.special-offer h4 strong{
	text-transform: uppercase;
	font-size: 18px;
	color: #ff7733;
}
.true-route {
	position: absolute;
	top: 20px;
	right: 15px;
}
.true-route:nth-of-type(2) {
	right: 40px;
}
.true-route:nth-of-type(3) {
	right: 60px;
}
.card-title .tooltip-inner {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	opacity: 1;
}
.route h5 {
	font-size: 18px;
	margin-bottom: 17px;
	color: #002540;
	font-weight: 500;
}
/*.route:nth-of-type(1) {
	margin-top: -45px;
}*/
.tour-additional {
	margin-bottom: 60px;
}
.tour-additional > label {
	display: inline-block;
	padding: 17px 50px;
	background-color: #cee4f2;
	color: #0160a0;
	font-size: 16px;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.card-date {
	position: relative;
	padding-left: 90px;
	text-align: right;
	color: #0160a0;
	font-size: 16px;
}
.card-date label {
	position: absolute;
	top: 0;
	left: 0;
	color: #395b73;
}
.submenu #menu-submenu3 li,
.submenu #menu-submenu4 li,
.submenu #menu-submenu5 li {
	width: 25%;
}
/*.submenu #menu-submenu5 li:first-of-type {
	visibility: hidden;
	opacity: 0;
}*/
.route {
	padding-bottom: 25px;
}
/*input[type="submit"].wpcf7-submit {
	margin-right: -20px;
}*/
.submit-avia input[type="submit"].wpcf7-submit {
	margin-right: auto;
}
input.wpcf7-not-valid {
	border-color: red;
}
.lSSlideOuter .lSPager.lSGallery img {height:55px;}
.navbar-brand > img.fly-logo {
	display: none;
}
.nac-t-text {
	position: absolute;
	top: -20px;
	left: -2px;
	color: #fff;
}
.tour-cart-dates strong {
	padding-top: 15px;
}
.fix-btn,
.top-btn {
	position: fixed;
	bottom:35px;
	right: 30px;
	height: 50px;
	width: 50px;
	background-color: #0160a0;
	border: 2px solid #fff;
	z-index: 999;
	border-radius: 50px;
	line-height: 45px;
	text-align: center;
}
.fix-btn:hover,
.top-btn:hover {
	background-color: #ff7733;
}
.fix-btn {
	bottom: 100px;
}
.fix-btn img {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: center;
	transform-origin:center;
	-webkit-animation-name: swing;
	animation-name: swing;
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}
.top-btn img {
	height: 36px;
}
.video-cont iframe{
	width: 100%;
	margin: 30px auto;
	height: 420px;
}
.news-certificate .owl-dot.active {
	background-color: #ccc;
}
.sim-info-frame.pink {
	background-color: #fdebf7;
	padding-bottom: 30px;
}
.sim-info-frame.pink img {
	display: block;
	margin: 10px auto 20px;
}
.right-info-post-btn {
	text-align: right;
}
.right-info-post-btn .popular-ticket {
	display: inline-block;
}
.popular-ticket-label {
	padding-right: 5px;
}
.popular-ticket-label .popular-ticket-number{
	line-height: 1;
}
.popular-ticket-label label {
	font-size: 19px;
}
.submenu.submenu-center {
	text-align: center;
}
.submenu.submenu-center li {
	float: none;
	display: inline-table;
}
.no-abs {
	position: relative;
}
.no-abs a:first-of-type {
	margin-left: 0;
}
body>.scroll-img {
	display:none;}