@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic);
html {
	background-color: #fff
}
body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1920px;
	margin: auto;
	position: relative;
	background: #fff url(../img/bg.png) repeat;
	color: #454545;
	font: 18px/1.33 'PT Sans',sans-serif;
	cursor: default;
	overflow-y: scroll
}
body:before {
	content: '';
	display: block;
	width: 100%;
	max-width: 1250px;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff
}
.wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	z-index: 2
}
.main {
	padding: 10px 15px 20px
}
.sidebar {
	padding: 20px 15px
}
a {
	color: inherit
}
a:hover {
	color: inherit
}
img {
	max-width: 100%
}
.ui-menu.ui-autocomplete {
	max-height: 210px;
    padding: 15px;
	overflow-x: hidden;
	overflow-y: auto;
    z-index: 1090;
    background-color: #fff;
    border: 1px solid #d4d4d4;
	border-top: none;
	border-radius: 5px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1), inset 0 4px 4px rgba(0,0,0,0.04);
}
.ui-autocomplete .ui-menu-item {
	margin-bottom: 5px;
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
	margin: 0;
}
.ui-autocomplete .ui-menu-item-wrapper span {
	color: #3fd13f;
}
.ui-autocomplete .ui-menu-item-wrapper:hover,
.ui-autocomplete .ui-menu-item-wrapper:hover span {
	color: #0077cc;
}
.form-slider {
	position: relative
}
.form-slider .ui-slider-horizontal {
	height: 3px;
	position: absolute;
	right: 2px;
	bottom: 0;
	left: 2px;
	border-radius: 2px
}
.form-slider .ui-slider-horizontal .ui-slider-handle {
	width: 25px;
	height: 25px;
	top: -10px;
	margin-left: -12.5px;
	outline: 0;
	background-color: #fff;
	border: 8px solid #3fd13f;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 4px rgba(63,222,63,.5);
	box-shadow: 0 2px 4px rgba(63,222,63,.5)
}
.form-slider .ui-slider-range {
	background-color: #9fe89f
}
.form-control {
	height: 40px;
	padding: 8px 15px;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 4px 4px rgba(0,0,0,.04);
	box-shadow: inset 0 4px 4px rgba(0,0,0,.04);
	font-size: 15px;
	color: #757575
}
.form-control[type=number] {
	-moz-appearance: textfield
}
.form-control[type=number]::-webkit-inner-spin-button,
.form-control[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none
}
.form-control-lg {
	height: 50px;
	padding: 13px 15px
}
label {
	margin-bottom: 5px
}
.checkbox input {
	position: absolute;
	visibility: hidden
}
.checkbox input:checked + label:after {
	opacity: 1
}
.checkbox label {
	display: block;
	line-height: 20px;
	margin-bottom: 0;
	padding-right: 30px;
	position: relative
}
.checkbox label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	border: solid 1px #d4d4d4;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 4px 4px rgba(0,0,0,.04);
	box-shadow: inset 0 4px 4px rgba(0,0,0,.04)
}
.checkbox label:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -261px;
	width: 22px;
	height: 18px;
	opacity: 0;
	position: absolute;
	top: 2px;
	right: -1px;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}
.btn {
	height: 40px;
	padding: 6px 10px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	cursor: pointer
}
.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-block {
	padding: 6px
}
.btn-lg {
	min-width: 190px;
	height: 50px;
	padding: 12px 15px;
	text-transform: uppercase
}
.btn_border {
	background-color: transparent;
	color: #00c200;
	border: 1px solid #00c200;
	border-radius: 5px;
	-webkit-transition: all .2s;
	transition: all .2s
}
.btn_border:hover {
	color: #00c200;
	-webkit-box-shadow: 0 2px 6px rgba(63,222,63,.36);
	box-shadow: 0 2px 6px rgba(63,222,63,.36)
}
.btn_default {
	background-color: #fff;
	color: #00c200;
	border: 1px solid #00c200;
	border-radius: 5px;
	-webkit-transition: all .2s;
	transition: all .2s
}
.btn_default:hover {
	background-color: #4ed74e;
	color: #fff;
	-webkit-box-shadow: 0 2px 6px rgba(63,222,63,.36);
	box-shadow: 0 2px 6px rgba(63,222,63,.36)
}
.btn_main {
	background-color: #2ec22e;
	color: #fff;
	border: none;
	border-radius: 5px;
	-webkit-transition: all .2s;
	transition: all .2s
}
.btn_main:hover {
	color: #fff;
	-webkit-box-shadow: 0 2px 6px rgba(63,222,63,.36);
	box-shadow: 0 2px 6px rgba(63,222,63,.36)
}
.more-btn:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -36px;
	width: 11px;
	height: 11px;
	margin-left: 5px
}
.more-btn:hover:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -49px;
	width: 11px;
	height: 11px
}
.more-btn.loading {
	min-width: 40px;
	height: 40px;
	background: url(../img/13.gif) center no-repeat;
	background-size: 40px;
	border: none;
	text-indent: -9999px;
	box-shadow: none;
}
.more-btn.loading:after {
	display: none;
}
.badge {
	min-width: 24px;
	vertical-align: middle;
	padding: 5px 5px;
	background-color: #fff;
	border: 1px solid #00c200;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 700;
	color: #00c200
}
.heading {
	margin: 0 0 10px;
	line-height: 1.1;
	overflow: hidden;
	font-size: 36px;
	text-align: center
}
.heading img {
	margin-left: 10px;
	float: right;
}
h1.heading {
	margin-bottom: 25px;
	font-size: 40px;
	text-align: left;
	margin-top: -15px;
}
h1.heading.h1-main {
	text-align: center;
	font-size: 36px;
}
h1.heading > span{
	font-size: 24px;
	color: #777;
	display: block;
}
.block-header .heading {
	margin-bottom: 15px;
	text-align: left
}
.page-header {
	margin-bottom: 20px;
	padding: 10px 60px 10px 30px;
	position: relative;
	background-color: #edf8fc;
	border-bottom: 1px solid #ccf1ff
}
.page-header .print-btn {
	width: 25px;
	height: 25px;
	padding: 0;
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 30px;
	background-color: #fff;
	outline: 0;
	cursor: pointer
}
.page-header .print-btn:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -281px;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}
.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
	font-size: 15px
}
.breadcrumb a {
	color: #757575
}
.pagination {
	margin-bottom: 30px;
	padding: 13px;
	background-color: #edf8fc;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: .25rem;
	font-size: 18px
}
.pagination .page-link {
	margin: 0;
	padding: 0 5px;
	border: none;
	background-color: transparent;
	color: #07c
}
.pagination .page-link:hover {
	text-decoration: underline
}
.pagination .page-ellipsis {
	padding: 0 5px;
	color: #07c
}
.header {
	padding: 25px 0 15px
}
.header .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.header__logo {
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px 0 10px 52px;
	background: url(../img/header/logo.png) no-repeat;
	font-size: 36px;
	text-transform: uppercase
}
.header__logo:hover {
	text-decoration: none
}
.header__logo span {
	color: #3fd13f
}
.header__rates {
	width: 100%;
	margin-bottom: 10px;
	font-size: 15px
}
.header__rates th {
	padding: 2px 10px;
	background-color: #edf8fc;
	font-size: 11px;
	font-weight: 700;
	color: #858585;
	border-bottom: 1px solid #ccf1ff
}
.header__rates tr:first-child td {
	padding-top: 10px;
	white-space: nowrap
}
.header__rates td {
	padding: 4px 10px;
	vertical-align: middle
}
.rates__value_old {
	color: #999;
}
.rates__value.rates__icon:after {
	margin-left: 10px
}
.rates__index_positive span,
.rates__value_positive {
	color: #00c200
}
.rates__index_negative span,
.rates__value_negative {
	color: #f43
}
.rates__icon:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	margin-top: -4px;
	border: 5px solid transparent
}
.rates__icon_positive:after {
	border-bottom: 5px solid #00c200;
	border-top: none
}
.rates__icon_negative:after {
	border-top: 5px solid #f43;
	border-bottom: none
}
.header__location {
	max-width: 220px;
	min-height: 24px;
	margin-bottom: 15px;
	padding-left: 27px;
	position: relative;
	font-size: 15px;
	line-height: 1.2;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.header__location:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -510px;
	width: 20px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.header__location .region_name {
	font-size: 18px;
	color: #07c;
	border-bottom: 1px dashed #07c;
	cursor: pointer
}
.search-form .form-group {
	margin-bottom: 0;
	position: relative
}
.search-form .form-control {
	padding-right: 40px
}
.search-form .btn.text-hide {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px
}
.search-form .btn.text-hide:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -175px;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}
.search-form2 {
	display: none;
	width: 30px;
	height: 36px;
	position: absolute;
	z-index: 99;
	top: 4px;
	right: 10px;
	overflow: hidden;
	-webkit-transition: width .3s;
	transition: width .3s	
}
.search-form2 input {
	width: 100%;
	height: 36px;
	padding: 6px 40px 6px 10px;
	background-color: #fff;
	border: none;
	outline: 0;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s	
}
.search-form2 button {
	display: block;
	width: 36px;
	height: 36px;
	padding: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	background: url(../img/header/icon-search2.png) center no-repeat;
	border: none;
	outline: 0;
	cursor: pointer;
}
.search-form2 button:before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: url(../img/sprite.png) 0 -175px no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s	
}
.search-form2.active {
	width: calc(100% - 20px);
}
.search-form2.active input {
	opacity: 1;
}
.search-form2.active button:before {
	opacity: 1;
}
.main__search {
	margin-bottom: 30px;
	padding: 30px;
	background-color: #fff8e5;
	border: 1px solid #f0e6cb;
	border-radius: 5px
}
.main__search .row {
	margin: 0 -5px
}
.main__search .row > div {
	padding: 0 5px
}
.main__search .form-group:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -175px;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.main__search .btn {
	min-width: 114px;
	text-transform: uppercase
}
.header__search {
	max-width: 220px;
	margin-bottom: 10px
}
.navbar {
	margin-bottom: 10px;
	padding: 0;
	background-color: #00b8d7;
	color: #fff
}
.navbar .container {
	position: relative;
}
.navbar .dropdown-menu {
	min-width: 554px;
	margin: 0;
	padding: 30px 0 0;
	background-color: #fff;
	border: 1px solid #00b8d7;
	border-top: none;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 10px 15px rgba(0,0,0,.15),inset 0 4px 4px rgba(0,0,0,.04);
	box-shadow: 0 10px 15px rgba(0,0,0,.15),inset 0 4px 4px rgba(0,0,0,.04)
}
.navbar .dropdown-menu .row > div + div {
	border-left: 1px solid #00b8d7
}
.navbar-toggler {
	margin: 5px 15px;
	padding: 9px 10px;
	position: relative;
	border: 1px solid #fff;
	color: #fff
}
.navbar-toggler:focus {
	outline: 0
}
.navbar-toggler.active .navbar-toggler__bar:nth-child(2) {
	top: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.navbar-toggler.active .navbar-toggler__bar:nth-child(3) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.navbar-toggler.active .navbar-toggler__bar:nth-child(4) {
	opacity: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.navbar-toggler__bar {
	display: block;
	width: 22px;
	height: 2px;
	position: relative;
	background: #fff;
	border-radius: 1px;
	-webkit-transition: top .2s,-webkit-transform .5s;
	transition: top .2s,-webkit-transform .5s;
	transition: transform .5s,top .2s;
	transition: transform .5s,top .2s,-webkit-transform .5s
}
.navbar-toggler__bar + .navbar-toggler__bar {
	margin-top: 4px
}
.navbar-toggler__title {
	position: absolute;
	top: 50%;
	left: 55px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.navbar-nav {
	width: 100%
}
.navbar-nav .nav-item {
	padding: 0;
	position: relative;
	border-right: 1px solid #59d1e5
}
.navbar-nav .nav-item.active .nav-link {
	background-color: #3fc9e1
}
.navbar-nav .nav-item:first-child {
	border-left: 1px solid #59d1e5
}
.navbar-nav .nav-item.open .dropdown-menu {
	display: block
}
.navbar-nav .nav-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding: 19px 15px;
	font-size: 24px;
	text-transform: uppercase;
	-webkit-transition: background-color .2s;
	transition: background-color .2s
}
.navbar-nav .dropdown-menu__list {
	margin: 0;
	padding: 0 15px 0 25px;
	list-style-type: none;
	font-size: 18px;
	color: #07c
}
.navbar-nav .dropdown-menu__list li {
	padding-left: 15px;
	position: relative
}
.navbar-nav .dropdown-menu__list li:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 8px;
	left: 0;
	background-color: #00b8d7;
	border-radius: 50%
}
.navbar-nav .dropdown-menu__list li + li {
	margin-top: 15px
}
.navbar-nav .dropdown-menu__links {
	margin: 0;
	padding: 0 15px;
	list-style-type: none
}
.navbar-nav .dropdown-menu__links li + li {
	margin-top: 10px
}
.navbar-nav .dropdown-menu__links a {
	display: inline-block;
	min-height: 35px;
	line-height: 35px
}
.navbar-nav .dropdown-menu__bottom {
	margin-top: 20px;
	padding: 15px;
	background-color: #edf8fc;
	text-align: center;
	border-radius: 0 0 5px 5px
}
.top-nav .nav-item {
	max-width: 250px;
}
.top-nav .nav-item.dropdown {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}
.top-nav .nav-item.dropdown > .nav-link {
	padding: 6px 11px
}
.top-nav .nav-item.dropdown > .nav-link:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -27px;
	width: 11px;
	height: 7px
}
.top-nav .dropdown-menu {
	font-size: 18px;
}
.top-nav .dropdown-item.active,
.top-nav .dropdown-item:active,
.top-nav .dropdown-item:focus,
.top-nav .dropdown-item:hover {
	outline: 0;
	background-color: transparent;
	color: inherit;
}
.top-nav .nav-item + .nav-item {
	margin-left: -1px
}
.top-nav .nav-item.first {
	position: relative;
	z-index: 2
}
.top-nav .nav-item.first .nav-link {
	padding: 2px 5px;
	line-height: 30px;
	text-align: center;
	border-color: #3fc9e1
}
.top-nav .nav-item.first .nav-link img {
	max-height: 99%;
}
.top-nav .nav-item.first .nav-link:before {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	right: -10px;
	border: 20px solid transparent;
	border-left: 10px solid #3fc9e1;
	border-right: none
}
.top-nav .nav-item.first .nav-link:after {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	right: -9px;
	border: 20px solid transparent;
	border-left: 10px solid #fff;
	border-right: none
}
.top-nav .nav-item.first + .nav-item .nav-link {
	padding-left: 15px
}
.top-nav .nav-link {
	height: 40px;
	padding: 8px 10px;
	position: relative;
	background-color: #fff;
	color: #07c;
	border: 1px solid #b2ebff
}
.top-nav .nav-link img {
	max-height: 100%
}
.best-offers .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -7.5px
}
.best-offers .row > div {
	padding: 0 7.5px
}
.best-offers__group {
	max-width: 295px;
	margin: 0 auto 30px
}
.best-offers__heading {
	margin-bottom: 0;
	padding: 10px 15px;
	position: relative;
	z-index: 3;
	background-color: #2ec22e;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border-radius: 5px 5px 0 0
}
.best-offers__items {
	margin-bottom: 10px
}
.best-offers__item {
	display: block;
	margin-top: -1px;
	padding: 15px 5px;
	position: relative;
	z-index: 1;
	border: 1px solid #00b8d7;
	font-size: 15px;
	font-weight: 700
}
.best-offers__item:after {
	content: '';
	display: block;
	clear: both
}
.best-offers__item:hover {
	z-index: 2;
	border-color: #00d300;
	text-decoration: none
}
.best-offers__item:last-child {
	border-radius: 0 0 5px 5px
}
.best-offers__img {
	display: block;
	width: 50%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	float: left;
	text-align: center
}
.best-offers__sum {
	display: block;
	width: 50%;
	white-space: nowrap;
	float: left
}
.best-offers__rate {
	display: block;
	width: 50%;
	white-space: nowrap;
	float: left
}
.filter {
	margin-bottom: 30px
}
.filter__form {
	background-color: #fff8e5;
	border: 1px solid #f0e6cb;
	border-radius: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.filter__form .row {
	padding: 25px 30px 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.filter__form .form-group {
	margin-bottom: 25px
}
.filter__form .checkbox + .checkbox {
	margin-top: 10px
}
.credits {
	margin-bottom: 30px;
	position: relative
}
.credits:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.8) url(../img/13.gif) 50% 100px no-repeat;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: background-color .2s,opacity .2s;
	transition: background-color .2s,opacity .2s
}
.credits.loading:before {
	opacity: 1;
	visibility: visible;
}
.credits table {
	width: 100%;
	margin-bottom: 15px;
	border-spacing: 0;
	border-collapse: separate
}
.credits tr {
	position: relative;
	z-index: 1
}
.credits tbody tr {
	cursor: pointer
}
.credits tr:first-child td:first-child {
	border-radius: 5px 0 0 0
}
.credits tr:first-child td:last-child {
	border-radius: 0 5px 0 0
}
.credits tr:last-child td {
	border-bottom: 1px solid #d4d4d4
}
.credits tr:last-child td:first-child {
	border-radius: 0 0 0 5px
}
.credits tr:last-child td:last-child {
	border-radius: 0 0 5px 0
}
.credits thead + tbody tr:first-child td:first-child,
.credits thead + tbody tr:first-child td:last-child {
	border-radius: 0
}
.credits th {
	padding: 10px 15px;
	background-color: #edf8fc;
	font-size: 15px;
	font-weight: 400;
	color: #858585
}
.credits th:first-child {
	border-radius: 5px 0 0 0
}
.credits th:last-child {
	border-radius: 0 5px 0 0
}
.credits td {
	white-space: nowrap;
	padding: 24px 5px;
	border-top: 1px solid #d4d4d4
}
.credits td:first-child {
	min-width: 200px;
	padding-left: 10px;
	white-space: inherit;
	border-left: 1px solid #d4d4d4
}
.credits td:last-child {
	width: 1%;
	padding-right: 10px;
	border-right: 1px solid #d4d4d4
}
.credits td .btn {
	display: block;
	width: 135px;
	margin: auto;
}
.credits td span {
	color: #00c200;
	font-weight: 700;
	white-space: nowrap
}
.credits .sort-btn {
	display: inline-block;
	padding-right: 30px;
	position: relative;
	white-space: nowrap;
	cursor: pointer
}
.credits .sort-btn:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -9px;
	width: 11px;
	height: 7px;
	position: absolute;
	top: 5px;
	right: 15px
}
.credits .sort-btn:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -18px;
	width: 11px;
	height: 7px;
	position: absolute;
	top: 5px;
	right: 0
}
.credits .sort-btn.sort-asc:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 0;
	width: 11px;
	height: 7px
}
.credits .sort-btn.sort-desc:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -27px;
	width: 11px;
	height: 7px
}
.credits .credit-offers td {
	padding: 15px 5px
}
.credits .credit-offers td:first-child {
	padding-left: 10px;
}
.credits .credit-offers td:last-child {
	padding-right: 10px;
}
.credits .credit-offers .offer_label {
	margin: 5px 0 0;
	color: #ccc;
	font-size: 14px;
}
.credits.credits-ads table {
	margin-bottom: 3px;
	position: relative
}
.credits.credits-ads tr:first-child td,
.credits.credits-ads tr:last-child td {
	border-radius: 0
}
.credits.credits-ads td:nth-child(2) {
	width: 15%;
}
.credits.credits-ads td:nth-child(3) {
	width: 15%;
}
.credits.credits-ads td:nth-child(4) {
	width: 18%;
}
.credits .credit-ads__note {
	display: block;
	padding: 1px 10px 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 11px;
	font-weight: 700;
	border-radius: 5px 5px 0 0;
	background-color: #b7b7b7;
	color: #fff
}
.credits__title {
	margin-bottom: 5px;
	font-weight: bold;
	color: #3292d6
}
.credits__title .credits__bank {
	margin-top: 5px;
}
.credits__bank {
	display: block;
	font-size: 15px;
	color: #858585;
	margin-bottom: 0
}
.credits__bank a {
	text-decoration: none
}
.credits__bank a span {
	color: inherit;
	font-weight: inherit;
	white-space: inherit
}
.credits__bank a:hover span {
	text-decoration: underline;
}
.credits__bank img {
	margin-right: 5px
}
.credits .pagination {
	display: none;
}
.credits__empty {
	text-align: center;
	padding: 15px 0;
}
.table-contents {
	margin-bottom: 25px;
	padding: 20px 30px;
	background-color: #fff8e5;
	border: 1px solid #f0e6cb;
	border-radius: 5px;
	font-size: 18px
}
.table-contents ol {
	margin: 0;
	padding-left: 20px;
	color: #07c
}
.table-contents ol li {
	margin-bottom: 5px
}
.table-contents ol a {
	text-decoration: none;
	border-bottom: 1px dashed #07c
}
.table-contents ol ul{
	list-style: none;
	padding-left: 10px;
    padding-top: 4px;
}
.text-block {
	margin-bottom: 20px;
	font-size: 18px
}
.text-block a {
	text-decoration: underline;
}
.text-block.article {
	font-size: 17px
}
.text-block h2 {
	margin: 0 0 10px;
	line-height: 1;
	font-size: 36px;
	text-align: center;
}
.text-block.article h2 {
	font-size: 32px;
}
.text-block.article h3 {
	font-size: 26px;
}
.text-block.article h2, .text-block.article h3 {
	font-weight: bold;
	text-align: left;
}
.text-block p {
	margin-bottom: 20px;
	color: #303030
}
.text-block table p {
	margin-bottom: 0px;
}
.text-block table {
	margin-bottom: 15px !important;
}
.text-block ul {
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none
}
.text-block ul li {
	margin-bottom: 5px;
	padding-left: 25px;
	position: relative
}
.text-block ul li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -243px;
	width: 15px;
	height: 16px;
	position: absolute;
	top: 6px;
	left: 0
}
.text-block .mark,
.text-block mark {
	margin-bottom: 30px;
	padding: 20px 30px 20px;
	position: relative;
	background-color: #edf8fc;
	border-color: #ccf1ff #ccf1ff #ccf1ff #80e086;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
	color: #000;
}
.text-block ol {
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none;
	counter-reset: list
}
.text-block ol li {
	margin-bottom: 20px;
	padding-left: 50px;
	position: relative
}
.text-block ol li:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 0;
	background: #7fddff;
	background: linear-gradient(135deg,#7fddff 0,#80e080 100%);
	border-radius: 50%
}
.text-block ol li:after {
	counter-increment: list;
	content: counter(list);
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 5px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 700
}
.articles {
	margin-bottom: 30px
}
.articles .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.articles__item {
	display: block;
	max-width: 290px;
	margin: 0 auto 25px;
	text-decoration: none
}
.articles__item:hover .articles__title {
	text-decoration: underline
}
.articles__thumb {
	display: block;
	margin-bottom: 10px
}
.articles__thumb img {
	border-radius: 5px
}
.articles__title {
	display: block;
	color: #07c;
	text-align: center
}
.footer-nav {
	padding: 30px 0 5px;
	position: relative;
	z-index: 2;
	background: #01879f url(../img/footer-nav/bg.jpg) center no-repeat;
	background-size: cover;
	color: #fff
}
.footer-nav .col + .col {
	border-left: 1px solid rgba(255,255,255,.5)
}
.footer-nav__heading {
	display: block;
	min-height: 45px;
	margin-bottom: 0;
	padding-left: 20px;
	position: relative;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase
}
.footer-nav__heading:before {
	position: absolute;
	top: 0;
	left: 0
}
.footer-nav__heading.item-1:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -209px;
	width: 15px;
	height: 15px
}
.footer-nav__heading.item-2:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -192px;
	width: 15px;
	height: 15px
}
.footer-nav__heading.item-3:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -226px;
	width: 15px;
	height: 15px
}
.footer-nav__heading.item-4:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -124px;
	width: 15px;
	height: 15px
}
.footer-nav__heading.item-5:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -141px;
	width: 15px;
	height: 15px
}
.footer-nav__heading.item-6:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -158px;
	width: 15px;
	height: 15px
}
.footer-nav__list {
	margin: 0 0 25px;
	padding: 0;
	list-style-type: none
}
.footer-nav__list li {
	padding-left: 10px;
	position: relative
}
.footer-nav__list li:before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	position: absolute;
	top: 12px;
	left: 0;
	background-color: #fff;
	border-radius: 50%
}
.footer-nav a {
	font-size: 16px;
}
.footer {
	padding: 15px 0;
	position: relative;
	z-index: 2;
	background-color: #01879f;
	color: #fff;
	text-align: center
}
.copyright {
	margin-bottom: 0;
	font-size: 15px
}
.scroll-down,
.scroll-up {
	display: block;
	width: 65px;
	height: 65px;
	position: fixed;
	z-index: 99;
	right: 20px;
	background-color: rgba(0,184,215,.5);
	border-radius: 50%;
	text-indent: -9999px;
	text-decoration: none;
	opacity: 0;
	-webkit-transition: background-color .2s,opacity .2s;
	transition: background-color .2s,opacity .2s
}
.scroll-down:before,
.scroll-up:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}
.scroll-down:hover,
.scroll-up:hover {
	background-color: #00b8d7
}
.scroll-down.active,
.scroll-up.active {
	opacity: 1
}
.scroll-up {
	bottom: 15px
}
.scroll-up:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1754px;
	width: 30px;
	height: 38px
}
.scroll-down {
	top: 30px
}
.scroll-down:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1794px;
	width: 30px;
	height: 38px
}
.banners {
	margin: 0 -5px;
	text-align: center
}
.banners__item {
	display: inline-block;
	margin: 0 5px 20px;
	border-radius: 5px
}
.banks-top {
	margin-bottom: 30px
}
.banks-top__heading {
	display: block;
	margin: 0;
	padding: 8px 10px;
	background-color: #00b8d7;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border-radius: 5px 5px 0 0
}
.banks-top__heading:hover {
	color: #fff;
}
.banks-top__list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #00b8d7;
	border-top: none;
	border-radius: 0 0 5px 5px;
	counter-reset: banks_top
}
.banks-top__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 50px;
	padding: 5px 10px 5px 85px;
	line-height: 1;
	position: relative
}
.banks-top__list li:before {
	counter-increment: banks_top;
	content: counter(banks_top);
	display: block;
	width: 46px;
	height: 34px;
	line-height: 30px;
	margin-top: -17px;
	position: absolute;
	top: 50%;
	left: 17px;
	background: url(../img/banks-top/list-marker.png) no-repeat;
	font-size: 18px;
	font-weight: 700;
	text-align: center
}
.banks-top__list li + li {
	border-top: 1px solid #00b8d7
}
.banks-top__list img {
	max-width: 150px;
	max-height: 100%
}
.useful-tips {
	margin-bottom: 20px
}
.useful-tips__heading {
	display: block;
	margin-bottom: 0;
	padding: 8px 10px;
	background-color: #e6ffe5;
	border-bottom: 1px solid #b5ffb2;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none
}
.useful-tips__item {
	padding: 10px 10px;
	color: #07c;
	line-height: 1.1
}
.useful-tips__item + .useful-tips__item {
	border-top: 1px solid #d4d4d4
}
.modal-backdrop {
	background-color: #1a5864
}
.modal-backdrop.show {
	opacity: .75
}
.regions {
	padding-right: 0!important
}
.regions .modal-dialog {
	max-width: inherit;
	margin: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 50px rgba(0,0,0,.5);
	box-shadow: 0 1px 50px rgba(0,0,0,.5)
}
.regions .modal-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 15px 10px;
	border: none;
	border-radius: 0
}
.regions .modal-header {
	padding: 10px 0;
	position: relative
}
.regions .modal-header .close {
	width: 30px;
	height: 30px;
	margin: 0 0 0 auto;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1;
	outline: 0;
	cursor: pointer
}
.regions .modal-header .close:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1498px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0
}
.regions .modal-title {
	font-size: 48px;
	line-height: 1.2
}
.regions .modal-body {
	padding: 20px 0
}
.regions__list {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	-webkit-column-count: 5;
	column-count: 5;
	-webkit-column-gap: 30px;
	column-gap: 30px
}
.regions__list li {
	-webkit-column-break-inside: avoid;
	break-inside: avoid
}
.regions__list a {
	text-decoration: none
}
.regions__list span {
	cursor: pointer
}
.regions__list span:hover,
.regions__list a:hover {
	color: #07c
}
.regions__form {
	padding: 30px;
	background-color: #fff8e5;
	border: 1px solid #f0e6cb;
	border-radius: 5px
}
.share-block {
	margin-bottom: 30px
}
.credit-cards {
	margin-bottom: 30px
}
.credit-cards__slider {
	padding: 0 15px;
	border: 1px solid #3fc9e1;
	border-radius: 5px
}
.credit-cards__slider.slick-slider {
	padding-bottom: 50px
}
.credit-cards__item {
	padding: 30px 15px;
	outline: 0
}
.credit-cards__item + .credit-cards__item:not(.slick-slide) {
	display: none
}
.credit-cards__img {
	max-width: 272px;
	margin: 0 auto 30px;
	padding: 10px;
	border: 1px solid #d4d4d4;
	-webkit-box-shadow: 0 2px 2px rgba(212,212,212,.5);
	box-shadow: 0 2px 2px rgba(212,212,212,.5);
	border-radius: 10px;
	display: block;
}
.credit-cards__characteristics {
	width: calc(100% - 50px);
	margin-left: 50px
}
.credit-cards__characteristics tr:nth-child(even) td {
	padding: 3px 15px;
	background-color: #edf8fc
}
.credit-cards__characteristics tr.item-1 td:first-child:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1402px;
	width: 30px;
	height: 30px
}
.credit-cards__characteristics tr.item-2 td:first-child:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1146px;
	width: 30px;
	height: 30px
}
.credit-cards__characteristics tr.item-3 td:first-child:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1114px;
	width: 30px;
	height: 30px
}
.credit-cards__characteristics tr.item-4 td:first-child:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -324px;
	width: 30px;
	height: 20px
}
.credit-cards__characteristics tr.item-5 td:first-child:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -890px;
	width: 30px;
	height: 30px
}
.credit-cards__characteristics tr.item-6 td:first-child:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -858px;
	width: 30px;
	height: 30px
}
.credit-cards__characteristics tr.item-7 td:first-child:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -762px;
	width: 30px;
	height: 30px
}
.credit-cards__characteristics tr.item-8 td:first-child:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1594px;
	width: 25px;
	height: 30px
}
.credit-cards__characteristics tr.item-9 td:first-child:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1210px;
	width: 22px;
	height: 30px
}
.credit-cards__characteristics tr.item-10 td:first-child:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1370px;
	width: 30px;
	height: 30px
}
.credit-cards__characteristics tr.item-11 td:first-child:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -588px;
	width: 30px;
	height: 24px
}
.credit-cards__characteristics td {
	padding: 13px 15px;
	position: relative;
	vertical-align: middle
}
.credit-cards__characteristics td:before {
	position: absolute;
	top: 50%;
	left: -40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.credit-cards__characteristics td:first-child {
	min-width: 230px;
	font-weight: 700
}
.credit-cards__characteristics td span {
	white-space: nowrap;
}
.slick-arrow {
	width: 30px;
	height: 60px;
	padding: 0;
	position: absolute;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	outline: 0;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer
}
.slick-arrow:before {
	content: '';
	display: block;
	width: 60px;
	height: 74px;
	position: absolute;
	z-index: 1;
	top: -7px;
	background-color: #fff;
	border: 1px solid #3fc9e1;
	border-radius: 50%
}
.slick-arrow:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}
.slick-arrow:focus {
	outline: 0
}
.slick-prev {
	left: -15px
}
.slick-prev:before {
	left: 1px
}
.slick-prev:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -92px;
	width: 8px;
	height: 14px
}
.slick-next {
	right: -15px
}
.slick-next:before {
	right: 1px
}
.slick-next:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -108px;
	width: 8px;
	height: 14px
}
.slick-dots {
	margin: 0;
	padding: 15px;
	list-style-type: none;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #edf8fc;
	border-top: 1px solid #ccf1ff;
	border-radius: 0 0 5px 5px;
	text-align: center;
	line-height: 11px
}
.slick-dots li {
	display: inline-block;
	vertical-align: middle
}
.slick-dots li.slick-active button {
	width: 13px;
	height: 13px;
	background-color: #3fc9e1;
	cursor: default
}
.slick-dots button {
	display: block;
	width: 11px;
	height: 11px;
	margin: 3px;
	padding: 0;
	background-color: transparent;
	border: 1px solid #3fc9e1;
	outline: 0;
	border-radius: 50%;
	text-indent: -9999px;
	cursor: pointer
}
.bank-contacts {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none
}
.bank-contacts li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 28%;
	margin-bottom: 15px;
	position: relative
}
.bank-contacts li + li {
	padding-left: 30px
}
.bank-contacts li + li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 10px;
	border-left: 1px solid #d4d4d4
}
.bank-contacts li b {
	display: block
}
.bank-stat {
	margin: 0 0 20px;
	border: 1px solid #7fdbfe
}
.bank-stat__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 15px 5px
}
.bank-stat__item + .bank-stat__item {
	border-left: 1px solid #7fdbfe
}
.bank-stat__rating {
	width: 88px;
	height: 88px;
	margin-bottom: 10px;
	padding: 12px;
	background: #80e080;
	background: linear-gradient(135deg,#80e080 0,#7fddff 100%);
	border-radius: 50%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.bank-stat__rating span {
	display: block;
	width: 64px;
	height: 64px;
	padding-top: 4px;
	text-align: center;
	text-transform: uppercase;
	background-color: #fff;
	color: #3fd13f;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700
}
.bank-stat__rating span b {
	display: block;
	font-size: 36px;
	line-height: 36px
}
.bank-stat__param {
	margin-bottom: 10px;
	color: #00c200;
	font-weight: 700
}
.bank-stat__param span {
	display: block;
	text-transform: uppercase;
	color: #454545
}
.bank-data {
	margin-bottom: 25px
}
.bank-data ul {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 10px;
	column-gap: 10px;
	margin: 0;
	padding: 20px 30px;
	list-style-type: none;
	background-color: #edf8fc;
	border: 1px solid #ccf1ff;
	border-radius: 5px
}
.bank-data li {
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid
}
.bank-data li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -243px;
	width: 15px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: 0
}
.bank-data li b {
	font-size: 15px
}
.sub-nav {
	margin: 0 0 5px;
	padding: 0;
	list-style-type: none
}
.sub-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 15px 0
}
.sub-nav a {
	display: block;
	padding: 5px 15px;
	background-color: #fff;
	color: #07c;
	text-decoration: none;
	border: 1px solid #3fc9e1;
	border-radius: 3px;
	-webkit-transition: background-color .2s,color .2s;
	transition: background-color .2s,color .2s
}
.sub-nav .active a,
.sub-nav a:hover {
	background: #3fc9e1;
	color: #fff
}
.cards-conditions {
	margin-bottom: 25px
}
.cards-conditions .nav-tabs {
	border-bottom-color: #00b8d7
}
.cards-conditions .nav-tabs .nav-link {
	padding: 10px 20px 7px;
	background-color: #00b8d7;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 5px 5px 0 0
}
.cards-conditions .nav-tabs .nav-link:hover {
	border-color: #00b8d7
}
.cards-conditions .nav-tabs .nav-link.active {
	padding-bottom: 10px;
	color: #454545;
	background-color: #fff;
	border-color: #00b8d7 #00b8d7 #fff
}
.cards-conditions .nav-tabs .nav-item + .nav-item {
	margin-left: 2px
}
.cards-conditions .tab-content {
	margin-bottom: 10px;
	padding: 25px 30px 15px;
	border: 1px solid #00b8d7;
	border-top: none;
	border-radius: 0 0 5px 5px
}
.cards-conditions .tab-content table {
	width: 100%
}
.cards-conditions .tab-content td {
	padding: 12px 15px;
	vertical-align: top
}
.cards-conditions .tab-content td:first-child {
	width: 230px;
	font-weight: 700
}
.cards-conditions .tab-content tr:nth-child(even) td {
	background-color: #edf8fc
}
.cards-conditions .tab-content ol {
	margin: 0 0 25px;
	padding: 0;
	list-style-type: none;
	counter-reset: list
}
.cards-conditions .tab-content ol li:before {
	counter-increment: list;
	content: counter(list) ") "
}
.cards-conditions .tab-content ol:last-child {
	margin-bottom: 0
}
.cards-conditions .tab-content ul {
	margin: 0 0 25px;
	padding: 0;
	list-style-type: none
}
.cards-conditions .tab-content ul li {
	padding-left: 15px;
	position: relative
}
.cards-conditions .tab-content ul li:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #00b8d7;
	border-radius: 50%
}
.cards-conditions .tab-content ul:last-child {
	margin-bottom: 0
}
.cards-conditions .tab-content p {
	margin-bottom: 5px
}
.cards-conditions .tab-content p:last-child {
	margin-bottom: 0
}
.cards-conditions .tab-content .text-small {
	margin-top: 15px;
	font-size: 14px;
	color: #999
}
.extra-nav {
	margin-bottom: 25px
}
.extra-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.extra-nav ul > li {
	margin-bottom: 2px;
	position: relative
}
.extra-nav ul > li.item-1 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1722px;
	width: 30px;
	height: 30px
}
.extra-nav ul > li.item-2 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1306px;
	width: 30px;
	height: 30px
}
.extra-nav ul > li.item-3 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -302px;
	width: 30px;
	height: 20px
}
.extra-nav ul > li.item-4 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1434px;
	width: 30px;
	height: 30px
}
.extra-nav ul > li.item-5 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -368px;
	width: 30px;
	height: 21px
}
.extra-nav ul > li.item-6 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -672px;
	width: 27px;
	height: 27px
}
.extra-nav ul > li.item-7 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1626px;
	width: 30px;
	height: 30px
}
.extra-nav ul > li.item-8 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1690px;
	width: 27px;
	height: 30px
}
.extra-nav ul > li.item-9 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -536px;
	width: 30px;
	height: 24px
}
.extra-nav ul > li.item-10 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -614px;
	width: 30px;
	height: 27px
}
.extra-nav ul > li.item-11 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -794px;
	width: 22px;
	height: 30px
}
.extra-nav ul > li.item-12 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -486px;
	width: 30px;
	height: 22px
}
.extra-nav ul > li.item-13 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -922px;
	width: 30px;
	height: 30px
}
.extra-nav ul > li.item-14 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -986px;
	width: 22px;
	height: 30px
}
.extra-nav ul > li.item-15 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1050px;
	width: 30px;
	height: 30px
}
.extra-nav ul > li.item-16 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -438px;
	width: 30px;
	height: 22px
}
.extra-nav ul > li.item-17 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1178px;
	width: 20px;
	height: 30px
}
.extra-nav ul > li.item-18 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1242px;
	width: 30px;
	height: 30px
}
.extra-nav ul > li.active .extra-nav__icon {
	background: #fff
}
.extra-nav ul > li.active.item-1 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1562px;
	width: 30px;
	height: 30px
}
.extra-nav ul > li.active.item-2 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1338px;
	width: 30px;
	height: 30px
}
.extra-nav ul > li.active.item-3 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -346px;
	width: 30px;
	height: 20px
}
.extra-nav ul > li.active.item-4 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1466px;
	width: 30px;
	height: 30px
}
.extra-nav ul > li.active.item-5 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -391px;
	width: 30px;
	height: 21px
}
.extra-nav ul > li.active.item-6 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -701px;
	width: 27px;
	height: 27px
}
.extra-nav ul > li.active.item-7 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1658px;
	width: 30px;
	height: 30px
}
.extra-nav ul > li.active.item-8 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1530px;
	width: 27px;
	height: 30px
}
.extra-nav ul > li.active.item-9 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -562px;
	width: 30px;
	height: 24px
}
.extra-nav ul > li.active.item-10 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -643px;
	width: 30px;
	height: 27px
}
.extra-nav ul > li.active.item-11 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -826px;
	width: 22px;
	height: 30px
}
.extra-nav ul > li.active.item-12 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -462px;
	width: 30px;
	height: 22px
}
.extra-nav ul > li.active.item-13 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -954px;
	width: 30px;
	height: 30px
}
.extra-nav ul > li.active.item-14 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1018px;
	width: 22px;
	height: 30px
}
.extra-nav ul > li.active.item-15 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1082px;
	width: 30px;
	height: 30px
}
.extra-nav ul > li.active.item-16 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -414px;
	width: 30px;
	height: 22px
}
.extra-nav ul > li.active.item-17 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -730px;
	width: 20px;
	height: 30px
}
.extra-nav ul > li.active.item-18 .extra-nav__icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -1274px;
	width: 30px;
	height: 30px
}
.extra-nav ul > li.active .extra-nav__title {
	background-color: #3fc9e1;
	color: #fff
}
.extra-nav ul > li.active .extra-nav__title:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -62px;
	width: 22px;
	height: 13px
}
.extra-nav ul > li.active .extra-nav__inner {
	max-height: 1500px;
	opacity: 1
}
.extra-nav__icon {
	display: block;
	width: 51px;
	height: 51px;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #7fddff;
	background: linear-gradient(135deg,#7fddff 0,#80e080 100%);
	border-radius: 50%
}
.extra-nav__icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}
.extra-nav__title {
	margin-bottom: 0;
	padding: 20px 15px;
	position: relative;
	border: 1px solid #3fc9e1;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: background-color .2s,color .2s;
	transition: background-color .2s,color .2s
}
.extra-nav__title:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -77px;
	width: 22px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.extra-nav__inner {
	padding: 15px 25px;
	background-color: #edf8fc;
	color: #07c;
	border: 1px solid #ccf1ff;
	border-radius: 0 0 5px 5px;
	overflow: hidden
}
.extra-nav__inner li {
	float: left;
	width: 33%;
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative
}
.extra-nav__inner li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -243px;
	width: 15px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: 0
}
.special-offers {
	margin-bottom: 20px
}
.special-offers tr:first-child td:first-child,
.special-offers tr:first-child td:last-child {
	border-radius: 0
}
.special-offers tr:last-child td {
	border-bottom-color: #3fd13f
}
.special-offers tr:hover {
	z-index: 2;
	-webkit-box-shadow: 0 0 10px rgba(0,194,0,.1);
	box-shadow: 0 0 10px rgba(0,194,0,.1)
}
.special-offers tr:hover td {
	border-color: #00d300
}
.special-offers tr:hover + tr td {
	border-top-color: #00d300
}
.special-offers td {
	border-top-color: #d4d4d4
}
.special-offers td:first-child {
	border-left-color: #3fd13f
}
.special-offers td:last-child {
	border-right-color: #3fd13f
}
.special-offers__heading {
	margin-bottom: 0;
	padding: 10px 15px;
	position: relative;
	z-index: 3;
	background-color: #2ec22e;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border-radius: 5px 5px 0 0
}
.credit-data {
	margin-bottom: 25px;
	padding: 20px 30px;
	background-color: #edf8fc;
	border: 1px solid #ccf1ff;
	border-radius: 5px
}
.credit-data .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.credit-data .credit-data__thumb {
	max-width: 160px;
	height: 60px;
	line-height: 58px;
	padding: 0 5px;
	margin: auto;
	background-color: #fff;
	border: 1px solid #ccf1ff;
	overflow: hidden;
	text-align: center;
	border-radius: 5px
}
.credit-data .credit-data__thumb img {
	max-height: 100%
}
.credit-data ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.credit-data li {
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative
}
.credit-data li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/sprite.png);
	background-position: 0 -243px;
	width: 15px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: 0
}
.credit-data li b {
	font-size: 15px
}
.calc {
	margin-bottom: 20px;
	background-color: #fff8e5;
	border: 1px solid #f0e6cb;
	border-radius: 5px
}
.calc__form > .row {
	margin: 0
}
.calc__form > .row > div {
	padding: 30px;
	border-bottom: 1px solid #f0e6cb
}
.calc__form > .row:first-child > div {
	padding-top: 20px
}
.calc__form > .row:nth-child(2) > div {
	padding: 20px 15px
}
.calc__form > .row:nth-child(2) > div + div {
	border-left: 1px solid #f0e6cb
}
.calc__info {
	width: 100%;
	margin-top: 20px
}
.calc__info th {
	width: 180px;
	font-weight: 400
}
.calc__info td {
	color: #00c200;
	white-space: nowrap;
	font-weight: 700
}
.calc__info span {
	margin-left: 10px
}
.calc__label {
	margin-bottom: 0;
	text-align: center
}
.calc__value {
	margin-bottom: 0;
	color: #00c200;
	font-size: 24px;
	text-align: center
}
.calc__value span {
	font-size: 36px
}
.calc__details {
	width: 100%;
	font-size: 15px;
	text-align: center
}
.calc__details th {
	padding: 10px 15px;
	background-color: #f0e6cb
}
.calc__details td {
	padding: 10px 15px;
	background-color: #fff;
	border-bottom: 1px solid #f0e6cb;
	white-space: nowrap
}
.calc__bottom {
	padding: 20px;
	text-align: center
}
.calc__bottom .btn {
	margin: 10px 10px
}
.deposit-conditions {
	margin-bottom: 20px
}
.deposit-conditions__content {
	padding: 15px 30px 10px;
	border: 1px solid #00b8d7;
	border-radius: 5px
}
.deposit-conditions__content table {
	width: 100%
}
.deposit-conditions__content td {
	padding: 12px 15px;
	vertical-align: top
}
.deposit-conditions__content td:first-child {
	font-weight: 700
}
.deposit-conditions__content tr:nth-child(even) td {
	background-color: #edf8fc
}
.deposit-conditions__content ol {
	margin: 0 0 25px;
	padding: 0;
	list-style-type: none;
	counter-reset: list
}
.deposit-conditions__content ol li:before {
	counter-increment: list;
	content: counter(list) ") "
}
.deposit-conditions__content ol:last-child {
	margin-bottom: 0
}
.deposit-conditions__content ul {
	margin: 0 0 25px;
	padding: 0;
	list-style-type: none
}
.deposit-conditions__content ul li {
	padding-left: 15px;
	position: relative
}
.deposit-conditions__content ul li:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #00b8d7;
	border-radius: 50%
}
.deposit-conditions__content ul:last-child {
	margin-bottom: 0
}
.deposit-conditions__content p {
	margin-bottom: 5px
}
.deposit-conditions__content p:last-child {
	margin-bottom: 0
}
.deposit-rates {
	margin-bottom: 30px
}
.deposit-rates table {
	width: 100%;
	margin-bottom: 10px;
	border-spacing: 0;
	border-collapse: separate;
	font-size: 15px
}
.deposit-rates th {
	padding: 10px 30px;
	background-color: #edf8fc;
	border-bottom: 1px solid #d4d4d4;
	color: #858585;
	font-weight: 400
}
.deposit-rates th:first-child {
	border-radius: 5px 0 0 0
}
.deposit-rates th:last-child {
	border-radius: 0 5px 0 0
}
.deposit-rates td {
	padding: 10px 30px;
	border-bottom: 1px solid #d4d4d4
}
.deposit-rates td:first-child {
	border-left: 1px solid #d4d4d4
}
.deposit-rates td:last-child {
	border-right: 1px solid #d4d4d4
}
.deposit-rates tr:last-child td:first-child {
	border-radius: 0 0 0 5px
}
.deposit-rates tr:last-child td:last-child {
	border-radius: 0 0 5px 0
}
.rating-nav {
	margin-bottom: 20px
}
.rating-nav__title {
	display: inline-block;
	margin: 0 15px 5px 0
}
.rating-nav__item {
	display: inline-block;
	margin: 0 15px 5px 0;
	text-decoration: none;
	border-bottom: 1px dashed #07c;
	color: #07c;
	cursor: pointer
}
.rating-nav__item:hover,
.rating-nav__item.active {
	text-decoration: none;
	border-bottom-color: #00c200;
	color: #00c200
}
.banks-search {
	margin-bottom: 30px;
	padding: 30px;
	background-color: #fff8e5;
	border: 1px solid #f0e6cb;
	border-radius: 5px
}
.banks-rating {
	margin-bottom: 30px
}
.banks-rating table {
	width: 100%;
	margin-bottom: 15px;
	border-spacing: 0;
	border-collapse: separate
}
.banks-rating table a {
	color: #07c
}
.banks-rating tr {
	position: relative;
	z-index: 1
}
.banks-rating tr:last-child td {
	border-bottom: 1px solid #d4d4d4
}
.banks-rating tr:hover {
	z-index: 2;
	-webkit-box-shadow: 0 0 10px rgba(0,194,0,.1);
	box-shadow: 0 0 10px rgba(0,194,0,.1)
}
.banks-rating tr:hover td {
	border-color: #00d300
}
.banks-rating tr:hover + tr td {
	border-top-color: #00d300
}
.banks-rating th {
	padding: 10px 15px;
	background-color: #edf8fc;
	font-size: 15px;
	font-weight: 400;
	color: #858585
}
.banks-rating th:first-child {
	border-radius: 5px 0 0 0
}
.banks-rating th:last-child {
	border-radius: 0 5px 0 0
}
.banks-rating td {
	white-space: nowrap;
	padding: 24px 15px;
	border-top: 1px solid #d4d4d4
}
.banks-rating td:first-child {
	padding-left: 25px;
	border-left: 1px solid #d4d4d4
}
.banks-rating td:nth-child(2) {
	white-space: inherit
}
.banks-rating td:last-child {
	border-right: 1px solid #d4d4d4
}
.paginate {
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	color: #07c
}
.paginate li {
	display: inline-block;
	margin: 0 5px 5px
}
.paginate li.active {
	color: #454545
}
.search__item a {
	color: #07c;
}
.currency-switch span {
    display: inline-block;
    margin: 0 15px 5px 0;
    border-bottom: 1px dashed #07c;
    color: #07c;
    cursor: pointer;
	font-size: 18px;
}
.currency-switch span:hover,
.currency-switch span.active {
    border-bottom-color: #00c200;
    color: #00c200;
}
.currency-option {
	display: none;
}
.currency-option.active {
	display: block;
}
@media (min-width:767px) {
	.credits tr:hover {
		z-index: 2;
		-webkit-box-shadow: 0 0 10px rgba(0,194,0,.1);
		box-shadow: 0 0 10px rgba(0,194,0,.1)
	}
	.credits tr:hover td {
		border-color: #00d300
	}
	.credits tr:hover + tr td {
		border-top-color: #00d300
	}
}
@media (min-width:992px) {
	.navbar-nav .nav-item:hover .dropdown-menu {
		display: block
	}
	.navbar-nav .nav-link:hover {
		background-color: #3fc9e1
	}
}
@media (min-width:1200px) {
	.container {
		max-width: 1200px
	}
	.main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 885px;
		flex: 0 0 885px;
		max-width: 885px;
		padding-right: 0
	}
	.main.article {
		padding: 0 20px;
	}
	.sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 305px;
		flex: 0 0 305px;
		max-width: 305px
	}
}
@media (min-width:1250px) {
	.container {
		max-width: 1240px
	}
	.main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 935px;
		flex: 0 0 935px;
		max-width: 935px;
	}
}
@media (max-width:1199px) {
	.header {
		padding: 15px 0 5px
	}
	.footer-nav__heading {
		min-height: 35px
	}
	.scroll-down {
		display: none;
	}
	.navbar-nav .nav-link {
		font-size: 22px;
	}
}
@media (max-width:991px) {
	.navbar-nav .navbar {
		padding: 5px 0
	}
	.navbar-nav .nav-item {
		border-right: none
	}
	.navbar-nav .nav-item:first-child {
		border-left: none
	}
	.navbar-nav .nav-link {
		padding: 10px
	}
	.filter .row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.regions__list {
		-webkit-column-count: 4;
		column-count: 4
	}
	.bank-contacts li {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		padding-left: 30px
	}
	.bank-contacts li:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 10px;
		border-left: 1px solid #d4d4d4
	}
	.bank-stat__item {
		display: block;
		padding: 15px 5px 5px;
		text-align: center
	}
	.bank-stat__rating {
		margin: 0 auto 10px
	}
	.extra-nav__inner li {
		width: 50%
	}
	.credit-data .credit-data__thumb {
		margin-bottom: 15px
	}
	.calc__info {
		margin-top: 0
	}
	.banks-rating table {
		display: block;
		overflow-y: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
}
@media (max-width:767px) {
	.search-form2 {
		display: block;
	}
	.print-btn {
		display: none
	}
	.header .row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header__logo {
		margin-bottom: 5px;
		padding: 6px 0 6px 30px;
		background-size: 25px 36px;
		font-size: 18px
	}
	.header__rates {
		display: none;
	}
	.header__location {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.header__location .region_label {
		display: none;
	}
	.header__search	{
		display: none;
	}
	/*
	.credits table {
		display: block;
		width: 100%;
		overflow-y: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.credits.credits-ads .credit-offers td {
		padding: 15px 15px 20px
	}
	*/
	.credits table,
	.credits thead,
	.credits tbody,
	.credits tr {
		display: block;
		width: 100%;
		text-align: center;
	}
	.credits thead {
		padding-top: 10px;
		background-color: #edf8fc;
	}
	.credits tbody tr {
		margin-bottom: 5px;
		border: 1px solid #d4d4d4;
		border-radius: 5px;
		overflow: hidden;
	}
	.credits th {
		display: inline-block;
		vertical-align: middle;
		padding: 0 10px 10px;
		border: none;
	}
	.credits th:first-child {
		display: none;
	}
	.credits .credit-offers td,
	.credits td {
		display: inline-block;
		vertical-align: top;
		padding: 0 15px 10px;
		border: none;
	}
	.credits.credits-ads td:nth-child(2),
	.credits.credits-ads td:nth-child(3),
	.credits.credits-ads td:nth-child(4) {
		width: auto;
	}
	.credits td:first-child {
		width: 100%;
		min-width: inherit;
		padding: 15px 10px;
		white-space: inherit;
		border-left: none;
	}
	.credits td:last-child {
		width: 100%;
		padding: 10px;
		border-right: none;
		background-color: #edf8fc;
		border-top: 1px solid #eee;
	}
	.credits tr:last-child td {
		border-bottom: none;
	}
	.credits.credits-ads td:last-child {
		padding-bottom: 25px;
	}

	.regions .modal-title,
	h1.heading {
		font-size: 36px
	}
	.regions__list {
		-webkit-column-count: 3;
		column-count: 3
	}
	.block-header,
	.block-header .heading {
		margin-bottom: 10px;
		text-align: center
	}
	.bank-data ul {
		-webkit-column-count: 1;
		column-count: 1
	}
	.cards-conditions .nav-tabs .nav-item {
		width: 100%;
		text-align: center
	}
	.cards-conditions .nav-tabs .nav-item + .nav-item {
		margin-left: 0;
		margin-top: 2px
	}
	.cards-conditions .tab-content {
		padding: 15px
	}
	.cards-conditions .tab-content td {
		display: block;
		padding: 5px 10px
	}
	.extra-nav__inner {
		padding: 15px
	}
	.calc .text-center {
		padding: 10px
	}
	.calc .text-center .btn {
		margin: 5px
	}
	.calc__form > .row > div {
		padding: 20px 15px
	}
	.calc__form > .row:first-child > div {
		padding-top: 10px
	}
	.calc__form > .row:nth-child(2) > div {
		padding: 10px 15px
	}
	.calc__form > .row:nth-child(2) > div + div {
		border-left: none;
		border-top: 1px solid #f0e6cb
	}
	.deposit-conditions__content {
		padding: 15px
	}
	.deposit-conditions__content td {
		display: block;
		padding: 5px 10px
	}
	.deposit-rates table {
		display: block;
		overflow-y: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.deposit-rates td {
		padding: 10px 15px
	}
	.banks-rating td:first-child {
		padding-left: 15px
	}
	.sub-nav a {
		font-size: 17px;
		padding: 2px 8px;
	}
	.sub-nav li {
		margin: 0 5px 7px 0;
	}
}
@media (max-width:575px) {
	.navbar {
		overflow: hidden
	}
	.navbar-nav .nav-link {
		font-size: 20px;
	}
	.navbar .dropdown-menu {
		min-width: 0
	}
	.navbar .dropdown-menu .row > div + div {
		border-left: none
	}
	.navbar-nav .dropdown-menu__list {
		padding: 0 15px;
		text-align: center
	}
	.navbar-nav .dropdown-menu__list li {
		padding-left: 0
	}
	.navbar-nav .dropdown-menu__list li:before {
		display: none
	}
	.navbar-nav .dropdown-menu__links {
		margin-top: 30px;
		text-align: center
	}
	.page-header {
		padding: 10px 15px
	}
	.scroll-down,
	.scroll-up {
		width: 50px;
		height: 50px;
		right: 10px
	}
	.scroll-up {
		bottom: 10px
	}
	.scroll-down {
		top: 10px
	}
	.heading,
	.regions .modal-title,
	h1.heading,
	.text-block h2 {
		font-size: 30px
	}
	.regions__list {
		-webkit-column-count: 2;
		column-count: 2
	}
	.regions__form {
		padding: 15px
	}
	.filter__form .row {
		padding: 15px 15px 0
	}
	.filter__bottom {
		padding: 15px
	}
	.table-contents {
		padding: 15px
	}
	.text-block .mark,
	.text-block mark {
		padding: 30px 15px 15px
	}
	.main__search {
		padding: 15px
	}
	.main__search .btn {
		min-width: inherit
	}
	.credit-cards__characteristics td {
		display: block;
		padding: 3px 15px
	}
	.credit-cards__item {
		padding: 15px
	}
	.bank-contacts li {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.bank-stat__item + .bank-stat__item {
		border-left: none;
		border-top: 1px solid #7fdbfe
	}
	.bank-data ul {
		padding: 15px
	}
	.cards-conditions .nav-tabs .nav-link {
		padding-left: 10px;
		padding-right: 10px
	}
	.extra-nav__title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 65px;
		padding: 10px 30px 10px 65px
	}
	.extra-nav__title:after {
		right: 10px
	}
	.extra-nav__icon {
		left: 10px
	}
	.extra-nav__inner li {
		width: 100%
	}
	.credit-data {
		padding: 15px
	}
	.calc__info {
		min-width: 0;
		width: 100%
	}
	.calc__info td,
	.calc__info th {
		display: block;
		width: auto;
		text-align: center
	}
	.calc__info span {
		margin-left: 0
	}
	.banks-search {
		padding: 15px
	}
}

@media print {
	.top-nav,
	.sub-nav,
	.extra-nav {
		display: none;
	}
}
.bank-logo {
	margin-top: -15px;
	float: right;
}
.vid {
    margin: 0 auto 10px;
    max-width: 640px;
    width: 100%;
}
.vid > iframe {
    height: 360px;
}
.ca-graphic-banner img {
	width: 240px;
	height: auto;
	margin-bottom: 15px;
}


#comment-form {
    background-color: #fff8e5;
    padding: 25px;
    border: 1px solid #f0e6cb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 5px;
}

#comment-form textarea.form-control {
    height: 150px;
    resize: none;
    outline: none;
    width: 100%;
}
#comment-form .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.rating-wrapper {
    display: flex;
}
.rating-item {
    display: block;
    background-image: url(../img/stars.png);
    background-position: 0 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-right: 2px;
}
.rating-item.checked,
.rating-item.active {
    background-position: 0 0;
}

.form-group-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-group-name {
    display: flex;
    align-items: center;
    width: 285px;
}
.form-group-name label {
    width: 90px;
}
.form-group-name input {
    width: calc(100% - 90px);
}

.form-group.rating {
    display: flex;
    align-items: center;
}
.form-group.rating label{
    margin-right: 8px;
}

.comments {
    margin-top: 15px;
}
.comments .title {
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
}
.comments ol {
    padding-left: 0;
}
.comments .ticket-comment-author {
    margin-left: 0;
}
.comments .ticket-comment {
    border-top: 1px solid #d4d4d4;
    padding-top: 20px;
}

.dislike-custom {
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(../img/likes.png);
    background-position: 0 -24px;
    cursor: pointer;
}
.like-custom {
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(../img/likes.png);
    cursor: pointer;
}
.xlike__items {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}
.ticket-comment-header {
    padding-right: 90px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.comments .ticket-comment-text {
    color: #454545;
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
}
.comments .ticket-comment-createdon {
    color: #858585;
    font-size: 15px;
    margin-right: 15px;
}
.comments .comment-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2px;
}
.comments .comment-rating .rating-item {
    cursor: default;
}
span.count_sum {
    width: 40px;
    text-align: center;
    line-height: 17px;
}

.comments .comment-rating {
    display: block;
    background-image: url(../img/stars.png);
    background-position: 0 15px;
    width: 85px;
    height: 15px;
    margin-right: 2px;
    position: relative;
}
.comments .comment-rating .count-rating{
    display: block;
    background-image: url(../img/stars.png);
    background-position: 0 0;
    height: 15px;
    margin-right: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.comments .comment-rating .count-rating[data-comment-rating="1"] {
    width: 20%;
}
.comments .comment-rating .count-rating[data-comment-rating="2"] {
    width: 40%;
}
.comments .comment-rating .count-rating[data-comment-rating="3"] {
    width: 60%;
}
.comments .comment-rating .count-rating[data-comment-rating="4"] {
    width: 80%;
}
.comments .comment-rating .count-rating[data-comment-rating="5"] {
    width: 100%;
}

@media screen and (max-width: 991.8px) {
    .form-group-wrap .submit {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 768.8px) {
    .form-group-wrap {
        justify-content: center;
    }
    .form-group-name {
        width: 100%;
    }
    .comments .ticket-comment-author {
        width: 100%;
        margin-bottom: 10px;
    }
    .comments .ticket-comment-createdon {
        margin-left: 0;
    }
}

.comment-notify {
    display: none;
    background: #d22323;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
.comment-notify.comment-notify-green {
    display: block;
    background-color: #55c22e;
}
.cust-order-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
@media screen and (max-width: 960px) {
    .filter {
        order: -1;
    }
}