html, body{
	min-height: 100%;
	height: 100%;
	
}

#backgroundPopup1, #backgroundPopup2, #backgroundPopup3, #backgroundPopup4 {
    display: none;
    position: fixed;
    opacity: .5;
    _position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    border: 1px solid #cecece;
    z-index: 1000;
}
#popupContact1, #popupContact2, #popupContact3, #popupContact4 {
    display: none;
    border: 1px solid #cecece;
    border-radius: 5px;
    z-index: 2900;
    font-size: 14px;
    color: #414141;
    text-align: left;
    box-shadow: 3px 3px 10px #4c4c4c;
    width: 700px;
    padding: 15px 0 15px 20px;
    max-height: 80%;
    background: #fff;
    top: 50px!important;
}
.closse {
    display: block;
    background-image: url(../images/closse.png);
    width: 23px;
    height: 23px;
    background-size: 46px 23px;
    background-position: left top;
    top: -24px;
    position: absolute;
    right: -24px;
    cursor: pointer;
}
.scheme__item .over_auto {
    overflow-y: auto;
    max-height: 100%;
    width: 100%;
}
@media (max-width: 767px){
#popupContact1, #popupContact2, #popupContact3, #popupContact4 {
    width: 89%;
    margin-left: -21px;
}
}

.modal-url-1,
.modal-url-2,
.modal-url-3,
.modal-url-4{
	color: #fff;
	border-radius: 10px;
	background: #e84e1b;
	width: 20px;
	height: 20px;
	display: block;
	text-decoration: none;
	margin: 0 auto;
	margin-top: 5px;
}