*{
	box-sizing: border-box;
	font-family: 'Ubuntu', sans-serif;
}
body,html{
	margin: 0;
	padding: 0;
}
body{
	background-image: url(..//img/bg.png);
}
header{
	height: 80px;
	background-color: #FFB931;
}
header .wrapper{
	padding: 0 10px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
header .wrapper .logo{
	width: 20%;
	color:#fff;
	font-weight: 600;
	font-size: 24px;
	margin-right: 50px;
}
header .wrapper .text{
	max-width: 160px;
}
.bit_title{
	font-size: 13px;
	font-weight: 700;
	color:#fff;
}
.subtitle{
	font-size: 12px;
	color:#fff;
	margin-top: 4px;
}
.offer{
	max-width: 280px;
	text-decoration: none;
	background-color: #fff;
	border-radius: 60px;
	display: block;
	/*overflow: hidden;*/
	padding-top: 20px;
	box-shadow: 0 0 10px #dedede;
	margin: 30px auto;
	position: relative;
}
.offer:nth-child(1):before{
	content:"";
	position: absolute;
	width: 80px;
	height: 24px;
	background-image: url(..//img/stars.png);
	background-repeat: no-repeat;
	background-position: center center;
	left:50%;
	top:-12px;
	transform: translateX(-50%);
}
.offer:nth-child(2):before{
	content:"";
	position: absolute;
	width: 80px;
	height: 24px;
	background-image: url(..//img/stars.png);
	background-repeat: no-repeat;
	background-position: center center;
	left:50%;
	top:-12px;
	transform: translateX(-50%);
}
.offer:nth-child(3):before{
	content:"";
	position: absolute;
	width: 80px;
	height: 24px;
	background-image: url(..//img/stars.png);
	background-repeat: no-repeat;
	background-position: center center;
	left:50%;
	top:-12px;
	transform: translateX(-50%);
}
.offer .logo img{
	max-width: 120px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.info_block{
	font-size: 11px;
	color:#383640;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.info_block .info_title{
	font-weight: 600;
	color:#383640;
}
.info_block_wrap{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0 20px;
	margin: 12px 0;
}
.bottom_block{
	padding: 10px 0;
	background-color: #FFB931;
	box-shadow: 4px 12px 44px rgba(128, 207, 28, 0.3);
border-radius: 20px;
border-bottom-left-radius: 45px;
border-bottom-right-radius: 45px;
}
.apply_button{
	width: 180px;
	background: #DF561B;
border-radius: 20px;
height: 38px;
line-height: 38px;
text-align: center;
color:#fff;
margin: 6px auto;
	-webkit-animation: bounce 0.75s infinite;
}
@-webkit-keyframes bounce {
	0% {
		transform: scale(1,1) translate(0px, 0px);
	}

	30%{
		transform: scale(1,0.6) translate(0px, 5px);
	}

	75%{
		transform: scale(1,1.1) translate(0px, -10px);
	}

	100% {
		transform: scale(1,1) translate(0px, 0px);
	}
}


.description{
	font-size: 10px;
	color:#fff;
	text-align: center;
}

.overlay{
	background-color: rgba(0, 0, 0, 0.35);
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
}
.text_bottom{
	color:#272727;
}
.text_bottom p{
	line-height: 24px;
}
.text_bottom ul li{
	margin:10px 0;
}
.modal{
	width: 450px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	padding: 0 20px;
}
.icon_fire{
	position: relative;
	text-align: center;
}
.icon_fire img{
	margin: 0 auto;
	margin-top: -28px;

	position: relative;
}
.modal_title{
	width: 100%;
	/*height: 70px;*/
	position: relative;
	color:#000;
	font-weight: bold;
	font-size: 20px;
	text-align: center;

	padding: 10px;
}
.offer_modal .logo{
	padding: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	margin-bottom: 5px;
	/*padding-left: 40px;*/
}
.modal .offer_button{
	margin-bottom: 0;
	height: 52px;
	line-height: 52px;
	border-radius: 0;
	background-color: #F09917 !important;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	width: 130px;
}
.modal{
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
}
.modal_text{
	text-align: center;
	padding: 0 10px;
	color: #3D3D3D;
	font-size: 14px;
}
.offer_modal .logo img{
	max-width: 130px;
	max-height: 30px;
}
.offer_modal .text{
	color: #191919;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	margin: 5px 0;
}
.close_modal{
	position: absolute;
	top:30px;
	width: 20px;
	right:50px;
	cursor: pointer;
}
.offer_modal{
	padding: 10px 0;
	padding-top: 15px;
}
.close_modal img{
	max-width: 15px;
}
.offer_modal{
	width: 45%;
	display: block;
	text-decoration: none;
	flex-wrap: wrap;


	margin: 10px 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
}
.offer_modal .button .offer_button{
	margin: 0 auto;
}
.offer_modal.border{
	border-top: 1px solid #0099FF;
	border-bottom: 1px solid #0099FF;
}
.modal_bottom{
	padding: 15px 0;
	position: relative;
	background-color: #0099FF;
}
.offer_modal{
	position: relative;
}
.point_block{
	position: absolute;
	left: 50%;
	top: -12px;
	transform: translateX(-50%);
}
.modal .offer_button{
	margin-bottom: 0;
	height: 30px;
	line-height: 30px;
	border-radius: 0;
	/* background-color: #F09917 !important;*/
	border-radius: 12px;
	width: 130px;
	transition: .3s;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-align: center;
}
.modal_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.modal .first .offer_button{
	background-color: #006CE7 !important;
}
.modal .second .offer_button{
	background-color: #F09917 !important;
}
.modal .third .offer_button{
	background-color: #1B8648 !important;
}
.offer_button:hover {
	opacity: .7 !important;
}
@media(max-width: 767px){
	.modal_title{
		font-size: 15px;
	}
	.offer_modal{
		padding: 18px 30px;
	}
	.modal_title{
		margin-bottom: 15px;
	}
	.modal_title:before {
		height: 115px;
		background-position-y: 115px;
	}
	.input_block input{
		width: 166px;
		font-size: 15px;
	}
	.offer_modal .logo img{
		max-width: 100px;
	}
	.offer_modal .button .offer_button{
		margin-top: 10px;
	}
	.modal{
		max-width: 98%;
	}
	.offer_modal{
		padding: 0;
	}
	.offer_modal .logo{
		padding-left: 10px;
	}
	.modal .offer_button{
		width: 100px;
	}
	.offer_modal .logo{
		padding-left: 17px;
	}
	.offer_modal .button .offer_button{
		margin-top: 0;
	}

	.offer_modal{
		width: 41%;
		padding: 10px 0;
		padding-top: 15px;
	}
	.offer_modal .logo img{
		max-width: 85px;
		max-height: 20px;
	}
	.offer_modal .logo{
		padding: 0;
	}
}
.cookie_banner{
	width: 350px;
	padding: 15px;
	box-shadow: 0 0 5px #000;
	position: fixed;
	border-radius: 12px;
	background-color: #000;
	z-index: 99999;
	right:20px;
	bottom: 20px;
	display: none;
}
.apply_wrapper{
	display: flex;
	justify-content: flex-end;
}
.agree_text{
	font-size: 12px;
	line-height: 18px;
	color:#fff;
}
.cookie_banner .apply_button_banner{
	width: 75px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	color:#fff;
	cursor: pointer;
	background-color: #4DC07B;
	margin-top: 10px;
}
@media(max-width: 767px){

	.cookie_banner{
		width: 100%;
		bottom: 0;
		right: 0;
	}
}
.arrrow_faq{
	position: absolute;
	top:20px;
	right:20px;
}
.faq_item_slide{
	background-color: #fff;
	position: relative;
	padding: 15px 25px;
	box-shadow: 0px 4px 4px #DCD9E8;
	border-radius: 30px;
	margin: 20px 0;
}
.faq_slide h2 span{
	color: #7E59E7;
}
.faq_title_slide{
	color: #383640;
	font-size: 22px;
	font-weight: 600;
	cursor: pointer;
}
.faq_slide{
	padding: 20px 0;
	margin-top: 40px;
	/*background-image: url(..//img/back_grey.png);*/
	background-repeat: no-repeat;
	background-size: cover;
}
.faq_slide h2{
	text-align: center;
}
.faq_item_slide .faq_descr_slide{
	display: none;
}
.faq_item_slide.active .arrrow_faq{
	transform: rotate(180deg);
}
.faq_item_slide.active .faq_descr_slide{
	display: block;
}
.hidden{
	display: none;
}
.offer .wrapper{
	position: relative;
}
.volos{
	position: fixed;
	z-index:99;
	right: 0;
	top: 100px;
	width: 300px;
	height: auto;
	display:none;
}
.volos img{
	max-width: 100px;
}
.bottom_buttons{
	display: none;
}
@keyframes rotation {
	0%   { transform: rotate(45deg) }
	25% { transform: rotate(-45deg) }
	50% { transform: rotate(45deg) }
	100% { transform: rotate(0deg) }
}
.email-widget-bubble {
	bottom: 80px;
	right: 0px;
	background: transparent url(/img/present_discount.png) no-repeat 50% 50%;
	background-size: contain;
	cursor: pointer;
	width: 81px;
	height: 81px;
	position: fixed;
	z-index: 1055;
	overflow: hidden;
	-webkit-animation: rotation 5s infinite; /* Safari 4+ */
	-moz-animation:    rotation 5s infinite; /* Fx 5+ */
	-o-animation:      rotation 5s infinite; /* Opera 12+ */
	animation:         rotation 5s infinite; /* IE 10+, Fx 29+ */
}
@media(max-width: 767px){
	.bottom_buttons{
		display: block;
		width: 100%;
		background-color: rgba(255,255,255,.9);
		position: fixed;
		bottom:0;
		left:0;
		height: 50px;
		z-index: 999;
	}
	.button_left{
		transform: rotate(270deg);
	}
	.bottom_buttons_wrapper{
		height: 100%;
		padding: 0 30px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.bottom_buttons_wrapper img{
		height: 20px;
	}

}
@media(max-width: 767px){
	.volos{
		display: block;
	}
}

.push_block {
	width: 300px;
	height: 72px;
	background-image: linear-gradient(#273EBC, #D638DA);
	border-radius: 20px 0px 0px 20px;
	display: block;
	position: fixed;
	top: 100px;
	right: 0;
	display: none;
}

.white_block {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
	width: 295px;
	height: 67px;
	border-radius: 20px 0px 0px 20px;
	background-color: #fff;
	padding: 0 20px;
	margin-top: 2px;
	margin-left: 2px;
}

.push_block .image_block img {
	width: 25px;
	max-width: 25px;
}

.push_block #text_block {
	text-align: right;
	margin-left: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #272727;
}