#noservice {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 10000000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    vertical-align: middle;
	padding:20px;
}

#noservice.suka {
display:none;
}


#noservice .recomd_noservice {
	float: left;
	width: 100%;
	margin-top: 5px;
}

#noservice .recomd_zag {
	font-size: 20px;
    font-weight: bold;margin-bottom:20px;
}

#noservice .recomd_text {
	font-size: 17px;
}

#noservice button.phone-country {
line-height:40px !important;
}

#noservice .noservis {
    background: #eaf2f5;
    border-top: 1px solid #ddd;
    padding: 20px;
    width: 447px;
    height: 365px;
    /* background-image: url(/includes/7.png); */
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: 47%;
    box-shadow: 2px 2px 12px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 50px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    position: relative;
	text-align:center;
	margin: 50px auto;

}

#noservice .close {
    background: url(/include/nona/close.png);
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center 50%;
	}




#noservice div.pr_service {
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   /* font-family: "roboto_ltregular";*/
    border: 1px solid #e7e7e7;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
    outline: none;
    height: 50px;
    width: 100%;
    padding: 0;
    background-color: #de002b;
    color: rgb(255, 255, 255);
    font-weight: bold;
    display: block;
    /* min-width: 80%; */
    margin-right: 0px;
    border-radius: 5px;
    max-width: 200px;
    margin: 0 auto;
}


#noservice div.pr_service:hover {
background-color: #fd0031;
}



@media (max-width:640px) {
	#noservice .noservis {
    width: 80%;
    height: 365px;
	}
}

@media (max-width:470px) {
	#noservice .noservis {
		width: 95%;
		height: 465px;
	}
}
