:root 
{
	--main_color: #FFD671;
	--main_color: #FFD66F;
	--second_color: /*#5BD7F1*/#777775;
	--blue_color: /*#5BD7F1;*/ /*#c0c0c0;*/ #bdbdb9;
	--blue_color: /*#5BD7F1;*/ /*#c0c0c0;*/ #bbbbb0;
	--blue_color: #5BD7F1;
	--hover_blue_color: /*#65E1FB;*/ #b0b0a0;
	--hover_blue_color: #65E1FB;
	--hover_main_color: #FFE47F;
	--border_color: #D2D2D2;
	--border_color: #CFCFCF;
	--text_color: #444444;
	--light_text_color: /* #A9A9A9 */ #ACACAC;
	--button_color: #636363;
	
	--li_color: #E8E8E8;
	--off_color:#FAFAFA; /*#F5F5F5;*//*58585A*/
	--off_color:#f2f2ee; /*#F5F5F5;*//*58585A*/
	
	--shadow:rgba(5,5,5,0.18);
	--shadow:rgba(5,5,5,0.18);
	
	
	--admin: #64E4A4;
	--agent: #FFFF82;
	--client: #AAFFFF;
	--absent: #FF8282;
	--cancel: #C3C3C3;
}
@font-face 
{
	font-family: "AvenirNextCyr";
	src: url("../font/AvenirNextCyrBold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
} 
@font-face 
{
	font-family: "AvenirNextCyr"; 
	src: url("../font/AvenirNextCyr.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal; 
}  
@font-face 
{
	font-family: "pysanyi"; 
	src: url("../font/pysanyi.otf") format("truetype"); 
	font-style: normal; 
	font-weight: normal; 
} 
@font-face 
{
	font-family: "AvenirNextCyr"; 
	src: url("../font/AvenirNextCyrDemi.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 600; 
} 
 
@font-face 
{
	font-family: "AvenirNextCyr"; 
	src: url("../font/AvenirNextCyrHeavy.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 800; 
} 




html {
	font-size: 90%;
}

@media only screen and (max-width: 690px) {	
html {
	font-size: 100%;
}
}






.booked div:hover {
	text-decoration: underline;
	color:green
}






/* html {
	transform: scale(0.8);
    transform-origin: 0 0;
    width: 125%;
    height: 125%;
}
 */





p.somethingbad {
	color: var(--text_color);
	font-size: 85%;
	margin: auto;
	text-align: center;
}
body 
{
	margin: 0;
	font-family: AvenirNextCyr;
}


html.uk *[lang=ru], html.uk *[lang=en],
html.ru *[lang=uk], html.ru *[lang=en],
html.en *[lang=uk], html.en *[lang=ru]
{
	display: none;
}

main
{
	margin: -20px auto auto auto;margin: -18px auto auto auto;background-color: white;border-radius: 2px;position: relative;
}
@media only screen and (max-width: 690px) {	
main
{
	width: 100%;
	margin-top:-20px;
}
}




main div.mainimage
{
	margin: 0 0 8px 0;margin: 0 0 7px 0;
	box-shadow: 0px 2px 2px -1px var(--shadow);
	position: relative;
	padding: 19px 0 11px 0px;padding: 17px 0 10px 0px;
}
@media only screen and (max-width: 690px) {	
main div.mainimage
{
	box-shadow: 0px 2px 1px -1px var(--shadow);
	margin: 0 0 5px 0;
	display: block;
	width: auto;
	padding: 18px 0 11px 6px;
	padding: 16px 0 7px 6px;
}
}
main div.mainimage .draw
{
	margin-left: auto;
	margin-right: auto;
	width: 693px;width: 624px;
	position: relative;
}
@media only screen and (max-width: 690px) {	
main div.mainimage .draw
{
	width: auto;
}
}
main div.mainimage .draw img
{
	width: 230px;width: 207px;
	display: inline-block;
	/*float: left;*/
	margin-right: 5px;
	
	cursor: pointer;
}
@media only screen and (max-width: 690px) {	
main div.mainimage .draw img
{
	width: 210px;
}
}
main div.mainimage .draw span.x 
{
	color: var(--button_color);
	font-weight: 600;
	display: inline-block;
	margin-top: 1px;
	font-size: 135%;
	font-size: 138%;
	font-size: 132%;
	line-height: 17px;line-height: 15px;
}
main div.mainimage .draw span.tel
{
	font-size: 64%;
	padding-left: 1.5px;
	cursor: pointer;
}
@media only screen and (max-width: 690px) {	
main div.mainimage .draw span.x 
{
	font-size: 125%;
	font-size: 123%;

}
@media only screen and (max-width: 335px) {	
main div.mainimage .draw span.x 
{
	font-size: 110%;

}	
}
main div.mainimage .draw img
{
	margin-right: 3px;
}
main div.mainimage .draw span.tel
{

}
}
main div.mainimage div.siteoption
{
	box-shadow: inset 0px 0px 0px 0px var(--shadow);
	border-radius: 3px;
	height: 92px;
	margin-left: 9px;
	margin-top: 1px;
	margin-top: 0px;
	font-family: AvenirNextCyr;
	display: none;
}
main div.mainimage div.siteoption.mob 
{
	display: none;
	height: auto;
}
@media only screen and (max-width: /*720px*/630px) {
main div.mainimage div.siteoption.comp
{
	display: none;
}
}
div.siteoption div
{
	display: flex;
	border: 2px solid white;
}
div.siteoption.mob div 
{
	display: inline-block;
}
div.siteoption div div 
{
	width: 149px;
	height: 26px;
	background-color: var(--blue_color);
	border-radius: 4px;
	border: 0.5px solid var(--blue_color);
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: 1px 1px 1px 0px var(--shadow);
}
div.siteoption.mob div div
{
	display: flex;
}
div.siteoption div div:hover
{
	background-color: var(--hover_blue_color);
	border-color: var(--hover_blue_color);
}
div.siteoption div div img
{
	width: 16.5px;
	height: 19px;
	padding-top: 2.5px;
	padding-left: 5px;
}
div.siteoption div.question div img
{
	padding-left: 4px;
	width: 19px;
}
div.siteoption div.viber div img
{

}
div.siteoption div.calling div img
{

}
div.siteoption div div span
{
	color: white;
	/*color: var(--text_color);*/
	font-size: 67%;
	letter-spacing: 0.5px;
	margin: auto;
	margin-top: 5.5px;
	padding-right: 2px;
}
div.siteoption div.question div span
{
	padding-left: 2px;
}

div.siteoption div.tel div 
{
height: 31px;
position: relative;
}
div.siteoption div.tel div span.numer
{
	margin-top: 11.5px;
	font-weight: bold;
	font-size: 72%;
}
div.siteoption div.tel div span.sign
{
	position: absolute;
	top: -6px;
	left: 8px;
	font-size: 55%;
	text-align: left;
}








tabs
{
	padding-left: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 698px;width: 628px;
	/* opacity:0.97; */
}
@media only screen and (max-width: 690px) {	
tabs
{
	padding-left: 0.5%;
	padding-right: 0.5%;
	width: auto;
}
}
tabs div 
{
	margin: 2px;
	color: var(--button_color);
	/* color: #636363e0; */
	display: inline-block;
	padding: 12px 0 9px 0;padding: 11px 0 8px 0;
	width: 170px;width: 153px;
	text-align: center;
	background-color: var(--main_color);
	border-radius: 3px;
	font-size: 100%;
	/* font-size: 93%; */
	font-weight: bolder;
	font-weight: 600;
	/* font-weight: 700; */
	cursor:pointer;
	box-shadow: 1.5px 1.5px 0.5px 0 var(--shadow);
	position: relative;
	text-transform: lowercase;
}
@media only screen and (max-width: 690px) {	
tabs div
{
	margin-left: 0.4%;
	margin-right: 0.4%;
	padding-top:13px;
	padding-bottom:10px;
	width: 24.1%;
	border-radius: 2px;
	font-size: 75%;
	font-size: 89%;
	letter-spacing: -0.2px;
}
}
@media only screen and (max-width: 600px) {	
tabs div
{
	font-size: 70%;
	font-size: 86%;
	font-size: 85%;
	padding-top:10.5px;
	padding-bottom:9px;
	border-radius: 0.5px;
}
html.ru tabs div, html.uk tabs div 
{
	width: 23.5%;
}
html.ru tabs div.offers, html.uk tabs div.orders
{
	width: 25.9%;
}
}


tabs div:hover 
{
	background-color: var(--hover_main_color);
}
label 
{
	margin: 0px;
	font-size: 65%;
	/*font-size: 59%;*/
	display: inline-block;
	letter-spacing: 0.8px;
	letter-spacing: 0.45px;letter-spacing: 0.41px;
	color: var(--light_text_color);
	text-overflow: ellipsis;
	font-weight: 600;
}
@media only screen and (max-width: 690px) {	
label 
{
	margin: 0px 0px 2px 0px;
	margin: 0px 0px 1px 0px;
	font-size: 60%;
	font-size: 58%;
	font-size: 61%;
	letter-spacing: 0.4px;
}
}
input
{
	/*font-size: 90%;*/
	/*font-size: 84%;*/
	font-size: 83%;/*86*/
	border: 1px solid var(--border_color);
	background-color: white;
	border-radius: 4px;
	color: var(--text_color);
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-family: AvenirNextCyr;
	box-sizing: border-box;
	/*box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15);*/
	box-shadow: inset 0.5px 0.5px 0px 0px var(--shadow);
	box-shadow: inset 1px 1px 0px 0px var(--shadow);
	margin-bottom: -2px;
}
textarea
{
	border: 1px solid var(--border_color);
	border-radius: 4px;
	display: block;
	background: white;
	color: var(--text_color);
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 75%;
	font-size: 69%;
	letter-spacing: 0.9px;
	letter-spacing: 0.7px;
	resize: none;
	font-family: AvenirNextCyr;
	box-shadow: inset 1px 1px 0px 0px var(--shadow);
	font-weight: 600;
	opacity: 0.9;
}
@media only screen and (max-width: 690px) {
textarea
{
	border-width: 0.5%;
}
}
@media only screen and (max-width: 690px) {	
input
{
	/*font-size: 85%;*/
	font-size: 81%;
	border-width: 0.5%;
}
}

input.active
{
	border-radius: 4px 4px 0px 0px;
	border-bottom: 1px solid transparent;
}
input.select 
{
	cursor: pointer;
}
input:focus, textarea:focus, button:focus 
{
	outline: none;
}
input[type="submit"]
{
	color: var(--button_color);
	background-color: var(--main_color);
	margin: auto;
	border-radius: 2px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	box-shadow: 1.5px 1.5px 0.5px 0 var(--shadow);
	font-family: AvenirNextCyr;
	padding-top: 1px;
	text-transform: lowercase;
	font-size: 100%;
	font-weight: 600;
}
@media only screen and (max-width: 690px) {	
input[type="submit"] 
{

	width: 67%;
	font-size: 73%;
	font-size: 89%;
	letter-spacing: -0.2px;
}
}
@media only screen and (max-width: 600px) {	
input[type="submit"] 
{
	font-size: 85%;
}
}
input[type="submit"]:hover 
{
	background-color: var(--hover_main_color);
}
/*КОЛІР placeholder*/
input::-webkit-input-placeholder 
{
	color: #939393;
} 
input::-moz-placeholder 
{
	color: #7F7F7F;
}
/*Колір empty і fall*/
input.empty, input#departure.city.empty, input#arrival.city.empty
{
	border: 1px solid transparent;
	border: 3px solid #FFD636;
	box-shadow: none;
	/* box-shadow: 0 0 1px 2px #FFD636; */
}
input.fall
{
	border: 1px solid transparent;
	border: 3px solid #F77E7E;
	box-shadow: none;
	/* box-shadow: 0 0 1px 2px #F77E7E; */
}
@media only screen and (max-width: 690px) {	
input.empty, input.city.empty, input.fall
{
	border-width: 0.5%;
}
}
p.empty
{
color: #D7AE0E;
}
p.fall 
{
color: #D96060;
}
ul.select
{
	margin: auto;
	padding-left: 0px;
	padding-top: 2px;
	border: 1px solid var(--border_color);
	border-top: none;
	display: none;
	background: #fff;
	border-bottom: 2px solid var(--border_color);
	margin-top: -2px;
	box-sizing: border-box;
	z-index: 5000;
	font-size: 98%;
}
@media only screen and (max-width: 690px) {	
ul.select
{
	border-width: 0.5%;
}
}
ul.select li
{
	list-style: none;
	border-top: 1px dotted var(--li_color);
	cursor: pointer;
	display: block;
	color: var(--text_color);
	font-size: 77%;
}
ul.select li:hover, ul.select li.focus
{
	background-color: var(--li_color);
	color: #222;
}
p.load 
{
	position:absolute;
	display:none;
	width: 600px;
	width: 563px;width: 507px;
	text-align: center;
}
@media only screen and (max-width: 690px) {	
p.load 
{
	width: 100%;
	text-align: center;
}
}
p.load.submit_search
{
	width: 100%;
}
p.load img
{	
	width: 35px;
}




.radio 
{
	position: absolute;
	opacity: 0;
	margin: 0;
}
.radio + label 
{
	position: relative;
	padding: 0px 0px 0px 19px;padding: 0px 0px 0px 17px;
	cursor: pointer;
}
@media only screen and (max-width: 690px) {	
.radio + label 
{
	padding: 0px 0px 0px 6%;
}
}
.radio + label:before, .radio + label:after
{
	content: '';
	position: absolute;
	top: -2px; left: 0px;
	border-radius: 50%;
}
@media only screen and (max-width: 690px) {	
.radio + label:before, .radio + label:after
{
	top: -2.3px; left: 0px;
}
}
.radio + label:before 
{
	width: 14px; height: 14px;width: 12px; height: 12px;
	border: 1px solid var(--border_color);
	box-shadow: inset 0px 0px 0.5px 0 var(--shadow);
}
.radio + label:after 
{
	width: 16px; height: 16px;width: 14px; height: 14px;
	background: var(--second_color);
	opacity: 0;
	transition: 200ms linear;
}
@media only screen and (max-width: 690px) {	
.radio + label:before 
{
	width: 14px; height: 14px;
}
.radio + label:after 
{
	width: 16px; height: 16px;
}
}


.radio:checked + label:after 
{
	opacity: 1; 
}
.checkbox
{
	position: absolute;
	opacity: 0;
	margin: 0;
}
.checkbox + label 
{
	position: relative;
	padding: 0 0 0 22px;padding: 0 0 0 20px;
	cursor: pointer;
}
one_search div.options .checkbox + label:before, one_search div.options .checkbox + label:after 
{
	top: -12px;top: -11px;
	left: -12px;left: -11px;
	position: absolute;
}
.checkbox + label:before, .checkbox + label:after
{
	content: '';
	position: absolute;
	top: -5px; left: -2px;
	border-radius: 20%;
}

.checkbox + label:before 
{
	width: 18px; height: 18px;width: 16px; height: 16px;
	border: 1px solid var(--border_color);
}
.checkbox + label:after 
{
	width: 21px; height: 21px;width: 19px; height: 19px;
	background: var(--second_color);
	opacity: 0;
	transition: 200ms linear;
}
.checkbox:checked + label:after 
{
	opacity: 1; 
}


@media only screen and (max-width: 690px) {	
.checkbox + label 
{
	padding: 0 0 0 22px;
}
one_search div.options .checkbox + label:before, one_search div.options .checkbox + label:after 
{
	top: -12px;
	left: -12px;
}

.checkbox + label:before 
{
	width: 18px; height: 18px;
}
.checkbox + label:after 
{
	width: 21px; height: 21px;
}
}





footer 
{
	display: block;
	position: relative;
}
tags 
{
	margin-left: 33px;margin-left: 30px;
	margin-right: 33px;margin-right: 30px;
	display: none;
	box-shadow: inset 0px 2px 0px -1px var(--shadow);
	opacity:0;
}
@media only screen and (max-width: 690px) {	
tags 
{
	margin-left: 3%;
	margin-right: 3%;
}
}
tags div 
{
	text-align: center;
	margin: 7px;margin: 6px;
}
@media only screen and (max-width: 690px) {	
tags div 
{
	margin: 7px;
	text-align: center;
	margin-left: 0.25%;
	margin-right: 0.25%;
}
}
tags div div.directions_title
{
	box-shadow: 0px 0px 2px 0px var(--shadow);	
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 20px;padding-top: 18px;
	color: var(--text_color);
	border: 4px solid var(--main_color);
	cursor:pointer;
	margin-bottom: 7px;margin-bottom: 6px;
	position: relative;
	border-radius: 6px 6px 0 0;border-radius: 5px 5px 0 0;
	letter-spacing: 0.3px;
	font-size: 95%;
	box-sizing: border-box;
}
tags div div.directions_title h2 
{
	line-height: 0px;
	/*font-weight: 700;*/
}
@media only screen and (max-width: 690px) {	
tags div div.directions_title
{
	border-radius: 6px 6px 0 0;
	padding-top: 20px;
	margin-bottom: -4px;
	font-size: 86%;
	font-size: 89%;
}
}

tags div div.directions_title span.invers
{
	right: 4px;
	top: 3px;
	color: var(--light_text_color);
	position: absolute;
	z-index: 1001;
	font-size: 70%;
}
tags div div.directions_title:hover
{
	border: 4px solid var(--hover_main_color);
	background: var(--hover_main_color);
}
@media only screen and (max-width: 690px) {	
tags div div.directions_title:hover
{
	/*border: 3px solid var(--hover_main_color);*/
}
}
tags div div.directions_title span
{
	font-size:88%;
	letter-spacing: 0.6px;letter-spacing: 0.5px;
	font-weight: normal;
	display: none;
}
@media only screen and (max-width: 690px) {	
tags div div.directions_title span
{
	font-size: 80%;
	letter-spacing: 0.5px;
}
}
tags div div.directions
{
	padding-top: 9px;padding-top: 8px;
}
@media only screen and (max-width: 690px) {
tags div div.directions
{
	padding-top: 9px;
}	
}
tags p
{
	box-shadow: 0px 1px 1px 0px var(--shadow);
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 78%;
	font-size: 77%;
	font-size: 78%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	line-height: 11px;line-height: 10px;
	cursor: pointer;
	color: var(--text_color); 
	padding-left: 32px;padding-left: 29px;
	font-weight: 600;
	background: linear-gradient(to right bottom, white, white, var(--off_color));
	height:25px;height:23px;
}
@media only screen and (max-width: 690px) {	
tags p 
{
	line-height: 10px;
	padding-left: 15%;
	font-size: 67%;
	font-size: 69%;
	font-size: 72%;
	height:22px;
}
}
@media only screen and (max-width: 430px) {	
tags p 
{
	padding-left: 11%;
	padding-left: 7%;
}
}
tags p:hover
{
	color: #777;
}
tags p.floor
{
	height: 2px;
	cursor: default;
}

telefon
{
	height: 105px;height: 95px;
	background-color: white;
	display: flex;
	margin-top: 52px;margin-top: 47px;
	box-shadow: inset 0px 2px 1px -1px var(--shadow);
	position: relative;
}
@media only screen and (max-width: 690px) {	
telefon
{
	margin-top: 52px;
	height: 110px;
	padding: 0;
}
}
footer a.all_direc
{
	position: absolute;
	width: 150px;width: 135px;
	margin-left: -75px;
	margin-left: -63px;margin-left: -57px;
	text-align: right;
	text-decoration: none;
	font-size: 85%;
	color: var(--text_color);
	color: blue;
	right: 44px;right: 40px;
	top: -68px;top: -61px;
	font-weight: 600;
}
footer a.all_direc:hover 
{
	/*color: #666;*/
}
@media only screen and (max-width: 690px) {	
footer a.all_direc 
{
	top: -68px;
	margin-left: -63px;
	width: 150px;
	right: 4.75%;
}
}
telefon div.telefon 
{
	background-color: var(--main_color);
	color: var(--button_color);
	padding: 16px 0 12px 0;padding: 14px 0 11px 0;
	width: 420px;width: 378px;
	letter-spacing: 0.7px;letter-spacing: 0.6px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 85%;
	font-size: 81%;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin:auto;
	display: flex;
	box-shadow: 1px 1px 1px 0 var(--shadow);
	position: relative;
}
@media only screen and (max-width: 690px) {	
telefon div.telefon 
{
	border-radius: 6px;
	padding: 16px 0 12px 0;
	height: 63px;
	height: 56px;
	height: 52px;
	width: 70%;
	font-size: 160%;
	font-size: 145%;
	letter-spacing: 1.4px;
}
}
@media only screen and (max-width: 550px) {	
telefon div.telefon {
	width: 85%;
}
}
@media only screen and (max-width: 335px) {	
telefon div.telefon {
	font-size: 125%;
}	
}
telefon div.telefon span
{
	margin: auto;
	/*margin-bottom: 11px;*/
}
telefon div.telefon span.telef
{
	display: none;
	margin-bottom: 11px;
}
telefon div.telefon:hover
{
	background-color: var(--hover_main_color);	
}
@media only screen and (max-width: 690px) {	
telefon div.telefon span.telef.hintt
{
	text-align: center;
	font-size: 37%;
	letter-spacing: 0.3px;
	font-weight: 600;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -21px;
}
}
telefon div.telefon span.viber_grey
{
	position: absolute;
	right: 23px;right: 21px;
	top: 9.5px;top: 9px;
}
@media only screen and (max-width: 690px) {	
telefon div.telefon span.viber_grey
{
	right: 4.5px;
	top: 4px;
}
}
telefon div.telefon span.viber_grey img
{
	width: 26px;width: 23px;
}
@media only screen and (max-width: 690px) {	
telefon div.telefon span.viber_grey img
{
	width: 20px;
}
}
telefon div.telefon:hover span.viber_grey
{
	right: 22px;right: 20px;
	top: 8px;top: 7px;
}
@media only screen and (max-width: 690px) {	
telefon div.telefon:hover span.viber_grey
{
	right: 4.5px;
	top: 4px;
}
}
telefon div.telefon:hover span.viber_grey img
{
	width: 28px;width: 25px;
}
@media only screen and (max-width: 690px) {	
telefon div.telefon:hover span.viber_grey img
{
	width: 20px;
}
}
@media only screen and (max-width: 690px) {	
telefon div.telefon span.comp
{
	display: none;
}
}

@media only screen and (max-width: 690px) {	
telefon div.telefon span.telef
{
	display: block;
}
}


description
{
	display: block;
	box-shadow: inset 0px 2px 1px -1px var(--shadow);
	padding: 35px 0px;padding: 32px 0px;
	font-size: 85%;
	color: var(--text_color);
	opacity: 0.86;
	font-weight: 600;
}
description span
{
	padding: 0px 40px;padding: 0px 36px;
	display: block;
}
description span.gray_bg
{
	background-color: #E1E1DC;
	padding-top: 6px;padding-top: 5px;
	margin-top: -6px;margin-top: -5px;
	padding-bottom: 8px;padding-bottom: 7px;
	margin-bottom: -8px;margin-bottom: -7px;
}
description a 
{
	color: var(--text_color);
}


@media only screen and (max-width: 690px) 
{	
description
{
	font-size: 73%;
	padding: 25px 0 25px 0;
}	
description span
{
	padding: 0 3% 0 5.3%;
}
description span.gray_bg
{
	padding-top: 6px;
	margin-top: -6px;
	padding-bottom: 8px;
	margin-bottom: -8px;
}
}



@media only screen and (max-width: 460px) 
{	
description
{
	padding: 20px 0 20px 0;
}
description span
{
	padding: 0 5% 0 7.3%;
}	
}


foot
{
	height: 198px;height: 178px;
	background-color: var(--second_color);	
	display: flex;
	border-top: 10px solid var(--main_color);border-top: 9px solid var(--main_color);
	box-shadow: 0px -2px 1px -1px var(--shadow);
	position: relative;
	z-index: 3000;
}
@media only screen and (max-width: 690px) {	
foot
{
	border-top: 10px solid var(--main_color);
	height: 218px;
	height: 225px;
	display: block;
}
}

foot div.foot_content
{
width: 720px;width: 650px;
display: flex;
margin-left: auto;
margin-right: auto;
}
@media only screen and (max-width: 690px) {	
foot div.foot_content
{
width: auto;
display: block;
}
}
foot a
{
	text-decoration: none;	
	font-size:83%;
	letter-spacing: 0.5px;
	color: white;
}
foot link_foot
{
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 50px;margin-left: 45px;
	width: 200px;width: 180px;
	
	font-size:83%;
	letter-spacing: 0.5px;
	color: white;
}
@media only screen and (max-width: 690px) {	
foot link_foot 
{
	padding: 0px;
	margin: 10px auto 8px auto;
	white-space: nowrap;
	width: auto;
	text-align: center;
}
}
foot link_foot.mob
{
	display: none;
}
@media only screen and (max-width: 690px) {	
foot link_foot.mob
{
	display: block;
	margin: 5px auto 0 auto;
}	
}
foot link_foot span 
{
	display: block;
	line-height: 27px;
	cursor: pointer;
}
@media only screen and (max-width: 690px) {	
foot link_foot span
{
	line-height: 30px;
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
}
foot link_foot span.order 
{
	display: none;
}
}

foot link_foot span:hover 
{
	text-decoration: underline;
}
foot contacts 
{
	padding: 17px 15px 2px 15px;padding: 15px 14px 2px 14px;
	width: 280px;width: 252px;
	border-radius: 5px;
	margin:auto;
	margin-left: 125px;margin-left: 113px;
	background-color: var(--second_color);
	border: 1px solid white;
	display: block;
	position: relative;
	/*box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.2);*/
	/*font-weight: bold;*/
}
@media only screen and (max-width: 690px) {	
foot contacts 
{
	border-radius: 6px;
	width: 280px;
	padding: 15px 3% 2px 3%;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	overflow: hidden;
}
}
foot contacts div 
{
	cursor: pointer;
	margin-bottom: 15px;margin-bottom: 14px;
	border-radius: 4px;
	/*border: 1px solid black;*/
	position: relative;
	height: 29px;height: 26px;
}
@media only screen and (max-width: 690px) {	
foot contacts div 
{
	height: 29px;
	margin-bottom: 11px;
}
}
foot contacts div.mail 
{
	height: 26px;height: 23px;
}
foot contacts div img
{
	padding: 2px 11px 2px 11px;padding: 2px 10px 2px 10px;	
	border-left: 2px solid /*var(--second_color)*/white;
	position: absolute;
	right: 0px;
	width: 23px;width: 21px;
	height: 25px;height: 23px;
}
foot contacts div.tel img
{
	padding: 2px 13px 2px 13px;	padding: 2px 12px 2px 12px;	
	width: 19px;width: 17px;
}
foot contacts div.mail img
{
	padding: 2px 11px 4px 11px;	padding: 2px 10px 4px 10px;	
	height: 20px;height: 18px;
}
foot contacts div:hover img
{
	padding: 1px 11px 1px 11px;	padding: 1px 10px 1px 10px;	
	height: 27px;height: 24px;
	width: 24px;width: 22px;
}
foot contacts div.tel:hover img
{
	padding: 1px 13px 1px 13px;	padding: 1px 12px 1px 12px;	
	width: 20px;width: 18px;
}
foot contacts div.mail:hover img
{
	padding: 1px 11px 3px 11px;	padding: 1px 10px 3px 10px;	
	height: 22px; height: 20px;
}
@media only screen and (max-width: 690px) {
foot contacts div.mail 
{
	height: 26px;
}
foot contacts div img
{
	padding: 2px 11px 2px 11px;	
	border-left: 2px solid /*var(--second_color)*/white;
	position: absolute;
	right: 0px;
	width: 23px;
	height: 25px;
}
foot contacts div.tel img
{
	padding: 2px 13px 2px 13px;	
	width: 19px;
}
foot contacts div.mail img
{
	padding: 2px 11px 4px 11px;	
	height: 20px;
}
foot contacts div:hover img
{
	padding: 1px 11px 1px 11px;	
	height: 27px;
	width: 24px;
}
foot contacts div.tel:hover img
{
	padding: 1px 13px 1px 13px;	
	width: 20px;
}
foot contacts div.mail:hover img
{
	padding: 1px 11px 3px 11px;	
	height: 22px;
}
}


foot contacts div span
{
	padding-right: 10px;padding-right: 9px;
	position: absolute;
	right: 46px;right: 41px;
	top: 7px;top: 6px;
}
@media only screen and (max-width: 690px) {	
foot contacts div span
{
	padding-left: 5%;	
	padding-right: 4%;	
	right: 46px;
	top: 7px;
}
}
foot contacts div.mail span 
{
	top: 5.5px;top: 5px;
}
foot contacts div:hover span
{
	right: 48px;right: 43px;
}
@media only screen and (max-width: 690px) {	
foot contacts div.mail span 
{
	top: 5.5px;
}
foot contacts div:hover span
{
	right: 48px;
}
}
foot img.card 
{
	position: absolute;
	width: 38px;width: 34px;
	left: -1px;
	top: -1px;
	background-color: white;
	border-radius: 4px 0px;
	padding: 6px 7px 7px 5px;padding: 5px 6px 6px 5px;
	/*opacity: 0.9;*/
}
@media only screen and (max-width: 800px) {	
foot img.card {
	width: 38px;
	/*top: auto;
	left: auto;
	right: 3px;
	bottom: 3px;*/
	padding: 3px 4px 4px 2px;
	
}
}










copyright 
{
	text-align: center;
	font-size: 80%;
	color: white;
	height: 20px;height: 18px;
	background-color: var(--second_color);	
	display: block;
	border-top: 1px solid white;
	padding: 5px 0px 0px 0px;
	padding: 5px 0px 3px 0px;
	z-index: 3001;
	position: relative;
}
@media only screen and (max-width: 690px) {
copyright 
{
	height: 20px;
}
}
@media only screen and (max-width: 355px) {
copyright 
{
	font-size: 71%;
}
}





.absent_color, input.absent_color
{
	background-color: #FF6E6E;
}
.client_color, input.client_color
{
	background-color: #96FFFF;
}
.agent_color, input.agent_color
{
	background-color: #F5F578;
}
.admin_color, input.admin_color
{
	background-color: #5ADA9A;
}
.cancel_color, input.cancel_color
{
	background-color: #D7D7D7;
}





div.language
{
	position: absolute;
	/*right: 9px;
	bottom: 5px;*/
	/*display: inline-block;*/
	right: 7px;right: 6px;
	bottom: -8px;bottom: -7px;
	opacity: 0.73;
	z-index: 1000;
	/*display: none;*/
}
@media only screen and (max-width: 630px) {
div.language
{
	right: 7px;
	bottom: -6px;
	top: auto;
}
}
div.language img#lang
{
	position: absolute;
	cursor: pointer;
	width: 21px;width: 19px;
	left: -2px;
}
@media only screen and (max-width: 690px) {
div.language img#lang
{
	width: 21px;
}	
}
div.language input
{
	padding: 4px 0 4.5px 0;
	padding: 4px 0 9px 0;padding: 4px 0 8px 0;
	width: 38px;width: 34px;
	color: #444;
	font-weight: 900;
	font-size: 76%;
	letter-spacing: 0.4px;
	border-radius: 4px;
	border-width: 2px;
	border: none;
	background-color: transparent;
	box-shadow: none;
	background: url(../image/down.png) no-repeat 28px 14px;background: url(../image/down.png) no-repeat 25px 15px;
	background-size: auto 30%;
	text-transform: uppercase;
	font-family: AvenirNextCyr;
}
@media only screen and (max-width: 690px) {	
div.language input
{
	width: 38px;
	padding: 4px 0 9px 0;
	font-size: 71%;
	letter-spacing: 0.30px;	
	background: url(../image/down.png) no-repeat 27px 14px;
	background-size: auto 30%;
}
}
div.language input.active
{
	border-radius: 4px 4px 0 0;
}
div.language ul
{
	font-size: 80%;
	letter-spacing: 0px;
	margin-top: 0px;
	width: 38px;width: 34px;
	border: none;
	background-color: white;
	position: absolute;
	text-align: center;
}
div.language li
{
	padding: 6px 0 6px 0;padding: 5px 0 5px 0;
	border: none;
}
div.language li.focus
{
	background-color: transparent;
	background-color: white;
}
div.language li:hover
{
	background-color: var(--li_color);
}
div.language li img 
{
	width: 15px;width: 14px;
}
div.language li.none
{
	/*display: none;*/
}
div.language span#lang
{
	position: absolute;
	font-size: 68%;
	color: #444;
	right: 1px;
	top: 6px;
}
@media only screen and (max-width: 690px) {	
div.language ul
{
	width: 38px;
}
div.language li
{
	padding: 6px 0 6px 0;
}
div.language li img 
{
	width: 15px;
}
}








div.maintitle
{
	width: 100%;
	/*font-family: "pysanyi";*/
}
span.maintitle
{	
	/*text-transform: uppercase;*/
	margin: auto;
	margin-bottom: -10px;margin-bottom: -9px;
	margin-top: 2px;
	font-size: 80%;
	letter-spacing: 0.3px;
	text-overflow: ellipsis;
	width: 688px;width: 619px;
	text-align: left;
	display: block;
	box-sizing: border-box;
	padding: 0px;
	padding-left: 2.5px;
	color: var(--light_text_color);
	color: var(--text-color);
	/*border-bottom: 2px solid rgba(0,0,0,0.2);*/
	/*box-shadow: 0 0.5px 0 0 rgba(0,0,0,0.15);*/
	font-weight: bold;
	font-weight: 600;
	font-weight: 800;
	opacity: 0.8;
	opacity: 0.72;
	display: none;
}
footer div.maintitle
{
	position: absolute;
	left: 41px;left: 37px;
	top: -19px;
	top: -3px;
	width: auto;
}
footer div.maintitle span.maintitle
{
	width: auto;
	font-size: 70%;
}
@media only screen and (max-width: 690px) {
span.maintitle 
{
	margin-bottom: -10px;
	width: 93%;
	padding-left: 0px;
	margin-top: 5px;
	font-size: 75%;
	letter-spacing: -0.1px;
	letter-spacing: 0.2px;
	/*margin-bottom: -13px;*/
}	
footer div.maintitle
{
	left: 3.5%;
	top: -20.5px;
	top: -6.5px;
}
}


viberbutton
{
	position: fixed;
	z-index: 2000;
	pointer-events: none;
	display: flex;
	display: flex;
	opacity: 0;
}
viberbutton div
{
	background: url(../image/fon.png) no-repeat round;
	margin: auto;
	height: 100%;
	width: 100%;
}

viberimg
{
	z-index: 2001;
	position: fixed;
	width: 30px;
	height: 30px;
	/*right: 68.1px;
	right: 64.1px;
	bottom: 73.3px;
	bottom: 82.3px;*/
	background: url(../image/viber.png) no-repeat round;
	cursor: pointer;
	display: block;
	opacity: 0;
}
viberimg div 
{
	text-align: center;
	margin-left: -17px;
	font-size: 63%;
	color: white;
	width: 60px;
	white-space: nowrap;
	letter-spacing: 0.1px;
}
@media only screen and (max-width: 690px) {	
viberimg.viberimg div {
	font-size: 50%;
}
}
viberimg div.top 
{
	margin-top: -11px;
}
viberimg div.bottom 
{
	margin-top: 9px;
}

@media only screen and (max-width: 690px) {	
viberimg div.top 
{
	margin-top: -10.5px;
}
viberimg div.bottom 
{
	margin-top: 8.5px;
}
}

fixlink
{
	position: fixed;
	z-index: 2002;
	bottom: 0px;
	box-shadow: 0px -2px 1px -1px var(--shadow);
	width: 100%;
	height: 31px;
	height: 43px;height: 39px;
	background-color: white;
	display: flex;
}
fixlink div.alllink 
{
	position: relative;
	width: 695px;
	height: 75%;
	margin: auto;
}
@media only screen and (max-width: 690px) {
fixlink
{
	height: 28px;
	height: 34px;
}
fixlink div.alllink 
{
	width: 100%;
	width: 92%;
}	
}
fixlink div.alllink a 
{
	display: inline-block;
	width: 20%;
	box-sizing: border-box;
	height: 100%;
}
fixlink div.alllink a img 
{
	height: 100%;
	display: block;
	margin: auto;
	cursor: pointer;
}







h2.tetfora
{
	text-align: center;
	color: var(--text_color);
	font-size: 130%;
	opacity: 0.98;
	margin: 11px 0px;margin: 10px 0px;
	font-weight: 600;
}
a.trips_link
{
	text-decoration: none;
	display: block;
	font-size: 77%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 5px 0;
	font-weight: 600;
	border: 1px solid var(--border_color);
	color: var(--text_color);
	width: 689px;width: 620px;
	margin-top: 3px;
	border-radius: 2px;
	opacity: 0.98;
	background: linear-gradient(to top, white, white, var(--off_color));
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
}
a.trips_link:hover 
{
color: #111;
}

input#link_filter {
	height:28px;height:25px;display:block;width: 689px;width: 620px;margin-top:20px;margin-top:18px;padding:2px 10px 2px 10px;padding:2px 9px 2px 9px;opacity:0.9;font-weight: 600;
}
@media only screen and (max-width: 690px) {
input#link_filter {
	height:28px;display:block;margin-top:20px;padding:2px 10px 2px 10px;opacity:0.9;font-weight: 600;
	width: 90%;
}
	
}


div.bottom_a
{
	height: 15px;
}


@media only screen and (max-width: 690px) {
a.trips_link
{
	width: 90%;
}

}






div#cookie {
	position: fixed;
	bottom: 27px;bottom: 24px;
	background-color: white;
	opacity: 0.9;
	text-align: center;
	font-size: 82%;
	width: 100%;
	padding-bottom: 12px;padding-bottom: 11px;
	padding-top: 12px;padding-top: 11px;
	z-index: 5000;
	
	border: 1px solid #bbb;
	
	/*position: fixed;
	z-index: 2002;
	bottom: 0px;
	box-shadow: 0px -2px 1px -1px var(--shadow);
	width: 100%;
	height: 27px;
	background-color: white;
	display: flex;	*/
}
div#cookie b {
	cursor: pointer;
}
div#cookie b:hover {
	text-decoration: underline;
}

div#cookie b.agr 
{
	border: 1px solid #777;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-radius: 2px;
}




@media only screen and (max-width: 690px) {
div#cookie {
	bottom: 27px;
	padding-bottom: 12px;
	padding-top: 12px;
}	
}




terms
{
	display: block;
	width: 690px;width: 621px;
	
	color: var(--text-color);
	box-sizing: border-box;
	border: 1px solid var(--border_color);
	border-radius: 5px;
	padding: 10px 30px 20px 30px;padding: 9px 27px 18px 27px;
	margin: 16px auto;margin: 14px auto;
	
	opacity: 0.85;
	background: linear-gradient(to top, var(--off_color), white, white, white, white, var(--off_color));
	box-shadow: 0px 0px 1px 1px var(--shadow);
	font-size: 90%;
}
@media only screen and (max-width: 690px) {
terms
{
	border-radius: 6px;
	margin: 16px auto;
	padding: 10px 30px 20px 30px;
	width: 690px;
	width: 90%;
	font-size: 83%;
	opacity: 0.78;
}
}








































div.krapky 
{
	width:100%; 
	padding-bottom:0px;
	text-align: center;
	letter-spacing: 35px;letter-spacing: 32px;
	color: #666;
	font-size: 180%;
	margin-top:-10px;margin-top:-9px;
	margin-bottom:-14px;margin-bottom:-13px;
	padding-left: 35px;padding-left: 32px;
	opacity: 0.9;
	box-sizing: border-box;
}

input_search
{
	display: block;
	position: relative;
	/* border-bottom: 3.5px solid var(--main_color);
	border-top: 3.5px solid var(--main_color); */
	/*box-shadow: 0px 2px 0px 0px var(--shadow);*/
	
	
	margin-top: 12px;margin-top: 14px;
	/* background-color: #f1f1f1; */
	/*background: linear-gradient(to left top, var(--off_color), white, white, white, var(--off_color)); */
	/*opacity: 0.95;*/
	/* background-color: #78AAC7; */
	/*background-color: #749DAF;*/
	/* background: linear-gradient(to bottom, #78AAC7, #809EA8); */
	
	
	background: #708090;
/* 	background: #ccc;
	background: url(../image/uzor4.png) repeat round;
	
	box-shadow: 0px 0px 0px 1px var(--shadow); */

	
}

@media only screen and (max-width: 690px) {
div.krapky 
{
	letter-spacing: 32px;
	margin-top:-9px;
	margin-bottom:-13px;
	padding-left: 32px;
}
input_search
{
	margin-top: 11px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	/* border-bottom: 3px solid var(--main_color);
	border-top: 3px solid var(--main_color); */
}
}


input_search h1 {
	position: absolute;
	top: 3.5px;
	top: 5.5px;
	top: -39px;
	left: 6.7%;
	left: 3px;
	color: var(--light_text_color);
	font-weight: 600;
	font-size: 86%;
	font-size: 96%;
	/*opacity: 0.93;*/
	/*display: none;*/
	color: white;
	
	display: none;
}
@media only screen and (max-width: 690px) {
input_search h1 {
	top: 3px;
	top: 3px;
	left: 7.5%;
	top: -38px;
	left: 2px;
	font-size: 89%;
	font-size: 74%;
	font-size: 79%;
	font-size: 82%;
	
}	
}
@media only screen and (max-width: 580px) {
input_search h1 {
	top: 0px;
	left: 7.5%;
	font-size: 83%;
	font-size: 67%;
	font-size: 86%;
	font-size: 77%;
	top: -34px;
	top: -12px;
	left: 7.5%;
	
	/*letter-spacing: 0.1px;*/
	letter-spacing: 0.4px;
	/*text-align: center;*/
	width: 95%;
	
}	
}
input_search div.overlay
{
	padding: 33px 0 33px 0;
	padding: 30px 0 30px 0;
	padding: 25px 0 25px 0;
	width: 693px;width: 624px;width: 620px;
	background: url(../image/input_search.jpg) no-repeat round;
	background: #708090;
	background-size: 100%;
	margin-left: auto;
	margin-right: auto;
	border-left: 30px solid white;
	border-right: 30px solid white;
	
}
@media only screen and (max-width: 690px) {
input_search div.overlay
{
	width: auto;
	padding: 17px 0 17px 0;
	padding: 17px 0 17px 0;
	padding: 15px 0 15px 0;
	background: url(../image/input_search.jpg) no-repeat round;
	background: #708090;
	border: none;
}
}
@media only screen and (max-width: 580px) {
input_search div.overlay
{
	padding: 11px 0 11px 0;
	padding: 11px 0 11px 0;
	padding: 7px 0 7px 0;
}
}
input_search div.all
{
	margin: 0 auto 0 auto;
	width: 630px;
	width: 630px;
	width: 563px;width: 507px;
	padding: 32px;padding: 29px;padding: 27px;
	padding-top: 28px;padding-top: 25px;
	border-radius: 4px;
	background: white;
	background: #708090;
	position: relative;
}
@media only screen and (max-width: 690px) {
input_search div.all
{
	padding: 28px 0 28px 0;
	padding: 24px 0 28px 0;
	width: 91%;
	border-radius: 3px;
}
}
@media only screen and (max-width: 580px) {
input_search div.all
{
	padding: 23px 0 23px 0;
	padding: 18px 0 23px 0;
}	
}
input_search div.all input:not([type="submit"])
{
	margin-top: -14px;margin-top: -13px;
	margin-bottom: 2px;
	margin-bottom: 3px;
	border-radius: 3px;
	font-weight: 600;
	/* opacity: 0.85; */
	box-shadow: 1px 1px 0px 0px var(--shadow);
	/*border-color: #D0D0ce;*/
	/*color: var(--button_color);*/
	color: #555;
}

@media only screen and (max-width: 690px) {
input_search div.all input:not([type="submit"])
{
	margin-bottom: -3px;
}
}

@media only screen and (max-width: 550px) {
input_search div.all input:not([type="submit"])
{
	margin-top: -15px;
	font-size: 77%;
	margin-bottom: -2px;
}
}
input_search div.all div input
{
	display: inline-block;
}
@media only screen and (max-width: 690px) {
input_search div.all div input
{
	display: block;
}
}
input_search div.all div
{
}
@media only screen and (max-width: 690px) {
input_search div.all div
{
	display: block;
}
}
div.ret
{
	position:absolute;
	z-index:1001;
	right: 34px;right: 31px;
	top:37px;top:33px;
	cursor: pointer;
	padding: 5px 3px 5px 3px;
	opacity: 0.8;
	
}
div.ret img 
{
	width: 27.5px;width: 25px;
	display: block;
	opacity:0.9;
}
@media only screen and (max-width: 690px) {
div.ret
{
	right: 7%;
	top:33px;
	letter-spacing: -5px;
}
div.ret img 
{
	width: 27.5px;
}	
}
@media only screen and (max-width: 580px) {
div.ret
{
	right: 7%;
	top:24.5px;
}	
}


input_search label
{
	margin-left: 21px;
	margin-left: 5px;
	color: var(--light_text_color);
	/*color: #444;*/
	/*text-shadow: 0.5px 0.5px 0 rgba(0,0,0,0.05);*/
}
@media only screen and (max-width: 690px) {
input_search label
{
	margin-left: 9%;
}
}
input.city
{
	border-radius: 4px;
	width: 466px;
	width: 600px;
	width: 564px;width: 508px;
	padding: 17px 12px 8px 36px;
	padding: 17px 12px 8px 36px;padding: 15px 11px 7px 32px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis; /*обрізання тексту вкінці*/
	text-transform: capitalize;  /*перша буква велика*/
	background:url(../image/point.png) no-repeat 5.3px 11.8px white;background:url(../image/point.png) no-repeat 4.8px 10.6px white;
	background-size: auto 62%, 100%;
}
@media only screen and (max-width: 690px) {
input.city
{
	width: 86.5%;
	width: 86%;
	padding: 9px 12px 9px 36px;
	padding: 16px 12px 8px 36px;
	background: url(../image/point.png) no-repeat 7px 12.5px white;
	background-size: auto 59%, 100%;
}
}
@media only screen and (max-width: 550px) {
input.city
{
	background: url(../image/point.png) no-repeat 7px 11.8px white;
	background-size: auto 59%, 100%;
	width: 88%;
}	
}
input.city.active 
{
	border-radius: 4px 4px 0 0;
}
ul.city
{
	width: 564px;width: 508px;
	position: absolute;
	left: 32px;left: 27px;
	padding-top: 4px;
	margin-top: -5px;
}
@media only screen and (max-width: 690px) {
ul.city
{
	width: 86%;
	left: 7%;
}
}
@media only screen and (max-width: 550px) {
ul.city
{
	width: 88%;
	left: 6%;
}
}
ul.city li
{
	padding: 6.5px 12px 6.5px 36px;padding: 5.9px 11px 5.9px 32px;
}
@media only screen and (max-width: 690px) {
ul.city li
{
	padding: 7px 3.8% 7px 36px;
}
}
input.date 
{
	background: url(../image/date.jpg) no-repeat 9px 15.5px white;background: url(../image/date.jpg) no-repeat 8.1px 14px white;
	background-size: auto 40%, 100%;
	width: 226px;
	width: 292px;width: 263px;
	padding: 10px 12px 8px 38px;
	padding: 8px 12px 0px 36px;padding: 7px 11px 0px 32px;
	cursor: pointer;
	height: 44px;height: 40px;
}
@media only screen and (max-width: 690px) {
input.date 
{
	background: url(../image/date.jpg) no-repeat 11px 14px white;
	background-size: auto 42%, 100%;
	width: 86%;
	padding: 7px 12px 0px 36px;
	height: 41px;
}
}
@media only screen and (max-width: 550px) {
input.date 
{
	width: 88%;
}
}
input.submit_search 
{
	background: url(../image/search.png) no-repeat 11.5px 12px white;background: url(../image/search.png) no-repeat 10.4px 10.8px white;
	background-size: auto 45%;
	background-color: var(--main_color);
	width: 292px;width: 263px;
	/*padding: 13px auto 10px 13px;
	padding: 20px auto 10px 13px;*/
	margin-top: -14px;margin-top: -13px;
	margin-left: 12px;margin-left: 11px;
	height: 43px;height: 39px;
	border: 2px solid var(--main_color); 
	
}
input.submit_search:hover 
{
	border-color: var(--hover_main_color);
}
@media only screen and (max-width: 690px) {
input.submit_search 
{
	background: url(../image/search.png) no-repeat 12px 11px;
	background-size: auto 44%;
	background-color: var(--main_color);
	width: 86%;
	/*letter-spacing: 0.6px;*/
	margin: 9px auto 0 auto;
	margin: 6px auto 0 auto;
	/*padding-top: 4px;
	padding-bottom: 1px;*/
	height: 37px;
	padding-top: 3px;
}
}
@media only screen and (max-width: 600px) {
input.submit_search {
	/*letter-spacing: 0.4px;*/
	padding-top: 1px;
}	
}
@media only screen and (max-width: 550px) {
input.submit_search 
{

	width: 88%;
	margin: 5px auto 0 auto;
}	
}
div.search 
{
	display: flex;
}


results_search
{
	margin-top: 0px;
	/*margin-bottom: 72px;*/
	display:block;
}


absent 
{
	display: flex;
	width: 687px;width: 618px;
	position: relative;
	border: 1px solid var(--border_color);
	border-radius: 6px;border-radius: 5px;
	box-sizing: border-box;
	padding: 22px 15px 22px 0;padding: 20px 14px 20px 0;
	margin: 14px auto -46px auto;
	margin: 19px auto -49px auto;
	margin: 19px auto 21px auto;
	font-size: 69%;
	/*letter-spacing: 0.55px;*/
	color: #AAA;
	color: #717167;
	font-weight: 600;
	box-shadow: inset 0px 0px 1px 1px var(--shadow);
	background: linear-gradient(to top, var(--off_color), white, white, var(--off_color));
}
absent img 
{
height: 35px;
height: 41px;
width: auto;
padding-left: 18px;
padding-right: 15px;
margin: auto;
}
@media only screen and (max-width: 690px) {
absent
{
	padding: 22px 15px 22px 0;
	width: 91%;
	margin: 14px auto -48px auto;
	margin: 19px auto -49.5px auto;
	margin: 19px auto 20px auto;
	/*font-size: 67%;*/
	/*line-height: 15px;*/
	/*letter-spacing: 0.4px;*/
	/*color: #999;*/
	border-radius: 6px;
}
}
absent.noday 
{
	/*margin-bottom: -7px;*/
}
absent.noday.zero
{
	display: none;
}
absent.noorder 
{
	/*margin-bottom: -7px;*/
}
absent  p 
{
	margin: auto;
}
div.minus_bottom
{
/*margin-bottom: -48px;*/
}

one_search
{
	box-shadow: 0.5px 0.5px 1px 1px var(--shadow);
	line-height:17px;line-height:15.3px;
	display: block;
	width: 680px;width: 612px;
	/*height:173px;*/
	height:175px;height:158px;
	font-size: 88%;
	padding: 7px 5px 4px 0px;padding: 6px 5px 4px 0px;
	margin: 24px auto 0 auto;margin: 22px auto 0 auto;
	border: 1px solid var(--border_color);
	border-radius: 8px;border-radius: 7px;
	color: var(--text_color);
	cursor: pointer;
	position: relative;
	background: linear-gradient(to top, white, white, white, var(--off_color));
	
	opacity: 0.98;
	/*background: linear-gradient(to top, white, white, white, #efefea);*/
	
}
@media only screen and (max-width: 690px) {
one_search
{
	border-radius: 8px;
	line-height:120%;
	height:183px;
	/*height:195px;*/
	width: 87%;
	font-size: 80%;
	padding: 5px 1.5% 29px 1.5%;
	margin: 26px auto 0 auto;
	border-width: 0.5%;
	position: relative; 
}
}
one_search div.hand
{
	position: absolute;
	left: 10px;
	top: 10px;
	display: none;
}
one_search div.hand img 
{
	
	width: 20px;

}
one_search div.hand span 
{
	font-size: 80%;
}
div.fordate
{
	width: 685px;width: 617px;
	border-bottom: 1px dashed var(--border_color);
	margin: 8px auto -19px auto;
	margin: 9px auto -19px auto;margin: 8px auto -17px auto;
	color: var(--text_color);	
	position: relative;
	opacity: 0.95;
}
@media only screen and (max-width: 690px) {
div.fordate
{
	width: 90.5%;
	margin: 9px auto -19px auto;
	margin-bottom: -20px;
}
}
div.fordate span.month
{
	font-size: 78%;
}
div.fordate span.date_day
{
	font-size: 175%;font-weight: bold;
}
div.fordate.hidden, div.fordate.zero
{
	display: none;	
}
one_search:hover 
{
	background: var(--off_color);
}
one_search.active
{
	box-shadow: none;
	border-bottom: 2px dashed var(--border_color);
	border-radius:8px 8px 0px 0px;border-radius:7px 7px 0px 0px;
	/*margin-top: 18px;*/
}
@media only screen and (max-width: 690px) {
one_search.active
{
	margin-bottom:0;
	border-radius:8px 8px 0px 0px;
}
}
one_search.active.hidden
{
	display: block;
}
one_search.hidden
{
	display: none;
}
one_search.show
{
	background: var(--off_color);
	color: #767676;
}
one_search.show div.search_price
{
	background-color: #E1E1E1;
}
one_search.zero
{
	display: none;
}
one_search div.options
{
	position: absolute;
	top: 22px;top: 20px;top: 118px;
	left: 9px;left: 6px;
	padding-left: 4px;
}
@media only screen and (max-width: 690px) {
one_search div.options
{
	top: -24px;
	right: auto;
	left: 12px;
	
	padding-left: 0px;
}
}
one_search div.options div
{
	border: 2px solid var(--border_color);
	border-radius: 4px;
	margin-left: -1.5px;
	font-size: 75%;
	padding: 2px 0;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	width: 27px;width: 24px;
	background-color: white;
	
}
one_search div.options div:hover {
	text-decoration: underline;
	background-color:#444;
	color:white;
}
one_search div.options div.occupied, one_search div.options div.pick
{
	border: none;
	width: 20px;width: 18px;
	font-size: 90%;
	text-decoration: underline;
}
one_search div.options div.pick
{
	width: 15px;width: 14px;
}
one_search div.comment_route
{
	position:absolute;top:0px;left:1px;border:none;font-weight:700;font-size:85%;width:610px;line-height:10px;z-index:2;
}
@media only screen and (max-width: 690px) {
one_search div.comment_route
{
	top:4px;left:12px;width:auto;
}

one_search div.options div
{
	width: 27px;
}
one_search div.options div.occupied, one_search div.options div.pick
{
	width: 20px;
}
one_search div.options div.pick
{
	width: 15px;
}

}
/*one_search div.switch, one_search div.mess, one_search div.seat
{
	border: 1px solid var(--border_color);
	border-radius: 4px;
	margin-left: -2px;
	font-size: 80%;
	padding: 3px 0;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	width: 28px;
}*/
one_search div
{
	display: inline-block;
	padding: 1px 8px;padding: 1px 7px;
}
@media only screen and (max-width: 690px) {
one_search div
{
	padding: 0px;
}
}
span.sing 
{
	font-size: 70%;
	letter-spacing: 0.8px;letter-spacing: 0.7px;
	color: var(--light_text_color); 
	font-weight: 600; 
}
span.hint
{
	position: absolute;
	bottom: -1px;
	left: 161px;left: 145px;
	font-size: 81%;
	opacity: 0.7;
	letter-spacing: 0.55px;letter-spacing: 0.5px;
	color: #888;
	color: #777;
	font-weight: 600; 
}
@media only screen and (max-width: 690px) {
span.sing 
{
	letter-spacing: 0.8px;
}
span.hint
{
	letter-spacing: 0.55px;
	bottom: 62px;
	left: 3.4%;
	font-size: 58%;
	font-size: 65%;
	font-size: 78%;
	padding-left: 25px;
}
}
span.hint.close, span.hint.full
{
	display: none;
}
one_search.show span.hint.open, one_search.show span.hint.close
{
	display: none;
}
one_search.show span.hint.full 
{
	display: block;
}


div.sign_open_form, div.sign_animal  {
	border:1px solid #cacaca;
	border-radius:3px;
	position:absolute;
	padding:7px 11px 5px 11px; 
	font-weight:900;
	color:#a0a0a0;
	top:8px;
	left:8px;
	background-color: #f6f6f6;
	background-color: white;
}
div.sign_animal  { 
	left:48px;
	padding:4px 3px 3px 4px ; 
}
div.sign_open_form.close {
	padding:6px 11px 6px 11px; 
	display:none;
}

@media only screen and (max-width: 690px) {
div.sign_open_form, div.sign_animal   {
	top:6px;
	right:7px;
	bottom:auto;
	left:auto;
	padding:5px 10px 3px 10px; 
}	
div.sign_animal  { 
	right:44px;
	padding:1.5px 2px 2px 3px ; 
}
div.sign_open_form.close {
	padding:4px 10px 4px 10px; 
	display:none;
}
}



span.littlestat
{
	top: 73px;
	top: 67px;top: 60px;
	line-height: 9.5px;line-height: 8.55px;
	/*color:#F52828;*/
	opacity: 1;
	overflow: hidden;
	color: var(--text_color);
	white-space: nowrap;
	
	
	position: absolute;
	left: 41px;left: 37px;
	font-size: 65%;
	font-size: 69%;
	letter-spacing: 0.5px;
	font-weight: 600; 	
`	
}
@media only screen and (max-width: 690px) {
span.littlestat
{
	line-height: 9.5px;
	top: 58px;
	letter-spacing: 0.55px;
	left: 26px;
	font-size: 58%;
	font-size: 65%;
}
}
one_search.show span.littlestat
{
	color: #888;
	opacity: 0.8;
}
span.littlestat.arr
{
	top: 155px;top: 140px;
}
@media only screen and (max-width: 690px) {
span.littlestat.arr
{
	top: 131px;	
	/*top: 138px;*/	
}
}
span.littlestat span.time
{
	font-weight: bold;
	font-size: 110%;
}

span.littlestat span.one_st.hidden
{
	display: none;
}
span.mainest 
{
	font-size: 125%;
	font-size: 120%;
	font-size: 114%;
	font-weight: bold;
	letter-spacing: 0.5px;
	letter-spacing: 0.4px;
}
div.search_maindate
{
	width: 110px;width: 99px;
	margin-left:9px;margin-left:8px;
	margin-right:-14px;margin-right:-13px;
}
@media only screen and (max-width: 690px) {
div.search_maindate
{
	display: none;
}
}
div.search_maindate p
{
	padding-top: 65px;padding-top: 59px;
	white-space: nowrap;
	text-align: center;
}
div.search_maindate span.for_tel 
{
	display: none;
}
div.search_time 
{
	width: 554px;width: 499px;
	padding-left: 0px;
	position: absolute;
	margin-top: -2px;
	white-space: nowrap;
	overflow: hidden;
}
@media only screen and (max-width: 690px) {
div.search_maindate p
{
	padding-top: 65px;
}
div.search_time 
{
	left: 3.5%;
	width: 94%;
	margin-top: 0px;
}
}
div.search_time div
{
	margin: -3px;
}
div.search_time p
{
	white-space: nowrap;
	display: inline-block;
}

div.search_time img
{
	width: 32px;width: 29px;
	display: table-sell;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 32px;padding-bottom: 29px;
}
@media only screen and (max-width: 690px) {
div.search_time img
{
	position: inline-block;
	width:25px;
	padding-bottom: 30px;
}
}
div.search_time span.mainestcity
{
	/*font-size: 100%;*/
	font-size: 93%;
	font-weight: bold;
	letter-spacing: 0.6px;letter-spacing: 0.5px;
	text-transform: uppercase;
}
@media only screen and (max-width: 690px) {
div.search_time span.mainestcity
{
	font-size: 95%;
	font-size: 95%;
	letter-spacing: 0.8px;
}	
}
div.search_time span.mainesttime
{
	/*font-size: 104%;*/
	font-weight: bold;
	letter-spacing: 0.6px;letter-spacing: 0.5px;
}
@media only screen and (max-width: 690px) {
div.search_time span.mainesttime
{
	font-size: 105%;
	letter-spacing: 0.8px;
}	
}

@media only screen and (max-width: 690px) {
div.search_time span.depstmas, div.search_time span.arrstmas
{
	font-size: 96%;
}	
}
div.search_time div.peresadka
{
	margin:-25px 0 0 15px;margin:-23px 0 0 14px;width: 340px;
}
@media only screen and (max-width: 690px) {
div.search_time div.peresadka
{
	margin:-21px 0 0 4px;width: auto;
}
}


div.book
{
	position: absolute;
	left: auto;
	right: 145px;
	bottom: 0px;
	top: 0px;
	height: auto;	
	width: 11px;
	text-align: center;
	word-wrap: break-word;
	font-size: 80%;
	font-size: 70%;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	letter-spacing: 0.5px;
	
	
	border-right: 2px solid var(--text_color);
	background: linear-gradient(to top, white, white, white, white, var(--off_color));
	
	display: none;
}
one_search:hover div.book
{
	background: var(--off_color);
}
one_search.show div.book
{
	display: none;
}
div.book:lang(ru)
{
	padding-top: 6px;
	line-height: 15px;
}
div.book:lang(uk)
{
	padding-top: 3px;
	line-height: 19px;
}

div.book:lang(en)
{
	padding-top: 7px;
	line-height: 23px;
}
@media only screen and (max-width: 690px) {
div.book
{
	word-wrap: normal;
	height: 15px;
	top: auto;
	left: 0px;
	right: 0px;
	bottom: 59px;
	bottom: 59px;
	width: auto;
	padding: 0px;
	font-size: 70%;
	border-right: none;
	border-bottom: 1.5px solid var(--text_color);
	/*border-top: 1.5px solid var(--text_color);*/
	background: transparent;
}
div.book span 
{
	display: inline-block;
	text-align: center;
}
div.book:lang(ru) span 
{
	width: 7.69%;
}
div.book:lang(uk) span 
{
	width: 9.09%;
}
div.book:lang(en) span 
{
	width: 10%;
}
div.book:lang(ru), div.book:lang(uk), div.book:lang(en)
{
	padding: 0px;
	line-height: 16.5px;
}
}




one_search:hover div.book
{

}





div.search_price
{
	background-color: var(--main_color);
	border-radius: 0px 6px 6px 0px;border-radius: 0px 5px 5px 0px;
	position: absolute;
	
	left: auto;
	right: 4px;
	bottom: 5px;
	top: 5px;
	height: auto;
}

@media only screen and (max-width: 690px) {
div.search_price
{
	margin: 0;
	left: 5px;
	right: 5px;
	bottom: 4.8px;
	top: auto;
	border-radius: 0px 0px 6px 6px;
	width: auto;
}
}
one_search:hover div.search_price
{
	background-color: var(--hover_main_color);
}
one_search.show:hover div.search_price
{
	background-color: #E1E1E1;
}
div.search_price p
{
	width: 112px;
	width: 114px;width: 103px;
	padding: 0px 5px 0px 12px;padding: 0px 5px 0px 11px;
	height: 151px;
}
@media only screen and (max-width: 690px) {
div.search_price p
{
	margin-top: 0;
	margin-left: 3.35%;
	margin-left: 2.85%;
	padding: 13px 0 2px 24.3px;
	height: 32px;
	width: auto;
}
}
div.search_price span.stars
{
	/*color:#FFF48F;*/
	font-size: 90%;
}
@media only screen and (max-width: 690px) {
div.search_price span.stars span.mobb
{
	display: none;
}
}
div.search_price span.discount span.price
{
	font-size: 190%;
	font-size: 185%;
	font-weight: bold;
	background-color: var(--main_color);
}
one_search:hover div.search_price span.discount span.price
{
	background-color: var(--hover_main_color);
}
div.search_price span.discount span.price
{
	background-color: var(--main_color);
}
one_search.show div.search_price span.discount span.price
{
	background-color:  #E1E1E1;
}
@media only screen and (max-width: 690px) {
div.search_price span.discount span.price
{
	font-size: 180%;
}	
}
div.search_price span.discount
{
	position: absolute;
	bottom: 21px;bottom: 19px;
	left: 20px;left: 18px;
}
@media only screen and (max-width: 690px) {
div.search_price span.discount
{
	bottom: 16px;
	bottom: 13px;
	left: auto;
	right: 6%;
	right: 4%;
}
}
div.search_price span.discount.minus, div.search_price span.total.minus
{
	/*opacity: 0;*/
}
div.search_price .minus span.total, div.search_price span.total
{
	/*opacity: 0;*/
}
div.search_price span.discount.minus span.curr
{
	/*opacity: 0;*/
}
div.search_price span.discount.minus span.mainest
{
	font-size: 99%;
	font-size: 97%;
	display: block;
	margin-bottom: -17px;margin-bottom: -15px;
	margin-right: 21px;margin-right: 19px;
	text-align: right;
	line-height: 19px;line-height: 17px;
}
div.search_price span.discount.minus span.mainest b 
{
	font-weight: 800;
}
@media only screen and (max-width: 690px) {
div.search_price span.discount.minus span.mainest
{
	display: block;
	margin-bottom: -17px;
	margin-right: 0;
	line-height: 18px;
	font-weight: 600;
	font-size: 93%;
}	
div.search_price span.discount.minus span.mainest b 
{
	font-weight: bold;
}
}
div.search_price span.total
{
	position: absolute;
	bottom: 26px;bottom: 23px;
	/*color:#F52828;*/
	font-size: 94%;
	/*font-weight: 600;*/
	white-space: nowrap;
	/*display: none;*/
}
div.search_price span.total span.price_total
{
	text-decoration: line-through;
	font-weight: 700;
	font-size: 109%;
}
div.search_price span.total span.redd 
{
	color:#F52828;
	font-weight: 600;font-weight: 700;
}
one_search.show div.search_price span.total span.redd 
{
	color:#767676;
}

/*one_search.show div.search_price span.total
{
	color: #888;
	opacity: 0.8;
}*/
@media only screen and (max-width: 690px) {
div.search_price span.total
{
	bottom: 23.5px;	
	padding-left: 1px;
}
}





.active div.search_price
{
	border-radius: 0px 6px 0px 0px;border-radius: 0px 5px 0px 0px;
}
@media only screen and (max-width: 690px) {
.active div.search_price
{
	border-radius: 0;
}
}
input.next, input.next_order
{
	width: 110px;width: 99px;
	padding: 5px 10px 6px 10px;padding: 5px 9px 5px 9px;
	margin-top: 22px;margin-top: 20px;
	margin-bottom: 19px;margin-bottom: 17px;
	background-color: var(--second_color);
	position: relative;
	color: white;
	font-weight: normal;
	box-shadow: 1px 1px 1px 0 var(--shadow);
	font-size: 65%;
	letter-spacing: 0.3px;
	left: 50%;
	margin-left: -55px;margin-left: -50px;
}
@media only screen and (max-width: 690px) {
input.next, input.next_order
{
	margin-left: -55px;
	width: 110px;
	padding: 7.5px 0 8px 0;
	/*margin-left: 31.8%;*/
	margin-top: 28px;
	margin-top: 19px;
	margin-bottom: 19px;
	font-size: 65%;
}
}
input.next:hover, input.next_order:hover
{
	background-color: white;
	color: var(--second_color);
}


	
	
	
	
	
	
	
	
	


div.main_form 
{
	padding: 10px 8px 17px 16px;padding: 9px 7px 15px 14px;
	width: 661px;width: 596px;
	border: 1px solid var(--border_color);
	border-bottom-width: 2px;
	border-top: none;
	display: none;
	border-radius: 0px 0px 8px 8px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 65px;margin-bottom: 59px;
}
@media only screen and (max-width: 690px) {
div.main_form 
{
	margin-bottom: 65px;
	padding: 9px 1.5% 12px 1.5%;
	width: 87%;
	border-width: 0.5%;
}
}


div.main_form p.hintform
{
position: absolute;
left: 4px;
height: 65px;height: 59px;
line-height: 13px;line-height: 12px;
bottom: -83px;bottom: -75px;
}
@media only screen and (max-width: 690px) {
div.main_form p.hintform
{
height: 65px;
line-height: 10px;	
left: 5px;
bottom: -83px;
}
}
p.hintform span
{
	font-size: 67%;
	opacity: 1;
	letter-spacing: 0.55px;letter-spacing: 0.5px;
	color: #858585;
	font-weight: 600; 
}
@media only screen and (max-width: 690px) {
p.hintform span
{
	font-size: 62%;
	letter-spacing: 0.4px;
}
}
.hidden
{
	display: none;
}

div.main_form div
{
	display: inline-block;
}
@media only screen and (max-width: 690px) {
div.main_form div
{
	display: block;
	margin: 0px;
	padding:0px;
}
}
div.main_form div.two
{
	margin-left: 8px;
	margin-left: 13px;margin-left: 12px;
}
@media only screen and (max-width: 690px) {
div.main_form div.two
{
	margin-left: 0;
	margin-top: -30px;
}
}
label.radiolabel 
{
	margin: 7px 8px 0px 5px;margin: 6px 7px 0px 5px;
}
@media only screen and (max-width: 690px) {
label.radiolabel 
{
	margin: 7px 2.5% 0 1.6%;
}
}
div.main_form input:not([type="submit"])
{
	margin-left: 138px;margin-left: 124px;
	width: 245px;width: 221px;width: 229px;
	text-transform: uppercase;  
	font-size: 80%;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 11px 12px 9px 12px;padding: 10px 11px 8px 11px;
}
div.main_form input.agent {
	text-transform: none ; 
	font-weight: 700;
	font-size: 65%;
	letter-spacing:0.1px;
	padding-right: 1px;
}
@media only screen and (max-width: 690px) {
div.main_form input:not([type="submit"])
{
	margin: auto;
	width: 88.1%;
	padding: 11px 0 10px 4.8%;
	border-width: 0.5%;
	font-size: 80%;
	margin-bottom: -3px;
}
div.main_form input.agent {
	
	padding: 12px 0 12px 4.8%;
	font-size: 68%;
}
}
p.empty, p.fall 
{
	padding:0px;
	margin-top: 2px;
	margin-bottom:-4px;
	margin-left:150px;margin-left:135px;
	font-size:70%;
	letter-spacing:1px;
}
@media only screen and (max-width: 690px) {
p.empty, p.fall 
{
	padding-left:10.9%;
	margin-left:0%;
}
}
label.slideform
{
	margin-top: 15px;margin-top: 14px;
	margin-left: 150px;margin-left: 135px;
}
@media only screen and (max-width: 690px) {
label.slideform
{
	margin-top: 14px;
	margin-left: 11%;
}
}
div.main_form input.station, div.main_form input.station2 
{
	text-transform: none; 
	letter-spacing: 0px;
}
ul.station, ul.station2
{
	margin-left:138px;margin-left:124px;
	width: 245px;width: 221px;width: 229px;
	position:absolute;
}
@media only screen and (max-width: 690px) {
ul.station, ul.station2
{
	left: 7.38%;
	margin-left:0;
	width: 85.25%;
}
}
ul.station li, ul.station2 li
{
	padding: 6px 0px 6px 12px;padding: 5px 0px 5px 11px;
}
@media only screen and (max-width: 690px) {
ul.station li, ul.station2 li
{
	padding: 7px 5.4% 7px 5.4%;
}
}
ul.station li b, ul.station2 li b
{
	width: 120px;width: 108px;
	display: block;
}
label.labelprice 
{
	margin-left: 150px;margin-left: 135px;
	width: 135px;
	width: 130px;width: 117px;
}
@media only screen and (max-width: 690px) {
label.labelprice 
{
	margin-left: 11%;
	width: 49%;
}
ul.station li b, ul.station2 li b
{
	width: 120px;
}
}
label.labelcurr, label.labelcurr_age 
{ 
	margin-left: 8px;
}
@media only screen and (max-width: 690px) {
div.pricecurr div
{
	display: inline;
}
label.labelcurr, label.labelcurr_age 
{ 
	margin-left: 0;
}
}
div.pricecurr input
{
	margin: 0px;
	display: inline;
}
div.pricecurr input.agent
{
	width: 120px;width: 108px;width: 116px;
	margin-left: 138px;margin-left: 124px;
}
@media only screen and (max-width: 690px) {
div.pricecurr input.agent
{
	width: 45.1%;
	margin-left: 6%;
}
}
div.pricecurr input.price
{
	width: 66px;width: 59px;
	margin-left: 8px;margin-left: 7px;
	text-align: center;
	padding-left:0; 
	padding-right:0;
}
@media only screen and (max-width: 690px) {
div.pricecurr input.price
{
	margin-left: 8px;
	width: 19.3%;
	right: 25%;
	position: absolute;
}
}
div.pricecurr input.currency
{
	width: 48px;width: 43px;
	margin-left: 3px;
	text-align: center;
	padding-left:0; 
	padding-right:0;
}
@media only screen and (max-width: 690px) {
div.pricecurr input.currency
{
	width: 16.3%;
	position: absolute;
	right:7.45%;
	margin-right: 0;
}
}
div.pricecurr input.readonly
{
	background-color: #EBEBEB;
}

ul.agent
{
	margin: -2px 0px 0px 138px;margin: -2px 0px 0px 124px;
	width: 120px;width: 108px;width: 116px;
	position:absolute;
	z-index: 1001;
}
@media only screen and (max-width: 690px) {
ul.agent
{
	margin: -2px 0px 0px 5.8%;
	width: 43.63%;
}
}
ul.agent li
{
	padding: 6px 12px 6px 13px;padding: 7px 11px 7px 12px;
}
@media only screen and (max-width: 690px) {
ul.agent li
{
	padding: 7px 0 7px 11%;
}
}
ul.currency
{
	margin: -2px 0px 0px 3px;
	width: 48px;width: 43px;
	position:absolute;
	
}
@media only screen and (max-width: 690px) {
ul.currency
{
	width: 16.3%;
	right:7.45%;
}
}
ul.currency li
{
	padding: 6px 0px 6px 0px;padding: 5px 0px 5px 0px;
	text-align: center;
}
@media only screen and (max-width: 690px) {
ul.currency li
{
	padding: 7px 0px 7px 0px;
}
}
label.slideformtextarea
{
	margin-left: 13px;margin-left: 12px;
}
@media only screen and (max-width: 690px) {
label.slideformtextarea
{
	margin-left: 11%
}
}
div.main_form textarea
{
	width: 240px;width: 216px;
	height: 105px;height: 95px;
	margin-left:2px;
	padding: 8px 11px;padding: 7px 10px;
}
@media only screen and (max-width: 690px) {
div.main_form textarea
{
	margin: auto;
	width: 87.6%;
	height: 115px;
	padding: 9px 4.7%;
	border-width: 0.5%;
}
}
input.submit_reservation, input.submit_reservation_pay
{
	width: 219px;width: 197px;
	margin-left:13px;margin-left:12px;
	margin-bottom: 1px;
	margin-top: 11px;margin-top: 10px;
	height: 37px;height: 33px;
	padding-bottom: 1px;
}
input#reminder {
	width: 197px;
	margin-left:12px;
	margin-top: 10px;
	text-transform: lowercase ;
	letter-spacing: 0.4px;
	font-weight: 600;
}
@media only screen and (max-width: 690px) {
input#reminder {
	margin-left:auto;
	margin-right:auto;
	width: 87%;
	margin-bottom:10px;
}
}



input.submit_reservation_pay 
{
	padding-bottom: 2px;
	border: 3px solid var(--text_color);
	color: var(--text_color);
	background-color: white;
	box-sizing: border-box;
	/*margin-top: 10px;*/
	text-transform: lowercase;
}
div.main_form label.kurs 
{
	/*margin-top: 0px;*/
	color: #888;
	display: block;
	position: absolute;
}
input.submit_reservation_pay:hover 
{
	background-color: var(--text_color);
	color: white;
}
@media only screen and (max-width: 690px) {
input.submit_reservation, input.submit_reservation_pay
{
	margin-left:auto;
	margin-right:auto;
	width: 87%;
	margin-top: 20px;
	margin-top: 8.5px;
	height: 36px;
	padding-top: 3px;
}
input.submit_reservation_pay
{
	/*margin-top: 10px;*/
	padding-bottom: 2px;
}
}
@media only screen and (max-width: 600px) {
input.submit_reservation, input.submit_reservation_pay
{
	padding-top: 1px;
	height: 34px;
}	
}


div.main_form div.agreement {
	margin-top: 3px;
}
@media only screen and (max-width: 690px) {
div.main_form div.agreement {
	width: 90%;
	margin: auto;
	margin-top: 1px;
}
}


div.agreement label.radiolabel b
{
	text-decoration: underline;
}


p.submit_search_load
{
	margin: 5px auto -12px auto;margin: 5px auto -11px auto;
	text-align: center;
}
p.submit_search_load img
{
	width: 35px;width: 32px;
}
@media only screen and (max-width: 690px) {
p.submit_search_load
{
	margin: 5px auto -3px auto;
}
p.submit_search_load img
{
	width: 32px;
}	
}
/*ЗАГРУЗКА...*/
p.load.submit_search
{
	padding-top: 9px;padding-top: 8px;
}
@media only screen and (max-width: 690px) {
p.load.submit_search
{
	padding-top: 8px;
}
}
p.load.departure, p.load.arrival
{
	margin-top:-31px;margin-top:-28px;
}
div.main_form input.radio 
{
	width: 0px;
}
p.close
{
	cursor:pointer;
	position: absolute;
	/*/margin-left: 664px;
	margin-top: 10px;*/
	right: 12px;right: 11px;
	top: 1px;
	opacity: 0;
}
@media only screen and (max-width: 690px) {
p.load.departure, p.load.arrival
{
	margin-top:-31px;
}
p.close
{
	right: 10px;
	top: 22px;
	top: 35px;
	margin-left: 90%;
}
}
p.information
{
	cursor:pointer;
	margin-left: 123px;
	/* background-color: var(--main_color); */
	
	width: 220px;
	color: var(--button_color);
	color: var(--text_color);
	
	border-radius: 2px;
	border: none;border: 3px solid #727271;
	/* box-shadow: 1.5px 1.5px 0.5px 0 var(--shadow); */
	font-family: AvenirNextCyr;
	font-size: 75%;
	font-weight: 600;
	margin-top:5px;
	margin-bottom:5px;
	text-align: center;
	
	opacity: 0;
	padding: 4px 4px 4px 4px; 
	letter-spacing: 0.4px;
	
	
	display: none;
}
/* p.information:hover {
	background-color: var(--second_color);
	color: white;
} */
@media only screen and (max-width: 690px) {
p.information
{
	margin: 3px auto 6px auto;
	padding: 5px 4px 5px 4px; 
	width: 86%;
	font-size: 77%;
	font-size: 71%;
	letter-spacing: 0.3px;
}
}
about p.not_reis
{
	font-size: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 23px;line-height: 21px;
}
@media only screen and (max-width: 690px) {
about p.not_reis
{
	font-size: 88%;
	margin: 0;
	line-height: 23px;
}	
}
about a 
{
	text-decoration: none;
	color: var(--text_color);
	font-weight: bold;
	font-size: 110%;
	padding: 5px;
	text-shadow: 1px 1px 1px var(--shadow);
	letter-spacing: 0.2px;
}
about a:hover 
{
	color:#777;
}















/*Замовлення*/
one_order
{
	display: block;
	width: 680px;
	height: 175px;
	border: 1px solid var(--border_color);
	border-radius: 8px;
	padding: 7px 5px 4px 0px;
	position: relative;
	background: linear-gradient(to top, white, white, white, white, var(--off_color));
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
	color: var(--text_color);
	margin: 26px auto 0 auto;
	font-size: 88%;
}
@media only screen and (max-width: 690px) {
one_order
{
	width: 90%;
	font-size: 80%;
	height: 290px;
	height:190px;
	/*margin-bottom: 20px;*/
	border-width: 0.5%;
	padding: 25px 1.5% 0 1.5%;
	line-height:120%;
}
}
one_order.off
{
	background: var(--off_color);
	color: #767676;
}
one_order.off div.info
{
	background-color: #E1E1E1;
}
div.fordate.ord
{
	height: 34px;
	margin: 8px auto -21px auto;
}
div.fordate.ord.off
{
	color: #767676;
}
div.fordate.ord img 
{
	height: 31px;
	position: absolute;
	bottom: 0px;
	left: -8px;
	display: none;
}
div.fordate.ord span.time, div.fordate.ord span.trip
{
	font-size: 85%;
	font-size: 89%;
	letter-spacing: 0.4px;
	letter-spacing: 0.6px;
	font-weight: bold;
}
div.fordate.ord span.datetime
{
	/*position: absolute;
	right: 0px; bottom: 0px;*/
}
div.fordate.ord span.trip
{
	position: absolute;
	bottom: 1.5px;
	right: 2px;
	letter-spacing: 0.4px;
	background: white;
	padding-left: 3px;
}
@media only screen and (max-width: 690px) {
div.fordate.ord span.trip
{
	bottom: 3px;
	letter-spacing: 0.2px;
}
}
one_order div.info
{
	padding: 12px;
	width: 140px;
	background-color: var(--main_color);
	border-radius: 0px 6px 6px 0px;
	position: absolute;
	left: auto;
	right: 5px;
	bottom: 5px;
	top: 5px;
	height: auto;
}
@media only screen and (max-width: 690px) {
one_order div.info
{
	width: 110px;
}
}
one_order span.sing
{
	font-size: 70%;
	letter-spacing: 0.8px;
	color: var(--light_text_color); 
	font-weight: 600; 
}
@media only screen and (max-width: 690px) {
one_order p.cost
{
	line-height:18px;
	margin-top:43px;
}
}
one_order span.big 
{
	font-size: 175%;
	font-weight: bold;
}
one_order p 
{
margin-top: 0px;
margin-left: 8px;
height: 83px;
}
@media only screen and (max-width: 690px) {
}

one_order div.table
{
	/*border: 1px solid var(--border_color);*/
	height: auto;
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 175px;
	left: 5px;
	border-radius: 6px 0px 0px 6px;
	box-sizing: border-box;
}
@media only screen and (max-width: 690px) {
one_order div.table
{
	right: 145px;
}
}
one_order div.table div
{
	
	box-sizing: border-box;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	line-height: 24px;
}

one_order div.table div span.cont
{
	font-weight: 600;
	font-size: 78%;
	font-size: 85%;
	letter-spacing: 0.4px;
	display: block;
	line-height: 15px;
	opacity: 0.9;
}
@media only screen and (max-width: 690px) {
one_order div.table div span.cont
{
	font-size: 78%;
}
one_order div.table div span.cont.up
{
	line-height: 0px;
}
}
one_order div.table div.status 
{
	height: 33.3%;
	border-bottom: 1px solid var(--border_color);
	position: relative;
}
div.status .circle
{
	background-color: transparent;
	line-height: 0px;
}
div.status .status
{
	/*padding-left: 20px;*/
}
div.status .absent_color
{
	color: #FF6E6E;
}
div.status .client_color
{
	color: #96FFFF;
}
div.status .agent_color
{
	color: #F5F578;
}
div.status .admin_color
{
	color: #5ADA9A;
}
div.status .cancel_color
{
	color: #D7D7D7;
}
one_order div.table div.passangers 
{
	height: 33.3%;
	border-bottom: 1px solid var(--border_color);
}
one_order div.table div.payment 
{
	height: 33.3%;
	position: relative
}

one_order div.table div#pay 
{
	display: none;
}
one_order input.submit_reservation_pay
{
	position: absolute;
	margin: 0px;
	top: 15px;
	right: 8px;
	height: 33px;
}
one_order label.kurs 
{
	color: #888;
	display: block;
	position: absolute;
	left: 253px;
	top: 42px;
}
@media only screen and (max-width: 690px) {
one_order input.submit_reservation_pay
{
	margin: 0px;
	top: 34px;
	right: auto;
	height: 29px;
	height: 28px;
	width: 60%;
	font-size: 97%;
}
one_order label.kurs {
	left: 0px;
	top: 56px;	
	font-size: 66%;
}
}
@media only screen and (max-width: 620px) {
one_order input.submit_reservation_pay
{
	width: 95%;
}
}





about 
{
	width: 682px;width: 614px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 18px 30px 20px 30px;padding: 16px 27px 18px 27px;
	color: var(--text-color);
	box-sizing: border-box;
	margin-top: 20px;margin-top: 18px;
	margin-bottom: 16px;margin-bottom: 14px;
	
	
	background: linear-gradient(to top, white, white, white, var(--off_color));
	box-shadow: 0px 0px 1px 1px var(--shadow);
	border: 1px solid var(--border_color);
	border-radius: 6px;border-radius: 5px;
	
	opacity: 0.96;
}

about div.head
{
	font-weight: 600;
	font-size: 106%;
	text-align: center;
	padding-bottom: 0px;
	opacity: 0.7;
}
about div.mark
{
	text-align: center;
	font-size: 88%;
	padding: 9px 4% 5px 4%;padding: 8px 4% 5px 4%;
	opacity: 0.7;
	font-weight: 600;
}
about div.mark span.und 
{
	
}
about div.point
{
	position: relative;
}
about div.point div.cir 
{
	position: absolute;
	width: 30px;width: 27px;
	height: 30px;height: 27px;
	background-color: var(--main_color);
	border-radius: 30px;border-radius: 27px;
	box-shadow: 0.5px 0.5px 2px 0 var(--shadow);
	left: 1px;
	top: -7px;top: -6px;
}
about div.point div.cir:hover 
{
	background-color: var(--hover_main_color);
}
about div.point h2, about div.point p
{
	margin-left: 55px;margin-left: 50px;
	opacity: 0.7;
}
about div.point h2 
{
	font-size: 98%;
	font-size: 92%;
	margin-bottom: -9px;margin-bottom: -8px;
}
about div.point p 
{
	font-size: 81%;
}











@media only screen and (max-width: 690px) {
about 
{
	width: 88%;
	padding: 13px 6% 12px 6%;
	margin-top: 8px;
	margin-top: 20px;
	margin-bottom: 15px;
	border-radius: 6px;
}
about div.head
{
	font-size: 96%;
	font-size: 100%;
	padding-bottom: 4px;
}
about div.mark
{
	font-size: 73%;
	font-size: 76%;
	padding: 0px 3% 0px 3%;
	line-height: 13px;
}
about div.point div.cir 
{
	width: 24px;
	height: 24px;
	border-radius: 24px;
	box-shadow: 0.5px 0.5px 0 0.5px var(--shadow);
	left: 0%;
	top: -5px;
}
about div.point h2, about div.point p
{
	margin-left: 38px;
}
about div.point h2 
{
	font-size: 85%;
	font-size: 86%;
	margin-bottom: -7px;
}
about div.point p 
{
	font-size: 68%;
	font-size: 73%;
	line-height: 13px;
}



}




@media only screen and (max-width: 500px) {
about div.point div.cir 
{
	left: -1%;
	top: -4px;
}
about div.point h2, about div.point p
{
	margin-left: 37px;
}
}

@media only screen and (max-width: 330px) {
about div.point div.cir 
{
	left: -2%;
}
about div.point h2, about div.point p
{
	margin-left: 36px;
}
}



input#agreement
{
	width: 0px;
}


@media only screen and (max-width: 690px) {
div.content span.descr{
	font-size: 89%;
}
}



.box-modal#message div.mn_od p,.box-modal#message div.buttt p
{
	cursor: pointer;
	padding: 14px 12px;
	border-radius: 5px;

	font-size: 120%;
	margin: auto;
	display: block;
	text-align: center;
}
.box-modal#message div.buttt p
{
	padding: 14px 6px;
	border-radius: 10px;

	font-size: 90%;
	margin: auto;
	display: block;
	text-align: center;
}

.box-modal#message div.mn_od p.pick,.box-modal#message div.buttt p.pick 
{
	background-color: #444;
	color: white;	

}
.box-modal#message div.mn_od p:hover,.box-modal#message div.buttt p:hover ,.box-modal#message div.one_message:hover {
	background-color: #444;
	color: white;
}

.box-modal#message div.content div {
	cursor: pointer;
	padding: 5px;
	border-radius: 3px;
	margin: 4px 0;
	word-break: break-word;
}
.box-modal#message div.content div.ru:hover,.box-modal#message div.content div.ua:hover {
	background-color: #444;
	color: white;
}
.box-modal#message div.content div span{
	margin: 4px 0;
}
.box-modal#message div.content div.hascopy{
	background-color: #444;
	color: white;
}
.box-modal#message span.dashed
{
	display: block;
	margin: auto;
	text-align: center;
	width: 100%;
	border-bottom: 1px dashed var(--text_color);
}
.box-modal#message span.cen
{
	display: block;
	margin: auto;
	text-align: center;
	width: 100%;
	/* border-top: 4px solid var(--text_color); */
	color: white;
	padding: 4px 0 3px 0;
	font-size: 110%;
	letter-spacing: 0.6px;
	margin-bottom:10px;
	background-color: var(--text_color);
	text-transform: uppercase;
}




nashi_posluhy {
    font-weight: 700;
    font-size: 92%;
    margin: 10px auto 10px auto;
    text-align: center;
    display: block;
    border: 3px solid var(--main_color);
    border-bottom: none;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 0 var(--shadow);
    width: auto;
}

@media only screen and (max-width: 690px) {
nashi_posluhy {
    width: auto;
    margin: 10px auto 10px auto;
}
}

span.descr 
{
	background-color: #e8e8e5;
	padding: 6px;
	border-radius: 4px;
	
}
span.tittttt 
{
	margin-bottom: 3px;
}
span.bus img {
	width:100%;
	border-radius:4px;
	opacity: 0.95;
	border: 1px solid var(--border_color);
	padding: 5px;
	box-sizing: border-box;
}



#enter_temp .passtoviber, #bron_temp .passtoviber_bron {
	background-color: var(--main_color);
}


#enter_temp .passtoviber:hover, #bron_temp .passtoviber_bron:hover {
	background-color: var(--hover_main_color);
}



div.notice {
	font-size: 136%;
    line-height: 19px;
} 

