/* CSS Document */

/*убрать в отдельный файл*/

.phoneString{padding-top:11px;}
.tableTdGruz {padding:0 0 5px 0;}
.tdContacts {padding:0 0 5px 0;}
.formBorder {margin-top:30px; margin-left:9px; border-bottom:none; width:933px;}
.formBorder_2 {margin-top:30px; margin-left:9px; border-bottom:none; width:933px;}
.topFormBorder {border-top:1px solid #A2A2A2;}
.bottomFormBorder{border-bottom:1px solid #A2A2A2;}
.leftFormBorder {border-left:1px solid #A2A2A2;}
.rightFormBorder {border-right:1px solid #A2A2A2;}
.normalText{font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.formTextDisabled{color:#969595;}
.cityRows {padding-top:5px;}
.paddingFirstCollumn {padding-left:10px;}
.contacts {padding-top:3px}
.inputText {border:1px solid #ACACAC; background-color:#FFFFFF}
.pad_bot_6px{padding-bottom:6px;}
.help_txt{font-size:10px;color:#888;padding:0 0 3px 5px;}
.ftxt{font-family:Arial,Helvetica,sans-serif;font-size:12px;}
.slctnum{width:45px;}
.pnt{cursor:pointer;}
.wh{height:27px;padding-right:10px;}
.bs{border-spacing:0;}
.cip{padding-top:1px;}
.cip2{padding:2px 0;}
.pos{position: absolute; z-index: 200;}
.img_lpos{z-index:1;position:absolute;margin-top:-40px;margin-left:-40px;}
.img_rpos{z-index:1;position:absolute;margin-top:50px;margin-left:827px;}
.padr{padding-right:15px;}
.form_name{background-color:#E7F4FA; color:#256A9A; padding:4px 0 3px 10px;}
.ml{margin-left:-3px}
.padr{padding-left:7px;padding-top:4px;}

td.bg_1{
		background:url(/img/mp_classic/mp_classic_forma_1.png) no-repeat 0% 0%;
		width:7px;
		height:11px;
	}

td.bg_2{
		padding-top:0;
		background:url(/img/mp_classic/mp_classic_forma_2.png) repeat-y 0% 0%;
		width:7px;
	}

td.bg_3{
		background:url(/img/mp_classic/mp_classic_forma_3.png) no-repeat 0% 0%;
		width:7px;
		height:6px;
	}

td.bg_4{
		background:url(/img/mp_classic/mp_classic_forma_4.png) repeat-x 0% 0%;
		height:6px;

	}

td.bg_5{
		background:url(/img/mp_classic/mp_classic_forma_5.png) no-repeat 0% 0%;
		height:6px;
		width:7px;
	}
.select_white{
    font-size: 11px;
    color: #393939;
    border:1px solid #ACACAC;
    height: 19px;
}
.select-free
{
	position:absolute;
	z-index:10;
	cursor:pointer;
	overflow:hidden; /*must have*/
}
.select-free .bd{
    padding-top: 1px;
}

.extra_span {cursor:pointer; display:inline; vertical-align:middle; white-space:nowrap}
input.incorrect_marsh{border: 1px solid red;}
input.problem_marsh{border: 1px solid green;}
input.no_city{border: 1px solid red;}

a {color: #517aac;}

.input-container input[type="checkbox"] {
	height: 13px;
	vertical-align: middle;
	width: 13px;
}

.input-container label {
	cursor: pointer;
}

.question_icon {
    width: 14px;
    height: 14px;
}

.question_icon_container {
   position: relative;
   margin: 1px 0 0 6px;
   cursor: pointer;
}

.tooltip_extra_transport_with_gps .tooltip_body_extra_transport_with_gps {
	max-width: 420px;
	padding: 12px 16px 16px 16px !important;
}
.tooltip_extra_transport_with_gps .tooltip_arrow_on_top {
	margin: 0 0 0 92% !important;
	z-index: 3;
}
.tooltip_extra_transport_with_gps .desc_header,
.tooltip_extra_transport_with_gps .desc_body {
	text-align: left;
	line-height: 1.7;
	color: #1f2933;
	white-space: normal;
}
.tooltip_extra_transport_with_gps .desc_header {
	font-size: 12px !important;
	margin-bottom: 2px;
	color: #1f2933;
}
.tooltip_extra_transport_with_gps .desc_body {
	font-size: 12px !important;
	color: #334e68;
}
.tooltip_extra_transport_with_gps .desc_body .desc_body_image {
	width: 18px;
	height: 18px;
	margin-left: 2px;
	margin-bottom: -5px;
}

.transport_with_gps_block {
	font-weight: 600 !important;
	position: relative;
	z-index: 2;
}
.transport_with_gps_label {
	display: flex;
	padding-top: 2px;
	cursor: pointer;
}

#extra_inf .transport_with_gps_label {
	display: inline-block;
	text-transform: lowercase;
}

#extra_inf .transport_with_gps_label img {
	display: none;
}
.transport_with_gps_block [class^='tooltip_'] {
	left: -88.4%;
	top: 4px;
	background: none;
	opacity: 0;
	font-size: 0.9em;
	position: absolute;
	z-index: 1;
	display: none;
}
.transport_with_gps_block [class^='tooltip_'] [class^='tooltip_body_'] {
	padding: 3px 8px;
	position: relative;
	min-width: 30px;
	text-align: center;
	color: #2a3d4c;
	box-shadow: 0 0 10px -6px;
	background-color: #fff;
	line-height: normal;
	border-radius: 4px;
	width: max-content;
	max-width: 500px;
}
.transport_with_gps_block [class^='tooltip_'] div.tooltip_arrow_on_bottom,
.transport_with_gps_block [class^='tooltip_'] div.tooltip_arrow_on_top {
	width: 0;
	height: 0;
	position: relative;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin: 0 auto;
}
.transport_with_gps_block [class^='tooltip_'] div.tooltip_arrow_on_bottom {
	border-bottom-width: 5px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.transport_with_gps_block [class^='tooltip_'] div.tooltip_arrow_on_top {
	border-bottom-width: 10px;
}
@keyframes tooltips-horz {
	to {
		opacity: 1;
	}
}
.transport_with_gps_block:hover [class^='tooltip_']:not(.tooltip_price_convert_select),
.transport_with_gps_block [class^='tooltip_'].hovered {
	display: block;
	animation: tooltips-horz 300ms ease-out forwards;
}

.group_radio {
	margin-top: 10px;
	display: flex;
}

.group_radio label {
	margin-right: 15px;
}
.group_radio input {
	margin: 1px 5px 0 0;
}
.group_radio input:not(:checked) + label {
	color: #969595;
}
.group_radio input:checked + label {
	color: #000;
}

#request_currency_per_unit {
	
	margin-left: 14px;
	border-radius: 4px;
}

#request\[price\] {
	border-radius: 4px 0 0 4px;
}

#request_absolute_currency {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0 4px 4px 0;
	padding: 0 5px;
	height: 17px;
	background: url('/img/moi_perevozki_classic/select_arrow.svg') no-repeat right center;
	display: inline-block;
	position: relative;
	background-size: 10px 5px;
	background-origin: content-box;
	width: 80px;
}

#request_absolute_currency.not_selected {
	width: 146px;
}

#request_absolute_currency.not_selected.pl_local {
	width: 175px;
}