/*
select {
    display: none;
}
*/
.zcwPopup-form>span {
    display: none;
}
.zcwPopup-bg {
    display: none;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 99991 !important;
    width: 100% !important;
    height: 100% !important;
	background: rgba(255,255,255,.95)!important;
}

.z-m-w__terms.danger div, .z-m-w__terms.danger span {
    color: #fff;
}

.z-m-w__terms.danger {
    background-color: red;
}

.zcwPopup {
display: none;
text-align: center;
position: fixed;
left: 50%;
top: 50%;
z-index: 99992 !important;
width: 450px;
margin: -150px 0 0 -225px;
height: auto !important;
border-radius: 4px !important;
-webkit-box-shadow: 0 0 12px #cecece !important;
-moz-box-shadow: 0 0 12px #cecece !important;
-ms-box-shadow: 0 0 12px #cecece !important;
box-shadow: 0 0 12px #cecece !important;
font-family: 'ProximaNova-Light', sans-serif !important;
font-size: 21px !important;
background-color: white;
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
color: black;
}
@media (min-width: 768px) {
	.zcwPopup {
	}
}
.zcwPopup-content {
    padding: 30px 20px 10px;
}

.zcwPopup {
	padding: 56px 20px 29px;
}

.zcwPopup-title,
.zcwPopup-description,
.zcwPopup-content {
color: black;
}

.zcwPopup-title {
padding: 0 14px;
margin-bottom: 25px;
font-size: 22px;
line-height: 27px;
font-weight: 400;
text-align: center;
}

@media (min-width: 768px) {
	.zcwPopup-title {
	}
}

.zcwPopup-description {
margin-bottom: 30px;
font-size: 18px;
}

.zcwPopup-form {
width: 100%;
}

@media (min-width: 768px) {
.zcwPopup-form form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
}

.zcwPopup-form form {
    margin-bottom: 2.5rem;
    justify-content: space-between;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;	
}

.modal-window__input {
  margin-bottom: 1rem;
  text-align: center;
  border: none;
  border-bottom: 0.3rem solid #C9C9C9;
  width: 100%;
  max-width: 27.5rem;
  min-height: 3.5rem;
  border-radius: 0.6rem 0.6rem 0 0;
}

.zcwPopup-form input[type="text"]::-webkit-input-placeholder {
  font-size: 18px;
line-height: 18px;
    font-family: 'Core Sans N';
    background-color: #fff;
}

.zcwPopup-form input::-ms-input-placeholder {
  font-size: 18px;
line-height: 18px;
    font-family: 'Core Sans N';
    text-align: center;
    background-color: #fff;
}

.zcwPopup-form input::-ms-input-placeholder {
  font-size: 18px;
line-height: 18px;
    font-family: 'Core Sans N';
    text-align: center;
    background-color: #fff;
}

.zcwPopup-form input::placeholder {
  font-size: 18px;
line-height: 18px;
    font-family: 'Core Sans N';
    text-align: center;
    background-color: #fff;
}


.zcwPopup-form input[type="text"] {
margin-bottom: 1rem;
text-align: left;
border: none;
border-bottom: 2px solid #ABABAB;
width: calc(100% - 17px);
max-width: 27.5rem;
min-height: 40px;
margin: 0 auto 1rem;

}
@media (min-width: 768px) {
.zcwPopup-form input[type="text"] {
		margin-bottom: 0rem;
		width: 45%;
	}
}

.zcwPopup button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-decoration: none;
width: 100%;
padding: 0.3em;
min-height: 40px;
cursor: pointer;
font-weight: 500;
font-size: 16px;
letter-spacing: 0.04em;
border: 2px solid #F26422;
background-color: transparent;
color: #f26422;
margin: 0 auto;
max-width: 27.5rem;
position: relative;
}
.zcwPopup button:hover {
	background-color: #f26422;
    color: #fff;
}
@media (min-width: 768px) {
.zcwPopup button {		
		width: 45%;
		margin-left: auto;
		left: 0;
	}
}

#zcwPopup-raty {
    padding-left: 10px;
}

#zcwPopup-raty img {
display: inline !important;
}

.zcwPopup-close {
z-index: 99992 !important;
cursor: pointer !important;
text-decoration: none;
color: grey;
position: absolute;
top: 15px;
right: 15px;
}

.zcwPopup-content {
font-size: 14px;
}

.zcwPopup-countdown {
font-weight: bold;
display: none;
}

.zcwPopup .link {
text-decoration: underline;
cursor: pointer;
display: none;
}

.zcwPopup .powered_by {
margin-top: 7px;
font-size: 12px;
color: #777777 !important;
}

.zcwPopup .powered_by a {
font-weight: bold !important;
color: #777777 !important;
text-decoration: underline !important;
}

.zcwPopup input.zcwInputError,
.zcwPopup select.zcwInputError,
.zcwPopup textarea.zcwInputError {
border: 1px solid red;
}

#zcwMiniButton {
position:fixed;
right: 30px;
bottom: 120px;
width:70px;
height:70px;
cursor:pointer;
opacity:0.5;
z-index:50;
}

#zcwMiniButton #zcwMiniButtonMain {
-moz-border-radius:50% !important;
-webkit-border-radius:50% !important;
border-radius:50% !important;
-moz-background-clip:padding;
-webkit-background-clip:padding-box;
background-clip:padding-box;
background-color:rgb(242 100 34);
width:70px;
height:70px;
    box-shadow: 0 0 8px 6px rgba(0,0,0, 0.4), 0 0 12px 10px rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0, 0.4);
}

#zcwMiniButton #zcwMiniButtonMain:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top:0;
left:0;
background-image:url(images/mini.png);
background-repeat:no-repeat;
background-position:center center;
}

#zcwMiniButton:hover {
opacity:0.8;
}


@media only screen and (min-width: 960px) {
  .zcwPopup {
	width: 600px !important;
    margin: -150px 0 0 -300px;
  }
}
@media (max-width: 460px) {
  .zcwPopup{
    padding: 0px;
    margin: 0px;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;	
  }
  .zcwPopup-content{
    font-size: 16px !important;
    transform: translateY(50%);
    padding: 60px 20px 40px;	
  }
  .zcwPopup-description {
	  font-size: 16px;
  }
  .zcwPopup-title{
    padding: 0 20px;
  }
  #zcwMiniButton {
    width: 45px;
    height: 45px;
    right: 15px; 
    }    
  #zcwMiniButton > #zcwMiniButtonMain{
    width: 45px;
    height: 45px;  
  }
  #zcwMiniButtonMain:before{
    background-size: 25% 50%;
  }
}
.zcwPopup-content {
    font-family: "Core Sans N", sans-serif;
}
.powered_by {
    display: none;
}
@media (max-width: 767px) {
 .zcwPopup {
    transform: none;
    padding: 0!important;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%)!important;
    opacity: 1;
     margin: 0px;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}   
    .zcwPopup-description {
    font-size: 16px;
    line-height: 21px;
    max-width: 280px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 30px;
}
    .zcwPopup-form input[type="text"] {
    margin: 0 auto 1rem;
    width: 95%!important;
        max-width: 295px;
}
    .zcwPopup button {
    width: 100%!important;
        max-width: 305px;
}
    .zcwPopup-content {
    font-family: "Core Sans N", sans-serif;
    padding: 60px 20px 40px;
            transform: none;
}
       .form-button-th button {
    margin-top: 20px;
}
    .zcwPopup-form .form-button-th {
    margin-bottom: 0px;
}
    .zcwPopup-form input[type="text"] {
  font-size: 18px;
line-height: 18px;
}
    .zcwPopup button{
        font-size: 18px;
    }
}
@media (min-width: 768px) {
.zcwPopup-title {
    font-size: 26px;
    line-height: 28px;
}
.zcwPopup-description {
    font-size: 18px;
    line-height: 25px;
}
   .zcwPopup-form form {
       width: 506px!important;
    max-width: 506px!important;
       margin-left: 0;
    margin-right: 0;
} 
   .zcwPopup {
    width: 601px!important;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%)!important;
    margin-left: -300px;
    padding: 0!important;
        opacity: 1;
    left: 50%;
} 
    .zcwPopup button {
    width: 233px!important;
    margin: 0;
}
    .zcwPopup-form input[type="text"] {
    margin-bottom: 0rem;
    width: 233px!important;
    font-size: 18px;
    color: #48494B;
}
    .zcwPopup-content {
    padding: 45px 20px 10px;
}   
    .zcwPopup-form {
    max-width: 506px!important;
    margin: auto;
}
    .zcwPopup .form-button-th button {

    position: absolute;
    margin-top: 140px;
    left: 50%;
    margin-left: -120px;
}
    
    
    .zcwPopup-form .form-button-th {

    padding-bottom: 50px;
}

.zcwPopup.form-button {

    padding-bottom: 20px!important;
}
 
}
select[name="day"] {
    width: 100px!important;
    text-align: center;
    height: 40px;
    font-size: 18px;
    color: #48494B;
}

select[name="hour"] {
    width: 50px!important;
    text-align: center;
    height: 40px;
    font-size: 18px;
    color: #48494B;
    margin-left: 10px;
    margin-right: 5px;
}

select[name="minute"] {
    width: 50px!important;
    text-align: center;
    height: 40px;
    font-size: 18px;
    color: #48494B;
    margin-left: 5px;
}

