BODY
{
	font-weight: normal;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	color: #000;
	background: #fff;
	background-position-y: 120%;
}
h1, h2, h3, h4 {
	font-family: 'ProximaNova', sans-serif;
	color: #ff0202;
}
h1 {
	font-size: 35px;
	line-height: 70px;
}
h2 {
	font-size: 32px;
	line-height: 50px;
}
h3{
	font-weight: bold;
	font-size: 28px;
	margin: 0;
}
h4{
	font-weight: bold;
	font-size: 22px;
	margin: 0;
}
a, a:hover{
	color: #ff0202;
}
.content{
	min-height: 100vh;
	/*background: url("../img/konkurs/bg_body.jpg") center no-repeat;*/
}
.text-black{
	color: #000;
}
.btn_rules_of_action,.btn_rules_of_action:active,.btn_rules_of_action:focus{
	font-size: 24px;
	background: #fe0000;
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	white-space: nowrap;
	border: 1px solid #fe0000;
	display: inline-block;
}
.btn_rules_of_action:hover{
	background: #fff;
	color: #fe0000;
}
.rules_of_action_gray_title{
	width: 100%;
	max-width: 800px;
	margin: auto;
	display: inline-block;
	padding-left: 10px;
}
.btn_rules_of_action_gray {
	display: block;
	font-size: 24px;
	padding: 10px 20px;
	border-radius: 10px;
	/*white-space: nowrap;*/
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.btn_rules_of_action_gray,.btn_rules_of_action_gray:active,.btn_rules_of_action_gray:focus{
	background: #f5f5f5;
	color: #000;
	border: 1px solid #f5f5f5;
}
.btn_rules_of_action_gray:hover{
	background: #ffffff;
	color: #000;
	border: 1px solid #777;
}
.end-text .btn_rules_of_action{
	padding: 20px 30px;
	border-radius: 20px;
}
.buttons_block_new  .btn_rules_of_action{
	width: 100%;
	max-width: 350px;
}
/* Nav */
.navbar-header{
	z-index: 100;
	position: fixed;
	top: 0;
	width: 100%;
	height: 96px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 5px 10px rgba(0,0,0, .14);
	font-family: 'ProximaNova', sans-serif;
}
#navbarContent {
	padding-right: 170px;
}
#navbarContent ul{
	margin: auto;
	padding: 0;
}
#navbarContent li{
	list-style: none;
	position: relative;
}
.header ul li .top_nav__link{
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	width: 230px;
	text-align: center;
	border: 1px solid #030303;
	border-radius: 15px;
	margin: 0 15px;
	line-height: 52px;
	display: block;
	height: 52px;
	white-space: nowrap;
}
.header ul li .top_nav__link:hover{
	color: #fff;
	background: #ff0202;
	border: 1px solid #ff0202;
	text-decoration: none;
}
.header ul li .register_top_link{
	width: auto !important;
	padding: 0 10px;
	color: #fff;
	background: #ff0202;
	border: 1px solid #ff0202;
}
.header ul li .register_top_link:hover{
	color: #ff0202;
	background: #fff;
	border: 1px solid #ff0202;
}
.tooltip_link{
	position: relative;
	cursor: pointer;
}
.header ul li .register_top_link:hover::after, .tooltip_link:hover::after {
	content: attr(data-title);
	position: absolute;
	left: 20px; bottom: -30px;
	z-index: 20;
	background: #fff;
	color: #ff0202;
	border: 1px solid #ff0202;
	border-top: 1px solid #fff;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	width: 150px;
	height: 30px;
}
.tooltip_link:hover::after{
	border-top: 1px solid #ff0202;
	width: 100%;
	min-width: 130px;
	height: max-content;
	left: 0;
	top: 0;
	line-height: 1.4;
	padding: 5px;
}
.header ul li .register_top_link:hover::before{
	content: '';
	position: absolute;
	left: 35px; bottom: -1px;
	border: 10px solid transparent;
	border-bottom: 10px solid #ff0202;
}
.logo_top_prize {
	 width: 160px;
	 display: block;
	 position: absolute;
	top: -30px;
	right: 100px;
	 z-index: 100;
 }
.logo_top_prize img{
	width: 100%;
}
@media (max-width: 2000px) and (min-width: 1615px) {
	.navbar-header{
		height: 75px;
	}
	.header ul li .top_nav__link{
		font-size: 18px;
		width: 175px;
		border-radius: 10px;
		margin: 0 15px;
		line-height: 42px;
		height: 42px;
	}
}
@media (max-width: 1800px){
	.logo_top_prize {
		top: -30px;
		right: 10px;
	}
}
@media (max-width: 1614px) and (min-width: 1380px) {
	.navbar-header{
		height: 54px;
	}
	.header ul li .top_nav__link{
		font-size: 14px;
		width: 145px;
		border-radius: 10px;
		margin: 0 10px;
		line-height: 32px;
		height: 32px;
	}
}
@media (max-width: 1379px) and (min-width: 1250px) {
	.navbar-header{
		height: 54px;
	}
	.header ul li .top_nav__link{
		font-size: 14px;
		width: auto;
		border-radius: 10px;
		margin: 0 10px;
		line-height: 32px;
		height: 32px;
		padding: 0 15px;
	}
}
@media (max-width: 1249px) and (min-width: 950px) {
	.navbar-header{
		height: 54px;
	}
	.header ul li .top_nav__link{
		width: auto;
		font-size: 14px;
		padding: 0 10px;
		border-radius: 10px;
		margin: 0 5px;
		line-height: 32px;
		height: 32px;
	}
	.header ul li .register_top_link:hover::after{
		font-size: 12px;
	}
}
@media (max-width: 1084px) and (min-width: 50px){
	#navbarContent {
		padding-right: 100px;
	}
	.logo_top_prize {
		width: 100px;
	}
}
@media (max-width: 949px) and (min-width: 768px) {
	.navbar-header{
		height: 54px;
	}
	.header ul li .top_nav__link{
		width: auto;
		font-size: 12px;
		padding: 0 5px;
		border-radius: 10px;
		margin: 0 5px;
		line-height: 32px;
		height: 32px;
	}
	.header ul li .register_top_link:hover::after{
		left: 15px; bottom: -20px;
		font-size: 12px;
		line-height: 20px;
		width: 100px;
		height: 20px;
	}
	#navbarContent {
		padding-right: 0;
	}
	.logo_top_prize{
		display: none;
	}
}
@media (max-width: 785px) and (min-width: 768px) {
	#navbarContent {
		padding-right: 100px;
	}
	.header ul li .where_buy_top_link,.logo_top_prize{
		display: none;
	}
}
@media (min-width: 768px){
	.navbar-header .navbar-toggler {
		display: none;
	}
	.navbar-nav>li>a {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	#navbarContent {
		padding-right: 0;
	}
	.navbar-header{
		height: 64px;
	}
	.navbar-header .navbar-toggler {
		position: absolute;
		top: 8px;
		right: 15px;
		background-color: transparent;
		background-image: none;
		border: 1px solid #E21F25;
		border-radius: 4px;
	}
	.navbar-header .navbar-toggler .icon-bar {
		background-color: #E21F25;
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		margin: 5px 0;
	}
	#navbarContent{
		background: rgb(255, 255, 255);
		position: absolute;
		top: 64px;
		/*padding: 0 15px 15px;*/
		width: 100%;
	}
	#navbarContent li{
		border-top: 1px solid #E5E5E5;
	}
	.header ul li .top_nav__link{
		font-size: 14px;
		width: auto;
		border: none;
		border-radius: 0;
		margin: 0;
		line-height: 32px;
		padding: 14px 3px;
	}
	.logo_top_prize{
		display: none;
	}
	.mob_nav_login {
		font-size: 14px;
		padding: 14px 0;
	}
	.end-text .btn_rules_of_action {
		padding: 10px 15px;
		border-radius: 15px;
		font-size: 18px;
	}
}

/* Header */
.header_top_banner{
	width: 100%;
	box-shadow: none;
	text-align: center;
	position: relative;
	max-width: 2560px;
	margin: 0 auto;
}
.header_top_banner .header_link {
	display: block;
	margin-top: 54px;
}
.header_top_banner .header_link img{
	width: 100%;
	max-width: 2560px;
}

@media (max-width: 767px) {
	.header_top_banner{
		margin-top: 54px;
	}
	.header_img_s{
		display: inline-block !important;
	}
	.header_img_b{
		display: none;
	}
}
.top_title_with_icon span{
	font-family: 'ProximaNova', sans-serif;
	color: #ff0202;
	font-weight: bold;
}
.top_title_with_icon span:before, .top_title_with_icon span:after{
	background: #ff0202;
}
/* Section Brands */
section{
	/*box-shadow: -10px 0 6px -6px rgba(0,0,0,0.2), 10px 0 6px -6px rgba(0,0,0,0.2), 0 10px 6px -6px rgba(0,0,0,0.2);*/
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);
	background: rgba(255, 255, 255, 0.85);
}
section .row {
	margin: 0 10px;
}
.section_brands{
	padding: 60px;
	margin-bottom: 65px;
}
.top_sb_icons div{
	text-align: center;
}
.top_sb_icons_title{
	margin-bottom: 30px;
}
.top_sb_icons_title h2,.top_sb_icons_title h3{
	color: #000;
}
.section_brands__red_icon{
	width: 100%;
	max-width: 160px;
}
.top_sb_icons_text{
	text-align: center;
}
.top_sb_icons_text h3{
	margin: 28px 0 12px;
	color: #000;
	text-transform: uppercase;
}
.brands_img{
	margin-top: 33px;
	text-align: center;
}
.brands_img img{
	/*width: 100%;*/
	max-height: 100px;
}
.brands_social ul{
	display: flex;
	justify-content: center;
	margin: auto;
	padding: 0;
}
.brands_social{
	margin-top: 18px;
}
.brands_social li{
	list-style: none;
}
.brands_social a{
	width: 35px;
	height: 35px;
	border-radius: 10px;
	line-height: 35px;
	transition: all 0.2s linear 0s;
	font-size: 16px;
	text-align: center;
	background: #abb2ba;
	display: block;
	color: #fff;
	margin: 0 5px;
}
/* Carousel */
.main_prizes_block{
	text-align: center;
}
.main_prizes{
	color: #fff;
	background: #fe0000;
	font-size: 44px;
	padding: 0 20px;
	line-height: 70px;
	margin: 50px;
	text-transform: uppercase;
	display: inline-block;
}
/*.prizes_owl-carousel .item{*/
/*	display: flex;*/
/*}*/
.prizes_owl-carousel .item img{
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
	color: #b2b2b2;
}
.prizes_owl-carousel .item .car_text{
	padding: 25px;
}
.prizes_owl-carousel .car_text h3{
	color: #000;
}
.red{
	color: #E21F25;
}
.prizes_owl-carousel .car_text a{
	color: #E21F25;
	text-decoration: underline !important;
}
.prizes_owl-carousel .car_text a:hover{
	color: #E21F25;
	text-decoration: none !important;
}

/* Guaranteed gifts */
.guaranteed_gifts_block{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	z-index: 10;
}
.guaranteed_gifts_line{
	background: #fe0002;
	height: 5px;
	margin: 0 20px;
	width: 100%;
}
.guaranteed_gifts{
	line-height: 45px;
	text-align: center;
	white-space: nowrap;
	background: #fff;
}
.guaranteed_gifts_brands{
	text-align: center;
	top: -15px;
}
.guaranteed_gifts_brands img{
	height: 250px;
	margin-bottom: 20px;
}
.guaranteed_gifts_brands a{
	text-decoration: underline;
}
.guaranteed_gifts_brands a:hover{
	text-decoration: none;
}
.guaranteed_gifts_brands_new{
	font-size: 26px;
}
.guaranteed_gifts_brands_new img {
	max-width: 60%;
}
.buttons_block{
	margin: 40px 0 30px;
}
/*.buttons_block:last-child {*/
/*	text-align: right;*/
/*}*/
.buttons_block a{
	font-size: 34px;
	background: #fe0000;
	color: #fff;
	padding: 20px 30px;
	margin: 30px 0;
	border-radius: 20px;
}

/* Questions */
.title_questions {
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 25px;
	padding: 18px;
	border: none;
	background: #f5f5f5;
}
.panel-default {
	border: none;
}
.panel-default>.panel-heading{
	border: none;
	background: #f5f5f5;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}
.panel-title{
	font-size: 24px;
	text-transform: uppercase;
	position: relative;
}
.panel-title [aria-expanded=false] {
	color: #000;
}
.panel-title [aria-expanded=true] {
	color: #ff0202;
}
.panel-title [aria-expanded=false]:after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -2, 6);
	z-index: 5;
	position: absolute;
	top: -10px;
	right: 0;
}
.panel-title [aria-expanded=true]:after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
	border-top: 3px solid #ff0202;
	border-right: 3px solid #ff0202;
	transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -2, 6);
	z-index: 5;
	top: 0;
	position: absolute;
	right: 0;
}
.panel-collapse {
	margin-top: 15px;
}
/* Promotion is going */
.promotion_is_going {
	font-size: 34px;
	background: #fe0000;
	color: #fff;
	padding: 20px 30px;
	margin: 30px;
	border-radius: 20px;
	text-align: center;
}
.promotion_is_going_end {
	display: inline-block;
	margin: 20px auto 30px;
}
.promotion_is_going_end:hover, .promotion_is_going_end:visited{
	color: #fff;
}
.winner_title{
	margin-bottom: 20px;
}
#accordion_winners table{
	width: 100%;
}
#accordion_winners tr:nth-child(even){
	background: #fdfdfd;
}
#accordion_winners th, #accordion_winners td{
	padding: 10px;
}
/* Questions form */
.questions_form {
	background: #e5e5e5;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.25);
	padding: 30px;
}
.form_err_message{
	margin: 0;
	padding: 0;
}
.alert{
	margin: 20px;
}
.questions_form-title {
	color: #000;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	font-size: 32px;
}
.btn-questions_form {
	border-radius: 5px;
	background: #e5e5e5;
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.15);
	text-transform: uppercase;
	font-size: 18px;
}
.btn-questions_form {
	border-radius: 5px;
	background: #e5e5e5;
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
	font-size: 18px;
	padding: 0;
	margin: 10px 0 10px auto;
	display: block;
}
.login_forgot_pass{
	border: 1px solid #E21F25;
}
@media (max-width: 767px) {
	.btn-questions_form{
		margin-right: auto;
	}
}
.btn-questions_form span {
	border: 1px dashed #808080;
	margin: 5px;
	padding: 11px 20px;
	display: block;
	border-radius: 5px;
}

.questions_form input[type=text], .questions_form input[type=email], .questions_form textarea{
	border-radius: 10px;
	border: none;
}
.questions_form .form_err_message{
	background: none;
}

@media (min-width: 768px) {
	.navbar-brand{
		display: none;
	}
	.panel-title{
		padding-right: 30px;
	}
	.end-text {
		margin: -16px 0 -14px;
	}
}
@media (max-width: 767px) {
	section .row {
		margin: 0;
	}
	.top_sb_icons > div{
		padding-top: 20px;
	}
	.section_brands__red_icon{
		width: 60%;
	}
	.top_sb_icons_text h3{
		margin: 15px 0 5px;
	}
	.section_brands.container {
		padding: 0 0 30px;
		margin-bottom: 0;
		box-shadow: none;
	}
	.navbar-header .navbar-brand{
		padding: 0;
		margin: 0 auto 0 15px;
	}
	.navbar-brand img{
		height: 58px;
	}
	.main_prizes {
		font-size: 34px;
		padding: 15px 10px;
		line-height: 1;
		margin: 50px 0;
		width: 100%;
	}
	.brands_img {
		margin-top: 25px;
	}
	.brands_social {
		margin-top: 5px;
	}
	.guaranteed_gifts_block{
		display: block;
	}
	.guaranteed_gifts_line{
		margin: 10px 0;
	}
	.guaranteed_gifts_line:first-child{
		display: none;
	}
	.guaranteed_gifts h3{
		white-space: normal;
	}
	.buttons_block{
		text-align: center;
	}
	.buttons_block a{
		font-size: 20px;
		padding: 15px 20px;
	}
	.buttons_block:last-child {
		text-align: center;
	}
	.title_questions {
		text-align: center;
		font-size: 34px;
		margin: 20px 0;
		line-height: 1.2;
	}
	.owl-controls .owl-buttons div.owl-prev, .owl-nav .owl-prev{
		left: -10px;
	}
	.owl-controls .owl-buttons div.owl-next, .owl-nav .owl-next{
		right: -10px;
	}
	.panel-title {
		font-size: 20px;
	}
	.promotion_is_going {
		font-size: 24px;
		padding: 20px;
		margin: 20px 0 30px;
	}
	.panel-title [aria-expanded=true]:after{
		display: none;
	}
	.panel-title [aria-expanded=false]:after{
		display: none;
	}
	.questions_form {
		background: #e5e5e5;
		box-shadow: none;
		padding: 15px;
	}
	.login_forgot_pass{
		margin-bottom: 20px;
	}
	.guaranteed_gifts_brands_new img {
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	#navbarContent li.mob_nav_login {
		display: none;
	}
}
@media (max-width: 949px) and (min-width: 768px){
	.btn_rules_of_action{
		font-size: 18px;
		padding: 8px 15px;
	}
	.title_questions{
		font-size: 34px;
	}
}
