*{
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}
header{
	height: 70px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.small_logo{
	max-width: 50px;
}
.wrapper{
	max-width: 1200px;
	margin:0 auto;
}
.subtitle span{
	color:#38AD0F;
	font-weight: 600;
}
.text_logo{
	background: -webkit-linear-gradient(90deg,#273EBC, #0040B5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 24px;
	font-weight: 600;
}
.subtitle img{
	max-width: 20px;
}
header .wrapper{
	height: 100%;
	display: flex;
	/*justify-content: center;*/
	align-items: center;
}
/*header .wrapper img{
	margin-left: -80px;
}*/
body,html{
	margin:0;
	padding: 0;
}
.title_section .title{
	color: #272727;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin:20px 0;
}
.title_section .title span{
	color:#38AD0F;
}
.title_section .subtitle{
	font-family: Roboto;
	font-size: 20px;
	color: #272727;
	text-align: center;
	line-height: 26px;
}
.offer{
	width: 270px;
	border-radius: 20px;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
	padding: 15px 5px;
	margin:20px 10px;
	display: block;
	position: relative;
	text-decoration: none;
}
.offer:nth-child(1):before{
	content:"";
	position: absolute;
	top: -15px;
	left: -25px;
	width: 50px;
	height: 50px;
	background-image: url(../images/gold-medal.svg);
}
.offer:nth-child(2):before{
	content:"";
	position: absolute;
	top: -15px;
	left: -25px;
	width: 50px;
	height: 50px;
	background-image: url(../images/silver-medal.svg);
	background-size: contain;
}
.offer:nth-child(3):before{
	content:"";
	position: absolute;
	top: -15px;
	left: -25px;
	width: 50px;
	height: 50px;
	background-image: url(../images/bronze-medal.svg);
	background-size: contain;
}
.offer_logo{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}
.offer_logo img{
	max-width: 200px;
	max-height: 50px;
	display: block;
	margin: 0 auto;
}
.offer_title{
	color: #303EBD;
	font-weight: 600;
	font-size: 15px;
	height: 20px;
	text-align: center;
	margin: 15px 0;
	/*height: 30px;*/
}
.offers{
	margin-top: 40px;
}
.offer_descr{
	/*display: flex;*/
	/*flex-wrap: nowrap;*/
	/*justify-content: space-between;*/
	color:#000000;
	font-size: 15px;
	font-weight: 300;
	margin: 5px 0;
}
.offer_descr img{
	max-width: 15px;
	margin: 0 10px;
}
.offer_descr.image{
	justify-content: center;
	display: block;
	text-align: center;
	/*margin: 15px 0;*/
}
.offer_button{
	display: block;
	width: 170px;
	height: 32px;
	background-color: #38AD0F;
	border:1px solid #38AD0F;
	border-radius: 6px;
	color:#fff;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	transition: .3s;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	margin:0 auto;
	margin-top: 15px;
}
.offer_button:hover{
	background-color: transparent;
	color:#3f51b5;
}
.offers .wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.overlay{
	background-color: rgba(0, 0, 0, 0.35);
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	display: none;
}
.text_bottom{
	color:#272727;
}
.text_bottom p{
	line-height: 24px;
}
.text_bottom ul li{
	margin:10px 0;
}
.modal{
	width: 600px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.modal_title{
	width: 100%;
	/*height: 70px;*/
	position: relative;
	color:#fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 20px 40px;
}
.modal_title:before{
	content:"";
	top:0;
	left:0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/wave-3.svg);
	background-size: cover;
	transform: rotate(180deg);
	background-position-y: 95px;
	z-index: -1;
}
.offer_modal .logo img{
	max-width: 150px;
}
.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;
	z-index: 9999999;
	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;
}
.push_block #text_block{
	text-align: right;
	margin-left: 10px;
	font-size: 14px;
	font-weight: 600;
	color:#272727;
}
.offer_modal .text{
	color: #191919;
	font-weight: bold;
	font-size: 25px;
}
.offer_modal{
	padding: 20px 30px;
	display: flex;
	text-decoration: none;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.offer_modal .button .offer_button{
	margin-top: 0;
}
.offer_modal.border{
	border-top: 1px solid #0099FF;
	border-bottom: 1px solid #0099FF;
}
.modal_bottom{
	padding: 15px 0;
	position: relative;
	background-color: #0099FF;
}

.input_block input{
	width: 198px;
	height: 33px;
	background: #FFFFFF;
	border-radius: 20px;
	border: none;
	padding-left: 15px;
	outline: none;
	font-size: 18px;
}
.input_block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.button_block{
	margin-top: 20px;
}
.button_block button{
	width: 220px;
	height: 33px;
	background: #FFFFFF;
	border-radius: 20px;
	border: none;
	font-weight: bold;
	font-size: 18px;
	color: #0099FF;
	display: block;
	margin: 0 auto;
	-webkit-text-fill-color: #0099FF;
	opacity: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.modal{
	position: relative;
}
.close_modal img{
	width: 30px;
	height: 30px;
}
.close_modal{
	position: absolute;
	right:10px;
	top:10px;
	cursor: pointer;
	z-index: 3;
}
.button_block button{
	cursor: pointer;
}
.button_block button:disabled{
	opacity: .7;
	cursor: not-allowed;
}
/*Adaptive Begin*/
@media(max-width: 767px){
	.wrapper{
		padding: 0 15px;
	}
	.modal{
		width: 94%;
		background: #fff;
		z-index: 999;
	}
	.overlay{
		z-index: 99999;
	}
	header .wrapper{
		justify-content: center;
	}
	.offer_modal{
		justify-content: center;
	}
	.offer_modal .text{
		font-size: 20px;
		margin-left: 20px;
	}
	.modal_title:before{
		height: 140px;
		background-position-y: 140px;
	}
	.input_block input{
		margin: 5px 0;
	}
	.offer .offer_button{
		font-size: 13px;
		width: 145px;
		height: 40px;
		line-height: 40px;
	}

	.offer_title, .offer_descr{
		font-size: 10px;
	}
	.offer_descr{
		font-size: 14px;
	}
	.offer_logo img{
		max-width: 140px;
		display: block;
		max-height: 35px;
	}
	.offer {
		max-width: 175px;
		border-radius: 20px;
		box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
		padding: 10px;
		margin: 10px 5px;
	}
	.offers{
		margin-top: 15px;
	}
	/*.title_section .title{
        font-size: 18px;
    }*/
	.mob_hid{
		display: none;
	}
	.title_section .title{
		margin-bottom: 0;
		font-size: 15px;
	}
	.title_section .subtitle{
		font-size: 15px;
	}
	.offers .wrapper{
		padding: 0;
	}
	.push_block{
		bottom: 20px;
		top:unset;
	}
	.offer:nth-child(1):before, .offer:nth-child(2):before, .offer:nth-child(3):before{
		width: 35px;
		height: 35px;
		left:-5px;
		top:-5px;
	}
	.modal_title{
		font-size: 15px;
	}
	.offer_modal{
		padding: 5px 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;
	}
}
.text_bottom {
	/*text-align: center;*/
	padding: 20px 0;
}
.text_bottom{
	/*box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);*/
}

footer .wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.left_side_footer{
	font-size: 30px;
	font-weight: 600;
	color:#333;
}
.right_side_footer p{
	font-size: 20px;
	color:#333;
}
.right_side_footer .right_title{
	font-size: 30px;
	font-weight: 600;
	color:#333;
}
footer{
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	padding: 15px 0;
}
.protected p{
	margin: 0;
	text-align: center;
}
.why_image img{
	width: 100px;
	display: block;
	margin-bottom: 20px;
}
.why_descr{
	text-align: center;
}
.why_block{
	max-width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.heading_title{
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}
.why_us .wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
@media(max-width: 767px){
	.offer_logo{
		height: 30px;
	}
	.offer_title{
		margin: 5px 0;
	}
	.text_bottom{
		text-align: center;
	}
	.offer_descr.image{
		display: block;
		text-align: center;
	}
	.offer_descr img{
		margin: 0 1px;
	}
	.why_us .wrapper{
		justify-content: center;
	}
	.why_block{
		margin: 20px 0;
	}
	.title_section{
		padding-top: 80px;
	}
}
.wrapper .switcher a:nth-child(1){
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.wrapper .switcher a:nth-child(2){
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
.switcher{
	display: flex;
	flex-wrap: nowrap;
}
.wrapper .switcher a.no_active_link{
	background-color: #fff;
	color:#3f51b5;

}
header .wrapper div:nth-child(1){
	display:flex;
	align-items: center;
}
header .wrapper{
	justify-content: space-between;
}
.wrapper .switcher a{
	display: block;
	width: 60px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	font-weight: 600;
	border: 1px solid #fff;
	background-color: #3f51b5;
	text-decoration: none;
	/* position: absolute; */
}
@media(max-width: 767px) {
	.header .switcher {
		position: static;
		justify-content: center;
	}
}
.add-button {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	background-color: #3f51b5;
	outline: none;
	border: none;
	border-radius: 6px;
	width: 100%;
	height: 40px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	display: none;
}
@keyframes rotation {
	0%   { transform: rotate(45deg) }
	25% { transform: rotate(-45deg) }
	50% { transform: rotate(45deg) }
	100% { transform: rotate(0deg) }
}
.email-widget-bubble {
	bottom: 180px;
	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+ */
}
.bottom_buttons{
	display: none;
}
@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;
	}
	.add-button{
		bottom: 50px;
	}
}
@media(max-width: 370px){
	.offer_modal .logo img{
		max-width: 60px !important;
	}
	.offer_modal .text{
		font-size: 11px;
	}
	.offer_button{
		font-size: 12px;
		height: 25px;
		line-height: 25px;
	}
	.modal_title{
		margin-bottom: 0;
	}
	.modal_title{
		font-size: 11px;
	}
	.modal_title:before{
		height: 49px;
	}
	.modal_title{
		padding: 15px 40px;
	}
	.offer_descr{
		flex-wrap: wrap;
	}
	.offer{
		max-width: 140px;
	}
	.offer .offer_button{
		width: 100%;
		font-size: 12px;
	}
	.text_logo{
		font-size: 17px;
	}
}
@media(max-width: 370px){
	.offer_title{
		margin-bottom: 3px;
	}
	.offer_descr.image{
		margin-bottom: 0;
	}
	.offer_descr{
		font-size: 9px;
	}
	.offer{
		max-width: 130px;
	}
}
.style_centr{
	text-align: center;
}
.rrps_title{
	/*font-size: 14px;*/
	/*font-weight: 600;*/
}
.flex_block {
	display: flex;
	justify-content: space-around;
}
.style_centr div a {
	/*font-size: 14px;*/
	text-decoration: underline;
	color:#000;
}
.go_top img{
	width: 30px;
}
.go_top{
	position: fixed;
	bottom:20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	right:20px;
	background-color: #38AD0F;
}