.window-pop-up{
  max-width: 340px;

  padding: 20px;
  overflow-y:auto;
  overflow-x:hidden;
  position:fixed;
  top:30Px;

  left:50%;
  min-height:300px;
  margin-left:-170px;
  background-color:#fff;

  z-index:10000000000;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(50, 50, 50, 1);
-moz-box-shadow:    0px 0px 8px 1px rgba(50, 50, 50, 1);
box-shadow:         0px 0px 8px 1px rgba(50, 50, 50, 1);
}
.window-pop-up .t_left
{
	white-space: nowrap;
	padding-right:20px;	}
	.window-pop-up .popular-large-button
	{
		margin-top:20px;		}
.window-pop-up .inps
{	width:180px;
	margin-bottom:3px;
	margin-top:3px;	}
.window-pop-up .ch1
{
 margin-bottom:20px;
}
.window-pop-up .window-pop-up-close{
  margin-left:287px;
  margin-top:-7px;
    background-image:url('close2.png');
  width:35px;
  background-repeat:no-repeat;
  height:35px;
  position:absolute;

}
.window-pop-up .window-pop-up-close a
{
 display:block;
 width:35px;
 height:35px;
}
.window-pop-up .window-pop-up-content{

}
.window-pop-up-overlay{
  display:none;
  background-image:url('./transp.png');
  position:fixed;
  width:100%;
  height:100%;
  z-index:100000;
  top:0;
  left:0;
}
.but_more
{
 font-size:18px;
 color:#a30f18;
border-bottom:1px #a30f18 dashed;
}

.window-pop-up .ch2 {
    line-height: 0.9;
    color: #2874a8;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

.window-pop-up input::-webkit-input-placeholder {
  color: #333; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up input:focus::-webkit-input-placeholder {
  text-indent: -500px; transition: text-indent 0.6s ease;
}
.window-pop-up textarea::-webkit-input-placeholder {
  color: #333; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up textarea:focus::-webkit-input-placeholder {
  text-indent: -500px; transition: text-indent 0.6s ease;
}
.window-pop-up input::-moz-placeholder {
  color: #333; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up input:focus::-moz-placeholder {
  text-indent: -500px; transition: text-indent 0.6s ease;
}
.window-pop-up textarea::-moz-placeholder {
  color: #333; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up textarea:focus::-moz-placeholder {
  text-indent: -500px; transition: text-indent 0.6s ease;
}
.window-pop-up input:-ms-input-placeholder {
  color: #333; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up input:focus:-moz-placeholder {
  text-indent: -500px; transition: text-indent 0.6s ease;
}
.window-pop-up textarea:-ms-input-placeholder {
  color: #333; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up textarea:focus:-moz-placeholder {
  text-indent: -500px; transition: text-indent 0.6s ease;
}
.window-pop-up input:-moz-placeholder {
  color: #333; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up input:focus:-ms-input-placeholder {
  text-indent: -500px; transition: text-indent 0.6s ease;
}
.window-pop-up textarea:-moz-placeholder {
  color: #333; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up textarea:focus:-ms-input-placeholder {
  text-indent: -500px; transition: text-indent 0.6s ease;
}

.window-pop-up form input {
  font-size: 24px;
  padding-left: 10px;
  color: #333333!important;
  border: 1px solid #686868;
  margin-right: 20px;
}
.window-pop-up form textarea {
  padding-left: 10px;
  color: #333333!important;
  border: 1px solid #686868;
}
.windowLoading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
}

#window_page_kit_select {
  width: 90vw;
  left:5vw;
  min-height:300px;
  margin-left:0;
  max-width:none;
}