@media screen and (max-width: 1439px) {
    body {
        padding-bottom: 48px;
    }
}

#calendar_widget {
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	gap: 30px;
}

.join_text {
	margin-bottom:8px;
	font-size:16px;
	font-weight: 700;
	text-shadow: 0 0 20px #129716;
}

.mythic-table td {
	padding:0;
	background:0;
	text-align:left;
	vertical-align: bottom;
}

.timer {
    height: 35px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    justify-content: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    right: 0;
    padding-left: 5px;
}

.timer:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(https://leprestore.com/media/assets/img/clock.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.timer svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.raid-timer:after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(https://leprestore.com/media/assets/img/clock.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
	margin-left: 5px;
    margin-right: 3px;
}

.raid-timer svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.crm_offers__container {
	width:100%;
    border-radius: 10px;
    background: radial-gradient(46.82% 22.97% at 100% 100%, rgba(18, 151, 22, 0.2) 0%, rgba(18, 151, 22, 0) 100%), rgba(32, 45, 33, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.crmoffers {
	justify-content: center !important;
}

.crm_offers__title {
	font-size: 30px;
    color: #FFFFFF;
    font-weight: 700;
}

.crmoffers.products {
	padding-top: 30px !important;
    padding-bottom: 15px;
	color: #FFFFFF;
	flex-wrap: nowrap;
}

.crmoffers .product {
	width: calc(30% - 32px* 3 / 4);
}

.crm_offers__container hr {
	width: 100% !important;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 1.04%, rgba(255, 255, 255, .2) 52.58%, rgba(255, 255, 255, 0)) 30;
    border-width: 1px;
    border-style: solid;
	margin-top:30px;
	margin-bottom:30px;
}

.crmoffers .draw-border {
	cursor:pointer;
}

.crmoffers a {
	text-decoration: none !important;
}

.mc4wp-form-fields {
	display:flex;
	gap:20px;
}


.--width-sidebar .page__content .-banner .container {
    padding: 0px;
    width: 100%;
    max-width: 100%;
}

.banner {
    display: flex;
    flex-direction: column;
    background-position: center;
}

.banner__tag {
    padding: 10px 18px;
    display: flex;
    gap: 8px;
    font-size: 18px;
    background-color: var(--accent);
    border-radius: 10px;
    margin: 0px auto;
    line-height: normal;
}

.banner__tag svg {
    fill: #ffffff;
    width: 26px;
    height: 26px;
}

.-banner h1 {
    margin: 40px auto 0px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 160%;
    height: auto;
}

.-banner h1 span {
    font-size: 100px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    margin-top: -20px;
}

.banner__raining {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 40px;
    line-height: 30px;
}

.banner__raining svg {
    margin-top: -4px;
    margin-left: 8px;
}

.banner__text {
    text-align: center;
    font-size: 17px;
    line-height: 160%;
    opacity: 0.5;
}

@media screen and (max-width: 1439px) {
    .--width-sidebar .page__content .-banner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .--width-sidebar .page__content .-banner .container {
        width: 1312px;
        max-width: 94%;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .--width-sidebar .page__content .-banner .container {
        width: 100%;
        max-width: 100%;
        padding: 0px 20px
    }
}

@media all and (max-width: 1200px) {
	.--width-sidebar .page__content {
		padding-right:0px !important;
	}
}

@media screen and (max-width: 1024px) {
	#calendar_widget {
		display: flex;
		justify-content: space-between;
		padding: 10px 30px;
		border-radius: 10px;
		gap: 20px;
		flex-direction: column;
	}
	
	.timer {
		height: 25px;
		font-size: 14px;
		line-height: 20px;
		width: auto;
	}
	.timer:before {
		width:20px;
		height:20px;
	}
	
	.check-now {
		width: 200px;
	}
	
	.join_text {
		margin-top: 10px;
	}
	
	.mythic-table {
		margin-bottom: 0;
	}
	
	.mythic-table td {
		text-align:center;
		justify-content:center;
	}
	
    .--width-sidebar .page__content 
    .-banner {
        padding: 15px 20px;
        margin-bottom: 35px;
    }

    .banner__tag {
    }

    .-banner h1 {
        margin-top: 20px;
        margin-bottom: 20px;
        letter-spacing: 3.8px;
        line-height: normal;
    }

    .-banner h1 span {
        font-size: 60px;
        margin-top: 0;
        letter-spacing: 0;
    }

    .banner__raining {
        margin-bottom: 20px;
    }

    .banner__text {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
	.mc4wp-form-fields {
		flex-direction: column;
	}
    .--width-sidebar .page__content .-banner .container {
        width: 100%;
        max-width: 100%;
        padding: 0px 10px;
        z-index: unset;
    }

    .--width-sidebar .page__content .-banner {
        padding: 22px 15px 0px;
        background-size: 775px;
        background-repeat: no-repeat;
        background-position: top;
    }

    .banner__tag {
        margin-top: 4px;
    }

    .-banner h1 {
        margin-top: 20px;
        margin-bottom: 24px;
        letter-spacing: 2.8px;
        height: auto;
    }

    .-banner h1 span {
        font-size: 38px;
        letter-spacing: 3.8px;
        height: 48px;
    }
}
/* Products */

.products {
    gap: 48px 32px;
    justify-content: center;
}

.product__title {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
}

.product .theme-btn {
    padding: 10px 16px;
}

.product__image {
    margin-bottom: 10px;
}

.product__image img {
    height: 160px;
}

.product__mark.-orange-gradient {
    top: 40px;
}

@media screen and (max-width: 1024px) {
    .products {
        gap: 48px 32px;
    }

    .products .product:nth-child(n + 16) {
        display: none;
    }

    .product__description {
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .products {
        gap: 28px 10px;
        padding-bottom: 0;
    }

    .product {
        max-width: calc(50% - 5px);
        min-width: 156px;
        padding: 10px;
    }

    .product__image {
        margin-top: -30px;
    }
    
    .product__image img {
        height: 134px;
    }

    .product__title {
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
    }

    .product__image {
        margin-bottom: 5px;
    }

    .product__mark.-orange-gradient {
        top: 30px;
    }

    .product__bottom {
        flex-direction: column;
        gap: 10px;
    }

    .product__price {
        font-size: 20px;
        line-height: 120%;
        height: 25px;
    }

    .product .theme-btn {
        height: 36px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .products .product:nth-child(n + 15) {
        display: none;
    }

    .product__description {
        line-height: 22.4px;
        margin-bottom: 10px;
        font-size: 14px;
    }
}

/* Video */

.video__wrapper {
    display: flex;
    gap: 32px;
}

.videos__item {
    position: relative;
}

.video__cover {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    height: 282px;
}

.video__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video__play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 48px;
    height: 48px;
}

.video__play svg {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    transition: filter .3s ease;
}

.video__play svg:hover {
    filter: drop-shadow(0px 0px 20px #129716)
}

@media screen and (max-width: 1024px) {
    section.section.-video {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .video__cover {
        height: 203px;
    }

    .video__play,
    .video__play svg {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 767px) {
    .video__wrapper {
        flex-direction: column;
        gap: 10px;
    }
}
/* Page Content */
@media screen and (min-width: 1024px) {
    .content__section h3 {
        margin-bottom: 20px;
    }
}

.content__section p {
    line-height: 175%;
}

@media screen and (max-width: 1024px) and (min-width: 767px) {
    .content__section h3 {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 200%;
    }

    .content__section p {
        margin-bottom: 10px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .--width-sidebar .content__section {
        padding: 20px 0px 10px;
    }

    .content__section p {
        margin-bottom: 10px;
        line-height: 22px;
    }
}

/* FAQ */
.faq__answer {
    margin-top: 10px;
    display: none;
    line-height: 200%;
    font-size: 16px;
}

.faq__item {
    position: relative;
    padding: 32px 0px;
}

.faq__item:first-child {
    padding-top: 0px;
}

.faq__item:after {
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    content: "";
    background: linear-gradient(90deg, #fff 1.04%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
}

.faq__item.is-active .faq__answer {
    display: block;
    color: rgba(255, 255, 255, 0.75);
}

.faq__question:before,
.faq__question:after {
    width: 20px;
    height: 0px;
    flex-shrink: 0;
    content: "";
    border: 1px solid var(--accent);
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.faq__question:after {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.faq__question {
    position: relative;
    font-weight: 600;
    padding-right: 25px;
    cursor: pointer;
}

.faq__item.is-active .faq__question:after {
    transform: none;
}

.faq__item:last-child {
    padding-bottom: 0;
}

.faq__item:last-child:after {
    display: none;
}

/* Common blocks */
.section.-socials {
    padding: 80px 0px 60px;
}

@media screen and (max-width: 1024px) {
    .section.-socials {
        padding: 80px 0px 30px;
    }
}

@media screen and (max-width: 767px) {

    .section.-socials {
        padding: 60px 0px 30px;
    }
}

@media screen and (max-width: 1024px) {
    .faq__item {
        padding: 16px 0px;
    }

    .section.-faq.pb-0 {
        padding-bottom: 50px !important;
    }

    .faq__question {
        padding-right: 35px;
    }

    .faq__answer {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 157.143%
    }

    .faq__question {
        font-size: 20px;
        min-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .section.-faq.pb-0 {
        padding-bottom: 20px !important
    }
}

/* Common blocks */


@media screen and (max-width: 1024px) {
    section.section.-faq {
        padding: 40px 0px;
    }
}

@media screen and (max-width: 767px) {
    .section.-subscription {
        padding: 30px 0px;
    }

    .section.-socials {
        padding: 60px 0px 30px;
    }

    section.section.-faq {
        padding: 30px 0px;
    }
}

.advantages_item {
    width: calc(25% - 10px * 3/4) !important;
}

.numbers__item {
    gap: 16px 18px;
    padding: 5px 0px;
}

.numbers {
    margin-bottom: 80px;
    margin-top: 50px;
}

.swiper-pagination {
    top: 0;
    margin-top: 36px;
    margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
    .numbers {
        margin-top: 16px;
        margin-bottom: 40px;
        gap: 16px 3px;
    }

    .numbers__item {
        padding: 0px;
        gap: 6px 18px;
    }

    .--width-sidebar .page__content section.-why {
        padding-bottom: 60px;
        padding-top: 40px;
    }

    .swiper-pagination {
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .content.pt-0 {
    }
}

@media screen and (max-width: 767px) {
    .section.-why .swiper-pagination {
        margin-top: 8px;
        margin-bottom: 0;
    }

    .--width-sidebar .page__content section.-why {
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .advantages_item {
        width: 305px !important;
    }
}













/* Circles */
.circle--main-game-products-1 {
    width: 1321px;
    height: 1321px;
    display: block;
    top: -519px;
    right: -747px;
    z-index: 0;
}

.circle--main-game-products-3 {
    display: block;
    top: 608px;
    right: -1207px;
    width: 1776px;
    height: 1776px;
}

.circle--main-game-content-1 {
    display: block;
    top: 368px;
    right: -724px;
    width: 1321px;
    height: 1321px;
}

.circle--reviews-2 {
    display: block;
    top: -253px;
    right: -686px;
    width: 1321px;
    height: 1321px;
}

@media screen and (max-width: 1024px) {
    span.circle.circle--main-game-banner-1 {
        display: block;
        width: 1034.595px;
        height: 1034.595px;
        left: -720px;
        top: -74px;
        z-index: 0;
    }

    span.circle.circle--main-game-banner-2 {
        display: block;
        right: -467px;
        top: 219px;
        width: 714.054px;
        height: 714.054px;
        z-index: 0;
    }

    span.circle.circle--main-game-products-1 {
        width: 960px;
        height: 960px;
        right: -719px;
        top: 322px;
    }

    span.circle.circle--main-game-products-2 {
        left: -633px;
        top: 238px;
        width: 1037.838px;
        height: 1037.838px;
        display: block;
        z-index: 0;
    }

    span.circle.circle--main-game-products-3 {
        width: 714.054px;
        height: 714.054px;
        top: 1492px;
        right: -455px;
    }

    span.circle.circle--main-game-products-4 {
        top: 1367px;
        left: -632px;
        display: block;
        width: 1062.703px;
        height: 1062.703px;
    }

    span.circle.circle--main-game-content-1 {
        width: 714.054px;
        height: 714.054px;
        right: -434px;
        top: 284px;
    }

    span.circle.circle--main-game-content-2 {
        display: block;
        width: 714.054px;
        height: 714.054px;
        left: -382px;
        top: 177px;
    }

    span.circle.circle--main-game-faq-1 {
        display: block;
        width: 1034.595px;
        height: 1034.595px;
        left: -717px;
        top: -17px;
    }

    span.circle.circle--why-2 {
        display: block;
        width: 714.054px;
        height: 714.054px;
        right: -466px;
        top: -122px;
    }

    span.circle.circle--reviews-2 {
        width: 960px;
        height: 960px;
        top: -119px;
        right: -715px;
    }

    span.circle.circle--reviews-1 {
        top: -208px;
        left: -632px;
        display: block;
        width: 1037.838px;
        height: 1037.838px;
    }
}

@media screen and (max-width: 767px) {
    span.circle.circle--main-game-banner-1 {
        left: -376px;
        width: 516.536px;
        height: 517.246px;
        top: -51px;
        z-index: 0;
    }

    span.circle.circle--main-game-banner-2 {
        right: -241px;
        width: 356.502px;
        height: 356.992px;
        top: 93px;
        z-index: 0;
    }

    span.circle.circle--main-game-products-1 {
        width: 479.294px;
        height: 479.953px;
        right: -367px;
        top: -158px;
    }

    span.circle.circle--main-game-banner-2 {
    }

    span.circle.circle--main-game-products-2 {
        width: 518px;
        height: 518px;
        left: -331px;
        top: -199px;
    }

    span.circle.circle--main-game-products-3 {
        top: 427px;
        width: 356.502px;
        height: 356.992px;
        right: -233px;
    }

    span.circle.circle--main-game-products-4 {
        top: 360px;
        left: -332px;
        width: 530.569px;
        height: 531.299px;
    }

    span.circle.circle--main-game-products-5 {
        top: 958px;
        width: 356.502px;
        height: 356.992px;
        right: -224px;
        display: block;
    }

    span.circle.circle--main-game-products-6 {
        top: 906px;
        width: 356.502px;
        height: 356.992px;
        left: -206px;
        display: block;
    }

    span.circle.circle--main-game-products-7 {
        top: 1458px;
        width: 356.502px;
        height: 356.992px;
        right: -242px;
        display: block;
    }

    span.circle.circle--main-game-products-8 {
        width: 516.536px;
        height: 517.246px;
        display: block;
        top: 1313px;
        left: -375px;
    }

    span.circle.circle--main-game-products-10 {
        width: 516.536px;
        height: 517.246px;
        display: block;
        top: 1719px;
        left: -333px;
    }

    span.circle.circle--main-game-products-9 {
        display: block;
        top: 1763px;
        right: -365px;
        width: 479.294px;
        height: 479.953px;
    }

    span.circle.circle--main-game-video-1 {
        display: block;
        top: -129px;
        left: -334px;
        width: 530.569px;
        height: 531.299px;
    }

    span.circle.circle--main-game-video-2 {
        top: -63px;
        width: 356.502px;
        height: 356.992px;
        right: -234px;
        display: block;
    }

    span.circle.circle--main-game-content-1 {
        top: -60px;
        width: 356.502px;
        height: 356.992px;
        right: -223px;
    }

    span.circle.circle--main-game-content-2 {
        top: -113px;
        width: 356.502px;
        height: 356.992px;
        left: -209px;
    }

    span.circle.circle--main-game-content-3 {
        top: 443px;
        width: 356.502px;
        height: 356.992px;
        right: -241px;
        display: block;
    }

    span.circle.circle--main-game-content-4 {
        width: 516.536px;
        height: 517.246px;
        display: block;
        top: 300px;
        left: -376px;
    }

    span.circle.circle--main-game-content-6 {
        width: 516.536px;
        height: 517.246px;
        display: block;
        top: 705px;
        left: -333px;
    }

    span.circle.circle--main-game-content-5 {
        display: block;
        top: 747px;
        right: -366px;
        width: 479.294px;
        height: 479.953px;
    }

    span.circle.circle--main-game-content-7 {
        top: 1326px;
        width: 352.502px;
        height: 356.992px;
        right: -227px;
        display: block;
    }

    span.circle.circle--main-game-content-8 {
        width: 516.536px;
        height: 517.246px;
        display: block;
        top: 1272px;
        left: -317px;
    }

    span.circle.circle--main-game-faq-1 {
        top: 159px;
        width: 352.502px;
        height: 356.992px;
        left: -204px;
        display: block;
    }

    span.circle.circle--main-game-faq-2 {
        top: 211px;
        width: 352.502px;
        height: 356.992px;
        right: -218px;
        display: block;
    }

    span.circle.circle--why-1 {
        display: block;
        width: 516.536px;
        height: 517.246px;
        left: -374px;
        top: 90px;
    }

    span.circle.circle--why-2 {
        top: 235px;
        width: 352.502px;
        height: 356.992px;
        right: -236px;
    }

    span.circle.circle--reviews-1 {
        width: 518.155px;
        height: 518.868px;
        top: -142px;
        left: -331px;
    }

    span.circle.circle--reviews-2 {
        top: -100px;
        right: -365px;
        width: 479.294px;
        height: 479.953px;
    }

    span.circle.circle--subscribe-1 {
        width: 518.155px;
        height: 518.868px;
        top: -101px;
        left: -316px;
        display: block;
    }

    span.circle.circle--subscribe-2 {
        top: -43px;
        width: 352.502px;
        height: 356.992px;
        right: -232px;
        display: block;
    }
}