body.noScroll{
	overflow: hidden;
}
.mobile-bar {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translate3d(0, calc(-100% - 50px), 0);
	transform: translate3d(0, calc(-100% - 50px), 0);
	z-index: 998;
	overflow: hidden;
}

.mobile-bar.show {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mobile-bar * {
	font-family: "Roboto",sans-serif !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mobile-bar .bar-wrapper {
	width: 100%;
	height: 100px;
	overflow: hidden;
	background: #20c47f;
	background: -o-radial-gradient(circle, #20c47f 0%, #20c47f 46%, #0c8a55 100%);
	background: radial-gradient(circle, #20c47f 0%, #20c47f 46%, #0c8a55 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20c47f",endColorstr="#0c8a55",GradientType=1);
}

.mobile-bar .bar-wrapper .exit {
	width: 15px;
	height: 15px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC41ODciIGhlaWdodD0iMTQuNTg2IiB2aWV3Qm94PSIwIDAgMTQuNTg3IDE0LjU4NiI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImEiIGQ9Ik04LjksNy4zMDlsNS40NTQtNS40NTRhLjguOCwwLDAsMCwwLTEuMTI4TDEzLjg3Ni4yNDlhLjguOCwwLDAsMC0xLjEyOCwwTDcuMjk0LDUuNywxLjg0LjI0OWEuOC44LDAsMCwwLTEuMTI4LDBMLjIzMy43MjdhLjguOCwwLDAsMCwwLDEuMTI4TDUuNjg3LDcuMzA5LjIzMywxMi43NjNhLjguOCwwLDAsMCwwLDEuMTI4bC40NzguNDc4YS44LjgsMCwwLDAsMS4xMjgsMEw3LjI5NCw4LjkxNWw1LjQ1NCw1LjQ1NGEuNzkyLjc5MiwwLDAsMCwuNTY0LjIzM2gwYS43OTIuNzkyLDAsMCwwLC41NjQtLjIzM2wuNDc4LS40NzhhLjguOCwwLDAsMCwwLTEuMTI4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMC4wMTYpIi8+PC9zdmc+");
	position: absolute;
	right: 7px;
	top: 7px;
	z-index: 999;
	cursor: pointer;
}

.mobile-bar .bar-wrapper .container {
	width: 100%;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	padding: 5px 25px;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 500px) {
	.mobile-bar .bar-wrapper .container {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

@media screen and (max-width: 400px) {
	.mobile-bar .bar-wrapper .container {
		padding: 5px 20px 5px 10px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media screen and (max-width: 350px) {
	.mobile-bar .bar-wrapper .container {
		padding: 5px 20px 5px 5px;
	}
}

.mobile-bar .bar-wrapper .container .bx-wrapper {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
	margin: 0 !important;
	width: 117px !important;
	height: 100px !important;
}

.mobile-bar .bar-wrapper .container .bx-wrapper .bx-controls {
	display: none !important;
}

.mobile-bar .bar-wrapper .container .slider {
	width: 117px !important;
	height: 100px !important;
	display: block;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mobile-bar .bar-wrapper .container .slider.hide {
	opacity: 0;
	visibility: hidden;
}

.mobile-bar .bar-wrapper .container .slider .slide {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 117px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.mobile-bar .bar-wrapper .container .slider .slide.slide-1 {
	background-image: url(../../images/topbar/bar_calc_collapse/slider/1.png);
}

.mobile-bar .bar-wrapper .container .slider .slide.slide-2 {
	background-image: url(../../images/topbar/bar_calc_collapse/slider/2.png);
}

.mobile-bar .bar-wrapper .container .slider .slide.slide-3 {
	background-image: url(../../images/topbar/bar_calc_collapse/slider/3.png);
}

.mobile-bar .bar-wrapper .container .content {
	margin-left: 25px;
}

@media screen and (max-width: 550px) {
	.mobile-bar .bar-wrapper .container .content {
		max-width: 150px;
	}
}

@media screen and (max-width: 500px) {
	.mobile-bar .bar-wrapper .container .content {
		margin-left: 15px;
	}
}

@media screen and (max-width: 350px) {
	.mobile-bar .bar-wrapper .container .content {
		margin-left: 10px;
	}
}

.mobile-bar .bar-wrapper .container .content p {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	margin: 0;
	font-weight: 800;
}

.mobile-bar .bar-wrapper .container .content p br {
	display: none;
}

.mobile-bar .bar-wrapper .container .content p span {
	display: block;
	font-weight: 400;
	font-size: 19px;
	white-space: nowrap;
	color: #0C6842;
	margin-top: 2px;
}

.mobile-bar .bar-wrapper .container .btn {
	text-decoration: none;
	width: 89px;
	height: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #E9345E;
	border-radius: 23px;
	font-size: 16px;
	-webkit-box-shadow: 0px 3px 6px #00000036;
	box-shadow: 0px 3px 6px #00000036;
	margin-left: 25px;
	color: #fff;
	padding-left: 0;
	cursor: pointer;
}

@media screen and (max-width: 550px) {
	.mobile-bar .bar-wrapper .container .btn {
		margin-top: 40px;
		margin-left: 5px;
	}
}

@media screen and (max-width: 500px) {
	.mobile-bar .bar-wrapper .container .btn {
		padding-left: 4px;
	}
}

@media screen and (max-width: 400px) {
	.mobile-bar .bar-wrapper .container .btn {
		font-size: 15px;
		position: absolute;
		right: 25px;
		bottom: 15px;
	}
}

@media screen and (max-width: 360px) {
	.mobile-bar .bar-wrapper .container .btn {
		right: 10px;
	}
}

.mobile-bar .bar-wrapper .container .btn .phone {
	display: none;
}

@media screen and (max-width: 500px) {
	.mobile-bar .bar-wrapper .container .btn .phone {
		display: block;
	}
}

.mobile-bar .bar-wrapper .container .btn .tablet {
	display: block;
}

@media screen and (max-width: 500px) {
	.mobile-bar .bar-wrapper .container .btn .tablet {
		display: none;
	}
}

.mobile-bar .bar-wrapper .container .btn * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

.mobile-bar .bar-wrapper .container .btn i {
	width: 12px;
	height: 12px;
	margin-left: 6px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c3ZnanM9Imh0dHA6Ly9zdmdqcy5jb20vc3ZnanMiIHZlcnNpb249IjEuMSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCA1MTIuMDExIDUxMi4wMTEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBhdGggZD0iTTUwNS43NTUsMTIzLjU5MmMtOC4zNDEtOC4zNDEtMjEuODI0LTguMzQxLTMwLjE2NSwwTDI1Ni4wMDUsMzQzLjE3NkwzNi40MjEsMTIzLjU5MmMtOC4zNDEtOC4zNDEtMjEuODI0LTguMzQxLTMwLjE2NSwwICAgIHMtOC4zNDEsMjEuODI0LDAsMzAuMTY1bDIzNC42NjcsMjM0LjY2N2M0LjE2LDQuMTYsOS42MjEsNi4yNTEsMTUuMDgzLDYuMjUxYzUuNDYyLDAsMTAuOTIzLTIuMDkxLDE1LjA4My02LjI1MWwyMzQuNjY3LTIzNC42NjcgICAgQzUxNC4wOTYsMTQ1LjQxNiw1MTQuMDk2LDEzMS45MzMsNTA1Ljc1NSwxMjMuNTkyeiIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiIvPgoJPC9nPgo8L2c+Cgo8L2c+PC9zdmc+Cg==");
	position: relative;
	display: none;
}

@media screen and (max-width: 500px) {
	.mobile-bar .bar-wrapper .container .btn i {
		display: block;
	}
}

.mobile-bar .priseks {
	padding: 2px 5px;
	margin: 0;
	background-color: #fff;
	color: #8E8E8E;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
}

#ja-wrapper.blur{
	filter: blur(5px);
}


.layer-container {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}



@media screen and (max-width: 330px) {
	.layer-calculator .layer-view .layer-content .change-date-row {
		margin-bottom: 15px;
	}
}

