.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}


/* ===== Hero banner   ===== */
.hero-banner { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-banner-btn { background: transparent; border: solid 2px #fff; color: #fff; border-radius: 36px; padding: 11px 20px; font-size: 24px; }
.hero-banner-img { height: 100%; transition: transform 0.3s; position: absolute; bottom: 0; right: 0; z-index: -1; width: 100%; object-fit: cover; object-position: right bottom; }
.hero-banner-item { width: calc(50% - 10px); position: relative; overflow: hidden; height: 0; padding: 20px 20px 24% 30px; text-decoration: none; }
.hero-banner-item:before { transition: transform 0.3s; content: ""; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 36 36'%3E%3Cpath d='M35.68 17.85a17.75 17.75 0 1 0-35.51 0 17.75 17.75 0 0 0 35.5 0m-14.9.59-4.54 4.54a.82.82 0 1 1-1.16-1.17l3.95-3.96-3.95-3.95a.83.83 0 0 1 1.16-1.17l4.55 4.54c.32.32.32.85 0 1.17' style='fill:%23fff;fill-rule:nonzero'/%3E%3C/svg%3E"); position: absolute; width: 54px; height: 54px; bottom: 25px; left: 30px; background-repeat: no-repeat;}
.hero-banner-title { text-decoration: none; font-weight: bold;color: #0F69B4; max-width: 50%; font-size: 32px; line-height: 1.1; margin-bottom: 0.6em; margin-top: 0;}
.hero-banner-item:hover .hero-banner-img { transform: scale(1.05); }
.hero-banner-item:hover:before { transform: translateX(10px); }

@media (max-width: 1150px) {
    .hero-banner { gap: 0.87vw; }
    .hero-banner-btn { border: solid 2px #fff; border-radius: 36px; padding: 0.557vw 1.739vw; font-size: 1.8vw; }
    .hero-banner-item { width: calc(50% - 0.87vw); padding: 1.739vw 1.739vw 24% 2.609vw; }
    .hero-banner-item:before { width: 4vw; height: 4vw; bottom: 2.174vw; left: 2.609vw; }
    .hero-banner-title { font-size: 2.483vw; }
}
@media (max-width: 768px) {
    .hero-banner { gap: 0.87vw; }
    .hero-banner-btn { border: solid 2px #fff; border-radius: 36px; padding: 0.9vw 1.7vw; font-size: 1.8vw; }
    .hero-banner-item { width: calc(50% - 0.87vw); padding: 1.739vw 1.739vw 24% 2.609vw; }
    .hero-banner-item:before { width: 3.5vw; height: 3.5vw; bottom: 2.174vw; left: 2.609vw; }
    .hero-banner-title { font-size: 2.3vw; display: block; }
}
@media (max-width: 540px) {
    .hero-banner { gap: 10px; }
    .hero-banner-item { width: 100%; padding: 2vw 1.739vw 43% 15px; }
    .hero-banner-title { font-size: 4.5vw; }
    .hero-banner-btn { font-size: 3.4vw; }
    .hero-banner-item::before { width: 6vw; height: 6vw; bottom: 3vw; left: 15px; }
}

