@media only screen and (max-width: 1230px) {
    .b-header + .b-section {
        min-height: calc(100vh - 182px);
    }   
}

.b-header + .b-section {
    min-height: calc(100vh - 202px);
}

.form-message {
    margin-bottom: 20px;
}

.form-message.success {
    color: #2481ff;
}

.form-message.error {
    color: #ff3324;
}

.b-hero__text {
    margin-top: 0;
}

.b-hero__promotion:before {
    width: 786px;
    height: 209px;
    background: url('../../media/img/b-hero/bg_box2.png') no-repeat;
}

.b-hero__promotion:after {
    content: "";
    position: absolute;
    top: -20px;
    left: -135px;
    width: 786px;
    height: 289px;
    background: url('../../media/img/b-hero/bg_box2-big.png') no-repeat;
    opacity: 0;
}

.b-hero__promotion-inner:before,
.b-hero__promotion-inner:after {
    display: none;
}

.b-hero__promotion-text {
    color: #ffffff;
    /*line-height: 30px;*/
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.b-hero__promotion-text p + p {
    margin-top: 10px;
}

@media (min-width: 1024px) {
    .b-hero__promotion-text {
        max-width: 580px;
        margin: -13px auto 0 auto;
    }
}

@media (min-width: 1230px) {
    .b-hero__promotion-text {
        margin: -13px 0;
    }
}

.b-hero__promotion-text strong {
    font-weight: 600;
}

.b-hero__promotion-text > div {
    display: block;
}

.b-hero__promotion-text div:last-child {
    display: none;
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
}

.b-hero__promotion--big .b-hero__promotion-text div:last-child {
    display: block;
}

.b-hero__promotion-text span span {
    display: inline-block !important;
    font-size: 20px;
    margin-top: 0;
}

.b-hero__promotion-text a {
    text-decoration: none;
}

.b-hero__promotion-text a:hover {
    text-decoration: underline;
}

.b-hero__promotion-aside {
    position: absolute;
    right: 90px;
    top: 20px;
    transform: rotate(270deg);
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
}

.b-hero__promotion--big .b-hero__promotion-aside {
    right: 112px;
    top: 0;
}

.b-hero__promotion-aside::after {
    content: "";
    width: 90%;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 5%;
    background-color: #ffffff;
    transition: all .2s;
}

.b-hero__promotion-aside:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 768px) {
    .b-hero__content .-ol-btn__text {
        padding-right: 0;
    }
    .b-hero__content .-ol-btn__text::before,
    .b-hero__content .-ol-btn__text::after {
        display: none;
    }
}

@media only screen and (max-width: 1230px) {
    .b-hero__promotion:before,
    .b-hero__promotion:after {
        left: -55px;
    }
    .b-hero__promotion-aside {
        right: 10px;
    }
    .b-hero__promotion--big .b-hero__promotion-aside {
        right: 32px;
    }
}

@media only screen and (max-width: 1023px) {
    .b-hero__promotion {
        background: linear-gradient(90deg, rgba(249, 63, 64, 1) 0%, rgba(209, 25, 25, 1) 100%);
    }
    .b-hero__promotion:before,
    .b-hero__promotion:after {
        display: none;
    }
    .b-hero__promotion-aside {
        position: static;
        transform: none;
        text-decoration: underline;
        margin-top: 20px;
    }
    .b-hero__promotion-aside::after {
        display: none;
    }
}

@media only screen and (min-width: 1023px) {
    .b-hero__promotion {
        padding: 30px 0 48px 0;
    }
    .b-hero__promotion--big:before {
        opacity: 0;
    }
    .b-hero__promotion--big:after {
        opacity: 1;
    }
    .b-hero__promotion-text div:first-child {
        width: calc(100% - 150px);
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1230px) {
    .b-hero__promotion-text div:first-child {
        margin: 0;
    }
}

.b-hero__cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.b-hero__cert img {
    width: 200px;
    height: auto;
}

@media only screen and (min-width: 1230px) {
    .b-hero__cta {
        padding-right: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .b-hero__cta {
        flex-direction: column;
    }
    .b-hero__cert {
        margin-top: 30px;
    }
}

.b-commission__promotion {
    width: 786px;
    height: 209px;
    margin: -35px auto 20px auto;
    background: url('../../media/img/b-hero/bg_box2.png') no-repeat;
    background-size: 100%;
}

.b-commission__promotion-inner {
    padding: 45px 50px 20px 120px;
}

.b-commission__promotion-text {
    color: #ffffff;
    line-height: 25px;
    letter-spacing: .04em;
}

.b-commission__promotion-text strong {
    font-weight: 600;
}

@media only screen and (max-width: 1023px) {
    .b-commission__promotion {
        width: 100%;
        height: unset;
        background: linear-gradient(90deg, rgba(249, 63, 64, 1) 0%, rgba(209, 25, 25, 1) 100%);
        box-shadow: -5px -5px 15px hsl(0deg 0% 100% / 10%), 7px 15px 25px rgb(0 0 0 / 12%), inset 1px 1px 0 hsl(0deg 0% 100% / 50%), inset -15px -15px 30px rgb(180 152 50 / 30%);
        border-radius: 30px;
        margin: 0 0 45px 0;
    }
    .b-commission__promotion-inner {
        padding: 30px 15px;
    }
}

.c-slick-reviews .slick-slide img, .c-slick .slick-slide img {
    max-height: 60px;
}

.b-content ol {
    counter-reset: a;
}

.b-content ol li:before {
    content: counters(a, ".") " ";
    counter-increment: a;
}
.b-content ol ol ol > li {
    padding-left: 50px;
}

.b-content h2 {
    width: 100%;
    text-align: center;
}

.b-box-contact__list-item_email .b-box-contact__list-text {
    margin-top: -3px;
}

.b-box-contact__list-item_email img {
    width: auto;
    height: 14px;
}

.b-footer:before {
    top: 109px;
}

.b-footer .aff_links {
	display: flex;
    align-items: center;
    justify-content: flex-start;
	flex-wrap: wrap;
	@media (max-width: 1200px) {
		justify-content: space-around;
	}
}

.b-footer .aff_links a {
	margin-top: 20px;
}
	
.b-footer .aff_links a + a {
	margin-left: 20px;
}

.b-footer .aff_links img {
    height: 70px;
}

.b-footer .aff_links .tgb {
	width: 250px;
    height: auto;
	vertical-align: middle;
}

.b-footer .aff_links .plca {
	width: 50px;
    height: auto;
	vertical-align: middle;
}

.b-footer .aff_links .aff_ca {
	@media (min-width: 1200px) {
		margin-left: 28px;
	}
}

.b-footer .aff_links .aff_ca svg {
	width: 35px;
    height: auto;
	vertical-align: middle;
}

.b-footer .aff_links .casinomentor {
	height: 25px;
	vertical-align: middle;
}

.b-footer .aff_links .maxbonspro {
	height: 40px;
	vertical-align: middle;
}

.b-footer .aff_links .wowbonuses {
	height: 40px;
	vertical-align: middle;
}

.b-footer .aff_links .gamblersconnect {
	height: 40px;
	vertical-align: middle;
}

.b-footer .aff_links .ebf {
	height: 30px;
	vertical-align: middle;
}

.b-footer .aff_links .slotcatalog {
	height: 36px;
}

.b-footer .aff_links .canadaonlinecasinos {
	height: 36px;
}

.b-footer .aff_links .bonusJournal {
	height: 46px;
}

.b-footer .aff_links .casinohelp {
	height: 40px;
}

.b-footer .aff_links .casinosanalyzer {
	height: 40px;
}
.b-footer .aff_links .casinojinn {
	height: 50px;
}

.b-footer .aff_links .MinimumDepositCasinos {
    height: 100px;
}
.b-footer .aff_links .Nettikasinot {
    height: 50px;
}

.b-footer .aff_links .--medium {
    height: 50px;
}

.b-footer .aff_links .--small {
    height: 35px;
}