body{
/*    background:url(/front-assets/img/premierback8.jpg) no-repeat, #0171b0; */
	background:url(/front-assets/img/background-new23.jpg) no-repeat, #0171b0;
    background-position: top center;
}
header.container {
    margin: 0 auto;
    padding: 0px;
}
.headerCenter, .headerBottom {
    z-index: 9;
}
.headerTop {
    z-index: 50
}
.rib__wrapper {
    padding: 0px !important;
}

.rib__dismiss {
    background: #000 !important;
    border-radius: 360px;
    width: 32px !important;
    height: 32px !important;
    top: 5px !important;
    right: 5px !important;
    line-height: 0px !important;
}
#form input,#form textarea{transition:.7s;-webkit-transition:.7s}
.error-input{border-color:#f44!important}
.feedback_response{padding:5px 20px;text-align:center;font-size:14px;border-radius:5px;visibility:hidden;opacity:0;transition:.7s;-webkit-transition:.7s}
.feedback_visible{margin-top:10px;background:#0cb10c;visibility:visible;opacity:1}
.feedback_err_visible{margin-top:10px;background:#f44;visibility:visible;opacity:1}
.newsText a,.confirenceBlock p,.descAuthor p,.newsText span{color:#000}
.archivesBlock p{text-align:center}
.topNews img{/* max-height:35px; */}
p strong,p em{font-size:12px;line-height:15px;color:#000}
.icon.icon_l{margin-right:4px!important}
.icon.icon_r{margin-left:4px!important}
.concursListPlayer .row .col{padding-left:0!important}
.newsBlock .newsText p{font-size:13px}
.newsList li a {font-size:14px !important}
.newsList li b {font-size:13px !important}
.coments .oneComent .textCom{font-size:13px}
.newsText br{line-height:1}
.commentLogout{font-size:12px;color:#000;font-weight:600}
.commentLogout:hover{color:#00426d}
.oven.table .row .statistic .col:nth-of-type(5n){width:50px}
.oven.table .row .statistic .col{width:15px;text-align:center}
.listGames .oven .row{padding:4px 5px 0}
.col50.flex a,.col50.flex i{font-size:11px;margin-top:-5px}
.liveGreen{margin-top:-2px}
.nationalBlock .oneTour .oven .row .thirdCol a{text-align:right}
.secondCol .score{max-width:300px}
.report_block p{margin-bottom:0!important}
@keyframes moldFudbolAnimation {
0%{background-color:#86b9d4}
50%{background-color:#c1e3f4}
100%{background-color:#86b9d4}
}
@-o-keyframes moldFudbolAnimation {
0%{background-color:#86b9d4}
50%{background-color:#c1e3f4}
100%{background-color:#86b9d4}
}
@-moz-keyframes moldFudbolAnimation {
0%{background-color:#86b9d4}
50%{background-color:#c1e3f4}
100%{background-color:#86b9d4}
}
@-webkit-keyframes moldFudbolAnimation {
0%{background-color:#86b9d4}
50%{background-color:#c1e3f4}
100%{background-color:#86b9d4}
}
.animation{-webkit-animation:moldFudbolAnimation 1s infinite;-moz-animation:moldFudbolAnimation 1s infinite;-o-animation:moldFudbolAnimation 1s infinite;animation:moldFudbolAnimation 1s infinite}
.selected_item{color:#fe0002;font-size:13px;font-weight:600}
@media only screen and (max-width: 760px),only screen and (max-device-width: 760px) {
#uSocial .uscl-bar .uscl-list .uscl-item .ico_uscl,.uSocial-Share .uscl-bar .uscl-list .uscl-item .ico_uscl{max-width:32px!important;max-height:32px!important;border-radius:0!important;line-height:32px!important;font-size:20px!important}
.uscl-slide-close{display:none!important}
}
.betTitle h1{font-size:18px!important;font-family:Arial;color:#00416d!important;font-weight:700}
.columnTitle h1{font-size:22px!important;font-family:Arial;color:#fff!important;font-weight:700;margin:10px 0}

#background-content {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: url("/pics/MD_Deposit_Bonus_Sport_website-RO-02.jpg") top center no-repeat;
    height: 100%;
}

#background-content {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: url("/pics/MD_Deposit_Bonus_Sport_website-RO-02.jpg") top center no-repeat;
    height: 100%;
}

#background-content {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: url("/pics/MD_Deposit_Bonus_Sport_website-RO-02.jpg") top center no-repeat;
    height: 100%;
}

.footerComm {
    display: flex;
    gap: 15px;
    align-items: center;
}

.comments-panel__language-selector__items-item span {
    font-size: 12px;
    color: #0000fa;
    cursor: pointer;
}

.comments-panel__language-selector__items-item span:hover {
    text-decoration: underline;
}

.info_item_with_prepend {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0px !important;
}

.info_item_with_prepend b {
    line-height: 1.3em !important;
}

.videoiframe {
    margin-top: 20px;
}

.comments-notify {
	background: #ecf5f8;
	padding: 15px;
	padding-bottom: 10px;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

.comments-notify__title:after {
	content: "";
	width: 35px;
	height: 35px;
	background: url("../img/pin.png") center no-repeat;
	background-size: contain;
	position: absolute;
	right: -40px;
	top: -30px;
	pointer-events: none;
}

.comments-notify__content {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center
}

.comments-notify__icon {
	width: 50px;
	min-width: 50px;
	height: auto;
}

.comments-notify__icon img {
	width: 90%;
	height: 90%;
	vertical-align: middle;
	object-fit: contain;
}

.comments-notify__title {
	font-size: 12px;
	color: #00416d;
	font-weight: 600;
	position: relative;
	display: table;
	margin-bottom: 10px;
}

.comments-notify__text,
.comments-notify__text a {
	font-size: 13px;
	color: #000;
}

.comments-notify__text a {
	text-decoration: underline;
}

.comments-notify__text a:hover {
	text-decoration: none;
}

.footer_mobile_floating_banner {
	display: none;
}

.background_link {
	background: none;
	width: 100%;
	height: 2000px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.wrapper {
	z-index: 2;
}

@media screen and (max-width: 767px) {
	body:has(.footer_mobile_floating_banner):after {
		content: "";
		display: table;
		aspect-ratio: 310/62;
		width: 100%;
	}

	.footer_mobile_floating_banner img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	
	.footer_mobile_floating_banner {
		position: fixed;
		bottom: -7px;
		left: 0px;
		right: 0px;
		z-index: 9;
		margin: auto !important;
		display: table;
		aspect-ratio: 310/62;
	}
}

@media screen and (max-width: 650px) {
	.comments-notify {
		margin-bottom: 10px !important;
	}
}

.seo-description p {
  font-size: 12px;
  color: black;
  text-align: justify;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 20px 25px;
  line-height: 1.7;
}

.seo-description a {
  color: #0066cc;
  font-size: 12px;
}