.zcwPopup{
	width: 100%!important;
	max-width: 403px;
	box-sizing: border-box!important;
	margin-top: -203px;
	margin-left: -201.5px;
	padding: 35px 24px!important;
	opacity: 1;
	border-radius: 0!important;
	font-family: TT Norms Pro!important;
}
.zcwPopup.deffered-styles{
	margin-top: -233.5px;
}
.zcwPopup *{
	box-sizing: border-box!important;
}
.zcwPopup-close{
	content: none;
    text-indent: -9999px;
    top: -30px;
    width: 94px;
    height: 20px;
    right: 0;
    background-image: url('img/close-icon-with-text.svg');
}

.zcwPopup-title{
	font-weight: bold;
	font-size: 26px;
	line-height: 31px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #213147;
}
.zcwPopup-description, .zcwPopup-content{
	color: #505050;
}
.zcwPopup-description{
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 18px;
}
.zcwPopup-form{
	font-size: 20px;
	line-height: 100%;
	color: #828282;
}
.zcwPopup-form form{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	row-gap: 15px;
}
.zcwPopup-form form input[type="text"]{
	width: calc(100% - 19px)!important;
    padding: 14px 12px 12px 12px!important;
    border: 1px solid #D1DAE2;
    color: #828282;
    font-size: 20px;
}
.zcwPopup button{
	display: block!important;
	width: 100%!important;
	border-radius: 2px;
	color: #fff;
	background: linear-gradient(to bottom, rgba(227, 102, 55, 1) 0%, rgba(227, 102, 55, 1) 50%, rgba(40, 95, 160, 1) 50%,  rgba(40, 95, 160, 1) 100%);
	background-size: 100% 200%;
	transition-property: background-position;
    transition-duration: .3s;
    letter-spacing: 0.07em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	padding: 18px;
    border: none;
}
.zcwPopup button:hover{
	background-position: 0% 100%;
}
.zcwPopup .link{
	margin-top: 30px;
	font-size: 18px;
	color: #505050;
	display: block;
	width: 100%;
	text-align: center;
}
.zcwPopup .powered_by{
	display: none;
}
.zcwPopup select{
	border: 1px solid #D1DAE2;
	padding: 15px 12px;
	font-size: 15px;
	line-height: 100%;
	color: #949494;
	appearance: none;
	background-image: url('img/zadarma-select-arrow.svg');
	background-position: right 13px top 50%;
	background-repeat: no-repeat;
}
.zcwPopup select[name="day"]{
	width: 118px!important;
}
.zcwPopup select[name="hour"], .zcwPopup select[name="minute"]{
	width: 88px!important;
}
@media (max-width: 460px){
	.zcwPopup{
		margin-top: 0;
		margin-left: 0;
	}
}