@font-face {
  font-family: "fontello";
  src: url("/kredittkort/app/themes/kredittkort-new/fonts/fontello.woff2?79656299")
    format("woff2");
  /*src         : url('../fonts/fontello.eot?79656299');
	src         : url('../fonts/fontello.eot?79656299#iefix') format('embedded-opentype'),
	url('../fonts/fontello.woff2?79656299') format('woff2'),
	url('../fonts/fontello.woff?79656299') format('woff'),
	url('../fonts/fontello.ttf?79656299') format('truetype'),
	url('../fonts/fontello.svg?79656299#fontello') format('svg');*/
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  padding-top: 92px;
  line-height: 1.86;
  color: #000;
}
:focus {
  outline: none;
}
a,
a:focus,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3a4156;
  font-weight: 700;
}
button:focus,
input:focus,
textarea:focus,
a:focus {
  outline: none !important;
}
input.form-control,
textarea.form-control {
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
ul,
ol {
  list-style-position: inside;
}
table {
  width: 100%;
  margin: 10px 0;
}
table td,
table th {
  padding: 5px;
  border: solid 1px #eceff5;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid #eceff5;
}
.popup_menu_btn {
  display: none;
}
.list-inline {
  margin: 0;
}
.list-inline > li {
  padding: 0;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.icon-star:before {
  content: "\e800";
}
/* '' */
.icon-star-empty:before {
  content: "\e801";
}
/* '' */
.icon-checked:before {
  content: "\e809";
}
/* '' */
.icon-angle-left:before {
  content: "\e80e";
}
/* '' */
.icon-angle-right:before {
  content: "\e813";
}
/* '' */
.icon-angle-up:before {
  content: "\e815";
}
/* '' */
.icon-angle-down:before {
  content: "\e816";
}
/* '' */
.icon-left-arrow:before {
  content: "\e83a";
}
/* '' */
.icon-right-arrow:before {
  content: "\e83b";
}
/* '' */
.icon-tick:before {
  content: "\e8b1";
}
/* '' */
.icon-close:before {
  content: "\e974";
}
/* '' */
.backtotop.hidden-top {
  bottom: -100px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.backtotop {
  background-color: #3d2518;
  width: 45px;
  bottom: 20px;
  right: 10px;
  height: 42px;
  line-height: 38px;
  font-size: 36px;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: block;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  color: #fff !important;
}
.backtotop:hover {
  background-color: #ff6000;
}
img.alignleft {
  float: left;
  margin-right: 20px;
}
img.alignright {
  float: right;
  margin-left: 20px;
}
img.aligncenter {
  margin: 0px auto;
  display: block;
}
.button-wrapper-list li.active a {
  margin: 5px;
}
.button-wrapper-list li a.btn-warning,
.button-wrapper-list li a.btn-warning:active {
  color: #fff;
  background: #7990a5;
  border: 0px;
}
.button-wrapper-list li.active a.btn-warning {
  color: #fff;
  border: 0px;
  background: #347fff;
}
.button-wrapper-list a {
  margin: 5px;
}
.map-container {
  width: 100%;
}
.map-container iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
}
.map-container iframe.clicked {
  pointer-events: auto;
}
.radio_btn,
.checkbox_btn {
  display: none !important;
}
.radio_btn + label,
.checkbox_btn + label {
  color: #282828;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  cursor: pointer;
}
.radio_btn + label:before,
.checkbox_btn + label:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #c7cbcf;
  color: #fff;
  font-size: 8px;
  line-height: 14px;
  text-align: center;
  content: "";
}
.radio_btn:checked + label:before,
.checkbox_btn:checked + label:before {
  content: "\e82d";
  font-family: "fontello";
  color: #279fe3;
  font-size: 12px;
  padding-left: 1px;
}
/*.opened_menu {
    overflow: hidden;
    position: fixed;
}*/
a,
.btn {
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
/* burger menu */
.open_main_menu {
  border: 0;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  background: none;
  position: relative;
  z-index: 105;
  margin-top: 5px;
  margin-right: 7px;
}
.open_main_menu .lines {
  display: inline-block;
  width: 24px;
  height: 4px;
  background: #000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  top: -4px;
}
.opened_menu .open_main_menu .lines {
  background: transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.open_main_menu .lines:before,
.open_main_menu .lines:after {
  display: inline-block;
  width: 24px;
  height: 4px;
  background: #000;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: absolute;
  left: 0;
  content: "";
  -moz-transform-origin: 0.28571em center;
  -ms-transform-origin: 0.28571em center;
  -o-transform-origin: 0.28571em center;
  -webkit-transform-origin: 0.28571em center;
  transform-origin: 0.28571em center;
}
.opened_menu .open_main_menu .lines:before,
.opened_menu .open_main_menu .lines:after {
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.open_main_menu .lines:after {
  top: 9px;
}
.open_main_menu .lines:before {
  top: -9px;
}
.opened_menu .open_main_menu .lines:before {
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.opened_menu .open_main_menu .lines:after {
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
/*elements*/
.btn-primary {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.3px;
  color: #fff !important;
  padding: 11px 15px;
  border: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  background-color: #347fff;
  border-radius: 5px;
}
.btn-primary:hover {
  background-color: #266bdf;
  color: #fff;
}
.content a:not([class]) {
  text-decoration: underline;
}
.content a:not([class]):hover {
  text-decoration: none;
}
.content ol:not([class]),
.content ul:not([class]) {
  list-style-type: none;
  margin-left: 20px;
}
.content ol:not([class]) li {
  counter-increment: step-counter;
}
.content ol:not([class]) li,
.content ul:not([class]) li {
  color: #000;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
}
.content ol:not([class]) li:before,
.content ul:not([class]) li:before {
  width: 22px;
  height: 22px;
  background-color: #347fff;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
}
.content ol:not([class]) li:before {
  content: counter(step-counter);
}
.content ul:not([class]) li:before {
  content: "\e8b1";
  font-family: "fontello";
  font-size: 9px;
}
.primary_bg {
  background-color: #f7f9fb;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  color: #3a4156;
  font-size: 15px;
  font-weight: 400;
  padding-left: 40px;
  -webkit-transition: 0.3s color;
  -moz-transition: 0.3s color;
  -ms-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
  cursor: pointer;
}
.custom-control-label:before {
  -webkit-transition:
    background-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-transition:
    background-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -ms-transition:
    background-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -o-transition:
    background-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.custom-control-label:before {
  left: 0;
  width: 30px;
  pointer-events: all;
  height: 16px;
  border-radius: 8px;
  background-color: rgba(164, 183, 199, 0.6);
  position: absolute;
  display: block;
  content: "";
  top: 7px;
}
.custom-control-label:after {
  position: absolute;
  top: 8px;
  left: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
  transition:
    transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}
.custom-control-input:checked + .custom-control-label {
  color: #347fff;
  font-weight: 600;
}
.custom-control-input:checked + .custom-control-label:before {
  color: #fff;
  background-color: #347fff;
}
.custom-control-input:checked + .custom-control-label:after {
  background-color: #fff;
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}
.custom-switch {
  margin-bottom: 3px;
}
.custom-control-input:hover + .custom-control-label {
  color: #347fff;
}
.custom-control-input:checked:hover + .custom-control-label {
  color: #3a4156;
}
/*header*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f7f9fb;
  min-height: 92px;
  border-bottom: solid 1px #eceff5;
  z-index: 1000;
  padding: 24px 0 20px;
}
.header_wrap:after,
.card_block:after,
.card_block_inner:after {
  display: table;
  clear: both;
  content: "";
}
.header_left {
  float: left;
}
.logo_block {
  /*width          : 189px;*/
  /*height         : 43px;*/
  width: 172px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}
.main_nav_switch {
  width: 50px;
  height: 26px;
  border-radius: 13px;
  border: solid 1.4px #347fff;
  background-color: #347fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 11px;
}
.main_nav_switch:before {
  width: 24px;
  height: 24px;
  border-radius: 13px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  content: "";
}
.kred_page .main_nav_switch:before {
  left: auto;
  right: 0;
}
.main_nav_link {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: #849bae;
  display: inline-block;
  vertical-align: middle;
}
.main_nav_link.active {
  font-weight: 600;
  color: #347fff;
}
.main_nav_link:hover {
  color: #347fff;
}
.main_nav {
  display: inline-block;
  vertical-align: middle;
  margin-top: 9px;
}
.header_right {
  float: right;
}
.main_menu {
  list-style: none;
  margin-top: 10px;
}
.main_menu li {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7990a5;
  line-height: normal;
  margin-left: 28px;
  position: relative;
}
.main_menu > li:hover:before {
  position: absolute;
  top: 100%;
  height: 36px;
  width: 200px;
  background: transparent;
  z-index: 1;
  content: "";
}
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  margin-top: 35px;
  border-top: 2px solid #347fff;
  padding: 5px 0;
  background-color: #f7f9fb;
  min-width: 200px;
  list-style: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.main_menu > li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.sub-menu li {
  padding: 5px 20px;
  margin: 0 !important;
}
.main_menu li a {
  color: #7990a5;
  border-bottom: solid 2px transparent;
}
.main_menu li.current-menu-item > a {
  color: #347fff;
  border-bottom-color: #347fff;
}
.main_menu > li:hover > a,
.main_menu a:hover {
  color: #347fff;
}
/*intro*/
.intro {
  border-bottom: solid 1px #eceff5;
  padding: 28px 0 24px;
}
.intro_block {
  text-align: center;
  padding-left: 15px;
}
.intro_title {
  font-size: 31px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.6px;
  color: #4b546c;
  margin: 0 0 4px;
}
.intro_text {
  opacity: 0.5;
  font-size: 16px;
  letter-spacing: -0.3px;
  color: #7990a5;
}

.under-title {
  margin-top: 20px;
}

.under-title p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  margin-bottom: 10px;
}

.under-title__top {
  margin-bottom: 10px;
}

.under-title__top-cnt {
  display: inline;
}

.under-title__btn {
  margin: 0 10px;
  font-size: 14px;
  color: #259cdd;
  font-style: italic;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}

.under-title__more-text {
  display: none;
}
/*card_section*/
.card_section {
  overflow: hidden;
  position: relative;
  border-bottom: solid 1px #eceff5;
}
.card_section .card_wrap_row {
  border-left: solid 1px #eceff5;
}
.card_section .container {
  position: relative;
}
.card_section .container:before {
  position: absolute;
  top: 0;
  left: 15px;
  width: 1px;
  height: 100%;
  z-index: 6;
  background: #eceff5;
  content: "";
  display: block;
}
.page-template-card-category-page .card_wrap {
  min-height: auto;
  margin: 0px auto;
  padding: 0px;
}
.card_wrap .card_block_item:last-child .card_block {
  margin-bottom: 0px;
}
.card_wrap {
  padding: 25px 0;
  margin-left: 8px;
  min-height: 780px;
}
.card_section:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: -1;
  content: "";
  background-color: #f7f9fb;
  height: 100%;
}
.pad_right_no {
  padding-right: 0;
}
.filter_wrap {
  border-top: 0;
  background: #fff;
  position: relative;
  z-index: 5;
}
.filter_wrap > div {
  padding-left: 16px;
  padding-right: 28px;
}
.filter_item {
  border-bottom: solid 1px #eceff5;
  padding-top: 14px;
  padding-bottom: 14px;
}
.filter_head {
  font-size: 16px;
  letter-spacing: normal;
  color: #555e77;
  padding-top: 6px;
  padding-bottom: 5px;
  border-bottom: solid 1px #eceff5;
}
.filter_title {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
  color: #3a4156;
  margin: 0 0 12px;
}
.filter_range {
  padding-top: 30px;
  padding-bottom: 32px;
}
.filter_range .filter_title {
  margin: 0 0 30px;
}
.filter_bottom {
  text-align: center;
  padding-top: 33px;
  padding-bottom: 33px;
}
/*card block*/
.card_block {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.05);
  border: solid 1px #eceff5;
  background-color: #fff;
  margin-bottom: 10px;
  position: relative;
}
.card_block:before {
  position: absolute;
  background: #eceff5;
  top: 0;
  left: 26%;
  width: 1px;
  height: 100%;
  z-index: 1;
  content: "";
}
.card_block:after {
  position: absolute;
  background: #eceff5;
  top: 0;
  left: 77%;
  width: 1px;
  height: 100%;
  z-index: 1;
  content: "";
  display: block;
}
.card_block_left {
  float: left;
  width: 26%;
}
.card_block_left > div {
  padding-left: 25px;
  padding-right: 15px;
}
.card_block_top {
  border-bottom: solid 1px #eceff5;
  padding-bottom: 13px;
  padding-top: 12px;
  min-height: 131px;
}
.card_img_block {
  margin-top: 4px;
  margin-left: 5px;
  text-align: center;
}
.card_block .dl-horizontal {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  margin-bottom: 2px;
}
.card_block .dl-horizontal dt {
  width: 100px;
  white-space: normal;
  letter-spacing: -0.2px;
  color: #7990a5;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 4px;
}
.card_block .dl-horizontal dd {
  margin-left: 110px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-align: right;
  color: #3a4156;
  white-space: nowrap;
}
.star-rating-wrapper .star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.star-rating-wrapper.noclick .star-rating {
  cursor: default;
}
.star-rating-wrapper .empty-stars {
  display: inline-block;
  vertical-align: top;
  color: #ded9e6;
}
.star-rating-wrapper .full-star {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}
.card_block_left > div:nth-child(2) {
  padding-right: 0px;
}
.star-rating i {
  color: #347fff;
  font-size: 14px;
}
.star-rating-wrapper .rating-description {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 11px;
  letter-spacing: -0.2px;
  color: #849bae;
}
.star-rating-wrapper .full-star-helper {
  position: relative;
  display: inline-block;
  height: 100%;
}
.card_block_center {
  float: left;
  width: 51%;
}
.card_block_center > div {
  padding-left: 12px;
  padding-right: 33px;
}
.bank_title_block img {
  margin-right: 5px;
}
.bank_title_block {
  margin-bottom: 14px;
  position: relative;
}
.bank_label_wrap {
  position: absolute;
  z-index: 3;
  top: -12px;
  right: -33px;
}
.bank_label {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #fff;
    padding: 7px 15px 7px 15px;
    border-radius: 0 3px 0 3px;
    background-color: #347fff;
    position: relative;
    content: "";
    display: inline-block;
    vertical-align: top;
}

.bank_label img {
    max-height: 12px;
    width: auto;
    margin-right: 5px;
}
.bank_label i {
  margin-right: 5px;
}
.bank_label:before {
  border-top: 12px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 11px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  display: none;
}
.bank_title {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.3px;
  color: #3a4156;
}
.bank_title > a {
  color: #3a4156;
}
.bank_title_icon {
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.bank_title_block .bank_title {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.card_categories_link {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #347fff;
  position: relative;
  margin-right: 8px;
  display: inline-block;
}
.card_categories_link span {
  text-decoration: underline;
}
.card_categories_link:hover {
  color: #347fff;
}
.card_categories_link:hover span {
  text-decoration: none;
}
.card_categories_link:before {
  font-family: "fontello";
  content: "\e8b1";
  padding-right: 3px;
  font-size: 10px;
}
.card_block_right {
  float: left;
  width: 23%;
}
.card_btn_block {
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}
.button_text {
  font-size: 10px;
  letter-spacing: -0.2px;
  color: #7990a5;
  text-align: center;
}
.card_info {
  font-size: 11px;
  letter-spacing: -0.2px;
  color: #849bae;
  padding: 6px 10px 4px;
  text-align: center;
}
.card_categories {
  margin-top: 1px;
}
.card_btn_block .btn {
  min-width: 138px;
}
.card_btn_block .btn-success {
  margin-bottom: 8px;
}
.btn-success {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  background-color: #1cbd92;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #fff;
  border: 0;
  padding: 11px 15px;
  text-align: left;
  position: relative;
  min-width: 120px;
}
.btn-success .icon-right-arrow {
  font-size: 13px;
  position: absolute;
  right: 13px;
  top: 12px;
  z-index: 1;
  -webkit-transition: 0.3s right;
  -moz-transition: 0.3s right;
  -ms-transition: 0.3s right;
  -o-transition: 0.3s right;
  transition: 0.3s right;
}
.btn-success:hover {
  background-color: #19a781;
  color: #fff;
}
.btn-success:hover .icon-right-arrow {
  right: 9px;
}
.btn-default {
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px rgba(52, 127, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #347fff !important;
  text-transform: uppercase;
  padding: 11px 5px;
}
.btn-default .icon-angle-down {
  padding-right: 3px;
}
.btn-default.opened .icon-angle-down:before {
  content: "\e815";
}
.btn-default:hover {
  border-color: rgba(52, 127, 255, 0.5);
  color: #347fff;
}
.btn-default.opened {
  border-color: rgba(52, 127, 255, 0.2);
  background-color: rgba(52, 127, 255, 0.2);
}
.btn-default.opened:hover {
  border-color: rgba(52, 127, 255, 0.5);
  color: #347fff;
}
.card_block_desc {
  border-top: solid 1px #eceff5;
  padding: 15px;
  display: none;
  position: relative;
  background: #fff;
  z-index: 2;
}
.rating-block {
  margin-bottom: 3px;
}
.card_block_desc_list,
.kort_block_body ul {
  list-style: none;
}
.card_block_desc_list li,
.kort_block_body ul li {
  position: relative;
  letter-spacing: -0.3px;
  color: #849bae;
  padding-left: 10px;
  line-height: normal;
  margin-bottom: 9px;
}
.card_block_desc_list li:before,
.kort_block_body ul li:before {
  width: 4px;
  height: 4px;
  background-color: #1cbd92;
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
  z-index: 1;
  content: "";
}
.pad_right_five {
  padding-right: 5px;
}
.pad_left_five {
  padding-left: 5px;
}
.card_block_desc_list.red_type li:before,
.kort_block_body .red_type li:before {
  background-color: #f26f70;
}
.card_block_desc_inner {
  border-radius: 2px;
  border: solid 1px rgba(52, 127, 255, 0.06);
  background-color: #f7f9fb;
  padding: 12px 18px 5px;
}
.card_block_desc_title {
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
  color: #424a61;
  margin: 0 0 10px;
}
.card_block_desc_but {
  text-align: right;
  margin-right: 20px;
  margin-top: 18px;
}
.alink {
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: right;
  color: #4594ff;
  text-decoration: underline;
}
.alink span {
  text-decoration: none;
  padding-left: 7px;
  -webkit-transition: 0.3s right;
  -moz-transition: 0.3s right;
  -ms-transition: 0.3s right;
  -o-transition: 0.3s right;
  transition: 0.3s right;
  position: relative;
  right: 0;
}
.alink span:before {
  content: "\e83b";
  font-weight: 700;
}
.alink:hover span {
  right: -5px;
}
/*inform*/
.inform {
  padding: 53px 0 42px;
  border-bottom: solid 1px #eceff5;
}
.inform .content {
  padding-left: 17px;
}
.inform_in {
  padding: 53px 0 42px;
}
h2,
.section_title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  color: #3a4156;
  margin: 0 0 5px;
}
h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  color: #424a61;
  margin: 0 0 5px;
}
.article_wrap {
  margin-bottom: 20px;
  background-color: #f7f9fb;
}
.article_head {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.4px;
  color: #3a4156;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
  background-color: #f7f9fb;
  padding: 22px 35px;
  line-height: normal;
}
.article_img {
}
.article_content {
  padding: 15px 35px;
  background-color: #f7f9fb;
}
.article_content .block_title {
  margin: 0 0 10px;
}
.block_title > a {
  color: #3a4156;
}
.block_title > a:hover {
  color: #347fff;
}
.list-article + .list-article {
  border-top: solid 1px #eceff5;
}
.list-article {
  list-style: none;
  margin: 0;
  border-radius: 3px;
}
.list-article li {
  line-height: 1.6;
  color: #3a4156;
  border-bottom: solid 1px #eceff5;
}
.list-article li:last-child {
  border-bottom: 0;
}
.list-article li a {
  color: #3a4156;
  padding: 15px 45px 15px 35px;
  display: block;
  position: relative;
  background: #fff;
}
.list-article li a:before {
  content: "\e83b";
  font-family: "fontello";
  position: absolute;
  right: 21px;
  top: 50%;
  margin-top: -11px;
  z-index: 1;
  font-weight: 700;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.list-article > li:last-child,
.list-article li:last-child a {
  border-radius: 0 0 3px 3px;
}
.list-article > li:first-child,
.list-article > li:first-child > a {
  border-radius: 3px 3px 0 0;
}
.list-article li a:hover {
  color: #347fff;
}
.list-article li a:hover:before {
  right: 15px;
  color: #347fff;
}
.article_inner {
  border-radius: 3px;
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  border: solid 1px #eceff5;
}
img {
  max-width: 100%;
  height: auto;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f9fb;
}
table th,
.table_left_th tr td:first-child,
.table_right_th tr td:last-child {
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  color: #4b546c;
}
.table_right_th tr td:last-child {
  text-align: right;
}
.no_border.table > tbody > tr > td {
  border: 0;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 14px 15px;
}
.table_striped > tbody > tr:nth-of-type(even) {
  background-color: #f7f9fb;
}
/*kort*/
.kort {
  padding: 50px 0;
}
.kort .bhead {
  margin-bottom: 40px;
}
.kort_block {
  border-bottom: solid 1px #eceff5;
  position: relative;
  background-color: #f7f9fb;
}
.kort_block .icon_open {
  position: absolute;
  right: 22px;
  top: 27px;
  z-index: 1;
  font-size: 12px;
}
.kort_block:last-child {
  border-bottom: 0;
}
.kort_block_head {
  display: table;
  background-color: #f7f9fb;
  width: 100%;
  height: 78px;
  cursor: pointer;
}
.head_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 45px;
  padding-right: 60px;
}
.kort_block_title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
  color: #3c8aff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.kort_block_body {
  display: none;
  padding: 0 35px 0;
  position: relative;
  padding-bottom: 20px;
}
.kort_block_body .card_block_desc_list li,
.kort_block_body ul li {
  color: #7990a5;
  padding-left: 15px;
  margin-bottom: 15px;
}
.icon_open {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #d0e1fb;
  color: #3c8aff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  border: 0;
}
.kort_block:hover .icon_open {
  background: #3c8aff;
  color: #fff;
}
.opened .kort_block_title {
  color: #3a4156;
}
.kort_block .opened .icon_open {
  background: #e2e8ec;
  color: #7990a5;
}
.kort_block .opened:hover .icon_open {
  background: #7990a5;
  color: #fff;
}
.opened .icon_open .fa-plus:before {
  content: "\f068";
}
.kort_wrap {
  max-width: 742px;
  margin: 0 auto 51px;
}
.kort_wrap_inner {
  width: 50%;
  padding: 0 19px;
  float: left;
}
/*news*/
.news {
  background-color: #202020;
  padding: 74px 0;
}
.news_wrap {
  padding-left: 17px;
}
.news_head {
  margin-bottom: 41px;
}
.dark_block .section_title {
  color: #fff;
}
.news_left {
  margin: 0 -20px;
  float: left;
  width: 84%;
}
.news_left_block {
  width: 33.33333333%;
  float: left;
  padding: 0 20px;
}
.news_block > a {
  display: block;
}
.news_img {
  margin-bottom: 10px;
}
.news_title {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.35;
  color: #fff;
  margin: 0 0 10px;
}
.news_block:hover .news_title {
  text-decoration: underline;
}
.news_right .btn-dark {
}
.btn-dark {
  border-radius: 4px;
  background-color: #d7e6ff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.3px;
  color: #347fff;
  padding: 12px 5px;
  border: 0;
  min-width: 128px;
}
.btn-dark:hover {
  background-color: #fff;
  color: #347fff;
}
.btn-dark .icon-right-arrow {
  padding-left: 8px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  display: inline-block;
  left: 0;
}
.btn-dark:hover .icon-right-arrow {
  left: 5px;
  color: #347fff;
}
.news_right {
  text-align: right;
}
/*rating_section*/
.rating_section {
  text-align: center;
  padding: 62px 0;
}
.rating_section .section_title {
  margin-bottom: 10px;
}
.rating_bot {
  line-height: 1.43;
  color: rgba(8, 55, 64, 0.28);
  margin-bottom: 5px;
}
.rating_section .rating_bot {
  margin-top: 10px;
}
.rating_section .star-rating i {
  font-size: 30px;
}
.rating_section .star-rating-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.rating_section .star-rating-wrapper .star-rating {
  display: inline-block !important;
  height: auto !important;
}
.rating_section .helper-rating {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 30px;
  line-height: 1.6;
  color: #cfd4db;
}
.page-rating-value {
  color: #347fff;
}
/*benefits*/
.benefits {
  background-color: #f7f9fb;
  padding: 32px 0 26px;
}
.benefits_logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 56px;
}
.benefits_logo img {
  /*max-width : 200px;*/
  width: 172px;
}
.benefits_label {
  border-radius: 16px;
  background-color: #d7e6ff;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: normal;
  color: #347fff;
  padding: 5px 15px;
}
.benefits_list {
  list-style: none;
}
.benefits_list li {
  display: inline-block;
  font-size: 19px;
  color: #7990a5;
  position: relative;
  padding-left: 30px;
  margin-left: 30px;
}
.benefits_list li:before {
  font-family: "fontello";
  content: "\e8b1";
  padding-right: 10px;
  color: #347fff;
}
.benefits_left {
  float: left;
}
.benefits_right {
  float: right;
}
/*partner*/
.partner {
  padding: 60px 0;
}
.partner_list {
  margin: 0 -15px;
  text-align: center;
  list-style: none;
}
.partner_list li {
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 30px;
}
/*footer*/
.footer {
  background-color: #000;
  padding: 45px 0 30px;
  color: #fff;
}
.footer_body {
  border-bottom: dashed 1px rgba(255, 255, 255, 0.21);
  padding-bottom: 25px;
  margin-bottom: 22px;
}
.footer_body_inner {
  display: table-row;
}
.footer_left {
  border-right: dashed 1px rgba(255, 255, 255, 0.21);
  display: table-cell;
  width: 17%;
  padding-right: 30px;
  padding-left: 24px;
}
.footer_body:after,
.benefits_wrap:after,
.news_body:after,
.news_left:after {
  display: table;
  clear: both;
  content: "";
}
.footer_list {
  list-style: none;
  margin-bottom: 0;
}
.footer_list li {
  margin-bottom: 4px;
}
.footer_list li:last-child {
  margin-bottom: 0;
}
.footer_list li a {
  letter-spacing: -0.1px;
  color: #eceff5;
}
.footer_list li a:hover {
  color: #347fff;
  text-decoration: underline;
}
.footer_center {
  border-right: dashed 1px rgba(255, 255, 255, 0.21);
  display: table-cell;
  width: 46%;
  padding-right: 30px;
  padding-left: 76px;
  line-height: 1.6;
}
.footer_center p {
  margin-bottom: 23px;
}
.footer_right {
  padding-left: 54px;
  display: table-cell;
  width: 37%;
  line-height: 1.6;
}
.footer_right a {
  color: #fff;
  text-decoration: underline;
}
.footer_right a:hover {
  color: #347fff;
}
.foot_rights {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.5;
  line-height: 1.6;
  letter-spacing: -0.1px;
  color: #eceff5;
  margin-right: 90px;
  margin-left: 20px;
}
.footer_logo {
  display: inline-block;
  vertical-align: middle;
}
.footer_social {
  float: right;
}
.footer_social_title {
  opacity: 0.5;
  line-height: 1.6;
  letter-spacing: -0.1px;
  color: #eceff5;
  text-transform: uppercase;
}
.social_link {
  width: 30px;
  height: 30px;
  background-color: #d7e6ff;
  border-radius: 50%;
  color: #347fff;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}
.social_link:hover {
  background-color: #347fff;
  color: #fff;
}
.footer_social .social_link {
  margin-left: 10px;
}
/* RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: #347fff;
  height: 6px;
  width: 20px;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.single {
  width: 32px;
  height: 32px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.27);
  border: 12px solid #347fff;
  border-radius: 50%;
  top: -12px;
  cursor: pointer;
}
.irs-slider.single:hover {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: none;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: none;
  right: 0;
  cursor: default;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
}
.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.filter_range .irs {
  color: #333;
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 6px;
  border-radius: 0;
  background-color: #eceff5;
}
.irs-bar {
  height: 6px;
  background-color: #347fff;
  top: 0;
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: -54px;
  left: auto !important;
  cursor: default;
  white-space: nowrap;
  font-size: 24px;
  right: 0;
}
.irs-single span {
  font-size: 14px;
  line-height: 1.14;
}
.price_range,
.time_range {
  /*position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;*/
}
.filter_range .irs-max,
.filter_range .irs-min {
  display: none;
}
.filter_range_age,
.filter_range_price {
  position: relative;
}
.filter_range_age #age-result-text {
  width: 40px;
}
#age-result-text,
#hidden-age-text {
  position: absolute;
  top: 29px;
  right: 60px;
  opacity: 1;
  width: 80px;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: #347fff;
  line-height: 1.35;
  letter-spacing: -0.3px;
  background: #fff;
  border: 0px;
  box-shadow: none;
}
.filter_range_age .irs-single {
  width: 74px;
}
.irs-single {
  left: 33.0987%;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06);
  border: solid 1px rgba(143, 165, 183, 0.28);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: -0.3px;
  text-align: right;
  width: 122px;
  color: #5083e7;
  padding: 9px 16px;
  top: -61px;
  -webkit-transition: 0.3s border-color;
  -moz-transition: 0.3s border-color;
  -ms-transition: 0.3s border-color;
  -o-transition: 0.3s border-color;
  transition: 0.3s border-color;
}
.irs-single {
  text-align: right;
}
.irs-single:hover {
  border-color: rgba(52, 127, 255, 0.5);
}
.state_hover.irs-single {
  border-color: #347fff;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.partner_list {
  margin: 0 -15px;
}
.partner_block {
  padding: 0 15px;
  height: 145px;
  line-height: 145px;
}
.partner_block img {
  display: inline-block;
}
/*review_body_section*/
.review_head_section {
  border-bottom: solid 1px #eceff5;
}
.rcard_img {
  background: #fff;
  line-height: 211px;
  height: 211px;
  text-align: center;
  border: solid 1px #eceff5;
  border-bottom: 0;
}
.rcard_img > img {
  max-width: 60%;
}
.review_body_left {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  border: solid 0px #eceff5;
  margin-bottom: 25px;
}
.rew_nav_bot {
  border: solid 1px #eceff5;
  border-top: 0;
}
.breadcrumbs {
  margin-bottom: 1px;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: #a4b7c7;
  text-transform: uppercase;
  margin-right: 20px;
  display: inline-block;
  position: relative;
}
.breadcrumbs span {
  color: #9aaebf;
}
.breadcrumbs a:hover {
  color: #347fff;
}
.breadcrumbs a:before {
  position: absolute;
  font-family: "fontello";
  content: "\e813";
  right: -13px;
  top: 1px;
  z-index: 1;
  pointer-events: none;
  font-weight: 400;
  color: #9aaebf !important;
}
.rcard_desc {
  padding-top: 16px;
  padding-left: 15px;
  height: 210px;
}
.rcard_desc .bank_title_icon {
  height: 30px;
}
.page_title {
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #3a4156;
  margin: 0;
}
.bank_title_block .page_title {
  display: inline-block;
  vertical-align: middle;
}
.rcard_desc .bank_title_block {
  margin-bottom: 4px;
}
.rcard_desc .star-rating i {
  font-size: 17px;
  line-height: 1;
}
.rcard_desc .star-rating-wrapper .rating-description {
  font-size: 15px;
  letter-spacing: -0.3px;
}
.an_delse {
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #347fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  text-decoration: underline;
}
.an_delse:hover {
  text-decoration: none;
}
.rcard_desc .rating-block {
  margin-bottom: 8px;
}
.rcard_desc_bot {
  width: 134px;
}
.rcard_desc_bot .btn-success {
  width: 100%;
  margin-bottom: 3px;
}
.block_title {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
  color: #3a4156;
  margin: 0 0 18px;
}
.sidebar_list {
  list-style: none;
  margin-bottom: 23px;
}
.sidebar_list li {
  margin-bottom: 11px;
}
.sidebar_list li a {
  font-size: 15px;
  line-height: 1.6;
  color: #347fff;
  position: relative;
  padding-left: 32px;
}
.sidebar_list li a span {
  text-decoration: underline;
}
.sidebar_list li a:before {
  content: "\e83b";
  font-family: "fontello";
  position: absolute;
  left: 4px;
  top: 1px;
  z-index: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 13px;
}
.sidebar_list li a:hover span {
  text-decoration: none;
}
.sidebar_list li a:hover:before {
  left: 8px;
}
.review_body_section {
  padding-top: 34px;
  position: relative;
}
.review_body_section:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 246px;
  z-index: 0;
  background-color: #f7f9fb;
  border-bottom: solid 1px #eceff5;
  content: "";
}
.rkort_block_wrap {
  border: solid 1px #d7e6ff;
}
.review_body_nav .kort_block_title {
  font-size: 18px;
  letter-spacing: -0.4px;
}
.review_body_nav .kort_block_body {
  padding: 0 25px 0 48px;
  top: -13px;
}
.review_body_nav .kort_block_body .card_block_desc_list,
.review_body_nav .kort_block_body ul {
  position: relative;
  left: -20px;
  padding-right: 5px;
}
.review_body_nav .kort_block_body .card_block_desc_list li,
.review_body_nav .kort_block_body ul li {
  padding-left: 18px;
  margin-bottom: 16px;
  line-height: 1.6;
}
.review_body_nav .card_block_desc_list li:before,
.review_body_nav ul li:before {
  top: 10px;
}
.review_body_nav .kort_block {
  border-bottom: solid 1px #d7e6ff;
}
.rkort_block_wrap .kort_block:last-child {
  border-bottom: 0;
}
.contacts .contacts_group:last-child {
  margin-bottom: 0;
}
.table_block {
  margin: 0;
}
.table_block td {
  border: 0;
  padding: 11px 0;
  border-bottom: solid 1px #eceff5;
}
.table_block tr:last-child td {
  border: 0;
}
.table_block a {
  color: #347fff;
  text-decoration: underline;
}
.table_block a:hover {
  text-decoration: none;
}
.kort_block_content {
  display: none;
  padding: 0 35px 0;
  position: relative;
  top: -10px;
}
.table_block td:last-child {
  text-align: right;
  padding-left: 10px;
}
.contacts {
  padding-bottom: 19px;
}
.contacts_group {
  margin-bottom: 17px;
  line-height: 1.6;
  color: #7990a5;
}
.clabel {
  font-size: 16px;
  line-height: 1.38;
  color: #424a61;
}
.clabel a {
  color: #424a61 !important;
}
.white_block {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  border: solid 1px #eceff5;
  margin-bottom: 25px;
  background: #fff;
  padding: 33px 34px 27px;
  z-index: 999;
}
.rew_nav_bot {
  padding: 36px 0 30px;
}
.rew_nav_bot .btn-success {
  width: 192px;
  margin: 0 auto 3px;
  display: block;
}
.remem {
  border-radius: 3px;
  border: solid 1px #eceff5;
  background-color: #fff;
  margin-bottom: 34px;
}
.remem .b_body {
  padding: 20px 26px;
}
.remem .b_bfoot {
  border-top: solid 1px #eceff5;
  background-color: #f7f9fb;
  padding: 7px 26px;
  font-size: 12px;
  line-height: 1.33;
  color: #99aec0;
}
.pad_right_10 {
  padding-right: 10px;
}
.rem_title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  color: #2e7bff;
  margin: 0 0 11px;
  text-transform: uppercase;
}
.rem_block {
  display: table-row;
  font-size: 13px;
  letter-spacing: -0.3px;
  color: #8fa5b7;
}
.rem_block > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 18px;
  border-right: solid 1px #eceff5;
}
.rem_block > div:first-child {
  padding-left: 0;
}
.rem_block > div:last-child {
  border: 0;
}
.rem_block > div div {
  white-space: nowrap;
}
.rem_label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #3a4156;
}
.rcard_content {
  padding-top: 25px;
  padding-bottom: 125px;
}
.rcard_content .content {
  padding-left: 20px;
}
.rcard_desc .star-rating-wrapper .star-rating {
  margin-right: 10px;
}
.scroll_header {
  position: fixed;
  top: -70px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  min-height: 70px;
  z-index: 1001;
  padding: 13px 0 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.collapse_header .scroll_header {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.scroll_header .header_wrap {
  padding: 0 15px 0 10px;
}
.sheader_img {
  height: 45px;
  margin-right: 20px;
}
.sheader_title .bank_title_block,
.bank_title_block .section_title,
.sheader_btn .button_text {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.sheader_title .bank_title_icon {
  height: 30px;
}
.sheader_btn {
  margin-top: 2px;
}
.sheader_btn .button_text {
  margin-right: 15px;
}
.sheader_btn .btn-success {
  min-width: 134px;
}
/*article_section*/
.article_section {
  padding: 35px 0 100px;
}
.article_section.article_section_first {
  padding-bottom: 50px;
}
.art_page_list .breadcrumbs {
  margin-bottom: 30px;
}
.art_page_list .page_title {
  margin-bottom: 25px;
}
.article_block {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  border: solid 1px #eceff5;
  background-color: #fff;
  margin-bottom: 30px;
}
.art_body {
  padding: 15px 27px 30px 26px;
}
.autor_name {
  font-size: 14px;
  line-height: 1.6;
  color: #347fff;
}
.art_autor_ava {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-top: -35px;
  margin-left: -2px;
  margin-bottom: 2px;
}
.art_autor_ava img {
  border-radius: 50%;
  border: 2px solid #fff;
}
.art_date {
  font-size: 12px;
  color: #a4b7c7;
  text-transform: uppercase;
}
.art_text {
  color: #849bae;
}
.article_block .section_title {
  -webkit-transition: 0.3s color;
  -moz-transition: 0.3s color;
  -ms-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
.article_block:hover .section_title {
  color: #347fff;
}
/*.two_row>div:nth-child(2n+1){
	clear: both;
}*/
.two_row > div:nth-child(even) {
  clear: both;
}
.article_block .section_title a {
  color: #424a61;
}
.article_block .section_title a:hover {
  color: #347fff;
}
.article_block .section_title {
  line-height: normal;
  color: #424a61;
  margin: 1px 0 5px;
  letter-spacing: -0.5px;
}
/*pagination*/
.paginat {
  text-align: center;
  margin-top: 10px;
}
.paginat > li {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
}
.paginat > li > a,
.paginat > li > span {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: rgba(52, 127, 255, 0.2);
  letter-spacing: -0.3px;
  color: #347fff;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
}
.paginat > li > a:focus,
.paginat > li > a:hover,
.paginat > li > span:focus {
  z-index: 3;
  color: #fff;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  background-color: #347fff;
}
.paginat > .active > a,
.paginat > .active > a:focus,
.paginat > .active > a:hover,
.paginat > .active > span,
.paginat > .active > span:focus,
.paginat > .active > span:hover {
  z-index: 2;
  cursor: default;
  color: #fff;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  background-color: #347fff;
  font-weight: 700;
}
.paginat > li > span.pages,
.paginat > li a.first,
.paginat > li a.last {
  width: auto;
  border: none;
  background: none;
  margin: 0 10px;
}
.paginat > li a.first:hover,
.paginat > li a.last:hover {
  color: #1b9dff;
  border: none;
  background: none;
}
.previouspostslink,
.nextpostslink {
  width: 62px !important;
  height: 40px !important;
  border-radius: 4px !important;
  border: solid 1px #d7e6ff;
  background-color: #fff !important;
  line-height: 38px !important;
  color: #347fff !important;
}
.previouspostslink:hover,
.nextpostslink:hover {
  border: solid 1px rgba(52, 127, 255, 0.5);
}
.nextpostslink .icon-right-arrow,
.previouspostslink .icon-left-arrow {
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
}
.previouspostslink .icon-left-arrow {
  right: 0;
}
.previouspostslink:hover .icon-left-arrow {
  right: 5px;
}
.nextpostslink .icon-right-arrow {
  left: 0;
}
.nextpostslink:hover .icon-right-arrow {
  left: 5px;
}
.previouspostslink {
  margin-right: 10px;
}
.nextpostslink {
  margin-left: 10px;
}
.article_wrap_pd .article_wrap {
  padding: 0 4px 4px;
}
.art_card {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  border: solid 1px #eceff5;
  background-color: #fff;
  position: relative;
  margin: 0 17px;
  padding: 23px 19px 12px;
  margin-bottom: 10px;
}
.art_card .card_img_block {
  margin-top: 0;
  padding: 0 5px;
}
.art_card_rat_btn {
  text-align: center;
  padding-top: 5px;
}
.art_card .bank_label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.art_card_head {
  margin-bottom: 5px;
}
.art_card_body {
  margin: 0 -6px 3px;
}
.art_card_foot {
  font-size: 11px;
  letter-spacing: -0.2px;
  color: #849bae;
  text-align: center;
}
.art_card_head > div,
.art_card_body > div {
  width: 50%;
  float: left;
  padding: 0 6px;
}
.art_card_head:after,
.art_card_body:after {
  clear: both;
  display: table;
  content: "";
}
.art_card_body > div:nth-child(2n + 1) {
  clear: both;
}
.art_card_info {
  height: 52px;
  border-radius: 3px;
  background-color: #f7f9fb;
  display: table;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #4b546c;
  margin: 6px 0;
  width: 100%;
}
.art_card_info_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}
/*card desc*/
.card_desc_top {
  border-bottom: solid 1px #eceff5;
  padding-top: 12px;
  padding-bottom: 12px;
}
.card_desc_top:after,
.card_desc_bot:after {
  display: table;
  clear: both;
  content: "";
}
.card_label_block {
  position: absolute;
  top: 0;
  right: 23%;
  z-index: 1;
}
.card_desc_left {
  float: left;
  width: 26%;
  padding: 0 15px;
}
.card_desc_center {
  float: left;
  width: 51%;
  padding: 0 15px;
}
.card_desc_right {
  float: left;
  width: 23%;
}
.card_desc_center .dl-horizontal {
  margin-right: 20px;
}
.card_desc_left .rating-block {
  text-align: center;
  white-space: nowrap;
}
/*full-news*/
.full_content {
  margin-bottom: 35px;
  position: relative;
}
.full_content .page_title {
  margin: 35px 0 20px;
}
.autor_ava {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 13px;
}
.full_content .autor_name {
  display: inline-block;
  vertical-align: middle;
}
.full_content .art_date {
  font-size: 13px;
  letter-spacing: -0.3px;
  color: #9aaebf;
  display: inline-block;
  text-transform: initial;
}
.full_page_section .breadcrumbs {
  width: calc(100% - 310px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*autor_block*/
.autor_block {
  border-radius: 5px;
  border: solid 1px #eceff5;
  background-color: #f7f9fb;
  margin-bottom: 30px;
  padding: 20px 21px 25px;
}
.md_title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #555e77;
  margin: 0 0 30px;
}
.autor_block .autor_ava {
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: top;
}
.autor_ava img {
  border-radius: 50%;
}
.autor_intro_title {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 70px);
}
.autor_intro_title .block_title {
  margin: 0;
}
.autor_intro_title .autor_name {
  font-size: 12px;
  line-height: 1.5;
}
.autor_block_head {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.autor_block_head > div {
  display: table-cell;
  vertical-align: top;
  padding-top: 5px;
}
.autor_block_head > div:last-child {
  text-align: right;
  padding-left: 30px;
}
.autor_block .social_link {
  margin-left: 7px;
}
.autor_block_body p {
  line-height: 1.71;
  color: #3a4156;
  margin-bottom: 20px;
}
.autor_block_body p:last-child {
  margin-bottom: 0;
}
/*modal*/
.modal-dialog {
  width: 516px;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
}
.btn_close {
  color: #3a4156;
  font-size: 17px;
  z-index: 5;
  background: transparent;
  border: none;
  line-height: 1;
  -webkit-transition: 0.3s color;
  -moz-transition: 0.3s color;
  -ms-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
.btn_close:before {
  font-family: "fontello";
  content: "\e974";
}
.btn_close:hover {
  color: #347fff;
}
.modal-dialog .btn_close {
  position: absolute;
  top: 34px;
  right: 40px;
}
.modal_content {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  border: solid 1px #eceff5;
  padding: 25px 34px 38px;
}
.modal_content .md_title {
  margin-bottom: 20px;
  padding-right: 50px;
}
.modal_form_wrap {
  border-radius: 4px;
  background-color: #f7f9fb;
  padding: 40px;
}
.form-control {
  height: 40px;
  border: solid 1px #eceff5;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.29;
  color: #7990a5;
  padding: 11px 13px;
}
.modal_form_wrap .form-group {
  margin-bottom: 10px;
  position: relative;
}
.rating_input .star-rating-wrapper {
  position: absolute;
  top: 5px;
  right: 14px;
  z-index: 1;
}
.rating_input .star-rating i {
  font-size: 17px !important;
}
.btn-blue {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  background-color: #347fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #fff;
  text-align: left;
  padding: 9px 14px;
  border-radius: 4px;
  position: relative;
}
.btn-blue:hover {
  background-color: #266bdf;
  color: #fff;
}
.btn-blue .icon-right-arrow {
  font-size: 13px;
  position: absolute;
  right: 14px;
  top: 11px;
  z-index: 1;
  -webkit-transition: 0.3s right;
  -moz-transition: 0.3s right;
  -ms-transition: 0.3s right;
  -o-transition: 0.3s right;
  transition: 0.3s right;
}
.btn-blue:hover .icon-right-arrow {
  right: 9px;
}
textarea {
  resize: none;
}
.modal_form_wrap textarea {
  height: 140px;
  margin-bottom: 30px;
}
.modal-open .header {
  padding-right: 17px;
}
.container-sm {
  max-width: 590px;
}
.about_page {
  color: #3a4156;
}
.about_page p {
  margin-bottom: 20px;
}
.about_page .breadcrumbs,
.about_page .page_title {
  margin-bottom: 30px;
  text-align: center;
}
.autor_sm_block .autor_block_body {
  line-height: 1.57;
  color: #7990a5;
  padding-left: 53px;
}
.autor_sm_block .autor_block_head {
  margin-bottom: 5px;
}
.autor_sm_block {
  margin-bottom: 15px;
  padding: 22px 18px;
}
.autor_block_body .alink {
  margin-top: 5px;
  display: inline-block;
}
.menu-item-has-children .icon-angle-down {
  margin-left: 3px;
  padding: 3px 10px;
  display: inline-block;
  cursor: pointer;
  border-bottom: none;
  background: #f7f9fb;
}
.open_submenu .icon-angle-down:before {
  content: "\e815";
}
.cover {
  display: inline-block;
  height: 126px;
  width: 200px;
  margin: 40px auto 0;
  border-radius: 8px;
  -webkit-transform: perspective(960px);
  -moz-transform: perspective(960px);
  -ms-transform: perspective(960px);
  -o-transform: perspective(960px);
  transform: perspective(960px);
}
.card_img_block .cover {
  height: 85px;
  width: 137px;
  margin: 0px auto 0;
}
.atvImg {
  border-radius: 8px;
  transform-style: preserve-3d;
  -webkit-tap-highlight-color: rgba(#000, 0);
}
.atvImg-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.cover:hover .atvImg-container,
.over .atvImg-container {
  -webkit-animation: spin 3.5s infinite linear;
  -o-animation: spin 3.5s infinite linear;
  animation: spin 3.5s infinite linear;
}
.over .atvImg-container .atvImg-shadow {
  box-shadow:
    0 20px 30px rgba(14, 21, 47, 0.4),
    0 10px 20px rgba(14, 21, 47, 0.4);
}
.atvImg-layers {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  transform-style: preserve-3d;
}
.atvImg-rendered-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
  transition: all 0.1s ease-out;
  overflow: hidden;
  border-radius: 8px;
}
.atvImg-shadow {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  transition: all 0.2s ease-out;
  box-shadow: 0 8px 20px rgba(14, 21, 47, 0.6);
}
.atvImg-shine {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 60%
  );
}
.cover:hover .atvImg-shine,
.over .atvImg-shine {
  -webkit-animation: shine 3.5s infinite linear;
  -o-animation: shine 3.5s infinite linear;
  animation: shine 3.5s infinite linear;
}
@keyframes shine {
  0% {
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  2.8% {
    background: linear-gradient(
      10deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  5.6% {
    background: linear-gradient(
      20deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  8.4% {
    background: linear-gradient(
      30deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  11.2% {
    background: linear-gradient(
      40deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  14% {
    background: linear-gradient(
      50deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  16.8% {
    background: linear-gradient(
      60deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  19.6% {
    background: linear-gradient(
      70deg,
      rgba(255, 255, 255, 0.22) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  22.4% {
    background: linear-gradient(
      80deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  25.2% {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  28% {
    background: linear-gradient(
      100deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  30.8% {
    background: linear-gradient(
      110deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  33.6% {
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  36.4% {
    background: linear-gradient(
      130deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  39.2% {
    background: linear-gradient(
      140deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  42% {
    background: linear-gradient(
      150deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  44.8% {
    background: linear-gradient(
      160deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  47.6% {
    background: linear-gradient(
      170deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  50% {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  52.8% {
    background: linear-gradient(
      190deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  55.6% {
    background: linear-gradient(
      200deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  58.4% {
    background: linear-gradient(
      210deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  61.2% {
    background: linear-gradient(
      220deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  64% {
    background: linear-gradient(
      230deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  66.8% {
    background: linear-gradient(
      240deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  69.6% {
    background: linear-gradient(
      250deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  72.4% {
    background: linear-gradient(
      260deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  75.2% {
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  78% {
    background: linear-gradient(
      280deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  80.8% {
    background: linear-gradient(
      290deg,
      rgba(255, 255, 255, 0.22) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  83.6% {
    background: linear-gradient(
      300deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  86.4% {
    background: linear-gradient(
      310deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  89.2% {
    background: linear-gradient(
      320deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  92% {
    background: linear-gradient(
      330deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  94.8% {
    background: linear-gradient(
      340deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  97.6% {
    background: linear-gradient(
      350deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
  100% {
    background: linear-gradient(
      360deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }
}
@keyframes spin {
  0%,
  100% {
    transform: rotateX(8deg) rotateY(0deg);
  }
  5.5% {
    transform: rotateX(8deg) rotateY(2.6deg);
  }
  11% {
    transform: rotateX(7deg) rotateY(5.2deg);
  }
  24.9% {
    transform: rotateX(0deg) rotateY(8deg);
  }
  38.8% {
    transform: rotateX(-7deg) rotateY(5.2deg);
  }
  44.4% {
    transform: rotateX(-8deg) rotateY(2.6deg);
  }
  50% {
    transform: rotateX(-8deg) rotateY(0deg);
  }
  55.5% {
    transform: rotateX(-8deg) rotateY(-2.6deg);
  }
  61% {
    transform: rotateX(-7deg) rotateY(-5.2deg);
  }
  74.9% {
    transform: rotateX(0deg) rotateY(-8deg);
  }
  88.8% {
    transform: rotateX(7deg) rotateY(-5.2deg);
  }
  94.5% {
    transform: rotateX(8deg) rotateY(-2.6deg);
  }
}
.custom-links-list {
  margin-top: 2.5rem;
  background-color: #f7f9fb;
  padding-top: 4.64rem;
  padding-bottom: 4.64rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-links-list__items:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  background-color: white;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0.57rem;
}
.custom-links-list__title {
  font-size: 1.71rem;
  font-weight: bold;
  color: #3a4156;
}
.custom-links-list__items {
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
  border: solid 1px #eceff5;
  background-color: #ffffff;
  padding: 0.85rem 0.64rem 0.57rem;
  position: relative;
  z-index: 1;
  font-size: 0;
  margin-top: 2.71rem;
  width: 100%;
}
.custom-links-list__item {
  width: 33.33%;
  float: left;
  padding: 0 1.57rem;
}
.custom-links-list__link {
  height: 53px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  color: #3a4156;
  width: 100%;
  border-bottom: solid 1px #eceff5;
  position: relative;
}
.custom-links-list__link:after {
  content: "\e83b";
  font-family: "fontello";
  position: absolute;
  right: 21px;
  top: 50%;
  margin-top: -11px;
  z-index: 1;
  font-weight: 700;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.custom-links-list__link:hover:after {
  right: 15px;
  color: #347fff;
}
@media only screen and (max-width: 768px) {
  .custom-links-list {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-links-list .news_wrap {
    padding-left: 0;
  }
  .custom-links-list__item {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .custom-links-list__item {
    width: 100%;
  }
}
@media (min-width: 1116px) {
  .main_menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (max-width: 1115px) {
  .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    display: none;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    margin-top: 32px;
  }
  .main_menu li {
    margin-left: 15px;
  }
  .filter_wrap > div {
    padding-left: 12px;
    padding-right: 12px;
  }
  .card_block_center > div {
    padding-right: 12px;
  }
  .bank_label_wrap {
    right: -12px;
  }
  .card_block .dl-horizontal {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .card_block .dl-horizontal dt {
    width: 90px;
    font-size: 11px;
  }
  .card_block .dl-horizontal dd {
    margin-left: 100px;
    font-size: 11px;
  }
  .card_desc_center .dl-horizontal {
    margin-right: 0;
  }
  .card_block_left > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .star-rating i {
    font-size: 12px;
  }
  .star-rating-wrapper .rating-description {
    margin-top: 2px;
  }
  .card_info {
    font-size: 10px;
  }
  .benefits_list li {
    font-size: 18px;
    margin-left: 10px;
  }
  .rem_block {
    display: block;
  }
  .rem_block > div {
    display: block;
    width: 33%;
    padding: 0;
    border-right: solid 1px #eceff5;
    float: left;
    text-align: center;
    margin-bottom: 20px;
  }
  .rem_block:after {
    clear: both;
    display: table;
    content: "";
  }
  .remem {
    text-align: center;
  }
  .rem_block > div:nth-child(3n + 3) {
    border: 0;
  }
  .rem_block > div:nth-child(3n + 1) {
    clear: both;
  }
  .rem_block > div div {
    white-space: normal;
  }
  .rem_title {
    margin: 0 0 20px;
  }
  .remem .b_bfoot {
    margin-top: -15px;
  }
  .rcard_desc .bank_title_icon {
    height: 25px;
  }
  .page_title {
    font-size: 28px;
  }
  .art_card .card_img_block {
    margin-top: 5px;
  }
  .art_card {
    margin: 0 10px 10px;
    padding: 23px 10px 12px;
  }
  .card_img_block {
    margin-left: 0;
  }
  .full_page_section .breadcrumbs {
    width: calc(100% - 235px);
  }
  .full_content .page_title {
    margin: 15px 0 20px;
  }
  .modal-open .header {
    padding-right: 0;
  }
  .card_btn_block .btn {
    min-width: 125px;
  }
  #age-result-text,
  #hidden-age-text {
    right: 44px;
  }
}
@media (max-width: 991px) {
  .logo_block {
    width: 145px;
    height: auto;
    margin-right: 15px;
  }
  .main_nav_link {
    font-size: 16px;
  }
  .main_nav {
    margin-top: 0;
  }
  .main_menu li {
    font-size: 13px;
    margin-left: 10px;
  }
  .main_menu {
    margin-top: 7px;
  }
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 14px 8px;
  }
  .news_left_block {
    padding: 0 5px;
  }
  .news_left {
    margin: 0 -5px;
    width: 82%;
  }
  .footer_center {
    padding-left: 30px;
  }
  .footer_right {
    padding-left: 30px;
  }
  .foot_rights {
    margin-right: 50px;
  }
  .benefits_logo {
    margin-right: 20px;
  }
  .benefits_list li {
    font-size: 12px;
    margin-left: 0;
  }
  .benefits_list {
    margin-top: 2px;
  }
  .article_head {
    padding: 17px 20px;
  }
  .list-article li a {
    padding: 15px 45px 15px 20px;
  }
  .main_nav_switch:before {
    top: -1px;
  }
  .card_block_top {
    min-height: auto;
  }
  .bank_label_icon {
    max-height: 12px;
    width: auto;
  }
  .card_label_block {
    right: 0;
    top: 0px;
  }
  .mobile_card_top .card_img_block {
    padding: 6px 0;
  }
  .mobile_card_top .rating-block {
    padding-top: 23px;
    text-align: center;
  }
  .mobile_cart_dl:after {
    display: table;
    clear: both;
    content: "";
  }
  .card_block:after,
  .card_block:before {
    display: none;
  }
  .card_block_center {
    width: 74%;
    border-left: solid 1px #eceff5;
    border-bottom: solid 1px #eceff5;
  }
  .card_block_left > div:nth-child(2) {
    border-bottom: solid 1px #eceff5;
    padding-bottom: 6px;
    height: 64px;
    overflow: hidden;
    padding-right: 10px;
    text-align: center;
  }
  .star-rating-wrapper .rating-description {
    margin: 0;
  }
  .card_block_right {
    width: 100%;
  }
  .card_block_center:after {
    clear: both;
    display: table;
    content: "";
  }
  .card_btn_block > div {
    display: inline-block;
    vertical-align: middle;
  }
  .card_btn_block .btn-success {
    margin: 0 15px;
  }
  .alink {
    font-size: 11px;
  }
  .card_block_desc_but {
    margin-right: 0;
  }
  .card_block_right .card_block_top {
    height: auto !important;
  }
  .footer_left {
    padding-right: 15px;
    padding-left: 0;
  }
  .foot_rights {
    margin-left: 0;
  }
  .news_title {
    font-size: 14px;
  }
  .art_card {
    margin: 0 5px 10px;
  }
  .card_categories {
    margin-top: 0;
    padding: 8px 20px;
    border-bottom: solid 1px #eceff5;
    text-align: center;
  }
  .mobile_cart_dl_block {
    padding: 8px;
    width: 50%;
    border-bottom: solid 1px #eceff5;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #a4b7c7;
  }
  .mobile_cart_dl_block .btitle {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #3a4156;
  }
  .mobile_cart_dl_block:nth-child(odd) {
    border-right: solid 1px #eceff5;
  }
  .bank_title_block {
    border-bottom: solid 1px #eceff5;
    padding: 4px 30px 10px;
    margin: 0;
  }
  .card_btn_block {
    position: relative;
    border-bottom: solid 1px #eceff5;
    padding: 20px 60px;
  }
  .card_btn_block:after {
    display: table;
    clear: both;
    content: "";
  }
  .card_btn_block .button_text {
    position: absolute;
    top: 2px;
    left: 105px;
    right: 0;
    text-align: center;
    z-index: 1;
  }
  .card_btn_block .btn {
    min-width: auto;
  }
  .btn-default {
    padding: 11px 13px;
  }
  .bestill {
    float: right;
    width: calc(100% - 105px);
  }
  .bestill .btn-success {
    width: 100%;
  }
  .bestill .btn-success {
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 11px 11px;
    position: relative;
  }
  .btn-success .icon-right-arrow {
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 1;
  }
  .card_info {
    font-size: 11px;
    color: #9aaebf;
    padding: 4px 10px;
  }
  .mobile_cart_dl {
    border-top: solid 1px #eceff5;
  }
  .mobile_card_top > div:nth-child(1) {
    border-right: solid 1px #eceff5;
  }
  .detaljer {
    float: left;
  }
  .card_img_block {
    margin: 0 auto;
    width: 103px;
  }
  .card_block .star-rating-wrapper .rating-description {
    display: block;
    position: relative;
    top: -5px;
  }
  .card_block .star-rating-wrapper .star-rating {
  }
  .full_page_section .breadcrumbs {
    width: 100%;
  }
  .full_content .art_date {
    top: -30px;
  }
  .autor_block_head > div {
    display: block;
  }
  .autor_block_head > div:last-child {
    text-align: left;
    padding-left: 43px;
  }
  .sub-menu {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  #hidden-age-text,
  #age-result-text {
    right: 55px;
  }
  /*.main_menu {
		display          : none;
		position         : absolute;
		top              : 100%;
		background-color : #f7f9fb;
		right            : 0;
		margin-right     : 0;
		margin-top       : 15px;
		width            : 100%;
		padding          : 0;
		text-align       : center;
		border-top       : solid 1px #eceff5;
	}*/
  .main_menu .main_nav {
    float: none;
  }
  .main_menu .main_nav a {
    display: inline-block;
    font-size: 18px;
  }
  .kred_page .main_nav_switch:before {
    left: auto;
    right: 1px;
  }
  .main_nav_switch:before {
    top: 1px;
  }
  .main_nav_switch:before {
    left: 1px;
  }
  .open_main_menu {
    position: fixed;
    top: 17px;
    right: 15px;
    background: #f7f9fb;
    padding: 8px 5px 5px;
  }
  .main_menu {
    position: fixed;
    right: -350px;
    top: 0;
    float: none;
    max-width: 300px;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: #f7f9fb;
    border-left: 2px solid #eceff5;
    -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
    margin: 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    padding: 93px 10px 20px 20px;
  }
  .opened_menu .main_menu {
    right: 0px;
  }
  .main_menu li {
    font-size: 14px;
    margin-left: 0;
    display: block;
    margin-bottom: 20px;
  }
  .main_menu li a {
    border: 0;
  }
  .sub-menu {
    margin-top: 0;
    position: relative;
    padding: 0;
    border-top: 0;
    margin-left: 10px;
  }
  .sub-menu li {
    padding: 0;
    margin-top: 5px !important;
  }
  .menu-item-has-children .icon-angle-down {
    position: absolute;
    top: -3px;
    right: 0;
    z-index: 2;
    background: transparent;
    padding: 0 5px;
    font-size: 20px;
  }
  .card_section:after {
    display: none;
  }
  .intro_title {
    letter-spacing: -0.4px;
    color: #3a4156;
  }
  .intro_block {
    line-height: 1.6;
    color: #7990a5;
    padding: 0 5px;
  }
  .intro_block p {
    margin-bottom: 5px;
  }
  .intro_text {
    font-size: 12px;
    letter-spacing: -0.2px;
    margin-bottom: 17px;
  }
  .header_left .main_nav a {
    display: none;
  }
  .header_left .main_nav a.active {
    display: inline-block;
    border-radius: 16px;
    background-color: #d7e6ff;
    font-size: 16px;
    font-weight: normal;
    color: #347fff;
    padding: 5px 12px 6px;
  }
  .logo_block {
    width: 114px;
  }
  .header_left {
    width: calc(100% - 55px);
  }
  .main_nav {
    float: right;
  }
  .header {
    min-height: 74px;
    padding: 24px 0 18px;
  }
  body {
    padding-top: 74px;
  }
  .intro {
    padding: 21px 0 17px;
    border-bottom: 0;
  }
  .hide_fildet_text {
    display: none;
  }
  .opened .show_fildet_text {
    display: none;
  }
  .opened .hide_fildet_text {
    display: inline-block;
  }
  .pad_right_no {
    padding-right: 15px;
  }
  .card_section .container:before {
    display: none;
  }
  .filter_wrap {
    display: none;
    padding: 0 15px;
  }
  .show_filter {
    min-width: 106px;
  }
  .filter_head {
    padding: 0;
  }
  .card_wrap {
    position: relative;
    margin-left: 0;
    padding: 20px 0 24px;
    min-height: auto;
  }
  .card_wrap:before {
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    height: 1px;
    background: #eceff5;
    z-index: 2;
    content: "";
    display: none;
  }
  .filter_wrap > div {
    padding-left: 18px;
    padding-right: 23px;
  }
  .card_block_left,
  .card_block_center,
  .card_block_right {
    float: none;
    width: 100%;
    border-bottom: solid 1px #eceff5;
  }
  .card_block_left:after,
  .card_block_center:after,
  .card_block_right:after {
    clear: both;
    display: table;
    content: "";
  }
  .card_block_left > div {
    width: 50%;
    float: left;
  }
  .bank_label_wrap {
    right: 0;
    top: 100%;
  }
  .card_block_top {
    height: auto !important;
    border: 0;
    padding-bottom: 6px;
    padding-top: 6px;
  }
  .card_block_left > div:nth-child(2) {
    border-bottom: 0;
    height: auto;
    padding-top: 23px;
  }
  .card_block_left > div:nth-child(2) {
    border-left: solid 1px #eceff5;
  }
  .card_block_top .dl-horizontal {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .star-rating i {
    font-size: 12px;
  }
  .star-rating-wrapper .rating-description {
    font-size: 12px;
    color: #8fa5b7;
  }
  .card_block_center > div:nth-child(2) {
    height: auto;
  }
  .card_block_center > div {
    padding-right: 0;
    padding-left: 0;
  }
  .card_categories_link {
    margin-right: 3px;
  }
  .detaljer {
    float: left;
  }
  .card_categories_block {
    height: auto;
    overflow: visible;
  }
  .card_block_desc {
    border-top: 0;
    padding: 0 15px;
    top: -1px;
  }
  .pad_right_five {
    padding-right: 15px;
  }
  .card_block_desc_inner {
    margin-bottom: 10px;
  }
  .pad_left_five {
    padding-left: 15px;
  }
  .card_block_desc_but {
    margin-top: 6px;
    margin-bottom: 20px;
  }
  .alink {
    font-size: 13px;
  }
  .inform {
    padding: 30px 0 18px;
  }
  h2,
  .section_title {
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
  }

  h3 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
  }

  .inform .content {
    padding-left: 15px;
    padding-right: 17px;
  }
  .content ol:not([class]),
  .content ul:not([class]) {
    margin-left: 10px;
  }
  .content ol:not([class]) li,
  .content ul:not([class]) li {
    margin-bottom: 16px;
    line-height: 1.6;
  }
  .content ol:not([class]) li:before,
  .content ul:not([class]) li:before {
    top: 0;
  }
  .table-responsive {
    border: 0;
  }
  .kort {
    padding: 30px 0;
  }
  .kort .bhead {
    margin-bottom: 30px;
  }
  .kort_wrap {
    max-width: 100%;
    margin: 0;
  }
  .kort_wrap_inner {
    width: 100%;
    padding: 0;
    float: none;
  }
  .head_inner {
    padding: 10px 25px;
  }
  .kort_block .icon_open {
    right: 25px;
  }
  .kort_block_body {
    padding: 0 45px 1px 10px;
  }
  .kort_wrap_inner + .kort_wrap_inner {
    border-top: solid 1px #eceff5;
  }
  .article_img img {
    width: 100%;
  }
  .article_head {
    padding: 22px 10px;
    text-align: center;
  }
  .article_inner {
    background: #fff;
  }
  .list-article li a {
    padding: 15px 45px 15px 32px;
  }
  .article_wrap_section {
    margin-bottom: 25px;
  }
  .article_wrap {
    padding: 0 7px;
  }
  .rating_section {
    padding: 50px 0 40px;
  }
  .benefits_left {
    float: none;
    margin-bottom: 17px;
  }
  .benefits_list li {
    font-size: 15px;
    margin-left: 0;
    display: block;
    padding-left: 22px;
    margin-bottom: 14px;
  }
  .benefits_right {
    float: none;
  }
  .benefits {
    padding: 40px 0;
  }
  .footer {
    padding: 45px 0 20px;
  }
  .footer_center {
    padding-left: 10px;
    display: block;
    float: left;
    width: 100%;
    border-right: 0;
    padding-right: 10px;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
  }
  .footer_center:before,
  .footer_right:before,
  .footer_mobile_menu:before {
    position: absolute;
    top: 100%;
    left: -15px;
    right: -15px;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.21);
    content: "";
    z-index: 1;
    height: 1px;
  }
  .footer_center p {
    margin-bottom: 0;
  }
  .footer_right {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 32px 10px 27px;
  }
  .footer_body {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .footer_mobile_menu {
    padding: 26px 15px;
  }
  .footer_list {
    width: 50%;
    float: left;
  }
  .footer_list li {
    margin-bottom: 8px;
  }
  .footer_social {
    position: relative;
    top: -3px;
  }
  .footer_mobile_menu {
    padding: 26px 12px 29px 15px;
    position: relative;
  }
  .footer_mobile_menu:after {
    display: table;
    clear: both;
    content: "";
  }
  .footer_bottom {
    text-align: center;
    padding-top: 20px;
  }
  .foot_rights {
    margin-right: 0;
    margin-bottom: 16px;
    display: block;
  }
  .footer_logo {
    width: 125px;
    display: block;
    margin: 0 auto;
  }
  .benefits_logo {
    margin-right: 15px;
  }
  .pad_right_10 {
    padding-right: 15px;
  }
  .rcard_img {
    line-height: normal;
    height: auto;
    padding-top: 30px;
    -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
    border: solid 1px #eceff5;
    padding-bottom: 26px;
    margin-bottom: 14px;
  }
  .rem_block {
    line-height: 1;
  }
  .rem_title {
    margin: 0 0 18px;
  }
  .rem_label {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .rem_block > div {
    margin-bottom: 24px;
  }
  .remem .b_body {
    padding: 20px 0 9px;
  }
  .review_body_left {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin-bottom: 23px;
  }
  .review_body_section:before {
    display: none;
  }
  .review_body_section {
    padding-top: 22px;
  }
  .breadcrumbs {
    text-align: center;
    margin-bottom: 14px;
  }
  .page_title {
    font-size: 20px;
  }
  .rcard_desc .bank_title_icon {
    height: 30px;
  }
  .rcard_desc {
    padding-top: 11px;
    padding-left: 0;
    height: auto;
  }
  .rcard_desc .bank_title_block {
    margin-bottom: 8px;
    border: 0;
    padding: 4px 10px 10px;
  }
  .rcard_desc .star-rating-wrapper .star-rating {
    display: inline-block;
  }
  .rcard_desc_bot {
    width: 187px;
    margin: 0 auto;
  }
  .breadcrumbs span {
    color: #7990a5;
  }
  .remem {
    border: 0;
    margin-bottom: 23px;
  }
  .rem_block > div {
    width: 50%;
  }
  .rem_block > div:nth-child(3n + 3) {
    border-right: solid 1px #eceff5;
  }
  .rem_block > div:nth-child(2n + 2) {
    border: 0;
  }
  .rem_block > div:nth-child(3n + 1) {
    clear: none;
  }
  .rem_block > div:nth-child(2n + 1) {
    clear: both;
  }
  .remem .b_bfoot {
    border-top: 0;
    background-color: transparent;
    font-size: 12px;
    color: #aebfcd;
  }
  .rkort_block_wrap {
    border: 0;
  }
  .rkort_block_wrap .head_inner {
    padding: 10px 45px;
  }
  .rew_nav_bot {
    padding: 25px 0 0;
  }
  .rcard_content {
    position: relative;
    padding-bottom: 70px;
  }
  .rcard_content:before {
    position: absolute;
    background: #eceff5;
    top: 0;
    left: -15px;
    right: -15px;
    height: 1px;
    content: "";
    z-index: 1;
  }
  .rcard_content .section_title {
    font-size: 24px;
  }
  .rcard_content .content {
    padding-left: 15px;
  }
  .white_block {
    margin-bottom: 32px;
  }
  .scroll_header {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05);
    border: solid 1px #eceff5;
    left: 10px;
    right: 10px;
    width: auto;
  }
  .collapse_header .scroll_header {
    top: 10px;
  }
  .sheader_title .section_title {
    display: none;
  }
  .scroll_header .header_wrap {
    padding: 0 15px 0 5px;
  }
  .sheader_btn .button_text {
    margin-right: 0;
    display: block;
  }
  .sheader_btn .btn-success {
    min-width: 145px;
  }
  .sheader_title .bank_title_block {
    border-bottom: 0;
    padding: 0;
  }
  .scroll_header .header_left {
    width: auto;
  }
  .sheader_btn {
    margin-top: -12px;
  }
  .article_section {
    padding: 23px 0 30px;
  }
  .art_page_list .breadcrumbs {
    margin-bottom: 15px;
  }
  .art_page_list .page_title {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
  }
  .article_block .section_title {
    font-size: 24px;
    margin: 4px 0 10px;
  }
  .art_body {
    padding: 15px 26px 20px 26px;
  }
  .article_block {
    margin-bottom: 18px;
  }
  .paginat {
    margin-top: 16px;
  }
  .art_page_list {
    margin-bottom: 65px;
  }
  .article_wrap_pd {
    padding-left: 0;
    padding-right: 0;
  }
  .art_card {
    margin: 0 27px 10px;
  }
  .article_wrap_pd .article_wrap {
    padding: 0 24px 10px;
  }
  .article_wrap_pd .article_inner {
    margin-bottom: 10px;
  }
  .full_page_section .breadcrumbs {
    text-align: left;
  }
  .full_content .page_title {
    margin: 0 0 10px;
    text-align: left;
  }
  .full_content .art_date {
    top: 0;
    position: relative;
    margin-bottom: 20px;
    right: auto;
    margin-top: 7px;
  }
  .autor_block {
    border-radius: 0;
    border: 0;
    background-color: #f7f9fb;
    margin-bottom: 25px;
    padding: 15px 5px 20px;
    position: relative;
  }
  .autor_block:before,
  .autor_block:after {
    position: absolute;
    top: 0;
    width: 16px;
    height: 100%;
    z-index: 1;
    content: "";
    background-color: #f7f9fb;
  }
  .autor_block:before {
    left: -15px;
  }
  .autor_block:after {
    right: -15px;
  }
  .autor_block_body {
    position: relative;
  }
  .autor_block_body p {
    line-height: 1.86;
    color: #7990a5;
    margin-bottom: 0;
  }
  .autor_block_head {
    margin-bottom: 10px;
    position: relative;
    display: block;
  }
  .autor_block_head:before,
  .autor_block_body:before {
    position: absolute;
    left: -20px;
    right: -20px;
    background: #eceff5;
    height: 1px;
    z-index: 2;
    content: "";
  }
  .autor_block_head:before {
    top: -15px;
  }
  .autor_block_body:before {
    bottom: -20px;
  }
  .md_title {
    font-size: 18px;
    letter-spacing: -0.4px;
    color: #4b546c;
    margin: 0 0 18px;
  }
  .btn_close {
    font-size: 14px;
  }
  .modal-dialog .btn_close {
    top: 30px;
  }
  .about_page .breadcrumbs,
  .about_page .page_title {
    margin-bottom: 15px;
  }
  .about_page .page_title {
    text-align: left;
  }
  .about_page {
    color: #7990a5;
  }
  .autor_sm_block:before,
  .autor_sm_block:after,
  .autor_sm_block .autor_block_head:before,
  .autor_sm_block .autor_block_body:before {
    display: none !important;
  }
  .autor_sm_block {
    border: solid 1px #eceff5 !important;
    border-radius: 5px !important;
    padding: 15px 12px 20px;
  }
  .autor_sm_block .autor_bh_social {
    position: absolute;
    top: 55px;
    left: 4px;
    z-index: 1;
    width: 30px;
    text-align: center !important;
    padding: 0 !important;
  }
  .autor_sm_block .autor_bh_social .social_link {
    margin-left: 0;
    margin-bottom: 10px;
    display: block;
  }
  .rating_section .rating_bot {
    margin-top: 0;
  }
  .card_btn_block {
    padding: 20px 80px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .header {
    min-height: 35px;
    padding: 5px 0;
  }
  .open_main_menu {
    top: -1px;
  }
  .main_menu {
    padding-top: 45px;
  }
  .main_menu li {
    margin-bottom: 10px;
  }
  .sub-menu li {
    margin-top: 2px !important;
  }
}
@media (max-width: 767px) and (min-width: 467px) {
  .col-sx-6 {
    width: 50%;
    float: left;
  }
  .col-sx-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-sx-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-sx-4 {
    width: 33.33333333%;
    float: left;
  }
  .col-sx-3 {
    width: 25%;
    float: left;
  }
}
@media (max-width: 467px) {
  .collapse_header .scroll_header {
    top: 0;
  }
  .scroll_header {
    border-radius: 0;
    left: 0;
    right: 0;
  }
  .scroll_header .header_wrap {
    padding: 0;
  }
  .sheader_img {
    margin-right: 10px;
  }
  .sheader_btn .btn-success {
    min-width: 134px;
  }
  .modal_content {
    padding: 20px;
  }
  .modal_form_wrap {
    padding: 20px;
  }
  .card_btn_block {
    padding: 20px 20px;
  }
}
@media (max-width: 374px) {
  .full_page_section .breadcrumbs {
    white-space: normal;
  }
  .autor_intro_title .autor_name {
    font-size: 10px;
  }
}

.card_block_item .alternate_message {
  position: absolute;
  z-index: 5;
  width: 200px;
  height: 208px;
  background: #ccc;
  padding: 10px;
  right: 0;
}

.card_block_item.active .alternate_message {
  display: flex !important;
}

@media (max-width: 991px) {
  .card_block_item .alternate_message {
    right: auto;
    left: 0;
    bottom: 20px;
    width: 100%;
  }
}
.card_block_item .alternate_message .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  font-size: 14px;
}
.card_block_item .alternate_message .message {
  width: 100%;
}
@media (max-width: 991px) {
  .card_block_item .alternate_message .message {
    font-size: 16px;
  }
}
.card_block_item .alternate_message .buttons {
  margin-top: 20px;
}
.card_block_item .alternate_message .btn-success {
  min-width: 0;
}
.card_block_item .alternate_message .cancel {
  text-transform: none;
  font-weight: bold;
  font-size: 14px;
  min-width: 70px;
}
@media (max-width: 991px) {
  .card_block_item .alternate_message .btn {
    font-size: 18px;
    margin: 0 10px;
  }
}

.card_block_item.featured .card_block {
	 background: #faff0017;
	 border: 0;
	 box-shadow: 0 1px 4px 1px #a1cb1ea6;
}
 .card_block_item.featured .card_block_desc {
	 background: #faff0017;
}
 .card_block_item.featured .card_block_desc_inner {
	 background: transparent;
}
 .card_block_item.featured .featured_label {
	 display: block !important;
	 text-align: center;
	 padding: 5px 0;
	 border-top: solid 1px #eceff5;
	 font-weight: normal;
	 letter-spacing: 2px;
}
 
