/*popup*/
.overlay_pop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -140px;
    padding: 35px 18px 5px;
    background: #fff;
    width: 100%;
    max-width: 280px;
    text-align: center;
    z-index: 10001;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 13px 1px rgba(26, 26, 29, 0.42);
		-moz-box-shadow: 0 0 13px 1px rgba(26, 26, 29, 0.42);
    box-shadow: 0 0 13px 1px rgba(26, 26, 29, 0.42);
    color: #fff;
}
.form-control.error {
    border-color: #d9534f;
    -webkit-box-shadow: 0 0 4px 1px #d9534f;
    -moz-box-shadow: 0 0 4px 1px #d9534f;
    box-shadow: 0 0 4px 1px #d9534f;
}
.close-popup {
    display: block;
    width: 35px;
    font-size: 31px;
    color: #141414;
    height: 35px;
    position: absolute;
    opacity: 0.8;
    top: 3px;
    right: 3px;
    cursor: pointer;
    z-index: 10001;
}
.close-popup:hover{opacity: 1;}
.close-popup:before{
	content: 'х';
    color: #c0c0c0;
    display: block;
    font-size: 24px;
}
.form-block form {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
}
.header-form {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
	font-weight:bold;
    color: #000;
}
.header-form span {
    font-size: 16px;
    display: block;
    font-weight: bold;
}
.textarea-pop{
	resize: none;
    height: 90px;
    padding: 14px 18px;
}
.calback-input.textarea-pop {
    min-height: 85px;
	padding: 10px 14px;
}
.result-ok {
    color: #2a2a2a;
    font-size: 20px;
	padding-bottom: 15px;
    display: block;
}
.popup.map {
    width: 90%;
    max-width: 600px;
	overflow: hidden;
}
.header-form .shop-phone {
    width: 130px;
    margin-left: 23px;
}
.popup.map .header-form>span, .popup.map .header-form>a {
    display: inline-block;
    margin-bottom: 10px;
}

div#map {
    width: 110%;
	max-width: 600px;
    height: 300px;
    position: relative;
    bottom: -35px;
    left: -18px;
	margin-top: -35px;
}
.bottom-text {
    margin-left: -18px;
    margin-right: -18px;
    border-top: 1px solid #ddd;
    margin-top: 24px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    line-height: 1.3;
	background-color:#f6f6f6;
	margin-bottom:-35px;
	padding-bottom:35px;
}
.bottom-text a{
	font-size: 24px;
    color: #067fca;
}
.header-form span {
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
	border-top: 1px solid #e4e4e4;
    padding-top: 10px
}
.field-name {
    text-align: left;
    display: block;
    color: #000;
    font-weight: bold;
}
.required-field {
    font-style: normal;
    color: #ff3434;
}
.calback-input {
    background-color: #f1f2f6;
    border: 1px solid #a6abba;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0px 10px;
    height: 42px;
}


.button.trans.form-button {
    width: 200px;
    display: block;
    border: none;
    padding: 12px 0;
	-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    color: #ffffff;
    margin: 18px auto;
    text-align: center;
    text-decoration: none;
    background: #004b74;
    background: -moz-linear-gradient(left,  #004b74 0%, #003e60 100%);
    background: -webkit-linear-gradient(left,  #004b74 0%,#003e60 100%);
    background: linear-gradient(to right,  #004b74 0%,#003e60 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004b74', endColorstr='#003e60',GradientType=1 );
}

.input.form-input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 6px;
	border:none;
	border:1px solid #c6c6c6;
	outline:none;
}
.input.form-input.error {
    border-color: #ff0000;
	-webkit-box-shadow: 0px 1px 3px 0px #ff0000;
		-moz-box-shadow: 0px 1px 3px 0px #ff0000;
	box-shadow: 0px 1px 3px 0px #ff0000;
}
.form-group {
    text-align: left;
    color: #444;
	font-weight: bold;
}
.form-group label {
    display: block;
    margin: 5px 0;
}
/*end popup*/