*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html {
	min-height: 100%;
}

html, body {
    height: 100%;
}

body {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	min-height: 100%;
	color: #000;
}
.hidden {
	display: none;
}
.visible {
	display: block;
}
body, input, textarea, button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



a, a:hover, .transition, .transition:hover, .language_selected:after, .language_selected:hover:after,
.slick-arrow, .slick-arrow:hover, .slick-dots li, .slick-dots li:hover,
.objects_to_enlarge, .objects_to_enlarge:hover {
	-webkit-transition: ease-in-out 0.25s;
	-moz-transition: ease-in-out 0.25s;
	-ms-transition: ease-in-out 0.25s;
	-o-transition: ease-in-out 0.25s;
	transition: ease-in-out 0.25s;
}

a, a:hover, a:link, a:visited {
	text-decoration: none;
}

.clear {
	clear: both;
}

.no_side_padding {
	padding-left: 0;
	padding-right: 0;
}

/*Header*/

.header_top_line {
	background: rgb(232,232,232);
	background: -moz-linear-gradient(left,  rgba(232,232,232,1) 0%, rgba(232,232,232,1) 50%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 68%, rgba(255,255,255,1) 100%); 
	background: -webkit-linear-gradient(left,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 50%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 68%,rgba(255,255,255,1) 100%); 
	background: linear-gradient(to right,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 50%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 68%,rgba(255,255,255,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=1 );
	z-index: 9999999999;
	position:relative;
}

.top_navigation_container {
	background-color: #e8e8e8;
}

.header_top_navigation {
	display: block;
	font-weight: 400;
	font-size: 14px;
	float: left;
}

.header_top_navigation a {
	display: inline-block;
	color: #6e6e6e;
	padding: 5px 25px 5px 35px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px; 
	background-repeat: no-repeat;
	background-position: left center;
}

.questions_navigation a {
	background-image: url(/images/question.svg);
}
.questions_navigation a:hover {
	background-image: url(/images/question_hovered.svg);
}
.header_top_navigation_area .questions_navigation .selected {
	background-image: url(/images/question_clicked.svg);
}

.promotions_navigation a {
	background-image: url(/images/like.svg);
}
.promotions_navigation a:hover {
	background-image: url(/images/like_hovered.svg);
}
.header_top_navigation_area .promotions_navigation .selected {
	background-image: url(/images/like_clicked.svg);
}

.news_navigation a {
	background-image: url(/images/newspaper.svg);
}
.news_navigation a:hover {
	background-image: url(/images/newspaper_hovered.svg);
}
.header_top_navigation_area .news_navigation .selected {
	background-image: url(/images/newspaper_clicked.svg);
}

.cooperation_navigation a {
	background-image: url(/images/handshake.svg);
}
.cooperation_navigation a:hover {
	background-image: url(/images/handshake_hovered.svg);
}
.cooperation_navigation .selected {
	background-image: url(/images/handshake_clicked.svg);
}

.header_top_navigation_area {
	margin: 5px 0px;
}

.right_top_navigation {
	float: right;
}

.top_right_item {
	float: left;
}

.top_social_network {
	float: left;
}

.top_social_network a {
	background-repeat: no-repeat;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	background-position: center;
	display: block;
	width: 16px;
	height: 16px;
	padding: 20px;
	border-left: 1px solid #eee;
}

.facebook_top a {
	background-image: url(/images/fb.svg);
}
.facebook_top a:hover {
	background-image: url(/images/fb_hovered.svg);
}
.top_socials_area .facebook_top .clicked {
	background-image: url(/images/fb_clicked.svg);
}

.odnoklassniki_top a {
	background-image: url(/images/ok.svg);
}
.odnoklassniki_top a:hover {
	background-image: url(/images/ok_hovered.svg);
}
.top_socials_area .odnoklassniki_top .clicked {
	background-image: url(/images/ok_clicked.svg);
}

.vk_top a {
	background-image: url(/images/vk.svg);
}
.vk_top a:hover {
	background-image: url(/images/vk_hovered.svg);
}
.top_socials_area .vk_top .clicked {
	background-image: url(/images/vk_clicked.svg);
}

.top_order_call {
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
    padding: 9px 35px;
    border-left: 1px solid #eee;
    position: relative;
    z-index: 1;
}

.top_order_call:hover {
	cursor: pointer;
}

.top_order_call_to_hover {
	background: rgb(246,0,0); 
    background: -moz-linear-gradient(top,  rgba(246,0,0,1) 0%, rgba(196,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(246,0,0,1) 0%,rgba(196,0,0,1) 100%); 
    background: linear-gradient(to bottom,  rgba(246,0,0,1) 0%,rgba(196,0,0,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60000', endColorstr='#c40000',GradientType=0 ); 
}

.language_selected {
	background-image: url(/images/language_selection_bckgr.png);
	background-repeat: no-repeat;
	-webkit-background-size: 88px 40px;
	background-size: 88px 40px;
	background-position: center;
	height: 40px;
	width: 88px;
	position: relative;
	z-index: 10;
	margin-left: -8px;
	margin-right: -8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	color: #324554;
}

.language_selected:after {
	content: '';
	display: block;
	position: absolute;
	top: 19px;
	right: 21px;
	background-image: url(/images/languages_down_arrow.png);
	background-repeat: no-repeat;
	-webkit-background-size: 7px 6px;
	background-size: 7px 6px;
	width: 7px;
	height: 6px;
}

.language_selected:hover {
	cursor: pointer;
}

.language_selected:hover:after {
	background-image: url(/images/languages_down_arrow_hovered.png);
}

.rotated:after {
	background-image: url(/images/languages_down_arrow_hovered.png);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.language_selected span {
	display: block;
	margin-left: -10px;
}

.languages_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 5;
	background-color: #e8e8e8;
	margin-left: -8px;
	display: none;
	z-index: 500;
}

.languages_list a {
	display: block;
	color: #324554;
	font-weight: 700;
	padding: 9px 31px;
}

.languages_list a:hover {
	color: #f60000;
}

.top_contact_col {
	float: left;
}

.top_contact_span {
	font-weight: 700;
}

.top_contact_col_data img {
	margin-top: 3px;
	margin-right: 5px;
}

.top_contact_col {
	margin: 10px 35px 15px 0px
}

.top_contact_col_data {
	padding: 9px 0px;
}

.last_contact_col {
	margin-right: 0px;
}

.main_menu_block_area {
	position: relative;
}

.main_menu_block_left,
.main_menu_block_right {
	width: 50%;
	float: left;
	height: 50px;
}

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

.main_menu_block_left {
	background-color: transparent;
}

.main_menu_block_right,
.navbar-default {
    background: rgb(246,0,0); 
    background: -moz-linear-gradient(top,  rgba(246,0,0,1) 0%, rgba(196,0,0,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(246,0,0,1) 0%,rgba(196,0,0,1) 100%); 
    background: linear-gradient(to bottom,  rgba(246,0,0,1) 0%,rgba(196,0,0,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60000', endColorstr='#c40000',GradientType=0 );
}

.navbar-default {
	border: 0;
	/*position: relative;*/
	margin-top: -50px;
	z-index: 5;
	margin-bottom: 0;
}

.container-fluid,
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

.logo {
	margin-left: -8px;
}

.logo,
.navbar-nav {
	float: left;
}

.navbar-nav {
	margin-right: -15px;
}

.navbar-default .navbar-nav > li > a {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #cb3c3c;
	padding: 15px 23px;
}

.navbar-default .navbar-nav > li:last-of-type > a {
	border-right: 0;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
    background: rgb(196,0,0); 
    background: -moz-linear-gradient(top,  rgba(196,0,0,1) 0%, rgba(246,0,0,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(196,0,0,1) 0%,rgba(246,0,0,1) 100%); 
    background: linear-gradient(to bottom,  rgba(196,0,0,1) 0%,rgba(246,0,0,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40000', endColorstr='#f60000',GradientType=0 );
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	border: 0;
}

.page_content {
	position: relative;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page_content_area {
	padding-bottom: 394px;
	position: relative;
	z-index: 10 !important;
}

.main_menu_container {
	padding-bottom: 5px;
	z-index: 100;
}

.fixed {
	position: fixed;
	z-index: 999;
}

.navbar-header {
	position: relative;
}

.top_contacts_down_arrow {
    background-image: url(/images/contacts_mobile_down_arrow.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 10px 50px;
    background-size: 40px 50px;
    background-position: center;
    width: 100%;
    height: 60px;
}

.top_contacts_down_arrow:hover {
	cursor: pointer;
}

.main_slide  {
	position: relative;
}

.top_contacts_down_arrow_rotated {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*.objects_to_enlarge {
	height: 80px;
	overflow: hidden;
}*/

/*Footer*/

.footer {
	background-color: #6e6e6e;
	padding: 40px 0px 20px 0px;
	position: relative;
    height: 394px;
    margin-top: -394px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 20;
}

.footer_list {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
	color: #eaeef1;
	
}

.footer_list_title {
	font-weight: 700;
	padding-bottom: 15px;
	font-size: 18px;
	padding-bottom: 11px;
}

.footer_list a {
	display: inline-block;
	padding: 4px 0px;
	color: #eaeef1;
}

.footer_list a:hover {
	text-decoration: underline;
}

.footer_list_col {
	border-left: 1px solid #7d7d7d;
}

.footer_list img {
	margin-top: 2px;
	margin-right: 5px;
}

.contacts_list li {
	height: 40px;
}

.copyright_col {
	color: #fff;
	padding-top: 32px;
}

.copyright_col a {
	color: #fff;
}

.copyright_col a:hover {
	text-decoration: underline;
}

/***Главная страница***/

.slider_trip_area {
	position: relative;
	margin-bottom: 3px;
}

.main_slide_pic {
	position: relative;
	max-height: 828px;
	overflow: hidden;
	z-index: 1;
}

.main_slide_pic img {
	opacity: 0.5;
	width: 100%;
}

.main_slide_pic_mask {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+15,ffffff+66,ffffff+100&0.95+15,0.01+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0.95) 15%, rgba(255,255,255,0.39) 66%, rgba(255,255,255,0.01) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0.95) 15%,rgba(255,255,255,0.39) 66%,rgba(255,255,255,0.01) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0.95) 15%,rgba(255,255,255,0.39) 66%,rgba(255,255,255,0.01) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffffff', endColorstr='#03ffffff',GradientType=1 ); /* IE6-9 */


}

.main_slide_description {
	width: 1180px;
	margin: 0 auto;
	position: absolute;
	z-index: 10;
	top: 205px;
	left: 0;
	right: 0;
}

.main_slide_title {
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	color: #324554;
	font-size: 46px;
	max-width: 54%;
	line-height: 60px;
	padding-bottom: 17px;
}

.main_slide_content {
	color: #000;
	max-width: 44%;
	font-size: 28px;
	max-height: 250px;
	overflow: hidden;
}

.fade {
	opacity: 1;
}

.slick-arrow {
	position: absolute;
	top: 40%;
	font-size: 0;
	border: 0;
	background-color: #98a2a9;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	background-repeat: no-repeat;
	-webkit-background-size: 14px 28px;
	background-size: 14px 28px;
	background-position: center;
	z-index: 10;
	outline: none;
}

.slick-arrow:hover {
	cursor: pointer;
	background-color: #324554;
}

.slick-prev {
	background-image: url(/images/prev_arrow.png);
	left: 20px;
}

.slick-next {
	right: 20px;
	background-image: url(/images/prev_arrow.png);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slick-arrow.clicked {
	background-color: #c40000;
}

.slick-dots {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding: 12px 0px 0px 0px;
	list-style-type: none;
}

.slick-dots li button {
	border: 0;
	font-size: 0;
	background-color: transparent;
	width: 0;
	height: 0;
	outline: none;
}

.slick-dots li {
	background-color: #fff;
	width: 8px;
	height: 8px;
	border: 1px solid #bababa;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	display: inline-block;
	margin: 0px 5px;
}

.slick-dots li:hover {
	cursor: pointer;
	background-color: #324554;
	border: 1px solid #324554;
}

.slick-dots .slick-active {
	background-color: #c40000;
	border: 1px solid #c40000;
}

/*Trip order form*/

.trip_order_area {
	position: absolute;
	z-index: 50;
	top: 10px;
	right: 0;
	width: 380px;
	right: 355px;
	height:120%;
}

.trip_order_direction {
	display: flex;
	align-items: center;
	float: left;
	background-color: rgba(50,69,84,0.5);
	padding: 20px;
	position: relative;
	width: 190px;
}

.trip_order_direction_title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 15px;
}

.trip_order_direction_title:hover {
	cursor: pointer;
}

.trip_order_content_area,
.trip_order_direction_active {
	background-color: rgba(50,69,84,0.85);
}

.trip_order_checkbox {
	position: relative;
	z-index: 5;
	opacity: 0;
}

.trip_order_checkbox:hover {
	cursor: pointer;
}

.trip_order_checkbox_imitation {
	position: absolute;
	width: 17px;
	height: 17px;
	border: 1px solid #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	top: 23px;
	left: 21px;
	z-index: 1;
} 

.trip_order_checkbox_imitation:hover {
	cursor: pointer;
}

.trip_order_checkbox_imitation_checked {
	background-image: url(/images/checkpoint_checked.png);
	background-repeat: no-repeat;
	-webkit-background-size: 8px;
	background-size: 8px;
	background-position: center;
}

.trip_content_order_select .es-input,
.datePicker {
	background-color: #fff;
	background-image: none;
	border: 1px solid #324554;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #324554;
	padding: 8px 15px 8px 8px;
	outline: none;
	width: 100%;
}

.trip_content_order_input_area {
	padding: 23px 40px;
}

.trip_content_order_input_title {
	color: #fff;
	font-size: 16px;
	padding-bottom: 5px;
}

.trip_content_order_input_area .select_on_top,
.costs_calculation_col .calculation_col .select_on_top {
	z-index: 100;
}

.trip_content_order_select {
	position: relative;
	z-index: 1;
	padding-bottom: 13px;
}

.trip_content_order_select:last-of-type {
	z-index: 5;
}

.trip_date_icon,
.weight_date_icon {
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	z-index: 1;
	right: 12px;
}

.trip_content_order_select_marker {
	background-image: url(/images/pointer.svg);
	-webkit-background-size: 13px 16px;
	background-size: 13px 16px;
	width: 13px;
	height: 16px;
	top: 12px;
}

.calendar_icon {
	background-image: url(/images/calendar.svg);
	-webkit-background-size: 16px 14px;
	background-size: 16px 14px;
	width: 16px;
	height: 14px;
	top: 40px;
}

.trip_content_order_select .es-input {
	padding-right: 35px !important;
	position: relative;
}

.trip_date_option,
.people_number {
	float: left;
	width: 45%;
	position: relative;
}

.trip_date {
	padding-bottom: 13px;
}

.trip_date_option:first-of-type,
.people_number:first-of-type {
	margin-right: 26px;
}

.trip_content_arrow {
	background-image: url(/images/contacts_mobile_down_arrow.svg);
	-webkit-background-size: 26px 10px;
	background-size: 26px 10px;
    width: 9px;
    height: 10px;
    top: 15px;
}

.trip_order_button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe0000+0,b40000+100 */
background: rgb(254,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,0,0,1) 0%, rgba(180,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,0,0,1) 0%,rgba(180,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(254,0,0,1) 0%,rgba(180,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0000', endColorstr='#b40000',GradientType=0 ); /* IE6-9 */
	margin-top: 28px;
	padding: 8px 30px;
	margin-left: 22px;
	outline: none;
}

.trip_order_button:hover,
.price_calculation_button:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b40000+1,fe0000+100 */
background: rgb(180,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(180,0,0,1) 1%, rgba(254,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(180,0,0,1) 1%,rgba(254,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(180,0,0,1) 1%,rgba(254,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40000', endColorstr='#fe0000',GradientType=0 ); /* IE6-9 */
}

.trip_order_button_clicked,
.trip_order_button_clicked:hover {
	background: none;
	background-color: #c40000;
}
.personal_field label {
	display: block;
	color: #fff;
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: normal;
}

.personal_field_input {
	position: relative;
	background-color: #fff;
    border: 1px solid #324554;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #324554;
    padding: 8px 15px 8px 8px;
    outline: none;
    width: 100%;
    margin-bottom: 13px;
}

.name_fields {
	position: relative;
}

.name_fields .trip_date_icon {
	top: 45px;
}

.slick-slide {
	outline: none;
}

.page_title {
	background-image: url(/images/title_red_line.png);
	background-repeat: no-repeat;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	background-position: left center;
	padding-left: 50px;
}

.page_title .page_title_item,
.page_title_mod .page_title_item {
	text-transform: uppercase;
	color: #6e6e6e;
	font-weight: 700;
	font-style: italic;
	font-size: 46px;
	margin: 0;
}

.destinations_map img {
	width: 100%;
}

.work_process {
	float: left;
	width: 20%;
	margin-bottom: 75px;
	position: relative;
}

.work_process_description {
	color: #000;
	line-height: 20px;
}

.work_process_step,
.work_process_description {
	display: inline-block;
}

.work_process_step {
	background-color: #6e6e6e;
	font-weight: 600;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	line-height: 16px;
	margin-right: 10px;
	padding-top: 6px;
	position: absolute;
	top: 5px;
}

.work_process_icon {
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	margin: 0 auto;
	border: 1px solid #6e6e6e;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	background-color: #fff;
	position: relative;
	z-index: 5;
	
}

.work_process_options {
	position: relative;
}

.work_process_calendar_icon {
	background-image: url(/images/my_calendar.svg);
}

.work_process_area {
	margin-top: 55px;
}

.work_process_icon_area {
	width: 100%;
	margin-bottom: 25px;
}

.work_process_description {
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px 5px 0px 40px;
}

.work_process_user_icon {
	background-image: url(/images/my_user.svg);
}

.work_process_cash_icon {
	background-image: url(/images/my_cash.svg);
}

.work_process_call_icon {
	background-image: url(/images/my_phone.svg);
}

.work_process_bus_icon {
	background-image: url(/images/my_bus.svg);
}

.work_process_arrow {
	position: absolute;
	background-image: url(/images/processes_arrow.png);
	background-repeat: no-repeat;
	-webkit-background-size: 145px 17px;
	background-size: 145px 17px;
	width: 145px;
	height: 17px;
	top: 35px;
	right: -70px;
	background-position: right center;
	z-index: 1;
}

.about_us_area {
	background-image: url(/images/about_us_bckgr.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center;
	height: 370px;
	margin-bottom: 60px;
}

.about_us_statistics_icon {
	width: 80px;
	height: 80px;
	background-color: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 40px;
	background-size: 40px;
	margin: 0 auto;
}

.about_us_statistics_col {
	text-align: center;
}

.about_us_statistics_finger_icon {
	background-image: url(/images/thumbsup.svg);
}

.about_us_statistics_val {
	font-weight: 700;
	color: #c40000;
	font-size: 46px;
	margin-bottom: -15px;
}

.about_us_statistics_description {
	font-weight: 700;
	color: #010101;
	font-size: 26px;
}

.about_us_statistics_area {
	margin-top: 30px;
}

.about_us_title_container .page_title .page_title_item {
	color: #fff;
	margin-top: 40px;
}

.about_us_statistics_col {
	border-left: 1px solid #fff;
}

.about_us_statistics_range_icon {
	background-image: url(/images/road.svg);
}

.about_us_statistics_package_icon {
	background-image: url(/images/box.svg);
}

.about_us_statistics_bus_icon {
	background-image: url(/images/busss.svg);
}

.ask_question_option_container_area {
	background: #e8e8e8;
	margin-bottom: 60px;
}

.ask_question_col_area {
	padding: 30px 40px 40px 40px;
	color: #324554;
}

.ask_question_col_proposal {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 33px;
}

.ask_question_col_data label {
	display: block;
	font-weight: normal;
	font-size: 18px;
}

.ask_question_col_data {
	float: left;
	width: 380px;
	margin-right: 20px;
}

input, textarea, button{
	outline: none;
}

.ask_question_col_input {
	width: 100%;
	border: 1px solid #c8d6e1;
	font-weight: 700;
	font-size: 18px;
	padding: 12px 20px 10px 20px;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.ask_question_col_button button {
	width: 280px;
	float: right;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	background: rgb(246,0,0);
    background: -moz-linear-gradient(top, rgba(246,0,0,1) 0%, rgba(196,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(246,0,0,1) 0%,rgba(196,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(246,0,0,1) 0%,rgba(196,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60000', endColorstr='#c40000',GradientType=0 );
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 14px 0px 13px 0px;
    margin-top: 30px;
}

.ask_question_col_button button:hover {
	background: rgb(196,0,0); 
    background: -moz-linear-gradient(top,  rgba(196,0,0,1) 0%, rgba(246,0,0,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(196,0,0,1) 0%,rgba(246,0,0,1) 100%); 
    background: linear-gradient(to bottom,  rgba(196,0,0,1) 0%,rgba(246,0,0,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40000', endColorstr='#f60000',GradientType=0 );
}

.comments_slider {
	margin-left: -320px;
	margin-right: -320px;
}

.comments_slider_area_container {
	overflow: hidden;
	margin-top: 55px;
}

.comments_slider,
.comments_slider_area_container .slick-track,
.comments_slider_area_container .slick-slider,
.comments_slider_area_container .slick-slider .slick-list {
	/*height: 255px;*/
}

.comments_slider_area_container .slick-dots {
	margin-top: -20px;
	position: relative;
	z-index: 999;
}

.comments_slider_area_container .comments_slider .comments_slide {
	height: 205px !important;
	border-top: 0;
	border-right: 1px solid #ecedef;
	border-left: 1px solid #ecedef;
	border-bottom: 1px solid #ecedef;
	width: 560px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	padding: 25px 50px 20px 0px;
	position: relative;
	z-index: 5;
	margin-bottom: 20px;
	background-color: #fff;
	color: #324554;
	width: 560px;
	margin: 20px;
}

.comments_slide_shadow {
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	bottom: 0;
	background-color: transparent;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 3px 4px 0px rgba(50, 50, 50, 0.25);
	z-index: -1;
}

.comments_slide_pic {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	position: relative;
	overflow: hidden;
	left: -20px;
	margin-top: -20px;
	display: inline-block;
	float: left;
	top: -25px;
	z-index: 15;
	-webkit-box-shadow: 0px 14px 25px 0px rgba(50, 50, 50, 0.31);
	-moz-box-shadow:    0px 14px 25px 0px rgba(50, 50, 50, 0.31);
	box-shadow:         0px 14px 25px 0px rgba(50, 50, 50, 0.31);
}


.comments_slide_pic img {
	height: 100%;
	position: relative;
}

.comments_slide_name {
	text-transform: uppercase;
	color: #324554;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 7px;
}

.comments_slide_content {
	line-height: 20px;
	max-height: 400px;
	overflow: auto;
}

.slider_flashlight {
	position: absolute;
	top: 0;
	height: 100%;
	width: 50px;
	z-index: 100;
}

.container  {
	position: relative;
}

.left_flashlight {
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+75,ffffff+100&1+0,0.01+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.26) 75%, rgba(255,255,255,0.01) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.26) 75%,rgba(255,255,255,0.01) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.26) 75%,rgba(255,255,255,0.01) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#03ffffff',GradientType=1 ); /* IE6-9 */

}

.right_flashlight {
	right: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+25&0.01+0,1+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0.01) 0%, rgba(255,255,255,0.26) 25%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.26) 25%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.26) 25%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

.recent_questions_title_container {
	margin-top: 50px;
}

.recent_question_area {
	background-repeat: no-repeat;
	background-position: 20px 20px;
	-webkit-background-size: 46px 67px;
	background-size: 46px 67px;
	font-weight: 700;
	color: #324554;
	font-size: 18px;
	line-height: 30px;
	padding: 28px 40px;
	position: relative;
}

.recent_question {
	background-color: #e8e8e8;
	background-image: url(/images/questions_bckgr.png);
}

.recent_questions_col:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #eaeef1;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: 5px;
	top: 50px;
}

.recent_answer {
	background-image: url(/images/answers_bckgr.png);
}

.recent_questions_row {
	margin-bottom: 40px;
}

.recent_questions_title_container {
	margin-bottom: 30px;
}

.costs_calculation_area {
	background-image: url(/images/calculator_bckgr.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: left top;
	padding-top: 40px;
	color: #324554;
}

.costs_calculation_text {
	line-height: 30px;
	margin-top: 20px;
	padding-right: 30px;
	padding-bottom: 50px;
}

.costs_calculation_block {
	padding-left: 10px;
}

.direction_choose_option {
	float: left;
	position: relative;
	margin-right: 40px;
}

.direction_choose_options_area {
	border-bottom: 1px solid #b0c2cf;	
	margin-bottom: 14px;
}

.direction_option {
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 5px;
}

.direction_option, .direction_option_checkbox {
	display: inline-block;
}

.direction_option_checkbox {
	margin-right: 5px;
}

.option_checkbox {
	position: relative;
	opacity: 0;
	z-index: 5;
}

.option_checkbox_imitation {
	position: absolute;
	left: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	border: 1px solid #324554;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	z-index: 1;
}

.calculation_col {
	width: 48%;
	position: relative;
}

.calculation_data_left,
.calculation_data_right {
	/*width: 45%;*/
}

.calculation_data_left {
	width: 47%;
}

.calculation_data_right {
	width: 46%;
}

.calculation_left_col,
.calculation_data_left {
	float: left;
}

.calculation_right_col,
.calculation_data_right {
	float: right;
}

.calculation_col .calculation_title {
	margin-bottom: 5px;
}

.calculation_date {
	position: relative;
}

.calculation_date .trip_date_icon {
	top: 13px;
}

.calculation_data_right_division {
	float: left;
}

.number_division {
	width: 40%;
}

.age_division {
	width: 60%;
}

.number_division .trip_content_order_select .es-input {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0;
}

.age_division .trip_content_order_select .es-input {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0;
	border-left: 0;
	padding-right: 20px !important;
}

.number_division .trip_content_order_select .es-input {
	padding-right: 20px !important;
}

.price_calculation_area {
	background-color: #5c6b77;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #edf1f3;
	padding: 20px;
	margin: 10px 0px 80px 0px;
}

.price_calculation_button {
	text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: rgb(246,0,0);
    background: -moz-linear-gradient(top, rgba(246,0,0,1) 0%, rgba(196,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(246,0,0,1) 0%,rgba(196,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(246,0,0,1) 0%,rgba(196,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60000', endColorstr='#c40000',GradientType=0 );
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 8px 57px;
    float: left;
}

.overall_price {
	float: right;
	color: #fff;
	font-weight: 700;
	font-size: 46px;
	line-height: 38px;
}

.costs_calculation_block {
	margin-top: 25px;
}

/***Delivery page***/

.breadcrumbs_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.breadcrumbs_list li {
	float: left;
	
}

.breadcrumbs_list a {
	display: block;
	font-weight: 700;
	color: #000;
	font-size: 14px;
	position: relative;
	padding: 5px 22px 3px 0px;
}

.breadcrumbs_list a:after {
	display: block;
	position: absolute;
	right: 8px;
	top: 4px;
	content: "/";
}

.breadcrumbs_list .active_link {
	font-weight: normal;
	color: #6e6e6e;
}

.breadcrumbs_list .active_link:after {
	display: none;
}

.page_main_title_col .page_title {
	background-image: none;
	padding-left: 0;
	margin-top: 30px;
    margin-bottom: 15px;
}

.page_main_text_content {
	color: #000;
	line-height: 30px;
}

.tour_photo {
	overflow: hidden;
	padding-left: 40px;
	position: relative;
	z-index: 5;
}

.tour_photo img {
	height: 440px;
}

.tour_detailed_order_data {
	position: absolute;
	top: 0;
	left: -15px;
	z-index: 10;
}

.tour_detailed_order_data_title {
	text-transform: uppercase;
	font-weight: 700;
	color: #c40000;
	font-size: 28px;
	line-height: 26px;
	margin-bottom: 17px;
}

.tour_description_container {
	margin-top: 30px;
	margin-bottom: 90px;
}

.tour_order_detailed_data {
	background-color: rgba(50,69,84,0.85);
	padding: 30px 40px 40px 40px;
}

.tour_data {
	width: 48%;
}

.tour_left_data,
.tour_left_data_half {
	float: left;
}

.tour_right_data,
.tour_right_data_half {
	float: right;
}

.tour_half {
	position: relative;
	width: 48%;
}

.weight_date_icon {
	background-image: url(/images/weight.svg);
} 

.tour_right_data_half .personal_field label,
.tour_right_data .personal_field label {
	padding-bottom: 0px;
}

.weight_date_icon  {
	top: 40px;
}

.mail_icon {
	background-image: url(/images/aroba.svg);
}

.name_fields {
	position: relative;
}

.mail_icon {
	position: absolute;
	right: 12px;
	top: 40px;
}

.human_order_icon {
	background-image: url(/images/user.svg);
	position: absolute;
	right: 12px;
	top: 38px;
}

.phone_order_icon {
	background-image: url(/images/phone.svg);
	position: absolute;
	right: 12px;
	top: 38px;
}

.last_field {
	margin-top: 5px;
}

.tour_description_resume {
	color: #fff;
	line-height: 18px;
	width: 70%;
}

.tour_description_resume {
	padding-right: 30px;
}

.tour_description_resume,
.tour_description_button_area {
	float: left;
}

.tour_description_button_area {
	width: 30%;
}

.description_button {
	float: right;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: rgb(246,0,0);
    background: -moz-linear-gradient(top, rgba(246,0,0,1) 0%, rgba(196,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(246,0,0,1) 0%,rgba(196,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(246,0,0,1) 0%,rgba(196,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60000', endColorstr='#c40000',GradientType=0 );
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 9px 50px;
}

.tour_description_resume_area {
	margin-top: 10px;
}

/***News page***/

.news_block {
	height: 390px;
	border: 1px solid #cedce6;
}

.news_block:hover {
	cursor: pointer;
	border: 1px solid #f60000;
}

.news_block:hover .news_title_area a {
	color: #f60000;
}

.news_block a {
	display: block;
	color: #000;
}

.news_pic_area a img {
	width: 100%;
}

.news_pic_area {
	position: relative;
}

.news_date {
	display: block;
	position: absolute;
	left: 0;
	top: 75%;
	text-transform: uppercase;
	color: #fff;
	font-style: italic;
	background-image: url(/images/news_date_bckgr.png);
	width: 120px;
	background-repeat: no-repeat;
	-webkit-background-size: 120px 40px;
	background-size: 120px 40px;
	background-position: left top;
	font-weight: 700;
	padding: 10px 17px;
}

.news_title_area a {
	font-style: italic;
	font-weight: 700; 
	text-transform: uppercase;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px 20px;
	margin: 15px 0px;
}

.news_text_content_area a {
	font-weight: 500;
	color: #000;
	line-height: 20px;
	height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_text_content_area {
	padding: 0px 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page_news_content {
	margin-bottom: 20px;
}

/***Transportation Page***/

.transportation_page_content_container {
	/*margin-top: 55px;*/
	margin-bottom: 20px;
}

.transportation_page_content_col .transportation_page_content_title,
.map_contacts_title {
	text-transform: uppercase;
    font-weight: 700;
    color: #c40000;
    font-size: 28px;
    line-height: 26px;
}

.transportation_page_content_col .transportation_page_content_title {
	margin-bottom: 30px;
}

.map_contacts_title {
	margin-bottom: 15px;
}

.transportation_page_content p {
	line-height: 30px;
}

.transportation_page_content strong {
	display: block;
	margin-bottom: 3px;
}

.transportation_data_block_pic img {
	width: 620px;
	-webkit-box-shadow: -13px 13px 30px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    -13px 13px 30px 0px rgba(50, 50, 50, 0.3);
box-shadow:         -13px 13px 30px 0px rgba(50, 50, 50, 0.3);
}

.rezervation_data_col {
	position: absolute;
	top: 0;
	left: 0;
	/*background-color: #fff;*/
}

.transportation_data_block_row {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+71,ffffff+100&1+0,1+71,0.01+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 71%, rgba(255,255,255,0.01) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 71%,rgba(255,255,255,0.01) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 71%,rgba(255,255,255,0.01) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#03ffffff',GradientType=1 ); /* IE6-9 */
	
}

.rezervation_data_rules {
	margin-top: 55px;
}

.rezervation_data_rules p {
	color: #324554;
	margin-bottom: 8px;
}

.transportation_data_block_pic {
	margin-top: -20px;
}

.rezervation_points_title {
	text-transform: uppercase;
    font-weight: 700;
    color: #c40000;
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 22px;
}

.rezervation_data_area .top_contact_col {
	margin: 0px 35px 0px 0px;
	color: #324554;
}

.transportation_data_block_container {
	margin-bottom: 60px;
	z-index: 10;
}

.ask_question_option_container_area  {
	margin-top: 30px;
}

.calculation_col .es-input,
.calculation_col .datePicker {
	background-color: #5c6b77;
	border: 1px solid #ecf2e5;
}

.rezervation_data_col {
	z-index: 3;
	padding-left: 40px;
	margin-left: -40px;
	padding-bottom: 40px;
	/*top: 20px;*/
}

.transportation_data_block_pic {
	position: relative;
	z-index: 5;
}

.calculation_col .trip_content_order_select_marker {
	background-image: url(/images/pointer_white.svg);
}

.calculation_col .calendar_icon {
	background-image: url(/images/calendar_white.svg);
}

.calculation_col .trip_content_arrow {
	background-image: url(/images/contacts_mobile_white_down_arrow.svg);
}

.calculation_col .es-list {
	background-color: #5c6b77;
	color: #fff;
}

body .calculation_col .es-list li.selected {
	background-color: #324554;
}

body .es-list {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	margin-top: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	max-height: 300px;
}

body .es-list li {
	padding: 10px 10px;
}

body .es-list li:hover {
	cursor: pointer;
}

.calculation_col .es-list li {
	border-bottom: 1px solid #eafdf6;
}

.calculation_col .es-list li:last-of-type {
	border-bottom: 0;
}

.trip_content_order_select .es-list li {
	border-bottom: 1px solid #e0e3e6;
}

.trip_content_order_select .es-list li.selected {
	background-color: #e0e3e6;
}

.recent_questions_row {
	overflow: hidden;
	padding-bottom: 20px;
}

.recent_question_area {
	margin-bottom: -99999px;
  	padding-bottom: 99999px;
}

.recent_questions_col {
	position: relative;
}

.recent_answer {
	background-color: #fff;
}

.pagination_col {
	text-align: center;
}

.pagination {
	list-style: none;
	display: inline-block;
	padding: 0px;
	cursor: default;
	margin: 0px auto 50px auto;
}

.pagination li{
	display: inline-block;
}

.pagination li a {
	display: block;
	font-weight: 700;
	color: #000;
	background-color: transparent;
}

.pagination li a:hover {
	color: #f60000;
	text-decoration: underline;
	background-color: transparent;
}

.pagination_col .pagination li a:active:hover {
	color: #c40000;
	background-color: transparent;
	text-decoration: none;
}

.pagination li a.activepage{
	color: #f60000;
}

.pagination li a.backlink{
	
}

body .pagination .link a {
	padding: 9px 15px;
	margin-bottom: -2px;
}

.pagination li a.forwardlink{
	
}

.pagination li.backlink-disabled a{
	cursor: not-allowed;
}

.pagination li.forwardlink-disabled a{
	cursor: not-allowed;
}

.pagination li.dots a{
	cursor: default;
}

.pagination > li:first-child > a, 
.pagination > li:first-child > span,
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.pagination > li > a, 
.pagination > li > span {
	border: 0;
}

.pagination .link a {
	color: #fff;
	background: rgb(246,0,0);
    background: -moz-linear-gradient(top, rgba(246,0,0,1) 0%, rgba(196,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(246,0,0,1) 0%,rgba(196,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(246,0,0,1) 0%,rgba(196,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60000', endColorstr='#c40000',GradientType=0 );
    text-transform: uppercase;
}

/***Contacts Page***/

#map {
	height: 427px;
    margin-top: 21px;
}

.map_col {
	padding-left: 130px;
	position: absolute;
	z-index: 20;
	margin-left: 43.666667%;
}


.map_contacts_data {
	position: relative;
	z-index: 10;
	top: -20px;
	left: 20px;
}

.map_contacts_data_area {
	width: 620px;
	background-color: #fff;
	-webkit-box-shadow: 7px 7px 30px 0px rgba(50, 50, 50, 0.35);
-moz-box-shadow:    7px 7px 30px 0px rgba(50, 50, 50, 0.35);
box-shadow:         7px 7px 30px 0px rgba(50, 50, 50, 0.35);
	padding: 27px 60px;	
}

.map_contact_area {
	float: left;
	display: inline-block;
}

.map_contact_row {
	border-bottom: 1px solid #51616d;
	font-weight: 700;
	color: #324554;
	padding-top: 20px;
	padding-bottom: 5px;
}

.map_contact_line {
	display: flex;
	align-items: center;
}

.map_contact_line span {
	display: inline-block;
	line-height: 16px;
}

.left_contact_area {
	float: left;
}

.right_contact_area {
	float: right;
}

.map_contact_line span img {
	margin-bottom: -3px;
	margin-right: 10px;
}

.map_contact_line {
	padding-bottom: 18px;
}

.map_contact_row:last-of-type {
	border-bottom: 0;
}

.contacts_description_col {
	line-height: 30px;
	margin-bottom: 50px;
}

.write_message_container {
	margin-top: 15px;
	margin-bottom: 50px;
}

.write_message_area_col {
	position: absolute;
	top: 60px;
	right: 0;
}

.write_message_area {
	float: right;
	background-color: rgba(50,69,84,0.85);
    padding: 30px 40px 40px 40px;
    width: 620px;
    -webkit-box-shadow: -7px 7px 30px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    -7px 7px 30px 0px rgba(50, 50, 50, 0.75);
box-shadow:         -7px 7px 30px 0px rgba(50, 50, 50, 0.75);
}

.pen_icon {
	background-image: url(/images/pen.svg);
	top: 38px;
	right: 12px;
	position: absolute;
}

.write_message_area .mail_icon {
	top: 38px;
}

.logo_area_mobile_version {
	display: none;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0px;
}

.personal_field_input {
	border: 1px solid #d0d3d6;
}

.message_textarea {
	border: 1px solid #d0d3d6;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	font-family: 'PT Sans', sans-serif;
	resize: none;
	padding: 8px;
	height: 118px;
}

.ful_tour_data {
	width: 100%;
}

.send_sms_button {
	float: right;
	text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: rgb(246,0,0);
    background: -moz-linear-gradient(top, rgba(246,0,0,1) 0%, rgba(196,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(246,0,0,1) 0%,rgba(196,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(246,0,0,1) 0%,rgba(196,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60000', endColorstr='#c40000',GradientType=0 );
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 9px 50px;
    margin-top: 15px;
}

.send_sms_button:hover {
	background: rgb(196,0,0); 
    background: -moz-linear-gradient(top,  rgba(196,0,0,1) 0%, rgba(246,0,0,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(196,0,0,1) 0%,rgba(246,0,0,1) 100%); 
    background: linear-gradient(to bottom,  rgba(196,0,0,1) 0%,rgba(246,0,0,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40000', endColorstr='#f60000',GradientType=0 );
}

.message_pic_col {
	/*background-color: #f3f3f3;*/
}

.write_message_area .personal_field label {
	margin-bottom: 0;
}

.write_message_area .personal_field_input {
	padding-right: 30px;
}

/***/

.navbar-default .navbar-nav > li > a {
	position: relative;
}

.navbar-default .navbar-nav > li > a:after {
	position: absolute;
	display: block;
	content: '';
	-webkit-background-size: cover;
	background-size: cover;
	width: 12px;
	height: 9px;
	background-image: url(/images/contacts_mobile_white_down_arrow.svg);
	background-repeat: no-repeat;
	top: 40%;
	right: 10px;
}

.dropdown_data {
	z-index: 100;
	opacity: 0;
	display: inline-block;
	visibility: hidden;
	transition: visibility 0.25s, opacity 0.25s linear;
	position: absolute;
	top: 56px;
	width: 300%;
	/*max-width: 420px;*/
}

.direction_choose_option:hover {
	cursor: pointer;
}

.dropdown_ul {
	background-color: #f60000;
	margin: 0px 10px 0px 0px;
	padding: 0;
	list-style-type: none;
	/*width: 100%;*/
	/*min-width: 200px;*/
	float: left;
	display: inline-block;
}
.lands {
 	/*min-width: 320px !important;*/  

}

.dropdown_ul a {
	display: block;
	color: #fff;
	padding: 10px 20px;
	border-bottom: 1px solid #f84040;
}

.dropdown_ul a:hover {
	background-color: #c40000;
}

.dropdown_li:hover .dropdown_data {
	opacity: 1;
	visibility: visible;
	transition: visibility 0.25s, opacity 0.25s linear;
}

.calculation_col .es-input {
	color: #fff;
}

#ui-datepicker-div {
	z-index: 50 !important;
}

.navbar-toggle {
  		border: none;
 		background: transparent !important;
	}
	.navbar-toggle:hover {
		background: transparent !important;
	}
	.navbar-toggle .icon-bar {
		width: 22px;
		transition: all 0.2s;
	}
	.navbar-toggle .top-bar {
		transform: rotate(45deg);
		transform-origin: 10% 10%;
	}
	.navbar-toggle .middle-bar {
		opacity: 0;
	}
	.navbar-toggle .bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 10% 90%;
	}
	.navbar-toggle.collapsed .top-bar {
		transform: rotate(0);
	}
	.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
	}
	.navbar-toggle.collapsed .bottom-bar {
		transform: rotate(0);
	}


.pulse_area {
	position: fixed;
	right: 20px;
	top: 30%;
	z-index: 99999999999999999;
}

.pulse_area:hover {
	cursor: pointer;
}

.pulse_top {
	width: 138px;
	height: 138px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	border: 1px solid #f4cfcf;
	padding: 9px;
}

.pulse_middle {
	width: 118px;
	height: 118px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	border: 1px solid #eaa4a4;
	padding: 9px;
}

.pulse_inner {
	width: 98px;
	height: 98px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	border: 1px solid #de7070;
	background-image: url(/images/main_call_button.png);
	background-repeat: no-repeat;
	background-position: 18px 15px;
}

.upwards_button {
	position: fixed;
	z-index: 999;
	top: 80%;
	right: 20px;
	width: 60px;
	height: 60px;
	background-color: #eaeef1;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	-webkit-box-shadow: 0px 7px 28px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 7px 28px 0px rgba(50, 50, 50, 0.4);
box-shadow:         0px 7px 28px 0px rgba(50, 50, 50, 0.4);
	background-image: url(/images/scroll_top_arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 50%;
	background-size: 50%;
	display: none;
}

.upwards_button:hover {
	background-color: #c40000;
	background-image: url(/images/scroll_top_arrow_hovered.png);
	cursor: pointer;
}

.grey {
	position: absolute;
	z-index: 1;
	top: 325px;	
	width: 100%;
}

.grey img {
	width: 84%;
}

.costs_calculation_block .trip_order_checkbox_imitation_checked {
	background-image: url(/images/blue_point.png);
}

.calculation_col .es-input, .calculation_col .datePicker {
	color: #fff;
}

.mobile_screen {
	display: none;
}

.recent_questions_col:last-of-type:after {
	display: none;
}

.page_news_content {
	padding-left: 10px;
	padding-right: 10px;
}

.trip_date_departure .disabled,
.costs_calculation_block .disabled {
	background-color: #c5c5c5;
	pointer-events: none;
}




/*
 Уведомления
 * */

#alert__msg{
	padding: 30px 40px 30px 40px;
	background: #e8e8e8;
	color: #324554;
		border: 1px solid #efefef;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    	
    position: fixed;
    z-index: 999999;
    top: 120px;
    width: 450px;
    	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    display: none;
}

.alert__title{
	font-weight: bold;
	text-align: center;
}

.alert_message{
	line-height: 1.2;
	padding-top: 10px;
	font-size: 16px;
}

.alert__ok{
	width: 95px;
    /*float: right;*/
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: rgb(246,0,0);
    background: -moz-linear-gradient(top, rgba(246,0,0,1) 0%, rgba(196,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(246,0,0,1) 0%,rgba(196,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(246,0,0,1) 0%,rgba(196,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60000', endColorstr='#c40000',GradientType=0 );
    border: 0;
    border-radius: 3px;
    text-align: center;
    padding: 3px 0px 3px 0px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}

.map_li a:after,
.contacts_li a:after {
	display: none !important;
}

.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active, .ui-button:active, 
.ui-button.ui-state-active:hover {
	border: 1px solid #f84040 !important;
	background-color: #f84040 !important;
	outline: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

#accordion h3 {
	outline: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
} 

.trip_content_order_select select {
	width: 100%;
	border: 0;
}

.trip_content_order_select_marker.human_order_icon,
.trip_content_order_select_marker.phone_order_icon {
	top: 44px;
}

.tour_data .contacts_page_marker {
	top: 38px;
}

.header div h1 {
	text-align: center;
	text-transform: uppercase;
    color: #6e6e6e;
    font-weight: 700;
    font-style: italic;
    font-size: 3em;
}

#loader {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1112;
	background: rgba(250, 250, 250, 0.7) url(/images/loader.gif) no-repeat 50% 45%;
	opacity: 0.8;
}

/***/
.sticky {
	margin-top: -50px;
	-webkit-box-shadow: 0px 3px 15px 0px rgba(50, 50, 50, 0.11);
-moz-box-shadow:    0px 3px 15px 0px rgba(50, 50, 50, 0.11);
box-shadow:         0px 3px 15px 0px rgba(50, 50, 50, 0.11);
}


/*W3C*/
.f_left {
	float:left;
}
.f_right {
	float:right;
}
/* passengers/detail.php */
.font_weight_b {
	font-weight: bold
}
.people_number{
      width: 100%;  
}
.people_number button.trip_order_button{
    width: 100%;
    margin-left: 0px;
}

.viber-top {
	width: 50%; 
	float: right; 
	position: absolute; 
	top: 0px;
}
#telefon.mob{display: none;}
@media only screen and (max-width : 992px) {
	#telefon.mob{display: block;}
}