
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: "Monda", sans-serif;
    font-optical-sizing: auto;
    line-height: 1.5;
    color: #000;
    background: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.layouts-title {
	font-size: 26px;
	margin:15px 0px;
}
.layouts ul li {
	margin-bottom:5px;
}
.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}
.layouts ul li a:hover {
	background:#000;
	color:#fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}
/* -- main styles -- */

.nopad {
	padding:0px;
}
.nopadleft {
	padding-left:0px;
}
.nopadright {
	padding-right:0px;
}
strong, b {
	font-weight: bold;
}
i {
	font-style: italic;
}
em {
	font-style: italic;
}
.clear {
	clear:both;
}
.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
	max-width: 100%;
    margin-bottom: 15px;
}
.invi {
	visibility: hidden;
	opacity: 0;
}
.object-fit {
	position: relative;
}
.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
    object-fit: cover;
}
.object-fit.object-contain > img {
    -o-object-fit: contain;
    object-fit: contain;
}
.object-fit > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
}

.submitting button,
.submitting input[type="button"] {
    pointer-events: none;
}
/* .submitting {
    position: relative;
}
.submitting::before {
    content: '';
    width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0; left: 0;
    z-index: 11;
}
.submitting::after {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #000;
    border-right: 2px solid transparent;
    -webkit-animation: formSpinner .6s linear infinite;
    animation: formSpinner .6s linear infinite;
    z-index: 12;
}
@-webkit-keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
} */

/* preloader */
.preloader {
    display: inline-block;
	width: 25px;
	height: 25px;
	border: 3px solid hsla(0,0%,100%,.3);
    border-top-color: rgba(255, 255, 255, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #ccc !important;
	-webkit-animation: a 1s ease-in-out infinite;
	animation: a 1s ease-in-out infinite;
	z-index: 50;
}
@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*   hamburger   */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: right;

	display: none;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    float: right;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	border-radius: 2px;
    position: absolute;
    width: 28px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #fff;
}
.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -7px;
}
.hamburger-inner:after {
    bottom: -7px;
}
.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}

.grid-container {
    width: 100%;
    max-width: 1040px;
    padding: 0 0;
    position: relative;
    z-index: 10;
}

header .grid-container,
footer .grid-container {
    max-width: 1230px;
    padding: 0 24px;
}

header {
    position: fixed;
    top: 0; right: 0; left: 0;
    z-index: 999;
    background: #008041;
    padding: 10px 0;
}
header > .grid-container {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    position: relative;
    z-index: 2;
}
.header-left {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}
.header-logo {
    margin-right: 40px;
}
.header-logo a {
    display: block;
}
.header-logo a img {
    max-height: 50px;
}
.header-nav ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    gap: 30px;
}
.header-nav ul li a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    transition: 0.2s ease-in-out;
}
.header-nav ul li a:hover {
    color: #fff;
    opacity: 0.7;
}
.header-right {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    gap: 12px;
}
.header-right a {
    display: block;
    line-height: 1;
    transition: 0.2s ease-in-out;
}
.header-right a:hover {
    opacity: 0.7;
}
.mobile-nav {
    position: absolute;
    top: 100%; right: 0; left: 0;
    background: #008041;
    padding: 24px 0;
    display: none;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.14);
}

.home-intro .grid-container {
    background: #CCE6D9;
}

.home-intro-box a {
    display: block;
    padding-bottom: 47.116%;
}

.home-intro-box a::after {
    content: '';
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: url(../img/icon-play.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: 0.2s ease-in-out;
}

.home-intro-box a:hover::after {
    opacity: 0.8;
}

main {
    padding-top: 70px;
    position: relative;
}

main::before, main::after {
    content: '';
    width: calc((100vw - 1040px) / 2);
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}

main::before {
    left: 0;
    background: url(../img/bg-main-left.png) no-repeat top right / cover;
}

main::after {
    right: 0;
    background: url(../img/bg-main-right.png) no-repeat top right / cover;
}

.section-title {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
}

.home-game-box {
    background: #008041 url(../img/bg-game.png) no-repeat center center / cover;
    padding: 46px 24px 52px;
    color: #fff;
}

.text-15 {
    font-size: 15px;
}
.home-game-box .text-15 {
    max-width: 524px;
    margin-left: auto;
    margin-right: auto;
}

.home-game-box-top {
    margin-bottom: 96px;
    position: relative;
}
.home-game-box-top:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -52px;
    width: 224px;
    height: 3px;
    background: #fff;
}

.btn-white, 
.btn-white:focus, 
.btn-white:active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 220px;
    min-height: 50px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #008041;
    background: #fff;
    transition: 0.2s ease-in-out;
    padding: 10px;
}
.btn-white:hover {
    color: #008041;
    background: #fff;
}
.btn-white:before,
.btn-white:after {
    content: '';
    width: 19px;
    height: 17px;
    transition: 0.2s;
}
.btn-white:before {
    margin-right: 19px;
    background: url(../img/btn-before.svg) no-repeat center center / 100% 100%;
}
.btn-white:after {
    margin-left: 19px;
    background: url(../img/btn-after.svg) no-repeat center center / 100% 100%;
}
.btn-white:hover:before {
    transform: translateX(5px);
}
.btn-white:hover:after {
    transform: translateX(-5px);
}

.home-game-btn {
    margin-top: 34px;
}

.home-game-box-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.home-game-box-grid-col {
    width: 50%;
}

.home-game-box-grid-left {
    padding-right: 9.5%;
}
.home-game-box-grid-right {
    padding-top: 12px;
}

.home-game-box-grid-col-image {
    max-width: 262px;
    margin-left: auto;
}

.home-game-list ul {
    counter-reset: item;
}
.home-game-list ul li {
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-bottom: 4px;
}
.home-game-list ul li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: 700;
}
.home-game-list ul li strong {
    font-size: 20px;
    font-weight: 700;
}

.prizes-box {
    background: #fff;
    padding: 32px 24px 60px;
}
.prizes-box .section-top {
    margin-bottom: 68px;
}
.prizes-box .section-top .section-title {
    color: #00572C;
    margin-bottom: 12px;
}

.prizes-list {
    padding: 0 6%;
}

.prizes-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.prizes-list ul li {
    width: 33.333%;
    padding: 0 5px;
}

.prizes-list-item-icon {
    height: 84px;
    margin-bottom: 25px;
}

.prizes-list-item-title {
    font-family: "Dosis", sans-serif;
    font-size: 34px;
    line-height: 1.03;
    font-weight: 600;
    text-transform: uppercase;
}
.prizes-list-item-title span {
    font-family: "Monda", sans-serif;
    display: block;
    font-weight: 700;
    padding-top: 12px;
    text-transform: initial;
}

.prizes-list-item-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}




.prizes-explain {
    margin-top: 90px;
    padding-left: 9%;
    padding-right: 5%;
}

.prizes-explain ul li {
    font-size: 15px;
    padding-left: 15px;
    position: relative;
}
.prizes-explain ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
}




.products-box {
    background: #FFDE8F url(../img/bg-products.png) no-repeat center center / cover;
    color: #00572C;
    padding: 36px 24px 60px;
}

.products-box .section-top {
    margin-bottom: 90px;
}
.products-box .section-top .section-title {
    margin-bottom: 10px;
}
.products-box .section-top .text-15 {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.products-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap; */

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 42px;
}
.products-list ul li {
    width: 152px;
    position: relative;
    z-index: 2;
}
.products-list ul li.active {
    /* z-index: 5; */
}

.products-list-item-image {
    will-change: transform;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: 0.3s;
}
.products-list-item-image:before {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(30px);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
.products-list-item-image img {
    position: relative;
    z-index: 5;
}

.products-list ul li.active .products-list-item-image:before {
    opacity: 1;
}
.products-list ul li.active .products-list-item-image {
    transform: scale(1.3) rotate(-10deg);
}

.products-texts {
    min-height: 62px;
    position: relative;
    margin-top: 110px;
}

.products-text {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.products-text.active {
    /* display: block; */
    opacity: 1;
    visibility: visible;
    transition: 0.2s 0.2s;
}

.title-20 {
    font-size: 20px;
    font-weight: 700;
}
.products-text .title-20 {
    margin-bottom: 8px;
}






footer {
    background: #008041;
    position: relative;
    padding: 39px 0;
    color: #fff;
}
footer .grid-container {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    position: relative;
    z-index: 2;
}
.footer-left {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    padding-right: 20px;
}
.footer-logo {
    margin-right: 28px;
}
.footer-logo img {
    max-height: 86px;
}
.footer-text {
    font-size: 14px;
    line-height: 1.5;
}
.footer-text a {
    color: #fff;
    transition: 0.2s ease-in-out;
}
.footer-left .footer-text a {
    text-decoration: underline;
}
.footer-text a:hover {
    opacity: 0.7;
    color: #fff;
}
.footer-right .footer-text {
    margin-top: 8px;
}
.footer-right-socials {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

    gap: 12px;
}
.footer-right-socials a {
    transition: 0.2s ease-in-out;
}
.footer-right-socials a:hover {
    opacity: 0.7;
}

.products-section {
    position: relative;
    overflow: hidden;
}

.entry {
    font-size: 15px;
    line-height: 1.5;
}
.entry > :last-child {
    margin-bottom: 0;
}
.entry > :first-child {
    margin-top: 0;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
    margin-bottom: 3px;
}
.entry h1 {
    font-size: 40px; 
}
.entry h2 {
    font-size: 32px;
}
.entry h3 {
    font-size: 24px;
}
.entry h4 {
    font-size: 20px;
}
.entry h5 {
    font-size: 18px;
}
.entry h6 {
    font-size: 18px;
}
.entry p {
   margin-bottom: 16px;
   margin-bottom: 8px;
}
.entry h1:not(:first-child),
.entry h2:not(:first-child),
.entry h3:not(:first-child),
.entry h4:not(:first-child),
.entry h5:not(:first-child),
.entry h6:not(:first-child) {
    margin-top: 24px;
    /* margin-top: 16px; */
}
.entry a {
    color: #000;
    text-decoration: underline;
    transition: 0.2.s ease-in-out;
}
.entry a:hover {
    color: #000;
    text-decoration: none;
}
.entry ul,
.entry ol {
    margin-left: 0;
    padding-top: 8px;
}
.entry > ul,
.entry > ol {
    margin-bottom: 16px;
    padding-top: 0;
}
.entry ul li,
.entry ol li  {
    position: relative;
    margin-bottom: 8px;
    padding-left: 25px;
    padding-left: 20px;
}
.entry ol {
    counter-reset: item;
}
.entry ol ol {
    counter-reset: item;
}
.entry ul > li:before  {
    content: '•';
    position: absolute;
    top: 0px;
    left: 6px;
}
.entry ol > li:before {
    content: counter(item) ".";
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 0;
}

.entry .table-scroll {
    margin-bottom: 30px;
}
.entry table {
    width: 100%;
    min-width: 400px;
    color: #353535;
}
.entry table th {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #fff;
    background: #353535;
    padding: 9px 21px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.entry table th:last-child {
    border-right: none;
}
.entry table tbody tr:nth-child(even) {
    background-color: #e0e0e0;
}
.entry table tbody tr:nth-child(odd) {
    background-color: #f3f3f3;
}
.entry table tbody, table tfoot, table thead {
    border: none;
    background-color: transparent;
}
.entry table tr td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 9px 21px;
    font-size: 15px;
    line-height: 22px;
}
.entry table tr td:first-child {
    font-weight: 500;
}
.entry table tr td:last-child {
    border-right: none;
}
.entry table p {
    margin-bottom: 0;
}

/* Animations */
.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: 1s ease-in-out;
}
.fade-up.fade-up-later {
    transition-delay: 600ms;
}
.fade-up.in-view {
    opacity: 1;
    transform: translateY(0);
}
.fade-in {
    opacity: 0;
    transition: 1s ease-in-out;
}
.fade-in.in-view {
    opacity: 1;
}

.rules-page {
    background: #fff;
    padding: 42px 62px 60px;
}

.text-page-section .section-top {
    margin-bottom: 36px;
}
.text-page-section .section-top .section-title {
    color: #00572C;
}

/* Media */
@media only screen and (max-width: 1023px) {
    .footer-logo {
        margin-right: 20px;
    }
    .title-20 {
        font-size: 18px;
    }
    .prizes-explain {
        padding-left: 0;
        padding-right: 0;
    }
    .prizes-list-item-title {
        font-size: 30px;
    }
    .prizes-list {
        padding: 0 0%;
    }
    .home-game-box-grid-left {
        padding-right: 7%;
    }
    .home-game-list ul li:before {
        font-size: 18px;
    }
    .home-game-list ul li strong {
        font-size: 18px;
    }
    .section-title {
        font-size: 36px;
    }
    .header-right a {
        display: none;
    }
    .header-left .header-nav {
        display: none;
    }
    .hamburger {
        display: inline-block;
    }
     .header-nav {
        margin-bottom: 24px;
    }
    .header-nav ul  {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        gap: 24px;
    }
    .header-nav ul li {
        width: 100%;
    }
    .header-nav ul li a {
        font-size: 24px;
    }
    .mobile-nav-socials {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        gap: 16px;
    }
    .prizes-list-item-text {
        font-size: 18px;
    }
    .rules-page {
        padding: 42px 24px 60px;
    }

} /* end of max-width 1023 */

@media screen and (max-width:639px) {
    .products-box .section-top {
        margin-bottom: 60px;
    }
    .products-list-item-image:before {
        width: 150px;
        height: 150px;
    }
    .products-list ul {
        gap: 30px;
    }
    .products-list ul li {
        width: 30%;
        max-width: 152px;
    }
    .products-texts {
        min-height: 110px;
        position: relative;
        margin-top: 50px;
    }
    .prizes-explain {
        margin-top: 40px;
    }
    .prizes-box .section-top {
        margin-bottom: 40px;
    }
    .prizes-list ul li {
        width: 100%;
        margin-bottom: 40px;
    }
    .prizes-list ul li:last-child {
        margin-bottom: 0px;
    }
    .home-game-box-grid-col {
        width: 100%;
    }
    .home-game-box-grid {
        margin-top: 30px;
    }
    .home-game-box-grid-col-image {
        margin-right: auto;
    }
    .home-game-box-grid-left {
        padding-right: 0;
        margin-bottom: 24px;
    }
    .home-game-box-top:after {
        width: 180px;
    }
    .home-intro-box a::after {
        width: 56px;
        height: 56px;
    }
    footer .grid-container {
        display: block;
    }
    .footer-left {
        padding-right: 0;
        margin-bottom: 28px;
        display: block;
    }
    .footer-logo {
        margin-right: 0;
        margin-bottom: 28px;
    }
    .footer-right-socials {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer-right .footer-text {
        text-align: left;
    }
    .footer-text {
        line-height: 1.7;
    }
    .section-title {
        font-size: 32px;
    }
	.entry iframe {
		max-width: 100%;
	}
    .entry {
        font-size: 14px;
        line-height: 1.5;
    }
    .entry h1 {
        font-size: 32px; 
    }
    .entry h2 {
        font-size: 26px;
    }
    .entry h3 {
        font-size: 24px;
    }
    .entry h4 {
        font-size: 20px;
    }
    .entry h5 {
        font-size: 18px;
    }
    .entry h6 {
        font-size: 16px;
    }

} /* end of max-width 639 */