.window-pop-up{
  max-width: 340px;
   width:100%;
  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:10px;
        }
        .window-pop-up .popular-large-button
        {
                margin-top:20px;
                }
.window-pop-up .inps
{
        width:180px;
        margin-bottom:3px;
        margin-top:3px;
        }
.window-pop-up .inp
{
        width:180px;
        margin-bottom:3px;
        margin-top:3px;
        }
.h2
{
font-size:20px;
margin-top:20px;
margin-bottom:20px;
display:block;
text-align:center;
}
.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{
    max-height: 600px;
    overflow-y: auto;
}
.window-pop-up .ch1
{
line-height: 1;
    color: #333;
    display:block;
    font-size: 24px;
    margin-bottom: 20px;
  text-align: center;

}

.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:40000;
  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: #64d9f7;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.window-pop-up input::-webkit-input-placeholder {
  color: #4a682a; 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: #4a682a; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up textarea:focus::-webkit-input-placeholder {
  text-indent: -1500px; transition: text-indent 0.6s ease;
}
.window-pop-up input::-moz-placeholder {
  color: #4a682a; 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: #4a682a; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up textarea:focus::-moz-placeholder {
  text-indent: -1500px; transition: text-indent 0.6s ease;
}
.window-pop-up input:-ms-input-placeholder {
  color: #4a682a; 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: #4a682a; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up textarea:focus:-moz-placeholder {
  text-indent: -1500px; transition: text-indent 0.6s ease;
}
.window-pop-up input:-moz-placeholder {
  color: #4a682a; 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: #4a682a; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up textarea:focus:-ms-input-placeholder {
  text-indent: -1500px; 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: 3px;
}
.window-pop-up form textarea {
  padding-left: 10px;
  color: #333333!important;
  border: 1px solid #686868;
}
#orderFormDiv {
  text-align: center;
}
.windowLoading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
}

.window-pop-up.big{
  min-width: 270px;
  width:100%;
  max-width:750px;
  min-height:50%;
 margin-left:-370px;
}
.window-pop-up.big .window-pop-up-close{
  margin-left:100%;
  position: relative;
}
@media (max-width: 767.98px)
{
  .window-pop-up
  {
 /* position:absolute  !important;*/
    max-width:100% !important;
  min-height:100% !important;
 margin-left:0px !important;
 left:0px !important;  	}

  .window-pop-up .big{
  min-width: 270px;
  width:100%;
  max-width:100% !important;
  min-height:100% !important;
 margin-left:0px !important;
	}
	.select-city-block
	{		width:100% !important;
		max-width:270px !important;
		border:none !important;
	}
	.select-city-block-last
	{
		width:100% !important;
		border:none !important;
			max-width:270px !important;
		text-align:left !important;
	}
	.upl
	{
	font-size:11px;		}
		.submit-ads2
		{
		width:200px !important;
			}
			.but_div
			{
			width:200px; margin:0 auto;				}
	.scb3-all
	{		margin-top:20px !important;	}
	.scb3
	{
		width:100% !important;
		margin-left:-30px !important;
	}
	.scb3 li
	{
		width:100% !important;
	}
	.scb1 li
	{
		width:100% !important;
	}
	.scb3-m
	{
		padding-right:0px !important;
		margin-right:-29px !important;
	}}

