
#pte_popup-fade {
	display: none;
	z-index: 99993;
	font-size: 1rem !important;
}
#pte_popup-fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 99995;
}
.pte_popup {
    position: fixed;
    top: 10vh;
    left: 20vw;
    width: 60vw;
    background: #fff;
    opacity: 1;
    height: 80vh;
	z-index: 99999;
	border: 1px solid #aaa;
	margin: 0 auto;
	font-size:1rem;
}
.pte_middle{
	margin: 3vh;
    overflow: auto;
    max-height: 72vh;
}
#pte_popup_content img{
	max-width:98% !important;
	height:auto;
}
#pte_popup-close{
    background-image: url(https://pravtreba.ru/remote/overlay/close.png);
    position: absolute;
    right: -23px;
    top: -22px;
    cursor: pointer;
    height: 35px;
    width: 35px;
    z-index: 10000;
}

@media  screen and (max-width: 639px) {
	.pte_popup {
		position: fixed;
		top: 10vh;
		left: 10vw;
		width: 80vw;
		font-size:80%;
	}
	.pte_middle {
		margin: 1vh;
	}
	p{
		line-height: 1.1rem;
		    font-size: 1rem;
	}
}
#pte_popup_content p{
	font-size:1.2rem;
}
.feedback {margin-bottom: 15px;}
.feedback .card{height:100%;}
.feedback .card-header, .feedback .card-body{padding:6% 4%;color: #434343;}
.feedback .card-header img{display:block;width:25%; height:auto;float:left;padding-right:5%;    opacity: .4;}
.feedback .card-header .near{width:65%;float:left;text-align: center;}
.feedback .name{font-size: 15px;text-transform: uppercase;margin: 15px 0;}
.feedback .Site_name {color: #434343;font-size: 15px;margin-bottom: 10px;color: #6b64d7;}
.stars{color: #6ab04c;/*margin-bottom: 20px;*/}
.feedback a{float: right;padding-right: 30px;}
.feedback a:hover{text-decoration:underline;}
a.pte_link{
	position:absolute;
	bottom:15px;
	right:60px;
}
a.pte_link:hover{
	text-decoration:underline;
}

.feedback .ImgDiv{
	width:20%;
	float:left;
	margin-right: 5%;
	border-bottom:none;
	border-radius: 50%;
}
.feedback .ImgDiv::before{
    padding-top: 100%;
}
.feedback .ImgDiv img{
	height:100%;
	width:auto;
	padding-right: 0;
	opacity: 1;
}
.onereview p{
	font-size:14px;
}