.img-white {
    filter: brightness(0) invert(1);
}

.highlighted{
    color: var(--primary-700)
}

.header_search .search-list a:hover .highlighted{
    color: #fff !important;
}

.like-icon.user-liked {
    color: red; /* або будь-який колір, який ви хочете використати */
    border-color: red; /* або додати рамку, якщо потрібно */
}

.center-inf{
    display: flex;
    align-items: center;
}

.popular_item .image img{
	    width: 100%!important;
		height: 100%!important;
}

.page-banner-content .center_modal {
    width: 301px !important;
}

.add_inf ol {
    list-style: decimal;
    padding-left: 40px;
}

.add_inf{
	margin-top: 40px;
}

.add_inf h1, .add_inf h2, .add_inf h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 20px;
}

.add_inf ol, .add_inf p, .add_inf ul {
    margin-bottom: 24px;
    color: #6b7280;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.page-banner-content .center_modal .title {
	font-family: "Roboto Condensed", sans-serif;
 	font-weight: 900;
  	font-style: normal;
	font-size: 20px;
}

.page-banner-content .center_modal a.btn--banner{
	font-family: "Roboto Condensed", sans-serif;
 	font-weight: 900;
  	font-style: normal;
	font-size: 18px;
}

.casino-card {
    border: 1px solid transparent;
}

.casino-card.top-card{
    border: 1px solid #257a54;
}

footer .lang-inf-btn{
    text-transform: none;
}

.home-banner .btn:before {
    background: none !important;
	width: 0px !important;
	height: 0px !important;
}

.casino-card--bonuse .head .country.has-forbidden::after {
    background-size: 18px!important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='48' viewBox='0 0 49 48' fill='none'%3E%3Crect x='.5' width='48' height='48' rx='24' fill='%23771D1D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.231 16.469a1.6 1.6 0 0 1 0 2.262l-12.8 12.8a1.6 1.6 0 0 1-2.262 0l-6.4-6.4a1.6 1.6 0 0 1 2.262-2.262l5.269 5.268L32.969 16.47a1.6 1.6 0 0 1 2.262 0z' fill='%23F98080'/%3E%3C/svg%3E")!important;
}

.article blockquote footer {
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    color: var(--gray-900);
    margin-top: 20px;
}

.facts {
    counter-reset: list 0;
    padding-left: 41px;
    margin: 40px 0;
}

.facts li {
    list-style: none;
    background: #ebf5ff;
    border: 1px solid #76a9fa;
    border-radius: 6px;
    padding: 10px 10px 10px 44px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--gray-700);
    padding-left: 51px;
    margin-top: 0;
}

.facts li:not(:last-of-type) {
    margin-bottom: 12px;
}

.facts li:before {
    counter-increment: list;
    content: counter(list);
    position: absolute;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: var(--white);
    border-radius: 12px 12px 0 12px;
    padding: 6px;
    width: 40px;
    height: 40px;
    background: #76a9fa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -8px;
    left: -8px;
}


blockquote {
    background: var(--gray-200);
    border-radius: 8px;
    padding: 12px 20px;
    margin: 40px 0;
}

blockquote:before {
    content: "";
    background: url("data:image/svg+xml;charset=utf-8,<svg width='32' height='24' viewBox='0 0 32 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M18.69 24v-9.855C18.69 6.54 23.663 1.385 30.666 0l1.326 2.868c-3.242 1.223-5.326 4.85-5.326 7.799H32V24H18.69zM0 24v-9.855C0 6.54 4.997 1.384 12 0l1.328 2.868C10.084 4.091 8 7.718 8 10.667h5.31V24H0z' fill='%239CA3AF'/></svg>") no-repeat 50% / auto;
    width: 32px;
    height: 24px;
    display: block;
    margin-bottom: 14px;
}


blockquote p {
    font-style: italic !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 162% !important;
    color: var(--gray-900) !important;
}

blockquote footer {
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    color: var(--gray-900);
    margin-top: 20px;
}

.project_descript li {
    margin-top: 5px;
}

.article_info .article_info{
	margin: 0;
}

#message_symbol.error-symbol {
    color: red !important;
}

#rating_result_field.error-symbol {
    color: red !important;
}

.error-review-name{
    border-color: red !important;
}


body .popular_item .popular_reviews {
	color: #000;
}


body .project_comparison__item .body .item {
	color: #000!important;
	list-style: none;
}






