/* Your CSS here */

/* Your CSS here */

@font-face {
	font-family: "fbspaceren-bold";
	font-weight: normal;
	font-style: normal;
	src: url("../../../common/fonts/FbSpacer/fbspaceren-bold-webfont.eot");
	src: url("../../../common/fonts/FbSpacer/fbspaceren-bold-webfont.woff") format("woff"), url("../../../common/fonts/FbSpacer/fbspaceren-bold-webfont.ttf") format("truetype"), url("../../../common/fonts/FbSpacer/fbspaceren-bold-webfont.svg") format("svg");
}

@font-face {
	font-family: "fbspaceren-regular";
	font-weight: normal;
	font-style: normal;
	src: url("../../../common/fonts/FbSpacer/fbspaceren-regular-webfont.eot");
	src: url("../../../common/fonts/FbSpacer/fbspaceren-regular-webfont.woff") format("woff"), url("../../../common/fonts/FbSpacer/fbspaceren-regular-webfont.ttf") format("truetype"), url("../../../common/fonts/FbSpacer/fbspaceren-regular-webfont.svg") format("svg");
}

@font-face {
	font-family: "FbSpacer-Blackwebfont";
	font-weight: normal;
	font-style: normal;
	src: url("../../../common/fonts/FbSpacer/FbSpacer-Blackwebfont.eot");
	src: url("../../../common/fonts/FbSpacer/FbSpacer-Blackwebfont.woff") format("woff"), url("../../../common/fonts/FbSpacer/FbSpacer-Blackwebfontttf.") format("truetype"), url("../../../common/fonts/FbSpacer/FbSpacer-Blackwebfont.svg") format("svg");
}

@font-face {
	font-family: "mixtape-400";
	font-weight: normal;
	font-style: normal;
	src: url("../../../common/fonts/mixtape-aaa-web/font_files/mixtape-aaa-400.eot");
	src: url("../../../common/fonts/mixtape-aaa-web/font_files/mixtape-aaa-400.woff") format("woff"), url("../../../common/fonts/mixtape-aaa-web/font_files/mixtape-aaa-400.ttf") format("truetype");
}

@font-face {
	font-family: "mixtape-700";
	font-weight: normal;
	font-style: normal;
	src: url("../../../common/fonts/mixtape-aaa-web/font_files/mixtape-aaa-700.eot");
	src: url("../../../common/fonts/mixtape-aaa-web/font_files/mixtape-aaa-700.woff") format("woff"), url("../../../common/fonts/mixtape-aaa-web/font_files/mixtape-aaa-700.ttf") format("truetype");
}

@font-face {
	font-family: "mixtape-800";
	font-weight: normal;
	font-style: normal;
	src: url("../../../common/fonts/mixtape-aaa-web/font_files/mixtape-aaa-800.eot");
	src: url("../../../common/fonts/mixtape-aaa-web/font_files/mixtape-aaa-800.woff") format("woff"), url("../../../common/fonts/mixtape-aaa-web/font_files/mixtape-aaa-800.ttf") format("truetype");
}

@font-face {
	font-family: "GothamRounded-Bold";
	font-weight: normal;
	font-style: normal;
	src: url("../../../common/fonts/gotham/GothamRounded-Bold.eot");
	src: url("../../../common/fonts/gotham/GothamRounded-Bold.woff") format("woff"), url("../../../common/fonts/gotham/GothamRounded-Bold.ttf") format("truetype");
}

* {
	font-family: 'fbspaceren-regular';
	color: #fff;
}

body {
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
	color: #333333;
	position: relative;
	font-family: 'fbspaceren-regular', sans-serif;
	font-size: 14px;
}

body .circle-half.choiced-sector1 .images-wrap {
	transform: rotate(15deg)!important;
}

body .circle-half.choiced-sector2 .images-wrap {
	transform: rotate(47deg)!important;
}

body .circle-half.choiced-sector3 .images-wrap {
	transform: rotate(78deg)!important;
}

body .circle-half.choiced-sector4 .images-wrap {
	transform: rotate(108deg)!important;
}

body .circle-half.choiced-sector5 .images-wrap {
	transform: rotate(136deg)!important;
}

body .circle-half.choiced-sector6 .images-wrap {
	transform: rotate(165deg)!important;
}

body .circle-half.choiced-sector7 .images-wrap {
	transform: rotate(180deg)!important;
}

body .circle-half.stop-animation .images-wrap {
	animation: none!important;
}

div.field {
	position: relative;
	cursor: pointer;
	user-select: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: url(../assets/images/down_arrow.png) #fff no-repeat 12px 18px;
	line-height: 34px !important;
}

select:hover {
	opacity: .9;
	box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, .7);
}

select option:hover {
	opacity: .9;
	box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, .7);
}

.new-select__list {
	position: absolute;
	top: 64px;
	right: 0;
	margin: 0 auto;
	z-index: 555;
	left: 0;
	/*border: 1px solid #ced4da;*/
	cursor: pointer;
	width: 97%;
	background: #fff;
	user-select: none;
}

.new-select__list.on {
	display: block;
}

.new-select__item span {
	display: block;
	padding: 5px 15px;
	font-family: 'fbspaceren-bold', sans-serif;
	font-size: 24px;
	color: #db052b;
	transition: all .3s ease;
}

.new-select__item span:hover {
	background-color: #db052b;
	color: #fff;
}

body .main-bg.registration-block .form-wrap a.btn {
	/*width: auto;*/
	/*width: 100%;*/
	width: calc(100% - 8px);
}

.new-select:after {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 9px;
	top: 9px;
	background: url('path-to-image') no-repeat right center / cover;
	opacity: 0.6;
	-webkit-transition: all .27s ease-in-out;
	-o-transition: all .27s ease-in-out;
	transition: all .27s ease-in-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.new-select.on:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.homepage .main-bg {
	/*background-image: url(../assets/images/mid-bg-sm.png);*/
	background-color: white;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0px 0px;
	padding-top: 0px;
	margin-top: -55px;
	padding-bottom: 75px;
	margin-bottom: 0px;
	min-height: 360px;
	background-image: unset;
	position: relative;
}

.product-block .item-wrap .item .price:before {
	display: none;
}

.product-block .item-wrap .item .price .info {
	content: 'הקוד השבועי';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 2px solid #fff;
	color: #fff;
	width: 60%;
	background-color: #db052b;
	font-size: 12px;
	letter-spacing: .5px;
	height: 16px;
	line-height: 17px;
	border-radius: 10em;
	top: -14px;
}

/*.product-block .item-wrap .item .price:before {
    content: 'הקוד השבועי';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 2px solid #fff;
    width: 60%;
    background-color: #db052b;
    font-size: 10px;
    letter-spacing: .5px;
    height: 14px;
    line-height: 15px;
    border-radius: 10em;
    top: -14px;
}*/

body .btn.cust-home-btn {
	background-image: url(../assets/images/cust-btn-bg.png);
	border: none;
	background-color: transparent;
	width: 130px;
	color: #fff;
	text-align: center;
	height: 34px;
	background-size: cover;
	background-repeat: no-repeat;
	line-height: 34px;
	font-size: 15px;
	border-radius: 8px;
	margin-right: 0;
	z-index: 10001;
	transform: scale(1);
	position: fixed;
	top: 290px;
	right: -3px;
}

.btn.cust-home-btn .icon {
	float: right;
	margin-top: 6px;
	margin-right: 10px;
	margin-left: -10px;
	width: 14px;
}

.homepage .step-block {
	text-align: center;
	margin-top: -40px;
	margin-bottom: -1px;
}

.homepage .top-block .new-sale {
	font-size: 24px;
	font-weight: 100;
}

.homepage .main-bg.product-block .item-wrap {
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

.product-block .item-wrap .item h3 {
	color: #db052b;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: -6px;
	margin-top: 10px;
	min-height: 45px;
}

.prize-code .prize-img img {
	width: auto;
	max-width: 245px;
}

.prize-code .prize-img {
	max-width: 245px;
	text-align: center;
}

/*
.homepage .main-bg .bg-wrapper {
	content: '';
	background-image: url(../assets/images/mid-bg-sm.png);
	background-size: 107%;
	background-repeat: no-repeat;
	position: absolute;
	transform: rotate(0deg);
	width: 100%;
	height: 97%;
	left: 0px;
	z-index: 0;
	top: 10px;
	padding-bottom: 115px;
	min-height: 605px;
}
*/

.homepage .main-bg .bg-wrapper {
	content: '';
	background-image: url(../assets/images/product-bg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	transform: rotate(-4deg);
	width: 140vw;
	/*height: 97%;*/
	left: -17vw;
	z-index: 0;
	top: 10px;
	padding-bottom: 115px;
	min-height: 230px;
}

.homepage .step-block {
	background-image: url(../assets/images/mid-bg-sm.png);
	background-size: 175%;
	background-repeat: no-repeat;
	background-position: 0 600px;
}

.wrapper-circle {
	top: 11px;
	left: -14px;
	width: 275px;
	height: 275px;
	border-radius: 50%;
	z-index: 99;
	overflow: hidden;
	position: absolute;
	margin: 0 auto;
}

body .circle-half:before {
	content: '';
	position: absolute;
	height: 5px;
	width: 260px;
	left: 0px;
	bottom: 0px;
	background-color: #000;
	display: none;
	z-index: 105;
	opacity: 1;
}

body .circle-half .images-wrap {
	width: 275px;
	height: 275px;
	display: block;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	z-index: 80;
	position: relative;
	margin: 0 auto;
}

.wrapper-circle:before {
	position: absolute;
}

.wrapper-circle .sector.active {
	opacity: 0;
	border: 1px solid transparent;
}

.wrapper-circle .sector {
	opacity: 0;
	transition: all .3s ease;
	position: absolute;
	transform-origin: 100% 100%;
	width: 5000px;
	height: 5000px;
	left: 50%;
	top: 47%;
	margin-top: -5000px;
	margin-left: -5000px;
	z-index: 55;
	cursor: pointer;
}

.select-wrap:hover select {
	box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, .7)!important;
}

body .circle-half {
	width: 270px;
	overflow: hidden;
	height: 140px;
	margin: 0 auto 5px;
	display: block;
	position: relative;
	/*border-bottom: 3px solid #000;*/
}

.donate {
	background-color: #000;
}

body .donate-computer input.field {
	height: 56px;
}

body .circle-half .images-wrap {
	transition: transform 5s ease-in-out;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/*
body .circle-half .images-wrap {
	animation: rotates 5s linear infinite normal;
}

body .circle-half .images-wrap {
	animation: rotates 5s linear normal;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
*/

@keyframes rotates {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
	}
}

@-webkit-keyframes rotates {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

section[data-name="registration-1"] .registration-block.main-bg, section[data-name="registration-2"] .registration-block.main-bg, section[data-name="registration-3"] .registration-block.main-bg {
	padding-top: 130px;
	min-height: auto;
	padding-bottom: 250px;
}

body .circle-half .images-wrap:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 53;
	transform: rotate(180deg);
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../assets/images/half-circle-bg-filed.png);
}

body .circle-half .images-wrap:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 53;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../assets/images/half-circle-bg.png);
}

#svg-impactRingCircle {
	/* transition: 0.35s stroke-dashoffset; */
	transform: rotate(-180deg);
	transform-origin: 50% 50%;
}

body header #header_btns {
	max-width: 750px;
}

body header #header_bar_wrapper {
	background-color: #fff;
	max-width: 750px;
}

body header #header_bar {
	width: 100%;
	max-width: unset;
}

body #header_bar .header_bar_logo {
	margin-top: 10px;
}

body header svg path {
	fill: #d50006;
}

body header svg {
	width: 20px;
}

body #header_btns .menu_btn span.pass {
	background-color: #d50006;
	border-radius: 0;
	height: 3px;
}

body #header_btns .menu_btn {
	width: 30px;
	top: 25px;
	right: 10px;
}

body header #header_btns .accessibility_btn {
	right: 60px;
	top: 20px;
}

body #header_btns .menu_btn span.pass.pass-4 {
	top: 18px;
}

body #header_btns .menu_btn span.pass.pass-2, body #header_btns .menu_btn span.pass.pass-3 {
	top: 9px;
}

body #header_btns button {
	display: inline-block;
	vertical-align: top;
}

body #header_btns .accessibility_btn {
	right: 123px;
}

body .top-block .btn-white {
	font-size: 40px;
	position: fixed;
	z-index: 55;
	right: -35px;
	top: 65px;
	max-width: 330px;
	text-align: center;
	padding-left: 35px;
	padding-right: 70px;
	height: 60px;
	line-height: 60px;
	border-color: #000;
	box-shadow: 3px 2px 0px 2px rgba(0, 0, 0, 1);
}

.top-block .banner-block {
	text-align: center;
	padding-top: 20px;
}

body .btn-black, body .btn {
	color: #db052b;
	border-color: #ffed00;
	background-color: #fff56b;
	font-weight: bold;
}

body .btn-red {
	color: white;
	border-color: #db052b;
	background-color: #db052b;
	font-weight: bold;
}

#registration-2 .btn {
	font-size: 26px !important;
}

#registration-2 .btn-red {
	font-size: 16px !important;
}

body .top-block .btn-black {
	border-width: 2px!important;
	text-align: center;
	/*box-shadow: 1px 1px 0px 4px rgba(0, 0, 0, 1)!important;*/
	padding: 0;
	margin: 15px auto 0;
	float: none;
	max-width: 200px;
	direction: rtl;
	;
}

.hidden {
	display: none;
}

.container {
	border: none;
	max-width: 1048px;
	margin: 0 auto;
}

.field-wrap {
	/*display: flex;*/
	display: block;
}

.field-wrap input {
	width: 100%;
}

.top-block {
	position: relative;
}

.banner-block>div {
	display: inline-block;
}

.top-block {
	/*min-height: 580px;*/
	background-image: url(../assets/images/top-bg-sm.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	min-height: 425px;
	/*padding-bottom: 110px;*/
}

.homepage-btn {
	position: absolute;
	z-index: 10;
}

.top-block .new-sale {
	margin-top: 215px;
	font-size: 30px;
	font-weight: bold;
	color: #db052b;
}

.homepage .top-block .new-sale {
	margin-top: 235px;
}

.top-block .sale {
	margin-top: 0px;
	float: none;
	position: relative;
}

.page[data-name="main-1st"] .main-bg {
	min-height: 370px;
	/*background-image: url(../assets/images/mid-bg.png);*/
	background-image: url(../assets/images/mid-bg-sm.png), url(../assets/images/mid-bg-sm-bottom.png);
	background-size: 100% 380px, 100% auto;
	background-repeat: no-repeat, no-repeat;
	background-position: 0 0, 0 885px;
	margin-top: -65px;
	padding-top: 65px;
	padding-bottom: 0px;
	text-align: center;
	position: relative;
}

a {
	text-decoration: none;
}

.btn-circle {
	position: absolute;
	left: -98px;
	bottom: -7px;
	display: flex;
	font-family: 'fbspaceren-bold', sans-serif;
	text-align: center;
	align-items: center;
	justify-self: center;
	border-radius: 10em;
	position: absolute;
	background-color: #ffda09;
	border: 2px solid #333334;
	color: #000!important;
	height: 114px;
	width: 114px;
	font-size: 31px;
	letter-spacing: -3px;
	line-height: 22px;
	transform: rotate(-15deg);
	transition: all .3s ease;
}

/*
section[data-name="registration-2"] .registration-block .descr .subtitle {
	margin-bottom: 110px;
}
*/

section[data-name="registration-2"] .registration-block.main-bg {
	padding-top: 140px;
}

.btn-circle:hover {
	transform: rotate(0);
}

.btn-circle span {
	display: block;
	padding: 0 5px;
	color: #000;
	font-weight: 900;
	font-family: 'fbspaceren-bold', sans-serif;
}

#pages {
	padding: 0;
}

body select.field {
	padding-left: 20px;
	padding-right: 20px;
	text-align-last: center;
	text-align: center;
	height: 54px;
}

body select.field option {
	text-align-last: center;
	text-align: center;
	color: red;
}

/*
.main-bg .descr h1 {
	font-size: 49px;
	line-height: 45px;
	font-family: 'fbspaceren-bold', sans-serif;
	color: #fff;
}
*/

.product-block .descr {
	margin-bottom: 20px;
}

.product-block .descr h1 {
	font-size: 55px;
}

.product-block .descr .subtitle {
	font-size: 45px;
	line-height: 44px;
	color: #fff;
}

.product-block .item-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 800px;
	margin: 0 auto;
}

.product-block .item-wrap .item {
	max-width: 275px;
	width: 150px;
	margin: 0px 10px 25px;
	height: 265px;
	position: relative;
}

.product-block .item-wrap .item a {
	background-color: #fff;
	/*border: 3px solid #000;*/
	border-radius: 20px;
	transition: all .3s ease;
}

.product-block .item-wrap .item:before {
	background-color: rgba(0, 0, 0, .3);
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	z-index: -1;
	position: absolute;
	top: -13px;
	right: -10px;
	border-radius: 30px;
	transform: rotate(4deg);
	color: black;
	transition: all .3s ease;
}

.product-block .item-wrap .item {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 45px;
	transition: all .3s ease;
}

.product-block .item-wrap .item:after {
	content: 'אזל המלאי היומי';
	position: absolute;
	width: auto;
	height: 100%;
	bottom: 0px;
	left: 0;
	font-size: 35px;
	line-height: 34px;
	font-family: 'fbspaceren-bold', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .3s ease;
	padding: 0 35px;
	cursor: pointer;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/*
.product-block .item-wrap .item:hover a {
filter: brightness(5%);
-webkit-filter: brightness(5%);
}
.product-block .item-wrap .item:hover:before {
filter: brightness(5%);
-webkit-filter: brightness(5%);
}
.product-block .item-wrap .item:hover:after{
	opacity: 1;
}
*/

/*
.product-block .item-wrap .item h3 {
	display: block;
	color: #d2232a;
	font-family: 'fbspaceren-bold', sans-serif;
	font-size: 28px;
	line-height: 34px;
	margin-top: 15px;
	margin-bottom: 9px;
	height: 88px;
	width: 150px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
*/

.product-block .item-wrap .item picture {
	display: block;
}

section[data-name="add-code"] .add-code-block.main-bg {
	background-position: top;
	padding-top: 170px;
}

.product-block .item-wrap .item .price {
	background-color: #db052b;
	color: #fff;
	position: relative;
	font-size: 18px;
	letter-spacing: 6px;
	line-height: 28px;
	font-family: 'fbspaceren-bold', sans-serif;
	border-radius: 10em;
	text-align: center;
	/*border: 2px solid #000;*/
	/*border-bottom-width: 6px;
	border-right-width: 5px;*/
	/*text-shadow: 3px 1px 0px rgba(0, 0, 0, 1);*/
	width: 205px;
	height: 25px;
	display: block;
	margin: 5px auto 10px;
}

.step-block .descr h1 {
	font-size: 70px;
}

/*
.step-block .item {
	display: block;
	width: auto;
	vertical-align: top;
	margin: 50px auto 0;
	margin-right: 85px;
	padding-left: 10px;
}
.step-block .item h3 {
	font-size: 55px;
	line-height: 30px;
	background-color: #db052b;
	text-shadow: -2px -2px 1px #000000, -2px 2px 1px #000000, 0px 3px 1px #000000, 3px -2px 1px #000000, 3px 3px 1px #000000, 6px 3px 1px #000000, 6px -1px 1px #000000;
	color: #fff;
	display: inline-block;
	height: 64px;
	line-height: 64px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	max-width: 520px;
}
*
.mobile.safari .step-block .item h3 {
	letter-spacing: -2px;
}

.step-block .item {
	position: relative;
	text-align: right;
}
.step-block .item:before {
	position: absolute;
	font-size: 60px;
	font-family: 'fbspaceren-bold', sans-serif;
	right: -75px;
	top: 0;
	height: 68px;
	width: 68px;
	text-align: center;
	text-shadow: -2px -2px 1px #000000, -2px 2px 1px #000000, 0px 3px 1px #000000, 3px -2px 1px #000000, 3px 3px 1px #000000, 2px 3px 1px #000000, 3px -1px 1px #000000;
	color: #db052b;
	border-radius: 10em;
	line-height: 68px;
	background-color: #fff;
}

.item-1st {
	margin-left: 20px;
}

.item-1st:before {
	content: '1';
}

.item-2st:before {
	content: '2';
}

.step-block .item p {
	font-size: 30px;
	letter-spacing: -1px;
}
*/

.go-action-block {
	/*
	min-height: 620px;
	margin-top: -220px;
	background-color: #db052b;
	padding-top: 240px;
	padding-bottom: 90px;
	*/
	text-align: center;
	background-image: url(../assets/images/product-bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-top: -1px;
}

.go-action-block h2 {
	color: #fff;
	font-size: 80px;
	line-height: 62px;
	font-family: 'fbspaceren-bold', sans-serif;
	/*text-shadow: -2px -2px 1px #000000, -2px 2px 1px #000000, 0px 3px 1px #000000, 3px -2px 1px #000000, 3px 3px 1px #000000, 6px 3px 1px #000000, 6px -1px 1px #000000;*/
	/*text-shadow: -2px -2px 1px #000000, -2px 2px 1px #000000, 0px 3px 1px #000000, 3px -2px 1px #000000, 3px 3px 1px #000000, 5px 2px 1px #000000, 5px 3px 1px #000000;*/
}

body #pages #faq .faq_item p {
	font-size: 55px;
}

.go-action-block p {
	font-size: 55px;
	/*letter-spacing: -2px;*/
	line-height: 48px;
	color: #fff;
	max-width: unset;
	margin: 0px auto 15px;
	padding: 0 10px;
}

/*
.go-action-block .row {

	padding-right: 15px;
	padding-left: 15px;
}
*/

.go-action-block picture {
	display: block;
}

.go-action-block .caption {
	font-size: 33px;
	line-height: 27px;
	margin-bottom: 15px;
	display: block;
}

body div.field {
	height: 56px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

body section[data-name="registration-3"] .main-bg.registration-block .btn {
	width: 100%;
}

body div.field option {
	text-align-last: center;
	text-align: center;
}

body .field {
	color: #db052b;
	background-color: #fff;
	border-color: #db052b;
	text-shadow: unset;
	width: 100%;
	margin: 0 5px 15px;
	height: 45px;
	max-width: 320px;
	text-align: center;
	padding: 0;
	font-size: 24px;
	line-height: 45px;
}

body .field.valid {
	border-color: #05db17;
	color: black;
}

body .form-wrap .custom-check {
	width: 11px;
	height: 11px;
	background-color: #fff;
	border: 2px solid #e72830;
	border-radius: 6px;
	display: block;
	vertical-align: top;
	margin-left: 10px;
	margin-top: 1px;
	position: relative;
	float: right;
}

.field.inline-btn {
	display: block;
	width: 100%;
	max-width: unset;
	margin: 0 auto 20px;
}

body .main-bg.registration-block .btn {
	display: block;
	width: 88%;
	max-width: unset;
	margin: 0 auto 20px;
}

body .registration-block button.btn {
	margin-top: 20px!important;
	height: 65px;
	line-height: 58px;
}

body .form-wrap .custom-check.active:before {
	background-image: url(../assets/images/check.png);
	background-position: 0px bottom;
	background-size: auto;
	width: 16px;
	height: 20px;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
}

.select-wrap {
	position: relative;
	display: inline-block;
}

.check-wrap {
	margin-right: 40px;
}

.check-wrap .check-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.check-wrap .check-item label {
	vertical-align: top;
	width: 80%;
	display: inline-block;
	font-size: 24px;
}

.check-wrap .check-item label a {
	text-decoration: underline;
}

.check-wrap .check-item {
	text-align: right;
}

body div .select-wrap {
	width: 100%;
}

body .form-wrap input.field {
	/*width: 100%;*/
	width: calc(100% - 8px);
}

body .form-wrap .field, body .select-wrap {
	display: block;
	/*max-width: unset;*/
	width: 100%;
	margin: 0 auto 10px;
}

body .select-wrap select {
	width: 100%;
}

.main-bg.step-block {
	padding-bottom: 30px;
	background-image: url(../assets/images/mid-bg-sm.png);
	background-color: white;
}

body .select-wrap:before {
	position: absolute;
	content: '';
	left: 30px;
	top: 25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #db052b transparent transparent transparent;
	z-index: 55;
}

body .form-wrap {
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
}

body .field::placeholder {
	color: #db052b;
}

.select-wrap .field {
	text-align-last: center;
	text-align: center;
	margin: 0 auto!important;
	width: auto!important;
}

.btn, .field {
	background-color: #db052b;
	position: relative;
	color: #fff;
	/*text-shadow: -2px -2px 1px #000000, -2px 2px 1px #000000, 0px 3px 1px #000000, 3px -2px 1px #000000, 3px 3px 1px #000000, 3px 2px 1px #000000, 4px 0px 1px #000000;*/
	height: 40px;
	line-height: 42px;
	border: 4px solid #fff;
	border-radius: 10em;
	max-width: 382px;
	font-size: 24px;
	display: block;
	margin: 20px auto 0;
	/*box-shadow: -1px -1px 0px 2px rgba(0, 0, 0, 1), 3px 3px 0px 2px rgba(0, 0, 0, 1), 0px 2px 0px 2px rgba(0, 0, 0, 1), 2px -2px 0px 2px rgba(0, 0, 0, 1);*/
}

.btn {
	font-family: 'fbspaceren-bold', sans-serif;
}

.btn:before {
	display: none;
	background-color: #fff;
	content: '';
	position: absolute;
	left: 6px;
	top: 9px;
	width: 96%;
	height: 73%;
	opacity: 1;
	border-radius: 10em;
}

.faq-block {
	/*min-height: 550px;*/
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #db052b;
	position: relative;
	top: 60px;
	padding-bottom: 50px;
}

.faq-block-bottom {
	background-image: url(../assets/images/mid-bg-sm.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 115px;
	background-position: bottom;
}

.faq-block h2 {
	text-align: center;
	font-size: 70px;
	line-height: 50px;
	color: #db052b;
	font-family: 'fbspaceren-bold', sans-serif;
	margin-bottom: 5px;
}

/*body #faq .faq_item button:after {
    content: '';
    color: #db052b;
    border: none!important;
    width: 30px;
    height: 30px;
    text-align: center;
    left: 40px;
    font-size: 150px;
    line-height: 30px;
    font-weight: 100;
    font-family: 'fbspaceren-regular', sans-serif;
}*/

body #pages #faq .faq_item button .cross {
	position: absolute;
	top: 5px;
	bottom: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	left: 10px;
	overflow: hidden;
	transition: all .3s ease;
}

/*body #pages #faq .faq_item button.active .cross {
    transform: rotate(90deg);
}*/

body #pages #faq .faq_item button.active .cross span:first-of-type {
	opacity: 0
}

body #pages #faq .faq_item button.active .cross span:last-of-type {
	transform: rotate(0deg);
}

body #pages #faq .faq_item button .cross span {
	width: 40px;
	height: 2px;
	background-color: #db052b;
	position: absolute;
	transition: all .3s ease;
}

body #pages #faq .faq_item button .cross span:last-of-type {
	transform: rotate(90deg);
	left: -5px;
	top: 12px;
}

body #pages #faq .faq_item button .cross span:first-of-type {
	top: 13px;
	left: -5px;
}

body #pages #faq .faq_item button.active .cross:after {
	bottom: 0;
	top: auto;
}

body #pages #faq .faq_item button {
	font-size: 55px;
	font-weight: bold;
}

body #faq .faq_item button svg {
	content: '';
	color: #db052b;
	border: none!important;
	width: 30px;
	height: 30px;
	text-align: center;
	font-weight: 100;
	font-family: 'fbspaceren-regular', sans-serif;
}

body #faq .faq_item button svg path {
	fill: #db052b;
	width: 40px;
}

body #faq .faq_item button:after {
	display: none;
}

body #pages #faq .faq_item button {
	border-radius: 10em!important;
	background-color: #fff;
	font-size: 22px;
	color: #db052b;
	min-height: 40px;
	line-height: 40px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 40px;
}

.safari body #pages #faq .faq_item button, .fbios body #pages #faq .faq_item button {
	padding-right: 30px !important;
	padding-top: 15px;
	padding-bottom: 15px;
}

body #faq .faq_item {
	background-color: white;
	border-radius: 40px;
	border: none;
	padding: 7px;
}

body #faq .faq_item div {
	background-color: transparent;
}

body #pages #faq .faq_item p {
	font-size: 40px;
	color: #db052b;
	padding-right: 35px;
}

/*registration*/

/*
.registration-block h1 {
	font-size: 80px!important;
	line-height: 64px!important;
	margin-bottom: 40px;
	letter-spacing: -2px;
}
*/

.registration-block * {
	color: #db052b;
}

.registration-block .descr .subtitle {
	/*letter-spacing: -2px;*/
	display: block;
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
	padding-top: 20px;
}

.prize-code.registration-block .descr .subtitle {
	margin-bottom: 10px;
	color: #fff;
	padding-top: 0;
	margin-top: 0;
}

.prize-code.registration-block button.btn {
	height: 55px;
	line-height: 45px;
}

.prize-code.registration-block button.btn.btn-white {
	background-color: #fff;
	border-color: #fff;
	margin-top: 10px!important;
}

.prize-code .info {
	color: #fff;
	font-size: 22px;
}

body .registration-block .btn {
	display: inline-block;
	margin: 0 6px;
	font-size: 28px;
	/*color: #fefefe;
	border-color: #fff;*/
	width: 270px;
	height: 45px;
	line-height: 45px;
}

body .registration-block .btn.btn-white {
	color: #db052b;
	border-color: #db052b;
	text-shadow: unset;
}

.registration-block.main-bg {
	min-height: 600px;
	padding-bottom: 40px;
	/*
	padding-top: 190px;
	/*background-size: 750px 830px;*/
	/*background-image: url(../assets/images/mid-bg-sm.png)*/
}

.registration .registration-block.main-bg {
	min-height: unset;
	padding-bottom: 100px;
	/*
	padding-top: 190px;
	*/
	margin-top: -150px;
	background-size: cover;
	/*background-image: url(../assets/images/mid-bg-sm.png);*/
	color: #db052b;
}

.registration-block.main-bg.full-bg {
	/*background-image: url(../assets/images/mid-bg.png);*/
	padding-bottom: 180px;
	background-size: 768px 1200px;
}

body .registration-block .btn.btn-black {
	display: block!important;
	margin: 5px auto -20px;
}

/*footer .logo-f img{
	width: 90px;
}*/

.registration-block.letters-block.main-bg .btn, .registration-block.letters-block.main-bg .field {
	width: 60%;
}

.registration-block.letters-block.main-bg {
	margin-top: -120px;
	background-position: center;
	padding-top: 260px;
	padding-bottom: 280px;
	background-position: top center;
	background-color: #db052b
}

body .type-list {
	max-width: unset;
}

.safari .loginpin input, .safari .type-code, .fbios .loginpin input, .fbios .type-code {
	line-height: 45px;
}

.loginpin input, .type-code {
	display: inline-block;
	width: 15px;
	height: 35px;
	font-size: 22px;
	line-height: 50px;
	border-radius: 4px;
	margin: 0 1px;
	color: #000;
	text-align: center;
	border: none;
}

.tip {
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 14px;
	display: block;
	color: #fff;
}

.tip a {
	position: relative;
	color: #fff;
	text-decoration: underline;
}

/*
.tip a:before {
	content: '';
	position: absolute;
	bottom: -2px;
	height: 2px;
	width: 100%;
	background-color: rgba(255, 255, 255, .3);
}
*/

.add-code-block.main-bg {
	margin-top: -120px;
	padding-top: 260px;
	padding-bottom: 200px;
	background-position: top center;
	background-color: #db052b;
	/*background-image: url(../assets/images/mid-bg.png);*/
	background-size: 750px 1200px;
}

body .default-bg.registration-block.main-bg {
	background-image: url(../assets/images/mid-bg-default.jpg);
	padding-top: 10px;
	padding-bottom: 60px;
	margin-top: 0;
	/*background-size: cover;*/
}

.add-code-block .smaltitle {
	font-size: 24px;
	font-family: 'fbspaceren-bold', sans-serif;
	display: block;
	margin-bottom: 10px;
	margin-top: -10px;
}

.add-code-block .smaltitle.digit-label {
	font-size: 27px;
}

body .add-code .main-bg.registration-block .btn {
	width: 70%;
}

.number-list {
	padding: 0;
	margin: 0;
	direction: ltr;
}

.number-list li {
	display: inline-block;
}

.number-list li.unactive {
	filter: brightness(0.38);
}

.number-list li.active {
	filter: brightness(1);
}

.number-list {
	max-width: 540px;
	margin: 0 auto 40px;
	text-align: center;
}

.number-list li a {
	margin: 0 10px 25px;
	display: inline-block;
	height: 120px;
	width: 80px;
	text-align: center;
	background-color: #db052b;
	border-radius: 10px;
	position: relative;
	color: #fff;
	font-size: 50px;
	overflow: hidden;
	font-family: 'fbspaceren-bold', sans-serif;
	border: 1px solid #fff
}

.donate-block {
	background-color: #db052b;
	text-align: center;
	padding-bottom: 350px;
}

.donate-block .top-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
	margin-bottom: 20px;
}

.donate-block .btn-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.donate-block .descr .btn {
	width: 97px;
	padding: 10px;
	display: flex;
	margin: 15px;
	vertical-align: top;
	font-size: 16px;
	line-height: 22px;
	height: 97px;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
}

.donate-block .descr .btn.btn-white {
	background-color: #fff;
	border-color: #fff;
}

.donate-block h1 {
	font-size: 36px;
	margin-bottom: 30px
}

.donate-block .descr p {
	max-width: 270px;
	margin: 0 auto;
	font-size: 18px;
}

.donate-block .top-logo picture img {
	width: 75%;
}

.donate-block .top-logo picture {
	max-width: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px;
}

.donate-block .descr {
	clear: both;
}

.letters-page .registration-block.letters-block.main-bg {
	padding-top: 170px;
}

.letters-page .registration-block.letters-block.main-bg .btn {
	text-align: center;
	margin-bottom: 10px
}

.letters-page {
	border-color: #ffed00;
	background-color: #fff56b;
}

.letters-page .table-wrap {
	margin-top: 50px;
}

.letters-page .table-wrap table {
	border-radius: 10px;
	text-align: center;
	border-spacing: 0px;
	border: 6px solid #fff;
	border-collapse: collapse;
}

.letters-page .table-wrap table td {
	border: 4px solid #fff;
	margin: 0;
	padding: 0;
	height: 36px;
	background-color: #db052b;
	font-size: 16px;
	color: #fff;
}

.prize-confirm p.info {
	font-size: 24px;
}

.prize-confirm p.info span {
	font-size: 20px;
	color: #fff;
}

.prize-confirm .check-code-wrap .top-code li {
	background-color: #fff;
	color: #db052b;
}

.letters-page .letters-block, .add-code .add-code-block, .prize-code .letters-block.red-bg, .prize-soldout .prize-confirm, .donate-block {
	background-color: #db052b;
	background-image: url(../assets/images/bot-bg.jpg);
	background-position: bottom!important;
	background-repeat: no-repeat;
	border-bottom: none;
	padding-bottom: 190px!important;
	background-size: contain!important;
	margin-bottom: -1px;
}

body .prize-code .letters-block.red-bg, body .add-code .add-code-block, .prize-confirm.prize-code.main-bg {
	padding-bottom: 120px!important;
}

.letters-page .table-wrap table th:first-of-type {
	border-top-left-radius: 10px;
}

.letters-page .table-wrap table th:last-of-type {
	border-top-right-radius: 10px;
}

.letters-page .table-wrap table th {
	background-color: #ffed00;
	height: 36px;
	width: 33%;
	border: 4px solid #fff;
}

.letters-page .table-wrap table {
	width: 260px;
	background: #fff;
	overflow: hidden;
	margin: 40px auto 0;
}

.letters-page h2 {
	background-image: url(../assets/images/title-bg-w.png);
	width: 241px;
	height: 61px;
	line-height: 61px;
	text-align: center;
	color: #db052b;
	background-size: 100% 100%;
	margin: auto;
	font-size: 32px;
}

body .letters-page .btn-white {
	background-color: #fff!important;
	border-color: #fff!important;
	color: #fff;
}

.prize-code .prize-img {
	display: block;
	float: none;
	margin: 40px auto 0;
}

.prize-code.main-bg .descr h1 {
	margin-bottom: 10px;
	font-size: 27px;
	min-width: 20px;
	margin-top: 10px;
}

.top-code {
	direction: ltr;
}

.prize-code.letters-block.main-bg {
	background-position: top;
	padding-bottom: 240px;
	padding-top: 120px;
}

.red-bg.letters-block.main-bg {
	/*background-image: url(../assets/images/bot-bg.png);*/
	text-align: right;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: -5px;
	min-height: 300px;
}

.letters-block .descr {
	text-align: center;
}

.letters-block .descr h1, .add-code-block h1 {
	color: #fff;
	font-size: 40px;
}

.add-code-block {
	text-align: center;
}

.letters-page .letters-block .descr .subtitle {
	color: #fff;
	font-size: 26px!important;
	padding-top: 20px!important;
}

.registration-block.add-code-block .descr .subtitle {
	color: #fff;
	font-size: 18px!important;
	line-height: 22px!important;
	padding-top: 20px!important;
}

.add-code-block .smaltitle {
	color: #fff;
}

.red-bg.letters-block.main-bg h1 {
	margin-bottom: 0;
}

.red-bg .number-list {
	max-width: 540px;
	text-align: center;
}

.red-bg.main-bg .descr h1 {
	font-size: 40px;
}

.red-bg .number-list li a {
	background-color: #fff;
}

.red-bg .number-list li a span {
	background-color: #db052b;
	color: #fff;
}

.red-bg .number-list li a {
	color: #db052b;
}

.error-label {
	display: block;
	margin: 0 auto 10px;
}

body .check-code-wrap .check-code {
	margin-bottom: 20px;
	direction: ltr;
}

#registration-1 .btn-wrap, #registration-2 .btn-wrap, #donate-computer-3 .btn-wrap {
	height: 60px;
	width: 100%;
	display: inline-block;
}

body .check-code-wrap .check-code input, body div .check-code-wrap .check-code span {
	background-color: #fff;
	display: inline-block;
	width: 42px;
	height: 50px;
	font-size: 45px;
	font-family: 'fbspaceren-bold', sans-serif!important;
	line-height: 50px;
	font-size: 48px;
	padding: 0;
	margin: 0 3px 10px;
	border-radius: 8px;
	color: #fff;
	border: 1px solid #fff;
	vertical-align: top;
}

.check-code-wrap .check-code input.correct, body div .check-code-wrap .check-code span.correct {
	background-color: #fff;
	color: #db052b;
}

.check-code-wrap .check-code input.incorrect, body div .check-code-wrap .check-code span.incorrect {
	color: #000;
	background-color: #fff;
}

.prize-code .info {
	font-size: 40px;
	line-height: 43px;
	margin-top: 30px;
}

.prize-code .incorrect-info .info {
	display: none;
}

/*.prize-confirm.prize-code.main-bg {
	background-image: url(../assets/images/mid-bg-default.jpg);
}*/

section[data-name="prize-locked"] .prize-code .info {
	margin-top: 10px;
}

.prize-confirm.prize-code.main-bg .descr h1 {
	margin-bottom: 40px;
}

body .prize-confirm.prize-code.main-bg .btn {
	width: 280px;
}

.check-code-wrap .top-code li, body div .check-code-wrap .check-code span {
	background-color: #db052b;
	display: inline-block;
	width: 42px;
	height: 50px;
	font-size: 45px;
	font-family: 'fbspaceren-bold', sans-serif!important;
	line-height: 50px;
	font-size: 48px;
	padding: 0;
	margin: 0 3px 10px;
	border-radius: 8px;
	color: #fff;
	border: 1px solid #fff;
}

.check-block-info>div {
	display: none;
}

.prize-code .btn {
	width: 90%!important;
}

body div .check-code-wrap {
	margin-bottom: 40px;
}

.correct-info .check-block-info .correct-info {
	display: block;
}

.incorrect-info .check-block-info .incorrect-info {
	display: block;
}

body div section .check-code-wrap .check-code span {
	background-color: #fff;
}

.select-wrap:hover select {
	box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, .7)!important;
}

/*
body .btn-black:hover {
	opacity: .9;
	box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, .7)
}

body .top-block .btn-black:hover {
	opacity: .9;
}
*/

.check-wrap .check-item:hover .custom-check {
	transform: scale(1.25);
}

body #pages #faq .faq_item button:hover {
	opacity: .9
}

.select-wrap:hover select {
	box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, .7)!important;
}

/*
.btn:hover {
	border-color: #db052b;
	transform: translateY(1px);
	box-shadow: 2px 2px 0px 4px rgba(0, 0, 0, 1);
	opacity: .9;
}
*/

body input.field:hover, body input.field:focus {
	box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, .7);
}

body input.field:hover {
	/*opacity: .9;*/
}

.btn-circle:hover {
	transform: rotate(0);
	opacity: .9
}

.number-list li a .bot-number {
	font-family: 'fbspaceren-bold', sans-serif!important;
	height: 135px;
	width: 80px;
	background-color: #fff;
	position: absolute;
	bottom: -103px;
	left: -2px;
	border-radius: 100em;
	color: #db052b;
	font-size: 30px;
	font-weight: bold;
	line-height: 38px;
	text-shadow: none!important;
}

.number-list li a .bot-number i {
	font-style: normal;
	font-size: 18px;
	color: #db052b;
}

.mobile .number-list li a .bot-number i {
	font-family: sans-serif !important;
}

.red-bg .number-list li a .bot-number i {
	color: #fff;
}

.fixed-btn {
	background-color: #ffda09;
	color: #fff;
	max-width: 750px;
	position: fixed;
	bottom: 7px;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	color: #fefefe;
	font-size: 60px;
	height: 80px;
	line-height: 84px;
	width: 100%;
	text-align: center;
	box-shadow: -2px -2px 0px 2px rgba(0, 0, 0, 1), 0px 5px 0px 2px rgba(0, 0, 0, 1);
	display: none;
}

footer#footer {
	min-height: unset;
	/*325*/
	height: auto;
	background-color: #fff;
	position: static;
	padding-bottom: 95px;
}

.foot-logo {
	display: none!important;
}

html[data-active-page="homepage"] .foot-logo, html[data-active-page="main-1st"] .foot-logo {
	display: flex!important;
	float: right;
	margin: 0 20px;
}

html[data-active-page="homepage"] .coca-logo, html[data-active-page="main-1st"] footer .coca-logo {
	/*float: right;*/
	margin: 0 20px 20px;
}

footer .logo-f {
	display: inline-block;
	max-width: 130px;
	margin: 0 auto;
	float: none;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0px;
}

footer .logo-f img {
	width: 100%;
}

footer#footer .date {
	font-size: 30px;
	line-height: 32px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 40px;
	/*letter-spacing: -2px;*/
}

/*popup*/

body .popup {
	background-image: none!important;
	background-color: transparent;
	width: auto;
	height: auto;
}

body .popup {
	background-color: #fff!important;
	position: relative;
	position: relative;
	border-radius: 36px!important;
	width: 530px;
	text-align: center;
	padding: 0!important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	padding-bottom: 75px!important color: #000;
}

body .popup .btn {
	width: 200px;
	height: 42px;
	line-height: 42px;
	font-size: 30px;
	border: none;
	margin-top: 120px;
	color: #e01a22;
	border: 5px solid #ffed00;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20px;
}

body .popup h2 {
	color: #fff;
	font-family: 'fbspaceren-bold', sans-serif;
	line-height: 42px;
	margin-bottom: 10px;
	margin-top: 70px;
}

#popup .close-popup {
	background-image: none!important;
	background-color: #db052b!important;
	color: #fff;
	content: 'x';
	border-radius: 10em!important;
	left: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
}

.close-popup:before {
	content: '\d7';
	position: relative;
}

.close-popup:before {
	font-size: 30px;
	color: #fff;
	top: -5px;
	display: block!important;
	line-height: 36px;
}

body .popup p, body .popup {
	color: #000;
	font-size: 20px;
	line-height: 28px;
	font-family: 'fbspaceren-bold', sans-serif;
}

.popup[data-type='popup-by-content']:not(.popup_with_title) {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

body #popup #popup_container #popup_content {
	padding: 0!important;
}

body .popup-4 .content {
	width: auto;
	padding-top: 0;
	padding-left: 0;
	color: white;
	font-size: 20px;
	margin: auto;
}

body #popup_content:after {
	background-color: #d2232a;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	z-index: -4;
	position: absolute;
	top: -10px;
	right: -15px;
	border-radius: 36px;
	transform: rotate(4deg);
	color: black;
	transition: all .3s ease;
}

body .logo-desk {
	margin-bottom: 20px;
	display: block;
}

.donate-computer h1 {
	font-size: 80px!important;
	line-height: 64px;
	margin-bottom: 30px!important;
}

.donate-computer .select-wrap {
	width: 100%;
}

#popup[active-popup=".popup-4"] .close-popup {
	margin-top: 0!important;
	margin-right: 0!important;
}

.donate-computer .subtitle {
	font-size: 38px;
	line-height: 36px;
	margin-top: 0;
}

.registration-block.main-bg.donate-computer {
	min-height: 560px;
}

.donate-computer .field {
	/*max-width: 662px;*/
	height: 56px;
	line-height: 58px;
	font-size: 45px;
}

.donate-computer select.field, .donate-computer input.field {
	height: 65px;
}

.donate-computer input {
	font-size: 32px !important;
}

.donate-computer select, .donate-computer option {
	font-size: 22px !important;
}

.mobile.safari .donate-computer select, .mobile.fbios .donate-computer select, .donate-computer option {
	font-size: 28px !important;
}

.thank-you .btn {
	margin-top: 65px!important;
}

.step-filed {
	position: relative;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.step-filed .step {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 10em;
	display: inline-block;
	border: 2px solid #e31c24;
	position: relative;
}

.step-filed .step:before {
	content: '';
	left: 19px;
	top: 3px;
	position: absolute;
	width: 70px;
	height: 10px;
	background-color: #fff;
	border-top: 2px solid #e31c24;
	border-bottom: 2px solid #e31c24;
}

.step-filed .step:after {
	content: '';
	left: -1px;
	top: -2px;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid #e31c24;
	border-radius: 10em;
	z-index: 55;
}

.step-filed .step.active {
	background-color: #e31c24;
}

.step-filed .step.active:before {
	background-color: #e31c24;
}

.step-filed .step:first-of-type:before {
	display: none;
}

body .registration-block .check-wrap .btn.btn-black {
	display: inline-block!important;
	margin: 0px auto 0px;
	height: 46px;
	line-height: 46px;
	font-size: 22px;
	max-width: 270px;
	width: 250px!important;
	vertical-align: middle;
}

body .registration-block.donate-computer .check-wrap {
	display: flex;
	align-items: center;
	justify-self: center;
	max-width: 100%;
	margin: 0 35px 35px;
}

body .registration-block.donate-computer .check-wrap .check-item {
	width: 100%;
	vertical-align: middle;
	margin-bottom: 0;
}

body .registration-block.donate-computer .check-wrap .check-item label {
	font-size: 26px;
	line-height: 21px;
	margin-left: 5px;
}

body .registration-block.donate-computer .btn {
	max-width: 100%;
	height: 64px;
	line-height: 58px;
	width: 100%;
	font-size: 45px;
	max-width: 670px;
}

body .thank-you.registration-block.donate-computer a.btn {
	height: 56px;
	line-height: 54px;
	max-width: 662px;
	/*     margin-left: 20px!important;
     margin-right: 20px!important;*/
}

.sub-sect-wrap {
	display: none;
}

body #popup #popup_container #popup_content {
	padding: 0!important;
}

body #donate-computer-1, body #registration-1 {
	display: block;
}

body .donate-computer-2 .registration-block.donate-computer button.btn {
	margin-top: 25px!important;
}

#donate-computer-3 .loader {
	position: relative;
	top: 15px;
}

body .default-bg.registration-block.main-bg.donate-computer {
	background-image: url(../assets/images/mid-bg.png);
	padding-top: 160px;
	padding-bottom: 160px;
	margin-top: -135px;
	background-size: cover;
	/*min-height: 980px;*/
}

body .registration-block.donate-computer button.btn {
	margin-top: 80px!important;
}

.donate-computer .half-fields .field {
	width: 100%;
	max-width: 670px;
}

body .donate-computer .select-wrap:before {
	top: 28px;
}

body .registration-block.donate-computer .half-fields .btn {
	width: 100%;
	max-width: 670px;
	margin-top: 0px!important;
}

body .registration-block.donate-computer .half-fields .btn {
	width: 100%;
}

body .default-bg.registration-block.main-bg.donate-computer.thank-you {
	min-height: unset;
	padding-bottom: 100px;
}

.homepage_tab {
	position: absolute;
	top: 480px;
	right: 10px;
	z-index: 10;
}

/*.donate-computer */

@media screen and (max-width:740px) {
	/*
	body .main-bg.step-block {
		background-size: cover;
		padding-bottom: 170px;
	}
	*/
	body .product-block .item-wrap .item:after {
		padding: 0;
	}
	body .form-wrap {
		margin: 0 20px;
	}
	body .default-bg.registration-block.main-bg.donate-computer.thank-you {
		min-height: unset;
		padding-bottom: 100px;
	}
	body .thank-you.registration-block.donate-computer a.btn {
		max-width: 100%;
		width: 90%;
	}
	/*
	.step-block .item h3 {
		font-size: 45px;
	}
	.step-block .item p {
		font-size: 24px;
	}
	.step-block .item {
		margin-top: 40px;
	}
	*/
	.check-wrap .check-item {
		display: block;
	}
	body .select-wrap div.field {
		font-size: 45px;
	}
	/*
	.top-block {
		min-height: 385px;
		padding-bottom: 115px;
	}*/
	/*
	.main-bg {
		padding-top: 130px;
	}
	*/
	.product-block {
		padding-top: 60px;
	}
	.donate-computer .field {
		font-size: 45px;
	}
	body .add-code-block .number-list {
		max-width: unset!important;
	}
	.registration-block.add-code-block .descr .subtitle {
		font-size: 30px;
		line-height: 36px;
		display: block;
		margin-bottom: 20px;
	}
	section[data-name="add-code"] .add-code-block.main-bg {
		/*background-size: 750px 1155px;*/
	}
	.registration-block.main-bg {
		/*background-size: cover;*/
		background-size: auto 110%;
	}
}

@media screen and (max-width:650px) {
	.check-wrap {
		margin-right: 5px;
	}
	/*
	.registration .registration-block.main-bg {
		margin-top: -165px;
	}
	.registration .registration-block.main-bg {
		min-height: 390px;
	}
	*/
	body .select-wrap:before {
		left: 20px;
	}
	/*
	.step-block .item p {
		font-size: 24px;
	}

	section[data-name="registration-2"] .registration-block .descr .subtitle {
		margin-bottom: 30px
	}

	.step-block .item h3 {
		font-size: 35px;
		height: 50px;
		line-height: 50px;
	}

	.step-block .item:before {
		height: 50px;
		width: 50px;
		line-height: 50px;
		font-size: 40px;
		right: -58px;
	}
	.step-block .item {
		display: block;
		width: auto;
		vertical-align: top;
		margin: 65px 70px 0 0;
	}
	*/
	body .select-wrap div.field {
		font-size: 30px;
	}
	body .registration-block.donate-computer .btn {
		font-size: 35px;
	}
	.product-block .item-wrap .item a picture {
		width: 45%;
	}
	.prize-code .info {
		font-size: 35px;
		line-height: 37px;
		margin-top: 20px;
	}
	body .popup h2 {
		font-size: 26px;
		line-height: 42px;
		margin-top: 70px;
		color: #e01a22;
	}
	#popup[active-popup=".popup-4"] .close-popup {
		margin-top: 0!important;
		margin-right: 0!important;
	}
	body .popup p {
		/*
		font-size: 35px;
		line-height: 32px;
		*/
	}
	body .popup {
		width: 270px!important;
		min-height: 340px;
	}
	.number-list li a .bot-number {
		/*		width: 140px;
		height: 140px;
		bottom: -100px;
*/
		left: -4px;
	}
	body .number-list {
		max-width: 500px;
	}
	.number-list li a {
		width: 70px;
	}
	.product-block .item-wrap .item a picture img {
		width: auto;
		max-height: 100%;
	}
	.product-block .item-wrap .item {
		width: 218px;
		max-width: 275px;
		margin: 0 15px;
		height: 265px;
		position: relative;
		margin-bottom: 25px;
	}
	.product-block .item-wrap .item:before {
		height: 100%;
		top: -7px;
	}
	.product-block .item-wrap .item a picture {
		width: 70%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 120px;
		overflow: hidden;
	}
	.product-block .item-wrap .item .price {
		margin-left: 10px;
		margin-right: 10px;
		width: auto;
	}
	/*
	.main-bg {
		background-size: cover;
		padding-bottom: 75px;
	}
	*/
	.btn-circle {
		left: -7px;
	}
	.go-action-block h2, .faq-block h2 {
		font-size: 60px;
	}
	.go-action-block p {
		font-size: 28px;
		line-height: 34px;
	}
	/*
	body #pages #faq .faq_item button {
		font-size: 34px!important;
	}
	*/
	body #pages #faq .faq_item p {
		font-size: 34px!important;
	}
	footer#footer .date {
		font-size: 20px;
	}
	.fixed-btn {
		font-size: 45px;
		height: 60px;
		line-height: 60px;
	}
	footer#footer {
		padding-bottom: 55px;
	}
	.btn, .field {
		/*height: 60px;
		line-height: 60px;*/
		max-width: 290px;
		/*font-size: 36px;*/
	}
	.go-action-block {
		min-height: unset;
		padding-bottom: 30px;
	}
	/*
	body .registration-block h1 {
		font-size: 60px!important;
		margin-bottom: 40px;
	}
	*/
	body .donate-computer h1 {
		font-size: 60px!important;
		line-height: 64px!important;
	}
	body .registration-block.donate-computer .check-wrap .check-item label {
		font-size: 18px;
	}
	.donate-computer .subtitle {
		font-size: 32px;
		line-height: 32px;
		margin-top: 0;
	}
	body .registration-block.donate-computer button.btn {
		margin-top: 50px!important;
	}
	/*
	.registration-block .descr .subtitle {
		font-size: 26px;
		line-height: 32px;
	}
	*/
	.registration-block.add-code-block .descr .subtitle {
		font-size: 22px;
		line-height: 32px;
		display: block;
		margin-bottom: 20px;
	}
	.number-list {
		margin-bottom: 20px;
	}
	.add-code-block.main-bg {
		/*background-size: 750px 1000px;*/
	}
	body .red-bg .number-list {
		max-width: 465px;
	}
}

@media screen and (max-width:500px) {
	body .registration-block .check-wrap .btn.btn-black {
		font-size: 20px;
	}
	body .registration-block.donate-computer .check-wrap {
		margin-left: 10px;
		margin-right: 10px;
	}
	/*
	.step-block .item {
		padding-left: 2px;
	}

	body section[data-name="letters-page"] .registration-block h1 {
		font-size: 80px!important;
	}
	body section[data-name="letters-page"] .registration-block .descr .subtitle {
		font-size: 30px!important;
	}
	*/
	.btn-circle {
		left: -7px;
		height: 75px;
		width: 75px;
		font-size: 18px;
		line-height: 16px;
		letter-spacing: -2px;
	}
	.product-block .descr h1 {
		font-size: 34px;
		/*letter-spacing: -2px;*/
	}
	.btn-circle span {
		display: block;
		padding: 0 10px;
	}
	body .select-wrap div.field {
		padding-right: 0px!important;
		padding-left: 0px;
	}
	/*
	.step-block .item h3 {
		font-size: 30px;
	}
	.step-block .item p {
		font-size: 22px;
	}
	*/
	body .registration-block.donate-computer h1 {
		font-size: 45px!important;
		line-height: 40px!important;
	}
	.donate-computer .subtitle {
		font-size: 24px;
		line-height: 28px;
		margin-top: 0;
	}
	body .popup {
		width: 290px;
	}
	.prize-code .info {
		font-size: 28px;
		line-height: 32px;
		margin-top: 20px;
	}
	/*
	body .registration-block h1 {
		font-size: 45px!important;
	}
	*/
	.number-list li a {
		width: 50px;
		height: 80px;
	}
	body .red-bg .number-list {
		max-width: 425px;
	}
	.registration-block.letters-block.main-bg .btn, .registration-block.letters-block.main-bg .field {
		width: 75%;
	}
	.registration-block.letters-block.main-bg {
		padding-bottom: 190px;
		/*background-size: cover;*/
	}
	.prize-code.registration-block.letters-block.main-bg {
		padding-bottom: 20px;
	}
	.number-list li a .bot-number {
		width: 60px;
		height: 90px;
		bottom: -60px;
		line-height: 32px;
	}
	.product-block .item-wrap .item a picture {
		width: 60%;
		min-height: 80px;
		margin-bottom: 20px!important;
		vertical-align: top;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 70px;
		overflow: hidden;
	}
	.product-block .item-wrap .item {
		height: auto;
		width: 160px;
	}
	.product-block .item-wrap .item .price {
		font-size: 18px;
		letter-spacing: 8px;
	}
	.product-block .descr .subtitle {
		font-size: 28px;
		line-height: 32px;
		color: #fff;
	}
	/*
	.main-bg .descr h1 {
		font-family: 'fbspaceren-bold', sans-serif;
		color: #fff;
	}
	*/
	.top-block .banner-block picture {
		display: block;
	}
	.top-block .banner-block picture img {
		width: 100%;
	}
	.top-block .banner-block {
		text-align: center;
		padding: 60px 0px 0;
	}
	/*
	body #pages #faq .faq_item button {
		font-size: 30px!important;
		height: 60px;
		line-height: 60px;
		padding-right: 10px;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 14px;
	}
	*/
	body #pages div#faq .faq_item p {
		font-size: 26px!important;
		margin: 0;
	}
	body #pages div#faq .faq_item p span {
		font-size: 20px;
		line-height: 20px;
	}
	/*
	body #pages #faq .faq_item button .cross {
		top: 13px!important;
		left: 15px!important;
	}
	*/
	body #pages #faq .faq_item p {
		font-size: 22px!important;
		padding-right: 0px;
	}
	/*
	body .faq-block h2 {
		margin-bottom: 20px;
	}

	.faq-block {
		min-height: 472px;
		padding-top: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.registration-block .descr .subtitle {
		font-size: 23px;
		line-height: 32px;
	}
	*/
	.registration-block.add-code-block .descr .subtitle {
		font-size: 18px;
	}
	.centered {
		visibility: hidden;
	}
	.registration-block.letters-block.main-bg.red-bg {
		padding-bottom: 35px;
	}
}

@media screen and (max-width:381px) {
	.check-wrap {
		margin-right: 5px;
	}
	.registration-block.donate-computer .descr .subtitle br {
		display: none;
	}
	body .red-bg .number-list {
		max-width: 330px
	}
	.registration-block.donate-computer.thank-you .descr .subtitle {
		font-size: 26px;
	}
	body .donate-computer input.field {
		height: 57px;
	}
	section[data-name="add-code"] .add-code-block.main-bg {
		padding-top: 170px;
		background-position: top;
	}
	.product-block .item-wrap .item:after {
		font-size: 30px;
	}
	body section[data-name="letters-page"] .number-list {
		max-width: 335px;
	}
	body section[data-name="letters-page"] .registration-block.letters-block.main-bg {
		padding-bottom: 135px;
	}
	section[data-name="registration-1"] .registration-block.main-bg, section[data-name="registration-2"] .registration-block.main-bg, section[data-name="registration-3"] .registration-block.main-bg {
		padding-bottom: 130px;
		background-size: cover;
	}
	body .main-bg.registration-block .btn {
		width: 88%;
	}
	body .thank-you.registration-block.donate-computer a.btn {
		max-width: 100%;
		width: 90%;
		margin: 0 auto!important;
		height: 60px;
		line-height: 60px;
		max-width: 290px;
		font-size: 36px;
	}
	/*
	body #pages #faq .faq_item button {
		font-size: 32px!important;
		padding-left: 32px;
	}
	.step-block .item {
		margin-right: 60px;
		margin-top: 30px;
	}
	.step-block .item:before {
		right: -55px;
	}
	*/
	.step-block .item p {
		font-size: 22px;
		/*line-height: 22px;*/
		/*letter-spacing: -2px;*/
	}
	section[data-name="registration-3"] .check-wrap {
		margin-right: 10px;
	}
	/*
	body .registration-block .descr .subtitle {
		font-size: 20px;
		line-height: 34px;
	}
	*/
	section[data-name="registration-3"] .check-wrap .check-item label {
		width: 92%;
	}
	body .main-bg.registration-block .btn {
		width: 100%;
		max-width: unset;
	}
	/*	body .form-wrap input.field {
		max-width: 262px;
}*/
	body .select-wrap select {
		width: 100%;
		max-width: 270px;
	}
	body .select-wrap:before {
		left: 45px;
		top: 28px;
		border-style: solid;
		border-width: 8px 8px 0 8px;
	}
	body .donate-computer .select-wrap:before {
		top: 32px;
		left: 15px;
		border-width: 8px 8px 0 8px;
	}
	body .default-bg.registration-block.main-bg.donate-computer {
		min-height: 490px;
		padding-bottom: 100px;
	}
	body .form-wrap .custom-check {
		margin-left: 4px;
	}
	body .registration-block.donate-computer .check-wrap {
		margin-left: 10px;
		margin-right: 10px;
	}
	body .registration-block.donate-computer .btn {
		margin-left: 0!important;
		margin-right: 0!important;
	}
	body .select-wrap div.field {
		height: 56px;
		/*max-width: unset;*/
	}
	/*	body .form-wrap input.field {
		max-width: unset;
	}*/
	body .registration-block.donate-computer .check-wrap .check-item label {
		font-size: 14px;
		line-height: 18px;
	}
	body .registration-block .check-wrap .btn.btn-black {
		display: inline-block!important;
		margin: 0px auto 0px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		width: 290px;
		max-width: 270px;
		vertical-align: middle;
	}
	.donate-computer .subtitle {
		font-size: 20px;
		line-height: 26px;
		margin-top: 0;
	}
	body .registration-block.donate-computer .btn {
		max-width: 100%;
		height: 65px;
		line-height: 56px;
		width: 100%;
		font-size: 40px;
	}
	.donate-computer .field, .donate-computer .half-fields .field {
		/*max-width: 338px;*/
		height: 57px;
		line-height: 64px;
		font-size: 35px;
		/*padding-left: 14px;*/
		width: 100%;
	}
	.donate-computer input.field, .donate-computer select.field {
		height: 65px
	}
	body .donate-computer .select-wrap:before {
		left: 13px;
	}
	body .registration-block.donate-computer button.btn {
		margin-top: 30px!important;
	}
	body .logo-desk {
		width: 50%;
		margin: 0 auto 20px;
	}
	body .logo-desk img {
		width: 100%;
	}
	.registration-block.donate-computer .descr .subtitle {
		font-size: 24px;
		line-height: 26px;
		display: block;
		margin-bottom: 30px;
	}
	body .popup {
		width: 290px;
	}
	footer#footer .date {
		font-size: 17px;
	}
	.prize-code .info {
		font-size: 24px;
		line-height: 30px;
		margin-top: 20px;
	}
	footer#footer {
		padding-bottom: 35px;
	}
	body .registration-block.main-bg.full-bg .c body .red-bg .number-list {
		max-width: 350px;
	}
	.fixed-btn {
		font-size: 35px;
		height: 50px;
		line-height: 50px;
	}
	.registration-block.red-bg .descr .subtitle {
		font-size: 20px;
		line-height: 20px;
		display: block;
		margin-top: 0;
		padding-top: 0;
		color: #fff;
		margin-bottom: 20px;
	}
	.registration-block.letters-block.main-bg.red-bg {
		padding-bottom: 35px;
	}
	.product-block .item-wrap .item {
		width: 150px;
		margin: 0 10px 25px;
	}
	.product-block .item-wrap .item a picture {
		height: 60px;
		margin-top: 10px;
	}
	.go-action-block h2, .faq-block h2 {
		font-size: 42px;
	}
	.go-action-block p {
		font-size: 24px;
		/*letter-spacing: -2px;*/
		line-height: 26px;
	}
	body .registration-block.full-bg h1 {
		font-size: 50px!important;
		line-height: 20px!important;
		margin-bottom: 30px;
	}
	body .registration-block.main-bg.full-bg {
		padding-top: 150px;
		background-size: 768px 1100px;
	}
	.check-wrap .check-item label {
		vertical-align: top;
		width: 80%;
		display: inline-block;
		font-size: 16px;
		cursor: pointer;
		color: #000;
	}
	.number-list li a {
		margin: 0 3px 15px;
	}
	.registration-block.add-code-block .descr .subtitle {
		font-size: 17px;
		line-height: 24px;
	}
	.add-code-block.main-bg {
		padding-bottom: 0;
	}
}

@media screen and (max-width:365px) {
	.registration-block.add-code-block .descr .subtitle {
		font-size: 15px;
	}
	section[data-name="registration-3"] .registration-block.full-bg .descr .subtitle {
		font-size: 17px;
		line-height: 24px;
	}
	.prize-code .info {
		font-size: 20px;
	}
	body .popup {
		width: 236px;
	}
}

.product-block .item-wrap .item.out_of_stock a {
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
	cursor: default;
}

.product-block .item-wrap .item.out_of_stock:before {
	filter: brightness(5%);
	-webkit-filter: brightness(5%);
}

.product-block .item-wrap .item.out_of_stock:after {
	opacity: 1;
	cursor: default;
	width: 150px;
}

.new-select__list {
	max-height: 245px;
	overflow-y: auto;
}

html:not(.outer_scroll) #accessibility {
	right: 95px !important;
}

#navigation ul li a {
	font-size: 42px;
}

.page[data-name="prize-soldout"] {
	min-height: 830px;
}

.page[data-name="main-1st"] .descr {
	font-size: 24px;
	font-weight: bold;
}

.page[data-name="main-1st"] .prizes-img {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 40px;
}

.safari div .registration-block .btn, .fbios div .registration-block .btn {
	font-size: 18px;
}

.title-red {
	width: 241px;
	height: 61px;
	line-height: 61px;
	text-align: center;
	color: white;
	background: url(../assets/images/title_bg.png) no-repeat;
	background-size: 100% 100%;
	margin: auto;
	font-size: 28px;
}

.title-white {
	width: 241px;
	height: 61px;
	line-height: 61px;
	text-align: center;
	color: #db052b;
	background: url(../assets/images/title-bg-w.png) no-repeat;
	background-size: 100% 100%;
	margin: auto;
	font-size: 28px;
}

.page[data-name="main-1st"] h2, .page[data-name="homepage"] h2 {
	color: #db052b;
	font-size: 26px;
	font-weight: bold;
}

.page[data-name="homepage"] p, .page[data-name="homepage"] .caption, .page[data-name="homepage"] p *:not(a), .page[data-name="main-1st"] p, .page[data-name="main-1st"] .caption, .page[data-name="main-1st"] p *:not(a) {
	color: #db052b;
	font-size: 16px;
	/*padding-left: 15px;
	padding-right: 15px;*/
}

.page[data-name="homepage"] p a, .page[data-name="main-1st"] p a {
	color: #db052b;
}

.page[data-name="main-1st"] .caption, .page[data-name="homepage"] .caption {
	font-size: 28px;
}

.page[data-name="main-1st"] .faq-block h2, .page[data-name="homepage"] .faq-block h2 {
	color: #fff;
}

.page[data-name="homepage"] .new-sale {
	min-height: 240px;
}

.page[data-name="homepage"] .new-sale span {
	font-size: 24px !important;
	line-height: 10px;
	color: #db052b;
	font-weight: bold;
}

.safari .page[data-name="homepage"] .new-sale span {
	letter-spacing: -1px;
}

.add-code span {
	color: white;
}

.page[data-name="homepage"] .descr {
	font-size: 28px;
	text-align: center;
}

.page[data-name="homepage"] .prizes-img {
	width: 100%;
	/*padding-top: 50px;*/
}

.view_prizes_btn {
	/*display: none !important;*/
}

.page[data-name='main-1st'] .homepage-btn {
	font-size: 28px;
}

.step-block .item.item-1st .title-2 {
	font-size: 18px;
}

.page[data-name="homepage"] .top-block .top-title, .page[data-name='main-1st'] .top-block .top-title {
	position: absolute;
	font-size: 30px;
	color: white;
	top: 30px;
	right: 15px;
	font-weight: bold;
	width: 80%;
	text-align: right;
	margin: auto;
}

.white-color p, .white-color a:not(.btn), .white-color span {
	color: white !important;
}

.homepage .top-block .banner-block .new-sale a.btn {
	max-width: 220px;
}

body #pages #faq .faq_item button {
	border-radius: 0;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
}

body header #header_btns .lang {
	right: 110px;
	top: 25px;
	position: absolute;
	padding: 0;
	color: #db052b;
	font-size: 20px;
}

.g-recaptcha {
	z-index: 1000011;
	position: absolute;
}

.mobile.fb .page[data-name="homepage"] .new-sale span, .mobile.fbios .page[data-name="homepage"] .new-sale span {
	font-size: 26px !important;
	letter-spacing: -2px;
}

.mobile.fb:not(.fbios) .page[data-name="homepage"] p *:not(a) {
	font-size: 14px !important;
	/*letter-spacing: -2px;*/
}