

/* Start:/local/components/gg/calc_simple/templates/.default/style.css?17695187948914*/


.gg-calculator-simple{
    background: rgba(255,255,255,0.9);
    /*background-image: url('/images/calc-ec-bg.jpg');*/
    /*min-width: 520px;*/
    /*max-width: 590px;*/
    border-radius: 0px 10px 10px 10px;
    padding: 0px 0px 0px 0px;

}

.gg-calculator-simple .items > div:first-child{
    padding-left: 0px;
}

.gg-calculator-simple .items > div:last-child{
    padding-right: 0px;
}

.gg-calculator-simple .row{
    margin: 0px;
}

.gg-calculator-simple .items{
    text-align: center;
    padding: 15px 0px;
}

.gg-calculator-simple .line-delimiter{
    width: 100%;
    margin: 10px auto;
    height: 1px;
    display: block;
    background-color: #EEE;
}
.gg-calculator-simple .items .item{
    display: inline-block;
}

.gg-calculator-simple .items{
    background-color: #F4F4F4;
}
.gg-calculator-simple .title-with-bg{
    background-color: #F4F4F4;
    border-radius: 0 10px 0 0;
}
/*.gg-calculator-simple .title-with-bg .title::after{*/
/*    content: '';*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background-image: url('/images/calc-title-border-2.jpg');*/
/*}*/

.gg-calculator-simple .title-with-bg .title{
    padding: 0px 0px 0px 20px;
    line-height: 55px;
    font-size: 14pt;
    color: #242424;
    border-bottom: 1px solid #e1e1e1;
}


.gg-calculator-simple .items .not-active.item{
    cursor: inherit;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.gg-calculator-simple .items .active.item{

}

.gg-calculator-simple .items .active.item .name{
    position: relative;
    color: #289ed6;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: linear-gradient(180deg, #FFF 0%, #ddd 100%);
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: inset 2px 3px 3px rgba(0,0,0,0.25);
}

.gg-calculator-simple .items .active.item .name:hover{
    border-bottom: none;
}

.gg-calculator-simple .title{
    margin: 0px;
    text-align: left;
    font-weight: bold;
    padding: 20px 0px 10px 20px;
}

.gg-calculator-simple .first{
    min-height: 192px;
    max-height: 192px;
    position: relative;
}

.br1px {border-right: 1px solid #e1e1e1;}

.gg-calculator-simple .first::before{
    content: '';
    background-image: url('/images/calc-left-icon-2.png');
    width: 80px;
    height: 68px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: -12px;
    top: 0px;
}

.gg-calculator-simple .first div:first-child{
    width: 100%;
}

.gg-calculator-simple .first .name{
    text-align: center;
    text-transform: uppercase;
    font-size: 14pt;
    color: #242424;
    font-weight: bold;
}

.gg-calculator-simple .first .price{
    text-align: center;
    line-height: 20px;
    font-size: 11pt;
    color: #999;
}

.gg-calculator-simple .blue-bg .title{
    margin: 0px;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px;
    text-transform: uppercase;
}

.gg-calculator-simple .item .name, .gg-calculator-simple .item .price{
    display: inline-block;
    vertical-align: middle;
}

.gg-calculator-simple .items .item .name{
    max-width: 50px;
    min-width: 50px;
    min-height: 50px;
    text-align: center;
    line-height: 9px;
    background-color: #289ed6;
    background: linear-gradient(180deg, #60CCFF 0%, #289ed6 100%);
    padding: 20px 2px 14px 2px;
    color: #fff;
    font-weight: bold;
    font-size: 20pt;
    font-style: normal;
    border-radius: 10px;
    webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.78);
    -moz-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.78);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
    cursor: pointer;
}
.gg-calculator-simple .item .price{
    text-align: center;
    font-size: 11pt;
    padding: 5px 5px 5px 5px;
    color: #999;
}

.gg-calculator-simple .no-bold{
    font-weight: normal;
}

.gg-calculator-simple .blue-bg-left{
    background-color: #F4F4F4;
    position: relative;
    border-radius: 0px 10px 0 0;
}

.gg-calculator-simple .item .price .bold{
    color: #3a3a3a;
    font-weight: bold;
    font-size: 18pt;
    font-style: normal;
}

.gg-calculator-simple .slider-container{
    padding: 15px 10px;
    /*border-top: 1px solid #cecece;*/
    text-align: center;
}

.gg-calculator-simple .slider{
    display: inline-block;
    vertical-align: middle;
    width: 360px;
}

.ui-slider .ui-slider-range {
    border-radius: 10px !important;
    border: none !important;
    box-shadow: inset 2px 3px 3px rgba(0,0,0,0.25);
}

.gg-calculator-simple .range{
    display: inline-block;
    vertical-align: middle;
    color: #242424;
    font-weight: normal;
    font-size: 11pt;
    min-width: 75px;
    text-align: center;
    background-color: #E9E9E9;
    border-radius: 10px;
    padding: 2px 10px;
    height: 22px;
}
.gg-calculator-simple .range:first-child{
    left: 20px;
    position: absolute;
    bottom: 15px;
}
.gg-calculator-simple .range:last-child{
    position: absolute;
    right: 20px;
    bottom: 15px;
}
.gg-calculator-simple .slider-container .ui-slider .ui-slider-handle{
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: #FFF;
    top: -25px;
    margin-left: -25px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    background: linear-gradient(180deg, #60CCFF 0%, #289ed6 100%);
    border: none;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
    font-weight: bold;
    font-size: 20pt;
}

.ui-widget {
    font-family: Proxima Nova, Arial, sans-serif !important;
}

.gg-calculator-simple .slider-container .ui-slider .ui-slider-handle:hover {
    border-bottom: none;
}

.gg-calculator-simple .slider-container .ui-widget.ui-widget-content{
    background-color: #289ED6;
    position: relative;
    text-align: left;
    height: 22px;
    border: none;
}
.ui-widget.ui-widget-content {
    border: none;
    border-radius: 10px !important;
}

.gg-calculator-simple .big{
    font-size: 30pt !important;
}

.gg-calculator-simple .blue{
    color: #289ED6;
}
.gg-calculator-simple .white{
    color: #242424;
}

.sohran {background: #f4f4f4;}

.gg-calculator-simple .blue-bg{
    background-color: #289ED6;
    border-radius: 10px 10px 0 0;
}

/*.gg-calculator-simple .blue-bg::before{*/
/*    content: '';*/
/*    display: block;*/
/*    background-image: url('/images/blue-bg-border.jpg');*/
/*    width: 100%;*/
/*    height: 2px;*/
/*}*/
.gg-calculator-simple .price-value {
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
    background-color: #fff;
    color: #242424;
    font-size: 20px;
    line-height: 20px;
    border-radius: 10px;
    box-shadow: inset 1px 2px 3px rgba(0,0,0,0.25);
}

.propan-calc-price {bottom: 20px;position: absolute;}

.calculator-result .calc-result-2,
.calculator-result .calc-result-3{
	display: none;
}
.calculator-result .calc-result {
	color: #0088cc;
}


@media (max-width:991px){	
	.gg-calculator-simple {position: relative;left: 0;min-width: 0 !important;min-height: 0;}
	.gg-calculator-simple .slider {
		width: calc(100% - 40px);
	}
}
@media (max-width:767px){
	.gg-calculator-simple .first {min-height: 0;}
	.gg-calculator-simple .items > div {margin-bottom: 5px;}
	.gg-calculator-simple .first div:first-child {position: relative;bottom: 0;padding: 5px 0 0;    padding-top: 36px;}
	.gg-calculator-simple .first .price {padding-bottom: 10px;}
	.gg-calculator-simple .items .item .name {max-width: 40px;min-width: 40px;min-height: 40px;max-height: 40px;padding: 14px 2px 14px 2px;font-size: 16pt;}
	.gg-calculator-simple .items {padding: 5px 0px;}	
	.gg-calculator-simple .first .name {  font-size: 10pt;}
	
}
@media (max-width:530px){
	.gg-calculator-simple {min-height: 0; margin-left: -15px; margin-right: -15px;}
	.gg-calculator-simple .title-with-bg .title {line-height: 2rem;
        font-size: 11pt;
        padding: 10px;}
    .gg-calculator-simple .title {
        padding: 20px 0px 30px 20px;
    }
	.gg-calculator-simple .first .price {padding-bottom: 0px;line-height: 15px;font-size: 9pt;}
	.gg-calculator-simple .item .price {line-height: 14px;font-size: 9pt;}
	.gg-calculator-simple .range:first-child {margin-right: 5px;}
	.gg-calculator-simple .range:last-child {margin-left: 5px;}
	.gg-calculator-simple .slider-container {padding: 5px 5px 15px;}
	.gg-calculator-simple .blue-bg .title {font-size: 10pt;padding: 3px 0px;}
	.gg-calculator-simple .line-delimiter {margin: 0px auto;}
}

@media (max-width:479px) {
	.gg-calculator-simple .items > div, .gg-calculator-simple .first .price {padding-right: 0px;padding-left: 0px;}
	.gg-calculator-simple .big {font-size: 18pt !important;    padding: 0 !important;}
	.gg-calculator-simple .slider-container .ui-slider .ui-slider-handle {width: 40px;height: 40px;font-size: 16pt;line-height: 40px;}
	.gg-calculator-simple .range {font-size: 9pt;min-width: 50px;padding: 0px 5px;}
}
/* End */


/* Start:/local/components/gg/calc/templates/.default/style.css?155179199022281*/

.saved-calculator {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	overflow: hidden;
}

.saved-calculator .wrapper-content {
	padding-right: 0;
	padding-left: 0;
}

.saved-calculator-title {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #252525;
	margin-bottom: 45px;
}

.saved-calculator-title > * {
	display: inline-block;
	vertical-align: middle;
}

.saved-calculator-title .numeric {
	vertical-align: baseline;
}

.saved-calculator-title .numeric-arrow {
	border-top-color: #c9c6cb;
	border-bottom-color: #c9c6cb;
}

.saved-calculator-title .numeric-arrow:hover {
	border-top-color: #a19ca5;
	border-bottom-color: #a19ca5;
}

.saved-calculator-title .numeric-arrow:active {
	border-top-color: #d4d1d5;
	border-bottom-color: #d4d1d5;
}

.saved-calculator-title [data-saved-calculator-element] {
	color: #0070c5;
}

.saved-calculator-title-1 {
	display: none;
}

@media screen and (max-width: 750px) {
	.saved-calculator-title-1 {
		display: block;
	}

	.saved-calculator-title-2 {
		display: none;
	}
}

.saved-calculator-controls {
	margin-bottom: 45px;
	text-align: center;
	white-space: nowrap;
}

@media screen and (max-width: 1200px) {
	.saved-calculator-controls {
		margin-right: -100px;
		margin-left: -100px;
	}
}

.saved-calculator-control {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
	text-align: left;
	font-size: 24px;
	white-space: normal;
}

.saved-calculator-control-label {
	color: #898989;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 4px;
	display: block;
}

.saved-calculator-control .ui-selectmenu-wrapper {
	padding-right: 0;
}

.saved-calculator-control .ui-selectmenu-button {
	max-width: 200px;
	padding-right: 40px;
}

@media screen and (max-width: 1200px) {
	.saved-calculator-form .wrapper-content {
		max-width: 800px;
	}
}

.saved-calculator-price-label,
.saved-calculator-price-controls {
	display: inline-block;
	vertical-align: middle;
}

.saved-calculator-price-label {
	font-size: 14px;
	line-height: 17px;
	color: #252525;
	width: 60px;
}

.saved-calculator-price-controls {
	background: #ececec;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: -12px;
	margin-bottom: -15px;
	margin-left: 7px;
	position: relative;
}
.saved-calculator-controls select {
	font-size: 16px;
}

.saved-calculator-price-controls:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: auto;
	left: -7px;
	bottom: 0;
	width: 0;
	height: 0;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #ececec;
}

.saved-calculator-price-control {
	display: inline-block;
	vertical-align: top;
	margin-right: 12px;
	margin-left: 12px;
}

.saved-calculator-distance {
	padding-top: 45px;
	margin-bottom: 30px;
	background: url("/local/components/gg/calc/templates/.default/images/trees.png") 0 top repeat-x;
	-webkit-animation: trees-animation linear 100s infinite;
	-moz-animation: trees-animation linear 100s infinite;
	-o-animation: trees-animation linear 100s infinite;
	animation: trees-animation linear 100s infinite;
}

.saved-calculator.__not-animate .saved-calculator-distance {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.saved-calculator-distance-car {
	position: relative;
}

.saved-calculator-distance-car:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 15px;
	width: auto;
	height: 4px;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

.saved-calculator-distance-car .saved-calculator-distance-car-block {
	visibility: hidden;
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	margin-top: auto;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: 0;
}

.saved-calculator-distance-car-block {
	width: 214px;
	position: absolute;
	left: -107px;
	z-index: 1;
	bottom: 100%;
	margin-bottom: 15px;
}

.saved-calculator-distance-car-wheel-1,
.saved-calculator-distance-car-wheel-2 {
	display: block;
	position: absolute;
	left: 33px;
	bottom: 2px;
	width: 30px;
	height: 30px;
	background: url("/local/components/gg/calc/templates/.default/images/disc.png") center no-repeat;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	-webkit-animation: wheel-animation linear 0.5s infinite;
	-moz-animation: wheel-animation linear 0.5s infinite;
	-o-animation: wheel-animation linear 0.5s infinite;
	animation: wheel-animation linear 0.5s infinite;
}

.saved-calculator.__not-animate .saved-calculator-distance-car-wheel-1,
.saved-calculator.__not-animate .saved-calculator-distance-car-wheel-2 {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.saved-calculator.__corporate .saved-calculator-distance-car-wheel-1,
.saved-calculator.__corporate .saved-calculator-distance-car-wheel-2 {
	bottom: 3px;
	left: 22px;
	width: 24px;
	height: 24px;
}

.saved-calculator-distance-car-wheel-2 {
	left: 156px;
}

.saved-calculator.__corporate .saved-calculator-distance-car-wheel-2 {
	left: 146px;
}

.saved-calculator-distance-car-image {
	display: block;    
	max-width: 100%;
    height: auto;
}

.saved-calculator-distance-slider {
	margin-top: 16px;
	width: auto;
	height: 22px;
	background: #edebef;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	border: 0;
}

.saved-calculator-distance-slider:before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: 8px;
	left: 8px;
	bottom: 8px;
	background: #fff;
	border: 1px solid #bfbfbf;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.saved-calculator-distance-slider-block {
	padding-bottom: 30px;
}

.saved-calculator-distance-slider .ui-slider-handle {
	width: 19px;
	height: 26px;
	top: -2px;
	margin-left: -9px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.57);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.57);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.57);
	border: 0;
	background: url("/local/components/gg/calc/templates/.default/images/slider-handle.png") top center no-repeat;
	background-color: #d8dadb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
	-webkit-transition-property: background, -webkit-box-shadow;
	transition-property: background, -webkit-box-shadow;
	-o-transition-property: background, box-shadow;
	-moz-transition-property: background, box-shadow, -moz-box-shadow;
	transition-property: background, box-shadow;
	transition-property: background, box-shadow, -webkit-box-shadow, -moz-box-shadow;
	outline: 0;
}

.saved-calculator-distance-slider .ui-slider-handle:hover {
	background-color: #e0e1e2;
}

.saved-calculator-distance-slider .ui-slider-handle:active {
	background-color: #e0e1e2;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.saved-calculator-distance-slider .ui-slider-label {
	position: absolute;
	top: 100%;
	margin-top: 10px;
	font-size: 14px;
	line-height: 14px;
	color: #252525;
}

.saved-calculator-distance-slider .ui-slider-label:after {
	content: '\0020\043a\043c';
}

.saved-calculator-distance-slider .ui-slider-label.__min {
	left: 0;
}

.saved-calculator-distance-slider .ui-slider-label.__max {
	right: 0;
}

.saved-calculator-results{
	margin: 0 50px;
}
.saved-calculator-results-title {
	font-size: 20px;
	line-height: 24px;
	color: #252525;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.saved-calculator-results-list {
	position: relative;
	z-index: 0;
}

.saved-calculator-results-difference {
	position: absolute;
	top: 0;
	right: 16px;
	left: 16px;
	bottom: 0;
	width: auto;
	height: auto;
}

.saved-calculator-results-difference-bar {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all ease-in-out 0.8s;
	-o-transition: all ease-in-out 0.8s;
	-moz-transition: all ease-in-out 0.8s;
	transition: all ease-in-out 0.8s;
}

.saved-calculator-results-difference-bar:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border-left: 1px dotted #bfbfbf;
	border-right: 1px dotted #bfbfbf;
	background: url("/local/components/gg/calc/templates/.default/images/calculator-lines_opacity-17.png") center repeat;
	z-index: 1;
}

.saved-calculator-results-difference-value {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 26px;
	line-height: 30px;
	height: 30px;
	font-weight: 700;
	color: #1da2dc;
	text-align: center;
	white-space: nowrap;
}

.saved-calculator-result {
	position: relative;
}

.saved-calculator-result ~ .saved-calculator-result {
	margin-top: 80px;
}

@media screen and (max-height: 1000px) {
	.popup .saved-calculator-result ~ .saved-calculator-result {
		margin-top: 40px;
	}
}

.saved-calculator-result-label {
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	font-size: 14px;
	line-height: 16px;
	height: 14px;
	text-transform: uppercase;
	color: #707070;
	margin-top: auto;
	margin-right: 12px;
	margin-bottom: auto;
	margin-left: auto;
}

.saved-calculator-result-line {
	width: 100%;
	height: 52px;
	position: relative;
	background: #ececec;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.saved-calculator-result-line:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #ececec;
	width: 0;
	height: 0;
}

.saved-calculator-result-line-inner {
	position: absolute;
	top: 20px;
	right: 16px;
	left: 16px;
	bottom: 20px;
}

.saved-calculator-result-line-inner:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background: #fff;
	border: 2px solid #ccc;
}

.saved-calculator-result-line-bar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #a0a0a0;
	-webkit-transition: all ease-in-out 0.8s;
	-o-transition: all ease-in-out 0.8s;
	-moz-transition: all ease-in-out 0.8s;
	transition: all ease-in-out 0.8s;
}

.saved-calculator.__not-animate .saved-calculator-result-line-bar {
	width: 0 !important;
}

.saved-calculator-result-line-bar-label {
	position: absolute;
	width: 100px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	background: #a0a0a0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	bottom: 100%;
	left: 100%;
	margin-bottom: 14px;
	margin-left: -50px;
	z-index: 2;
	zoom: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="70");
	filter: alpha(opacity=70);
	opacity: 0.7;
}

html.modernizr-csstransforms .saved-calculator-result-line-bar-label {
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	white-space: nowrap;
}

.saved-calculator-result-line-bar-label:before {
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #a0a0a0;
	width: 0;
	height: 0;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.saved-calculator-result.__gas .saved-calculator-result-line-inner:before {
	/*border-color: #00a9cb;*/
	border-color: #0088cc;
}

.saved-calculator-result.__gas .saved-calculator-result-line-bar {
	background: #0088cc;
	background: -moz-linear-gradient(left, #0088cc 0%, #16ADF2 100%);
	background: -webkit-linear-gradient(left, #0088cc 0%, #16ADF2 100%);
	background: -webkit-gradient(linear, left top, right top, from(#0088cc), to(#16ADF2));
	background: -o-linear-gradient(left, #0088cc 0%, #16ADF2 100%);
	background: linear-gradient(to right, #0088cc 0%, #16ADF2 100%);
}

.saved-calculator-button {
	margin-top: 50px;
	text-align: center;
}

.saved-calculator-button [data-button] * {
	display: block;
}

@media screen and (max-width: 1010px) {
	.saved-calculator .wrapper-content {
		max-width: 100%;
	}

	.saved-calculator-title {
		margin-bottom: 20px;
	}

	.saved-calculator-control .ui-selectmenu-wrapper {
		width: auto;
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
	}

	.saved-calculator-control .ui-selectmenu-wrapper .ui-selectmenu-menu {
		width: 100%;
	}

	.saved-calculator-control .ui-selectmenu-button {
		max-width: 100%;
	}

	.saved-calculator-results {
		text-align: center;
	}

	.saved-calculator-results-list {
		margin-left: 100px;
	}
}

@media screen and (max-width: 750px) {
	.saved-calculator-title {
		font-size: 24px;
	}

	.saved-calculator-results-list {
		margin-left: 60px;
	}

	.saved-calculator-controls {
		white-space: normal;
		max-width: 300px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}

	.saved-calculator-control {
		margin-bottom: 15px;
		width: auto;
		display: block;
		text-align: center;
		font-size: 18px;
		margin-right: 0;
		margin-left: 0;
	}

	.saved-calculator-control.__price {
		float: left;
		position: relative;
		margin-right: 0;
	}

	.saved-calculator-control.__consumption {
		float: right;
	}

	.saved-calculator-control-label {
		max-width: 70px;
		font-size: 14px;
		line-height: 18px;
		min-height: 36px;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
	}

	.saved-calculator-control.__fuel .saved-calculator-control-label {
		min-height: 0;
	}

	.saved-calculator-price-label {
		display: none;
	}

	.saved-calculator-price-controls {
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		background: transparent;
		float: left;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
	}

	.saved-calculator-price-controls:before {
		display: none;
	}

	.saved-calculator-price-control {
		float: left;
		margin-right: 0;
		margin-left: 0;
	}

	.saved-calculator-price-control ~ .saved-calculator-price-control {
		margin-left: 30px;
	}

	.saved-calculator-distance {
		padding-top: 15px;
		-moz-background-size: auto 55px;
		-o-background-size: auto 55px;
		background-size: auto 55px;
	}

	.saved-calculator-distance-car-block {
		width: 150px;
	}

	.saved-calculator.__corporate .saved-calculator-distance-car-wheel-1,
	.saved-calculator.__corporate .saved-calculator-distance-car-wheel-2 {
		bottom: 3px;
		left: 18px;
		width: 18px;
		height: 18px;
	}

	.saved-calculator.__corporate .saved-calculator-distance-car-wheel-2 {
		left: 114px;
	}

	.saved-calculator-result ~ .saved-calculator-result {
		margin-top: 12px;
	}

	.saved-calculator-result-line {
		height: 20px;
	}

	.saved-calculator-result-line-inner {
		top: 5px;
		right: 5px;
		left: 5px;
		bottom: 5px;
		background: #fff;
	}

	.saved-calculator-result-line-inner:before {
		border-width: 1px;
		background: transparent;
	}

	.saved-calculator-result-line-bar {
		position: static;
	}

	.saved-calculator-result-line-bar-label {
		font-size: 14px;
		line-height: 20px;
		zoom: 1;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="80");
		filter: alpha(opacity=80);
		opacity: 0.8;
	}

	.saved-calculator-result-line-bar-label,
	html.modernizr-csstransforms .saved-calculator-result-line-bar-label {
		padding-top: 3px;
		padding-right: 10px;
		padding-bottom: 3px;
		padding-left: 10px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		top: 0;
		right: -10px;
		left: auto;
		bottom: 0;
		margin-top: auto;
		margin-right: auto;
		margin-bottom: auto;
		margin-left: auto;
		height: 26px;
	}

	.saved-calculator-result-line-bar-label:before {
		border-width: 5px 5px 0;
		display: none;
	}

	.saved-calculator-results-title {
		display: none;
	}

	.saved-calculator-results-list {
		padding-top: 25px;
	}

	.saved-calculator-results-difference {
		top: 0;
		right: 0;
		left: 0;
		bottom: auto;
	}

	.saved-calculator-results-difference-bar {
		width: auto !important;
		margin-right: auto !important;
		top: 0;
		right: -5px;
		left: -68px;
		bottom: 0;
	}

	.saved-calculator-results-difference-bar:before {
		display: none;
	}

	.saved-calculator-results-difference-value {
		font-size: 20px;
		text-align: center;
	}

	.saved-calculator-results-difference-value:before {
		content: '\042d\043a\043e\043d\043e\043c\0438\044f\003a\0020';
		font-size: 80%;
		font-size: 0.8em;
	}
}

.saved-calculator-distance-car-block:after {
	content: '';
	display: block;
	position: absolute;
	width: 53px;
	height: 40px;
	background: url("/local/components/gg/calc/templates/.default/images/finger-swipe.png") left top no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	top: 0;
	right: -20px;
	left: 0;
	bottom: 0;
	zoom: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="0");
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translate(200px, 50px);
	-moz-transform: translate(200px, 50px);
	-ms-transform: translate(200px, 50px);
	-o-transform: translate(200px, 50px);
	transform: translate(200px, 50px);
}

html.__saved-calculator--swipe-demo .saved-calculator-distance-car-block:after {
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	-moz-transition: all 1.5s;
	transition: all 1.5s;
	zoom: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="100");
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}


@-moz-keyframes trees-animation {
	from {
		background-position: 0 top;
	}

	to {
		background-position: -8845px top;
	}
}

@-webkit-keyframes trees-animation {
	from {
		background-position: 0 top;
	}

	to {
		background-position: -8845px top;
	}
}

@-o-keyframes trees-animation {
	from {
		background-position: 0 top;
	}

	to {
		background-position: -8845px top;
	}
}

@keyframes trees-animation {
	from {
		background-position: 0 top;
	}

	to {
		background-position: -8845px top;
	}
}

@-moz-keyframes wheel-animation {
	from {
		-moz-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes wheel-animation {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes wheel-animation {
	from {
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes wheel-animation {
	from {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.saved-calculator .numeric {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 12px;
	white-space: nowrap;
	line-height: 1;
}

.numeric-input-value,
.numeric-input-label {
	display: inline-block;
	vertical-align: top;
}

.numeric-input-value {
	cursor: text;
}

.numeric-arrow {
	position: absolute;
	right: 2px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	display: block;
	width: 0;
	height: 0;
}

.numeric-arrow:before {
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 10px;
	right: -100px;
	left: -100px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.numeric-arrow.__up {
	border-bottom: 4px solid #252525;
	top: 25%;
	margin-top: -2px;
}

.numeric-arrow.__up:before {
	bottom: -4px;
}

.numeric-arrow.__down {
	border-top: 4px solid #252525;
	bottom: 25%;
	margin-bottom: -2px;
}

.numeric-arrow.__down:before {
	top: -4px;
}

.numeric-arrow:hover {
	border-top-color: #3b3b3b;
	border-bottom-color: #3b3b3b;
}

.numeric-arrow:active {
	border-top-color: #666;
	border-bottom-color: #666;
}

.numeric.__top-bottom {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.numeric.__top-bottom .numeric-arrow {
	top: auto;
	right: 0;
	left: 0;
	bottom: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.numeric.__top-bottom .numeric-arrow.__up {
	top: 0;
}

.numeric.__top-bottom .numeric-arrow.__down {
	bottom: 0;
}

.numeric.__big {
	padding-right: 20px;
}

.numeric.__big .numeric-arrow {
	border-left-width: 7px;
	border-right-width: 7px;
	right: 3px;
}

.numeric.__big .numeric-arrow:before {
	width: 28px;
	height: 14px;
}

.numeric.__big .numeric-arrow.__up {
	border-bottom-width: 7px;
	margin-top: -4px;
}

.numeric.__big .numeric-arrow.__up:before {
	bottom: -7px;
}

.numeric.__big .numeric-arrow.__down {
	border-top-width: 7px;
	margin-bottom: -4px;
}

.numeric.__big .numeric-arrow.__down:before {
	top: -7px;
}

.numeric.__top-bottom.__big {
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

.numeric.__top-bottom.__big .numeric-arrow {
	top: auto;
	right: 0;
	left: 0;
	bottom: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.numeric.__top-bottom.__big .numeric-arrow.__up {
	top: 0;
}

.numeric.__top-bottom.__big .numeric-arrow.__down {
	bottom: 0;
}

.calculator-result .calc-result-2,
.calculator-result .calc-result-3{
	display: none;
}
.calculator-result .calc-result {
	color: #0088cc;
	font-size: 26px;
}

/* End */
/* /local/components/gg/calc_simple/templates/.default/style.css?17695187948914 */
/* /local/components/gg/calc/templates/.default/style.css?155179199022281 */
