.v2 .popup {
	display: none;
}
.v2 .popup.active {
	display: inline-block;
}

.v2 .popup .progress .progress-bar {
	width: 0;
	-webkit-transition: width 0;
	-moz-transition: width 0;
	-o-transition: width 0;
	-ms-transition: width 0;
	transition: width 0;
}
/*.v2 .progress .progress-bar.progress-bar-animated.progress-bar-striped {
	-webkit-animation: progressBar 1s linear infinite;
	-moz-animation: progressBar 1s linear infinite;
	-o-animation: progressBar 1s linear infinite;
	-ms-animation: progressBar 1s linear infinite;
	animation: progressBar 1s linear infinite;
	-webkit-transition: width 200ms;
	-moz-transition: width 200ms;
	-o-transition: width 200ms;
	-ms-transition: width 200ms;
	transition: width 200ms;
}*/
.v2 .popup.active .progress .progress-bar {
	width: 100%;
	-webkit-transition: width 10s;
	-moz-transition: width 10s;
	-o-transition: width 10s;
	-ms-transition: width 10s;
	transition: width 10s;
}
@-webkit-keyframes progressBar {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -17px 0px;
	}
}
@-moz-keyframes progressBar {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -17px 0px;
	}
}
@-o-keyframes progressBar {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -17px 0px;
	}
}
@-ms-keyframes progressBar {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -17px 0px;
	}
}
@keyframes progressBar {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -17px 0px;
	}
}


.v2 .popup #lightbox_tel_420 {
	font-size: 15px;
	font-size: 1rem;
	left: 50px;
	position: absolute;
}
.v2 .popup #lightbox_tel {
	width: calc(100% - 150px);
	padding-left: 100px;
}



#form_call_center .form__item:before {
	content: '+420';
	font-size: 0.9375rem;
	position: absolute;
	left: 20%;
	top: 8px;
}
@media screen and (max-width: 775px) {
	#form_call_center .form__item:before {
		left: 15%;
	}
}
@media screen and (max-width: 575px) {
	#form_call_center .form__item:before {
		left: 10%;
	}

	.v2 .popup #lightbox_tel {
		width: calc(100% - 70px);
		padding-left: 90px;
		padding-right: 0;
	}
	.v2 .popup #lightbox_tel_420 {
		left: 80px;
	}
	.v2 .popup .btn {
		display: block;
	}
}

.v2 .sline__form {
	text-transform: uppercase;
}

#form_call_center #tel {
	text-align: center;
}

input, select {
	box-shadow: none;
}

.mobile-ico {
	height: auto;
	width: 24px;
}


.v2 .show__item100 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.v2 .button--blue {
	background-color: #65b1e8;
}
.v2 .button--blue:hover {
	background-color: #8ec5e8 !important;
}
.v2 .button--blue.clicked {
	opacity: 0.5;
}

.v2 .popup .form__item .phone_pre {
	position: absolute;
	left: 50px;
	top: 9px;
}
.v2 .popup .form__item input[type="tel"].has-icon {
	padding-left: 90px;
	font-size: 1rem;
}


[ng\:cloak], [ng-cloak], .ng-cloak {
	display: none !important;
}
