.menu2 .menu__level-1-li:hover {
    background: #b70023;
}

.tab-content h2 {
    margin: 45px 0 25px;
}
.tab-content h3 {
    font-size: 1em;
}
.tab-content iframe, .tab-content video, .news-page video, .news-page iframe {
    margin: 0;
    max-width: 60%;
    border-radius: 20px;
}

.uni-wrapper{
	margin-bottom: 120px;
}

.news-page__image{
	float:right;margin:0 0 10px 20px;max-width:30%
	}


.tab-content table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
.tab-content table thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #d8d8d8;
	font-size: 14px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.tab-content table tbody td {
	text-align: left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
.tab-content table thead tr th:first-child, .table tbody tr td:first-child {
	border-left: none;
}
.tab-content table thead tr th:last-child, .table tbody tr td:last-child {
	border-right: none;
}
.tab-content table tbody tr:nth-child(even){
	background: #f3f3f3;
}
h1, h2, h3, h4, h5, h6 {
    color: #2e2e2f;
}
.nav-tabs li a {
    color: #2e2e2f;
}
.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
	color: #b70023;
}
.category-wall__li.type2, .category-wall__more.uni-href.type2{
	display:none;
}

div.heading {
    background: #f5f5f5;
    padding: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}
.footer {
    padding: 60px 0 0;
}
.footer__column-heading {
	margin: 0 0 30px;
}
.footer__text {
    color: #ffffff61;
	border-top: none;
}
.footer__column-li:last-child {
    margin: 0 0 60px;
}
/*
.main-menu.set-before:before {
    background: #f5f5f5;
}
.menu-right .menu__level-1-a, .menu-right .menu__level-1-li:after {
    color: #383838;
}
.menu2 .menu__collapse {
    background: #f5f5f5;
}*/
.footer__socials-icon.fa-viber {
	background: #803dbd;
    border-radius: 50%;
}
.footer__socials-icon.fa-whatsapp {
       background: #00cb68;
	   border-radius: 50%;

}
.footer__socials-icon.fa-telegram-plane {
    background: #1ea7eb;
    border-radius: 50%;
}
.menu2 .menu__level-1-li {
    flex: unset;
    padding: 0 20px;
    box-shadow: inset 1px 0 0 rgb(0 0 0 / 8%);
}
.uni-slideshow_v2__image.text-over-image img {
     object-fit: fill;
}
.contact-list__item {
    color: #333;
}
.header-phones a, li.contact-list__item span, footer > div.container > div > div:nth-child(4) > ul:nth-child(2) > li > a{
    position: relative;
}
.header-phones a:first-child:before, #content > div > div.contacts > div > div:nth-child(1) > div.row-flex > div.contacts__contacts > ul > li:nth-child(1) span:before, footer > div.container > div > div:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:before  {
	content: "";
    background: url(/image/a1.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    background-size: contain;
    right: -22px;
    bottom: 0px;
}
.header-phones a:last-child:before, #content > div > div.contacts > div > div:nth-child(1) > div.row-flex > div.contacts__contacts > ul > li:nth-child(2) span:before, footer > div.container > div > div:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:before {
	content: "";
    background: url(/image/mts.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    background-size: contain;
    right: -22px;
    bottom: 0px;
	border-radius: 4px;
}
.img-right{
	float: right;
    margin: 0 0 10px 10px;
	border-radius: 15px;
}
@media (max-width: 575px){
.img-right {
    float: none;
    padding: 0 0;
    max-width: 340px;
}	
.news-page__image {
    margin: 0 0 15px;
    width: 100%;
    max-width: 100%;
}
.uni-slideshow_v2__description {
    background: #eee!important;
}
.uni-slideshow_v2__description:before {

    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.top-menu__links {
    display: none;
}
}