#tof-map {
    width: 100%;
    height: 441px;
}
/*#tof-step1 .right-block, */.hide {
    display: none;
    /*display: block;*/
    position: absolute;
    left: -1000px;
}
#calc .fix-width {
    width: 100%;
}
#calc select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 24px 45px 24px 27px;
    border: 1px solid #d1d1d1;
    background: url('../images/arrow_1.png') no-repeat center right;
    width: 100%;
    margin-bottom: 13px;
    font-size: 17px;
    color: #000;
}
#calc #tof-step3 select {
	margin-bottom: 29px;
}
#tof-waypoints .point input {
	padding-right: 60px;
} 
.wide #tof-step1 .right-block {
    display: block;
    position: relative;
    left: 0;
}
#tof-step1, #tof-step2, #tof-step3 {
    display: flex;
    justify-content: space-between;
    flex: 1 0 50%;
    flex-wrap: wrap;
    margin: 0 -18px 0 -17px;
}
#tof-step1 .b-plan-sidebar {
    border-right: 0;
}
#tof-step1 .b-plan-sidebar, #tof-step1 .b-plan-slider {
    width: 50%;
    padding: 0 18px 0 17px;
    margin-bottom: 35px;
}
#calc .b-calc-content {
    padding: 0 37px 37px 36px;
}
#calc .b-calc-cols {
    margin: 35px 0 0;
}
#tof-step1 .b-plan-rates, .b-plan-slide {
    display: none;
}
.b-plan-slide.active, #tof-step1 .b-plan-rates.active {
    display: block;
}
#tof-step1 .b-plan-rates.active {
    min-height: 449px;
}
#tof-calc-content .hide {
    display: none;
}
#calc .b-plan-rate-row {
    line-height: 22px;
}
.select_loaders_block {
    border: 1px solid #d1d1d1;
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 41px 0 25px;
    margin-top: 13px;
}
.select_loaders_block label {
    font-size: 17px;
    line-height: 24px;
    position: relative;
    padding-left: 50px;
	margin: 10px 0;
    cursor: pointer;
}
.select_loaders_block label:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #FFB051;
}
.select_loaders_block #select_loaders:checked+label:after {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    left: 5px;
    top: 6px;
    background: url("../images/check.png") no-repeat 0 0;
}
#select_loaders{
    position: absolute;
    left: -999999px;
}
.vehicle-desc-form {
    border: 1px solid #d1d1d1;
    border-top: 0;
    margin-top: -14px;
    display: flex;
    justify-content: space-between;
}
#calc .b-plan-rate{
    border-top: 0;
    margin: 0;
    padding: 27px 15px 20px 0;
    width: 224px;
}
#calc .b-plan-slide-details-col:first-child {
    width: 119px;
    min-width: 119px;
}
#calc .b-plan-slide-details-col {
	width: 65px;
    min-width: 65px;
}
.vehicle-name {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-right: 19px;
}
.vehicle-name label input{
    position: absolute;
    left: -999999px;
}
.vehicle-name label {
    margin-right: 10px;
    margin-bottom: 9px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 66px;
    cursor: pointer;
    color: #000;
    position: relative;
    line-height: 34px;
}
.vehicle-name label:after {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
}
.all_metall:after {
    width: 39px;
    height: 20px;
    margin-top: -10px;
    background: url("../images/cars.png") no-repeat -8px -7px;
}
.all_metall.checked:after {
    background: url("../images/cars.png") no-repeat -71px -7px;
}
.all_metall_micro:after {
    width: 37px;
    height: 20px;
    margin-top: -10px;
    background: url(../images/cars.png) no-repeat -12px -150px;
}
.all_metall_micro.checked:after {
    background: url("../images/cars.png") no-repeat -72px -150px;
}
.van:after {
    width: 42px;
    height: 20px;
    margin-top: -10px;
    background: url("../images/cars.png") no-repeat -7px -43px;
}
.van.checked:after {
    background: url("../images/cars.png") no-repeat -69px -43px;
}
.awning:after {
    width: 42px;
    height: 20px;
    margin-top: -10px;
    background: url("../images/cars.png") no-repeat -7px -79px;
}
.awning.checked:after {
    background: url("../images/cars.png") no-repeat -69px -79px;
}
.board:after {
    width: 46px;
    height: 20px;
    margin-top: -10px;
    background: url("../images/cars.png") no-repeat -7px -115px;
}
.board.checked:after {
    background: url("../images/cars.png") no-repeat -67px -115px;
}
.farmer:after {
    width: 47px;
    height: 21px;
    margin-top: -10px;
    background: url(../images/cars.png) no-repeat -6px -187px;
}
.farmer.checked:after {
    background: url("../images/cars.png") no-repeat -67px -187px;
}
.vehicle-name label:first-child {
    margin-top: 21px;
}
.vehicle-name label.checked {
    color: #fff;
    background: #FFB051;
}
.vehicle-name label.checked:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 10px;
    border-color: transparent transparent transparent #FFB051;
    position: absolute;
    top: 0;
    left: 100%;
}
#calc .b-plan-slide {
    border: 1px solid #d1d1d1;
    padding: 0;
}
#calc .b-plan-slide-top {
    border-bottom: 1px solid #d1d1d1;
    text-align: right;
    padding: 16px 39px 17px 15px;
}
#calc .b-plan-slide-capacity {
    margin-top: 20px;
    padding: 15px 15px 9px 18px;
}
#calc .b-plan-slide-capacity-title {
    max-width: 180px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}
#calc .b-plan-slide-capacity-title strong {
    margin: 10px 0 0;
    font-size: 20px;
    position: relative;
}
#calc .b-plan-slide-capacity-title img {
    margin: -13px 0 0 38px;
}
#calc .b-plan-slide-content {
    flex-wrap: wrap;
    width: 100%;
}
#calc .b-plan-slide-details {
    width: 408px;
    margin: 32px auto 70px;
}
#calc .b-plan-slide-image {
    text-align: center;
}
#calc .b-plan-slide-image img {
    min-width: 257px;
    max-width: 100%;
}
.and-or {
    text-align: center;
    margin: 9px 0 0;
}
.and-or span {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    color: #20252e;
    position: relative;
    padding: 0 14px;
}
.and-or span:before, .and-or span:after {
    content: '';
    width: 111px;
    height: 1px;
    background: #a6a8ac;
    position: absolute;
    top: 50%;
}
.and-or span:before {
    left: 100%;
}
.and-or span:after {
    right: 100%;
}
.loaders-choose {
    display: none;
    width: 100%;
}
.loaders-choose.active {
    display: flex;
    padding: 0 18px 0 17px;
    flex-wrap: wrap;
}
.loader-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #d1d1d1;
    width: 246px;
    margin-bottom: 35px;
    margin-right: 35px;
    position: relative;
}
.loader-item .loader-cost {
    display: none;
}
.loader-icon-hint {
    float: right;
    padding: 7px 11px 0 0;
}
.loader-hint {
    display: none;
    position: absolute;
    top: 0;
    left: calc(100% + 36px);
}
/*.loader-icon-hint:hover+.loader-hint {*/
.loader-icon-hint:hover~.loader-hint {
    display: block;
    width: 392px;
    background: #fff;
    z-index: 3;
}
.loader-item:nth-child(4n+4) .loader-hint, .loader-item:nth-child(4n+3) .loader-hint {
    right: calc(100% + 36px);
    left: auto;
}

.loader_name {
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 5px 5px 15px;
}
.quantity_loaders {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
}
#calc .loader-item select {
    width: 90px;
    padding: 11px 30px 10px 5px;
    background: url(../images/arrow_1.png) no-repeat 58px 17px;
    text-align-last:center;
    margin: 0 0 0 18px;
}
.loader-item:nth-child(4n+4) {
    margin-right: 0;
}
    /* Optional: Makes the sample page fill the window. */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
#tof-popup{
    width: 380px;
    height: 100%;
    overflow: hidden;
    background: rgba(40, 42, 49, 0.949);
}

#tof-popup.wide{
    width: 100%;
}
#tof-floating-panel {
	width: 50%;
    height: 100%;
    padding: 0 18px 0 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#tof-step2 .right-block-2, #tof-step3 .right-block-2, #tof-step3 .left_column {
	width: 50%;
	padding: 0 18px 0 17px;
	margin-bottom: 35px;
}
.point {
	position: relative;
	display: flex;
}

.point input {
	width: 100%;
    height: 70px;
	border: 1px solid #d1d1d1;
	font-size: 17px;
    color: #000;
	padding: 24px 27px;
	margin-bottom: 29px;
}
.point textarea {
	width: 100%;
	height: 120px;
	resize: none;
	border: 1px solid #d1d1d1;
	font-size: 17px;
    color: #000;
	padding: 24px 27px;
	overflow: auto;
}

#tof-scroll {
    max-height: 487px;
    overflow: hidden;
}
#tof-waypoints {
    position: relative;
    bottom: 0;
}
.order_form .point>input, .order_form .point>select {
    width: 300px;
}
.order_form .point {
    margin-bottom: 16px;
    position: relative;
}
.order_form .point>.col {
    display: inline-block;
    vertical-align: top;
}
#tof-step2 .point>div.col:first-child{
    width: 138px;
}
#tof-select-panel {
    width: 25%;
}
#tof-right-panel {
    width: 400px;
}
#tof-select-panel, #tof-right-panel {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
    line-height: 30px;
    padding-left: 10px;
    display: none;
}
#tof-popup.wide #tof-floating-panel {
    width: 369px;
    height: 100%;
    padding: 19px 1px 23px 26px;
}
#tof-rollup{
    position: absolute;
    top: -5%;
    right: 2%;
    color: black;
}
#tof-popup.wide #tof-rollup {
    top: 2%;
}
.form__add.hide{
    display: none;
}
#tof-continue.hide {
    display: none;
}
.tof_delete_point, .tof_delete_point:visited, .tof_delete_point:hover, .tof_delete_point:active, .tof_delete_point:focus{
    color: black;
    cursor: pointer;
}
.tof_delete_point.hide{
    display: none;
}
.order_form {
    position: absolute;
    top: 178px;
    left: 0;
    width: 100%;
    height: 470px;
    z-index: 1;
}
.order_form .fix-width{
    height: 100%;
}
.name_form {
    display: none;
}
.form_label {
	display: none;
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 7px;
    letter-spacing: 0.02em;
}
#tof-step2 .sale span {
    font-size: 17px;
}
.order_form a, #tof-step2 .sale, .checkbox_form label {
    color: #f0f4ab;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.order_form a:hover {
    color: #f0f4ab;
    text-decoration: none;
}
.order_form input[type="text"], .order_form select {
    background-color: rgba(38, 40, 47, 0.502);
    height: 54px;
    border: 1px solid rgba(137, 137, 137, 0.502);
    font-size: 14px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.02em;
    display: inline-block;
    vertical-align: top;
}
.order_form input[type="text"] {
    padding: 5px 14px;
}
.order_form input[type="text"].tof_waypoint {
    padding: 5px 25px 5px 14px;
}
.order_form select:focus {
    outline: 0;
}
.order_form select {
    padding: 5px 21px 5px 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(38, 40, 47, 0.502) url("../images/arrow.png") no-repeat right center;
}
::-webkit-input-placeholder {
    color: #000;
}
::-moz-placeholder {
    color: #000;
}
:-ms-input-placeholder {
    color: #000;
}
:-moz-placeholder {
    color: #000;
}
#tof-point-add, #tof-step2 .sale, .checkbox_form label {
    padding: 6px 0 5px 38px;
    line-height: 19px;
    margin-top: 4px;
}
#tof-point-add {
	display: inline-block;
	vertical-align: top;
	color: #FFB051;
	font-size: 17px;
	line-height: 24px;
	font-weight: 700;
	padding-left: 50px;
	background: url('../images/plus.png') no-repeat 0 0;
	padding: 8px 0 8px 50px;
	margin: 0 0 0 29px;
	position: relative;
}
.checkbox_form label {
    margin-bottom: 18px;
    cursor: pointer;
}
#tof-step2 .sale:before, .checkbox_form label:before{
    content: '';
    width: 28px;
    height: 28px;
    border: 1px solid #f0f4ab;
    position: absolute;
    top: 0;
    left: 0;
}
#tof-point-add:before, #tof-step2 .sale:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.checkbox_form input[type="checkbox"]:checked+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url("../images/form_sprites.png") no-repeat -5px -47px;
    position: absolute;
    top: 10px;
    left: 9px;
}
#tof-step2 .sale:after {
    content: '';
    width: 6px;
    height: 11px;
    background: url("../images/form_sprites.png") no-repeat -5px -26px;
    position: absolute;
    top: 9px;
    left: 12px;
}
.marker_address {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 34px;
    text-align: center;
    background: url("../images/geo.png") no-repeat 0 0;
    color: #FFB051;
    font-weight: bold;
    font-size: 11px;
    margin: 13px 0 0 5px;
    line-height: 28px;
	position: absolute;
	top: 6px;
    right: 30px;
}
#tof-cost-container .blue_btn, .order_form #tof-step2 a.tof_back {
    margin-top: 18px;
}
.order_form a.blue_btn {
    display: inline-block;
    vertical-align: top;
    background: #4291de;
    color: #fff;
    font-size: 14px;
    padding: 17px 27px 18px 25px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.order_form a.blue_btn:hover {
    background: #1f6cae;
}
.order_form #tof-step2 a.blue_btn {
    min-width: 81px;
    text-align: center;
}
.order_form a.tof_back {
    border: 1px solid #3a93dd;
    color: #4891df;
    padding: 16px 27px 17px 25px;
    min-width: 80px;
    margin-right: 11px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.order_form a.tof_back:hover {
    background: #3a93dd;
    color: #fff;
}
.loader-icon {
    text-align: center;
    padding: 43px 0 10px;
}
.order_form #tof-step2 a.tof_back {
    margin-left: 4px;
}
#tof-step1 .right-block {
    width: 100%;
    min-height: 70px;
    border: 1px solid #d1d1d1;
    margin: 0 18px 33px 17px;
	padding: 5px 0;
}
#tof-step1 .right-block .right-bottom-block{
    display: block;
    height: 100%;
}
#tof-step1 .right-block .info_block:last-child {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
	text-align: right;
}
.min_cost_loaders, #tof-step1 .name_info  {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}
.min_cost_loaders strong, #tof-step1 .info_block .value {
    text-transform: none;
    font-size: 28px;
    color: #FFB051;
}
.btn_block {
    display: flex;
	width: 100%;
    justify-content: flex-end;
    margin: 0 18px 0 17px;
}
.btn_block .button-3 {
    width: 50%;
}
.btn_block .button-3.tof_back {
	background: transparent;
	color: #FFB051 !important;
	border: 2px solid #FFB051;
	margin-right: 35px;
}
.btn_block .button-3.tof_back:hover {
	background: #FFB051;
	color: #fff !important;
}	
#tof-step1 .info_block .value {
    margin-right: 37px;
    font-weight: bold;
}
#tof-step1 .name_info {
    margin-top: 7px;
    margin-right: 4px;
}
#tof-step1>.select_loaders_block {
    margin: 0 18px 33px 17px;
    width: 100%;
}
.right-block-2 .right-bottom-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    border: 1px solid #d1d1d1;
	justify-content: space-between;
	min-height: 70px;
	padding: 8px 27px;
}
.right-top-block {
    display: table;
    width: 100%;
}
#tof-step2 .right-top-block {
    margin: 0;
	width: 100%;
}
#tof-cost-container.hide {
    display: none;
}
.right-bottom-block {
    display: table;
    width: 100%;
}
.info_block {
    display: flex;
	flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.name_info {
    font-size: 15px;    
	text-transform: uppercase;
    line-height: 29px;
    font-weight: 500;
	margin-right: 3px;
}
.info_block .value {
    font-size: 20px;
	color: #FFB051;
	font-weight: bold;
}
.tof_delete_point {
    width: 16px;
    height: 16px;
    background: url("../images/close.png") no-repeat -2px -2px;
    overflow: hidden;
    text-indent: -999999px;
    position: absolute;
    top: 27px;
    right: 7px;
}
.car_info {
    border: 1px solid #d1d1d1;
	border-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.left_column {
    float: left;
    width: 361px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 19px 1px 23px 23px;
}
#tof-cost-container {
    margin-top: 22px;
}
.example_car {
    font-style: italic;
    color: #909095;
    line-height: 20px;
}
.car_info {
    display: none;
}
.car_info.selected, #tof-selected-car {
    display: table;
    width: 100%;
}
.car_img {
    vertical-align: middle;
    text-align: center;
    width: 350px;
}
.car_img img {
    display: inline-block;
    margin-top: 14px;
}
.car_info_right {
    vertical-align: top;
    color: #fff;
    padding: 21px 5px 0 0;
}
.car_info_right ul {
    margin-bottom: 11px;
}
#content .car_info_right ul li {
    padding-left: 0;
    margin-bottom: 2px;
}
.example_car span {
    display: block;
}
#tof-contact-container {
    margin-top: 0;
}
#tof-contact-container .point>.col {	
	width: 50%;
}
#tof-contact-container .point>.col:first-child {
    margin-right: 20px;
}
#tof-contact-container .point>.col input {
    width: 100%;
}
.checkbox_form input[type="checkbox"]{
    position: absolute;
    left: -999999px;
}
.error {
    border: 1px solid red !important;
}
#tof-date {
    width: 98px;
}
#tof-time {
    width: 112px;
}
#tof-step4 {
    display: table;
    width: 100%;
    height: 100%;
}
#tof-step4.hide {
    display: none;
}
#tof-step4 .success {
    text-align: center;
	font-size: 20px;
	line-height: 30px;	
}
#tof-step4 .success .blue_success_txt {
	text-transform: uppercase;
	color: #FFB051;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
    width: 353px;
    margin: 25px auto 5px;
}
    /*== malihu jquery custom scrollbar plugin ==*/
.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }

.mCustomScrollBox{ /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container{ /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
}
.mCSB_inside > .mCSB_container{ margin-right: 0; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 4px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail{
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px; /* minimum dragger height */
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s,
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; }

.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #000; background-color: rgba(0,0,0,0.4);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.75);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.85);
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.9);
	}
@media (max-width: 1215px) {
	.loader-item {
		width: 40%;
	}
	.loader-item:nth-child(4n+4) {
		margin-right: 35px;
	}
	.loader-item:nth-child(even) {
		margin-right: 0 !important;
	}
	.loaders-choose.active {
		justify-content: center;
	}
    .loader-icon-hint:hover~.loader-hint {
		width: 110%;
	}
	.loader-item:nth-child(even) .loader-hint {
		right: calc(100% + 36px) !important;
		left: auto !important;
	}	
	.loader-item:nth-child(odd) .loader-hint {
		left: calc(100% + 36px) !important;
	}
}	
@media (max-width: 1149px) {
	#calc .b-plan-slide-image img {
		min-width: 220px;
	}
	#calc .b-plan-rate {
		width: 200px;
	}
	#calc .b-plan-slide-left {
/*		width: 53%;*/
	}
	#calc .b-plan-slide-details {
		width: auto;
	}
	.vehicle-name label {
		font-size: 13px;
	}
	#calc .b-plan-slide-details-col:first-child {
		width: 80px;
		min-width: 80px;
	}	
}
@media (max-width: 1060px) and (min-width: 992px) {
	.vehicle-name label {
	    padding-left: 18px;	
	}
	.vehicle-name label:after {
		display: none;
	}
}
@media (max-width: 991px) {
	.order_img {
		display: none;
	}
	#tof-step1 .b-plan-sidebar, #tof-step1 .b-plan-slider {
		width: 100%;
	}
	#calc .b-plan-rate {
	    width: 400px;
	}
	#tof-step1 .b-plan-rates.active {
		min-height: 0;
		margin-bottom: 20px;
	}
	#tof-step1 .b-plan-slider {
		margin-top: 0;
	}
	.min_cost_loaders, #tof-step1 .name_info {
		font-size: 15px;
	}
	.min_cost_loaders strong, #tof-step1 .info_block .value {
		font-size: 26px;
	}
}
@media (max-width: 900px) { 
	.select_loaders_block {
		flex-wrap: wrap;
	}
	.min_cost_loaders {
		width: 100%;
		text-align: right;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) { 
	#calc .b-plan-rate {
		width: 250px;
	}
	#calc .b-plan-slide-content {
		display: flex;
	}
	#calc .b-plan-slide-right {
		width: 40%;
	}
	#tof-step2 .right-block-2, #tof-step3 .right-block-2, #tof-step3 .left_column, .right-top-block, .static_img img, #tof-floating-panel {
		width: 100%;
	}
	#tof-point-add {
		margin: 0 0 35px 29px;
	}
	
}
@media (max-width: 700px) { 
	.loader-item {
		width: 100%;
		margin-right: 0;
	}
    .loader-icon {
        display: none;
    }

	.loader-item:nth-child(even) .loader-hint, .loader-item:nth-child(odd) .loader-hint {
		top: calc(100% + 36px) !important;
		left: 0 !important;
		right: auto !important;
	}
    .loader-icon-hint:hover~.loader-hint, .loader-icon-hint:hover~.loader-hint img {
		width: 100%;
	}
}
@media (max-width: 600px) { 
	.vehicle-name label {
	    padding-left: 18px;	
	}
	.vehicle-name label:after {
		display: none;
	}
	#calc .b-plan-rate {
		width: 200px;
	}
	.b-plan-slide-top strong, .min_cost_loaders strong, #tof-step1 .info_block .value {
		font-size: 21px;
	}	
}
@media (max-width: 570px) { 
	#calc .b-plan-slide-image img {
		min-width: 0px;
		margin-left: 13px;
	}
	#tof-step1 .info_block .value {
		margin-right: 20px;
	}
}
@media (max-width: 540px) {
	#calc .b-plan-slide-details-col {
		width: 55px;
		min-width: 55px;
	}
}
@media (max-width: 530px) {
	#calc .b-plan-slide-details {
		width: 100%;
		overflow-x: auto;
		margin: 32px 23px 70px 20px;
	}
	#calc .b-plan-slide-details-col:first-child {
		width: 80px;
		min-width: 80px;
	}
}
@media (max-width: 500px) {
	#calc .b-plan-rate {
		width: auto;
	}
	.vehicle-desc-form {
		flex-direction: column;		
	}
	.vehicle-name label {
		margin-right: 0;
		margin-bottom: 0;
	}
	.vehicle-name label.checked:before {
		display: none;
	}  
	#calc .b-plan-rate {
		padding: 15px 15px 20px 21px;
	}
	.vehicle-name {
		padding-right: 0;	
	}
	#calc .b-plan-slide-top {
		font-size: 14px;
		padding: 16px 15px 17px 15px;
	}
	.min_cost_loaders, #tof-step1 .name_info {
		font-size: 14px;
	}
	#tof-step1 .name_info {
		line-height: 23px;
	}
}
@media (max-width: 479px) {
	.and-or span:before, .and-or span:after {
	    width: 40px;
	}
	.and-or span, .select_loaders_block label, #calc select, .point input, .point textarea {
		font-size: 14px;
	}
	.select_loaders_block {
		min-height: 50px;
	}
	.select_loaders_block label {
		padding-left: 35px;
		line-height: 18px;
	}
	#calc select {
		padding: 15px 45px 15px 15px;
	}
	.point textarea, .point input {
		padding: 15px;
	}
	.point input {
		height: 50px;
	}
	#calc .b-calc-content {
		padding: 15px;
	}
	.select_loaders_block {
	    padding: 0 15px;
	}
	.select_loaders_block #select_loaders:checked+label:after {
		top: 4px;
	}
	.select_loaders_block label:before {
		top: -2px;
	}
	.btn_block .button-3, #tof-step4 .success .blue_success_txt {
		width: 100%;
	}
	.btn_block {
		flex-wrap: wrap;
	}
	.btn_block .button-3.tof_back {
		margin-bottom: 20px;
		margin-right: 0;
	}
	.marker_address {
		margin: 3px 0 0 5px;
	}
	#tof-point-add {
		margin: 0 0 35px 0;
	}
	#tof-step4 .success .blue_success_txt {
		font-size: 20px;
		line-height: 30px;
	}
	#tof-step4 .success {
		font-size: 17px;
		line-height: 27px;
	}
}
@media (max-width: 370px) {
	#calc .b-plan-slide-right, #calc .b-plan-slide-left {
		width: 100%;
	}
	#calc .b-plan-slide-image img {
		margin-left: 0;
	}
}