body {
	font-family: Roboto, sans-serif;
	color: #000;
	font-size: 15px;
}
button {
	cursor: pointer;
}
button:focus, a:focus, .btn:focus {
	box-shadow: none;
	outline: none;
}
img[src$=".png"] {
 -ms-interpolation-mode: bicubic; 
}
.secondary {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.main {
	flex-grow: 1;
}
.btn {
	display: block;
	background-color: #ececec;
	border-radius: 5px;
}
.btn:hover {
	background-color: #ecece0;
}
.link {
	display: block;
	text-decoration: underline;
	color: #000;	
	font-weight: 300;
}
	.link:hover {
		color: #000;
		text-decoration: none;
	}
.link-nostyle {
	color: inherit;
	text-decoration: inherit;
}
	.link-nostyle:hover {
	color: inherit;
	text-decoration: inherit;
	}
.custom-input {
	display: block;
	width: 100%;
	height: 42px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	font-size: 18px;
	box-shadow: inset 0px 5px 5px 0px rgba(30, 29, 30, 0.08);
	/*background-clip: padding-box;*/
	-webkit-appearance: none;
}
	.custom-input:focus {
		box-shadow: 0 0 0 2px #FFE82D,
			inset 0px 5px 5px 0px rgba(30, 29, 30, 0.08);
		border-color: #FFE82D !important;
		outline: none;
	}
.custom-input::placeholder , 
.custom-input::-webkit-input-placeholder , /* Chrome/Opera/Safari */
.custom-input::-moz-placeholder , /* Firefox 19+ */
.custom-input:-ms-input-placeholder , /* IE 10+ */
.custom-input:-moz-placeholder { /* Firefox 18- */
	color: #666!important;
	opacity: 1;
}
.custom-select {
	display: block;
	width: 100%;
	height: 42px;	
	border: 1px solid #cccccc;
	font-size: 18px;
	background-image: url('../img/select-arrow.png');
	background-size: 10px 6px;
	cursor: pointer;
	box-shadow: inset 0px 5px 5px 0px rgba(30, 29, 30, 0.08);
	background-clip: padding-box;
}
	.custom-select:focus {
		box-shadow: 0 0 0 2px #FFE82D,
			inset 0px 5px 5px 0px rgba(30, 29, 30, 0.08);
		border-color: #FFE82D !important;
		outline: none;
	}
	.custom-select.open {
	background-image: url('../img/select-arrow_open.png');
	background-size: 10px 6px;		
	}
.wrapper {
	max-width: 1300px;
	padding: 0 20px;
	margin: 0 auto;
}
.page-header {
	background-color: #fff;
}
	.page-header.sticky {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1020;
		box-shadow: 0px 5px 5px 0px rgba(30, 29, 30, 0.24);
	}
	.secondary .page-header:not( .sticky ) {
		border-bottom: 1px solid #d9d9d9;
	}
.navbar {
	min-height: 146px;
}
	.navbar.sticky {
		min-height: 57px;
		padding: 0;
	}
	.navbar.sticky .navbar-brand  {
		width: 110px;
	}
	.navbar.sticky .language-container {
		order: 1;
		position: static;
	}
	.navbar.sticky .nav-link {
		padding-top: 14px;
    padding-bottom: 14px;
	}
.sticky + .main {
	padding-top: 147px;
}
.navbar-brand {
	width: 255px;
}
.logo {
	width: 100%;
	max-height: 101px;
}
.navbar-nav .nav-link {
	padding-right: 10px;
	padding-left: 10px;	
}
.nav-link {
	padding: .25rem 1rem;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
}
	.active .nav-link {
		font-weight: 400;
	}
	.nav-link:hover {
		color: #000;
		border-bottom-color: #FFE82D;
	}			
.nav-item {
	margin-right: 15px;
}
	.nav-item:last-of-type {
		margin-right: 0;
	}	

	
.btn-login-new,
.btn-login {
	height: 42px;
	padding-left: 20px;
	#padding-left: 34px;
	padding-right: 20px;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	background: #ececec;
	width: 100%;
    max-width: 190px;
    flex: 0;
}
	
	.sticky .desktop-login {
		margin-right: 5px;
	}
.language-container {
	position: absolute;
	top: 0;
	right: 0;
}
.language-dropdown {
	min-width: auto;
	position: absolute !important;
}
.language-dropdown_footer {
    max-width: 108px;
    width: 100%;
    left: auto!important;	
}
.language-nav-link, 
.language-dropdown-item {
	padding-right: 0 !important;
	font-family: 'PT Sans', sans-serif;
	text-transform: none;
	font-size: 16px;
	border: 0;
	color: #333;
}
.language-dropdown-item {
	padding: 0;
}
.language-nav-link {
	display: inline-block;
	/*width: 87px;*/
}
	.language-nav-link:after {
		content: '';
		border: 0;
		font-family: 'PT Sans', sans-serif;
		width: 9px;
		height: 5px;
		background: center right url('../img/dropdown-arrow.png') no-repeat;
	}
	.language-nav-link {
		padding-left: 30px!important;
		background: 4px center no-repeat;
	}
	.language-dropdown-item {
		padding-left: 34px;
		background: 8px center no-repeat;
	}
	.language-eng {
		background-image: url('../img/lang-eng.png');
	}
	.language-rus {
		background-image: url('../img/lang-rus.png');
	}	
	.language-dropdown-item:active {
		color: inherit;
	}
.language-dropdown {
	right: 0; left: -5px;
}
.breadcrumbs-nav {
	display: inline-block;
	margin-bottom:15px;
}
.breadcrumb {
	padding: 0;
	margin: 0;
	background-color: #fff;
}
.breadcrumb-item.active,
.breadcrumb-item-link {
	display: inline-block;
	font-size: 16px;
    line-height: 19px;
    color: #948B92;
    text-decoration: none;
}
.breadcrumb-item.active{
    color: #000000;
}
	.breadcrumb-item-link:hover {
		color: #333;
	}
	.breadcrumb-item+.breadcrumb-item:before {
		content: '';
		width:26px;
		height:8px;
		background:url(/img/b-ar.svg) no-repeat center;
		margin:0 13px 0 15px;
	}
.bg-gray {
	background-color: #f6f6f6;
}
.slider-container {
	height: 600px;
}
.slider-inner,
.slider-item {
	height: 100%;
}
.slider-content-container {
	display: flex;
	height: 100%;
	padding: 20px 0;
}
.slider-background_cashback {
	background: center right 30px url('../img/slider-item-cashback.png') no-repeat;
}
/*.slider-content-container_partnership {
	height: 100%; width: 875px;
	margin: 0 auto;
	background: left bottom url('../img/slider-item-partnership-bg.png') no-repeat;
}*/
.slider-background_partnership {/*----------------------*/
	background: center right 90px url('../img/slider-item-partnership-bg.png') no-repeat;
}/*----------------------*/
.slider-background_fee {
	background: center right 90px url('../img/slider-item-fee-bg.jpg') no-repeat;	
}
.slider-background {
	width: 50%; 
	height: 80%;
	background-size: contain;
	margin-top: 50px;
}
.slider-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%; height: 100%;
	padding: 0 0 56px;
	color: #222;
}
/*.slider-content_partnership {
	width: 344px;
	margin-left: auto;
}*/
.slider-title {
	font-weight: 300;
	font-size: 30px;
}
.slider-list {
	max-width: 400px;
	margin-top: 20px;
}
.slider-list-item {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.1;
	margin-bottom: 20px;
	padding-left: 40px;
	background: left 4px url('../img/tick.png') no-repeat;
}
	.slider-list-item:last-of-type {
		margin-bottom: 0;
	}

/*.slider-partnership-offer {
	position: relative;
	width: 342px;
	height: 168px;
	margin-top: 7px;
	padding: 22px 20px 20px 30px;
	border: 4px solid #fff;
	border-radius: 5px;
	background-color: rgba(256, 256, 256, .36);
}
	.slider-partnership-offer:after {
		content: '';
		display: block;
		position: absolute;
		z-index: -1;
		top: -5px;
		left: -5px;
		width: 365px;
		height: 191px;
		background: url('../img/slider-partnership-offer-bg.png') no-repeat;
		opacity: .23;
	}
.slider-partnership-offer-text {
	font-size: 27px;
	font-weight: 300;
	text-transform: uppercase;
	color: #222;
	line-height: 41px;
}
.slider-partnership-offer-text-highlight {
	display: block;
	font-size: 35px;
	font-weight: 500;
	color: #d80000;
	line-height: 44px;
}*/
.slider-title_partnership {/*-----------------------------*/
	font-weight: 400;
	font-size: 30px;
	margin: -5% 0 5% 0;
}
.slider-partnership-offer-text {
	font-size: 27px;
	font-weight: 300;
	text-transform: uppercase;
	color: #222;
	line-height: 40px;	
}
.slider-partnership-offer-text-highlight {
	display: block;
	font-size: 31px;
	font-weight: 400;
	color: #d80000;
	line-height: 1.2;
}/*-----------------------------*/
.slider-fee-offer-text {
	font-size: 27px;
	font-weight: 300;
	text-transform: uppercase;
	color: #222;
	line-height: 40px;	
}
.slider-fee-offer-text-highlight {
	display: block;
	font-size: 45px;
	font-weight: 400;
	color: #d80000;
	line-height: 1.2;
}
.slider-controls {
	display: flex;
	align-items: center;
	position: absolute;
	left: 0; right: 0; bottom: 80px;
	width: 350px;
	margin-left: 50%;
}
.btn-slider-register {
	width: 268px;
	height: 56px;
	padding: 12px 32px;
	font-size: 20px;
	font-weight: 300;/*    400   */
	background-color: #FFE82D;
}
	.btn-slider-register:hover {
		background-color: #ffb503;
	}
.slider-indicators {
	position: static;
	margin: 0 0 0 30px;
}
	.slider-indicators .slider-indicators-item {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		cursor: pointer;
		border: 2px solid #f2be00;
	}
	.slider-indicators-item.active {
		background-color: #f2be00;
	}
.main-content {
	width: 700px;
	order: 2;
}
.mainblk2 .main-content {
	width: 100%;
}
.side-content {
	width: 250px;
}
.side-content_left {
	order: 1;
	flex-shrink: 0;
}
.side-content_right {
	order: 3;
	flex-shrink: 0;
}
.side-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    padding: 4px;
    margin-bottom: 20px;
	border-bottom: 3px solid #FFE82D;
}
.page-content {
	margin: 40px 0;
}
.mainblk1.page-content{
	max-width: 1090px;
    margin: 90px auto 0;
}
.mainblk2.page-content{
	max-width: 1090px;
    margin: 0 auto;
}
.mainblk1 .main-content{
	max-width:370px;
}
.page-content_index {
	display: flex;
	justify-content: space-between;
}
.page-title {
	margin: 0;
	font-weight: 300;
	font-size: 36px;
	color: #333;
}
.side-news {
	padding-bottom: 40px;
}
.side-news-item {
	padding: 14px 0 14px 5px;
	border-bottom: 1px solid #dbdbdb;
}
.mainblk1 .side-news-item {
	padding: 10px 0 15px 5px;
    border-bottom: none;
}
.side-news-date {
	margin: 0;
	font-size: 12px;
	font-weight: 300;
	color: #747881;
}
.mainblk1 .side-news-item-link {
	font-size: 16px;
    line-height: 19px;
    color: #000000;
	font-weight: 400;
    text-decoration: none;
}
.mainblk1 .side-news-date {
	font-size: 16px;
    line-height: 19px;
    color: #948B92;
    margin-bottom: 5px;
}
.side-news-link-all {
	margin-top: 15px;
	color: #333;
	font-weight: 400;
}
.side-news-link-all{
	margin-left:5px;
}
.side-p-systems {
	padding-bottom: 40px;
	padding-top: 80px;
}
.side-p-systems img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	transition:all 0.5s ease;
}
.side-p-systems img:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: unset; /* IE 6-9 */
	transition:all 0.5s ease;
}
.side-p-systems-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}
.side-p-systems-link {
	max-width: 100px;
	margin: 0 20px;
	overflow: hidden;
}
	.side-p-systems-link:hover {
		color: transparent;
	}
.side-p-systems-img {
	width: 100%;
}
a.side-p-systems-link.sidebar {
    margin: 0;
}
.side-banner {
	width: 100%;
	overflow: hidden;
}
.side-banner-container {
	height: 320px;
	padding: 20px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
}
.side-banner-highlight {
	display: block;
	font-size: 24px;
	font-weight: 400;
}
.main-content {
	margin-left: 40px;
	margin-right: 40px;
}
.main-title {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 300;
}
.main-recommend-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
    max-width: 1000px;
	text-align: center;
	justify-content: center;
}
.main-recommend-item {
	justify-content: space-between;
	height: 250px;
    width: 185px;
	margin: 12.5px 7px;
	padding: 10px;
	border: 1px solid #ECECEC;
	text-align: center;
	overflow: hidden;
	border-radius: 5px;
	transition:all 0.3s ease;
}
.main-recommend-item:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
}

.main-recommend-img-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	margin-top: 37px;
}
.main-recommend-img {
	width: 100%;
}
.main-recommend .main-title{
	margin: 120px 0 50px;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
}







.main-recommend-title {
	max-height: 60px;
	margin: 0;
	font: 400 16px/19px 'Open Sans', sans-serif;
	overflow: hidden;	
}
.main-recommend-offer {
    display: block;
    text-align: center;
    margin: 10px 0 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}
.main-recommend-link {
	margin: 10px auto 0;
	text-align: right;
    max-width: 978px;
}
.main-recommend-link:after {
    content: '';
	display:inline-block;
    width: 9px;
    height: 5px;
    background: center right url(../img/dropdown-arrow.png) no-repeat;
	transform: rotate(-90deg);
    margin: 0 0 2px 4px;
}
.main-why-us {
	margin-top: 20px;
}
.main-why-us-list {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
}
.main-why-us-item {
    justify-content: center;
    align-items: center;
    width: calc(33.3% - 20px);
    height: 140px;
    margin: 0 10px 50px;
	border: none;
}
.whyuss{
	text-align:center;
	margin:100px 0 30px;
	font-size: 30px;
	line-height: 35px;
	color: #000000;
}
.main-why-us-icon-container {
	display: flex;
	align-items: center;
	height: 50px;
	margin-bottom: 20px;
}
.main-why-us-img {
	height: 100%;
}
.main-why-us-title {
	width: 100%;
	min-height: 44px;
	margin: 10px 0 0;
	text-align: center;
	line-height: 18px;
}
.main-why-us-stat {
	margin: 0;
	font-size: 30px;
	font-weight: 300;
}
.main-steps {
	margin-top: 40px;
}
.main-steps-scheme {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
    justify-content: center;
}
.main-steps-scheme-stepp{
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
}
.main-steps-scheme-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 252px;
	text-align: center;
}
.main-steps-scheme-title {
	width: 100%;
	margin: 20px 0 0;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
}
.main-steps-scheme-img-container {
	max-width: 117px;
	max-height: 117px;
}
.main-steps-scheme-img {
	max-width: 100%;
}
.main-steps-scheme-arrow {
	width: 80px;
	background: url('../img/scheme-arrow.svg') no-repeat right 60px;
}
.main-subheader {
	font-size: 18px;
}
.main-steps .main-subheader{
	text-align: center;
    margin: 60px auto 40px;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
	font-weight:300;
}
.btn-scheme-register {
    width: 266px;
    height: 56px;
    margin: 80px auto 0;
    padding: 0;
    line-height: 54px;
    font-size: 20px;
    font-weight: 300;
    box-sizing: border-box;
    background: #FFE82D;
    border-radius: 5px;
}
	.btn-scheme-register:hover {
		background-color: #ffb503 !important;
	}
.side-cashback {
	padding-bottom: 40px;
}
.mainblk1 .side-cashback {
	padding-top: 30px;
}
.mainblk1 .side-title_cashback,
.mainblk1 .side-title_cashback-highlight{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}
.mainblk1 .side-title_cashback{
    padding: 4px;
    margin-bottom: 20px;
}

.mainblk1 .side-cashback-list {
	margin-left:5px;
}
.side-cashback-list {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 5px;
}
.side-cashback-item {
	display: table-row;
}
.side-cashback-title,
.side-cashback-value {
	display: table-cell;
	height: 46px;
	vertical-align: middle;
	border-bottom: 1px solid #dbdbdb;
}
.side-title_cashback {
	font-size: 16px;
}
.side-title_cashback-highlight {	
	color: #d80000;
	font-size: 24px;
	font-weight: 700;
}
.side-cashback-title {
	font-size: 16px;
	font-weight: 300;
	color: #777;
}
.side-cashback-value {
	font-size: 16px;
	color: #333;
}
.side-stat {
	padding-bottom: 40px;
}
.side-stat-list {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 5px;
}
.side-stat-item {
	display: table-row;
}
.side-stat-title,
.side-stat-value {
	display: table-cell;
	height: 42px;
	vertical-align: middle;
	border-bottom: 1px solid #dbdbdb;	
}
.side-stat-item:last-of-type .side-stat-title,
.side-stat-item:last-of-type .side-stat-value {
	border-color: transparent;
}
.side-stat-title {
	font-size: 16px;
	font-weight: 300;
	color: #777;
}
.side-stat-value {
	font-size: 16px;
	color: #333;
}
.btn-side-stat {
	width: 100%;
	height: 50px;
	margin-top: 15px;
	padding: 0;
	background: #FFE82D;
	line-height: 48px;	
}
	.btn-side-stat:hover {
		background-color: #ffb503;
	}	

.side-calc {
	margin-bottom: 40px;
	padding: 20px 0 10px;
	background-color: #ececec;
	border-radius: 5px;
}
.mainblk1 .side-calc {
	margin-bottom: 40px;
	padding: 30px 0;
	background-color: #ececec;
	border-radius: 5px;
}
.mainblk1 .side-news .side-title{
	font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    padding: 4px;
	margin-bottom: 20px;
}
.side-title_calc {
	font-size: 22px;
	font-weight: 300;
	color: #333;
	text-align: center;
}
.mainblk1 .side-calc-output{
	background:#fff;
	width: 135px;
}
.mainblk1 .side-calc-output,
.mainblk1 .nice-select,
.mainblk1 .side-calc-form select,
.mainblk1 .side-calc-form input{
	height: 56px;
    line-height: 44px;
    padding-left: 20px;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    border: 1px solid #DAD5D5;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.mainblk1 .side-title_calc {
    color: #000;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    padding-left: 30px;
	margin-bottom: -15px;
}
.side-title_calc-highlight {
	font-weight: 500;
}
.side-calc-form {
	padding: 0 15px;
	margin-top: 20px;
}
.side-calc-form {
	padding: 0 15px;
	margin-top: 20px;
}
.mainblk1 .side-calc-form {
	padding: 0 30px;
}
.side-calc-form-group {
	margin-bottom: 6px;
}
.side-calc-form-group_result {
	margin: 0;
}
.side-calc-label {
	margin-bottom: 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
}
.mainblk1 .side-calc-label {
    margin: 15px 0 10px;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}
.side-calc-select {
	padding-left: 8px;
	color: #474747;
}
.side-calc-input {
	padding-left: 8px;
	color: #474747;
}
	.side-calc-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #474747;
	}
	.side-calc-input::-moz-placeholder { /* Firefox 19+ */
		color: #474747;
	}
	.side-calc-input:-ms-input-placeholder { /* IE 10+ */
		color: #474747;
	}
	.side-calc-input:-moz-placeholder { /* Firefox 18- */
		color: #474747;
	}
.side-calc-subheader {
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}
.mainblk1 .side-calc-subheader{
	font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin: 30px 0 20px;
    text-align: left;
}
.side-calc-label_result {
	margin-bottom: 0;
	padding-left: 2px;
	font-size: 16px;
	font-weight: 300;
}
.mainblk1 .side-calc-label_result {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 10px;
}
.side-calc-output {
	display: table-cell;
	width: 105px;
	height: 52px;	
	padding: 8px;
	border: 1px dotted #808080;
	border-radius: 5px;
	font-size: 22px;
	color: #333;
	vertical-align: middle;
}
.side-calc-output_red {
	color: #cb0000;
}
.side-calc-help-text {
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 14px;
	color: #878b92;
	text-align: center;
}
.mainblk1 .side-calc-help-text{
	font-size: 16px;
    line-height: 19px;
    color: #948B92;
    text-align: left;
}
.side-assets-list {
	margin-top: 15px;
	overflow: hidden;
}
.side-assets-row {
	padding-left: 120px;
}
.side-assets-th {
	margin-right: 5px;
	font-size: 12px;
	font-family: tahoma, sans-serif;
	color: #848484;
}
	.side-assets-th:last-of-type {
		margin-right: 0;
	}
	
.footer {
    display: flex;
    margin-top: 80px;
    padding: 60px 0;
    background: #ECECEC;
}

.footer-links-item {
	font-size: 16px;
	line-height: 19px;
	text-decoration-line: underline;
	color: #948B92;
	margin-bottom:10px;
}
	.footer-links-item:hover {
		color: #000;
		text-decoration: none;
	}
.footer-row {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
	margin-bottom: 20px;
}
	.footer-row:last-of-type {
		margin-bottom: 0;
	}
.footer-nav {
	margin: 0;
}
.langmenu{
	margin-bottom:28px;
}
.footer .subscribe{
	max-width:300px;
	margin-bottom:30px;
}
.footer .subscribe p{
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}
.footer-nav .nav-item {
	min-width:130px;
	margin-bottom: 10px;
}
.footer .navbar-nav.flex-row{
	display:inline-block;
	/*width:calc(50% - 10px);*/
	vertical-align:top;
}
.footer-nav-link {
    font-size: 16px;
    line-height: 19px;
    color: #948B92;
    white-space: nowrap;
}
	.footer-nav-link:hover {
		color: #000;
	}
.footer-links {
	display: flex;
	flex-direction: column;
}
.footer-contacts-info a{
	font-size: 16px;
	line-height: 19px;
	text-decoration-line: underline;
	color: #948B92;
}
.footer-contacts-info {
	color: #333;
	margin-bottom:10px;
	display:block;
}
.footer-socials-icon img {
	max-width:28px;
	max-height:28px;
}
.footer-socials-icon {
	margin-right: 25px;
}
	.footer-socials-icon:last-of-type {
		margin-right: 0;
	}
.footer-btn {
	width: 200px;
	height: 40px;
	background: #ececec;
	font-family: 'Open Sans', sans-serif;
}
.footer-socials {
	margin: 25px 0 0;
}
.language-container_footer {
	position: static;
	text-align:right;
}
[class*='mobile'] {
	display: none;
}
.authorization-container {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	background-color: rgba(0, 0, 0, .4);
}
.authorization {
	display: none;
	position: absolute;
	left: 0; right: 0;	top: 0; bottom: 0;	
	width: 464px;
	height: 291px;
	margin: auto;
	padding: 30px 60px 20px;
	background: #fff;
	border: 1px solid #cacaca;
	border-radius: 5px;
	box-shadow: inset 2.828px 2.828px 1px 0px rgba(222, 227, 238, 0.46);
}
.authorization-close {
	position: absolute;
	top: 0;
	right: -40px;
	width: 24px;
	height: 24px;
	border: 0;
	background: center center url('../img/button-close.png') no-repeat;
}
.authorization-title {
	margin-bottom: 15px;
	font: 300 24px 'Open Sans', sans-serif;
}
.authorization-form-input {
	margin-bottom: 10px;
	padding-left: 8px;
	font: 300 18px 'Open Sans', sans-serif;
	color: #333;
	box-shadow: inset 0px 5px 5px 0px rgba(30, 29, 30, 0.08);
	border-color: #cccccc;
}
.authorization-form-controls {
	display: flex;
	margin-top: 20px;
}
.btn-authorization-login {
	width: 124px;
	height: 46px;
	background-color: #FFE82D;
	font: 400 18px 'Open Sans', sans-serif;
}
	.btn-authorization-login:hover {
		background-color: #ffb503;
	}
.btn-authorization-register {
	width: 160px;
	height: 46px;
	margin-left: 10px;
	padding: 0;
	line-height: 44px !important;
	font: 400 18px 'Open Sans', sans-serif;
} 
.authorization-forgot {
	margin-top: 15px;
}
.btn-scroll-top {
	display: none;
	position: fixed; z-index: 100;
	left: 20px; bottom: 50px;
	width: 92px !important; height: 40px;
	padding-left: 14px;
	box-shadow: 0px 5px 5px 0px rgba(30, 29, 30, 0.25);
	/*background: #FFE82D center right 10px/9px 6px url('../img/btn-scroll-top-bg.png') no-repeat;*/
	background: #FFE82D center right 9px/12px url('../img/btn-scroll-top-bg.svg') no-repeat;
	font-size: 15px;
	color: #333;
	text-align: left;
}
	.btn-scroll-top:active {
		background-image: url('../img/btn-scroll-top-bg.png') !important;
	}
	.btn-scroll-top:focus {
		box-shadow: 0px 5px 5px 0px rgba(30, 29, 30, 0.25);
	}
	.btn-scroll-top:hover {
		background-color: #ffb503;
	}
.compare-icon {
	display: block;
	position: fixed; z-index: 100;
	left: 20px; bottom: 110px;
	width: 92px; height: 124px;
	padding-top: 68px;
	border: 2px solid #FFE82D;
	border-radius: 5px;
	box-shadow: 0px 5px 5px 0px rgba(30, 29, 30, 0.25);
	color: #333;
	font-weight: 300;
	text-align: center;
	font-size: 12px;
	background: #fff top 18px center url('../img/compare-icon-bg.png') no-repeat;
}
	.compare-icon:hover {
		color: #333;
	}
.compare-icon-quantity {
	margin-left: 5px;
	font-weight: 400;
	font-size: 15px;
}
.compare-icon-link {
	display: block;
	font-weight: 400;
	font-size: 15px;
	text-decoration: underline;
	line-height: 24px;
}
	.compare-icon:hover .compare-icon-link {
		text-decoration: none;
	}
	
.scrollbar-x-firefox-fix {
	position: relative;
	/* top: -17px; */
	top: 0;
	width: 100%; height: 17px;
	background: #fff;
}
.scrollbar-у-firefox-fix {
	position: absolute; z-index: 10;
	top: 0;
	right: 0;
	width: 17px; height: 100%; min-height: 100%;
	background: #fff;
}
.mobile-menu-close {
	padding: 0;
	border: 0;
}
.footer-logo {
	display: block;
}
.footer-logo-img {
	max-width: 100%;
}

.brokers-rebates-mobile-price {
	width: 180px;
	height: 50px;
	position: relative;
	padding: 7px 0 0 0;
}
.brokers-rebates-mobile-price-money {
	width: 120px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 23px;
	text-align: center;
}
.brokers-rebates-mobile-price-how {
	width: 120px;
	position: absolute;
	right: 0;
	top: 25px;
	text-align: center;
}

#castomBrokersSelect .nice-select .option {
	font-size: 13px;
}

.brokers-header-link:hover {
	color: #000;
}

.innews {
	margin: 0 0 15px 0;
    padding: 15px 30px;
    border: 1px solid #DAD5D5;
    box-sizing: border-box;
    border-radius: 5px;
}
.side-news-list .entry-content p{
	font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin: 0;
}
.side-news-list .entry-meta .meta-prep{
    font-size: 16px;
    line-height: 19px;
    color: #948B92;
    margin-bottom: 17px;
    display: block;
    font-weight: normal;
}
.side-news-list .entry-title{
	font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 10px;
}
.meta-prep {
	font-weight: 600;
}


.scroll-wrapper.scrollbar-vista{
	padding-top: 15px!important;
}

html.fix{
	overflow:hidden;
}
body.fix {
	overflow:hidden;
	height:100%;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .4);
}
.modal .inblock h1{
	margin-top:0;
}
.modal .inblock{
	position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: auto;
    padding: 30px 60px 20px;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 5px;
    box-shadow: inset 2.828px 2.828px 1px 0px rgba(222, 227, 238, 0.46);
}
.modal .inblock .close{
	position: absolute;
    top: 0;
    right: -40px;
    width: 24px;
    height: 24px;
    border: 0;
    background: center center url(../img/button-close.png) no-repeat;
	cursor:pointer;
}
.pager span,
.pager a{
    margin: 10px 2px;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #FFE82D;
    padding: 5px 14px;
    color: #000;
	text-decoration:none;
	transition:all 0.3s ease;
	border-radius:5px;
}
.pager a:hover{
	background:#FFE82D;
}
.pager span{
    border: 1px solid transparent;
}
.pager{
	text-align: center;
    margin: 30px 0;
}
.pager span.nomr{
	margin-right:0;
	padding-right:5px;
}
.pager span.noml{
	margin-left:0;
	padding-left:5px;
}
#account_transfer.profile-newstyle input {
    margin: 5px 0;
}
#account_transfer.profile-newstyle .saveProfile{
	width: auto;
	min-width: 220px;
    margin: 15px auto 0;
}
#account_transfer .account_transfer-contact .account_transfer-address {
	font-size: 20px;
    margin-top: 9px;
    display: block;
}
#account_transfer .account_transfer-text {
	line-height: 18px;
}
#account_transfer .account_transfer-contact {
	padding: 15px 10px;
    background-color: #2986DD;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
#account_transfer #copy-actext{
	display:none;
	margin-top:40px;
}
#account_transfer .hidden,
#account_transfer .account_transfer-contact .account_transfer-address.forajax,
#account_transfer .dopbtns .form-group {
	display:none;
}
#account_transfer .account_transfer-main #message-container {
	padding: 15px;
}
#account_transfer .account_line{
	margin:10px 0;
}
#account_transfer p {
	line-height: 18px;
}
#account_transfer .account_transfer-main {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    word-break: break-word;
    border-radius: 5px;
	overflow:hidden;
}
#account_transfer .row.row-medium {
	background-color: #f5f5f5;
    padding: 20px 0;
    margin: 0;
    border-radius: 5px;
}
#account_transfer.profile-newstyle input {
    margin-top: 0;
}

.btn-brokers-list-item.transacc{
	font-size: 15px;
    border: 1px solid #ffd803;
    background: #fff;
    margin-bottom: 12px;
}

/*new homepage style*/
section.main-first {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media (max-width: 992px) {
	section.main-first {
    justify-content: center;
}
}
section.side-cashback.main {
    margin-top: 100px;
    max-width: 240px;
}
.main-first-button {
    flex: 100%;
}
section.rebate-calc.main {
    margin-top: 120px;
    display: flex;
    flex-wrap: wrap;
}
.rebate-calc__text.main {
    flex: 2;
}
.rebate-calc__calc.main {
    flex: 1;
    min-width: 280px;
    max-height: 420px;
    display: flex;
    justify-content: center;
    margin: 5% 0%;
}
section.side-calc.main {
    max-width: 260px;
    margin-bottom: 0px;
}
section.side-cashback.choose {
    max-width: 240px;
    padding-top: 20px;
}
.main-content.main {
    display: flex;
    justify-content: center;
}
.page-content.page-content_index.mainblk2.main {
    display: flex;
    justify-content: center;
}