.mlives-col-20 {
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
}

.mlives-col-25 {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
}

.mlives-col-33 {
    width: 33.333333%;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
}

.mlives-col-40 {
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
}

.mlives-col-66 {
    width: 66.666666%;
    max-width: 66.666666%;
    flex: 0 0 66.666666%;
}

.mlives-col-100 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.mlives-page * {
    box-sizing: border-box !important;
}

.mlives-result-type__heading {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    background-color: #313131;
    padding: 7px 12px 9px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.mlives-result-type {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
}

.mlives-page-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F5F5F5;
}
.mlives-page-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.mlives-page-items {
    border-bottom: none;
    position: relative;
}
.mlives-page-item.mlives-col-25:nth-of-type(4n + 4) {
    border-right: none;
}

.page-template-search .bookmaker-items-header h1 {
    margin-bottom: 0;
	font-weight: normal;
}
.page-template-search .bookmaker-items-header h1 strong {
	font-weight: bold;
}

.mlives-page-item__title {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #081525;
	margin-bottom: 12px;
}
.mlives-page-item__title a {
	color: #276FB9;
}
.mlives-page-item_bookmakers .mlives-page-item__title a {
	color: #081525;
}
.mlives-page-item__title a:hover {
	text-decoration: underline;
}

.mlives-page-item__rating {
    margin-left: 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #081525;
    margin-top: -1px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 11px;
}
.mlives-page-item__rating i {
	color: #FFC504;
}

.mlives-page-item__description {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}
.mlives-page-item__date {
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #888888;
	margin-bottom: 12px;
}

.mlives-search-panel {
    margin-bottom: 20px;
}

.mlives-search-panel__title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.mlives-page-items__title {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #081525;
	margin-bottom: 30px;
}
.mlives-page-items__title span {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #C4C4C4;
	vertical-align: super;
	margin-left: 10px;
}

.mlives-page-more {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #276FB9;
	text-decoration: underline;
}
.mlives-page-more:hover span {
	text-decoration: none;
}
.mlives-page-more i {
	margin-left: 5px;
}

.mlives-search-panel__input-wrapper {
    padding-right: 15px;
}

.mlives-search-panel__input {
    border: 1px solid #ccc;
    border-radius: 0;
    font-family: inherit;
    height: 31px;
    padding: 5px 10px 7px;
    width: 200px;
    max-width: 200px;
}
.mlives-search-panel__submit {
    font-family: inherit;
    height: 31px;
    padding: 5px 10px 7px;
    border-radius: 0;
    border: none !important;
    outline: none !important;
    cursor: pointer;
    background-color: #313131;
    border: 1px solid #313131;
    width: 120px;
    max-width: 120px;
    color: #fff;
}
.mlives-search-panel__submit-wrapper {
    display: flex;
    align-items: flex-end;
}
.mlives-page__inner-wrapper > * {
    order: 1;
}

.mlives-page__last-of-type {
    border-right: none;
}

.mlives-result-type {
    display: none;
}

.mlives-result-type.active {
    display: flex;
}

.mlives-pagination {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 20px !important;
    width: 100% !important;
		    justify-content: center;
}

.mlives-pagination__item {
    display: block;
		margin: 0 5px !important;
}
.mlives-pagination__item::before {
    display: none !important;
}

.mlives-pagination__link {
    padding: 2px 12px;
	font-weight: normal;
}

.mlives-pagination__item {
    margin-bottom: 10px;
}

.main a.mlives-pagination__link {
    text-decoration: none;
}
.main span.mlives-pagination__link {
    text-decoration: none;
    cursor: default;
    font-size: 16px;
    line-height: 28px;
}
.btn-blue.mlives-pagination__link:hover {
    background-color: #0059B2;
}


.mlives-page-item__inner_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mlives-page-item__image {
	width: 100%;
	flex: none;
	margin-bottom: 15px;
}
.mlives-page-item_bookmakers .mlives-page-item__image {
	height: 107px;
	background: #F1F3F4;
	border-radius: 5px;
}
.mlives-page-item_bookmakers .mlives-page-item__image-box {
	height: 71px;
	display: flex;
}
.mlives-page-item_bookmakers .mlives-page-item__image-link {
	padding: 7px;
}
.mlives-page-item_bookmakers .mlives-page-item__image-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.mlives-page-item__image-btn {
	display: block;
	background: #15A863;
	border: 1px solid #15A863;
	border-radius: 5px;	
	height: 35px;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 35px;
	color: #FFFFFF;	
	text-align: center;
}
.mlives-page-item__content {
	width: 100%;
}
.bookmaker-search__bonus {
    font-weight: bold;
    color: #000;
    margin: 7px 0 0;
    font-size: 13px;
    display: block;
}
.bookmaker-search__achieve {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #989898;
    margin: 0 0 10px;
    text-align: center;
    display: block;
    width: 100%;
}
.bookmaker-search__bonus .fa-gift {
    color: #FF4747;
    font-size: 16px;
}
.bookmaker-search__bonus .fa-gift:before {
    margin: 0 4px 0 0;
}
.mlives-page .bookmaker-result__btns {
    flex-wrap: wrap;
}
.bookmaker-search__promo-code {
    height: 30px;
    line-height: 30px;
    background-color: #DBEDFF;
    text-align: center;
    position: relative;
    border: 1px solid #B3D8FF;
    border-radius: 3px;
    margin: 5px;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #081525;
    transition: 0.1s;
    min-width: 200px;
    white-space: nowrap;
    flex: 1;
}
.bookmaker-search__promo-code:hover {
    opacity: 0.85;
}
.bookmaker-search__promo-code span {
    font-weight: normal;
    font-size: 12px;
    top: -1px;
    position: relative;
}
.bookmaker-search__promo-code-svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.bookmaker-search__promo-border-svg {
    width: 101px;
    height: 24px;
    position: absolute;
    left: -3px;
    top: -3px;
}
.bookmaker-search__promo-border-svg-2 {
    width: 101px;
    height: 24px;
    position: absolute;
    right: -3px;
    bottom: -3px;
    transform: rotate(180deg);
}
.bookmaker-search__promo-code .promo-code__cursor {
    top: 7px;
    right: -11px;
}
.mlives-page-items .bookmaker-result__page-btn,
.mlives-page-items .bookmaker-result__bonus-btn {
    max-width: 100%;
    margin: 5px;
    min-width: 110px;
}
@media(min-width: 491px) {
    .bookmaker-search__bonus {
        display: inline-block;
        margin: 0;
        position: relative;
        top: -1px;
    }
}
@media(min-width: 576px) {
	.mlives-page-item__inner_wrapper {
		flex-wrap: nowrap;
        position: relative;
	}
	.mlives-page-item__image {
		width: 175px;
		flex: none;
		margin-bottom: 0;
		margin-right: 15px;
	}
    .bookmaker-search__bonus {
        display: block;
        margin: 7px 0 0;
        position: static;
        top: auto;
    }

    .bookmaker-search__achieve {
        position: absolute;
        left: 0;
        width: 175px;
        top: 115px;
    }
}
@media(min-width: 751px) {
    .bookmaker-search__bonus {
        display: inline-block;
        margin: 0;
        position: relative;
        top: -1px;
    }
    .mlives-page-items .bookmaker-result__page-btn, .mlives-page-items .bookmaker-result__bonus-btn, .bookmaker-search__promo-code {
        max-width: 220px;
    }
}
@media(min-width: 871px) {
    .bookmaker-search__bonus {
        display: inline-block;
        margin: 0;
        position: relative;
        top: -1px;
    }
    .bookmaker-search__promo-code {
        display: inline-block;
        padding: 0 5px;
        min-width: 175px;
    }
    .mlives-page-item {
        padding-bottom: 18px;
    }
}
@media(max-width: 991px) {
	
    .mlives-col-lg-33 {
        width: 33.333333%;
        max-width: 33.333333%;
        flex: 0 0 33.333333%;
    }

    .mlives-page-item.mlives-col-lg-33:nth-of-type(4n + 4) {
        border-right: 1px solid #ccc;
    }

    .mlives-page-item.mlives-col-lg-33:nth-of-type(3n + 3) {
        border-right: none;
    }

    .mlives-page__tab {
        font-size: 13px;
    }
}

@media(max-width: 776px) {
    .mlives-col-md-50 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .mlives-page-item.mlives-col-md-50:nth-of-type(3n + 3) {
        border-right: 1px solid #ccc;
    }

    .mlives-page-item.mlives-col-md-50:nth-of-type(2n + 2) {
        border-right: none;
    }

    .mlives-page__tab {
        font-size: 13px;
    }
}
@media(max-width: 500px) {
    .mlives-col-sm-100 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }


    .mlives-page-item.mlives-col-sm-100:nth-of-type(1n + 1) {
        border-right: none;
    }

    .mlives-page__tab {
        font-size: 11px;
    }

    .mlives-search-panel__input,
    .mlives-search-panel__submit-wrapper,
    .mlives-search-panel__submit {
        width: 100%;
        max-width: 100%;
    }

    .mlives-search-panel__input-wrapper {
        padding-right: 0;
        width: 100%;
        max-width: 100%;
    }
}
