﻿html {
    -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "Open-sans";
    src: url("../fonts/OpenSans-Regular.ttf");
    url("../fonts/SegoeUIRegular/OpenSans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Open-sans";
    src: url("../fonts/OpenSans-Semibold.ttf");
    url("../fonts/SegoeUIRegular/OpenSans-Semibold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-Bold.ttf");
    url("../fonts/SegoeUIRegular/OpenSans-Semibold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
body, a{
	font-family: Open-sans, Arial, sans-serif;
}
/* @media (min-width: 1400px){
	.container {
		width: 1300px;
	}
} */
.ui-widget-content,
.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error,
.ui-widget-overlay,
.ui-widget-shadow,
.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon,
.ui-state-default .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-active .ui-icon,
.ui-state-highlight .ui-icon,
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background: inherit;
}
a{
	color: #57B66F;
}
a:hover{
	color: #57B66F;
	text-decoration: underline;
}
input,
textarea{
    padding-left: 5px;
}
header {
    height: 60px;
}
header .container{
	padding: 0;
	background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
h2{
	font-size: 35px;
	text-align: center;
	color: #808080;
	margin-bottom: 17px;
}
h3{
	font-size: 21px;
	text-align: left;
	color: #808080;
	margin-bottom: 17px;
	font-weight: 600;
}
h4 {
    font-weight: 600;
    color: #4D4D4D;
}
h5{
	font-size: 14px;
	font-weight: 600;
	color: #4D4D4D;
}
.left{
	float: left;
}
.right{
	float: right;
}
.border{
	border: 1px solid #D8D8D8!important;
}
.border:focus,
.border:hover{
	border-color: #9BD9AA!important;
}
.textarea.border:focus,
.textarea.border:hover{
	border-color: #ccc!important;
}
.border.error .category_name,
.border.error {
    border-color: #FFC2C2!important;
    background: #FFF5F5;
}
.wrapper > .description_block {
    padding: 0 0 20px 0;
}
.programm_block {
    padding-bottom: 20px;
}
.search_block{
	position: relative;
	padding-left: 50px;
	padding: 10px 0px 10px 50px;
	width: 90%;
}
.header_row{
	display: table;
	width: 100%;
	background: #fff;
}
.cell{
	display: table-cell;
	vertical-align: middle;
}
.search_submit{
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/search.svg) 0 50% no-repeat;
	border: none;
}
.text_input{
	background: none;
	box-shadow: none;
	width: 100%;
	border: 1px solid transparent;
}
.search_btn{
	position: absolute;
	left: 15px;
	top: 10px;
}
.user_block{
	width: 150px;
	min-width: 150px;
	border-left: 1px solid #e6e6e6;
}
.user_info {
    padding: 0 12px;
}
.user_info > div{
    margin: 0 5px;
}
.user_photo{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	padding: 0!important;
}
.user_photo img{
	max-width: 100%;
}
.user_name{
	line-height: 30px;
	color: #B3B3B3;
}
.heart_block,
.mess_block{
	width: 30px;
	text-align: center;
}
.heart_block a,
.mess_block a{
	display: block;
	height: 30px;
}
.mess_icon{
	display: inline-block;
	width: 20px;
	height: 30px;
	background: url(../img/mess.svg) 50% no-repeat;
}
.heart_icon{
	display: inline-block;
	width: 20px;
	height: 30px;
	background: url(../img/heart.svg) 50% no-repeat;
}
.logo {
    height: 60px;
    display: table;
    width: 185px;
    border-right: 1px solid #e6e6e6;
    /* border-left: 1px solid #e6e6e6; */
}
.logo a {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}
.logo img{
	width: 118px;
	height: 21px;
}
*:focus{
	outline: 0px!important;
}
.photo_block{
	position: relative;
	height: 450px;
	background: url(../img/photo_bg.svg) no-repeat;
	background-size: cover!important;
}
.photo_block:after{
	content: '';
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
	display: block;
	height: 70%;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 0;
	left: 0;
	z-index: 0;
}
.photo_button {
    position: absolute;
    width: 220px;
    left: 50%;
    top: 95px;
    margin-left: -100px;
    text-align: center;
    z-index: 10;
}
.add_photo_link {
    display: inline-block;
    padding: 50px 46px;
    border-radius: 50%;
	border: 1px solid transparent;
}
.add_photo_link:hover {
    border-color: #fff;
}
.add_photo_link:hover + .add_photo_title{
    display: none;
}
.photo_bg{
	max-width: 100%;
}
.add_photo_title {
    font-size: 18px;
    color: #fff;
    width: 220px;
    position: relative;
    top: -30px;
    line-height: 40px;
}
.tour_name{
    position: absolute;
    width: 600px;
    bottom: 50px;
    left: 50%;
    margin-left: -300px;
    min-height: 80px;
    font-weight: 600;
}
.textarea {
    background: none;
	padding-left: 5px;
}
.name_btn,
.tour_name .name_block {
    width: 100%;
    color: #fff;
	padding: 10px;
    font-size: 49px;
	line-height: 60px;
	min-height: 80px;
    text-align: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
}
.name_btn{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	text-align: center;
}
.tour_name:hover{
	z-index: 5;
}
.tour_name:hover .name_btn{
	color: #fff!important;
}
.tour_name .name_block {
	position: relative;
	z-index: 1;
}
.tour_name .textarea p:after{
	display: none;
}
.help_block {
    width: 445px;
    text-align: center;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 50%;
    margin-left: -222.5px;
    bottom: 100%;
    display: none;
    z-index: 100;
    font-weight: normal;
}
.help_block:after {
	content: '';
    width: 10px;
	height: 10px;
    background: #fff;
    position: absolute;
	left: 50%;
    margin-left: -5px;
    bottom: -5px;
	transform: rotate(45deg);
	display: block;
}
.tour_name .name_block:focus + .help_block{
	display: block;
}
.help_block_title{
	font-size: 17px;
	margin-bottom: 20px;
}
.photo_button_icon{
	display: block;
	width: 62px;
	height: 54px;
	background: url(../img/photo_button.svg) no-repeat;
	background-size: contain;
}
.gray_photo_button_icon {
    display: inline-block;
    width: 23px;
    height: 20px;
    background: url(../img/photo_button_gray.svg) no-repeat;
    background-size: contain;
    margin: 0 8px 0 24px;
    vertical-align: middle;
}
.current_photo .add_photo_button {
    width: 20px;
    display: block;
    height: 17px;
}
.current_photo .photo_button {
    position: absolute;
    width: 200px;
    left: 50%;
    top: 95px;
    margin-left: -100px;
    text-align: center;
    top: auto;
    margin-top: 26px;
    background: #5EC478;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: table;
    margin: 0;
    right: 43px;
    left: inherit;
    bottom: -22.5px;
    z-index: 400;
}
.current_photo .add_photo_link {
    display: inline-block;
    padding: 50px 46px;
    border-radius: 50%;
    border: none;
    padding: 0;
    vertical-align: middle;
    position: relative;
    padding: 13px 0px;
}
.current_photo .add_photo_title {
    display: none;
}
.add_photo_block {
    position: absolute;
    width: 100%!important;
    background: #E6E6E6;
    top: 100%;
    box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 300;
    left: 0;
}
.photo_list {
    padding: 30px 60px;
}
.wrapper{
	max-width: 780px;
	margin: 0 auto;
}
.category_list{
	width: 100%!important;
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
	color: #999999;
	font-size: 17px;
	font-family: Arial;
	max-height: 450px;
	padding-top: 50px;
	z-index: 4;
	height: 0;
	transition: .15s;
	overflow: hidden;
}
.category_list.show{
	height: 450px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.scroll_select_wrapper{
	overflow-y: scroll;
	max-height: 400px;
}
.category_block.clearfix {
    padding: 50px 0 15px;
}
.category_select{
	position: relative;
	width: 65%;
	max-width: 490px;
	z-index: 200;
}
.category_name{
	color: #4D4D4D;
	line-height: 50px;
	padding: 0 15px;
	background: #fff;
	z-index: 5;
	position: relative;
	min-height: 50px;
	cursor: pointer;
	font-size: 16px;
}
.category_name:after{
	content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 22px;
    border: 5px solid transparent;
    border-top: 5px solid #ccc;
}
.category_item {
    line-height: 40px;
    padding-left: 43px;
    position: relative;
    overflow: hidden;
    color: #4D4D4D;
}
.sub_category_list{
	display: none;
	width: 780px;
	margin-left: -43px;
	color: #4D4D4D;
	background: #fff;
}
.sub_category_item {
    position: relative;
    line-height: 40px;
    padding-left: 60px;
}
/* .sub_category_item:before{
	content: '';
	display: block;
	width: 30px;
	height: 35px;
	background: url(../img/sub.png) 50% 50% no-repeat;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
} */
.category_item:hover,
.sub_category_item:hover,
.category_item.active,
.sub_category_item.active{
	cursor: pointer;
	color: #57B66F;
	background: #F4F4F4;
}

/* .category_item.active .sub_category_list{
	display: block!important;
} */
.sub_category_item.active{
	background: #F4F4F4 url(../img/ok_green.svg) 40px 13px no-repeat!important;
	background-size: 14px!important;
}
.sub_category_item:hover {
	background: #F4F4F4;
}
.sub_category_item:hover::before{
	opacity: 1;
}
.sub_button{
    display: inline-block;
    width: 43px;
    height: 15px;
    background: url(../img/plus.svg) 50% 2px no-repeat;
    position: absolute;
    left: 0;
    top: 12px;
}
.category_item.active .sub_button,
.category_item:hover .sub_button{
	background-position: 50% 45%;
}
/* .category_item.active .sub_button, */
.category_item.open .sub_button{
	background-position: 50% 92%;
}
.duration_select_block {
    position: relative;
    width: 35%;
    max-width: 280px;
}
.duration_select_block .duration_select_block {
    margin: 0;
}
.duration_select_block .sub_category_item {
	padding-left: 15px;
}
.duration_input_block {
    width: 65%;
    float: left;
    line-height: 48px;
    color: #999999;
    padding-left: 15px;
}
.duration_input_block label{
	font-weight: normal;
	line-height: 48px;
	margin: 0;
	font-size: 16px;
	color: #4D4D4D;
}
.duration_select_block .category_list.show {
    height: 130px;
}
.show > .border_top{
    border-top: 1px solid #ccc;
    position: relative;
}
.duration_input{
	width: 45px;
	border: none;
	border-right: 1px solid #eee;
	text-align: center;
	color: #4D4D4D;
	font-size: 16px;
}
.jspDrag {
    background: #D8D8D8;
    width: 6px;
    border-radius: 3px;
}
.jspTrack {
    background: transparent;
}
.jspVerticalBar {
    width: 13px;
    background: transparent;
}
.jspPane {
    width: 100%!important;
}
.textarea_block{
	position: relative;
}
.textarea_description{
	position: absolute;
	z-index: 0;
	height: 140px;
	text-align: center;
	display: table;
	max-width: 570px;
	min-width: 80%;
	left: 10%;
	top: 0;
}
.textarea_description p{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}
.textarea{
	min-height: 140px;
	position: relative;
	z-index: 1;
	border: 1px solid transparent;
	resize: none;
}
.textarea_btn {
	display: table;
    width: 100%;
	height: 140px;
}
.textarea_btn  p{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10%;
}
.empty p:first-child::after{
	content: 'Введите текст';
	color: #ccc;
}
.radio_button{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
	padding: 4px;
	margin-right: 10px;
	position: relative;
	top: 4px;
}
.radio_button:before{
	content: '';
    display: block;
    width: 10px;
    height: 10px;
	border-radius: 50%;
}
.radio{
	display: none;
}
.radio:checked + label .radio_button:before{
	background: #5EC478;
}
.duration_tab {
    line-height: 40px;
    float: left;
	padding-right: 40px;
	font-size: 15px;
	font-family: OpenSans Semibold, sans-serif;
}
.day_head > div {
    padding: 0;
	line-height: 30px;
	font-weight: bold;
	color: #4D4D4D;
}
.jq-selectbox__dropdown {
    width: 100%;
    left: -15px!important;
}
.jq-selectbox {
    width: 100%;
}
.jq-selectbox__select {
    cursor: pointer;
}
.jq-selectbox__dropdown ul {
    padding: 5px 10px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
}
.jq-selectbox__dropdown li:hover {
	cursor: pointer;
}
.jq-selectbox__select-text.placeholder {
    color: #808080;
    position: relative;
    font-weight: normal;
    white-space: nowrap;
}
.jq-selectbox__select-text:after {
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #ccc;
    position: absolute;
    right: 15px;
    top: 14px;
}
.day_head input{
	border: 1px solid transparent;
	padding: 0;
	width: 100%;
	line-height: 28px;
}
.day_head input:focus{
	border: 1px solid #d8d8d8;
}
.day_head input::-webkit-input-placeholder     {font-weight: normal; color: #808080;}
.day_head input::-moz-placeholder     {font-weight: normal; color: #808080;}
.day_head input:-moz-placeholder     {font-weight: normal; color: #808080;}
.day_head input:-ms-input-placeholder      {font-weight: normal; color: #808080;}

.duration_block{
	display: none;
}
.manydays_block{
	display: none;
}
.empty ul li:after{
	content: 'Cобытия';
	color: #808080;
}
.textarea_block{
	position: relative;
	font-size: 15px;
	line-height: 25px;
}
.delete_button_block{
	text-align: right;
	height: 21px;
	position: static;
}
.close_icon{
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../img/close_s.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.delete_button_block .close_icon{
	border: 1px solid #ccc;
	border-radius: 50%;
}
.day_block {
    position: relative;
}
.day_block + .day_block{
	margin-top: 30px;
}
.delete_block {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
	z-index: 999;
	display: none;
}
.center_block{
	display: table;
	width: 100%!important;
    height: 100%!important;
}
.center_block > div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.delete_btn,
.cancel_delete_btn{
	cursor: pointer;
	display: inline-block;
	padding: 8px 10px;
	color: #fff;
	border: 1px solid #808080;
	line-height: 1;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
}
.delete_btn:hover,
.cancel_delete_btn:hover{
    background: #fff;
    color: #808080;
    border-radius: 3px;
    /* box-shadow: inset 0px 0px 3px; */
    /* border: 1px solid #ffffff; */
}
.textarea_programm{
	min-height:80px;
	margin-top: 12px;
}
.textarea_programm ul{padding-left: 0;}
.textarea_programm li {
	list-style-type: none;
	padding: 0 0 0 20px;
	position: relative;
	min-height: 20px;
	line-height: 23px;
	margin-bottom: 7px;
	font-size: 15px;
}
.textarea_programm li:before {
    content: '';
    display: block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    left: 1px;
    top: 8px;
}
.add_day_block {
	height: 20px;
	margin-top: 30px;
	margin-bottom: 45px;
}
.add_day_block a{
	position: relative;
	z-index: 1;
}
.no_active{
	position: relative;
	opacity: .6;
}

.time_from_to input{
	width: 40px;
	font-size: 15px;
}
.time_from_to .time_to{
	width: 80px;
}
.from_to,
.remove_time{
	display: none;
}
.description_area_block,
.text_block,
.manydays_block,
.oneday_block{
	/* display: none; */
	border: 1px solid transparent;
}
/* .description_area_block:hover{
	color: #999999;
} */
.programm_information > .text_block.active{
	display: block;
}

.map_block{
	position: relative;
	height: 450px;
}
ymaps.ymaps-2-1-34-controls-pane {
    display: none;
}
.map_menu_block {
    width: 460px;
    max-height: 385px;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
    max-height: 385px;
    overflow: hidden;
    max-width: 100%;
}
.map_menu_block  > .map_location_block + .map_location_block,
.map_menu_block .jspPane > div + div{
	border-top: 1px solid #D8D8D8;
}

.location_input::-webkit-input-placeholder     {color: #4D4D4D;}
.location_input::-moz-placeholder     {color: #4D4D4D;}
.location_input:-moz-placeholder     {color: #4D4D4D;}
.location_input:-ms-input-placeholder      {color: #4D4D4D;}
.location_input{
	color: #4D4D4D;
}
.map_location_photo {
	position: relative;
}
.map_location_photo_block {
    /* height: 255px; */
    overflow: hidden;
    position: relative;
}
.map_location_photo_block img {
    max-width: 100%;
}
.location_namber {
    text-align: center;
    top: auto;
    background: #999999;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 12px 0 0;
    line-height: 24px;
    color: #f2f2f2;
}
.map_location_block {
    line-height: 54px;
    padding: 0 15px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 50px;
    font-size: 16px;
}
.remove_map_point{
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 100%;
	text-align: right;
	padding-right: 10px;
	background: url(../img/gradient.svg) left no-repeat;
}
.remove_map_point:after{
	content: '';
	width: 60px;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 0;
	display: block;
    position: absolute;
}
span.remove_map_point a {
    display: inline-block;
    margin-right: 5px;
}
.remove_map_point i{
	width: 30px;
	display: none;
	transition: .2s;
	position: relative;
	z-index: 1;
}
.remove_map_point i.close_icon{
	width: 15px;
	height: 15px;
	background: url(../img/remove_icon.svg) center no-repeat;
}
.remove_map_point i.close_icon:hover{
	background: url(../img/remove_icon_hover.svg) center no-repeat;
}
.settings .settings_icon{
	width: 15px;
	height: 15px;
	background: url(../img/settings.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: relative;
	z-index: 10;
}
.settings .settings_icon:hover{
	background: url(../img/settings_hover.svg) no-repeat;
}
.map_location_block:hover .remove_map_point i{
	display: inline-block;
}
span.location_namber.add_point_icon {
    font-size: 20px;
    font-weight: bold;
    color: #5ec478;
    background: none;
    box-shadow: 0 0 0 1px #5ec478;
}
.arrow_icon{
	display: inline-block;
	width: 13px;
	height: 23px;
	background: url(../img/back_arrow.svg) no-repeat;
	vertical-align: middle;
}
.add_point_input{
	max-width: 350px;
}
.location_point{
	background: url(../img/map_point_green.svg) no-repeat;
	width: 17px;
	height: 24px;
	display: inline-block;
	margin: 0 15px -8px 4px;
}
.map_menu_scroll {
    height: 100%;
    overflow-y: scroll;
    max-height: 385px;
}
.map_zoom_block{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 35px;
	text-align: center;
}
.map_zoom_block > div{
	background: #fff;
	line-height: 35px;
	border-radius: 3px;
	margin-bottom: 5px;
	font-weight: bold;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	font-size: 20px;
    cursor: pointer;
}
.map_location_photo.current_photo  .photo_button {
    top: -17.5px;
    bottom: inherit;
    width: 35px;
    height: 35px;
}
.map_location_photo.current_photo .add_photo_link {
    padding: 9px 0px;
}
.add_programm {
    line-height: 35px;
    padding-left: 32px;
}
.add_programm input::-webkit-input-placeholder     {font-weight: bold; color: #B3B3B3;}
.add_programm input::-moz-placeholder     {font-weight: bold; color: #B3B3B3;}
.add_programm input:-moz-placeholder     {font-weight: bold; color: #B3B3B3;}
.add_programm input:-ms-input-placeholder      {font-weight: bold; color: #B3B3B3;}
.add_programm input{font-weight: bold;}
.add_programm input.description_item::-webkit-input-placeholder     {font-weight: normal; color: #B3B3B3;}
.add_programm input.description_item::-moz-placeholder     {font-weight: normal; color: #B3B3B3;}
.add_programm input.description_item:-moz-placeholder     {font-weight: normal; color: #B3B3B3;}
.add_programm input.description_item:-ms-input-placeholder      {font-weight: normal; color: #B3B3B3;}
.add_programm input.description_item{font-weight: normal;}

.add_photo_map_block{
	color: #B3B3B3;
}
.add_photo_map_block:hover{
	color: #B3B3B3;
	text-decoration: none;
}
.add_photo_map_block img{
	height: 20px;
	margin: 0 8px 0 24px;
}
footer{
	/*background: #454545;*/
}
footer .wrapper{
	max-width: 940px;
}
.footer_top{
	padding: 25px 0;
	border-bottom: 1px solid #686868;
}
.footer_navigate_list {
	margin-bottom: 0;
}
.footer_navigate_item {
    display: inline-block;
}
.footer_navigate_item + .footer_navigate_item {
    margin-left: 12px;
}
.footer_navigate_item a {
    color: #fff;
	line-height: 45px;
}
.lang_select {
	width: 245px;
	line-height: 45px;
	background: #565656;
	color: #4D4D4D;
	padding-left: 15px;
	border-radius: 3px;
}
.lang_select .jq-selectbox__select{
	color: #fff;
}
.lang_select .jq-selectbox__dropdown {
    left: 0!important;
	bottom: 35px!important;
}
.lang_select_block .jq-selectbox__select-text.placeholder:after,
.lang_select_block .jq-selectbox__select-text:after {
    top: 20px;
}
.copyright{
	line-height: 55px;
	color: #686868;
	text-align: center;
}
.button_submit_block {
    position: relative;
    margin-top: 65px;
    margin-bottom: 80px;
    text-align: center;
}
.submit_button {
    color: #fff;
	background: #5EC478;
    display: inline-block;
    line-height: 50px;
    padding: 0 40px;
    /*border-radius: 3px;*/
}
.submit_button:hover {
    text-decoration: none;
	color: #fff;
	background: #48b75f;
}
.button_submit_block.error .help_block{
	display: block;
}
.photo_item{
	display: block;
	margin-left: 18px;
	position: relative;
	float: left;
	height: 120px;
}
.photo_item:first-child{
	margin-left: 0;
	
}
.photo_item img{
	height: 120px;
	position: relative;
	z-index: 1;
}
.photo_item_menu {
    position: absolute;
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 7px 10px;
	z-index: 0;
	opacity: 0;
	cursor: pointer;
}
.remove_photo{
	display: block;
	width: 20px;
	height: 18px;
	background: url(../img/remove_photo.svg) 50% 50% no-repeat;
}
.remove_photo:hover{
	background: url(../img/remove_photo_hover.svg) 50% 50% no-repeat;
}
.current_photo_item .photo_item_menu{
	z-index: 2;
	opacity: 1;
	background: none;
}
.current_photo_item .remove_photo{
	display: none;
}
.photo_item:hover .photo_item_menu{
	z-index: 2;
	opacity: 1;
    background: rgba(0,0,0,0.5);
}
.photo_item:hover .remove_photo{
	display: block;
}
.photo_item:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .75);
}
.apply_photo{
	padding-left: 25px;
	line-height: 18px;
	display: block;
	position: relative;
}
.apply_photo i{
	font-style: normal;
}
.apply_photo:hover i{
	opacity: 1;
	transition: .3s;
}
.apply_photo:before{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #b3b3b3;
	position: absolute;
	left: 0;
	top: 0;
}
.apply_photo:hover::before{
	border: 1px solid #ffffff;
}
.current_photo_item .apply_photo:before{
	background: #fff url(../img/ok.svg) 50% 50% no-repeat;
}
.close_photo_block .add_photo_link {
    display: block;
}
.close_photo_block .add_photo_button{
	display: none;	
}
.close_photo_block {
	background: #fff url(../img/close_img_block.svg) 50% 50% no-repeat!important;
	width: 30px!important;
	height: 30px!important;
	bottom: -15px!important;
	right: 50px!important;
}
.close_photo_block:hover {
	background: #fff url(../img/close_img_block_hover.svg) 50% 50% no-repeat!important;
}
.included_item,
.not_included_item {
    position: relative;
	padding-left: 20px;
}
.included_item .delete_button_block,
.not_included_item .delete_button_block{
    position: absolute;
	right: 0;
	top: 5px;
	float: right;
}
.included_item .delete_button_block .delete,
.not_included_item .delete_button_block .delete{
	opacity: 0;
	transition: .3s;
}
.included_item .textarea,
.not_included_item .textarea{
	width: 100%;
	display: block;
	border: 1px solid transparent;
	min-height: inherit;
	padding-left: 5px;
	margin-bottom: 5px;
	height: 75px;
}
.included_item .textarea p,
.not_included_item .textarea p{
	margin-bottom: 5px;
}
.included_input {
    padding: 0 30px 0 0;
	position: relative;
	line-height: 30px;
}
.not_included_item{
	margin-bottom: 10px;
}
.included_input:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -20px;
    top: 8px;
}
.included_input:before {
    background: url(../img/ok_gray.svg) 50% 50% no-repeat;
    background-size: 90%;
}
.not_included_item .included_input:before {
    background: url(../img/plus_gray.svg) 50% 50% no-repeat;
    background-size: 90%;
}
.included_input input::-webkit-input-placeholder     {font-weight: bold;}
.included_input input::-moz-placeholder     {font-weight: bold;}
.included_input input:-moz-placeholder     {font-weight: bold;}
.included_input input:-ms-input-placeholder      {font-weight: bold;}
.included_input input{font-weight: bold;}

.included_item .textarea:focus,
.not_included_item .textarea:focus{
	min-height: 75px;
	border: 1px solid #EFEFEF;
	color: #333!important;
}
.included_item .textarea:hover,
.not_included_item .textarea:hover{
	color: #999999;
}
.included_item:hover .delete_button_block .delete,
.not_included_item:hover .delete_button_block .delete{
	opacity: 1;
}

.add_photo_title.error,
.name_btn.error{
    background: rgb(255, 166, 166);
    border: 1px solid #fff;
}

.category_name.error,
.duration_select_block.error,
.textarea_btn.error,
.map_location_block.error{
    background: rgb(255, 245, 244);
    border-color: rgb(255, 224, 227)!important;
}

.help_block.error{
	display: block;
}
/**/
.category_name.error,
.duration_select_block.error,
.textarea_btn.error,
.map_location_block.error{
    background: rgb(255, 245, 244);
    border-color: rgb(255, 224, 227)!important;
}

.help_block.error{
	display: block;
}
.soc_icon{
	display: inline-block;
	height: 36px;
	width: 36px;
}
.fb_icon{
	background: url(../img/fb_icon.svg) no-repeat;
}
.vk_icon{
	background: url(../img/vk_icon.svg) no-repeat;
}
.tw_icon{
	background: url(../img/tw_icon.svg) no-repeat;
}
.yt_icon{
	background: url(../img/yt_icon.svg) no-repeat;
}
.in_icon{
	background: url(../img/in_icon.svg) no-repeat;
}
.social_block{
	text-align: center;
}
.social_block li{
	display: inline-block;
	margin: 0 5px;
}
.sicial_block_title{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 20px;
}
.select_block + .select_block{
	margin-top: 15px;
}
.nav_column_title {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
.footer_nav a{
	color: #fff;
	font-size: 14px;
	opacity: .7;
}
.footer_nav a:hover{
	opacity: 1;
	text-decoration: none;
}
.footer_nav  li {
    margin: 7px 0;
    line-height: 25px;
}
.reg_icon{
	display: block;
	width: 50px;
	height: 45px;
}
.fb_reg,
.vk_reg,
.ok_reg {
	background: transparent url(../img/icons_social.svg) 0 0 no-repeat;
	background-size: 50px 300px;
}

.fb_reg{
	background-position: 0px 0px;
}
.fb_reg:hover{
	background-position: 0px -50px;
}
.vk_reg{
	background-position: 0px -100px;
}
.vk_reg:hover{
	background-position: 0px -150px;
}
.ok_reg{
	background-position: 0px -200px;
}
.ok_reg:hover{
	background-position: 0px -250px;
}
/*.fb_reg{
	background: url(../img/fb_reg.svg) no-repeat;
}
.fb_reg:hover{
	background: url(../img/fb_reg_hover.svg) no-repeat;
}
.vk_reg{
	background: url(../img/vk_reg.svg) no-repeat;
}
.vk_reg:hover{
	background: url(../img/vk_reg_hover.svg) no-repeat;
}
.ok_reg{
	background: url(../img/ok_reg.svg) no-repeat;
}
.ok_reg:hover{
	background: url(../img/ok_reg_hover.svg) no-repeat;
}*/
.soc_reg_item{
	display: inline-block;
	margin: 0 6px;
}
.soc_reg_block{
	text-align: center;
	padding: 25px 0;
}
.reg_login_block{
	max-width: 490px;
	margin: 60px auto;
	padding: 30px 70px;
	background: #fff;
}
.reg_input{
	border: none;
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	line-height: 32px;
	color: #4D4D4D;
	font-size: 17px;
	padding: 0;
	font-weight: 600;
}
.reg_input:focus{
	border-bottom: 1px solid #5EC478;
}
.reg_placeholder{
	line-height: 32px;
	position: absolute;
	bottom: 0;
	left: 0;
	/*transition: .3s;*/
	font-size: 17px;
	color: #B3B3B3;
	font-weight: 600;
	pointer-events: none;
}
.reg_placeholder.w_info {
	pointer-events: all;
}
.form_row.full .reg_placeholder{
	font-size: 12px;
	text-transform: uppercase;
}
.reg_input:focus + .reg_placeholder{
	bottom: 35px;
	font-size: 12px;
	text-transform: uppercase;
	color: #57B66F;
	/* font-family: "OpenSans"; */
}
.form_row{
	padding-top: 26px;
	position: relative;
}
.reg_button {
    border: none;
    width: 100%;
}
.reg_form_description {
	text-align: center;
}
.reg_form_description a {
    display: block;
}
.reg_body{
	background: #F4F4F4;
}
.reg_form_title {
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    color: #4d4d4d;
}
.email_reg_title {
    color: #999999;
    font-size: 15px;
    text-align: center;
    background: #fff;
    padding: 15px;
	z-index: 1;
	position: relative;
}
.email_reg {
    text-align: center;
	position:relative;
}
.email_reg:before {
    content: '';
    height: 1px;
    background: #EFEFEF;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
	z-index: 0;
}
.reg_form_description {
    padding-top: 20px;
    font-size: 13px;
    color: #666666;
}
.reg_login_block_footer {
    padding-top: 25px;
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
    color: #666666;
}

.err-msg {
	position: absolute;
	bottom: 60px;
	right: 0;
	color: #DE4D43;
	font-weight: normal;
	font-size: 13px;
}

.err-msg--bottom {
	color: #DE4D43;
	font-weight: normal;
	font-size: 13px;
}

/*.form_row.error:after{
	content: 'Обязательное поле';
	display: block;
	font-size: 14.15px;
	left: 0;
	color: #DE4D43;
	position: absolute;
	font-weight: bold;
}*/

/*.form_row.m_error:after{
	content: 'Некорректный формат адреса';
}*/
/*.form_row.pass_error:after{
	content: 'Вы ввели неправильный пароль';
}*/
/*.form_row.s_pass_error:after{
	content: 'Слишком короткий пароль';
}*/
/*.form_row.pass_pass_error:after{
	content: 'Пароли не совпадают';
}*/
/*.form_row.adress_error:after{
	content: 'К сожалению этот адрес занят';
}*/
/*.form_row.doc_error:after{
	content: 'Необходимо загрузить документы';
}*/
/*.form_row.logo_error:after{
	content: 'Необходимо загрузить файл логотипа';
}*/
/*.form_row.logo_file_error:after{
	content: 'Загрузите файл в формате jpg, png или gif. Размер файла не должен превышать 2 мегабайта.';
}*/
.form_row.error hr{
	border-color: #DE4D43;
}
.form_row.pass_error .reg_placeholder{
	color: #DE4D43;
}
.form_row.error .reg_input{
	border-bottom: 1px solid #DE4D43;
}
.reg_submit_block .checkbox,
.reg_login_block .checkbox{
	position: relative!important;
	cursor: pointer;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
	opacity: 1!important;
	width: auto;
	z-index: 10;
}
label.checkbox:before {
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    border: 1px solid #E6E6E6;
	position: absolute;
	left: 0;
	top: 0;
}
.input_checkbox:checked + label.checkbox:before {
    background: url(../img/ok_green.svg) center no-repeat;
}
.input_checkbox{
	display: none;
}
.check_link{
	line-height: 15px;
}
.reg_submit_block {
	line-height: 50px;
	font-size:13px;
	margin-top: 20px
}
.pass_form .reg_submit_block {
	margin-top: 35px
}
.company_reg_block {
    width: 760px;
    padding: 45px 55px;
    margin: 60px auto;
    background: #fff;
}
.reg_textarea{
	resize: none;
	font-size: 14px;
	line-height: 20px;
	min-height: 48px;
	padding-bottom: 10px;
	overflow: hidden;
	font-weight: 600;
	line-height: 18px!important;
	padding-bottom: 0!important;
	padding-top: 5px;
	/* padding-left: 10px; */
	height: 43px;
	display: block;
}
.company_reg_block .reg_input{
	padding-bottom: 10px;
}
.company_reg_block .form_row{
	padding-top: 46px;
	position: relative;
}
.company_reg_block .reg_placeholder {
    bottom: 0;
    height: 43px;
}
.company_reg_block .form_row.full .reg_placeholder, 
.company_reg_block .reg_input:focus + .reg_placeholder {
	bottom: 35px;
}
.company_reg_block .reg_input:focus + .reg_placeholder,
.company_reg_block .reg_textarea:focus + .reg_placeholder {
	color: #57B66F;
}
.company_reg_block .error .reg_placeholder {
    bottom: 0;
}
.info_icon{
	display: inline-block;
	background: url(../img/info_icon.svg) right top no-repeat;
	width: 17px;
	height: 17px;
	cursor: pointer;
	position: relative;
	margin-bottom: -2px;
	margin-left: 5px;
}
.error .info_block {
    /* bottom: 75px; */
}
.info_block{
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	bottom: 50px;
	background: #4D4D4D;
	font-size: 14px;
	color: #fff;
	padding: 15px;
	font-family: "Open-sans";
	line-height: 22px;
}
.info_block:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background: #4D4D4D;
    position: absolute;
    margin-left: -33px;
    left: 430px;
    bottom: -7px;
}
.l_logo .info_block:after {
	left: 82px;
}
.w_info{
	position: relative;
	width: 100%;
}
.form_row_link {
    float: right;
    line-height: 32px;
    position: relative;
    top: -39px;
}
.form_row hr{
	margin: 0;
	width: 100%;
	position: absolute;
	top: 88px;
}
.reg_submit_block .checkbox {
    height: 15px;
    width: 15px;
    margin-right: 10px;
    top: 2px;
}
.label_block{
    display: inline-block;
}
.submit_button.reg_button {
    padding: 0;
	font-weight: 600;
	font-size: 16px;
}
.company_reg_block .form_row:last-child {
    margin-bottom: 45px;
    z-index: 0;
}
.logo_load_block{
	display: none;
}
.documents_item {
    font-size: 17px;
	font-weight: 600;
	line-height: 21px;
    margin: 0 0 10px 0;
}
.documents_list{
	margin-top: 20px;
	margin-bottom: -30px;
}
.submit_button.reg_button.disabled_btn {
    background: #E6E6E6;
    cursor: default;
}
.loaded_logo_block {
    display: inline-block;
    border: 1px solid #F2F2F2;
    margin-top: 18px;
}
.loaded_logo_block img{
    width: 160px;
    height: 160px;
}
.reg_block_text,
.reg_block_support{
	font-size: 14px;
	margin-top: 25px;
}
/**/
.add_block {
    min-width: 185px;
}
.add_block a{
	color: #333;
}
.add_block a:hover{
	opacity: .8;
	text-decoration: none;
}
.top_menu_list {
    background: #4E4E4E;
    margin-bottom: 0;	
	padding: 0 15px;
}
.top_menu_list:after{
	content:'';
	display: block;
	clear: both;
}
.top_menu_item{
	display: inline-block;
	height: 60px!important;
	padding: 0 15px;
	float: left;
}
.top_menu_select .jq-selectbox__select-text, 
.top_menu_item a{
	display: block;
	line-height: 60px;
	color: #fff;
	opacity: .8;
	position: relative;
	font-size: 16px;
}
.top_menu_item a:hover{
	text-decoration: none;
	opacity: 1;
}
.top_menu_item a:focus{
	text-decoration: none;
}
.top_menu_item a.current{
	opacity: 1;
}
.top_menu_item a.current:after{
	content: '';
	border: 5px solid transparent;	
	border-bottom: 5px solid #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}
.form_row {
	padding-top: 45px;
    position: relative;
}
.company_reg_block .form_row {
    padding-top: 45px;
    margin-top: 0;
    z-index: 1;
}
/*.reg_icon {
    border-radius: 3px;
}*/
.form_row.error {
    padding-top: 45px;
	padding-bottom: 15px;
}
.form_row.full.error .reg_placeholder, .error .reg_input:focus + .reg_placeholder {
    bottom: 50px;
}
.form_row.full .reg_placeholder{
    bottom: 35px;
}
.reg_input {
    line-height: 34px;
}
.error .reg_placeholder {
    bottom: 15px;
}
.reg_form_description > div + div{
	text-align: right;
}
.add_photo_btn{
	display: inline-block;
	border: 1px dashed #B3B3B3;
	background: url(../img/plus_photo.svg) center center no-repeat;
	height: 120px;
	width: 150px;
}
.add_photo_btn_block{
	box-shadow: none!important;
}
.add_photo_btn_block:hover{
	background: #fff;
}
.category_name.open_select:after {
    border: 5px solid transparent;
    border-bottom: 5px solid #ccc;
    border-top: 5px solid transparent;
	top: 17px;
}
.duration_select_block .sub_category_item {
    padding-left: 20px;
    color: #4D4D4D;
}
.duration_select_block .sub_category_item.active,
.duration_select_block .sub_category_item:hover {
    background: #F4F4F4!important;
}

.f_text:hover {
    color: #999;
}
.textarea:focus{
	color: #4D4D4D!important;
}
.day_head {
    padding-left: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: #fff;
	color: #B3B3B3;
    text-align: center;
    font-size: 13px;
}
.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    background: #F4F4F4;
    padding: 15px 20px 15px;
    border: none;
    border-radius: 0;
    min-width: 300px;
    /* width: 100%; */
}
.ui-datepicker td {
    background: none;
}
span.ui-datepicker-year {
    /* opacity: .5; */
    color: #999999;
    font-size: 15px;
}
span.ui-datepicker-month {
    color: #808080;
    font-size: 15px;
}
.ui-widget-header {
    border: none;
    background: none;
}
td.ui-datepicker-current-day a.ui-state-default.ui-state-active{
    background: #5EC478!important;
    color: #fff!important;
    font-weight: bold;
}
.ui-state-default:hover{
    background: #D4EFDB;
}
.ui-datepicker th {
    color: #B3B3B3;
    font-size: 12px;
	font-weight: normal;
}
.orders_page{
	max-width: 990px;
	font-size: 15px;
}
/*.orders_page*/

.count_select{
	line-height: 33px;
}
.count_select .jq-selectbox__dropdown ul {
/*    padding-top: 35px!important;
    margin-top: -35px;*/
    z-index: 0;
}
.count_select .jq-selectbox__dropdown {
    left: 0!important;
}
.count_select .jq-selectbox__select {
    z-index: 1;
    height: 35px;
    padding-left: 10px;
}
.jq-selectbox.jqselect.select.count_select.border.dropdown.opened .jq-selectbox__select {
	border-bottom: 1px solid #D8D8D8;
	/*background-color: white;*/
}
.jq-selectbox.jqselect.select.count_select.border.dropdown.opened:hover .jq-selectbox__select {
	border-color: #9BD9AA!important;
}
.count_select .jq-selectbox__select-text.placeholder:after, .count_select  .jq-selectbox__select-text:after {
    top: 16px;
}
.phone_block > div{
	display: table-cell;
	vertical-align: middle;
}
.dashed_line{
	border-style: dashed;
	border-color: #ccc;
}
.time_block {
    border-left: 1px solid #D7D7D7;
}
.submit_block input.submit_button.reg_button {
    min-width: 150px;
    font-size: 14px;
    margin-left: -15px;
}
.orders_page .textarea{
	width: 100%;
}
.code_select_block{
    left: -15px;
    position: relative;
    width: 80px;
}
.phone_block {
    display: table;
    margin-bottom: 35px;
    margin-top: 15px;
}
.orders_page .price{
	font-size: 30px;
	font-weight: bold;
	/* padding-top: 37px; */
	text-align: right;
	color: #4d4d4d;
}
.orders_page .price span{
	font-size: 19px;
}
.title_row{
	position: relative;
}
.title_row .col-xs-2{
	position: absolute;
	right: 0;
	bottom: 0;
}
.top_row h5{
	margin-top: 0;
}
.orders_page .radio_row {
    margin-top: 6px;
    line-height: 30px;
    /*padding-right: 35px;*/
    padding-right: 10px;
}
.orders_page .offer_item_group {
	margin-top: 0;
}
.orders_page .text_input.phone_number.border {
    width: 180px;
    line-height: 33px;
    position: relative;
}
.orders_page .description_row {
    margin-top: 20px;
    margin-bottom: 20px;
	font-size: 13px;
	color: #808080;
}
.submit_block {
    margin-bottom: 55px;
}
.orders_page .textarea {
    width: 100%;
    min-height: 120px;
}
.link_block{
	margin-top: 25px;
}
.link_block a{
	color: #4D4D4D;
	border-bottom: 1px dashed #B3B3B3;
	text-decoration: none;
}
.link_block a:hover{
	color: #4D4D4D;
	border-bottom: none;
	text-decoration: none;
}
.matrix_price{
	padding: 0;
	display: none;
}
.ui-datepicker td a span.day_price {
    line-height: 20px;
    height: 20px;
    text-align: right;
	display: none;
}
.matrix_price .ui-state-default.ui-state-highlight.ui-state-active span.day_price{
	color: #fff!important;
}
.matrix_price .ui-datepicker td a span.day_price{
	display: block;
	padding-right: 12px;
	position: relative;
	top: -8px;
	font-size: 16px;
	color: #808080;
	font-weight: 100;
}
.matrix_price .ui-datepicker th {
    color: #999;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-transform: lowercase;
}
.matrix_price .ui-datepicker-calendar td b {
    text-align: left;
    display: block;
    color: #4d4d4d;
    font-size: 15px;
    padding: 1px 7px;
}
.calendar_block .ui-datepicker .ui-datepicker-prev, 
.calendar_block .ui-datepicker .ui-datepicker-next {
    width: 23px;
    height: 24px;
    top: 6px!important;
}
.calendar_block .ui-datepicker .ui-datepicker-prev span, 
.calendar_block .ui-datepicker .ui-datepicker-next span{
	display: none;
}
a.ui-datepicker-prev.ui-corner-all {
    background: none!important;
    border: none!important;
    left: 0px!important;
    top: 7px!important;
    cursor: pointer;
}
a.ui-datepicker-next.ui-corner-all {
    background: none!important;
    border: none!important;
    right: 0px!important;
    top: 7px!important;
    cursor: pointer;
}
.matrix_price a.ui-datepicker-next.ui-corner-all {
	left: 40px!important;
}
.matrix_price .ui-datepicker .ui-datepicker-title {
    margin: 0 0 15px;
    line-height: 30px;
    text-align: left;
    padding-left: 85px;
    font-size: 20px;
    color: #4D4D4D;
	font-weight: 600;
}
.matrix_price .ui-datepicker .ui-datepicker-title span{
    color: #4D4D4D;
	font-weight: 600;
	opacity: 1;
}
.matrix_price h3 {
    float: left;
    line-height: 40px;
    margin: 0!important;
    color: #4D4D4D;
    padding: 25px 60px 25px 45px;
}
.matrix_submit_block{
	padding: 0 45px 35px;
    background: #F4F4F4;
}
.matrix_submit_block .submit_button {
	width: auto;
	padding: 10px 15px;
	line-height: 1;
	border-radius: 0;
	font-size: 14px;
}
.fancybox-skin {
    padding: 0!important;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	background: #fff;
}
.fancybox-close {
    top: 15px;
    right: 15px;
    /*width: 13px;*/
    /*height: 13px;*/
	/*background: url(../img/fancy_close.svg) no-repeat;*/
	height: 20px!important;
	width: 20px!important;
	background: transparent url(../img/new/fancy__close.svg) center no-repeat!important;
}
.tab-content {
    clear: both;
    padding: 0 25px 15px;
    background: #E6E6E6;
}
.page {
    /*background: #F2F2F2;*/
    background-color: #f2f1ee;
    padding: 50px 0;
}
.order_block {
    background: #fff;
    padding: 5px 40px 40px;
}
.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
.checkbox + label {
  cursor: pointer;
}
.checkbox:not(checked) {
	position: absolute;
	opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 50px;
  left: 0;
}
.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 39px;
  height: 21px;
  border-radius: 13px;
  border: 1px solid #CCCCCC;
  outline: none;
  background: #fff;
}
.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 4px;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  background: #CCCCCC;
  transition: all 0.1s;
}
.checkbox:checked + label:before {border: 1px solid #5EC478;}
.checkbox:checked + label:after {
  left: 20px;
  background: #5EC478;
}
.order_item {
    background: #fff;
    padding: 20px;
    margin: 10px 0;
    color: #808080;
    font-size: 15px;
    position: relative;
}
.order_item.title .col-xs-5 {
    font-size: 22px;
    font-weight: 600;
    color: #4d4d4d;
}
.order_item_title {
    color: #4D4D4D;
    font-weight: 600;
}
.order_description p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}
.order_description {
    margin-bottom: 20px;
}
.order_status{
	font-weight: bold;
	font-size: 13px;
}
.order_processing {
    color: #ff9238;
    color:  #ff9238;
}
.order_on {
    color: #4D4D4D;
}
.order_off {
    color: #DE4D43;
}
.order_message{
	padding: 20px 35px 50px;
	background: #fff;
}
.order_message_title{}
.order_message_title > div{
	float: left;
	font-weight: 600;
	font-size: 14px;
	padding: 0 9px;
	margin-top: 5px;
}
.order_number{
	font-size: 22px!important;
	/* margin-right: 10px; */
	line-height: 1;
	padding-left: 0!important;
	margin-top: 0!important;
}
.order_message_title .order_status {
	border-left: 1px solid #E6E6E6;
	/* border-right: 1px solid #E6E6E6; */
}
.order_link{
	padding: 0!important;
}
.order_link a{
    color: #333;
    padding: 0 5px;
	text-decoration: none!important;
}
.order_link a:hover{
    color: #808080;
    text-decoration: none!important;
}
.order_message_info div {
    line-height: 25px;
    font-size: 15px;
}
.order_message_info div b{
	font-size: 18px;
	font-weight: 600;
}
.message_form_block{
	padding-left: 70px;
	width: 100%!important;
}
.message_user_info{
	
line-height: 40px;
}
.user_photo_block{
	width: 70px;
	padding-left: 15px;
}
.user_photo_block .user_photo {
    width: 40px;
    height: 40px;
}
.message_label {
    color: #B3B3B3;
    line-height: 40px;
	font-weight: 600;
	margin-bottom: 0;
}
.message_submit {
    background: #eee;
    padding: 8px 15px!important;
    border-radius: 3px;
    display: inline-block;
    color: #808080;
    font-size: 12px;
    font-weight: bold;
    /* line-height: 37px; */
    font-size: 14px;
    border-radius: 0;
}
.message_submit:hover{
	text-decoration: none;
	color: #fff;
	background: #57B66F;
}
.username_block {
    line-height: 40px;
    font-weight: 600;
}
.message_form .textarea {
    height: 170px;
    padding-top: 7px;
    font-size: 15px;
    line-height: 23px;
}
.message_form .textarea:focus{
	border-color: #9BD9AA!important;
}
.message_link,
.download_link {
    line-height: 35px;
    border-bottom: 1px dashed;
	font-weight: 600;
}
.message_link:hover,
.download_link:hover{
    text-decoration: none;
	border-bottom: none;
}
.message_link + .message_link{
	margin-left: 20px;
}
.mess_row{
	margin-top: 10px;
}
.message_text{
	padding-left: 70px;
	margin-bottom: 25px;
}
.message_text p{
	margin-bottom: 3px;
}
.order_information_block {
    padding: 20px 20px 30px 20px;
    background: #def3e4;
    margin-bottom: 30px;
    margin-top: 25px;
    color: #4D4D4D;
}
.order_information_block h4{
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}
.order_information_block h5{
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 5px;
}
.order_information_block p{
	margin-bottom: 0;
}
.matrix_price .nav-tabs>li.active>a, 
.matrix_price .nav-tabs>li.active>a:hover, 
.matrix_price .nav-tabs>li.active>a:focus {
    background-color: #D4EFDB;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
}
.matrix_price .nav-tabs>li.active>a:after, 
.matrix_price .nav-tabs>li.active>a:hover::after, 
.matrix_price .nav-tabs>li.active>a:focus::after{
	content: '';
	display: block;
	height: 8px;
	width: 8px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
	background-color: #D4EFDB;
}
.matrix_price .nav-tabs>li>a {
    margin-right: 10px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    position: relative;
    color: #808080!important;
    font-weight: bold;
    padding: 10px;
    width: 60px;
    text-align: center;
    background: #E6E6E6;
}
.matrix_price .nav-tabs {
    border-bottom: none;
    margin-bottom: 0;
    padding: 25px 0 25px;
    float: left;
}
.not_included_block ul,
.not_included_block ol,
.included_block ul{
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.included_block ul > li {
    background: url(../img/ok_gray.svg) left 11px no-repeat;
    background-size: 15px;
    /*font-size: 15px;*/
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
    padding: 5px 0 5px 23px;
}
.included_block ul > li span{
    font-weight: normal;
    display: block;
    font-size: 15px;
    line-height: 23px;
}

.not_included_block > ul > li {
    background: url(../img/plus_gray.svg) left 10px no-repeat;
    background-size: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
    padding: 5px 0 5px 23px;
}
.not_included_block > ul > li > ul > li{
    background: url(../img/dott.svg) left 11px no-repeat;
    background-size: 7px;
    font-size: 15px;
    font-weight: normal;
    color: #4D4D4D;
	padding-left: 20px;
	padding: 3px 0 3px 20px;
}
.not_included_block ol > li{
	padding-left: 20px;
	font-weight: normal;
}
.not_included_block ol li{
	padding: 0;
}
.gallary_item {
    height: 325px;
    overflow: hidden;
    float: left;
	background-size: cover!important;
}
.gallary_small{
	width: 25%;
}
.gallary_big{
	width: 50%;
}
.gallary_item a{
	display: block;
	height: 100%;
	width: 100%;
}
.reviews_block .textarea {
    width: 100%;
}
.reviews_block .message_form_block {
    padding-right: 0;
    padding-left: 55px;
}
.reviews_block .message_user_info a,
.reviews_block .message_user_info  {
    color: #999999;
}
.reviews_block .message_label,
.reviews_block .username_block {
    font-weight: normal;
	color: #999999;
	cursor: pointer;
}
.reviews_block .message_block{
	margin-bottom: 30px;
}
.company_message_block .message_text_block,
.reviews_block .message_text_block {
    height: 80px;
    overflow: hidden;
}
.company_message_block .message_text_block,
.reviews_block .message_text_block {
    height: 95px;
    overflow: hidden;
    padding-bottom: 20px;
}
.reviews_block .message_text p,
.company_message_block .message_text p {
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 23px;
}
/*.message_date:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #999999;
    margin: 3px 5px;
}*/
.message_button_block{
	padding-left: 55px;
	margin-bottom: 0;
}
.message_btn {
    background: #eee;
    padding: 10px 20px;
    border-radius: 1px;
    display: inline-block;
    color: #999999;
    font-size: 15px;
    font-weight: 600;
}
.company_logo_block {
    width: 100px;
    float: left;
}
.company_name_block h4 {
    /*margin-bottom: 0;*/
    margin-bottom: 7px;
    margin-top: 17px;
}
.company_logo img {
	height: 70px;
    width: 70px;
}
.offer_public .company_logo_block {
	width: 70px;
	margin-right: 15px;
}
.reviews_block .user_photo_block {
    width: 55px;
    padding-left: 0;
}
.company_message_block .message_text{
	padding-left: 0;
	margin-bottom: 0;
}
.reviews_block .message_text {
    padding-left: 55px;
    position: relative;
}
.company_info {
    color: #808080;
    margin-bottom: 15px;
}
.company_message_block {
    /*margin-bottom: 70px;*/
    margin-bottom: 40px;
    margin-top: 50px;
}
.calendar_head_price{
	font-size: 23px;
	font-weight: 600;
	color: #4D4D4D;
}
.calendar_head_price span{
	font-size: 37px;
	font-weight: bold;
}
.calendar_block.calendar {
    background: #F4F4F4;
    margin-top: -143px;
    position: relative;
    /*z-index: 10;*/
}
.calendar_block.calendar .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all{
	min-width: 100%;
}
.calendar_head.clearfix {
    padding: 8px 20px;
    border-bottom: 1px dashed #CACACA;
}
.page_nav_item a {
    font-weight: bold;
    font-size: 13px;
    float: left;
    color: #4D4D4D;
    line-height: 75px;
	padding: 0 15px;
}
.page_nav_item a:hover {
    text-decoration: none;
	color: #81C27B;
}
.nav_block {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.page_nav_list {
	margin-bottom: 0;
}
.calendar_button {
    color: #fff;
    background: #5EC478;
    display: inline-block;
    line-height: 1;
    padding: 14px 40px;
    border-radius: 0;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.calendar_button:hover{
	color: #fff;
	background: #48b75f;
	text-decoration: none;
}
.calendar_button_block{
	padding: 18px 20px;
	padding-top: 0;
}
.calendar_head .link_block a {
    font-size: 13px;
    font-weight: 600;
    color: #4d4d4d;
}
.photo_block h1{
	color: #fff;
	font-weight: 600;
	font-size: 49px;
	margin-bottom: 25px;
	line-height: 60px;
}
.tour_duration.pull-left {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    padding-right: 25px;
    border-right: 1px dashed #999999;
    margin-right: 25px;
    position: relative;
    line-height: 35px;
}
.tour_information {
    font-weight: 600;
    color: #fff;
}
.tour_category a,
.tour_category {
    color: #999999;
}
.tour_category a:hover {
    text-decoration: none;
    color: #fff!important;
}
.mobile_title_block .tour_category a:hover {
    text-decoration: none;
    color: #4d4d4d!important;
}
.tour_head{
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
}
.tour_head .row{
	/* position: absolute; */
	/* bottom: 0; */
}
.tour_head_info{
	height: 68px;
	padding-top: 5px;
}
.circle_btn {
    width: 40px;
    height: 40px;
    /*border-radius: 50%;*/
    /*border: 2px solid #383838;*/
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
    background-color: transparent;
    background-image: url(../img/icons_tour_map_photo.svg);
    bakcground-position: 0 0;
    background-repeat: no-repeat;
    background-size: 40px 180px;
}
.circle_btn:last-child{
	margin-right: 0;
	float: right;
}
.photo_btn {
    /*background: rgba(0, 0, 0, .1) url(../img/photo_btn.svg) center 9px no-repeat;*/
    background-position: 0 0;
}
.photo_btn:hover {
    /*background: url(../img/photo_btn_white.svg) center 9px no-repeat;
    border-color: #fff;*/
    background-position: 0 -45px;
}
.map_btn {
    /*background: rgba(0, 0, 0, .1) url(../img/map_btn.svg) center no-repeat;*/
    background-position: 0 -90px;
}
.map_btn:hover {
    /*background: url(../img/map_btn_white.svg) center no-repeat;
    border-color: #fff;*/
    background-position: 0 -135px;
}
.soc_row{
	line-height: 48px;
	height: 48px;
}
.soc_row + .soc_row{
	border-top: 1px solid #E7E7E7;
}
.soc_row div{
	position: relative;
	height: 100%;
}
.soc_row div + div{
	border-left: 1px solid #E7E7E7;
}
.soc_block{
	border: 1px solid #E7E7E7;
	margin-top: 20px;
}
.right_links_block .soc_icon{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .6;
	text-align: center;
	line-height: 48px;
	color: #808080;
}
.soc_icon:hover{
	opacity: 1;
	text-decoration: none;
	color: #808080;
}
.fb_icon{
	background: url(../img/fb_gray.svg) center no-repeat;
}
.vk_icon{
	background: url(../img/vk_gray.svg) center no-repeat;
}
.tw_icon{
	background: url(../img/tw_gray.svg) center no-repeat;
}
.fb_icon:hover, .fb_icon:focus{
	background: #f4f4f4 url(../img/fb_gray.svg) center no-repeat;
}
.vk_icon:hover, .vk_icon:focus{
	background: #f4f4f4 url(../img/vk_gray.svg) center no-repeat;
}
.tw_icon:hover, .tw_icon:focus{
	background: #f4f4f4 url(../img/tw_gray.svg) center no-repeat;
}
.heart_link:hover, .heart_link:focus{
	background: #f4f4f4;
}
.heart_gray_icon{
	background: url(../img/heart_gray.svg) center no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
	margin-right: 6px;
}
.question_link {
    /* opacity: .9; */
    text-align: center;
    line-height: 48px;
    color: #808080;
	display: block;
}
.question_link:hover, .question_link:focus {
    opacity: 1;
	color: #4d4d4d;
	text-decoration: none;
}
.question_gray_icon{
	/*background: url(../img/q_gray.svg) center no-repeat;*/
	background: url(../img/icon_question.svg) 0 0 no-repeat;
	background-size: 15px 30px;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
	margin-right: 6px;
}
.question_link:hover .question_gray_icon {
    /*background: url(../img/q_gray_hover.svg) center no-repeat;*/
    background-position: 0 -15px;
}
.bottom_links_block{
	display: none;
}
.offer_public h3 {
    font-size: 26px;
    text-align: left;
    color: #4D4D4D;
    margin-top: 35px;
    margin-bottom: 20px;
}
li.top_menu_item.top_menu_select {
    width: 360px;
    padding-left: 0;
    padding-right: 0;
    border-right: 1px solid rgba(230,230,230,0.3);
    position: relative;
}
.top_menu_select .jq-selectbox__select-text {
    padding-left: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 35px;
}
.top_menu_select .jq-selectbox__dropdown {
    left: 0!important;
}
.top_menu_select .jq-selectbox__dropdown ul {
    padding: 0;
}
.top_menu_select .jq-selectbox__dropdown ul li {
    line-height: 40px;
    padding: 0 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top_menu_select .jq-selectbox__dropdown ul li:hover {
	background: #F4F4F4;
}
ul.list-unstyled.top_menu_list {
    padding-left: 0;
    max-height: 60px;
}
.top_menu_select .jq-selectbox__select-text:after {
    right: 20px;
    top: 27px!important;
	border: 5px solid transparent;
    border-top: 5px solid #ccc;
}
.top_menu_select .opened .jq-selectbox__select-text:after{
	top: 23px!important;
}

.top_menu_select .opened .jq-selectbox__select-text.placeholder:after {
    right: 20px;
    top: 22px!important;
    border: 5px solid transparent;
    border-bottom: 5px solid #ccc;
}

.top_menu_item .current:before{
	content: attr(data-count);
    position: absolute;
    right: -16px;
    color: #FF9238;
    font-size: 14px;
    top: -8px;
}
.user_info_block div{
	line-height: 20px;
}
.order_information span{
	font-size: 18px;
	font-weight: 600;
	color: #4D4D4D;
}
.order_information {
    margin-bottom: 15px;
}
a.cancel_link + a.cancel_link{
	border-left: 1px solid #E6E6E6;
}
.print_link{
	display: inline-block;
	height: 15px;
	width: 15px;
	background: url(../img/print.svg) center no-repeat;
}
.close_link{
	display: inline-block;
	height: 15px;
	width: 15px;
	background: url(../img/close_link.svg) center no-repeat;
	margin-left: 25px;
}
.offer_item{
	height: 205px;
	background: #fff;
	margin-bottom: 10px;
}
.offer_img{
	width: 290px;
	height: 100%;
	float: left;
	overflow: hidden;
}
.offer_img img{
	/* width: 100%; */
	max-height: 100%;
}
.offer_information_block{
	float: left;
	/*padding: 15px 20px 20px;*/
	padding: 25px 25px 0;
	height: 205px;
	width: 670px;
	position: relative;
}


.offer_information_block .edit_link{
	width: 25px;
	height: 25px;
	background: url(../img/tour_edit.svg) 0 0 no-repeat;
	background-size: 25px 50px!important;
	position: absolute;
	top: 25px;
	right: 25px;
	display: none;
}
.offer_information_block .offer_item:hover .edit_link{
	display: block;
}
.offer_information_block .edit_link:hover {
    background: url(../img/tour_edit.svg) 0 -25px no-repeat;
}



.offer_information_block h4{
	/*margin-top: 0;
	margin-bottom: 25px;*/
	/*color: #4d4d4d;*/
	overflow: hidden;
	margin: 0 auto 9px;
}
.offer_item .checkbox:not(checked) + label {
    left: 0;
}
.offer_link_block span,
.offer_link_block a{
	color: #4D4D4D;
	text-decoration: none;
	font-weight: 600;
	margin-left: 20px;
	position: relative;
}
.comments{
	padding-left: 20px;
	background: url(../img/comments_icon.svg) left center no-repeat;
}
.likes{
	padding-left: 20px;
	background: url(../img/like_icon.svg) left center no-repeat;
}
.bottom_row{
	/* line-height: 38px; */
}
.offer_button_block a{
	border-radius: 0;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: 600;
	float: left;
	margin-left: 5px;
}
.transparent_btn{
	border: 1px solid #E4E4E4;
	/*color: #808080;*/
	color: #4d4d4d;
}
.transparent_btn:hover{
	border: 1px solid #E4E4E4;
	/*color: #808080;*/
	color: #4d4d4d;
	/*background: #EEEEEE;*/
	background-color: #e6e6e6;
	text-decoration: none;
}
.transparent_btn:active,
.transparent_btn:focus{
	border: 1px solid #E4E4E4;
	/*color: #4D4D4D;*/
	/*background: #EDEDED;*/
	text-decoration: none;
}
.orange_btn{
	background: #ff9238;
	color: #fff;
	border: 1px solid #ff9238;
}
.orange_btn:focus,
.orange_btn:active,
.orange_btn:hover{
	background: #FF7A38;
	color: #fff;
	border: 1px solid #FF7A38;
	text-decoration: none;
}
.offers_list {
    /*width: 1000px;*/
    width: 960px;
    margin: auto;
}
.offer_information {
    /*margin-bottom: 30px;*/
    /*margin-top: 40px;*/
    font-size: 14px;
    line-height: 18px;
    color: #999;
}
.offer_information_block .bottom_row {
	position: absolute;
	bottom: 25px;
	left: 25px;
	right: 25px;
}
.left_block.clearfix.pull-left {
    padding: 8px 0;
    line-height: 21px;
}
.offer_button_block.pull-right {
    height: 37px;
}
.offer_information div {
    line-height: 22px;
	color: #808080;
}
.checkbox_block.pull-left label {
    margin-bottom: 0;
}
.offer_link_block span:before,
.offer_link_block a:before{
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	top: 2px;
	left: -10px;
	position: absolute;
	background: #CCCCCC;
}
.edit_link{
	width: 25px;
	height: 25px;
	background: url(../img/edit_icon.svg) center no-repeat;
	position: absolute;
	top: 15px;
	right: 20px;
	display: none;
	background-size: 16px!important;
}
.offer_item:hover .edit_link{
	display: block;
}
.edit_link:hover {
    background: #f6f6f6 url(../img/edit_icon_hover.svg) center no-repeat;
}
.offer_status{
	font-weight: 600;
	color: #4d4d4d;
}
.not_active .offer_img{
	opacity: .45;
}
.blocked .offer_status,
.moderated .offer_status{
	color: #DE4D43;
}
.blocked .edit_link{
	display: none!important;
}
/*.moderated .edit_link:hover{
	background: url(../img/edit_icon.svg) center no-repeat;
	cursor: default;
}*/
.moderated .edit_link:after,
.moderated .edit_link:before{
	content: '';
	background: url(../img/not_edit_icon.svg) 5px 5px no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.moderated .edit_link:after{
	background: url(../img/not_edit_icon-2.svg) 5px 7px no-repeat;
}
.green_btn{
	color: #fff;
	background: #5EC478;
	display: inline-block;
	padding: 10px 16px;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px!important;
}
.green_btn:active,
.green_btn:focus,
.green_btn:hover{
	color: #fff;
	text-decoration: none;
}
.offer_item.not_offers {
    height: 220px;
    display: table;
    width: 100%;
	margin-bottom: 50px;
}
.not_offers_info {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.not_offers_description{
	font-size: 26px;
	color: #999999;
	margin-bottom: 30px;
}
.jq-number {
	/* position: relative; */
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
	text-align: left; /* Ð´Ð»Ñ Opera PrestoÂ */
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* Ð² ÐºÐ°ÐºÐ¸Ñ…-Ñ‚Ð¾ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ð°Ñ… Ð¿Ñ€Ð¸ÑÑƒÑ‚ÑÑ‚Ð²ÑƒÐµÑ‚ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.number-plus-minus .jq-number {
	padding: 0;
	height: 100%;
	width: 100%;
}
.number-plus-minus .jq-number__field {
	width: 100%;
	height: 100%;
}
.number-plus-minus .jq-number__field input {
	text-align: center;
}
.number-plus-minus .jq-number__spin {
	left: 0;
	height: 32px;
}
.number-plus-minus .jq-number__spin.plus {
	right: 0;
	left: auto;
}
.number-plus-minus .jq-number__spin:before {
	content: '';
	position: absolute;
	top: 17px;
	left: 10px;
	width: 12px;
	height: 2px;
	border: none;
	background: #808080;
}
.number-plus-minus .jq-number__spin.minus:after {
	display: none;
}
.number-plus-minus .jq-number__spin.plus:after {
	top: 12px;
	left: 15px;
	width: 2px;
	height: 12px;
	border: none;
	background: #808080;
}
.number-plus-minus .jq-number__spin:hover:before,
.number-plus-minus .jq-number__spin.plus:hover:after {
	background: #000;
}
.edit_block{
	width: 960px;
	padding: 25px 35px 30px;
	background: #fff;
	margin: 0 auto;
}
span.edit_date {
    font-size: 21px;
    font-weight: bold;
	margin: 0 20px;
}
.prev_date{
	display: inline-block;
	width: 9px;
	height: 28px;
	background: url(../img/prev_icon.svg) center no-repeat;
	float: left;
}
.next_date{
	display: inline-block;
	width: 9px;
	height: 28px;
	background: url(../img/next_icon.svg) center no-repeat;
	float: right;
}
.prev_date:hover{
	background: url(../img/prev_icon_hover.svg) center no-repeat;
}
.next_date:hover{
	background: url(../img/next_icon_hover.svg) center no-repeat;
}
.tour_info.pull-left {
    font-weight: 600;
	color: #808080;
}
.header_block .checkbox_block .checkbox:not(checked) + label{
	left: 0;
}
.header_block {
    line-height: 30px;
}
.header_block .checkbox:not(checked) + label:after {
    top: 8px;
}
.header_block .checkbox:not(checked) + label:before {
    top: 5px;
}
.number-plus-minus.border {
    position: relative;
    width: 130px;
    height: 40px;
}
input.number_input.border {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.jq-number__spin {
    position: absolute;
    top: 0;
    bottom: inherit;
}
.number-plus-minus.border * {
    border: none!important;
    background: none!important;
    box-shadow: none!important;
    height: 100%;
    line-height: 38px;
}
.page input.text_input.border {
    height: 40px;
    width: 150px;
    padding-right: 50px;
}
.input_block {
    position: relative;
}

#edit_resources .input_block,
#create_resources .input_block {
	width: 160px;
	margin-right: 10px;
	/*box-shadow: 0 0 0 1px lightblue;*/
}
#edit_resources .input_block input.text_input.border,
#create_resources .input_block input.text_input.border { width: 100%; }

#edit_resources .offer_item_day_time .input_block input.text_input.border { width: 95px; }

span.input_description {
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    line-height: 38px;
    /*padding-right: 10px;*/
    font-size: 13px;
    color: #999999;
}
.table_block{
	margin-left: -5px;
	margin-right: -5px;
}
.table_block td{
	padding: 5px;
}
thead td {
    font-size: 14px;
    color: #4D4D4D;
}
.small_btn{
	width: 130px;
    display: block;
    line-height: 38px;
	padding: 0 15px;
	position: relative;
}
.big_btn{
	width: 250px;
    display: block;
    line-height: 38px;
	padding: 0 15px;
	position: relative;
}
.small_btn:after,
.big_btn:after{
	content: '';
	position: absolute;
	height: 100%;
	width: 9px;
	right: 10px;
	top: 0;
	display: block;
	background: url(../img/button_arrow.svg) center no-repeat;
}
.gray_btn{
	background: #676767;
    color: #fff;
    border: 1px solid #676767;
    width: 245px;
}
.gray_btn:hover,
.gray_btn:active,
.gray_btn:focus{
	text-decoration: none;
	color: #fff;
	opacity: .8;
}
.edit_button_block{
	text-align: right;
}
.submit_button.disabled_btn {
    background: #E6E6E6!important;
    cursor: default!important;
}
.edit_button_block .submit_button.disabled_btn {
	color: #999999;
}
.edit_button_block .submit_button {
	display: inline-block;
	width: auto;
	/* padding: 0 20px; */
	text-align: center;
	line-height: 40px;
	border-radius: 0;
	font-weight: bold;
}
.edit_block hr {
    margin-top: 25px;
    margin-bottom: 25px;
}
.edit_block_body {
    padding-bottom: 20px;
}
.small_check.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
.small_check.checkbox + label {
  cursor: pointer;
}
.small_check.checkbox:not(checked) {
	position: absolute;
	opacity: 0;
}
.small_check.checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
  left: 0;
}
.small_check.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 4px;
  /*top: 1px;*/
  left: 0;
  width: 19px;
  height: 19px;
  border-radius: 0;
  border: 1px solid #CCCCCC;
  outline: none;
}
.small_check.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 9px;
  /*top: 6px;*/
  left: 5px;
  width: 9px;
  height: 9px;
  border-radius: 0;
  background: #CCCCCC;
  transition: all .2s;
  opacity: 0;
}
.small_check.checkbox:checked + label:before {}
.small_check.checkbox:checked + label:after {
  left: 5px;
  background: #5EC478;
  opacity: 1;
}
.checkbox_block label{
	margin-bottom: 0;
}
.checkbox_block{
	width: 130px;
}
.dashed_link{
	border-bottom: 1px dashed;
}
.dashed_link:hover{
	text-decoration: none;
	border-bottom: 0;
}
input.text_input.border.time_input{
	width: 95px;
	padding-right: 10px;
}
.table_block table + table{
	border-left: 1px dashed #D8D8D8;
	padding-left: 70px;
	position: relative;
	left: -1px;
}
.table_block table:first-child tr td:last-child{
	padding-right: 40px;
}
.table_block table + table tr td:first-child{
	padding-left: 40px;
}
.table_block table td{
	position: relative;
}
.text_input:disabled{
	background: #F0F0F0;
	border-color: #F0F0F0!important;
	color: #999999;
}
a.remove_btn {
    height: 19px;
    width: 19px;
    border-radius: 50%;
    border: 1px solid #D8D8D8;
    display: block;
    position: absolute;
    left: 35px;
    top: 15px;
    background: url(../img/close.svg) center no-repeat;
    opacity: 1;
}
a.remove_btn:hover{
	opacity: 1;
	box-shadow: none;
}
/********/
/*.offer_item_day_time a.remove_btn { left: 10px; }*/
/**********/
.add_time{
    margin-top: 10px;
    display: inline-block;
}
table.pull-left.left_table {
    border-right: 1px dashed #D8D8D8;
}
.number-plus-minus.border.disabled {
    background: #F0F0F0;
    border-color: #F0F0F0!important;
}
.number-plus-minus.disabled .jq-number__spin:after,
.number-plus-minus.disabled .jq-number__spin:before {
    background: #D8D8D8!important;
}
input:disabled {
    background: #F0F0F0;
    border-color: #F0F0F0!important;
    color: #999999;
    font-weight: bold;
}
.number-plus-minus.disabled .jq-number__spin{
	cursor: default;
}
.header_block div+div {
    margin-left: 25px;
	height: 30px;
}
.header_block .close_link {
    height: 30px;
}
.table_block input,
.table_block label{
	color: #4D4D4D;
	font-weight: bold;
	font-size: 20px;
	font-family: "Open-sans";
}

.settings_block {
    width: 960px;
    padding: 25px 35px 30px;
    background: #fff;
    margin: 0 auto;
}
.settings_block .name_block .text_input {
	height: 35px!important;
	line-height: 35px;
}
.settings_block .phone_row .p__frow { margin-left: 20px; }
.settings_block .form_row{
	width: 600px;
	padding-top: 0;
}
.settings_block .form_row .textarea{
	width: 100%;
}
.settings_block .jq-selectbox.jqselect.select.border {
    line-height: 38px;
}
.settings_block .code_select_block {
    left: 0;
    width: 90px;
    padding: 0 5px;
}
.settings_block .phone_block {
    display: table;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 15px;
}
.settings_block .phone_block .jq-selectbox__select-text {
    padding-left: 8px;
}
.settings_block .phone_block .jq-selectbox__select-text.placeholder:after, .jq-selectbox__select-text:after {
}
.name_block input.text_input.border {
    width: 280px;
}
input.text_input.phone_number.border {
    width: 180px;
}
.phone_row.pull-left h5 {
    padding-left: 20px;
}
.submit_button.small_submit {
    line-height: 40px;
    border-radius: 0;
    padding: 0 16px;
    font-size: 14px;
    font-weight: bold;
}
.settings_block .button_block .dashed_link {
    line-height: 40px;
    color: #808080;
}
.settings_block hr {
    margin-top: 40px;
    margin-bottom: 30px;
}
.settings_block h4 {
    margin-bottom: 15px;
}
.contact_row + a{
	font-size: 13px;
	position: relative;
	top: 5px;
}
.contact_row + .contact_row  h5{
	display: none;
}
.contact_row + .contact_row{
	margin-top: 10px;
}
.prepay_block div{
	float: left;
	line-height: 40px;
}
.percent_input{
	width: 80px!important;
	padding-right: 25px!important;
}
.hours_input{
	width: 100px!important;
}
.prepay_block .input_title {
    margin-right: 10px;
}
.prepay_block .clearfix + .clearfix {
    padding-left: 25px;
}
.radio_row .form_row + .form_row{
	margin-top: 20px;
}
.radio_row .input_title {
    min-height: 25px;
}
.form_row.prepay_block.clearfix {
    margin-top: 10px;
}
.cashback_days{
	margin-top: 10px;
}
.cashback_days > div{
	float: left;
	line-height: 40px;
}
.cashback_days .input_block{
	padding-left: 30px;
	padding-right: 15px;
}
.days_input{
	width: 80px!important;
	padding: 0 10px!important;
}
.settings_block h3 {
    color: #4D4D4D;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 32px;
}
.settings_block h3 + hr{
	margin-top: 25px;
}
.set_resurses h3{
	padding-left: 25px;
	background: url(../img/calendar_icon.svg) center left no-repeat;
	float: left;
	color: #4D4D4D;
	margin: 0;
	line-height: 30px;
}
.set_resurses .header_block{
	line-height: 11px;
}
.description_block{
	padding: 0 15px;
}
.description_block p{
	font-size: 15px;
	line-height: 23px;
}
.warning {
	padding-left: 25px;
	background: url(../img/warning_icon.svg) 0px 5px no-repeat;
	line-height: 28px;
	color: #DE4D43;
	font-size: 13px!important;
	padding-bottom: 25px;
}
.edit_block_body .nav-tabs>li>a {
    border-radius: 0;
    /*width: 260px;*/
    color: #444444;
    font-size: 15px;
    font-weight: 600;
    background: #F4F4F4;
    margin-right: 10px;
    bottom: 0px;
    border-bottom: none;
    padding: 15px 30px 15px 40px;
    /*padding-left: 40px!important;*/
    /*padding-right: 0!important;*/
}
.edit_block_body ul.nav.nav-tabs {
    padding: 0 15px;
	border-color: #E6E6E6;
}
.edit_block_body .nav-tabs>li.active>a, 
.edit_block_body .nav-tabs>li.active>a:hover, 
.edit_block_body .nav-tabs>li.active>a:focus {
    background-color: #fff!important;
    border: 1px solid #E6E6E6;
    bottom: 0px;
    border-bottom: none;
    /*padding: 15px 15px;*/
}
.edit_block_body .tab-content {
    background: none;
}
.edit_block_body .nav-tabs>li>a:before{
	content: '';
	display: block;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	border: 1px solid #d8d8d8;
	position: absolute;
	left: 15px;
	top: 18px; /*15px;*/
	background: #fff;
}
.edit_block_body .nav-tabs>li.active>a:after{
	content: '';
	display: block;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	position: absolute;
	left: 19px;
	top: 22px; /*19px;*/
	background: #5EC478;
}
.edit_block_body .tab-content {
    padding: 25px 15px 0;
}
.group_input_block input.text_input.border {
    width: 55px;
	padding: 0 8px 4px;
    font-size: 20px;
    line-height: 40px;
}
.group_input_block {
    line-height: 40px;
	color: #999999;
	font-size: 13px;
}
.group_input_block > div {
    float: left;
    margin-right: 7px;
}
.set_resurses .input_block {
    display: inline-block;
}

.set_resurses a.remove_btn {
    right: -30px;
    left: inherit;
    top: 11px;
}
.table_block:after{
	content: '';
	display: block;
	clear: both;
}
.input_error:hover,
.input_error:focus,
.input_error {
    border-color: #FFC2C2!important;
    background: #FFF5F5;
}
.button_error{
	position: relative;
}
.button_error:before{
	content: 'Задайте значения в выделенных полях';
	position: absolute;
	right: 100%;
	margin-right: 20px;
	line-height: 40px;
	display: block;
	color: #DE4D43;
	font-size: 14.15px;
	width: 500px;
	text-align: right;
	font-weight: normal;
	top: 0;
}
.settings_block .button_error:before{
	content: 'Заполните выделенные поля';
}
.calendar2 .hasDatepicker{
    margin-top: 10px;
}
.calendar2 .hasDatepicker *{
	font-family: "Open-sans"!important;
}
.calendar2 td.ui-datepicker-current-day a.ui-state-default.ui-state-active,
.calendar2 .ui-state-default, 
.calendar2 .ui-widget-content .ui-state-default, 
.calendar2 .ui-widget-header .ui-state-default {
    border: none;
    background: #F4F4F4;
    color: #676767;
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    padding: 0;
    max-height: 38px;
}
.calendar2 .ui-datepicker th {
    color: #999999;
    font-size: 13px;
    font-weight: 600;
    text-transform: lowercase;
}
.calendar2 span.ui-datepicker-month {
    color: #676767;
    font-size: 17px;
    font-weight: 600;
}
.calendar2 span.ui-datepicker-year {
    font-size: 17px;
    font-weight: 600;
    color: #999999;
    opacity: 1;
}
.calendar2 .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    width: auto!important;
	padding: 0;
}
.calendar2 td.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today a {
    border: 1px solid #CCCCCC!important;
}
.calendar2 td a {
    border: 1px solid transparent!important;
}
.calendar2 a.ui-state-default.ui-state-hover {
    background: #E6E6E6;
}
.calendar2 .ui-datepicker-multi .ui-datepicker-group table {
    width: 100%;
    margin: 0;
    margin-top: 5px;
}
.calendar2 .ui-datepicker-group{
	padding: 0 15px;
}
.calendar2 .ui-datepicker td {
    border: 0;
    padding: 1px 1px 0 0;
	overflow: hidden;
}
.calendar2_button_block {
    line-height: 45px;
    margin-top: 45px;
}
.calendar2_button_block .checkbox_block{
	width: auto;
}
.calendar2_button_block .checkbox:not(checked) + label:after {
    top: 15px;
}
.calendar2_button_block .checkbox:not(checked) + label:before {
    top: 12px;
}
.calendar2_button_block .checkbox:not(checked) + label {
    left: 0;
    font-size: 14px;
    font-weight: 600;
    color: #999999;
}
.reset_block{
	position: relative;
}
.reset_block span.info_block {
	width: 160px;
    padding: 0;
    line-height: 33px;
    text-align: center;
    left: 50%;
    margin-left: -80px;
    bottom: 57px;
}
.reset_block .info_block:after {
    width: 7px;
    height: 7px;
    left: 50%;
    bottom: -3px;
    margin-left: -3px;
}
.reset{
	background: url(../img/reset_icon.svg) center no-repeat;
	border: none;
	padding: 0;
    width: 20px;
    opacity: .65;
}
.reset:hover{
	opacity: 1;
}
.reset:hover + .info_block{
	display: block;
}
.light_green_btn{
	background: rgb(211, 238, 217)!important;
	color: #666666!important;
	line-height: 45px!important;
}
.light_green_btn:hover{
	background: rgb(180, 228, 192)!important;
	color: #666666!important;	
}
.light_green{
	background: rgb(211, 238, 217)!important;
}
.light_green:hover{
	background: rgb(180, 228, 192)!important;
}
a.ui-datepicker-prev.ui-corner-all:hover{
	background: none!important;
	background-size: 23px!important;
}
a.ui-datepicker-next.ui-corner-all:hover{
	background: none!important;
	background-size: 23px!important;
}

.last_day,
.start_day{
	position: relative;
}
.last_day:before,
.start_day:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    margin-top: -3px;
}
.last_day:before{
    right: -5px;
}
.start_day:before {
    left: -5px;
}
table.ui-datepicker-calendar .orange_day{
	background: #FF9238!important;
	color: #fff!important;
}
table.ui-datepicker-calendar .orange_day:hover{
	background: #FF7A38!important;
	color: #fff!important;
}
table.ui-datepicker-calendar .green_day{
	background: #5EC478!important;
	color: #fff!important;
}
table.ui-datepicker-calendar .green_day:hover{
	background: #57B66F!important;
	color: #fff!important;
}
table.ui-datepicker-calendar .gray_day{
	background: #B3B3B3!important;
	color: #fff!important;
}
table.ui-datepicker-calendar .gray_day:hover{
	background: #999999!important;
	color: #fff!important;
}
.checked_day{
	position: relative;
}
.checked_day:after{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #fff;
	position: absolute;
	top: 5px;
	right: 5px;
}
.ui-state-disabled span.checked_day:after{
	background: #999999;
}
.ui-state-disabled span.checked_day:hover{
	background: #e6e6e6;
}
input.reset.reset_param{
	background: url(../img/reset_icon-2.svg) center no-repeat;
}
.calendar2_button_block > div + div {
    margin-left: 20px;
}
.reset_block{
    max-height: 45px;
}
.bookings_list {
    width: 960px;
    padding: 30px 35px 30px;
    background: #fff;
    margin: 0 auto;
}
.empty_block {
    /*min-height: 180px;*/
    /*width: 100%;*/
    /*display: table;*/
    text-align: center;
	color: #999999;
	font-size: 26px;
	padding: 80px 0;
}
.empty_block > div {
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    /*text-align: center;
	color: #999999;
	font-size: 26px;*/
}
.bookings_list .nav-tabs>li>a {
    width: 170px;
	padding-left: 45px!important;
}
.search {
	position: relative;
}
.head_block input.text_input.border {
    width: 260px;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
}
.search .search_submit {
    position: absolute;
    top: 0;
    right: 4px;
    background-size: 16px;
    background-position: center;
    height: 35px;
    width: 30px;
}
.head_select{
	width: 170px;
}
.head_block {
    line-height: 33px;
    position: relative;
}
.head_select .jq-selectbox__dropdown {
    left: 0!important;
    top: 35px!important;
}
.head_select .jq-selectbox__select-text {
    padding-left: 10px;
}
.head_block input,
.head_block .head_select *{
	font-size: 14px!important;
	font-weight: 600!important;
	color: #4D4D4D;
}
.head_select .jq-selectbox__dropdown ul {
    padding: 0;
}
.head_select .jq-selectbox__dropdown ul li{
    padding: 0 10px;
}
.head_select .jq-selectbox__dropdown ul li:hover{
	background: #F2F2F2;
	color: #4D4D4D;
}
.head_block .head_date_select input + i{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	width: 30px;
	background: transparent url("../img/search-close.svg") center no-repeat;
	background-size: 10px auto;
	cursor: pointer;
}
.head_date_select input + i:hover{
	opacity: .75;
}
.head_select .jq-selectbox__select-text.placeholder:after, 
.head_select .jq-selectbox__select-text:after {
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #ccc;
    position: absolute;
    right: 10px;
    top: 15px;
}
.head_select .opened .jq-selectbox__select-text.placeholder:after, 
.head_select .opened .jq-selectbox__select-text:after {
    content: '';
    border: 5px solid transparent;
    border-bottom: 5px solid #ccc;
    position: absolute;
    right: 10px;
    top: 10px;
}
.head_date_select input.hasDatepicker {
    text-transform: lowercase;
    width: 160px!important;
}
.head_block .head_date_select .text_input {
    padding-left: 40px!important;
    background: url(../img/calendar.ico.svg) 10px 50% no-repeat;
    background-size: 18px;
}
.head_block .head_date_select .text_input:hover, .head_block .head_date_select .text_input:focus {
    padding-left: 40px!important;
    background: url(../img/calendar.ico.green.svg) 10px 50% no-repeat;
    background-size: 18px;
}
.head_date_select{
	position: relative;
}
.head_date_select input.text_input.border {
    padding-right: 30px;
}
.head_date_select input.text_input::-webkit-input-placeholder {text-transform: none;}
.head_date_select input.text_input::-moz-placeholder          {text-transform: none;}
.head_date_select input.text_input:-moz-placeholder           {text-transform: none;}
.head_date_select input.text_input:-ms-input-placeholder      {text-transform: none;}

.date_select{
	width: 110px;
}
.print_button{
	display: block;
	width: 35px;
	height: 35px;
	background: url(../img/print_btn.svg) center no-repeat;
}
body.calendar2 > div#ui-datepicker-div {
    width: 300px;
    padding: 10px 17px;
    border: none;
    border-radius: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
body.calendar2 .hasDatepicker {
    margin-top: 0;
}
body.calendar2 td.ui-datepicker-current-day a.ui-state-default.ui-state-active, 
body.calendar2 .ui-state-default, 
body.calendar2 .ui-widget-content .ui-state-default, 
body.calendar2 .ui-widget-header .ui-state-default {
    line-height: 28px;
}
.head_block .clearfix > div{
	margin-right: 15px;
}
.print_block.pull-right {margin-right: 0!important;}
 
.body_block .table>thead>tr>td, 
.body_block .table>tbody>tr>td {
    padding: 10px;
    line-height: 1.5;
    vertical-align: middle;
    border-top: 1px solid #D8D8D8!important;
	height: 50px;
}
.body_block .table>thead>tr>td{
	font-size: 13px;
	font-weight: bold;
	color: #4d4d4d;
	background: #F4F4F4;
}
.body_block .table>tbody>tr>td{
	font-size: 14px;
	color: #4D4D4D;
}
.body_block .table>tbody>tr:hover{
	background: #F4F4F4;
	cursor: pointer;
}
.body_block .table{
	border-bottom: 1px solid #D8D8D8!important;
}
.client_number{
	color: #999999;
}
.table .order_status{
	font-size: 14px;
	font-weight: 600;
}
.bookings_list .tab-content {
    padding: 30px 0 10px;
}
.bookings_list .body_block {
    padding-top: 30px;
}
.bookings_list .settings_block {
    width: auto;
    padding: 0;
}
.bookings_list .nav-tabs li a:before,
.bookings_list .nav-tabs li a:after{
	display: none!important;
}
.list_icon a{
	background: #F4F4F4 url(../img/list_icon.svg) 15px 50% no-repeat!important;
	font-weight: 600!important;
	color: #999999!important;
}
.cal_icon a{
	background: #F4F4F4 url(../img/cal_icon.svg) 15px 50% no-repeat!important;
	font-weight: 600!important;
	color: #999999!important;
}
.list_icon.active a{
	background: #fff url(../img/list_icon_active.svg) 15px 50% no-repeat!important;
	color: #57B66F!important;
}
.cal_icon.active a{
	background: #fff url(../img/cal_icon_active.svg) 15px 50% no-repeat!important;
	color: #57B66F!important;
}
.pagination>li>a, 
.pagination>li>span {
    margin-left: 10px;
}
.pagination>li a, 
.pagination>li span {
    border-radius: 0!important;
    border-radius: 0!important;
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span,
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
    font-size: 27px;
    line-height: 1;
    padding: 0;
    height: 35px;
    width: 35px;
    text-align: center;
    font-weight: 600;
    color: #D6D6D6;
	background: #fff;
}
.pagination>li:first-child>a:hover, 
.pagination>li:first-child>span:hover,
.pagination>li:last-child>a:hover, 
.pagination>li:last-child>span:hover {
	color: #fff;
    background-color: #5EC478;
    border-color: #5EC478;
}
.pagination>li>a, 
.pagination>li>span {
    line-height: 33px;
    padding: 0;
    height: 35px;
    width: 35px;
    text-align: center;
	color: #57B66F;
    font-weight: 600;
    font-size: 13px;
	background: #F2F2F2;
	border-color: #F2F2F2;
}
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus {
    z-index: 2;
    color: #57B66F;
    background-color: #E6E6E6;
    border-color: #E6E6E6;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #5EC478;
    border-color: #5EC478;
    cursor: default;
}
.pagination_block{
	text-align: center;
	height: 35px;
	margin-top: 40px;
}
.pagination{
    margin: 0;
}
li.dot span {
    background: none!important;
    border: none!important;
    font-size: 20px;
    line-height: 25px;
    color: #999999!important;
}
.tour_info a:after {
    content: '';
    display: inline-block;
    border: 4px solid transparent;
    border-left: 4px solid #999999;
    margin-left: 5px;
}
.request_block {
    position: relative;
    margin-left: 30px!important;
}
.request_block:before{
	content: '';
	display: block;
	position: absolute;
	height: 22px;
	width: 0;
	left: -15px;
	top: 4px;
	border-left: 1px dashed #D8D8D8;
}

li.page_nav_item a:hover, li.page_nav_item a:focus {
    color: #57B66F;
}
.reviews_item p {
    font-size: 15px;
    line-height: 23px;
}
.offer_public .container .col-lg-3 {
    width: 330px;
}
.offer_public .container .col-lg-9 {
    width: inherit;
}
.calendar_head .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
table.ui-datepicker-calendar td {
    width: 37px;
    height: 30px;
    padding: 0;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.ui-widget {
    font-family: 'Open-sans', 'Arial', 'sans-serif';
}
.ui-datepicker td span,
.ui-datepicker td a,
table.ui-datepicker-calendar td a {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 30px;
    padding: 0;
}
.offer_public table.ui-datepicker-calendar td a b{
    color: #676767;
}
.ui-state-disabled a b{
	font-weight: normal;
	color: #999999;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 1;
}
a.soc_icon.heart_link {
    opacity: 1;
	text-decoration: none!important;
}
.programm_item_title {
    font-weight: bold;
	font-size: 16px!important;
    /*color: #212121;*/
    color: #4d4d4d;
}
.programm_item_description {
    font-weight: bold;
	font-size: 16px!important;
    /*color: #808080;*/
    color: #4d4d4d;
}
.included_block li,
.not_included_block li{
	font-size: 15px;
	line-height: 23px;
	/*font-family: 'Arial', 'Open-sans';*/
	font-family: Open-sans, Arial, sans-serif;
}
.message_user_info .pull-right a {
    font-size: 13px;
}
.message_user_info .pull-right {
    color: #E6E6E6;
}
.row.top_row .radio_block {
    margin-top: 20px;
}
.col-md-4 .jq-selectbox.jqselect.select.count_select.border {
    margin-top: 32px;
    margin-bottom: 30px;
}
.orders_page input.submit_button.reg_button {
    padding: 10px 15px;
    line-height: 1.2;
    width: auto;
    margin: 0;
    border-radius: 0;
}
.orders_page h1, 
.order_block h1 {
    font-size: 22px;
    color: #4d4d4d;
    font-weight: 600;
}
.order_block hr {
    border-color: #e6e6e6;
    margin-top: 30px;
}
.order_description p a {
    font-weight: bold;
}
.order_item.title {
    background: none;
    padding: 20px 0;
}
.order_item.title label {
    margin-top: 5px;
}
.order_item .col-sm-3 div {
    padding-left: 30px;
}
.order_message_title {
    padding: 7.5px 0;
}
.order_message_title > div.close_block.pull-right {
    padding: 0;
    margin-right: 0;
}
.row.mess_row .message_link,
.row.mess_row .download_link {
    border: none;
}
.row.mess_row .message_link:hover,
.row.mess_row .download_link:hover {
    text-decoration: underline;
}
.clearfix.bottom_row label {
    color: #4d4d4d;
}
.order_information span + span {
    border-left: 1px solid #E6E6E6;
    padding: 0 10px;
    margin: 0;
}
.order_information span:first-child{
	padding-right: 10px;
}
.container.top_menu {
    width: 100%;
}
.orders_page .row.title_row {
    padding-top: 16px;
}
.matrix_price span.ui-datepicker-year {
    color: #999!important;
}
.matrix_price .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    background: #E6E6E6;
    width: 100%;
}
.matrix_submit_block {
    background: #E6E6E6;
}
.matrix_price  a.ui-state-default.ui-state-highlight.ui-state-active b {
    color: #fff;
}
.matrix_price td.ui-datepicker-unselectable.ui-state-disabled {
    height: 53px;
    text-align: left;
}
.matrix_price td.ui-datepicker-unselectable.ui-state-disabled span {
    padding-left: 7px;
    text-align: left;
    font-size: 15px;
    color: #B3B3B3;
    background: rgba(255, 255, 255, 0.5);
}
.matrix_price a.ui-datepicker-next.ui-corner-all {
    background: url(../img/cal_next.svg) center no-repeat!important;
    width: 31px;
}
.matrix_price a.ui-datepicker-prev.ui-corner-all {
    background: url(../img/cal_prev.svg) center no-repeat!important;
    width: 31px;
}
span.filter_date.cell {
    padding-left: 50px;
}
.header_filter.cell .header_row {
    width: 470px;
    font-size: 15px;
}
.header_filter{
	border-left: 1px solid #E6E6E6;
	position: relative;
	background: url(../img/filter_icon.svg) 20px 50% no-repeat;
}
.header_filter:after{
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #ccc;
    position: absolute;
    right: 20px;
    top: 27px;
}
.header_filter .cell + .cell{
	border-left: 1px solid #E6E6E6;
}
span.filter_duration.cell {
    width: 110px;
    padding: 0 10px;
}
span.filter_date.cell {
    width: 150px;
    padding-right: 10px;
    text-align: right;
}
span.filter_price.cell {
    padding: 0 10px;
}
.tour_head .container {
    padding: 0;
}
.offer_public .container .col-lg-9 {
    width: 840px;
}
.offer_public div#ui-datepicker-div {
    background: #F4F4F4;
    padding: 10px 18px 15px;
    border: none;
    border-radius: 0;
    width: 300px;
}
.calendar_nav {
    height: 60px;
    background: #F4F4F4;
    display: none;
}
.pull-left.input_select input {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
	margin: 15px 0;
    border: none!important;
	width: 145px!important;
	border-right: 1px solid #D8D8D8!important;
	padding: 0!important;
}
.pull-left.input_select.head_date_select {
	position: relative;
}
.pull-left.input_select.head_date_select:after {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -2px;
	border-width: 5px 5px 0 5px;
	border-style: solid;
	border-color: #b3b3b3 transparent;
	display: block;
	content: '';
}
/*.head_date_calendar*/
/*.pull-left.input_select input:after {
	display: inline-block;
	content: '***';
}*/
.head_date_select.input_select input + i:after{
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #B3B3B3;
    position: absolute;
    right: 20px!important;
    top: 28px;
}
.head_date_select.input_select input:focus + i:after{
    content: '';
    border: 5px solid transparent;
    border-bottom: 5px solid #B3B3B3;
    position: absolute;
    right: 20px!important;
    top: 23px;
}
.calendar_nav a.green_btn {
    padding: 10px 15px;
    margin: 10px 0;
}
.tour_price{
	font-size: 20px;
	line-height: 58px;
	font-weight: 600;
	margin-left: 20px;
}
.tour_price span{
	font-size: 16px;
	font-weight: normal;
}
.calendar_block div#ui-datepicker-div {
    margin-top: 15px;
    border-top: 1px dashed #ccc!important;
}
.calendar_head.group_head .clearfix {
    line-height: 35px;
    color: #B3B3B3;
}
.group_head .calendar_head_price.pull-right {
    font-size: 14px;
    font-weight: normal;
}
.group_head .calendar_head_price.pull-right span {
    font-size: 22px;
    font-weight: bold;
}
.calendar_head.group_head .clearfix + .clearfix {
    border-top: 1px solid #E6E6E6;
}
.calendar_head.group_head .clearfix.group_head_price {
    color: #808080;
}
.group_head_title {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 12px;
}
.calendar_head.group_head.clearfix {
    padding: 20px 20px 10px;
}
/*
***
templates/template33/style.css
.offer-item-calendar__caption + margin-top: 5px;
.group_head_price.group_head_price_unavailable {
	color: white;
	background-color: #e45c5d;
	margin: -20px -20px -11px;
	padding: 0 20px;
	height: 68px;
	line-height: 68px;
	font-weight: bold;
}
***
*/

.delete_button_block.cell {
    width: 30px;
}
.numberday.cell {
    width: 60px;
}
.day_select.cell .jq-selectbox {
    width: auto;
    padding-right: 45px;
}
/* .day_select.cell .jq-selectbox__select {
    position: static!important;
} */
.day_select.cell {
    width: 75px;
    padding-left: 5px;
}
.day_select.cell .jq-selectbox__select-text:after {
    right: -16px;
    /* top: 14px!important; */
}
.day_select.cell .jq-selectbox__dropdown ul {
    padding: 5px 0;
    width: 135px;
    font-weight: normal;
}
.small_textarea_block {
    position: relative;
}
.placeholder_textarea {
    position: relative;
    left: 0;
    height: 75px;
    width: 100%;
    padding: 0 5px;
    color: #B3B3B3;
}
.sm_area_block.border {
    min-height: 75px!important;
}
.included_item .border, 
.not_included_item .border{
	border-color: #d8d8d8!important;
}
.current .location_namber {
    background: #5EC478;
}
.row.title_row h5 {
    font-weight: normal;
}
.reg_form_description.row label.checkbox {
    float: left;
    padding-left: 30px;
}
.fail_offer .reg_form_title {
    font-size: 20px;
    text-align: left;
    padding-left: 30px;
	background: url(../img/warning.svg) left center no-repeat;
}
.fail_offer {
    background: #FFFAD4;
    padding: 45px 55px;
    margin: -45px -55px 0;
    border-bottom: 1px solid #DE4D43;
}
.ativate .reg_form_title {
    text-align: left;
}

#reg{
	display: none;
	margin: 0;
	padding: 20px 70px;
}
.photo_item.current_photo_item i {opacity: 0;}
.photo_item.current_photo_item:hover i {
    opacity: 1;
}
.day_select.cell .jq-selectbox__dropdown ul li {
    padding: 0 13px;
}
.day_select.cell .jq-selectbox__dropdown ul li:hover {
   background: #F4F4F4;
}
.opened .jq-selectbox__select-text:after {
    content: '';
    border: 5px solid transparent;
    border-bottom: 5px solid #ccc;
    position: absolute;
    top: 9px!important;
}
.time_from_to.cell {
    width: 130px;
}
.not_included_block {
    margin-top: 65px;
}
/* header */
header .container {
    width: 100%;
}
.logo.cell {
    width: 175px;
}
.add_block.cell {
    min-width: 175px;
    width: 175px;
    max-width: 175px;
}
.day_head.clearfix .jq-selectbox {
    width: auto;
}
.ui-state-default{
    color: #676767!important;
    font-weight: bold!important;
}
td.ui-datepicker-unselectable.ui-state-disabled span {
    color: #999999!important;
	font-weight: normal!important;
}
a.gallary_all_items.gallary_item.gallary_small {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: table;
	background: rgba(0, 0, 0, .6)!important;
	color: #fff;
	text-decoration: none;
}
a.gallary_all_items.gallary_item.gallary_small span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 19.18px;
}
.gallary_list.clearfix {
    position: relative;
}
/* .fancybox-title.fancybox-title-float-wrap {
    background: none;
} */
span.location_point.location_point_green {
    background: url(../img/map_point_green.svg) center no-repeat;
    height: 24px;
    width: 24px;
    margin: 0;
    display: inline-block;
    margin: 0 5px -6px 0;
    background-size: 18px;
}
.map_location_block.location_info > div {
    line-height: 1.5;
    font-size: 14px;
    color: #666666;
}
.map_location_block.location_info {
    padding: 16px 15px;
}
.location_nav {
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 10;
}
.location_nav a{
	width: 11px;
	height: 18px;
	margin: 18px 8px;
	display: inline-block;
}
.loc_prev{
	background: url(../img/loc_prev.svg) no-repeat;
}
.loc_prev:hover{
	background: url(../img/loc_prev_hover.svg) no-repeat;
}
.loc_next{
	background: url(../img/loc_next.svg) no-repeat;
}
.loc_next:hover{
	background: url(../img/loc_next_hover.svg) no-repeat;
}
.map_location_block.add_location.add_programm {
    padding: 13px 15px 13px 15px;
    max-height: 75px;
    margin: 0;
}
.map_location_block.add_location.add_programm div {
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.urers_map_block{
	color: #666666;
}
.count_select .jq-selectbox__select-text.placeholder {
    color: #4D4D4D;
    font-size: 14px;
    width: 100%!important;
}
.count_select .jq-selectbox__select-text:after {
    border: 5px solid transparent;
    border-top: 5px solid #B3B3B3;
    top: 16px!important;
    right: 8px!important;
}
.count_select.opened .jq-selectbox__select-text:after{
	border: 5px solid transparent;
    border-bottom: 5px solid #B3B3B3!important;
	top: 10px!important;
}
.matrix_price .nav-tabs>li>a:hover {
    background-color: #D4EFDB;
}
.order_block .order_info {
    line-height: 25px;
}
.company_information_block{
	margin-left: 130px;
}
.jq-selectbox__select-text.placeholder {
    max-width: 100%;
    /* width: 100%!important; */
}
.phone_block > div:first-child {
    padding-right: 30px;
}
.offer_information_block .checkbox_block {
    width: auto;
}
.calendar2 .ui-datepicker td {
    padding: 0;
    height: inherit;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.calendar2 .ui-datepicker td {
    padding: 0;
}
.settings_block.calendar2 a.ui-datepicker-next.ui-corner-all,
.settings_block.calendar2 a.ui-datepicker-prev.ui-corner-all {
    background-size: 30px 30px!important;
    width: 30px;
}
.close_link:hover{
	background: url(../img/close_link_hover.svg) center no-repeat;
}
.edit_block hr{
    border-top: 1px solid #E6E6E6;
}
.edit_block a.add_time {
    margin-top: 0;
}
.set_resurses input.text_input {
    padding-left: 10px;
}
.info_icon:hover {
    background: url(../img/info_icon_hover.svg) right top no-repeat;
}
.edit_block input {
    padding-left: 10px;
}
.small_check.checkbox:disabled + label:after {
    background: #CCCCCC;
}
.small_check.checkbox:disabled + label {
    color: #999999;
}
.edit_block .remove_btn {
    background: url(../img/del_time.svg) center no-repeat;
    border: none!important;
    box-shadow: none!important;
}
.edit_block .remove_btn:hover {
    background: url(../img/del_time_hover.svg) center no-repeat;
}
.edit_group_popup {
    width: 350px;
	padding: 30px 50px 45px 60px;
	display: none;
}
.edit_group_popup .form_row {
    display: table;
    width: 100%;
    padding: 0;
    margin-bottom: 8px;
    min-height: 6px;
}
.edit_group_popup .form_cell {
    display: table-cell;
	vertical-align: middle;
}
.form_cell.form_cell_b {
    padding: 0 10px;
    font-size: 13px;
    color: #999999;
}
.form_cell.form_cell_descr {
    padding: 0 10px 0 15px;
    font-size: 13px;
    color: #999999;
}
.edit_group_popup .form_cell input {
    line-height: 36px;
    text-align: center;
    padding: 0!important;
    font-size: 20px;
    color: #4D4D4D;
    font-weight: bold;
    width: 55px;
}
.form_cell_remove{
	position: relative;
	width: 0;
	padding: 10px;
	visibility: hidden;
}
.form_cell_remove a{
	left: inherit!important;
	right: 0;
	top: 10px;
}
.edit_group_popup .form_row + .form_row .form_cell_remove{
	visibility: visible;
}
.form_block_title{
	font-size: 19px;
	font-weight: 600;
	color: #4D4D4D;
	margin-bottom: 30px;
}
.form_row a.add_time {
    margin-top: 5px;
}
.edit_button_block.form_row a.submit_button {
    padding: 11px 10px;
    line-height: 1;
    font-size: 13px;
}
.form_descr{
    line-height: 34px;
	color: #DE4D43;
}
.description_area_block {
    display: none;
}
.top_menu_item  select.select {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker .ui-datepicker-title {
    font-size: 17px;
}
a.message_submit.cancel_btn:hover {
    background: #e6e6e6;
    color: #808080;
}
.offer_public p{
	font-size: 15px!important;
	line-height: 23px!important;
}
.mobile_title_block h1 {
    font-size: 21px;
    font-weight: 600;
    color: #4D4D4D;
    text-align: center;
    line-height: 30px;
    padding: 15px 10px 5px;
    margin: 0;
    padding-top: 15px;
}
.mobile_title_block .tour_information {
    color: #999;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    padding: 5px;
}
.mobile_title_block .tour_information a{
    color: #999;
}
.mobile_title_block .tour_duration {
    color: #4D4D4D;
    font-size: 19px;
    border: none;
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: 600;
    padding: 8px 0 20px 0;
}
.mobile_title_block {
    background: #F2F2F2;
	display: none;
}
.mobile_block{
	display: none;
}
.message_form_block > .pull-right a {
    color: #999999;
	line-height: 30px;
}
.message_form_block > .pull-right a:hover {
    color: #57b66f;
    text-decoration: none;
}
.question_popup {
    padding: 35px;
	display: none;
	width: 890px;
	max-width: 100%;
}
.question_popup .message_form_block {
    padding: 0!important;
}
.question_popup .textarea {
    width: 100%;
    margin: 15px 0;
}
.question_popup .user_photo_block.left {
    padding-left: 0;
}
.popup_title {
    font-size: 19px;
    font-weight: 600;
    color: #4D4D4D;
    margin-bottom: 25px;
}
.question_popup a.message_submit.cancel_btn {
    line-height: 1;
    padding: 11px 10px!important;
}
.top_row .col-md-4 {
    padding-left: 0;
    padding-right: 30px;
	position: relative;
	/*left: -20px;*/
	/*left: 10px;*/
}
.mobile,
.tablet{
	display: none;
}
.phone_number_block .code_select_block {
    float: left;
    margin-right: 15px;
    left: 0;
}
.phone_number_block > div {
    float: left;
}
.row.price_block.mobile * {
    line-height: 29px;
    margin: 0;
    max-height: 29px;
}
.title_row .col-sm-3.col-xs-hidden .price {
	padding-top: 37px;
}
.row.price_block.mobile {
    margin-top: 20px;
}
.company_reg_block .reg_form_title {
    text-align: left;
}
.order_message_title a.cancel_link {
    padding: 0 9px;
}
.order_message_title .order_link {
    border-left: 1px solid #E6E6E6;
}
.message_form_block .pull-right {
    color:  #e6e6e6;
    top: -5px;
    position: relative;
    margin-top: -35px;
    line-height: 40px;
}
.message_form .mess_row .message_submit {
    margin-left: 7px;
}
.message_form .mess_row .message_submit.green_btn {
    float: right;
}
.cancel_delete_btn {
    margin-left: 12px;
}
.map_location_block.add_location.add_programm .textarea {
    width: 100%;
    height: 60px;
    min-height: 60px;
    max-height: 55px;
    line-height: 30px;
    padding: 0;
}
.orders_page .message_block.row {
    padding-right: 15px;
}
.orders_page .row.title_row h5 {
    font-size: 15px;
    color: #808080;
}
.order_message_info_price a {
    color: #4D4D4D;
    border-bottom: 1px dashed #4D4D4D;
}
.order_message_info_price a:hover {
    border-bottom: none;
    text-decoration: none;
}
.container.orders_page .download_link {
	font-size: 14px;
}
a.rev_link {
    margin-top: 15px;
    display: inline-block;
    /* display: block; */
}
.programm_item * {
    font-size: 15px;
    line-height: 23px;
}
.offer_public .programm_block {
    padding-bottom: 33px;
}
.map_block + .map_block {
    margin-top: 20px;
}
.offer_public .not_included_block {
    margin-top: 25px;
    margin-bottom: 40px;
}
.included_block h3 {
    margin-bottom: 15px;
}

.not_included_block h3 {
    margin-bottom: 15px;
    margin-top: 30px;
}
.order_item.title + .order_item {
    margin-top: 0;
}
.button_submit_block .submit_button {
    font-size: 16px;
    font-weight: bold;
}
.offer_public .programm_block .programm_item + .programm_item {
    margin-top: 30px;
}
.tour_head .tour_place {
    position: relative;
    top: -3px;
}
.bold{
	font-weight: bold;
}
.settings_block .code_select_block {
    padding-right: 5px!important;
    width: 125px!important;
}

.settings_block .jq-selectbox__dropdown{
	left: 0!important;
}
.settings_block .jq-selectbox__select-text:after {
    border: 5px solid transparent;
    border-top: 5px solid #999999;
    right: 11px;
    top: 16px;
}
.settings_block .opened .jq-selectbox__select-text:after {
    border: 5px solid transparent;
    border-bottom: 5px solid #999999;
    top: 11px!important;
}
.settings_block .contact_row.clearfix input{
	padding-right: 10px;
}

.delete_contact_row .close_icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-size: 20px;
    background-position: 0 0;
}
.delete_contact_row .close_icon:hover{
	background-position: 0 -20px;
}
.delete_contact_row .delete:hover .close_icon {
	/* border: 1px solid #666666; */
}
.delete_contact_row {
    position: absolute;
    right: -29px;
    bottom: 10px;
}
.contact_row.clearfix {
    position: relative;
}
.delete_popup {
    max-width: 400px;
    padding: 40px 30px;
    text-align: center;
	display: none;
}
.popup_button_block .submit_button.small_submit {
    width: 77px;
}
.popup_button_block {
    margin-top: 15px;
}
.settings_block .radio_row {
    /* line-height: 20px; */
    margin-bottom: 10px;
}
.settings_block h5 {
    margin-top: 20px;
}
.bookings_list_body .container {
    min-width: 960px;
}
.bookings_list_body .page {
    min-width: 960px;
    padding: 40px 0;
}
td.date_td {
    width: 125px;
}
td.date_tour_td {
    width: 125px;
}
td.price_td {
    width: 90px;
}
.tour_info.resources_link.pull-left {
    margin-left: 15px;
}
.settings_block.calendar2 td.ui-datepicker-current-day a.ui-state-default.ui-state-active{
	color: #555555!important;
}
.client_order_popup {
    padding: 35px;
    text-align: center;
    /*max-width: 520px;*/
    width: 500px;
	display: none;
}
.client_order_popup.ok_popup{
	max-width: 590px;
}
.client_order_popup .message_submit {
    margin: 0 4px;
}
.popup_tour_info {
    color: #4D4D4D;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
}
.popup_button_block.text-center {
    margin-top: 25px;
}
.popup_button_block.text-center .message_submit{
    min-width: 80px;
}
.client_order_popup.complain {
    text-align: left;
    width: 520px;
    padding: 35px 50px;
}
.client_order_popup.complain .textarea.border {
    width: 100%;
    margin-top: 10px;
}
.client_order_popup.complain .border:focus,
.client_order_popup.complain .border:hover{
	border-color: #9BD9AA!important;
}
.client_order_popup.complain .message_submit{
	margin: 0;
}
.search_reset {
    background: #fff url(../img/search_reset.svg) center no-repeat;
    border: none;
    position: absolute;
    top: 1px;
    right: 4px;
    background-position: center;
    height: 33px;
    width: 30px;
    display: none;
}
input#search_input {
    background: url(../img/search.svg) 229px 50% no-repeat
}
.edit_block_body .nav-tabs>li>a:hover{
	background-color: #eaeaea!important;
}
.client_order_popup .radio_row .textarea {
    display: none;
}
.client_order_popup .radio_row .radio:checked + label + .textarea {
    display: block;
}
.code_select_block .jq-selectbox__dropdown ul {
    padding: 5px 0;
}
.code_select_block .jq-selectbox__dropdown li {
    padding: 0 10px;
}
.code_select_block .jq-selectbox__dropdown li:hover{
    background: #F4F4F4;
}
.client_order_popup.complain label.radio_btn b {
	font-weight: normal;
}
.client_order_popup.complain label.radio_btn {
	height: 20px;
	line-height: 20px;
	margin-bottom: 13px;
}
.client_order_popup.complain span.radio_button {
	top: 0;
	float: left;
}
.client_order_popup.complain .radio_row {
	line-height: 20px;
}
.reviews_item p:last-child {
    margin-bottom: 0;
}
.reviews_block .rev_link {
    margin-top: 2px;
    position: relative;
}
.settings_block input,
.settings_block .textarea{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
}
.settings_block .textarea{
	line-height: 23px;
	padding-top: 10px;
}
.message_text_block {
    clear: both;
}
.message_text .pull-right {
    position: absolute;
    right: 0;
    top: -30px;
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: .3s;
    color: #e6e6e6;
}
.message_block:hover .message_text .pull-right{
	opacity: 1;
	visibility: visible;
}
.message_text .pull-right a{
	color: #999999;
}
.label_for_phone,
.label_for_address{
	position: absolute;
    line-height: 34px;
    left: 0;
    bottom: 0;
    padding-bottom: 6px;
    font-size: 17px;
    opacity: 0;
	color: #B3B3B3;
}
.about_company .reg_placeholder {
    bottom: inherit;
    top: 47px;
}
.about_company .reg_textarea:focus + .reg_placeholder,
.about_company.full .reg_placeholder {
    bottom: inherit;
    top: 15px;
}
.about_company .reg_textarea:focus,
.about_company.full .reg_textarea {
    line-height: 21px!important;
	padding-top: 10px;
}
.col-md-9.phone_block.clearfix {
    min-width: 495px;
}
.label_for_phone {
	width: 43px;
}
.fixed_html .fancybox-title.fancybox-title-float-wrap {
    bottom: inherit;
    top: 12px;
    text-align: left;
    left: 15px;
    width: 100%;
    position: fixed;
    z-index: 99;
    padding-right: 65px;
}
.fixed_html .fancybox-overlay.fancybox-overlay-fixed {
    background: #fff;
    overflow: hidden;
}
.fixed_html .container,
.fixed_html .photo_gallary {
	opacity: 0;
}
.fixed_html .fancybox-type-image .fancybox-skin {
	background: transparent!important;
	box-shadow: none!important;
}
.fancybox-title-float-wrap .child {
    margin-right: 0;
    background: none;
    font-size: 16px;
    color: #999999;
    font-weight: 600;
    font-family: "Open-sans";
    text-shadow: none!important;
    padding-left: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding-right: 0;
}
.fancybox-nav span{
	background: url(../img/gallary_nav.svg) no-repeat;
	width: 24px;
	height: 46px;
	margin-top: -14px;
	visibility: visible;
}
.fancybox-next span {
    background-position: -24px 0!important;
    right: 18px;
}
.fancybox-prev span {
    left: 18px;
    background-position: 0 0!important;
}
.fancybox-type-image .fancybox-close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 100%;
    height: 50px;
    background: url(../img/gallary_close.svg) no-repeat;
    background-size: 15px;
    z-index: 9999;
}
a.fancybox-nav {
    position: fixed;
    width: 50%;
}
.not_resp{
	min-width: 1050px;
}
body.not_resp .orders_page {
    width: 990px;
}
.offer_information_block h4 a{
	color: #4D4D4D;
	/*transition: .3s;*/
	font-size: 23px;
	line-height: 29px;
	font-weight: 600;
}
.offer_information_block h4 a:hover{
	/*color: #57B66F;*/
	text-decoration: none;
}
.remove_doc {
    display: inline-block;
    width: 10px;
    height: 10px;
	margin-left: 10px;
    background: transparent url("../img/search-close.svg") center no-repeat;
    background-size: 10px auto;
}
.remove_doc:hover {
    opacity: .75;
}
.fancybox-overlay-fixed {
	height: 100%!important;
	width: 100%!important;
}
.fancybox-overlay{
	position: fixed!important;
	z-index: 999;
}
.fixed_html body,
.fixed_html{
	overflow-y: hidden!important;
	z-index: 0;
	position: relative;
	height: 100%;
}
.not_resp header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}
.not_resp .top_menu {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 4;
}
.not_resp {
    padding-top: 120px;
}
/*таблица*/
.thead {
    display: table;
    width: 100%;
}
.tr {
    display: table-row;
}
.tr > div {
    display: table-cell;
    padding: 10px;
    line-height: 1.5;
    vertical-align: middle;
    border-top: 1px solid #D8D8D8!important;
    height: 50px;
}
.thead .tr > div {
    font-size: 13px;
    font-weight: bold;
    color: #4d4d4d;
    background: #F4F4F4;
}
.tbody {
    display: table;
    width: 100%;
}
.tbody .tr > div{
	font-size: 14px;
    color: #4D4D4D;
}
.tbody .tr:hover{
    background: #F4F4F4;
	text-decoration: none;
}
.number_td {
    width: 70px;
}
.date_td {
    width: 125px;
}
.name_td {
    width: 175px;
}
.date_tour_td {
    width: 125px;
}
.time_td {
    width: 70px;
}
.price_td {
    width: 90px;
}
.count_td {
    width: 60px;
}
input#select_datepicker:disabled {
    background: transparent;
    color: #EA5757;
    font-size: 14px;
    width: 200px!important;
}
input#select_datepicker:disabled + i {
    display: none;
}
.not_available_title,
.disabled_offer{
	color: #EA5757;
	font-size: 16px;
	font-weight: 800;
	padding: 15px 0;
}
.not_available_description,
.disabled_offer_descr {
    font-size: 14px;
    padding: 17px 20px;
    color: rgba(128, 128, 128, 0.6);
    font-weight: 800;
	min-height: inherit!important;
}
.not_available {
    border-top: 1px dashed #CCCCCC;
    text-align: center;
}
.not_available_title {
    padding-bottom: 0;
}
.not_available_description {
    padding-top: 10px;
}
.calendar_nav .disabled_offer_descr {
    float: left;
    padding: 20px 25px;
}
.bus_icon {
    padding-left: 17px;
	background: url(../img/bus_icon.svg) center left no-repeat;
	color: #999999;
	margin-left: 10px;
}
.top_menu_select .jq-selectbox__dropdown ul{
	max-height: 350px!important;
}
.top_menu_select .jq-selectbox__dropdown ul li {
    line-height: 49px;
    border-top: 1px solid #E6E6E6;
	color: #4D4D4D;
}
.top_menu_select .jq-selectbox__dropdown ul li.sel,
.top_menu_select .jq-selectbox__dropdown ul li:hover{
    background: #F4F4F4;
}
span.location_start_point {
    text-align: center;
    top: auto;
    background: url(../img/bus_icon_green.svg) center no-repeat;
    width: 17px;
    height: 20px;
    display: inline-block;
    margin: 0 10px -4px 4px;
}
.map_location_block .text_input::-webkit-input-placeholder {color:#b3b3b3;}
.map_location_block .text_input::-moz-placeholder          {color:#b3b3b3;}
.map_location_block .text_input:-moz-placeholder           {color:#b3b3b3;}
.map_location_block .text_input:-ms-input-placeholder      {color:#b3b3b3;}
.map_location_block .text_input{font-size: 16px;}

.count_select .jq-selectbox__dropdown ul {
    /*padding: 5px 0 0;*/
    padding: 0;
    max-height: 396px!important;
}
.count_select .jq-selectbox__dropdown li {
    padding: 0 10px;
}
.count_select .jq-selectbox__dropdown li:hover {
    background: #F4F4F4;
}
table.ui-datepicker-calendar td.ui-datepicker-other-month a, 
table.ui-datepicker-calendar td.ui-datepicker-other-month span {
    color: #afafaf!important;
    font-weight: normal!important;
    opacity: 1!important;
}
.calendar_block .ui-state-default:hover {
    background: #5ec478!important;
    color: #fff!important;
}
.calendar_head + div {
   min-height: 292px;
}
.calendar_head_unavailable + div {
   min-height: 75px;
   padding-bottom: 30px;
}
.calendar_head + div td.ui-datepicker-week-end a.ui-state-default {
    background: #cdedd5;
}
.edit_button_block .col-xs-6.text-left {
    line-height: 40px;
}
a.remove_link{
	color: #CCCCCC;
	font-weight: bold;
	font-size: 13px;
}
a.remove_link:hover{
	color: #808080;
	text-decoration: none;
}
.top_menu_button_block {
    position: absolute;
    right: 30px;
    top: 12px;
}
.top_menu_gray_btn {
	padding: 11px 15px 11px;
    display: block;
	font-size: 13px;
	color: #fff;
	background: #808080;
	font-weight: bold;
	line-height: 1;
}
.top_menu_gray_btn:hover {
	background: #999999;
	color: #fff;
	text-decoration: none;
}
.top_menu{
	position: relative;
}
.fixed_width{
	min-width: 1100px;
}
.disabled_people {
    background: #F4F4F4;
    padding: 8px 10px;
    width: 130px;
    display: inline-block;
    color: #B3B3B3;
    border: none;
    margin-bottom: 15px;
	font-weight: normal;
}
.gray_text{
	color: #565656;
	font-size: 17px;
}
.default_user_photo{
	background: url(../img/profile_def_avatar.svg) 50% 50% no-repeat;
	background-size: 100%;
}
/*
.offer_button_block a.transparent_btn {
    background: #808080;
    color: #fff;
}
.offer_button_block a.transparent_btn:hover {
    background: #676767;
    background-color: #e6e6e6;
}
*/   

.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
display: block;
height: 23px;
width: 23px;
background: transparent url("../img/calendar.arrows.sprite.svg") 0 0 no-repeat;
background-size: 69px 46px;
content: '';
}
a.ui-datepicker-prev.ui-corner-all:before { background-position: 50% 0; }
a.ui-datepicker-prev.ui-corner-all:hover:before { background-position: 100% 0; }
a.ui-datepicker-prev.ui-corner-all:active:before { background-position: 50% 0; }
a.ui-datepicker-next.ui-corner-all:before { background-position: 50% 100%; }
a.ui-datepicker-next.ui-corner-all:hover:before { background-position: 100% 100%; }
a.ui-datepicker-next.ui-corner-all:active:before { background-position: 50% 100%; }

.phone_number_block .intl-tel-input.allow-dropdown,
.phone_row .phone_block .intl-tel-input.allow-dropdown {
    margin-left: 125px;
}
.phone_number_block .intl-tel-input.allow-dropdown input[type=tel],
.phone_row .phone_block .intl-tel-input.allow-dropdown input[type=tel] {
    margin-left: 0!important;
	padding-left: 10px;
}
.phone_number_block .flag-container,
.phone_row .phone_block .flag-container {
    width: 115px;
    margin-left: -120px;
    border: 1px solid #D8D8D8;
}
.phone_number_block .intl-tel-input.allow-dropdown .selected-flag,
.phone_row .phone_block .intl-tel-input.allow-dropdown .selected-flag {
    width: 100%!important;
    height: 100%!important;
    border-bottom: 0!important;
}
.phone_row .phone_block .p__frow {
    padding-top: 0!important;
	padding-right: 0;
}
.phone_row .phone_block .p__code {
    padding: 4px 15px;
}
.company_reg_block .form_row.phone_row{
	z-index: 10;
}
.company_reg_block .form_row.phone_row .p__frow {
    padding-top: 15px;
}
.phone_number_block .flag-container {
    width: 80px!important;
	margin-left: -90px!important;
}
.phone_number_block .intl-tel-input.allow-dropdown{
    margin-left: 90px;
}
.phone_number_block .p__frow {
    padding-top: 0;
}
.phone_number_block .p__code {
    padding: 2px 10px;
}
td.ui-datepicker-days-cell-over.ui-datepicker-today a {
    border: 1px solid #b3b3b3!important;
}

/*select_day*/
.pull-left.input_select.head_date_select:after {
	position: absolute;
	display: block;
	content: '';
	height: 100%;
	width: 110px;
	left: 0;
	top: 0;
	border: none;
	margin: 0;
	z-index: 20;
}
.pull-left.input_select.head_date_select i {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 100%;
	z-index: 0;
}
.pull-left.input_select.head_date_select input {
	z-index: 10;
	position: relative;
}
.pull-left.input_select.head_date_select input:focus{
	z-index: 0;
}
.pull-left.input_select.head_date_select input:focus + i{
	z-index: 10;
}
/**/