/* 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: #e72830;
}

html {
	overflow-x: auto;
}

body {
	min-width: 1200px;
	background-color: #fff;
	/*background-image: url(../assets/images/mid-bg-default.jpg);*/
	background-attachment: fixed;
	background-size: initial !important;
	/*background-size: cover;*/
	background-position: top right !important;
	color: #333333;
	position: relative;
	font-family: 'fbspaceren-regular', sans-serif;
	font-size: 14px;
}

body header #header_bar_wrapper {
	background-color: #fff;
}

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: 17px;
	right: 50px;
}

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 .btn-white {
	background-color: #fff;
	color: #fff;
}

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;
}

body .btn-black {
	color: #db052b;
	border-color: #ffed00;
	background-color: #fff56b;
	transition: all .3s ease;
	width: 265px;
	height: 64px;
	line-height: 64px;
}

body .btn-black:hover {
	opacity: .9;
}

body .btn.cust-home-btn:hover {
	transform: translateY(2px);
}

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

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

body .top-block .btn-black {
	text-align: center;
	padding: 0;
	margin: 30px auto 0;
	float: none;
	max-width: 290px;
	height: 66px;
	line-height: 66px;
	font-size: 45px;
	position: relative;
	z-index: 100;
}

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

.hidden {
	display: none;
}

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

.top-block {
	position: relative;
}

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

section[data-name="main-1st"] .top-block .container {
	z-index: 54;
	position: relative;
}

.top-block {
	min-height: 465px;
	background-image: url(../assets/images/top-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.main-1s .top-block .new-sale {
	margin-top: 390px;
	font-size: 52px;
	font-family: 'fbspaceren-bold', sans-serif;
}

.main-1s .descr {
	margin-top: 30px;
	font-size: 35px;
	line-height: 35px;
	color: #fff;
}

.main-1s .main-bg.step-block {
	margin-top: -95px;
	padding-top: 80px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: center;
	position: relative;
	background-image: url(../assets/images/mid-bg.png), url(../assets/images/mid-bg-bottom.png);
	background-size: 100% 500px, 100% 860px;
	background-repeat: no-repeat, no-repeat;
	background-position: 0 20px, 0px 1330px;
	background-color: white;
}

.top-block .new-sale {
	margin-top: 10px;
	font-size: 40px;
	line-height: 40px;
	color: #db052b;
	text-align: center;
}

.banner-block {
	text-align: center;
}

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

.pinlogin {
	direction: ltr;
}

.top-block .sale {
	margin-top: 80px;
	float: left;
	position: relative;
}

.main-bg {
	min-height: 370px;
	background-image: url(../assets/images/mid-bg.png);
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	margin-top: -100px;
	padding-top: 150px;
	padding-bottom: 230px;
	text-align: center;
	position: relative;
}

/*.main-bg:before, .main-bg:after {
	position: absolute;
	content: '';
	left: 0;
	top: -202px;
	width: 100%;
	height: 203px;
	background-image: url(../assets/images/bg-before.png);
}
.main-bg:after {
	background-image: url(../assets/images/bg-after.png);
	bottom: -202px;
	top: auto;
}*/

.homepage .main-bg {
	background-image: url(../assets/images/mid-bg.png);
	background-color: white;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 75px;
}

.homepage .main-bg .bg-wrapper {
	content: '';
	min-height: 400px;
	background-image: url(../assets/images/product-bg.jpg);
	background-size: 100% auto;
	background-repeat: repeat;
	position: absolute;
	transform: rotate(-4deg);
	width: 129vw;
	height: 95%;
	left: -14vw;
	top: 48px;
}

.homepage .bg-wrapper-2 {
	content: '';
	background-image: url(../assets/images/product-bg.jpg);
	background-size: 100% auto;
	background-repeat: repeat;
	position: absolute;
	transform: rotate(-4deg);
	width: 129vw;
	height: 95%;
	left: -30vw;
	top: 950px;
}

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

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

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

.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: -5px;
	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;
	color: #fff;
	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;
}

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

.prizes-img {
	margin-top: 20px;
}

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

/*.main-bg {
	background-image: url(../assets/images/mid-bg-sm-def.jpg);
	background-size: auto;
	background-repeat: repeat;
	margin-top: 0;
	padding-top: 150px;
	padding-bottom: 230px;
	text-align: center;
	position: relative;
}*/

/*
.main-bg:before, .main-bg:after {
	position: absolute;
	content: '';
	left: 0;
	top: -202px;
	width: 100%;
	height: 203px;
	background-image: url(../assets/images/bg-before.png);
}
.main-bg:after {
	background-image: url(../assets/images/bg-after.png);
	bottom: -202px;
	top: auto;
}
section[data-name="main-1st"] .main-bg {
	margin-top: -205px;
	background-image: url(../assets/images/mid-bg-sm.png);
	padding-bottom: 230px;
	padding-top: 180px;
	position: relative;
	z-index: 50;
}
 */

section[data-name="main-1st"] .top-block {
	min-height: 510px;
}

a {
	text-decoration: none;
}

.btn-circle {
	position: absolute;
	left: 25px;
	bottom: -48px;
	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;
	height: 100px;
	width: 100px;
	font-size: 22px;
	line-height: 20px;
	transform: rotate(-15deg);
	transition: all .3s ease;
}

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

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

#pages {
	padding: 0;
}

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

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

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

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

.product-block .item-wrap .item {
	width: 33%;
	max-width: 250px;
	margin: 0 15px;
	/*height: 225px;*/
	position: relative;
}

.product-block .item-wrap .item a {
	height: 250px;
}

.product-block .item-wrap .item a picture img {
	width: auto;
	max-height: 100%;
}

.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 picture {
	display: block;
}

.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 20px;
	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: 26px;
	line-height: 34px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.product-block .item-wrap .item picture {
	display: block;
	margin-bottom: 20px;
}

.product-block .item-wrap .item .price {
	background-color: #db052b;
	color: #fff;
	position: relative;
	font-size: 28px;
	letter-spacing: 10px;
	line-height: 40px;
	font-family: 'fbspaceren-bold', sans-serif;
	border-radius: 10em;
	text-align: center;
	width: 180px;
	height: 40px;
	display: block;
	margin: 5px auto 10px;
}

.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;
}

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

.step-block .item {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 0px;
}

/*.step-block .item h3 {
	font-size: 59px;
	line-height: 30px;
	letter-spacing: -2px;
	color: #db052b;
	display: inline-block;
	height: 64px;
	line-height: 64px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	max-width: 100%;
	width: auto;
}*/

.step-block .item {
	position: relative;
	text-align: center;
}

/*.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;
	color: #db052b;
	border-radius: 10em;
	line-height: 68px;
	background-color: #fff;
}*/

.title-red {
	width: 375px;
	height: 80px;
	line-height: 70px;
	text-align: center;
	color: white;
	background: url(../assets/images/title_bg.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto 30px;
	font-size: 50px;
}

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

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

.step-block .item p {
	color: #db052b;
	font-size: 35px;
	line-height: 30px;
}

.logo-wrap {
	display: flex;
	justify-content: center;
}

h2 {
	color: #db052b;
	font-size: 45px;
	font-weight: bold;
}

.step-block .item.item-1st {
	margin-top: 80px;
}

.bot-item p {
	font-size: 35px;
	line-height: 35px;
}

.step-block .btn {
	color: #db052b;
	max-width: 420px;
	font-size: 40px;
}

.step-block .item.item-2st {
	margin-left: 0px;
}

.item b {
	color: #db052b;
	;
}

.item span {
	color: #db052b;
	font-size: 25px;
}

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

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

.step-block .item p {
	font-size: 32px;
	line-height: 27px;
	letter-spacing: -1.05px
}

.go-action-block {
	/*min-height: 620px;*/
	margin-top: 0px;
	/*padding-top: 130px;*/
	text-align: center;
	/*background-image: url(../assets/images/mid-bg.png);*/
}

.go-action-block {
	min-height: unset;
	/*background-image: url(../assets/images/mid-bg.png);*/
	background-image: url(../assets/images/product-bg.png);
	background-size: 100% 600px;
	background-repeat: no-repeat;
}

.faq-block {
	background: #db052b;
}

.go-action-block h2 {
	color: #fff;
	font-size: 70px;
	line-height: 56px;
	font-family: 'fbspaceren-bold', sans-serif;
}

.go-action-block p {
	font-size: 34px;
	line-height: 36px;
	color: #fff;
	max-width: 96%;
	margin: 5px auto 0px;
}

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

footer div .logo-f {
	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%;
}

html[data-active-page="homepage"] footer .logo-f, html[data-active-page="main-1st"] footer .logo-f {
	margin: 0 40px 0px;
	display: flex!important;
}

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

html[data-active-page="homepage"] footer .logo-wrap {
	max-width: 620px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.step-block .caption {
	font-size: 25px;
	line-height: 27px;
	margin-bottom: 15px;
	display: block;
	color: #db052b;
}

body select.field {
	height: 64px;
	line-height: 54px;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: url(../assets/images/down_arrow.png) #fff no-repeat 12px 18px;
}

body select.field option {
	text-align: center;
	color: black;
	font-size: 24px;
}

body .select-wrap {
	width: 100%;
	margin: 0 5px 15px;
	height: 64px;
	max-width: 328px;
	padding: 0;
	font-size: 33px;
	position: relative;
}

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

body .field {
	color: #db052b;
	background-color: #fff;
	border-color: #db052b;
	width: 100%;
	margin: 0 5px 15px;
	height: 56px;
	max-width: 320px;
	text-align: center;
	padding: 0;
	font-size: 33px;
	transition: all .3s ease;
}

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

/*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;*/
}

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: 3px;
	position: relative;
	transition: all .3s ease;
	cursor: pointer;
}

.field.inline-btn {
	display: inline-block;
	width: 440px;
	max-width: unset;
}

body .registration-block button.btn {
	/*margin-top: 5px!important;*/
	height: 65px;
	line-height: 58px;
	position: relative;
	z-index: 100;
}

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;
}

.check-wrap {
	margin-right: 25px;
	margin-top: 30px;
}

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

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

.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: 250px!important;
	background-size: 100% auto!important;
	margin-bottom: -1px;
}

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

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

.letters-page {
	background-color: #db052b;
}

.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 .registration-block .descr h1 {
	font-size: 60px;
	line-height: 52px;
}

.letters-page .registration-block .descr .subtitle {
	font-size: 32px;
	line-height: 38px;
	color: #fff;
}

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

.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: 50px;
	width: 33%;
	border: 4px solid #fff;
	font-size: 28px;
	font-family: 'fbspaceren-bold', sans-serif!important;
}

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

.check-wrap .check-item label {
	vertical-align: top;
	width: 86%;
	display: inline-block;
	font-size: 20px;
	line-height: 17px;
	color: #000;
	cursor: pointer
}

body .registration-block #registration-3 button.btn {
	width: 400px;
	margin: 30px auto 0;
}

.check-wrap .check-item label>* {
	color: #000!important;
}

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

.check-wrap .check-item {
	text-align: right;
	transition: all .3s ease;
}

body .form-wrap .field {
	display: block;
}

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

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

.btn, .field {
	color: #db052b;
	border-color: #ffed00;
	background-color: #fff56b;
	position: relative;
	color: #fefefe;
	height: 65px;
	border: 4px solid #fff;
	border-radius: 10em;
	max-width: 260px;
	font-size: 44px;
	/*letter-spacing: -2px;*/
	display: block;
	line-height: 65px;
	margin: 20px auto 0;
	transition: all .15s ease;
}

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

.btn:hover {
	border-color: #db052b;
	transform: translateY(1px);
	opacity: .9;
}

.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;*/
	min-height: unset;
	padding-top: 0px;
}

.faq-block h2 {
	text-align: center;
	font-size: 56px;
	line-height: 50px;
	color: #fff;
	font-family: 'fbspaceren-bold', sans-serif;
	margin-bottom: 25px;
	margin-top: 65px;
}

/*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: 8px;
	bottom: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	left: 25px;
	overflow: hidden;
	transition: all .3s ease;
	background-color: transparent;
}

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

body #pages #faq .faq_item button.active .cross span {
	background-color: #db052b;
}

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

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

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

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

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

/*body #pages #faq .faq_item button.active .cross:before,
body #pages #faq .faq_item button.active .cross:after {
	position: absolute;
	content: '';
	background-color: #fff;
	top: 0;
	height: 13px;
	width: 100%;
}
body #pages #faq .faq_item button.active .cross:after {
	bottom: 0;
	top: auto;
}*/

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: #db052b;
	font-size: 40px;
	color: #fff;
	min-height: 56px;
	line-height: 46px;
	padding-right: 45px;
	border: 6px solid #fff;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 40px;
	position: relative;
	z-index: 20;
	transition: all .3s ease;
}

body #pages #faq .faq_item button.active {
	background: #fff;
	border-color: #db052b;
	color: #db052b;
}

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

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

body #faq .faq_item div {
	background-color: #fff;
	margin-top: -40px;
	padding-top: 40px;
	border-radius: 40px;
}

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

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

/*registration*/

.registration-block.main-bg .descr h1 {
	font-size: 50px;
	line-height: 80px;
	/*margin-bottom: 40px;*/
}

.registration-block.prize-code .descr .subtitle {
	font-size: 40px;
	line-height: 36px;
}

.registration-block .descr .subtitle {
	font-size: 28px;
	letter-spacing: 0px;
	line-height: 36px;
	display: block;
	margin-bottom: 30px;
}

.registration-block .descr .subtitle b {
	font-size: 30px;
}

.red-bg.registration-block .descr .subtitle {
	letter-spacing: 0;
}

body .registration-block .btn {
	display: block;
	margin: 0;
	font-size: 26px;
	color: #db052b;
	border-color: #ffed00;
	width: auto;
	height: 56px;
	max-width: unset;
	line-height: 56px;
}

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

body .registration-block .btn.btn-red {
	background-color: #db052b;
	border-color: #db052b;
	color: #fff;
	font-size: 26px;
	width: 440px;
	margin: 20px auto 0;
}

.registration-block.main-bg {
	min-height: 265px;
	padding-bottom: 30px;
	background-size: cover;
	margin-top: -30px;
	padding-top: 0
}

/*
.registration .registration-block.main-bg:before {
	background-image: url(../assets/images/mid-bg-bot.png);
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
}*/

section[data-name="registration-3"] .registration-block.main-bg {
	min-height: 265px;
	padding-bottom: 35px;
	background-size: cover;
	margin-top: -230px;
}

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

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

.letters-block.main-bg {
	margin-top: 0;
	background-position: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

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

.loginpin input, .type-code {
	display: inline-block;
	width: 40px;
	height: 70px;
	border-radius: 8px;
	font-size: 56px;
	line-height: 56px;
	margin: 0 3px;
	color: #000!important;
	text-align: center;
}

.tip {
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 20px;
	display: block;
}

.safari .add-code .tip a {
	text-decoration: underline;
}

.tip a {
	position: relative;
}

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

.prize-code * {
	color: #fff;
}

.prize-code {
	background-color: #db052b;
}

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

body .add-code .registration-block .btn {
	width: 290px;
	margin: 0 auto;
	color: #db052b;
	height: 53px;
	line-height: 53px;
	font-size: 30px;
}

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

/*.add-code-block.main-bg {
	padding-top: 30px;
	padding-bottom: 60px;
	background-image: url(../assets/images/mid-bg-default.jpg);
	background-attachment: fixed;
	background-size: initial !important;
	background-position: top right !important;
	margin-top: 0;
}*/

body .bot-bg {
	background-image: url(../assets/images/mid-bg-bot.png)!important;
}

.add-code .registration-block.main-bg {
	margin-top: 0;
	padding-top: 60px;
}

.add-code .registration-block.main-bg .descr h1 {
	font-size: 50px;
	line-height: 50px;
}

.add-code .registration-block.main-bg * {
	color: #fff;
}

.add-code .registration-block .descr .subtitle small {
	font-size: 30px;
}

.add-code .registration-block .descr .subtitle span {
	font-size: 30px;
}

.add-code .registration-block .descr .subtitle {
	font-size: 38px;
	margin-top: 10px;
}

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;
}

.page:not([data-name='donate-computer']) .default-bg.registration-block.main-bg {
	background-attachment: fixed;
	background-size: initial !important;
	background-position: top right !important;
}

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

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

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

.number-list {
	max-width: 460px;
	margin: 0 auto;
	direction: ltr;
}

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

.prize-code .prize-img {
	display: inline-block;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	max-width: 250px;
	left: 50px;
}

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

.prize-code.main-bg .descr h1 {
	margin-bottom: 0px;
	font-size: 48px;
	min-width: 20px;
	padding-right: 0px;
	padding-left: 0px;
}

.page[data-name='prize-code'] .row {
	position: relative;
	left: 100px;
}

.top-code {
	direction: ltr;
	margin-top: 50px;
}

.error-label {
	display: block;
	margin: 5px 25px 5px;
}

body .check-code-wrap .check-code {
	direction: ltr;
}

#registration-1 .btn-wrap, #registration-2 .btn-wrap, #donate-computer-3 .btn-wrap {
	height: 70px;
	display: inline-block;
	vertical-align: top;
}

#registration-1 .btn-wrap, #registration-2 .btn-wrap {
	width: 448px;
}

#donate-computer-3 .btn-wrap {
	width: 343px;
}

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

.registration-block.letters-block.red-bg.main-bg:before {}

.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;
	position: relative;
	z-index: 5;
}

.prize-code.letters-block.main-bg .container {
	position: relative;
	z-index: 100;
}

.prize-code.letters-block.main-bg {
	position: static;
	z-index: 55;
}

body .registration-block.prize-confirm button.btn {
	margin-top: 25px!important;
}

body .registration-block.prize-confirm .top-code {
	margin-top: 0;
}

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

/*.red-bg.letters-block.main-bg:before {
	content: '';
	position: absolute;
	left: 0;
	top: -85px;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	background-size: auto;
	background-repeat: no-repeat;
	background-image: url(../assets/images/bot-bg.png);
}*/

.red-bg.letters-block.main-bg .descr {
	margin-top: 70px;
	text-align: center;
	max-width: 850px;
	margin-left: 0;
	margin-right: auto;
}

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

.red-bg .number-list {
	max-width: 100%;
	text-align: left;
}

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

.red-bg .number-list li a {
	background-color: #fff;
	color: #db052b;
	line-height: 64px;
}

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

.red-bg .registration-block .descr .subtitle {
	font-size: 34px;
}

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

.check-code-wrap.incorrect-info .check-block-info .default-info, .check-code-wrap.correct-info .check-block-info .default-info {
	display: none;
}

.check-code-wrap .default-info {
	display: block;
}

body .prize-code .registration-block .check-block-info button.btn {
	width: 310px;
	margin: 10px auto 0;
	font-size: 21px;
}

body .prize-code .registration-block .incorrect-info .check-block-info button.btn {
	margin-top: 0;
}

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

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

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

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

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

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

.check-code-wrap .check-code .has_value {
	cursor: pointer;
}

.prize-code .info {
	font-size: 24px;
	line-height: 43px;
	margin-top: 30px;
	text-align: center;
	/*letter-spacing: -2px;*/
	padding-left: 20px;
	padding-right: 20px;
}

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

.prize-soldout .prize-code .info {
	font-size: 28px;
	line-height: 32px;
}

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

body section[data-name="add-code"] .default-bg.registration-block.main-bg {
	padding-top: 70px;
	padding-bottom: 50px;
}

.prize-code.main-bg .descr h1 {
	margin-bottom: 0px;
	letter-spacing: -2px;
}

.prize-code.registration-block .descr .subtitle {
	letter-spacing: -2px;
}

.prize-confirm.prize-code.main-bg {
	padding-bottom: 60px;
}

body .btn:hover {
	border-color: #db052b!important;
	transform: translateY(2px);
}

body .btn {
	transition: all .3s ease;
}

body .prize-confirm.prize-code.main-bg .btn {
	width: 300px;
	margin: 0 auto;
	font-size: 30px;
}

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

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

body .form-wrap div.field:hover {
	opacity: .9;
}

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

.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: -8px;
	border-radius: 100em;
	color: #db052b;
	font-size: 30px;
	font-weight: bold;
	border: none border-right-width: 5px;
	line-height: 38px;
}

.letters-page .registration-block.letters-block.main-bg .btn {
	width: 290px;
	display: inline-block;
}

.letters-page .registration-block.letters-block.main-bg .btn.btn-white {
	border: 4px solid #ffff;
	margin-right: 25px;
}

.letters-page .registration-block.letters-block h2 {
	background-image: url(../assets/images/title-bg-w.png);
	color: #db052b;
	background-repeat: no-repeat;
	width: 370px;
	margin: 0 auto;
	background-size: 100% auto;
	line-height: 78px;
}

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

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

.number-list li a .bot-number i {}

footer#footer {
	min-height: 325px;
	height: auto;
	background-color: #fff;
	position: relative;
}

footer .logo-f {
	display: block;
}

footer#footer .date {
	font-size: 20px;
	line-height: 32px;
	color: #000;
	margin-top: 40px;
}

/*popup*/

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

body .popup {
	background-color: #fff!important;
	position: relative;
	border-radius: 36px!important;
	width: 450px;
	min-height: 270px;
	height: auto;
	text-align: center;
	padding: 0 0 120px!important;
	color: #000;
}

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

body .popup .btn {
	width: 320px;
	height: 64px;
	line-height: 64px;
	font-size: 44px;
	border: none;
	margin-top: 20px;
	color: #db052b;
	border: 4px solid #ffed00;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20px;
}

body .popup h2 {
	color: #e01a22;
	font-family: 'fbspaceren-bold', sans-serif;
	font-size: 44px;
	line-height: 35px;
	margin-bottom: 15px;
	margin-top: 70px;
}

body .popup p, body .popup {
	color: #000000;
	font-size: 28px;
	line-height: 30px;
}

body .popup p {
	vertical-align: middle;
	display: block;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}

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

#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 #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: -25px;
	right: -15px;
	border-radius: 36px;
	transform: rotate(4deg);
	color: black;
	transition: all .3s ease;
}

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

.donate {
	background-color: #db052b;
	color: #fff;
}

.donate * {
	color: #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: 155px;
	padding: 15px;
	display: flex;
	margin: 30px 80px 0;
	vertical-align: top;
	font-size: 30px;
	line-height: 35px;
	height: 155px;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	color: #db052b;
	border-color: #ffed00;
}

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

.donate-block h1 {
	font-size: 70px;
	margin-bottom: 30px;
	font-weight: bold;
}

.donate-block .descr p {
	max-width: 680px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 30px;
}

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

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

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

.page[data-name="donate-computer"] {
	min-height: 640px;
}

.donate-computer h1 {
	font-size: 63px!important;
	margin-bottom: 5px!important;
}

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

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

.registration .registration-block.main-bg {
	background-image: none;
}

/*.registration .main-bg {
	background-image: none;
}
.registration {
	background-image: url(../assets/images/mid-bg.png);
}*/

.donate-computer .field {
	max-width: 470px;
	height: 56px;
	line-height: 46px;
}

.donate-computer select {
	max-width: 300px !important;
	padding-right: 15px;
	font-size: 24px;
	/*appearance: auto !important;
	-webkit-appearance: auto !important;*/
	/*text-align-last:center;*/
}

#donate-computer-3 input {
	max-width: 325px !important;
}

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

body .registration-block.donate-computer.thank-you .btn {
	margin-top: 30px!important;
	max-width: 317px
}

body .page[data-name='registration'] .registration-block select {
	padding-right: 30px;
	font-size: 33px;
	/*appearance: auto !important;
	-webkit-appearance: auto !important;*/
	max-width: 448px !important;
	margin: 0 auto;
}

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

.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: 24px;
	max-width: 170px;
	border-width: 2px;
}

body section[data-name="donate-computer-3"] .donate-computer .field {
	max-width: 317px;
	height: 56px;
	margin-bottom: 0;
}

body .default-bg.registration-block.main-bg {
	padding-bottom: 130px;
}

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

body .registration-block.donate-computer .check-wrap .check-item {
	width: 100%;
}

body .registration-block.donate-computer .check-wrap .check-item label {
	font-size: 23px;
}

body .registration-block.donate-computer .btn {
	max-width: 470px;
	height: 56px;
	line-height: 56px;
	/*margin-top: 25px!important;*/
	width: 100%;
}

body section[data-name="donate-computer-1"] .registration-block.donate-computer .btn {
	margin-top: 25px!important;
}

body section[data-name="donate-computer-2"] .registration-block.donate-computer .btn {
	margin-top: 0px!important;
}

body section[data-name="donate-computer-3"] .registration-block.donate-computer .btn {
	margin-top: 10px!important;
}

body .registration-block.donate-computer button.btn {
	line-height: 54px;
	height: 64px;
}

.donate-computer .half-fields .select-wrap {
	width: 48%;
	max-width: 325px;
	margin-bottom: 15px;
	height: auto;
	margin-left: 15px;
}

.select-wrap .field {
	text-align-last: center;
	text-align: center;
	/*max-width: 330px;*/
	margin: 0!important;
	width: 100%;
}

.donate-computer .half-fields .select-wrap .field {
	width: 100%;
	margin-bottom: 0;
	font-size: 28px;
	line-height: 60px;
	letter-spacing: -1.5px;
	padding-left: 0px;
}

body .donate-computer .select-wrap:before, body div .select-wrap:before {
	left: 15px;
	top: 28px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 12px;
}

body .registration-block.donate-computer .half-fields .btn {
	/*width: 48%;*/
	max-width: 325px;
}

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

.donate-computer select.field {
	height: 64px;
}

/*.donate-computer */

/*svg*/

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

.go-action-block picture svg {
	position: relative;
	z-index: 5;
}

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;
}

.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;
	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;
	background: ;
	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;
}
*/

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

section[data-name="homepage"] .main-bg {
	min-height: 570px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: none;
}

section[data-name="homepage"] .product-block .descr {
	margin-bottom: 0;
}

section[data-name="homepage"] .product-block .item-wrap {
	margin-top: 40px;
	/*padding-bottom: 215px;*/
	padding-bottom: 50px;
}

body .circle-half {
	width: 270px;
	overflow: hidden;
	height: 140px;
	margin: 0 auto 5px;
	display: block;
}

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

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

@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);
	}
}

body .circle-half .images-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	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: 0;
	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%;
}

.field-wrap {
	display: inline-block;
	vertical-align: top;
}

.field-wrap input {
	width: 440px;
	max-width: unset;
}

.inline {
	display: inline-block;
}

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

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

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

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

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

.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);
}

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

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

body .registration-block.donate-computer .btn.btn-black {
	margin-top: 0!important;
}

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

@media screen and (max-width:1800px) {
	/*	.main-1st .main-bg {
    margin-top: -150px;
    padding-top: 200px;
}*/
	body .main-1st .top-block {
		min-height: 540px;
	}
	.homepage_tab {
		top: 410px;
	}
}

@media screen and (max-width:1600px) {
	/*	.main-bg {
		margin-top: -250px;
		padding-top: 200px;
	}*/
	/*	.homepage .main-bg {
		margin-top: -215px;
		padding-top: 150px;
	}*/
	/*	.main-bg.prize-code {
		background-image: url(../assets/images/mid-bg-default.jpg);
		background-attachment: fixed;
		background-size: initial !important;
		background-position: top right !important;
	}*/
	/*	body .main-1st .top-block {
		min-height: 580px;
	}*/
}

@media screen and (max-width:1800px) {
	.homepage .top-block .new-sale {
		margin-top: 340px;
	}
}

@media screen and (max-width:1600px) {
	.homepage .top-block {
		/*background-size: contain;*/
		min-height: 370px;
	}
	.homepage .top-block .new-sale {
		margin-top: 290px;
	}
	.homepage_tab {
		top: 370px;
	}
}

@media screen and (max-width:1400px) {
	.homepage .top-block .new-sale {
		margin-top: 260px;
	}
	.homepage_tab {
		top: 340px;
		right: 20px;
	}
}

@media screen and (max-width:1240px) {
	.top-block {
		background-size: contain;
		min-height: 370px;
	}
	.homepage .top-block .new-sale {
		margin-top: 260px;
	}
	section[data-name="main-1st"] .top-block {
		min-height: 445px;
	}
	.main-1s .top-block .new-sale {
		margin-top: 230px;
	}
	/*	.main-1st .main-bg {
		margin-top: -150px;
		padding-top: 200px;
	}*/
	body .main-1st .top-block {
		min-height: 520px;
	}
	.homepage .main-bg .bg-wrapper {
		width: 170vw;
	}
	.homepage_tab {
		top: 360px;
		right: 20px;
	}
}

/*
@media screen and (max-width:1200px) {
	.step-block .item h3 {
		font-size: 46px;
	}
	.step-block .item.item-1st {
		margin-left: 45px;
		width: 36%;
	}
	.step-block .item p {
		font-size: 28px;
	}
	.step-block .item.item-2st {
		width: 42%;
	}
	.main-1s .main-bg.step-block {
		background-size: 100% 500px, 100% 850px;
		background-position: 0 0px, 0px 1500px;
	}
	
	.homepage .main-bg .bg-wrapper {
		min-height: 2500px;
		background-size: 100% 500px, 100% 850px;
		background-position: 0 0, 0px 1500px;
	}
}
*/

.product-block .item img {
	/*width: 178px;*/
	height: 120px;
}

.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: 210px;
}

.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='homepage'] .row {
	min-height: 600px;
}
*/

#pages {
	min-height: calc(100vh - 385px);
}

.page[data-name='loading'] {
	height: calc(100vh - 385px) !important;
	min-height: calc(100vh - 385px) !important;
}

/* Temp */

/*
.product-block {
	display: none;
}
*/

.homepage .descr {
	margin-top: 30px;
	font-size: 35px;
	line-height: 35px;
	color: #fff;
}

.homepage .top-block .btn-black {
	width: 330px;
}

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

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

.main-1s .top-block .top-title, .homepage .top-block .top-title {
	position: absolute;
	font-size: 52px;
	color: white;
	top: 20px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

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

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

.homepage .top-block .new-sale span {
	font-weight: bold;
}