@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Montserrat:wght@400;500;700&display=swap');

body{
	font-family: Comfortaa;
	padding: 25px 15px;
	background: #F1F1F2;
	margin: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	scrollbar-width: none;
}
html{
	scrollbar-width: none;
}

body *{
	box-sizing: border-box;
}
.game-popup .popup .close-popup{
	width: 20px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.game-popup .popup{
	width: 100%;
	max-width: 1200px;
	background: white;
	padding: 40px;
	border-radius: 10px;
	margin: auto;
	position: relative;
	z-index: 15;
}
.game-popup .popup .flex-row{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.game-popup .popup .flex-row .left{
	width: 25%;
	position: sticky;
	top: 0;
}
.game-popup .popup .flex-row .left img{
	width: 100%;
	display: block;
	margin-bottom: 30px;
	display: block;
  	height:auto;
}
.game-popup .popup .flex-row .left button{
	width: 100%;
}
.game-popup .popup .flex-row .right{
	width: calc(75% - 40px);
}
.game-popup .popup .flex-row .right p{
	font-size: 16px;
}
.game-popup .popup .flex-row .right h2{
	font-weight: 700;
}
.game-popup .popup .flex-row .right img{
	width: 100%;
	margin-bottom: 15px;
	display: block;
  	height:auto;
}
.game-popup .popup-wrap{
	display: block;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: auto;
	padding: 50px 15px;
	max-height: 100vh;
}

.wp-caption{
  width:100% !important
}

.circles {
			display: block;
			width: 20px;
			height: 20px;
			position: absolute;
			z-index: -1;
		}
.circles.rect{
	background: url('img/rect.svg')no-repeat center;
	background-size: contain;
}
.circles.triangle{
	background: url('img/triangle.svg')no-repeat center;
	background-size: contain;
}
.circles.cross{
	background: url('img/cross.svg')no-repeat center;
	background-size: contain;
}
.circles{
	background: url('img/circle.svg')no-repeat center;
	background-size: contain;
}

.container{
	max-height: calc(100vh - 50px);
	display: flex;
	align-items: stretch;
	box-shadow: 10px 10px 35px rgba(95, 154, 220, 0.3);
	overflow: hidden;
	width: 100%;
	max-width: 1390px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
}
.side-bar{
	width: 150px;
	position: relative;
	z-index: 1;
	background-color: white;
	border-radius: 20px;
}
.right-block{
	width: calc(100% - 130px);
	margin-left: -20px;
	scrollbar-width: none;
}
.section-heading{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	background: white;
	border-bottom: 2px #EFF5FB solid;
	height: 25%;
	transition: 0.3s;
}
.section-heading:hover{
	background: linear-gradient(134.76deg, #76ABE1 11.2%, #45C7D7 92.1%);
	box-shadow: 0px 10px 15px rgba(95, 154, 220, 0.3);
}
.section-heading:last-of-type{
	border-bottom: none;
}
.heading-img{
	margin-bottom: 15px;
	height: 60px;
	width: 60px;
	object-fit: contain;
}
.section-heading span{
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}
.side-bar-wrap{
	border-radius: 20px;
	overflow: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	box-shadow: 10px 10px 35px rgba(95, 154, 220, 0.3);
}

.right-block .header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.right-block{
	padding: 45px 67px 10px 87px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden auto;

}
.logo img{
	width: 130px;
	margin-right: 80px;
}
.header .logo img{
	height: 100%;
}
.header .center-block{
	text-align: center;
}
.header h2{
	font-size: 22px;
	font-weight: 700;
	color: #5F98DB;
	margin-bottom: 7px;
	margin-top: 0;
}
.header p{
	font-size: 16px;
	font-weight: 700;
	color: #92A4B9;
	margin: 0;
}
.header a{
	text-decoration: none;
}
.header .right-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .phone{
	display: block;
	color: #1A1919;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 7px;
	transition: 0.3s;
}
.header .phone:hover{
	text-decoration: underline;
}
.header .phone:last-of-type{
	margin-bottom: 0;
}
.header .socs-wrap{
	margin-left: 12px;
}
.header .socs-img{
	height: 28px;
	margin-left: 10px;
	transition: 0.3s;
	display: inline;
}
.header .socs-img:hover{
	opacity: 0.6;
}

.header-mob{
	display: none;
}
.screen1{
	padding-top: 10px;
	padding-bottom: 20px;
}

.screen1 h2{
	text-align: center;
	margin: 0;
	color: #1A1919;
	font-size: 27px;
	font-weight: 400;
}
.screen1 h2 span{
	color: #FF0D0D;
}
.screen1 p{
	color: white;
	font-size: 23px;
	font-weight: 700;
	margin: 0;
	z-index: 1;
	text-align: center;
}
.order-button{
	color: white;
	background: #5F98DB;
	border: none;
	border-radius: 10px;
	padding: 16px 36px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: 0.3s;
}
.order-button:hover{
	opacity: 0.7;
}
.screen1 .button-wrap{
	text-align: center;
}

.screen2{
	padding-bottom: 20px
}
.screen2 .card{
	display: block;
}
.screen2 .cards-wrap{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.screen2 h4{
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 17px;
	position: relative;
	z-index: 1;
	transition: 0.3s;
}
.screen2 a.card:nth-of-type(1) h4{
	color: #44C8D7;
}
.screen2 a.card:nth-of-type(2) h4{
	color: #76C524;
}
.screen2 a.card:nth-of-type(3) h4{
	color: #EB5757;
}
.screen2 a.card{
	text-decoration: none;
	border-radius: 20px;
	overflow: hidden;
	width: calc(33.3% - 10px);
	padding: 30px 30px;
	display: flex;
	flex-direction: column;
	position: relative;
	transition: 0.3s;
}
.screen2 a.card:hover:before{
	width: 100%!important;
}
.screen2 a.card:before{
	content: "";
	width: 10px;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	transition: 0.3s;
}
.screen2 a.card:nth-of-type(1):before{
	background: #44C8D7;
}
.screen2 a.card:nth-of-type(2):before{
	background: #76C524;
}
.screen2 a.card:nth-of-type(3):before{
	background: #EB5757;
}
.screen2 .card p{
	font-size: 16px;
	font-weight: 400;
	color: #1A1919;
	margin-top: 0;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	transition: 0.3s;
}
.screen2 .card .arrow{
	margin-top: auto;
	width: 30px;
	position: relative;
	z-index: 1;
	transition: 0.3s;
}
.screen2 a.card:hover .arrow{
	filter: brightness(6.0);
}
.screen2 a.card:hover h4{
	color: white!important;
}
.screen2 a.card:hover p{
	color: white;
}

.footer img{
	height: 40px;
	transition: 0.3s;
	display: inline-block;
}
.footer img:hover{
	opacity: 0.6;
}
.footer .ITMotive{
	text-align: center;
}




.screen3{
	padding: 20px 0;
}
.screen3 h3{
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 700;
	font-size: 27px;
	text-align: left;
}
.screen3 .flex-row{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.screen3 .flex-row .conditions{
	display: flex;
	align-items: center;
	margin-left: 30px;
	white-space: nowrap;
}
.screen3 .flex-row .conditions:nth-of-type(1){
	margin-left: 0;
}
.screen3 .flex-row .conditions .conditions-img{
	width: 35px;
	margin-right: 10px;
}
.screen3 .conditions p{
	font-size: 14px;
	margin: 0;
	position: relative;
	max-width: calc(100% - 50px);
}
.page2.screen3 .conditions span{
	color: #76C524;
	font-size: 22px;
	margin-left: 30px;
	font-weight: 700;
	display: inline-block;
}


.page2.screen2 .products-cards-wrap{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	width: calc(100% + 30px);
	margin-left: -30px;
  	flex-flow: wrap;
}
.page2.screen2 .product-card{
	width: calc(33.3% - 30px);
	margin-left: 30px;
	padding: 30px 20px;
	border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  	margin-bottom: 20px;
}
.page2.screen2 .product-card .first-row{
	display: flex;
	align-items: center;
}
.page2 .product-card .first-row .left-block{
	width: 20%;
}
.page2 .product-card .first-row .left-block img{
	width: 100%;
	object-fit: contain;
}
.page2 .product-card .first-row .text-block{
	width: 80%;
	margin-left: 15px;
}
.font2{
	margin: 0;
	color: #5F98DB;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 5px;
}
.page2 .product-card span{
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
}
.page2 .product-card p{
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
}
.page2 .product-card .second-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	width: 100%;
}
.page2 .product-card .second-row p{
	color: #828282;
}
.page2 .product-card .second-row .left-block-wrap{
	width: calc(50% - 20px);
}
.page2 .product-card .second-row .right-block-wrap{
	width: calc(50% - 20px);
}
.page2 .product-card .flex-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page2 .product-card .third-row{
	width: 100%;
	margin-top: 30px;
}
.page2 .product-card .third-row .order-button{
	width: 100%;
}







.page3 .games-card-wrap{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	width: calc(100% + 30px);
	margin-left: -30px;
	flex-flow: row;
	flex-wrap: wrap;
}
.page3 .game-card{
	width: calc(33.3% - 30px);
	margin-left: 30px;
	text-align: center;
	border-radius: 10px;
	background: white;
	padding: 30px;
	box-shadow: 10px 10px 35px rgba(95, 154, 220, 0.3);
	margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page3 .game-card .game-logo{
	width: 100%;
	object-fit: contain;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.3s;
}
.page3 .game-card .game-logo:hover{
	opacity: 0.8;
}
.page3 .game-card .order-button{
	width: 100%;
}






.page4 .promo-wrap{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: calc(100% + 30px);
	margin-left: -30px;
	flex-flow: row;
	flex-wrap: wrap;
}
.page4 .promo-card{
	width: calc(33.3% - 30px);
	margin-left: 30px;
	text-align: center;
	border-radius: 10px;
	background: white;
	padding: 30px;
	box-shadow: 10px 10px 35px rgba(95, 154, 220, 0.3);
	margin-bottom: 30px;
	position: relative;
	height: 350px;

}
.page4 .promo-card .text-wrap{
	position: absolute;
	bottom: 0;
	background: linear-gradient(25.34deg, #76ABE1 16.11%, rgba(69, 199, 215, 0.35) 159.66%);
	width: 100%;
	margin-left: -30px;
	border-radius: 10px;
	text-align: left;
	padding: 30px 20px;
    height: 45%;
}
.page4 .promo-card .text-wrap h4{
	font-size: 20px;
	color: white;
	font-weight: 600;
	margin: 0;
}
.page4 .promo-card .text-wrap p{
	font-size: 16px;
	margin-top: 15px;
	font-weight: 400;
}



.phone-wrap{
	width: 45px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	transition: 0.3s;
	box-sizing: border-box;
	height: 45px;
}
.phone-wrap img{
	width: 100%;
	border-radius: 50%;
	background: white;
	position: relative;
	z-index: 1;
	animation-name: pulse3;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.phone-wrap:before{
	content: "";
	position: absolute;
	display: block;
	border: 1px #5EB8DC solid;
	width: 0;
	height: 0;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	animation-name: pulse2;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.phone-wrap:after{
	content: "";
	position: absolute;
	display: block;
	border: 1px #5EB8DC solid;
	width: 0;
	height: 0;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	animation-name: pulse1;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 0.6s;
}

@keyframes pulse1{
	0%{
		width:0;
		height: 0;
	}
	50%{
		width: 0;
		height: 0;
	}
	90%{
		opacity: 1;
	}
	100%{
		width:75px;
		height: 75px;
		opacity: 0;
	}
}
@keyframes pulse2{
	0%{
		width:0;
		height: 0;
	}
	60%{
		width: 0;
		height: 0;
	}
	90%{
		opacity: 1;
	}
	100%{
		width:60px;
		height: 60px;
		opacity: 0;
	}
}
@keyframes pulse3{
	0%{
		transform: scale(1);
	}
	55%{
		transform: scale(1);
	}
	65%{
		transform: scale(1.1);
	}
	75%{
		transform: scale(1);
	}
}






.main-popup-wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}
.popup-wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.closer-popup{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 13;
	top: 0;
	left: 0;
}
.socs-popup .popup{
	width: 100%;
	max-width: 400px;
	background: white;
	position: relative;
	z-index: 14;
	padding: 38px 38px 38px 38px;
	text-align: center;
	border-radius: 10px;
}
.socs-popup .popup .first-row{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.socs-popup a.phone{
	text-decoration: none;
	color: black;
	margin-right: 30px;
}
.socs-popup .popup .close-popup{
	width: 20px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.socs-popup a.phone:last-of-type{
	margin-right: 0;
}
.popup .socs-wrap a{
	margin-right: 20px;
}
.popup .socs-wrap a:last-of-type{
	margin-right: 0;
}

.order-popup-wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(144,128,232, 0.5);
	top: 0;
	left: 0;
	z-index: 17;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.order-popup-wrap.active{
	opacity: 1;
	visibility: visible;
}
.order-popup-wrap.active .order-popup{
	transform: translateX(0);
}
.order-popup{
	height: 100%;
	width: 100%;
	max-width: 500px;
	background: white;
	z-index: 12;
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px 30px;
	overflow: auto;
	transform: translateX(100%);
	transition: 0.3s;
	scrollbar-width: none;
}
.order-popup .first-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.order-popup .close-popup{
	width: 20px;
	cursor: pointer;
}
.order-popup .logo img{
	margin-left: 60px;
	margin-right: 0;
}
.order-popup .socs-wrap a{
	margin-right: 20px;
}
.order-popup .socs-wrap a:last-of-type{
	margin-right: 0;
}
.order-popup .second-row h5{
	text-align: center;
	font-size: 27px;
	margin: 0;
}
.order-popup .second-row{
	margin-top: 60px;
}
.order-popup .second-row form{
	margin-top: 25px;
}
.order-popup .second-row p{
	margin: 0;
	font-size: 16px;
}
.order-popup .second-row input{
	margin-top: 5px;
	margin-bottom: 20px;
	border: none;
	box-shadow: 10px 10px 35px rgba(95, 154, 220, 0.3);
	border-radius: 5px;
	height: 50px;
	width: 100%;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 15px;
	outline: none;
}
.order-popup .button-wrap{
	text-align: center;
	margin-top: 40px;
}
.order-popup .text-block{
	margin-top: 40px;
	color: #4F4F4F;
	font-size: 16px;
	font-weight: 300;
}
.closer-order-popup{
	width: 100%;
	height: 100%;
	z-index: 11;
	position: absolute;
	top: 0;
	left: 0;
}







@media(max-width: 1200px){
.right-block{
	padding: 45px 47px 10px 67px;
}
.logo img{
	width: 110px;
	margin-right: 50px;
}
.header h2{
	font-size: 18px;
}
.header p{
	font-size: 14px;
}
.header .phone{
	font-size: 14px;
}
.header .socs-wrap{
	margin-left: 10px;
}
.header .socs-img{
	height: 24px;
	margin-left: 5px;
}




.screen1 h2{
	font-size: 25px;
	font-weight: 400;
}
	.screen1 p{
		font-size: 19px;
	}
.screen1 .game-week-wrap{
	height: 150px;
	padding-left: 280px;
	padding-bottom: 20px;
}
.screen2 h4{
	font-size: 18px;
	margin-bottom: 12px;
}
.screen2 .card p{
	font-size: 13px;
	margin-bottom: 15px;
}
.screen2 a.card{
	padding: 20px 20px;
}

.page2.screen2 .product-card{
	width: calc(33.3% - 15px);
	margin-left: 15px;
	padding: 30px 10px;
}
	.page2.screen2 .products-cards-wrap{
	width: calc(100% + 15px);
	margin-left: -15px;
}

.page2 .product-card .second-row{
	display: block;
}
	.page2 .product-card .second-row .left-block-wrap{
	width: 100%;
}
.page2 .product-card .second-row .right-block-wrap{
	width: 100%;
}
	.page2.screen3 p{
		font-size: 12px;
	}
.screen3 .flex-row .conditions .conditions-img{
	width: 30px;
}
.page2.screen3 .conditions span{
	font-size: 18px;
	margin-left: 20px;
}
.screen3 .flex-row .conditions{
	margin-left: 20px;
}
.page4 .promo-card .text-wrap h4{
	font-size: 18px;
}
.page4 .promo-card .text-wrap p{
	font-size: 14px;
}
}

@media(min-width: 1024px){
body{
	overflow: hidden;
}

html{
	overflow: hidden;
}
}

@media(max-width: 1024px){

.side-bar{
	width: 120px;
}
.right-block{
	width: calc(100% - 100px);
}
}

@media(max-width:992px){
.screen3 .conditions p{
	max-width: calc(100% - 50px);
	width: auto;
}
.game-popup .popup .close-popup{
	width: 20px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.game-popup .popup{
	width: 100%;
	max-width: 1200px;
	background: white;
	padding: 40px 15px;
	border-radius: 10px;
	margin: auto;
	position: relative;
	z-index: 15;
}
.game-popup .popup .flex-row{
	display: block;
}
.game-popup .popup .flex-row .left{
	width: 100%;
	position: static;
}
.game-popup .popup .flex-row .left img{
	width: 100%;
	display: block;
	margin-bottom: 30px;
	display: block;
}
.game-popup .popup .flex-row .left button{
	width: 100%;
}
.game-popup .popup .flex-row .right{
	width: 100%;
	margin-top: 30px;
}
.game-popup .popup .flex-row .right p{
	font-size: 16px;
}
.game-popup .popup .flex-row .right h2{
	font-weight: 700;
}
.game-popup .popup .flex-row .right img{
	width: 100%;
	margin-bottom: 15px;
	display: block;
}
.game-popup .popup-wrap{
	display: block;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: auto;
	padding: 50px 15px;
	max-height: 100vh;
}

.side-bar{
	width: 100%;
	position: fixed;
  display: none;
	z-index: 6;
	overflow: auto;
	height: 100%;
}
	body.hide-scroll{
		overflow: hidden;
	}
	.side-bar-wrap{
		border-radius: 0;
		width: 100%;
		height: 100%;
		min-height: 600px;
		/*! position: fixed; */
		top: 0;
		left: 0;
		padding-top: 95px;
		border-top: 2px #EFF5FB solid;
		background: white;
	}
	.header{
		display: none!important;
	}
	.header-mob{
		display: block;
		background: white;
		width: 100%;
		padding: 20px;
		border-radius: 15px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	}
	.header-mob .flex-row{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.header-mob .menu-gamburger{
		cursor: pointer;
		width: 40px;
		height: 30px;
		display: flex;
		align-items: center;
	}
.header-mob .menu-gamburger.active span{
		background: transparent;
	}
.header-mob .menu-gamburger.active span:before{
	top: 50%;
	right: 50%;
	transform: translate( 50%, -50%) rotate(45deg);
	}
.header-mob .menu-gamburger.active span:after{
	top: 50%;
  right:  50%;
	transform: translate( 50%, -50%) rotate(-45deg);
	}
.header-mob span{
		width: 30px;
		height: 4px;
		background-color: #5F98DB;
		display: block;
		position: relative;
	}
	.header-mob span:before{
	content: "";
	position: absolute;
	width: 38px;
	height: 4px;
	background:;
	top: -200%;
	right: 0;
	transition: 0.3s;
	background: #5F98DB;
	}
	.header-mob span:after{
		content: "";
	position: absolute;
	width: 38px;
	height: 4px;
	background: #5F98DB;
	top: 200%;
	right: 0;
	transition: 0.3s;
}
	.header-mob .logo img{
		margin: 0;
	}

	.container{
		/*! width: calc(100% + 30px); */
		/*! margin-left: -15px; */
		height: auto;
		overflow: unset;
	}


.right-block{
	width: 100%;
	margin-left: 0;
	padding: 50px 20px 30px;
}
	body{
		padding: 0;
	}

	.screen1{
		padding-top: 80px;
	}
	.screen1 .game-week-wrap-wrap{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
.screen1 .game-week-wrap{
	display: block;
	background: linear-gradient(154deg, #5F98DB 50.31%, #44C8D7 79.03%);
	width: calc(100% - 70px);
	margin-left: 70px;
	min-height: 200px;
	height: auto;
	padding-left: 20px;
	padding-top: 130px;
	margin-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	z-index: 2;
}
	.screen1 .game-week-wrap:after{
		content: "";
		display: block;
		position: absolute;
		top: -20%;
		left: -30%;
		width: 70%;
		height: 80%;
		background: url(img/mobile_screen1_1.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		z-index: -1;
	}
	.screen1 .game-week-wrap-mobile:before{
		content: "";
		display: block;
		position: absolute;
		top: -25%;
		left: -5%;
		background: url(../img/mobile_screen1_2.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 100%;
		height: 135%;
	}
	.screen1 .game-week-wrap-mobile:after{
		content: "";
		display: block;
		top: -24%;
		left: 27%;
		position: absolute;
		height: 138%;
		width: 60%;
		background: url(../img/mobile_screen1_3.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	.screen1 .game-week-wrap-mobile{
		position: relative;
	}
	.screen1 .game-week{
		width: 80%;
		top: 10%;
		left: 50%;
		transform: translateX(-50%);
		max-height: 110px;
	}
.screen1 p{
	font-size: 18px;
}







.screen2 a.card{
	width: 100%;
	padding: 30px 30px;
  margin-bottom: 20px;
}
.screen2 .cards-wrap{
	display: block;
}



.page2.screen2 .product-card{
	width: 100%;
	padding: 30px 20px;
	margin-bottom: 30px;
	margin-left: 0;
}
	.page2.screen2 .product-card:last-of-type{
		margin-bottom: 0;
	}
	.page2.screen2 .products-cards-wrap{
	width: 100%;
	margin-left: 0;
		display: block;
}
.page2 .product-card .second-row{
	display: flex;
}
	.page2 .product-card .second-row .left-block-wrap{
	width: calc(50% - 20px);
}
.page2 .product-card .second-row .right-block-wrap{
	width: calc(50% - 20px);
}



.screen3 h3{
	font-size: 24px;
	text-align: left;
}
.screen3 .flex-row{
	display: block;
}
.screen3 .flex-row .conditions{
	margin-left: 0;
	justify-content: flex-start;
	margin-bottom: 10px;
	white-space: unset;
	position: relative;
	padding-bottom: 40px;

}
.screen3 .conditions p{
	font-size: 16px;
	margin: 0;
	position: static;
	width: calc(100% - 50px);
}
.page2.screen3 .conditions span{
	font-size: 28px;
	margin-left: 0;
	display: block;
	position: absolute;
	left: 6px;
	bottom: 0;
	transform: translateX(0);
}
.container{
	max-height: unset;
}


.page3 .game-card{
	width: calc(50% - 20px);
	margin-left: 20px;
	padding: 20px;
	margin-bottom: 30px;
}
	.page3 .order-button{
		font-size: 14px;
		padding: 10px 10px;
	}

.page4 .promo-card{
	width: 100%;
	height: 320px;
}
.page4 .promo-card .text-wrap h4{
	font-size: 20px;
	color: white;
	font-weight: 600;
	margin: 0;
}
.page4 .promo-card .text-wrap p{
	font-size: 16px;
	margin-top: 15px;
	font-weight: 400;
	text-align: left;
}
.socs-popup .popup{
	width: calc(100% - 30px);

}
}
