@font-face {
	font-family: 'BentonSans';
	src: url('../fonts/BentonSans-Book.eot');
	src: url('../fonts/BentonSans-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BentonSans-Book.woff') format('woff'),
		url('../fonts/BentonSans-Book.ttf') format('truetype'),
		url('../fonts/BentonSans-Book.svg#BentonSans-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BentonSans';
	src: url('../fonts/BentonSans-Medium.eot');
	src: url('../fonts/BentonSans-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BentonSans-Medium.woff') format('woff'),
		url('../fonts/BentonSans-Medium.ttf') format('truetype'),
		url('../fonts/BentonSans-Medium.svg#BentonSans-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face{
	font-family: 'fontello';
	src: url('../fonts/fontello.eot?65356629');
	src: url('../fonts/fontello.eot?65356629#iefix') format('embedded-opentype'), url('../fonts/fontello.woff?65356629') format('woff'), url('../fonts/fontello.ttf?65356629') format('truetype'), url('../fonts/fontello.svg?65356629#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
	}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
strong, b{
	font-weight: 700;
	}
em, i{
	font-style: italic;
	}
sup, sub{
	position: relative;
	top: -0.6em;
	font-size: 75% !important;
	line-height: 1em !important;
	}
sub{
	top: auto;
	bottom: -0.3em;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main{
	display: block;
	}
/*_____________________________________________*/
html{
	height: 100% !important;
	background: #eeeded;
	}
.sub-color{
	background: #edeeef;
	}
body{
	height: 100%;
	font-family: 'BentonSans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625em;
	color: #4a4a4a;
	min-width: 320px;
	}
.sub-color body{
	/*font-family: "Arial", sans-serif;*/
	color: #002563;
	}
/*Common styles*/
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	outline: none !important;
	}
h1, h2, h3, h4, h5, h6{
	position: relative;
	}
h2{
	font-size: 27px;
	line-height: 1.3em;
	}
h3{
	font-size: 20px;
	line-height: 1.3em;
	margin: 0 0 15px;
	}
h4{
	font-size: 16px;
	line-height: 1.175em;
	margin: 0 0 15px;
	}
ol, ul{
	list-style: none;
	margin: 16px 0 12px;
	}
ul li, ol li{
	padding: 0 0 0 26px;
	margin-bottom: 9px;
	background: url("../i/list-bullet.gif") no-repeat 0 13px;
	position: relative;
	}
ol{
	counter-reset: li;
	list-style: none;
	}
ol ol{
	margin: 0 0 3px;
	}
ol li{
	background: none;
	}
ol li:before{
	content: counter(li) '.';
	counter-increment: li;
	position: absolute;
	left: 0;
	top: 0;
	}
ul li p, ol li p{
	margin: 0;
	}
/*_______________________________*/
.scroll-tbl{
	margin: 60px 0 56px;
	position: relative;
	width: 100%;
	overflow-x: auto;
	}
.scroll-tbl table{
	margin: 0 auto;
	min-width: 700px;
	}
table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 60px 0 56px;
	overflow: auto;
	position: relative;
	}
table th, table td{
	font-size: .9444444444444444em;
	text-align: left;
	border: 2px solid #fff;
	vertical-align: top;
	}
table th{
	font-weight: 700;
	line-height: 1.3em;
	background: #00c0f3;
	text-transform: uppercase;
	padding: 10px 12px 11px;
	color: #fff;
	}
table td{
	line-height: 1.588235294117647em;
	padding: 7px 12px 8px;
	background: #e9e9e9;
	}
table tr:nth-child(2n-1) td{
	background: #f5f5f5;
	}
a{
	color: #223268;
	text-decoration: none;
	outline: none !important;
	}
.no-touch a:hover{
	color: #c3b004;
	}
a[href^="tel"]{

	}
/*a[target="_blank"]:after{
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	background: url("../i/standart-blank.gif") no-repeat 0 0;
	margin: 0 4px 0 2px;
	position: relative;
	top: -2px;
	}*/
p{
	margin: 12px 0;
	}
img{
	max-width: 100%;
	display: block;
	margin: 29px 0 25px;
	}
a img{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	}
img.left{
	margin: 7px 21px 12px 0;
	max-width: 50%;
	}
img.right{
	margin: 7px 0 12px 21px;
	max-width: 50%;
	}
small{
	font-size: 0.8em;
	}
.time{
	display: block;
	font-weight: 500;
	font-size: .8333333333333333em;
	line-height: 1em;
	color: rgba(0, 0, 0, .45);
	margin: 10px 0 20px;
	}
/*___________________________*/
/*Form styles*/
.form{
	display: block;
	position: relative;
	z-index: 2;
	margin: 38px 0;
	}
.form:after{
	content: '';
	display: table;
	clear: both;
	}
.form .field{
	margin: 0 0 25px;
	}
.field-name{
	display: block;
	font-size: 13px;
	line-height: 1.35em;
	color: #4a440c;
	margin: 0 0 4px;
	}
.required .field-name:after{
	content: '*';
	position: relative;
	top: -2px;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 3px;
	}
.form-control{
	display: block;
	font-weight: 300;
	font-size: 14px;
	color: #535353;
	line-height: 41px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 41px;
	padding: 0 14px;
	margin: 0;
	border: 1px solid #c9c9c9;
	background: #fff;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	outline: none !important;
	}
textarea.form-control{
	overflow: auto;
	height: 110px;
	min-height: 110px;
	line-height: 18px;
	padding: 8px 13px;
	}
.form-control:focus{
	border-color: #acacac;
	}
.error-field .form-control{
	border-color: #d30101;
	}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	opacity: 1;
	color: #535353;
	}
input::-moz-placeholder, textarea::-moz-placeholder{
	opacity: 1;
	color: #535353;
	}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
	opacity: 1;
	color: #535353;
	}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{
	opacity: 0 !important;
	}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{
	opacity: 0 !important;
	}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder{
	opacity: 0 !important;
	}
.error{
	font-size: 13px;
	line-height: 1.325em;
	font-style: italic;
	color: #d30101;
	margin: 3px 0 -6px;
	}
/*Btn*/
button{
	border: none;
	cursor: pointer;
	}
.btn{
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 4;
	font-weight: 400;
	font-size: 23px;
	line-height: 1.325em;
	color: #223268;
	text-align: center;
	padding: 13px 25px 17px;
	margin: 14px 0 0;
	min-width: 271px;
	background: #ffed49;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 16px 30px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 16px 30px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 16px 30px 0 rgba(0, 0, 0, .3);
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	outline: none !important;
	}
.btn.full-width{
	width: 100%;
	}
.no-touch .btn:not(:disabled):hover{
	background: #344889;
	color: #fff;
	}
.no-touch .btn:not(:disabled):active{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
.btn:disabled{
	opacity: .6;
	cursor: default;
	text-decoration: line-through;
	}
/*Independent*/
.container{
	max-width: 818px;
	padding: 0 25px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	}
.container:after{
	content: '';
	display: table;
	clear: both;
	}
/*Appearance*/
.left{
	float: left;
	}
.right{
	float: right;
	}
.center{
	text-align: center;
	}
.clr{
	clear: both;
	}
.uppercase{
	text-transform: uppercase;
	}
.no-indent{
	margin-bottom: 0 !important;
	}
.align-m, .align-b{
	display: table-cell;
	vertical-align: middle;
	}
.align-b{
	vertical-align: bottom;
	}
/*================================================================================
								STRUCTURE
================================================================================*/
#all{
	position: relative;
	z-index: 2;
	padding: 38px 0 0;
	overflow: hidden;
	}
#all:after{
	content: '';
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, .4);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	}
#all.overlay:after{
	opacity: 1;
	visibility: visible;
	}
/*================================HEADER====================================*/
#header{
	position: relative;
	z-index: 1;
	margin: 0 0 25px;
	}
.logo{
	float: right;
	margin: 0;
	max-width: 202px;
	}
.logo-box{
	float: right;
	text-align: right;
	margin: 0 0 25px;
	}
.logo-box .logo{
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin: 0;
	max-width: 60px;
	}
.logo-box h2{
	display: inline-block;
	vertical-align: middle;
	margin: -2px 17px 0 0;
	color: #002563;
	line-height: 1em;
	}
.disclaimer-box {
	float: left;
	width: calc(100% - 360px);
}
.disclaimer-box p {
	font-size: 12px;
	line-height: 1.2;
	margin: 0;
}
/*Payment service*/
#payment-service{
	float: left;
	font-size: 0;
	width: 100%;
	max-width: 268px;
	height: 85px;
	padding: 21px 25px 21px 21px;
	background: #fff;
	border-radius: 10px;
	}
#payment-service .method, #payment-service .switch{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	}
#payment-service .american-express{
	max-width: 42px;
	}
#payment-service .mastercard{
	max-width: 51px;
	}
#payment-service img{
	margin: 0;
	}
/*Switch*/
.switch{
	position: relative;
	width: 80px;
	height: 35px;
	margin: 0 26px 0 21px;
	}
.switch input{
	position: absolute;
	width: 0;
	height: 0;
	top: 25px;
	left: 25px;
	opacity: 0;
	}
.switch label{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
	background: #616364;
	border-radius: 20px;
	cursor: pointer;
	}
.switch input + label:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 33px;
	width: 33px;
	border: 1px solid #cbcdd2;
	border-radius: inherit;
	background: #fff;
	}
.switch input:checked + label:after{
	left: 56.5%;
	}
/*Spend sum*/
#spend-sum{
	margin: 0 0 25px;
	padding: 33px 40px 30px;
	border-radius: 10px;
	background: #fff;
	}
.total{
	overflow: hidden;
	}
.total .text{
	display: block;
	font-size: 20px;
	line-height: 1.3em;
	letter-spacing: -.45px;
	margin: 0 0 24px;
	}
.total .counts-box{
	text-align: justify;
	line-height: 0;
	}
.total .count{
	display: inline-block;
	vertical-align: top;
	min-width: 160px;
	height: 54px;
	font-weight: 400;
	font-size: 34px;
	color: #fff;
	line-height: 53px;
	text-align: right;
	padding: 0 12px;
	border-radius: 10px;
	background: #333385;
	}
.sub-color .total .count{
	line-height: 56px;
	}
.total .count-classic{
	background: #7ea4ae;
	}
.total .count-gold{
	background: #676a6d;
	}
.total .count-platinum{
	background: #272727;
	}
.total .counts-box:after{
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 100%;
	line-height: 0;
	font-size: 0;
	}
.sub-color .total .count-classic{
	background: #7ea4ae;
	}
.sub-color .total .count-gold{
	background: #676a6d;
	}
.sub-color .total .count-platinum{
	background: #272727;
	}
#spend-sum .rangeslider{
	margin: 32px 0 78px;
	}
/*Gets you*/
.gets-you-container{
	z-index: 100;
	}
#gets-you{
	position: relative;
	z-index: 50;
	padding: 33px 20px 0;
	background: #fff;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	}
.opportunities{
	font-size: 0;
	margin: 10px -22px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	}
.opportunities:before{
	content: '';
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, .4);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	}
.overlay .opportunities:before{
	visibility: visible;
	opacity: 1;
	}
.opportunities .item{
	position: relative;
	z-index: 4;
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
	padding: 0 12px 145px;
	text-align: center;
	}
.ver2 .opportunities .item{
	padding-bottom: 0;
	}
.opportunities .item:nth-child(2){
	z-index: 5;
	}
.opportunities .sub-box{
	max-width: 190px;
	margin: 0 auto;
	overflow: hidden;
	}
.ver2 .opportunities .sub-box{
	height: auto !important;
	}
.opportunities h4{
	font-size: 18px;
	line-height: 1.4em;
	margin: 0 0 16px;
	height: 50px;
	}
.opportunities .img{
	position: relative;
	width: 163px;
	height: 163px;
	margin: 0 auto 11px;
	overflow: hidden;
	border: 2px solid #6666a3;
	border-radius: 84px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	}
.sub-color .opportunities .img{
	border-color: #006793;
	}
.opportunities .img img{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	min-height: 159px;
	min-width: 159px;
	max-width: none;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	}
/*Cards-list*/
.cards-list{
	position: relative;
	z-index: 10;
	font-size: 0;
	margin: 184px -22px 0;
	padding: 0;
	line-height: 0;
	}
.cards-list .item{
	display: inline-block;
	vertical-align: top;
	width: 33.3333333%;
	position: relative;
	text-align: center;
	}
.cards-list .item:nth-child(2n){
	z-index: 5;
	}
/**/
.card-box{
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	padding: 40px 12px 40px;
	font-size: 14px;
	line-height: 1.3em;
	letter-spacing: .6px;
	color: #002165;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	}
.sub-color .card-box{
	/*color: #006890;*/
	}
.card-box:after{
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 5px;
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	}
.card-box:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 5px;
	background: #C5C5C5;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	}
.sub-color .card-box:before{
	/*background: rgba(0, 0, 0, .3);*/
	}
.card-box.visible{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	bottom: 0;
	}
.card-box .card{
	position: relative;
	z-index: 1;
	margin: 0 auto 18px;
	cursor: pointer;
	max-width: 100%;
	}
.card-box img{
	margin: 0;
	}
.card-box .card h4{
	position: absolute;
	left: 0;
	top: -28px;
	width: 100%;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	}
.card-box.visible .card h4{
	opacity: 0;
	visibility: hidden;
	}
.card-box .max-w{
	position: relative;
	z-index: 1;
	margin: 0 auto 35px;
	}
.card-box .max-w:last-child{
	margin-bottom: 0;
	}
.card-box h4{
	margin: 0;
	}
.card-box ul{
	margin: 0 0 26px;
	}
.card-box ul li{
	font-size: 0;
	position: relative;
	padding: 7px 7%;
	margin: 0;
	min-height: 50px;
	background: none;
	text-align: center;
	color: #4a494a;
	}
.sub-color .card-box ul li{
	color: #002563;
	}
.card-box ul li p{
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	color: #4a494a;
	}
.card-box ul li.rare p{
	padding-right: 6px;
	width: calc(100% - 40px);
	}
.card-box ul li .percents{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #6666a3;
	border-radius: 19px;
	margin: -1px 0;
	}
.sub-color .card-box ul li .percents{
	line-height: 38px;
	background: #006793;
	}
.card-box .max-w p{
	color: #4a494a;
	}
.sub-color .max-w p{
	color: #002563;
	}
.card-box ul li:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	width: 0;
	height: 36px;
	margin: 0 0 0 -1px;
	}
.card-box ul li:after{
	content: '';
	position: absolute;
	z-index: -1;
	left: -12px;
	right: -12px;
	top: 0;
	bottom: 0;
	background: rgba(0, 104, 147, .05);
	}
.card-box ul li:nth-child(2n):after{
	background: #fff;
	}
/*=============================END OF HEADER=================================*/
/*==============================TRANSITIONS==================================*/
.switch label, .switch label:after{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	}
/*Resolutions*/
@media screen and (min-width: 761px){
	.card-box .max-w{
		display: block !important;
		}
	.overlay .opportunities .img{
		opacity: .3;
		}
	.overlay .opportunities .sub-box h4{
		-moz-user-select: none;
		-webkit-user-select: none;
		cursor: default;
		}
	}
@media screen and (max-width: 760px){
	.opportunities{
		margin: 10px -15px 0;
		text-align: center;
		}
	.opportunities .item{
		display: inline-block;
		width: 50%;
		padding: 0 0 46px !important;
		text-align: center;
		}
	.opportunities .sub-box{
		height: auto !important;
		}
	.opportunities h4{
		margin-bottom: 16px;
		}
	.opportunities .img{
		margin: 0 auto 20px;
		}
	/*Cards-list*/
	.cards-list{
		margin: 20px -15px 0;
		text-align: center;
		}
	.cards-list .item{
		width: 50%;
		padding: 0 0 46px;
		}
	/**/
	.card-box{
		position: relative;
		left: 0;
		bottom: 0;
		right: auto;
		max-width: 320px;
		margin: 0 auto;
		padding: 0 25px;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		}
	.card-box:after, .card-box:before{
		display: none;
		}
	.card-box .card{
		margin: 0 auto 16px !important;
		}
	.card-box img{
		margin: 0;
		}
	.card-box .max-w{
		height: auto !important;
		display: none;
		}
	.card-box h4{
		display: none;
		}
	.card-box .card h4{
		position: relative;
		top: auto;
		display: block;
		margin: 14px 0 0;
		opacity: 1 !important;
		visibility: visible !important;
		}
	.no-touch .card-box .card h4:hover{
		opacity: .8 !important;
		}
	.card-box ul{
		margin: 0 0 22px;
		height: auto !important;
		}
	#all.overlay:after, .overlay .opportunities:before{
		display: none !important;
		}
	}
@media screen and (max-width: 690px){
	/*Spend sum*/
	#spend-sum{
		padding: 30px 20px;
		}
	/*Gets you*/
	#gets-you{
		padding: 30px 8px 0;
		}
	}
@media screen and (max-width: 620px){
	.container{
		padding: 0 15px;
		}
	/*Spend sum*/
	.total .count{
		min-width: 140px;
		font-size: 28px;
		padding: 0 10px;
		}
	}
@media screen and (max-width: 550px){
	/*Header*/
	.logo{
		float: none;
		margin: 0 auto 35px;
		}
	.logo-box{
		margin: 0;
		}
	/*Payment service*/
	#payment-service{
		float: none;
		}
	}
@media screen and (max-width: 540px){
	/*Gets you*/
	.opportunities{
		margin: 10px -11px 0;
		}
	.opportunities .item{
		display: block;
		width: 100%;
		padding: 0 0 40px !important;
		}
	/*Cards-list*/
	.cards-list{
		margin: 20px -11px 0;
		}
	.cards-list .item{
		display: block;
		width: 100%;
		padding: 0 0 50px;
		}
	.cards-list .item:last-child{
		padding-bottom: 40px;
		}
	.card-box{
		padding: 0 15px;
		}
	}
@media screen and (max-width: 530px){
	/*Spend sum*/
	.total .counts-box{
		text-align: left;
		}
	.total .count{
		max-width: 140px;
		display: block;
		margin: 0 0 20px;
		}
	.total .count:last-child{
		margin: 0 0 4px;
		}
	}
@media screen and (max-width: 440px){
	/*Spend sum*/
	#spend-sum{
		padding: 20px 15px;
		}
	#spend-sum .rangeslider{
		width: auto;
		margin: 32px 0 74px;
		}
	/*Gets you*/
	#gets-you{
		padding: 20px 8px 0;
		margin: 0;
		}
	}
@media screen and (max-width: 400px){
	/*Header*/
	.logo-box .logo{
		max-width: 55px;
		}
	.logo-box h2{
		font-size: 22px;
		}
	}
@media screen and (max-width: 380px){
	#payment-service{
		max-width: none;
		text-align: center;
		}
	}
/*Custom elements*/
.rangeslider, .rangeslider__fill{
	display: block;
	border-radius: 4px;
	}
.rangeslider{
	background: #a9a8a6;
	position: relative;
	}
.sub-color .rangeslider{
	background: #cce1e9;
	}
.rangeslider:after{
	content: '';
	position: absolute;
	z-index: 2;
	width: 4px;
	height: 14px;
	right: 0;
	top: 0;
	background: #fff;
	display: none;
	}
.rangeslider.max-sum:after{
	display: block;
	}
.rangeslider--horizontal{
	height: 14px;
	width: 100%;
	}
.rangeslider--disabled{
	opacity: 0.4;
	}
.rangeslider__fill{
	background: url("../i/range-fill.gif") repeat-x 100%;
	position: absolute;
	}
.sub-color .rangeslider__fill{
	background: url("../i/sub-color-range-fill.gif") repeat-x 100%;
	}
.rangeslider--horizontal .rangeslider__fill{
	top: 0;
	height: 100%;
	}
.rangeslider__handle{
	cursor: pointer;
	content: '';
	position: absolute;
	z-index: 3;
	display: inline-block;
	left: 0;
	top: -9px;
	height: 33px;
	width: 33px;
	border: 1px solid #cbcdd2;
	border-radius: 20px;
	background: #fff;
	margin-left: -1px;
	touch-action: pan-y;
	-ms-touch-action: pan-y;
	}
.rangeslider__handle:active, .rangeslider--active .rangeslider__handle{
	background-color: #f8eaea;
	}
.rangeslider__handle .value{
	position: absolute;
	top: 40px;
	left: 50%;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 1.5px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	}
.sub-color .rangeslider__handle .value{
	color: #002663;
	}
/*
@media screen and (max-width: 870px){
	.rangeslider__handle .value{
		font-size: 30px;
		}
	}
@media screen and (max-width: 540px){
	.rangeslider__handle{
		top: -6px;
		height: 40px;
		width: 40px;
		}
	.rangeslider.max-sum .rangeslider__handle{
		margin: 0;
		}
	.rangeslider__handle .value{
		font-size: 24px;
		top: 50px;
		letter-spacing: 1px;
		}
	}*/
