/*CALCULATION PAGE*/

.calculation-main{
    background: url("/img/volvo-to-1.jpg") center center no-repeat; /* ../img/maintenance-head.jpg /local/templates/volvo/img/zap.jpg */
    background-size: cover;
}
.calculation-container{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 40px;
}
.calculation-ttl{
    font-size: 44px;
    color: #fff;
    padding-bottom: 25px;
    width: 50%;
}
.calculation-txt{
    font-size: 16px;
    line-height: 28px;
    color: #fff;
	max-width: 520px;
}
.calculation-txt-blk{
    padding: 55px 0;
}
.calculation-slider-blk{
    padding-top: 55px;
    background: url("../img/bg-6.jpg") center center no-repeat;
    background-size: cover;
}
.calculation-slider-ttl{
    line-height: 36px;
    font-size: 38px;
	max-width: 510px;
 }
.calculation-slider-txt{
    font-size: 15px;
	max-width: 520px;
}
.calculation-slider-i{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.calculation-slider-i-l{
    width: 50%;
}
.calculation-slider-i-r{
    width: 50%;
}
.calculation-slider-t{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 25px;
}
.calculation-slider-nav{
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.calculation-slider-arr-l{
    width: 50px;
    height: 50px;
    background: #fff;
    margin-right: 50px;
    display: block;
    cursor: pointer;
    background: url('../img/slider-arrow-blue.png') center center no-repeat;
}
.calculation-slider-arr-r{
    width: 50px;
    height: 50px;
    background: #fff;
    display: block;
    margin-left: 50px;
    cursor: pointer;
    background: url('../img/slider-arrow-blue.png') center center no-repeat;
    transform: rotate(180deg);
}
.calculation-slider-num{
    font-size: 20px;
    color: #2f2f2f;
    padding: 0 5px;
}
.calculation-service{
    background-color: #17224b;

}
.calculation-service-blk{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
}
.calculation-service-l{
    width: 50%;
    padding-right: 20px;
}
.calculation-service-r{
    width: 50%;
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.calculation-service-ttl{
    line-height: 30px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
}
.calculation-service-btn-wrap{
    padding-right: 20px;
}
.calculation-service-btn{
    display: block;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 55px;
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
}
.calculation-service-btn:hover{
    color: #17224b;
    background-color: #fff;
}
.calculation-service-lnk{
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    padding-left: 20px;
}
.calculation-service-lnk:hover{
    opacity: .5;
    transition: opacity .3s;
	color:#fff;
}
.calculation-service-lnk:after{
   content: '';
    display: block;  
    position: absolute;
    top: -1px;
    right: -30px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.calculation-service-lnk:before{
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -22px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #17224b;
    border-right: 1px solid #17224b;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.calculation-details{
    padding: 25px 0 65px;
}
.calculation-details-txt{
    color: #999;
    font-size: 13px;
    line-height: 1.6;
}
.calculation-details-txt-part{
    color: #17224b;
    font-size: 13px;
}
.calculation-form-l{
    width: 40%;
    padding: 50px;
    padding-left: 0;
		padding-bottom:0;
}
.-print {display:none;}
.calculation-form-l-ttl{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}
.calculation-form-l-subttl{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}
.calculation-form-l-lnk{
    display: block;
    font-size: 15px;
    position: relative;
    padding-left: 40px;
    padding-bottom: 20px;
}
.calculation-form-l-lnk:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
    width: 26px;
    height: 28px;
    background: url("../img/pdf.png") center center no-repeat;
}
.calculation-form-l-img{
    padding: 30px 0;
}

.calc-table {width:100%; border-collapse:collapse;}
.calc-table + .calc-table {margin-top:40px;}
.calc-table th:nth-child(1) {width:60%;}
.calc-table th:nth-child(2) {width:20%;}
.calc-table th:nth-child(3) {width:20%;}
.calc-table thead th {border-bottom:1px solid #DADCE2; padding-bottom:10px;}
.calc-table tfoot th {border-top:1px solid #DADCE2; padding-top:10px;}
.calc-table tbody td {padding:5px 0;}
.calc-parts-dop {display:none;}
.calc-works-dop {display:none;}


.dealer__location-dropdown.drop-it-down.__calculation{
    width: 100%;
    background: #fff;
    border: 1px solid #c9c9c9;
}
.drop-it-down.__calculation:hover{
    border-color: 1px solid #c9c9c9!important;
}
.drop-it-down.__calculation .dropdown-item.first{
    color: #959aad;
    width: 100%;
    border-color: #c9c9c9;
}
.drop-it-down.__calculation .dropdown-item{
    color: #959aad;
}
.drop-it-down.__calculation .dropdown-item:hover{
    color: #17224b;
    transition: color .3s;
    text-decoration: none;
}
.drop-it-down.__calculation .nano-pane{
    bottom: 10px;
}
.drop-it-down.__calculation.is-dropped .dropdown-item.first{
    border-color: #c9c9c9;
}
.is-dropped.drop-it-down.__calculation .dropdown-item.first {
    color: #757575;
    background: rgba(0, 0, 0, 0) url(../img/dropdown-icon.png) no-repeat scroll 90% 100%!important;
}
.drop-it-down.__calculation .dropdown-item.first{
    background-position-x: 90%;
    background-position-y: 0;
}
.calculation-form-blk{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.calculation-form-r{
    width: 60%;
    background-color: #17224b;
    padding: 24px 40px;
}
.calculation-form-r-ttl{
		margin-top:0;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}
.calculation-form-r-txt{
    color: #fff;
    font-size: 15px;
    padding-top: 0;
    line-height: 1.6;
}
.calculation-radio-car-wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.calculation-radio-car-lbl{
    display: block;
    background-color: #17224b;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    width: 100%;
    border: 1px solid #25356f;
    cursor: pointer;
    position: relative;
}
.calculation-inp-wrap{
    width: 100%;
}
.calculation-radio-car-inp{
    display: none;
}
.calculation-radio-car-inp:checked+.calculation-radio-car-lbl{
    background-color: #25356f;
}
.calculation-radio-car-inp:checked+.calculation-radio-car-lbl:after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.calculation-radio-car-inp:checked+.calculation-radio-car-lbl:before{
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 19px;
    width: 10px;
    height: 10px;
    background: url("../img/check.png") center center no-repeat;
    z-index: 1;
}
.calculation-form-r-txt-S{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding-top: 30px;
}
.calculation-form-r-age{
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.calculation-form-r-age-amount{
    padding-top: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.calculation-form-r-age-amount input{
    text-align: right;
    width: 80%;
	border: none;
    background: transparent;
    color: #fff;
}
.calculation-form-r-age-slider.ui-corner-all{
    border-radius: 0;
}
.calculation-form-r-age-slider.ui-widget-content{
    background: rgba(255,255,255,.5);
}
.calculation-form-r-age-slider .ui-widget-header{
    background: rgba(255,255,255,.8);
}
.calculation-form-r-age-slider.ui-widget.ui-widget-content{
    border: none;
}
.calculation-form-r-age-slider.ui-slider-horizontal{
    height: .5em;
}
.calculation-form-r-age-slider.ui-slider-horizontal .ui-slider-handle{
    border-radius: 50%;
    width: 20px;
    height: 20px;
	margin-left:-13px;
    position: absolute;
    top: -6px;
    background: #fff;
    cursor: pointer;
    z-index: 1;
    outline: none !important;
	transition:none;
	-moz-transition:none;
	-webkit-transition:none;
}
.calculation-form-r-age-slider.ui-slider-horizontal .ui-slider-handle.ui-state-active{
    border: none;
}
.calculation-form-r-age-slider.ui-slider-horizontal .ui-slider-handle.ui-state-active:before{
    left: -7px;
    top: -7px;
}
.calculation-form-r-age-slider.ui-slider-horizontal .ui-slider-handle:before{
    content: '';
    height: 32px;
    width: 32px;
    left: -7px;
    top: -7px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    position: absolute;
}
.calculation-form-r-age-slider-list{
	list-style-type:none;
	margin:0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 0 0;
}
.calculation-form-r-age-slider-list li{
    color: #fff;
    font-size: 14px;
}
.calculation-form-l-text {margin-top:8px;}
.calculation-form-r-total{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border-top: 1px solid #fff;
		border-left:0;
		border-right:0;
    padding: 8px 0 0;
    margin-top: 20px;
}
.calculation-form-r-txt-part{
    font-weight: normal;
}
.calculation-form-r-btn{
    display: block;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px;
    color: #17224b;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid transparent;
    margin-left: 20px;
}
.calculation-form-r-btn:hover {
    background-color: #17224b;
    border: 2px solid #fff;
    color: #fff;
}
.calculation-form-r-total-txt{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
#slider-range-max{

}
.calculation-popup{
    padding: 65px 70px 20px;
    background: #fff;
    max-width: 545px;
    margin: 0 auto;
    position: relative;
}
.calculation-popup-close-btn{
    width: 48px;
    height: 48px;
    background: #1d88cc;
    position: absolute;
    right: 0;
    top: 0;
}
.calculation-popup-close-btn.__rules{
    background: #999999;
}
.calculation-popup-close-btn:before{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 23px;
    bottom: 0;
    margin: 0 auto;
    height: 2px;
    width: 20px;
    background-color: #fff;
    transform: rotate(45deg);
}
.calculation-popup-close-btn:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 23px;
    bottom: 0;
    margin: 0 auto;
    height: 2px;
    width: 20px;
    background-color: #fff;
    transform: rotate(135deg);
}
.calculation-popup-ttl{
    font-size: 17px;
    margin-bottom: 10px;
    text-align: center;
}
.calculation-popup-txt{
    color: #6b6b6b;
    margin-bottom: 20px;
    text-align: center;
}
.calculation-popup-txt-part{
    color: #1d88cc;
}
.calculation-popup-inp-wrap{
    position: relative;
}
.calculation-popup-inp-wrap textarea{
    background: transparent;
    height: 56px;
}
.calculation-popup-inp{
    border: 1px solid #ccc;
    color: #000;
    display: block;
    font-size: 15px;
    max-width: 100%;
    min-width: 100%;
    outline: medium none;
    padding: 15px 20px;
    -webkit-transition: border-color 0.15s ease-out 0s;
    -o-transition: border-color 0.15s ease-out 0s;
    transition: border-color 0.15s ease-out 0s;
    width: 100%;
    margin-bottom: 20px;
}
.calculation-popup-lbl{
    color: #959aad;
    font-size: 15px;
    left: 21px;
    pointer-events: none;
    position: absolute;
    top: 17px;
}
.calculation-popup-btn{
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    padding: 20px 48px 18px;
    color: #fff;
    font-weight: 700;
    background-color: #2D8ECB;
    width: 100%;
    outline: none;
    border: none;
}
.calculation-popup-btn:hover{
    background: #2aaafc;
    transition:background .3s;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
}
.calculation-popup-checkbox-wrap{
    padding: 20px 0;
}
.calculation-popup-checkbox-wrap input{
    display: none;
}
.calculation-popup-checkbox-wrap label{
    display: block;
    position: relative;
    padding-left: 60px;
    cursor: pointer;
    color: #000;
    font-size: 12px;
    max-width: 300px;
}
.calculation-popup-checkbox-wrap label:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
}
.calculation-popup-checkbox:checked+.calculation-popup-checkbox-lbl:after{
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 13px;
    background: url("../img/checked.png") center center no-repeat;
    width: 14px;
    height: 13px;
}
.form-checkbox.form-required.error+.form-checkbox-lbl{
    color: #000;
}
.calculation-popup-checkbox-lnk{
    color: #2D8ECB;
}
.calculation-popup-checkbox-lnk:hover{
    text-decoration: underline;
}
.calculation-popup-rules{
    position: relative;
    padding: 45px 55px;
    max-width: 940px;
    margin: 0 auto;
    background-color: #fff;
}
.calculation-popup-rules-ttl{
    color: #268dcf;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
}
.calculation-popup-rules-list{
    columns: 2;
    -webkit-column-gap: 70px; /* Chrome, Safari, Opera */
    -moz-column-gap: 70px; /* Firefox */
    column-gap: 70px;
}
.calculation-popup-rules-i{
    color: #505050;
    font-size: 13px;
    line-height: 1.385;
    padding-bottom: 30px;
}

.calculation-popup-inp:focus ~ label{
    display: none;
}

.sums {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
}

.sum {
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    vertical-align: top;
	width:50%;
}

.sum:nth-child(1) {
    border-right: 1px solid #fff;
	padding-right:20px;
}

.sum:nth-child(2) {
    padding-left: 20px;
	padding-right: 20px;
}

.sum:nth-child(3) {
    border-left: 1px solid #fff;
	padding-left: 20px;
}

.sum__text {
    display: block;
    font-size: 15px;
}

.sum-spares__input {
    display: none;
}

#pl2-spares {
    margin-top: 20px;
}

.sum-spares__circle::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
		display:none!important;
}

.sum-spares__input:checked + .sum-spares__circle::after {
    display: block;
}

.sum-spares__circle::after {
    content: "";
    display: none;
    position: absolute;
    left: -24px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #17224b;
		display:none!important;
}

#pl2-spares + .sum-spares__circle.sum-spares_visible {
    display: block;
}

#pl2-spares + .sum-spares__circle {
    display: none;
}

.sum-spares__circle {
    display: block;
    position: relative;
}

.works-dop {display:block; margin:30px 0 0 0; padding:0; list-style-type:none;}
	.works-dop li {display:block;}
	.works-dop li + li {margin-top:15px;}
	.works-dop li .works-dop-checkbox {display:none;}
	.works-dop li .works-dop-label {color:#fff;}
	.works-dop li .works-dop-label:before {content:''; display:inline-block; vertical-align:middle; width:20px; height:20px; margin:-2px 10px 0 0; border:4px solid #17224b; outline:2px solid #fff; background:#17224b;}
	.works-dop li .works-dop-checkbox:checked + .works-dop-label:before {background:#fff;}

@media screen and (max-width: 1240px){
    .calculation-form-r{
        padding: 20px;
    }
}
@media screen and (max-width: 1000px){
    .calculation-container{
        padding: 0 10px;
    }
    .calculation-form-blk{
        display: block;
    }
    .calculation-form-l{
        width: 100%;
        padding: 15px 0;
    }
    .calculation-form-r{
        width: 100%;
        padding: 15px;
    }
    .calculation-form-r-age, .calculation-form-r-age-slider, .calculation-form-r-age-slider-list{
        margin: 0 auto;
    }
    .calculation-radio-car-wrap{
        max-width: inherit;
    }
    .calculation-form-r-total{
        max-width: inherit;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .calculation-form-r-txt-S{
        max-width: inherit;
        padding-top: 15px;
    }
    .calculation-slider-i{
        display: block;
    }
    .calculation-slider-i-l{
        width: 100%;
    }
    .calculation-slider-i-r{
        width: 100%;
        padding-bottom: 30px;
    }
    .calculation-slider-txt{
        max-width: inherit;
        padding-bottom: 30px;
    }
    .calculation-slider-arr-l{
        margin-right: 10px;
    }
    .calculation-slider-arr-r{
        margin-left: 10px;
    }
    .calculation-service-blk{
        display: block;
        padding: 20px 0;
    }
    .calculation-service-l{
        width: 100%;
        padding-bottom: 30px;
        padding-right: 0;
    }
    .calculation-service-r{
        width: 100%;
        padding-left: 0;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .calculation-service-ttl{
        text-align: center;
    }
}
@media screen and (max-width: 660px){
    .calculation-popup{
        padding: 65px 10px 20px;
        max-width: 320px;
    }
    .calculation-popup-rules{
        padding: 45px 10px 0;
        max-width: 320px;
    }
    .calculation-popup-rules-list{
        columns: 1;
    }
	#slider-range-max {
        max-width: 100%;
		margin:0 20px;
    }
    .calculation-form-r-age-slider-list{
        max-width: 100%;
		margin:0 10px;
    }
}

@media screen and (max-width: 580px){
    .calculation-txt-blk{
        padding: 25px 0;
    }
    .calculation-ttl{
        font-size: 24px;
        padding-bottom: 15px;
    }
    .calculation-txt{
        font-size: 14px;
        line-height: 25px;
    }
    .calculation-slider-ttl{
        line-height: 26px;
        font-size: 24px;
        padding-bottom: 20px;
    }
    .calculation-slider-t{
        display: block;
        margin-bottom: 15px;
    }
    .calculation-slider-nav{
        width: 100%;
    }
    .calculation-slider-txt{
        font-size: 14px;
        line-height: 25px;
    }
    .calculation-radio-car-wrap{
        display: block;
    }
    .calculation-form-r-total{
        display: block;
    }
    .calculation-form-r-total-txt{
        padding-right: 0;
        padding-bottom: 20px;
    }
    .calculation-form-r-btn{
        margin-left: 0;
        text-align: center;
    }
    .calculation-service-r{
        display: block;
        text-align: center;
    }
    .calculation-service-btn-wrap{
        padding-right: 0;
        padding-bottom: 20px;
    }
    .calculation-service-lnk{
        display: inline;
        padding-left: 0;
    }
    .calculation-service-lnk:before{
        top: 5px;
    }
    .calculation-service-lnk:after{
        top: -3px;
    }
    .is-dropped.drop-it-down.__calculation .dropdown-item.first {
        background: rgba(0, 0, 0, 0) url(../img/dropdown-icon.png) no-repeat scroll 85% 110%!important;
    }
    .drop-it-down.__calculation .dropdown-item.first{
        background-position-x: 85%;
    }
    .sum:nth-child(1) {
        width: 40%;
    }
    .spec_left_block{
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    .spec_left_block img{
        height: auto;
        width: 100%;
    }
}

/*END CALCULATION PAGE*/

/*nano*/
/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 233px;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
  margin-top    : 15px;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
    background : #17224b;
    position   : absolute;
    bottom     : 0;
    visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
    opacity    : .01;
    -webkit-transition    : .2s;
    -moz-transition       : .2s;
    -o-transition         : .2s;
    transition            : .2s;
    right: 26px;
    top: 15px;
    width: 1px;
}
.nano > .nano-pane > .nano-slider {
    background: #17224b none repeat scroll 0 0;
    border-radius: 2px;
    margin: 0 -3px;
    position: relative;
    width: 7px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}
.dealer__location-dropdown {
    position: absolute;
    height: 45px;
    width: 270px;
    border: 1px solid #cfcfcf;
    color: #404040;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    right: 0;
    z-index: 100;
    background: #fff;
}
.dropdown-list {
	width:100%;
    padding: 0 20px;
    margin: 0px !important;
}
.dropdown-first {
    padding: 0 20px;
    position: relative;
    z-index: 110;
}
.dropdown-item {
    color: #303030;
    cursor: pointer;
    display: block;
    font-size: 15px;
    padding: 6px 0;
	width: 230px;
}
.dropdown-item.active {
    color: #17224b;
}
.dropdown-item.first {
    background-color: #fff;
    background-image: url("../img/dropdown-icon.png");
    background-position: 218px -7px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #fff;
    margin: 7px 0 0;
    padding-left: 25px;
    width: 205px;
    z-index: 120;
    box-sizing: content-box;
}
.dropdown-item.first-active {
    background-position: 218px -52px;
    border-bottom: 1px solid #ebebeb;
    color: #ababab;
    padding-bottom: 14px;
    padding-left: 0;
    width: 230px;
}
.dropdown-item.first::before {
    background: transparent url("../img/map-icon.png") no-repeat scroll center center;
    content: "";
    display: inline-block;
    height: 18px;
    left: 14px;
    position: absolute;
    width: 25px;
}
.dropdown-item.divider {
    color: #ebebeb;
    cursor: default;
    font-weight: bolder;
}
.dropdown-item.divider:hover {
    color: #ebebeb;
}
.dropdown-item.first-active:before{
    display: none;
}
.dropdown-item.first:hover {
    color: #ababab;
}
.dropdown-item:hover {
    color: #17224b;
}

/*DROPS*/
.carlistdropdown, .dealerlistdropdown, .dealercitylistdropdown {
    position: relative;
    height: 45px;
    overflow: visible;
    max-height: 290px;
}
.drop-it-down {
    position: relative;
    background: transparent;
    border-color: #505050;
    width: 290px;
    text-decoration: none;
    box-sizing: border-box;
    transition: border-color 200ms, height 200ms;
    background: rgba(32,32,32,0.98);
}
.is-dropped {
    height: 290px;
    background: rgba(32,32,32,0.98);
    border-color: #fff  !important;
    z-index: 30;
}
.dealercitylistdropdown {
    z-index: 25;
}
.dealerlistdropdown {
    z-index: 20;
    margin: 17px 0 0;
}
.dealer__location-dropdown.drop-it-down.isDealerselected {
    border-bottom-color: transparent;
}
.drop-it-down:hover,
.drop-it-down:hover .dealer__location-dropdown.drop-it-down.isDealerselected.is-dropped {
    border-color: #fff !important;
}
.drop-it-down.__calculation:hover{
    border-color: #c9c9c9 !important;
}
.drop-it-down.__calculation.is-dropped{
    border-color: #c9c9c9 !important;
}
.drop-it-down:focus {
    outline: none;
}
.info-gather__col .dealer__location-dropdown {
    z-index: 50;
}
.drop-it-down .dropdown-item {
    color: #fff;
    cursor: pointer !important;
    transition: color 200ms;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.drop-it-down .dropdown-item.active {
    color: #17224b;
}
.drop-it-down .dropdown-item:hover {
    text-decoration: underline;
}
/*first and divider*/
/*
.drop-it-down .dropdown-item.first {
    background: rgba(0, 0, 0, 0) url("../img/dropdown-icon.png") no-repeat scroll 237px -8px;
    color: #fff;
    width: 250px;
    padding-left: 0;
    margin: 8px 0 0;
    padding-bottom: 13px;
    border-color: #505050;
}
*/
.dropdown-item.first {
    background: rgba(0, 0, 0, 0) url("../img/dropdown-icon.png") no-repeat scroll 258px -1px;
    color: #fff;
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    margin-top: 0;
    padding-bottom: 13px;
    border-color: #505050;
    box-sizing: content-box;
    z-index: 120;
}
.dropdown-list.first {
	padding: 0;
	margin: 0px !important;
}
.is-dropped.drop-it-down .dropdown-item.first {
    color: #757575;
    background: rgba(0, 0, 0, 0) url("../img/dropdown-icon.png") no-repeat scroll 258px -46px;
}
.drop-it-down .dropdown-item.first::before {
    content: none;
}
#dropdown-dealerlisting.drop-it-down .dropdown-list.first .dropdown-item.first {
	color: #757575;
}
#dropdown-dealerlisting.drop-it-down .dropdown-list.first .dropdown-item.first:hover {
	color: #ababab;
}
#dropdown-dealerlisting.drop-it-down.isDealerselected .dropdown-list.first .dropdown-item.first {
	color: #fff;
}
.drop-it-down .dropdown-item.divider {
    color: #757575;
}
.drop-it-down .dropdown-item.divider:hover,
.drop-it-down .dropdown-item.first:hover  {
	text-decoration: none;
}

/*Preloader*/
.preload-calc {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}
.calculation-form-r {
    position: relative;
}
#circularG{
    position:relative;
    width:58px;
    height:58px;
    margin: auto;
    top: 40%;
}

.circularG{
    position:absolute;
    background-color:rgb(255,255,255);
    width:14px;
    height:14px;
    border-radius:9px;
    -o-border-radius:9px;
    -ms-border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    animation-name:bounce_circularG;
    -o-animation-name:bounce_circularG;
    -ms-animation-name:bounce_circularG;
    -webkit-animation-name:bounce_circularG;
    -moz-animation-name:bounce_circularG;
    animation-duration:1.1s;
    -o-animation-duration:1.1s;
    -ms-animation-duration:1.1s;
    -webkit-animation-duration:1.1s;
    -moz-animation-duration:1.1s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#circularG_1{
    left:0;
    top:23px;
    animation-delay:0.41s;
    -o-animation-delay:0.41s;
    -ms-animation-delay:0.41s;
    -webkit-animation-delay:0.41s;
    -moz-animation-delay:0.41s;
}

#circularG_2{
    left:6px;
    top:6px;
    animation-delay:0.55s;
    -o-animation-delay:0.55s;
    -ms-animation-delay:0.55s;
    -webkit-animation-delay:0.55s;
    -moz-animation-delay:0.55s;
}

#circularG_3{
    top:0;
    left:23px;
    animation-delay:0.69s;
    -o-animation-delay:0.69s;
    -ms-animation-delay:0.69s;
    -webkit-animation-delay:0.69s;
    -moz-animation-delay:0.69s;
}

#circularG_4{
    right:6px;
    top:6px;
    animation-delay:0.83s;
    -o-animation-delay:0.83s;
    -ms-animation-delay:0.83s;
    -webkit-animation-delay:0.83s;
    -moz-animation-delay:0.83s;
}

#circularG_5{
    right:0;
    top:23px;
    animation-delay:0.97s;
    -o-animation-delay:0.97s;
    -ms-animation-delay:0.97s;
    -webkit-animation-delay:0.97s;
    -moz-animation-delay:0.97s;
}

#circularG_6{
    right:6px;
    bottom:6px;
    animation-delay:1.1s;
    -o-animation-delay:1.1s;
    -ms-animation-delay:1.1s;
    -webkit-animation-delay:1.1s;
    -moz-animation-delay:1.1s;
}

#circularG_7{
    left:23px;
    bottom:0;
    animation-delay:1.24s;
    -o-animation-delay:1.24s;
    -ms-animation-delay:1.24s;
    -webkit-animation-delay:1.24s;
    -moz-animation-delay:1.24s;
}

#circularG_8{
    left:6px;
    bottom:6px;
    animation-delay:1.38s;
    -o-animation-delay:1.38s;
    -ms-animation-delay:1.38s;
    -webkit-animation-delay:1.38s;
    -moz-animation-delay:1.38s;
}



@keyframes bounce_circularG{
    0%{
        transform:scale(1);
    }

    100%{
        transform:scale(.3);
    }
}

@-o-keyframes bounce_circularG{
    0%{
        -o-transform:scale(1);
    }

    100%{
        -o-transform:scale(.3);
    }
}

@-ms-keyframes bounce_circularG{
    0%{
        -ms-transform:scale(1);
    }

    100%{
        -ms-transform:scale(.3);
    }
}

@-webkit-keyframes bounce_circularG{
    0%{
        -webkit-transform:scale(1);
    }

    100%{
        -webkit-transform:scale(.3);
    }
}

@-moz-keyframes bounce_circularG{
    0%{
        -moz-transform:scale(1);
    }

    100%{
        -moz-transform:scale(.3);
    }
}

html.-screenshot {width:800px; margin:0 auto; padding:30px; background:#fff;}
html.-screenshot #panel {display:none!important;}
html.-screenshot .-noprint {display:none!important;}
html.-screenshot .-print {display:block!important;}
html.-screenshot .-print-hide {display:none!important;}
html.-screenshot .container {width:100%!important;}
html.-screenshot .header {display:none!important;}
html.-screenshot .footer {display:none!important;}
html.-screenshot .main {padding:0!important;}
html.-screenshot .calculation {padding:0!important;}
html.-screenshot .calculation-main {display:none!important;}
html.-screenshot .calculation-slider-blk {display:none!important;}
html.-screenshot .calculation-service {display:none!important;}
html.-screenshot .calculation-details {display:none!important;}
html.-screenshot .calculation-form-l {width:60%!important; padding:0!important;}
html.-screenshot .calculation-form-r {width:40%!important; padding:0 0 0 40px!important; background:none!important;}
html.-screenshot .calculation-form-r * {color:#17224b!important;}
html.-screenshot .calculation-form-l * {color:#17224b!important;}
html.-screenshot .calculation-form-l-img {width:280px!important;}
html.-screenshot .carlistdropdown {width:280px!important;}
html.-screenshot .calculation-radio-car-inp:not(:checked) {display:none!important;}
html.-screenshot .calculation-radio-car-inp:not(:checked) + .calculation-radio-car-lbl {display:none!important;}
html.-screenshot .calculation-form-r-age-slider {display:none!important;}
html.-screenshot .calculation-radio-car-inp:checked+.calculation-radio-car-lbl:after {display:none!important;}
html.-screenshot .calculation-form-r-age-slider-list {display:none!important;}
html.-screenshot .calculation-radio-car-inp:checked+.calculation-radio-car-lbl:before {display:none!important;}
html.-screenshot .calculation-radio-car-lbl {background:none!important; border:none!important;}
html.-screenshot .calculation-inp-wrap {width:auto!important;}
html.-screenshot .calculation-form-r-txt {font-size:20px!important; margin:0!important; padding:0!important;}
html.-screenshot .calculation-form-r-age {padding:0!important; display:block!important;}
html.-screenshot .tabs {display:none!important;}
html.-screenshot .green_button_minimal_size_wrapper {display:none!important;}
html.-screenshot .ws-chat {display:none!important;}
html.-screenshot .tab-content > .tab-pane {height:auto!important; display:block!important;}
html.-screenshot .calculation-form-r-age-amount {font-size:0!important; margin:0!important;font-weight:normal!important;}
html.-screenshot .calculation-form-r-age-amount input {font-size:16px!important; width:60px!important; text-align:left!important;}
html.-screenshot .calculation-form-r-btn {display:none!important;}
html.-screenshot .calculation-form-r-total {margin-top:0!important; border:none!important; padding:0!important;}
html.-screenshot jdiv {display:none!important;}
html.-screenshot .callkeeper_phonewidget {display:none!important;}
html.-screenshot .taxi__button {display:none!important;}
html.-screenshot .works-dop li .works-dop-checkbox:not(:checked) + .works-dop-label {display:none!important;}
html.-screenshot .works-dop li .works-dop-label:before {margin-top:-4px!important; margin-right:5px!important; content:'✔'!important; border:none!important; background:none!important; outline:none!important;}
html.-screenshot .sums {margin:0!important; display:block!important;}
html.-screenshot .sum {margin:20px 0 0 0!important; display:block!important; width:100%!important; padding:0!important; font-size:20px!important;}
html.-screenshot .calculation-form-r-txt-S {padding-top:0!important;}
html.-screenshot .calculation-form-r-ttl {font-size:22px!important;}
html.-screenshot .calculation-form-l-subttl {font-size:18px!important;}
html.-screenshot .calculation__heading {font-size:32px!important;}
html.-screenshot .dropdown-list {display:none!important;}
html.-screenshot .dropdown-list.first {display:block!important;}
html.-screenshot .drop-it-down.__calculation .dropdown-item.first {color:#17224b!important; padding:0!important; font-size:22px!important; border:none!important; background:none!important;}
html.-screenshot .dealer__location-dropdown.drop-it-down.__calculation {border:none!important;}

