.favorite img {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: .3;
    transition: opacity .3s;
}
.favorite .wave img {
    transition: transform .4s,opacity .4s;
    display: block;
    visibility: hidden;
    filter: blur(1px);
    opacity: .5;
}

.favorite:hover img {
    opacity: .9;
}
.modal-errors{
	color: red;
}
input.required,
input.error,
select.required,
select.error,

.checkbox.required label:before
{
    border-color: red !important;
}

.form-messages{
    color: red;
}


.register-success{
    color: #f7a900;
    font-size: 20px;
}
.user_form.ajax-form input.required{
    border:1px solid red !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.side-tab .side-content{
    width: 140px;
}
.side-tab.hide .side-content{
    width: 90px;
}
.evoSearch_highlight{
    font-weight: bold;
}
.sb-vk img{
    margin-top: 5px;
    width: 80%;
}
.mt-3{
    margin-top: 30px;
}
.register-form div.error{
    color: red;
}

.mfp-content .dialog-owner {
    display: block;
}
.dialog-owner {
    background: #fff;
    display: none;
    margin: 0 auto;
    max-width: 1160px;
    width: 100%;
}

/*28.10.2020*/

.m-modal {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.m-modal.active {
	display: flex;
}

.m-modal__content {
	background: #fff;
	padding: 50px;
	border-radius: 25px;
	max-width: 570px;
	position: relative;
}

.m-modal__content h3 {
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 10px;
}

.m-modal__content .button {
	margin-top: 45px;
}

.m-modal__content .subtitle {
	display: inline-block;
	text-align: center;
	margin: 0 0 35px;
	width: 100%;
}
.m-modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	outline: none;
	width: 25px;
	height: 25px;
	padding: 0;
	cursor: pointer;
}

.m-modal-close:before,
.m-modal-close:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	top: 50%;
	transition: all .2s linear;
}

.m-modal-close:before {
	transform: rotate(45deg);
}
.m-modal-close:after {
	transform: rotate(-45deg);
}

.m-modal-close:hover:before,
.m-modal-close:hover:after {
	background: #0063be;
}

@media (max-width: 768px) {
	.m-modal__content {
		padding: 50px 15px;
	}

	.m-modal__content h3 {
		font-size: 22px;
		margin: 0;
	}
	.m-modal__content .subtitle {
		font-size: 12px;
	}
}

.table{width:100%;border-collapse:collapse;border:#0f69b4 solid 2px}
.table td{padding:10px;border-collapse:collapse;border:#0f69b4 solid 1px}
