.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.popup {
  position: fixed;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  overflow-y: scroll;
  background: rgba(1, 1, 1, 0.7);
  z-index: 11;
  display: none;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  -webkit-transform: none;
          transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #f7f7f7;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: "Arial";
  font-size: 14px;
  color: #4d4d4d;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #4d4d4d;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: "Arial";
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
button:hover,
input[type='submit']:hover {
  opacity: .7;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  width: 1170px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header {
  background: #fff;
  padding: 20px 0 16px;
  -webkit-box-shadow: rgba(1, 1, 1, 0.2) 0 0 5px;
          box-shadow: rgba(1, 1, 1, 0.2) 0 0 5px;
}
.header .menu-button {
  width: 24px;
  height: 16px;
  background: url('img/menu-button.png');
  cursor: pointer;
  margin-top: 10px;
  display: none;
}
.header ul {
  padding-top: 8px;
  position: relative;
}
.header ul li {
  display: inline-block;
  margin-right: 20px;
}
.header ul li:hover a {
  color: #7e68bb;
}
.header ul li:hover a .fa {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #7e68bb;
}
.header ul li:hover .sub {
  display: block;
}
.header ul li:hover .sub nav ul li a {
  color: #000;
}
.header ul li:last-child {
  margin-right: 0;
}
.header ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #4d4d4d;
  -webkit-transition: none;
  transition: none;
}
.header ul li a .fa {
  font-size: 12px;
  color: #7b7b7b;
}
.header ul li .sub {
  width: 868px;
  z-index: 21;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  padding-top: 35px;
  margin-top: -20px;
  display: none;
}
.header ul li .sub .content {
  border: 1px solid #d0d0d0;
  background: #fff;
  padding: 20px 0 20px 20px;
  -webkit-box-shadow: rgba(1, 1, 1, 0.05) 0 2px 4px;
          box-shadow: rgba(1, 1, 1, 0.05) 0 2px 4px;
  border-radius: 0 0 6px 6px;
}
.header ul li .sub nav p {
  text-transform: uppercase;
  padding-left: 12px;
}
.header ul li .sub nav ul li {
  display: block;
  margin: 0;
}
.header ul li .sub nav ul li a {
  display: inline-block;
  font-size: 14px;
  padding: 8px 12px;
}
.header ul li .sub nav ul li a:hover {
  background: #dcd3f5;
}
.header ul li .sub .bank {
  text-align: center;
  border-left: 1px solid #dfdfdf;
  padding: 20px 40px;
  width: 260px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header ul li .sub .bank .name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
.header ul li .sub .bank .logo {
  margin-bottom: 10px;
}
.header ul li .sub .bank button {
  background: #f8c900;
  font-size: 18px;
  border-radius: 6px;
  padding: 8px 40px;
  margin-top: 20px;
}
.header .city {
  padding-top: 8px;
}
.header .city * {
  vertical-align: middle;
}
.header .city .search {
  display: inline-block;
  width: 19px;
  height: 21px;
  background: url('img/search.png');
  margin-right: 15px;
}
.header .city .c {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #4d4d4d;
  padding: 1px 0 1px 30px;
  background: url('img/pointer.png') no-repeat 0 0;
}
.header .city .c span {
  border-bottom: 1px dotted #4d4d4d;
}
.index-top-form {
  background: url('img/index-top-form.jpg') center / cover;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
.index-top-form .inner {
  text-align: left;
  padding-left: 25.5%;
}
.index-top-form .inner .name {
  font-size: 28px;
}
.index-top-form .inner .sliders .item {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.index-top-form .inner .sliders .item:nth-child(1) {
  width: 49.8%;
}
.index-top-form h1 {
  font-size: 36px;
  color: #f6f3ff;
  margin-bottom: 30px;
  font-weight: 400;
}
.index-top-form h1 span {
  border-bottom: 1px dotted #f6f3ff;
}
.index-top-form h1 img {
  margin-left: 5px;
}
.index-top-form .navi {
  color: #958a9c;
  margin: 10px 0 20px;
}
.index-top-form .navi span,
.index-top-form .navi a {
  color: #fff;
}
.index-top-form .select {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
}
.index-top-form .select .radio {
  display: none;
}
.index-top-form .select .radio + label {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  padding: 0 30px 15px 30px;
  border-bottom: 3px solid transparent;
}
.index-top-form .select .radio:checked + label {
  border-bottom: 3px solid #f8c900;
  font-weight: 500;
}
.index-top-form .tabNavigation {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
}
.index-top-form .tabNavigation li {
  display: inline-block;
}
.index-top-form .tabNavigation li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  padding: 0 30px 15px 30px;
  border-bottom: 3px solid transparent;
}
.index-top-form .tabNavigation li a.selected {
  border-bottom: 3px solid #f8c900;
  font-weight: 500;
}
.index-top-form .sliders {
  border: 1px solid #f6f3ff;
  border-radius: 6px;
  width: 880px;
  margin: 0 auto;
}
.index-top-form .sliders .item {
  width: 40%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  padding: 20px 20px 0 30px;
  color: #000;
  position: relative;
}
.index-top-form .sliders .item:first-child {
  border-right: 2px solid #999;
  border-radius: 6px 0 0 6px;
}
.index-top-form .sliders .item .value {
  color: #c4c4c4;
}
.index-top-form .sliders .item input[type='text'] {
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  width: 100px;
  margin-left: 60px;
  margin-top: -2px;
}
.index-top-form .sliders .item .slider {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.index-top-form .sliders .item .slider .ui-widget.ui-widget-content {
  border: 0;
  background: #f8c900;
}
.index-top-form .sliders .item .slider .ui-slider-horizontal {
  height: 3px;
}
.index-top-form .sliders .item .slider .ui-widget-header {
  background: #fff;
}
.index-top-form .sliders .item .slider .ui-state-default,
.index-top-form .sliders .item .slider .ui-widget-content .ui-state-default,
.index-top-form .sliders .item .slider .ui-widget-header .ui-state-default,
.index-top-form .sliders .item .slider .ui-button,
.index-top-form .sliders .item .slider html .ui-button.ui-state-disabled:hover,
.index-top-form .sliders .item .slider html .ui-button.ui-state-disabled:active {
  border: 0;
  width: 14px;
  height: 22px;
  background: url('img/slider.png');
  outline: none;
  margin: -4px 0 0 -7px;
  cursor: pointer;
}
.index-top-form .sliders .item select {
  width: 100%;
  height: 100%;
  margin-top: -10px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url('img/select2.png') no-repeat right;
}
.wrap .sliders .item .jq-selectbox {
  width: 100%;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  text-align: left;
  background: url('img/select2.png') no-repeat right 15px top 50%;
}
.wrap .sliders .item .jq-selectbox .jq-selectbox__dropdown {
  top: 100%;
  width: 100% !important;
  background: #fff;
  left: -13px;
  border-radius: 4px;
  margin-top: 15px;
  z-index: 3;
  border: 1px solid #e5e5e5;
}
.wrap .sliders .item .jq-selectbox .jq-selectbox__dropdown ul li {
  padding: 10px 12px;
}
.index-top-form .sliders button {
  font-size: 16px;
  background: #f8c900;
  padding: 18px 0;
  width: 20%;
  border-radius: 0 6px 6px 0;
}
.index-counts {
  background: #fff;
  padding: 30px 0 10px;
  margin-bottom: 30px;
}
.index-counts .item {
  text-align: center;
  width: 24%;
  margin-bottom: 20px;
  font-size: 16px;
}
.index-counts .item span {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
}
.page-col {
  width: 23.5%;
}
.page-col.big {
  width: 74.5%;
}
.index-catalog {
  padding-bottom: 30px;
}
.index-catalog .block-name {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 400;
}
.index-catalog .block-name img {
  vertical-align: middle;
}
.index-catalog .site-item {
  margin-bottom: 20px;
}
.index-catalog .more-button {
  font-size: 16px;
  color: #7e68bb;
  border: 2px dashed #7e68bb;
  width: 100%;
  border-radius: 6px;
  padding: 15px 0;
  background: #fff;
  margin: 20px 0 50px;
}
.site-item {
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 30px 20px 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.site-item.choise:before {
  content: "";
  position: absolute;
  width: 132px;
  height: 126px;
  background: url('img/choise.png');
  top: -3px;
  left: -3px;
}
.site-item.choise2:before {
  content: "";
  position: absolute;
  width: 132px;
  height: 126px;
  background: url('img/choise2.png');
  top: -3px;
  left: -3px;
}
.site-item .bank {
  width: 22%;
}
.site-item .bank .logo {
  text-align: center;
  padding: 15px 0;
}
.site-item .bank .variable {
  margin-bottom: 20px;
}
.site-item .bank .variable p {
  color: #a2a2a2;
  margin-bottom: 5px;
}
.site-item .bank .variable .line {
  background: #dfdfdf;
  border-radius: 4px;
  height: 12px;
  position: relative;
}
.site-item .bank .variable .line div {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #8dca5e;
}
.site-item .bank .tags span {
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 2px;
}
.site-item .bank .tags span.c1 {
  background: #00aaff;
}
.site-item .bank .tags span.c2 {
  background: #71bb3e;
}
.site-item .bank .tags span.c3 {
  background: #f0a758;
}
.site-item .main-info {
  width: 75%;
}
.site-item .main-info .info1 {
  width: 56%;
}
.site-item .main-info .info1 p {
  margin-bottom: 5px;
  font-size: 24px;
}
.site-item .main-info .info1 p a {
  text-decoration: none;
}
.site-item .main-info .info1 .rating {
  margin-bottom: 15px;
}
.site-item .main-info .info1 .rating .fa {
  font-size: 15px;
  color: #f45349;
}
.site-item .main-info .info1 .rating .fa.bad {
  font-size: 13px;
  color: #f1f1f1;
}
.site-item .main-info .info1 .rating a {
  color: #1098c7;
  margin-left: 5px;
}
.site-item .main-info .info1 .counts div {
  margin-bottom: 20px;
  color: #a2a2a2;
}
.site-item .main-info .info1 .counts div span {
  display: block;
  color: #000;
  font-size: 18px;
  margin-top: 4px;
}
.site-item .main-info .info2 {
  width: 32%;
  text-align: center;
  color: #71bb3e;
}
.site-item .main-info .info2 span {
  font-size: 20px;
  font-weight: 500;
}
.site-item .main-info .info2 a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  background: #7e68bb;
  color: #fff;
  padding: 16px 0;
  border-radius: 4px;
  margin-top: 20px;
}
.site-item .main-info .info2 a:hover {
  opacity: .8;
}
.site-item .main-info .info2 button {
  width: 100%;
  font-size: 18px;
  background: #7e68bb;
  color: #fff;
  padding: 16px 0;
  border-radius: 4px;
  margin-top: 20px;
}
.site-item .main-info .cachback {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}
.site-item .main-info .cachback div {
  border-bottom: 1px dotted #000;
  display: inline-block;
  font-weight: 700;
}
.site-item .main-info .cachback div div {
  border-bottom: 0;
}
.site-item .main-info .cachback div input[type='text'] {
  font-weight: 700;
  background: none;
  width: 50px;
  padding: 0;
  text-align: center;
}
.site-item .main-info .cachback div input[type='text'].small {
  width: 24px;
}
.site-item .main-info .cachback p {
  margin-bottom: 5px;
  color: #a2a2a2;
}
.site-item .main-info .cachback span {
  font-size: 20px;
}
.site-item .main-info .payment {
  width: 48%;
}
.site-item .main-info .payment p {
  color: #a2a2a2;
  margin-bottom: 10px;
}
.site-item .main-info .needs {
  width: 48%;
  font-weight: 700;
}
.site-item .main-info .needs p {
  color: #a2a2a2;
  margin-bottom: 10px;
  font-weight: 400;
}
.site-item .main-info .needs2 {
  border-top: 1px solid #dfdfdf;
  padding-top: 20px;
}
.site-item .main-info .needs2 span {
  color: #a2a2a2;
}
.site-item .number {
  width: 22%;
  font-size: 12px;
  color: #a2a2a2;
}
.index-blog {
  margin-bottom: 60px;
}
.index-blog .block-name {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 400;
}
.index-blog .block-name img {
  vertical-align: middle;
}
.index-blog .content {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 30px 25px;
}
.index-blog .content .item {
  width: 32%;
  margin-bottom: 30px;
}
.index-blog .content .item img {
  width: 100%;
  margin-bottom: 10px;
}
.index-blog .content .item a {
  text-decoration: none;
  font-size: 18px;
}
.index-blog .content .button {
  display: block;
  text-decoration: none;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 16px;
  padding: 12px 0;
  width: 200px;
  text-align: center;
}
.index-about {
  margin-bottom: 100px;
}
.index-about.inner {
  background: #fff;
  padding: 50px 0;
  margin-bottom: 40px;
}
.index-about.inner .block-name {
  text-align: center;
}
.index-about.inner .block-name.small {
  text-align: left;
}
.index-about .block-name {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 400;
}
.index-about .block-name.small {
  font-size: 22px;
}
.index-about .block-name img {
  vertical-align: middle;
}
.index-about p {
  color: #494848;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px;
}
.index-about p span {
  font-weight: 700;
}
.index-about ul li {
  margin-bottom: 5px;
  color: #494848;
  font-size: 15px;
  line-height: 23px;
  padding-left: 20px;
  position: relative;
}
.index-about ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #7e68bb;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
.index-about button,
.index-about a{
  display: block;
  margin: 20px auto 0 auto;
  color: #fff;
  font-size: 18px;
  background: #7e68bb;
  border-radius: 6px;
  padding: 15px 30px;
  text-decoration:none;
  max-width: 160px;
  text-align: center;
}
.live-block {
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 6px;
}
.live-block .block-name {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.live-block .block-name:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #71bb3e;
  border-radius: 50%;
  left: 0;
  top: 4px;
}
.live-block .item {
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
}
.live-block .item .name {
  margin-bottom: 10px;
}
.live-block .item .name div {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #a2a2a2;
}
.live-block .item .name div img {
  max-width: 100000px;
  margin-right: 10px;
}
.live-block .item .name div .avatar {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
  font-weight: 400;
  font-size: 18px;
}
.live-block .item .name div span {
  display: block;
  font-weight: 700;
  color: #494848;
  font-size: 14px;
  margin-bottom: 4px;
}
.live-block .item p {
  line-height: 22px;
  margin-bottom: 15px;
}
.live-block .item a {
  color: #1098c7;
  text-decoration: none;
}
.live-block .bottom-link {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  color: #1098c7;
  margin-top: 20px;
}
.credit-cards-block {
  background: #fff;
  border: 1px solid #dfdfdf;
  margin-bottom: 25px;
  border-radius: 6px;
  overflow: hidden;
}
.credit-cards-block .block-name {
  font-weight: 700;
  text-transform: uppercase;
  background: #f4f4f4;
  padding: 20px;
}
.credit-cards-block .item {
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
  margin: 0 20px;
  position: relative;
}
.credit-cards-block .item:last-child {
  border-bottom: 0;
}
.credit-cards-block .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.credit-cards-block .item .name {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 15px;
}
.credit-cards-block .item .info div {
  display: table-cell;
  vertical-align: middle;
  vertical-align: top;
}
.credit-cards-block .item .info div img {
  max-width: 10000px;
  margin-right: 10px;
}
.credit-cards-block .item .info div p {
  margin-bottom: 5px;
}
.bottom-menu {
  background: #fff;
  text-align: center;
  padding: 20px 0;
}
.bottom-menu ul li {
  display: inline-block;
  margin: 5px 20px;
}
.bottom-menu ul li a {
  text-decoration: none;
}
.bottom-menu ul li a:hover {
  color: #7e68bb;
}
.footer {
  padding-top: 40px;
}
.footer p {
  color: #a7a7a7;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 20px;
}
.footer .logo {
  text-align: center;
  margin-bottom: 10px;
}
.footer .copy {
  text-align: center;
  font-size: 13px;
  padding: 20px 0;
  border-top: 1px solid #dedede;
}
.catalog-filter {
  margin-top: -175px;
}
.catalog-filter .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  z-index: 2;
  display: none;
}
.catalog-filter .top-item {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
  -webkit-box-shadow: rgba(1, 1, 1, 0.1) 0 3px 6px;
          box-shadow: rgba(1, 1, 1, 0.1) 0 3px 6px;
  padding: 20px;
}
.catalog-filter .top-item p {
  margin-bottom: 15px;
  font-weight: 700;
}
.catalog-filter .top-item select {
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #dfdfdf;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
}
.catalog-filter .top-item .jq-selectbox {
  width: 100%;
  margin-bottom: 30px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  background: url('img/select2.png') no-repeat right 15px top 50%;
}
.catalog-filter .top-item .jq-selectbox .jq-selectbox__select {
  padding: 0 15px;
}
.catalog-filter .top-item .jq-selectbox .jq-selectbox__dropdown {
  top: 100%;
  width: 100%;
  background: #fff;
  left: -1px;
  border-radius: 4px;
  margin-top: 5px;
  z-index: 3;
  border: 1px solid #e5e5e5;
}
.catalog-filter .top-item .jq-selectbox .jq-selectbox__dropdown ul li {
  padding: 0 12px;
}
.catalog-filter .top-item .radio {
  display: none;
}
.catalog-filter .top-item .radio + label {
  display: block;
  cursor: pointer;
  padding: 3px 0 3px 30px;
  background: url('img/radio.png') no-repeat 0 0;
  margin-bottom: 10px;
}
.catalog-filter .top-item .radio:checked + label {
  background: url('img/radio2.png') no-repeat 0 0;
}
.catalog-filter .top-item .br {
  height: 20px;
}
.catalog-filter .top-item button {
  width: 100%;
  padding: 15px 0;
  color: #7e68bb;
  font-size: 16px;
  background: #fff;
  border: 2px solid #7e68bb;
  border-radius: 6px;
}
.catalog-filter .item {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
  -webkit-box-shadow: rgba(1, 1, 1, 0.1) 0 3px 6px;
          box-shadow: rgba(1, 1, 1, 0.1) 0 3px 6px;
}
.catalog-filter .item .name {
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  background: #f4f4f4;
  padding: 20px;
}
.catalog-filter .item .name.active .fa {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.catalog-filter .item .name .fa {
  float: right;
  color: #c4c4c4;
  font-size: 18px;
  margin-top: -2px;
}
.catalog-filter .item .name img {
  vertical-align: middle;
  margin: -2px 6px 0 0;
}
.catalog-filter .item .content {
  padding: 20px 20px 10px 20px;
  display: none;
}
.catalog-filter .item .content .link {
  display: inline-block;
  text-decoration: none;
  margin: 0 8px 10px 0;
  border-radius: 4px;
  padding: 6px 16px;
  border: 1px solid #dfdfdf;
}
.catalog-filter .item .content .link:hover {
  background: #7e68bb;
  color: #fff;
  border: 1px solid #7e68bb;
}
.catalog-filter .item .content .radio {
  display: none;
}
.catalog-filter .item .content .radio + label {
  display: inline-block;
  cursor: pointer;
  margin: 0 8px 10px 0;
  border-radius: 4px;
  padding: 6px 16px;
  border: 1px solid #dfdfdf;
}
.catalog-filter .item .content .radio:hover + label {
  border: 1px solid #7e68bb;
}
.catalog-filter .item .content .radio:checked + label {
  background: #7e68bb;
  color: #fff;
  border: 1px solid #7e68bb;
}
.catalog-top-block {
  padding: 40px 0 20px;
}
.catalog-top-block p {
  color: #5e5e5e;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 25px;
}
.catalog-top-block .checks {
  padding-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.catalog-top-block .checks.active {
  overflow: auto;
  white-space: normal;
}
.catalog-top-block .checks .more {
  position: absolute;
  right: 0;
  top: 0;
  color: #1098c7;
  padding: 9px 20px;
  background: #f7f7f7;
  z-index: 2;
}
.catalog-top-block .checks .more span {
  border-bottom: 1px dotted #1098c7;
}
.catalog-top-block .checks .link {
  display: inline-block;
  text-decoration: none;
  color: #909090;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 8px 20px;
  margin: 0 8px 10px 0;
  background: #fff;
}
.catalog-top-block .checks .link:hover {
  color: #7e68bb;
  border: 1px solid #7e68bb;
}
.catalog-top-block .filter-link {
  font-weight: 700;
  display: none;
}
.catalog-top-block .filter-link img {
  vertical-align: middle;
}
.catalog-top-block .sort-select {
  color: #1098c7;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 15px;
  background: url('img/select.png') no-repeat right;
  display: none;
}
.catalog-top-block .sort {
  font-size: 15px;
  width: 100%;
}
.catalog-top-block .sort a {
  margin-left: 25px;
  color: #1098c7;
  border-bottom: 1px dotted #1098c7;
  text-decoration: none;
}
.catalog-top-block .sort a:hover {
  border-bottom: 0;
}
.catalog-top-block .sort a.active {
  margin-left: 40px;
  position: relative;
}
.catalog-top-block .sort a.active:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 10px;
  left: -15px;
  background: url('img/sort.png');
}
.catalog-bottom-block {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 25px;
  margin-bottom: 80px;
}
.catalog-bottom-block .index-about {
  margin-bottom: 30px;
}
.catalog-bottom-block .index-blog {
  margin-bottom: 0;
}
.catalog-bottom-block .index-blog .block-name img {
  margin: -2px 8px 0 0;
}
.catalog-bottom-block .index-blog .content {
  border: 0;
  padding: 0;
}
.page-navi {
  padding: 20px 0;
  color: #a2a2a2;
}
.page-navi span {
  color: #a2a2a2;
}
h1 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #4d4d4d;
}
.articles-page {
  padding-bottom: 50px;
}
.articles-page h2 {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 25px;
}
.articles-page .top-text {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 30px;
  color: #494848;
}
.articles-page .top-text span {
  font-weight: 700;
}
.articles-page .menu {
  padding-bottom: 20px;
}
.articles-page .menu a {
  display: inline-block;
  margin: 0 10px 10px 0;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 18px;
}
.articles-page .menu a.active,
.articles-page .menu a:hover {
  background: #fff;
}
.articles-page .main-article {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e7e8ea;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.articles-page .main-article .image {
  position: absolute;
  width: 48%;
  height: 100%;
  top: 0;
  left: 0;
}
.articles-page .main-article .content {
  padding: 30px 30px 60px 51%;
}
.articles-page .main-article .content .name {
  display: block;
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}
.articles-page .main-article .content p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 25px;
}
.articles-page .main-article .content .links a {
  color: #737584;
  text-decoration: none;
  padding-left: 25px;
  margin-right: 25px;
}
.articles-page .main-article .content .links a:last-child {
  margin-right: 0;
}
.articles-page .main-article .content .links a:nth-child(1) {
  background: url('img/article-icon1.png') no-repeat 0 3px;
}
.articles-page .main-article .content .links a:nth-child(2) {
  background: url('img/article-icon2.png') no-repeat 0 1px;
  padding-left: 22px;
}
.articles-page .article-item {
  width: 32%;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e7e8ea;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.articles-page .article-item img {
  width: 100%;
}
.articles-page .article-item .content {
  padding: 15px;
}
.articles-page .article-item .content .name {
  display: block;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
.articles-page .article-item .content p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 15px;
}
.articles-page .article-item .content .links a {
  color: #737584;
  text-decoration: none;
  padding-left: 25px;
  margin-right: 25px;
}
.articles-page .article-item .content .links a:last-child {
  margin-right: 0;
}
.articles-page .article-item .content .links a:nth-child(1) {
  background: url('img/article-icon1.png') no-repeat 0 3px;
}
.articles-page .article-item .content .links a:nth-child(2) {
  background: url('img/article-icon2.png') no-repeat 0 1px;
  padding-left: 22px;
}
.articles-page .more-button {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #494848;
  border: 2px dashed #e1e0e0;
  width: 100%;
  padding: 12px 0;
  background: #fff;
  margin: 40px 0 30px;
}
.articles-page .pages {
  text-align: center;
  margin-bottom: 30px;
}
.articles-page .pages a {
  display: inline-block;
  background: #fff;
  padding: 6px 12px;
  border: 1px solid #e6e6e6;
  text-decoration: none;
}
.articles-page .pages a:hover,
.articles-page .pages a.active {
  border: 1px solid #626262;
  background: #626262;
  color: #fff;
}
.articles-block {
  background: #fff;
  border: 1px solid #dfdfdf;
  margin-bottom: 25px;
  border-radius: 6px;
  overflow: hidden;
}
.articles-block .block-name {
  font-weight: 700;
  text-transform: uppercase;
  background: #f4f4f4;
  padding: 20px;
}
.articles-block .item {
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
  margin: 0 20px;
}
.articles-block .item:last-child {
  border-bottom: 0;
}
.articles-block .item a {
  font-size: 16px;
  text-decoration: none;
  line-height: 24px;
}
.article-page h2 {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 25px;
}
.article-page .article {
  background: #fff;
  border: 1px solid #e7e8ea;
  border-radius: 4px;
  padding: 25px;
  margin-bottom: 40px;
}
.article-page .article h1 {
  margin-bottom: 10px;
}
.article-page .article .links {
  margin-bottom: 30px;
}
.article-page .article .links span {
  color: #737584;
  display: inline-block;
  padding-left: 25px;
  margin-right: 25px;
}
.article-page .article .links span:last-child {
  margin-right: 0;
}
.article-page .article .links span:nth-child(1) {
  background: url('img/article-icon1.png') no-repeat 0 3px;
}
.article-page .article .links span:nth-child(2) {
  background: url('img/article-icon2.png') no-repeat 0 1px;
  padding-left: 22px;
}
.article-page .article p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.article-page .article .image {
  margin-bottom: 30px;
}
.article-page .article blockquote {
  font-size: 18px;
  line-height: 28px;
  margin: 30px 0 50px 0;
  padding: 40px 30px 40px 100px;
  background: #fae7e7 url('img/quote.png') no-repeat left 35px top 45px;
}
.article-page .article h2 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 25px;
}
.article-page .article ul {
  padding-bottom: 20px;
}
.article-page .article ul li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.article-page .article ul li:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #7e68bb;
  border-radius: 50%;
  left: 0;
  top: 4px;
}
.article-page .article .tags {
  padding-top: 20px;
}
.article-page .article .tags a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #7e68bb;
  padding: 8px 16px;
  margin: 0 10px 10px 0;
}
.article-page .article-comments {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px 25px;
  margin-bottom: 40px;
  border-radius: 2px;
}
.article-page .article-comments form {
  padding-right: 50px;
  position: relative;
}
.article-page .article-comments form input[type='text'] {
  height: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 16px;
}
.article-page .article-comments form input[type='text']:nth-child(2) {
  width: 30%;
}
.article-page .article-comments form input[type='text']:nth-child(1) {
  width: 69%;
}
.article-page .article-comments form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 31px;
  height: 32px;
  background: url('img/button.png');
}
.article-page .article-comments .item {
  margin-top: 30px;
  position: relative;
  padding-left: 75px;
}
.article-page .article-comments .item.level2 {
  border-left: 1px dashed #556080;
  padding: 6px 0 0 100px;
}
.article-page .article-comments .item.level2 .avatar {
  width: 40px;
  top: 5px;
  left: 40px;
}
.article-page .article-comments .item .avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.article-page .article-comments .item .name {
  margin-bottom: 10px;
  color: #7e818e;
}
.article-page .article-comments .item .name span {
  font-weight: 700;
}
.article-page .article-comments .item p {
  font-size: 16px;
  margin-bottom: 15px;
}
.article-page .article-comments .item a {
  text-decoration: none;
  color: #2f4c7e;
}
.credit-page {
  padding-bottom: 50px;
}
.credit-page h1 {
  margin-bottom: 10px;
}
.credit-page h1 * {
  vertical-align: top;
}
.credit-page h1 .rating {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-left: 20px;
  padding-top: 5px;
}
.credit-page h1 .rating .fa {
  font-size: 15px;
  color: #f45349;
}
.credit-page h1 .rating .fa.bad {
  font-size: 13px;
  color: #f1f1f1;
}
.credit-page h1 .rating a {
  color: #1098c7;
  margin-left: 5px;
}
.credit-page .top-number {
  font-size: 12px;
  color: #a2a2a2;
  margin-bottom: 40px;
}
.credit-page .steps {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 40px;
  padding: 40px 25px 20px 25px;
  -webkit-box-shadow: rgba(1, 1, 1, 0.1) 0 0 5px;
          box-shadow: rgba(1, 1, 1, 0.1) 0 0 5px;
}
.credit-page .steps .steps-list {
  padding: 0 100px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 40px;
}
.credit-page .steps .steps-list .item {
  width: 26%;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  position: relative;
}
.credit-page .steps .steps-list .item:last-child:after {
  display: none;
}
.credit-page .steps .steps-list .item:after {
  content: "";
  position: absolute;
  width: 240px;
  height: 1px;
  background: #dfdfdf;
  top: 30px;
  left: 50%;
  margin-left: 50px;
}
.credit-page .steps .steps-list .item span {
  display: block;
  margin: 0 auto 20px auto;
  font-size: 32px;
  background: #f5f5f6;
  width: 62px;
  line-height: 62px;
  text-align: center;
  border-radius: 12px;
}
.credit-page .steps .bank {
  width: 16%;
}
.credit-page .steps .bank .logo {
  text-align: center;
  margin-bottom: 30px;
}
.credit-page .steps .bank .variable {
  margin-bottom: 20px;
}
.credit-page .steps .bank .variable p {
  color: #a2a2a2;
  margin-bottom: 5px;
}
.credit-page .steps .bank .variable .line {
  background: #dfdfdf;
  border-radius: 4px;
  height: 12px;
  position: relative;
}
.credit-page .steps .bank .variable .line div {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #8dca5e;
}
.credit-page .steps .bank .tags span {
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 2px;
}
.credit-page .steps .bank .tags span.c1 {
  background: #00aaff;
}
.credit-page .steps .bank .tags span.c2 {
  background: #71bb3e;
}
.credit-page .steps .bank .tags span.c3 {
  background: #f0a758;
}
.credit-page .steps .info1 {
  width: 56%;
}
.credit-page .steps .info1 .counts {
  padding-right: 60px;
}
.credit-page .steps .info1 .counts div {
  margin-bottom: 30px;
  color: #a2a2a2;
}
.credit-page .steps .info1 .counts div span {
  display: block;
  color: #000;
  font-size: 18px;
  margin-top: 4px;
}
.credit-page .steps .info1 .cachback {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}
.credit-page .steps .info1 .cachback p {
  margin-bottom: 5px;
  color: #a2a2a2;
}
.credit-page .steps .info1 .cachback i {
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px dotted #000;
}
.credit-page .steps .info1 .cachback span {
  font-size: 20px;
}
.credit-page .steps .info1 p {
  margin-bottom: 15px;
}
.credit-page .steps .info1 p span {
  color: #a2a2a2;
}
.credit-page .steps .info1 p img {
  vertical-align: middle;
}
.credit-page .steps .info2 {
  width: 18%;
  text-align: center;
  color: #71bb3e;
  padding-top: 34px;
}
.credit-page .steps .info2 span {
  font-size: 20px;
  font-weight: 500;
}
.credit-page .steps .info2 a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  background: #7e68bb;
  color: #fff;
  padding: 16px 0;
  border-radius: 4px;
  margin-top: 20px;
}
.credit-page .steps .info2 button {
  width: 100%;
  font-size: 18px;
  background: #7e68bb;
  color: #fff;
  padding: 16px 0;
  border-radius: 4px;
  margin-top: 20px;
}
.credit-page .tables-block p {
  text-align: center;
  font-size: 32px;
  margin-bottom: 25px;
}
.credit-page .tables-block .table {
  width: 754px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: rgba(1, 1, 1, 0.1) 0 4px 12px;
          box-shadow: rgba(1, 1, 1, 0.1) 0 4px 12px;
  padding: 5px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 40px auto;
}
.credit-page .tables-block .table table {
  width: 100%;
}
.credit-page .tables-block .table table tr {
  border-bottom: 1px solid #dfdfdf;
}
.credit-page .tables-block .table table tr:last-child {
  border-bottom: 0;
}
.credit-page .tables-block .table table tr td {
  font-size: 16px;
  padding: 15px 10px 15px 0;
}
.credit-page .tables-block .table table tr td:last-child {
  padding-right: 0;
}
.credit-page .reviews {
  padding-bottom: 80px;
}
.credit-page .reviews .block-name {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}
.credit-page .reviews .content {
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  padding: 40px;
}
.credit-page .reviews .content .menu {
  border-bottom: 1px solid #dfdfdf;
  margin: -40px -40px 25px -40px;
  padding: 20px 40px 10px 40px;
}
.credit-page .reviews .content .menu a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  margin: 0 28px 10px 0;
}
.credit-page .reviews .content .rating {
  margin-bottom: 40px;
  padding-top: 3px;
}
.credit-page .reviews .content .rating .fa {
  font-size: 30px;
  color: #f6524f;
}
.credit-page .reviews .content .rating .fa.bad {
  color: #f1f1f1;
  font-size: 26px;
}
.credit-page .reviews .content .rating span {
  font-size: 28px;
  margin-left: 10px;
}
.credit-page .reviews .content .top-btn {
  font-size: 15px;
  color: #fff;
  background: #7e68bb;
  border-radius: 6px;
  width: 300px;
  height: 44px;
  margin-bottom: 40px;
}
.credit-page .reviews .content .item {
  margin-top: 30px;
  position: relative;
  padding-left: 75px;
}
.credit-page .reviews .content .item.level2 {
  padding: 6px 0 0 100px;
}
.credit-page .reviews .content .item.level2 .avatar {
  width: 40px;
  top: 5px;
  left: 40px;
}
.credit-page .reviews .content .item .avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.credit-page .reviews .content .item .name {
  margin-bottom: 10px;
  color: #7e818e;
}
.credit-page .reviews .content .item .name span {
  font-weight: 700;
}
.credit-page .reviews .content .item .rating {
  margin-bottom: 15px;
  font-size: 13px;
  color: #7e818e;
}
.credit-page .reviews .content .item .rating .fa {
  font-size: 15px;
  color: #f45349;
}
.credit-page .reviews .content .item .rating .fa:nth-child(5) {
  margin-right: 5px;
}
.credit-page .reviews .content .item .rating .fa.bad {
  font-size: 13px;
  color: #f1f1f1;
}
.credit-page .reviews .content .item p {
  font-size: 16px;
  margin-bottom: 15px;
}
.credit-page .reviews .content .item a {
  text-decoration: none;
  color: #2f4c7e;
}
.credit-page .reviews .content form {
  position: relative;
  margin: 60px 160px 0 160px;
  padding-right: 50px;
}
.credit-page .reviews .content form.other {
  margin: 60px 0 0 0;
}
.credit-page .reviews .content form.other p {
  text-align: left;
}
.credit-page .reviews .content form p {
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.credit-page .reviews .content form input[type='text'] {
  width: 49%;
  height: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 15px;
  margin-bottom: 15px;
}
.credit-page .reviews .content form input[type='text'].big {
  width: 68%;
}
.credit-page .reviews .content form .jq-selectbox {
  width: 49%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 15px;
  margin-bottom: 15px;
  background: url('img/select2.png') no-repeat right 15px top 50%;
}
.credit-page .reviews .content form .jq-selectbox.small {
  width: 30%;
}
.credit-page .reviews .content form .jq-selectbox .jq-selectbox__select {
  padding: 0 12px;
}
.credit-page .reviews .content form .jq-selectbox .jq-selectbox__dropdown {
  top: 100%;
  width: 100%;
  background: #fff;
  left: -1px;
  border-radius: 4px;
  margin-top: 5px;
  z-index: 3;
  border: 1px solid #e5e5e5;
}
.credit-page .reviews .content form .jq-selectbox .jq-selectbox__dropdown ul li {
  padding: 0 12px;
}
.credit-page .reviews .content form select {
  width: 49%;
  height: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 15px;
  margin-bottom: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url('img/select2.png') no-repeat right 15px top 50%;
}
.credit-page .reviews .content form select.small {
  width: 30%;
}
.credit-page .reviews .content form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 31px;
  height: 32px;
  background: url('img/button.png');
  margin-top: 15px;
}
.credit-page .company-info {
  margin-bottom: 40px;
}
.credit-page .company-info p {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}
.credit-page .company-info .table {
  padding: 0 240px;
}
.credit-page .company-info .table table {
  width: 100%;
}
.credit-page .company-info .table table tr td {
  font-size: 16px;
  line-height: 24px;
  padding: 0 10px 20px 0;
  width: 40%;
  vertical-align: top;
}
.credit-page .company-info .table table tr td:last-child {
  padding-right: 0;
  width: 60%;
}
.banks-page {
  padding-bottom: 30px;
}
.banks-page p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 25px;
}
.banks-page table {
  width: 100%;
  border: 1px solid #e7e8ea;
}
.banks-page table thead {
  background: #745db3;
}
.banks-page table thead tr td {
  padding: 20px 15px;
  color: #fff;
}
.banks-page table thead tr td a {
  color: #fff;
  text-decoration: none;
}
.banks-page table thead tr td a.active .fa {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.banks-page table tbody tr {
  background: #fff;
}
.banks-page table tbody tr:nth-child(2n) {
  background: #f7f4fe;
}
.banks-page table tbody tr td {
  padding: 20px 15px;
}
.banks-page table tbody tr td .c100 {
  float: none;
  zoom: .6;
}
.banks-page table tbody tr td .c100 > span {
  color: #000;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  font-weight: 700;
}
.banks-page table tbody tr td .n {
  display: none;
}
.banks-page table tbody tr td a {
  color: #5985df;
  text-decoration: none;
}
.banks-page table tbody tr td a.name {
  color: #000;
}
.banks-page table tbody tr td a.name img{
	max-width:150px;
	margin-top:10px;
}
.top-offers-block {
  padding-bottom: 10px;
}
.top-offers-block h2 {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 30px;
}
.top-offers-block .item {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32%;
}
.top-offers-block .item .name {
  display: block;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 30px;
  min-height:45px;
}
.top-offers-block .item .logo {
  text-align: center;
  margin-bottom: 30px;
  display:table;
  min-height:118px;
  width:100%;
}
.top-offers-block .item .logo span{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.top-offers-block .item .logo span img{
	display:block;
	margin:0 auto;
}
.top-offers-block .item table {
  width: 100%;
  margin-bottom: 20px;
}
.top-offers-block .item table td {
  padding: 0 5px 5px 0;
  font-size: 15px;
}
.top-offers-block .item table td:last-child {
  padding-right: 0;
}
.top-offers-block .item button {
  color: #fff;
  font-size: 15px;
  background: #745db3;
  border-radius: 6px;
  width: 100%;
  padding: 15px 0;
}
.calc-page {
  padding-bottom: 40px;
}
.calc-page .menu a {
  margin-right: 40px;
  padding-bottom: 20px;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  display: inline-block;
}
.calc-page .menu a:last-child {
  margin-right: 0;
}
.calc-page .menu a.active {
  border-bottom: 3px solid #7e68bb;
}
.calc-page form {
  background: #fff;
  border: 1px solid #e7e8ea;
  border-radius: 6px;
  padding: 40px;
}
.calc-page form .field {
  width: 48%;
  margin-bottom: 30px;
}
.calc-page form .field p {
  color: #959595;
  margin-bottom: 10px;
}
.calc-page form .field .slider {
  position: relative;
}
.calc-page form .field .slider input[type='text'] {
  width: 100%;
  height: 55px;
  border: 1px solid #e7e8ea;
  border-radius: 6px;
  font-size: 20px;
  padding: 0 20px;
}
.calc-page form .field .slider .s {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.calc-page form .field .slider .s .ui-widget.ui-widget-content {
  border: 0;
  background: #f8c900;
}
.calc-page form .field .slider .s .ui-slider-horizontal {
  height: 3px;
}
.calc-page form .field .slider .s .ui-widget-header {
  background: #e7e8ea;
}
.calc-page form .field .slider .s .ui-state-default,
.calc-page form .field .slider .s .ui-widget-content .ui-state-default,
.calc-page form .field .slider .s .ui-widget-header .ui-state-default,
.calc-page form .field .slider .s .ui-button,
.calc-page form .field .slider .s html .ui-button.ui-state-disabled:hover,
.calc-page form .field .slider .s html .ui-button.ui-state-disabled:active {
  border: 0;
  width: 14px;
  height: 22px;
  background: url('img/slider.png');
  outline: none;
  margin: -4px 0 0 -7px;
  cursor: pointer;
}
.calc-page form .field select {
  width: 48%;
  height: 55px;
  border: 1px solid #e7e8ea;
  border-radius: 6px;
  font-size: 20px;
  padding: 0 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url('img/select2.png') no-repeat right 15px top 50%;
}
.calc-page form .field .jq-selectbox {
  width: 48%;
  height: 55px;
  line-height: 55px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-size: 20px;
  margin-bottom: 15px;
  background: url('img/select2.png') no-repeat right 15px top 50%;
}
.calc-page form .field .jq-selectbox .jq-selectbox__select {
  padding: 0 20px;
}
.calc-page form .field .jq-selectbox .jq-selectbox__dropdown {
  top: 100%;
  width: 100%;
  background: #fff;
  left: -1px;
  border-radius: 4px;
  margin-top: 5px;
  z-index: 3;
  border: 1px solid #e5e5e5;
}
.calc-page form .field .jq-selectbox .jq-selectbox__dropdown ul li {
  padding: 0 12px;
}
.calc-page form .select {
  padding: 30px 0 10px;
}
.calc-page form .select .radio {
  display: none;
}
.calc-page form .select .radio + label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 49.8%;
  margin-bottom: 20px;
  text-align: center;
  padding: 15px 0;
  font-size: 15px;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #e7e8ea;
}
.calc-page form .select .radio:checked + label {
  color: #745db3;
  border: 2px solid #745db3;
  padding: 14px 0;
}
.calc-page form .result {
  background: #f7f7f7;
  padding: 30px 50px 20px 50px;
  margin-bottom: 30px;
}
.calc-page form .result table {
  width: 100%;
}
.calc-page form .result table tr:last-child td {
  font-size: 18px;
}
.calc-page form .result table tr td {
  width: 50%;
  padding: 0 10px 10px 0;
  font-size: 15px;
}
.calc-page form .result table tr td:last-child {
  padding-right: 0;
}
.calc-page form button {
  display: block;
  margin: 0 auto;
  font-size: 15px;
  padding: 18px 30px;
  border-radius: 4px;
  background: #f8c900;
}
.bank-page h1 {
  margin-bottom: 20px;
}
.bank-page h1 .rating {
  font-size: 13px;
  color: #7e818e;
  font-weight: 400;
}
.bank-page h1 .rating .fa {
  font-size: 15px;
  color: #f45349;
}
.bank-page h1 .rating .fa:nth-child(5) {
  margin-right: 5px;
}
.bank-page h1 .rating .fa.bad {
  font-size: 13px;
  color: #f1f1f1;
}
.bank-page h1 .rating a {
  color: #1098c7;
}
.bank-page .top-logo {
  margin-bottom: 20px;
}
.bank-page .menu {
  border-top: 1px solid #e7e8ea;
}
.bank-page .menu a {
  margin-right: 80px;
  padding: 15px 0;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  display: inline-block;
}
.bank-page .menu a:last-child {
  margin-right: 0;
}
.bank-page .menu a.active {
  border-bottom: 3px solid #7e68bb;
}
.bank-page .sliders {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  margin-bottom: 30px;
}
.bank-page .sliders .item {
  width: 40%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  padding: 20px 20px 0 30px;
  color: #000;
  position: relative;
}
.bank-page .sliders .item:first-child {
  border-right: 1px solid #dfdfdf;
  border-radius: 6px 0 0 6px;
}
.bank-page .sliders .item .value {
  color: #c4c4c4;
}
.bank-page .sliders .item input[type='text'] {
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  width: 100px;
  margin-left: 60px;
  margin-top: -2px;
}
.bank-page .sliders .item .slider {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.bank-page .sliders .item .slider .ui-widget.ui-widget-content {
  border: 0;
  background: #f8c900;
}
.bank-page .sliders .item .slider .ui-slider-horizontal {
  height: 3px;
}
.bank-page .sliders .item .slider .ui-widget-header {
  background: #fff;
}
.bank-page .sliders .item .slider .ui-state-default,
.bank-page .sliders .item .slider .ui-widget-content .ui-state-default,
.bank-page .sliders .item .slider .ui-widget-header .ui-state-default,
.bank-page .sliders .item .slider .ui-button,
.bank-page .sliders .item .slider html .ui-button.ui-state-disabled:hover,
.bank-page .sliders .item .slider html .ui-button.ui-state-disabled:active {
  border: 0;
  width: 14px;
  height: 22px;
  background: url('img/slider.png');
  outline: none;
  margin: -4px 0 0 -7px;
  cursor: pointer;
}
.bank-page .sliders button {
  font-size: 16px;
  background: #f8c900;
  padding: 18px 0;
  width: 20%;
  border-radius: 0 6px 6px 0;
}
.bank-page .site-item {
  margin-bottom: 25px;
}
.bank-page h2 {
  font-weight: 400;
  font-size: 32px;
  padding: 20px 0;
}
.bank-page .more-button {
  font-size: 16px;
  color: #7e68bb;
  border: 2px dashed #7e68bb;
  width: 100%;
  border-radius: 6px;
  padding: 15px 0;
  background: #fff;
  margin: 20px 0 50px;
}
.reviews-stat-block {
  background: #fff;
  border: 1px solid #dfdfdf;
  margin-bottom: 25px;
  border-radius: 6px;
  overflow: hidden;
}
.reviews-stat-block .block-name {
  font-weight: 700;
  text-transform: uppercase;
  background: #f4f4f4;
  padding: 20px;
}
.reviews-stat-block .content {
  padding: 25px 20px;
}
.reviews-stat-block .content .item {
  margin-bottom: 10px;
  font-size: 15px;
}
.reviews-stat-block .content .item .rating {
  font-weight: 500;
}
.reviews-stat-block .content .item .rating span {
  margin-right: 5px;
}
.reviews-stat-block .content .item .rating .fa {
  color: #fd505c;
}
.reviews-stat-block .content .item .rating .fa.bad {
  color: #f1f1f1;
  font-size: 13px;
}
.reviews-stat-block .content .item a {
  text-decoration: none;
  color: #1098c7;
}
.reviews-stat-block .content .result {
  text-align: center;
  font-size: 15px;
  padding-top: 15px;
}
.reviews-stat-block .content .result span {
  display: block;
  font-size: 42px;
  color: #30e045;
  margin-bottom: 10px;
}
.about-bank {
  background: #fff;
  border: 1px solid #e7e8ea;
  border-radius: 6px;
  margin-bottom: 40px;
  padding: 40px;
}
.about-bank p {
  font-size: 15px;
  margin-bottom: 30px;
}
.about-bank h2 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
.about-bank table {
  width: 100%;
}
.about-bank table tr td {
  padding: 0 50px 15px 0;
  font-size: 15px;
  vertical-align: top;
}
.about-bank table tr td:last-child {
  padding-right: 0;
}
.about-bank table tr td:first-child {
  white-space: nowrap;
}
.input {
  width: auto;
  display: inline-block;
}
.input[contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: block;
  color: #dee1e5;
}
@media (max-width: 1200px) {
  .wrap {
    width: 970px;
  }
  .header ul li {
    margin-right: 10px;
  }
  .catalog-filter .item .name {
    padding: 20px 10px;
  }
  .index-top-form .inner .sliders {
    width: auto;
  }
  .articles-page .main-article .content {
    padding: 30px 30px 30px 51%;
  }
  .credit-page .steps .steps-list {
    padding: 0;
  }
  .credit-page .steps .bank {
    width: 20%;
  }
  .credit-page .steps .info1 .counts {
    padding-right: 0;
  }
  .credit-page .company-info .table {
    padding: 0 120px;
  }
  .credit-page .reviews .content .menu a {
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 992px) {
  .wrap {
    width: 747px;
  }
  .index-top-form .sliders {
    width: auto;
  }
  .header .menu-button {
    display: block;
  }
  .menubg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 1, 1, 0.7);
    z-index: 11;
    display: none;
  }
  .header ul {
    position: fixed;
    width: 280px;
    height: 100%;
    top: 0;
    left: -280px;
    background: #fff;
    z-index: 12;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    padding: 0;
  }
  .header ul.opened {
    left: 0;
  }
  .header ul li {
    display: block;
    margin: 0;
  }
  .header ul li a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
  }
  .header ul li a .fa {
    display: none;
  }
  .page-col,
  .page-col.big {
    width: 100%;
  }
  .site-item .bank {
    width: 26%;
  }
  .site-item .main-info {
    width: 70%;
  }
  .site-item .main-info .info1 {
    width: 64%;
  }
  .live-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .live-block .block-name {
    width: 100%;
  }
  .live-block .item {
    width: 32%;
  }
  .live-block .bottom-link {
    width: 100%;
  }
  .credit-cards-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .credit-cards-block .block-name {
    width: 100%;
  }
  .credit-cards-block .item {
    width: 33.33334%;
    margin: 0;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .catalog-filter {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 12;
    margin-top: 0;
    background: #fff;
    overflow-y: scroll;
    display: none;
  }
  .catalog-filter.opened {
    display: block;
  }
  .catalog-filter::-webkit-scrollbar {
    width: 0;
  }
  .catalog-filter .close {
    display: block;
  }
  .index-top-form .inner {
    padding-left: 0;
  }
  .catalog-top-block .sort a {
    margin-left: 10px;
  }
  .catalog-top-block .sort a.active {
    margin-left: 25px;
  }
  .catalog-top-block .sort {
    width: auto;
  }
  .catalog-top-block .filter-link {
    display: block;
  }
  .articles-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .articles-block .block-name {
    width: 100%;
  }
  .articles-block .item {
    width: 32%;
    margin: 0;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .credit-page .company-info .table {
    padding: 0;
  }
  .credit-page .steps .steps-list .item:after {
    width: 160px;
  }
  .credit-page .steps .bank {
    width: 25%;
  }
  .credit-page .steps .info1 {
    width: 72%;
  }
  .credit-page .steps .info2 {
    width: 100%;
    padding-top: 20px;
  }
  .credit-page .reviews .content form {
    margin: 60px 60px 0 60px;
  }
}
@media (max-width: 768px) {
  .wrap {
    width: auto;
    padding: 0 10px;
  }
  .header .city .search {
    display: none;
  }
  .header .logo a img {
    display: none;
  }
  .header .logo a {
    display: block;
    width: 79px;
    height: 28px;
    background: url('img/logo2.png');
  }
  .header .menu-button {
    margin-top: 5px;
  }
  .header .city {
    padding-top: 3px;
  }
  .index-top-form .name {
    font-size: 24px;
  }
  .index-top-form .name img {
    display: none;
  }
  .index-top-form .sliders {
    border: 0;
  }
  .index-top-form .tabNavigation li a {
    font-size: 12px;
    padding: 0 4px 10px 4px;
  }
  .index-top-form .sliders .item {
    width: 50%;
    margin-bottom: 15px;
    background: #fff;
    padding: 20px 10px;
    border-radius: 0 6px 6px 0;
  }
  .index-top-form .sliders .item:first-child {
    width: 49.8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px 0 0 6px;
  }
  .index-top-form .sliders .item:first-child {
    border-right: 0;
  }
  .index-top-form .sliders .item:first-child input[type='text'] {
    width: 60px;
  }
  .index-top-form .sliders .item input[type='text'] {
    font-size: 16px;
    margin-top: 0px;
  }
  .index-top-form .sliders .item select {
    margin: 0;
  }
  .index-top-form .sliders button {
    width: 100%;
    border-radius: 6px;
  }
  .index-top-form .sliders .item input[type='text'] {
    width: 30px;
  }
  .index-counts .item {
    width: 48%;
  }
  .index-catalog .block-name {
    font-size: 18px;
  }
  .index-catalog .block-name img {
    display: none;
  }
  .site-item.choise:before {
    display: none;
  }
  .site-item {
    padding: 20px;
    text-align: center;
  }
  .site-item .bank {
    width: 100%;
    margin-bottom: 20px;
  }
  .site-item .main-info {
    width: 100%;
  }
  .site-item .main-info .info1,
  .site-item .main-info .info2 {
    width: 100%;
  }
  .site-item .number {
    width: 100%;
    margin-bottom: 20px;
    display: none;
  }
  .site-item .main-info .payment {
    width: 100%;
    margin-bottom: 15px;
  }
  .site-item .main-info .needs {
    width: 100%;
  }
  .site-item .main-info .info2 button {
    margin-bottom: 20px;
  }
  .index-blog .content .item {
    width: 100%;
  }
  .index-blog .content {
    padding: 20px;
  }
  .index-about {
    margin-bottom: 50px;
  }
  .live-block .item {
    width: 100%;
  }
  .credit-cards-block .item {
    width: 100%;
  }
  .bottom-menu ul li {
    margin: 5px;
  }
  .index-top-form .inner .name {
    font-size: 24px;
  }
  .catalog-top-block .sort {
    display: none;
  }
  .catalog-top-block .filter-link {
    font-size: 12px;
  }
  .catalog-top-block .sort-select {
    display: block;
    font-size: 12px;
  }
  .catalog-bottom-block {
    padding: 20px;
  }
  .index-about .block-name {
    font-size: 24px;
  }
  .index-about .block-name img {
    display: none;
  }
  h1 {
    font-size: 24px;
  }
  .articles-page .menu a {
    font-size: 14px;
    padding: 6px 12px;
  }
  .articles-page .main-article .content {
    padding: 230px 15px 15px 15px;
  }
  .articles-page .main-article .image {
    width: 100%;
    height: 210px;
  }
  .articles-page .article-item {
    width: 100%;
  }
  .articles-page .pages a:first-child,
  .articles-page .pages a:last-child {
    display: none;
  }
  .articles-block .item {
    width: 100%;
  }
  .article-page .article {
    padding: 20px;
  }
  .article-page .article h1 {
    font-size: 20px;
  }
  .article-page .article p {
    font-size: 14px;
    line-height: 20px;
  }
  .article-page .article blockquote {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 20px 20px 60px;
    background: #fae7e7 url('img/quote.png') no-repeat left 15px top 25px;
  }
  .article-page .article ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .article-page .article h2 {
    font-size: 18px;
  }
  .article-page .article-comments {
    padding: 20px;
  }
  .article-page .article-comments form input[type='text'] {
    width: 100% !important;
  }
  .article-page .article-comments form input[type='text']:nth-child(1) {
    margin-bottom: 10px;
  }
  .article-page .article-comments .item.level2 {
    padding-left: 80px;
  }
  .article-page .article-comments .item.level2 .avatar {
    left: 20px;
  }
  .articles-page h2 {
    font-size: 20px;
  }
  .credit-page .steps {
    padding: 20px;
  }
  .credit-page .steps .steps-list .item {
    width: 100%;
  }
  .credit-page .steps .steps-list .item:after {
    display: none;
  }
  .credit-page .steps .bank {
    width: 100%;
    margin-bottom: 20px;
  }
  .credit-page .steps .info1 {
    width: 100%;
  }
  .credit-page .steps .info1 .cachback span {
    font-size: 16px;
    font-weight: 700;
  }
  .credit-page .tables-block .table {
    width: auto;
    padding: 5px 20px;
  }
  .credit-page .tables-block .table table tr td {
    font-size: 14px;
  }
  .credit-page .tables-block p {
    font-size: 24px;
  }
  .credit-page .reviews .block-name {
    font-size: 24px;
  }
  .credit-page .reviews .content {
    padding: 1px 20px 20px 20px;
  }
  .credit-page .reviews .content .item.level2 {
    padding-left: 70px;
  }
  .credit-page .reviews .content .item.level2 .avatar {
    left: 10px;
  }
  .credit-page .reviews .content form {
    margin: 40px 0 0 0;
  }
  .credit-page .reviews .content form .jq-selectbox {
    width: 100% !important;
  }
  .credit-page .reviews .content form input[type='text'] {
    width: 100% !important;
  }
  .credit-page .company-info p {
    font-size: 24px;
  }
  .credit-page .company-info .table table tr td {
    font-size: 14px;
    line-height: 20px;
  }
  .banks-page table thead tr td,
  .banks-page table tbody tr td {
    white-space: nowrap;
  }
  .banks-page .tbl {
    overflow-x: scroll;
  }
  .top-offers-block .item {
    width: 100%;
  }
  .calc-page .menu a {
    margin: 0 10px 10px 0;
    padding-bottom: 5px;
  }
  .calc-page form {
    padding: 25px;
  }
  .calc-page form .field {
    width: 100%;
  }
  .calc-page form .field .jq-selectbox {
    width: 100%;
    margin-bottom: 10px;
  }
  .calc-page form .select {
    padding: 10px 0;
  }
  .calc-page form .select .radio + label {
    width: 100%;
    font-size: 14px;
  }
  .calc-page form .result {
    padding: 15px;
  }
  .calc-page form button {
    padding: 18px 20px;
  }
  .credit-page .reviews .content .menu {
    margin: -20px -20px 20px -20px;
    padding: 20px 20px 10px 20px;
  }
  .credit-page .reviews .content {
    padding: 20px 20px 10px 20px;
  }
  .bank-page .menu a {
    padding: 5px 0;
    margin: 0 10px 0 0;
  }
  .bank-page .menu {
    padding: 10px 0;
  }
  .credit-page .reviews .content .rating {
    margin-bottom: 20px;
  }
  .credit-page .reviews .content .top-btn {
    width: 100%;
    margin-bottom: 20px;
  }
  .bank-page .sliders .item {
    width: 100% !important;
    padding: 20px;
    margin-bottom: 15px;
  }
  .bank-page .sliders .item:first-child {
    border-right: 0;
    border-radius: 6px 6px 0 0;
  }
  .bank-page .sliders button {
    width: 100%;
    border-radius: 0 0 6px 6px;
  }
  .about-bank {
    padding: 20px;
  }
  .about-bank table tr td {
    padding: 0 10px 10px 0;
    font-size: 14px;
  }
  .about-bank table tr td:first-child {
    white-space: normal;
  }
  .credit-page .steps .info1 .counts div {
    width: 100%;
    margin-bottom: 15px;
  }
  .credit-page .steps .info1 .cachback {
    line-height: 160%;
  }
  .sort-line {
    background: #fff;
    margin: 0 -10px;
    padding: 15px 10px;
  }
  .catalog-top-block .checks .checkbox + label {
    padding: 6px 12px;
    margin: 0 3px 6px 0;
  }
}
