body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    overflow-y: scroll !important;
}

h1 {
    font-size: 20px;
}

#ws-calc {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.calc-big {
    padding-top: 25px;
}

.box {
    border: 3px solid #7f8c8d;
    padding: 20px;
    margin-bottom: 30px;
}

.box .heading {
    margin: -35px 0 12px;
}

.box .heading span {
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    line-height: 24px;
    margin-left: -10px;
    background: #fff;
}

.box label {
    margin-right: 10px;
    cursor: pointer;
}

.calc-big .info img {
    margin-right: 20px;
}

.calc-big .info span {
    position: relative;
    top: -25px;
}

.calc-big .total span {
    font-size: 30px;
    font-family: 'Open Sans Bold', sans-serif;
}

.box a.btn {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 4px;
}

.box .ws-input-up {
    background: url(../img/plus.png) top no-repeat !important;
}

.box .ws-input-dwn {
    background: url(../img/minus.png) top no-repeat !important;
}

.box input[type="text"] {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    font-family: 'Open Sans Light', sans-serif;
    font-size: 16px;
    width: 20px;
    display: inline-block;
}

.box input[id="ws-hours"] {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    font-family: 'Open Sans Light', sans-serif;
    font-size: 16px;
    width: 10px;
    display: inline-block;
}

.box span.vali {
    float: left;
}

.input-outer {
    width: 90px;
    float: left;
    text-align: center;
}

#request {
    display: none;
}

#request label {
    display: block;
    float: left;
    width: 90px;
    color: #222222;
    font-size: 18px;
    text-align: left;
    font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
}

#request label.desc {
    display: block;
    float: left;
    width: 120px;
    color: #222222;
    font-size: 12px;
    text-align: left;
    font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
}

ul.thumbnails.image_picker_selector {
    overflow: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.thumbnails.image_picker_selector ul {
    overflow: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.thumbnails.image_picker_selector li.group_title {
    float: none;
}

ul.thumbnails.image_picker_selector li {
    float: left;
    cursor: pointer;
    margin-right: 40px;
}

.top-line-calc li {
    width: 194px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 0px !important;
}

.thumbnail p {
    margin: 0!important;
    padding: 0!important;
    text-align: center!important;
}

ul.thumbnails.image_picker_selector li .thumbnail img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

ul.thumbnails.image_picker_selector li .thumbnail img {
    -webkit-user-drag: none;
    display: block;
    margin: 0 auto;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.telep {
    font-size: 20px;
}

.col-190 {
    width: 190px;
}

.col-300 {
    width: 300px;
}

.col-630 {
    width: 630px;
}

.col-465 {
    width: 465px;
}

.col-190,
.col-300,
.col-630,
.col-465 {
    float: left;
    margin-left: 30px;
}

.col-190:first-child,
.col-300:first-child,
.col-630:first-child,
.col-465:first-child {
    margin-left: 0;
}

strong {
    font-family: 'Open Sans Bold', sans-serif;
}

.st {
    font-family: 'Open Sans Bold', sans-serif;
}

.col-160 {
    width: 160px;
    float: left;
    padding-right: 16px;
}

.col-160-right {
    overflow: hidden;
}

.thumbnail p {
    margin: 0!important;
    padding: 0!important;
    text-align: center!important;
}

.wait-block .box {
    padding-bottom: 50px;
}

.wait-block .minus-min {
    float: left;
    width: 20px;
    text-align: center;
    margin-top: 10px;
    margin-left: 3px;
    cursor: pointer;
}

.wait-block .val-min {
    float: left;
    width: 100px;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    position: relative;
    top: -2px;
}

.wait-block .plus-min {
    float: left;
    width: 20px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.bottom-calc-block {
    text-align: center;
    float: left;
    width: 100%;
}

.total-block {
    float: right;
    width: 400px;
    text-align: center;
}

.send-button {
    position: relative;
    vertical-align: top;
    width: 260px;
    border-radius: 25px;
    height: 50px;
    padding: 0;
    font-size: 22px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #ff3434;
    border: 0;
    border-bottom: 2px solid #961F1F;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #BD2929;
    box-shadow: inset 0 -2px #BD2929;
    outline: none;
    margin-top: 10px;
}

.send-button:active {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.total {
    font-size: 16px;
}

.rangeSlider,
.rangeSlider__fill {
    background: #7f8c8d;
    display: block;
    height: 8px;
    width: 100%;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 4px;
}

.rangeSlider {
    position: relative;
    width: 500px;
    float: left;
    margin-top: 25px;
}

.rangeSlider--disabled {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeSlider__fill {
    background: #7f8c8d;
    position: absolute;
    top: 0;
    z-index: 2;
}

.rangeSlider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 22px;
    height: 21px;
    position: absolute;
    top: -7px;
    z-index: 3;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.rangeSlider__handle:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.rangeSlider__handle:active {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    outline: none;
}

input[type="range"]:focus + .rangeSlider .rangeSlider__handle {
    -webkit-box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
    -moz-box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
    box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
}

.rangeSlider__buffer {
    z-index: 1;
    position: absolute;
    top: 2px;
    height: 4px;
    background: #2c3e50;
    border-radius: 2px;
}

.km-mkad {
    padding-bottom: 80px;
}

.km-mkad output,
.type-car {
    display: none;
}

.km-mkad .block-right {
    float: right;
    text-align: center;
    margin-top: 25px;
}

.km-mkad input[type=text] {
    border-radius: 7px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    width: 50px;
    height: 22px;
    position: relative;
    top: -10px;
    padding: 2px;
}

.km-mkad .block-right .text {
    position: relative;
    top: -8px;
}

.wheel-val {
    display: none;
}

.other-block .check {
    width: 25px;
    height: 25px;
    background: url(../img/check-sprite.png);
    background-position: 0px 25px;
    margin: auto;
    margin-bottom: 5px;
}

.other-block .check.selected {
    width: 25px;
    height: 25px;
    background: url(../img/check-sprite.png);
}

.other-block input[type=checkbox] {
    display: none;
}

.other-block li {
    width: 180px;
    margin: 0px 7px !important;
    text-align: center;
}

.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-overlay {
    background: rgba(43, 43, 43, 0.9) !important;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(loading.gif) no-repeat 50% 50%;
}

.box-modal {
    position: relative;
    width: 315px;
    padding: 16px;
    color: #fff;
    border-radius: 6px;
    padding-top: 30px;
    float: left;
}

.box-modal_close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
    cursor: pointer;
    background: url(../img/close.png) no-repeat;
    width: 11px;
    height: 11px;
}

.box-modal input[type=text] {
    width: 280px;
    height: 40px;
    padding: 0 15px;
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
    outline: none !important;
    margin-bottom: 16px;
    font-size: 15px;
    color: #000;
    font-family: 'Open Sans';
}

.box-modal input[type=submit] {
    position: relative;
    vertical-align: top;
    width: 160px;
    border-radius: 25px;
    height: 50px;
    padding: 0;
    float: right;
    font-size: 18px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #ff3434;
    border: 0;
    border-bottom: 2px solid #961F1F;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #BD2929;
    box-shadow: inset 0 -2px #BD2929;
    outline: none;
    margin-top: 10px;
}

.box-modal input[type=submit]:active {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box-modal .left-block {
    width: 140px;
    height: 43px;
    float: left;
    margin-top: 13px;
}

.box-modal .left-block .check {
    width: 20px;
    float: left;
    height: 20px;
    background: url(../img/check-sprite2.png);
    background-position: 0px 20px;
    margin-top: 12px;
    margin-left: 30px;
    cursor: pointer;
}

.box-modal .left-block .check.selected {
    width: 20px;
    height: 20px;
    background: url(../img/check-sprite2.png);
}

.box-modal .left-block .line1 {
	letter-spacing: 1px;
    position: relative;
    top: 7px;
    left: 12px;
}
.box-modal .left-block .line2 {
	position: relative;
    top: -2px;
    left: 12px;
    font-size: 12px;
}

.text-thank {
	text-align: center;
	font-size: 16px;
}