

/* 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 */
/* /local/components/gg/calc_simple/templates/.default/style.css?17695187948914 */
