@font-face {
  font-family: 'Montserrat';
  src: url("/new_site/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 100;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("/new_site/fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.rrr {
  background-color: rgba(255, 0, 0, 0.3); }

.ggg {
  background-color: rgba(0, 255, 0, 0.3); }

.bbb {
  background-color: rgba(0, 0, 255, 0.3); }

.yyy {
  background-color: rgba(255, 255, 0, 0.3); }

.ooo {
  outline: 1px solid rgba(0, 0, 0, 0.1); }

.xxx {
  background-color: rgba(0, 0, 0, 0.03);
  outline: 1px solid #fff; }

.xxx:hover {
  background-color: rgba(0, 0, 0, 0.06);
  outline: 1px solid #fff; }

a {
  text-decoration: none;
  /* color: #30AA1F;  */
  color: #248317; 
}

a:hover {
  text-decoration: underline; }

body {
  background-color: #F7F9F7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 100;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  padding: 0;
  width: 100%; }

.button {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  border: 2px solid #FFD000;
  cursor: pointer;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 100;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  text-align: center;
  text-decoration: none;
  padding: 9px 10px; }

.button:hover {
  background-color: rgba(255, 208, 0, 0.9);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  color: #30AA1F;
  text-decoration: none; }

.button:active {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

.button_accent {
  background-color: #FFD000; }

.button_grey {
  background-color: #F7F9F7; }

.button.button_grey:hover {
  background-color: #F7F9F7; }

.button_tag {
  border-color: #F1F1F1; }

.button_tag:hover {
  background: transparent;
  border-color: #30AA1F; }

.button__text {
  cursor: default;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: -9px -10px;
  padding: 9px 10px;
  padding-right: 20px;
  position: relative; }

.button_hide .button__text:after,  .button_hide_podbor_mobile .button__text:after{
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 10px;
  content: '';
  height: 10px;
  position: absolute;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  right: 5px;
  width: 10px; }

.button_hide:hover .button__text:after {
  background-position: 0 -10px; }

.hide_active .button__text_hide:after, .hide_active_podbor_mobile .button__text_hide:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.button__text_hide {
  display: none; }

.hide_active .button__text_show, .hide_active_podbor_mobile .button__text_show {
  display: none; }

.hide_active .button__text_hide, .hide_active_podbor_mobile .button__text_hide {
  display: inline; }

.hide .hide .button__text_show {
  display: block; }

.hide .hide .button__text_hide {
  display: none; }

.hide .hide_active .button__text_show, .hide .hide_active_podbor_mobile .button__text_show {
  display: none; }

.hide .hide_active .button__text_hide, .hide .hide_active_podbor_mobile .button__text_hide {
  display: block; }

.buttons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px; }

.content {
  -webkit-box-flex: 1000;
  -webkit-flex-grow: 1000;
      -ms-flex-positive: 1000;
          flex-grow: 1000;
  padding-bottom: 20px;
  padding-top: 30px; }

.chapter {
  margin-bottom: 25px;
  margin-top: 25px; }

.frame {
  background-color: #fff;
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
  width: 100%; }

.frame_inverse {
  background-color: #F7F9F7;
  border: 1px solid #F1F1F1; }

.frame_transparent {
  background-color: transparent;
  border: 0px solid transparent; }

.frame__section {
  background: #F7F9F7;
  /* background: #f7f9f747; */
  border: 1px solid #F1F1F1;
  /* border: 1px solid #c1c1c1a3; */
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%; }

.geolink {
  color: #30AA1F;
  cursor: pointer; }

.geolink:hover {
  text-decoration: underline; }

.grid {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: -10px;
  padding: 0;
  min-width: -webkit-calc(100% + 20px);
  min-width: calc(100% + 20px); }

.grid > .grid__cell {
  margin: 10px; }

.grid_2 {
  margin: -2px;
  min-width: -webkit-calc(100% + 4px);
  min-width: calc(100% + 4px); }

.grid_2 > .grid__cell {
  margin: 2px; }

.grid_5 {
  margin: -5px;
  min-width: -webkit-calc(100% + 10px);
  min-width: calc(100% + 10px); }

.grid_5 > .grid__cell {
  margin: 5px; }

.grid_align_stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.grid_reverse {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse; }

.grid__cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.grid__cell_auto {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }

.grid__cell_basis_230px {
  -webkit-flex-basis: 230px;
      -ms-flex-preferred-size: 230px;
          flex-basis: 250px; }

.grid__cell_basis_500px {
  -webkit-flex-basis: 500px;
      -ms-flex-preferred-size: 500px;
          flex-basis: 500px; }

.grid__cell_flex_0 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.grid__cell_flex_1000 {
  -webkit-box-flex: 1000;
  -webkit-flex-grow: 1000;
      -ms-flex-positive: 1000;
          flex-grow: 1000; }

.grid__cell_width_100 {
  min-width: -webkit-calc(100% - 20px);
  min-width: calc(100% - 20px); }

.grid__cell_width_50 {
  -webkit-flex-basis: 230px;
      -ms-flex-preferred-size: 230px;
          flex-basis: 230px;
  min-width: -webkit-calc(50% - 20px);
  min-width: calc(50% - 20px); }

.hide__block {
  display: none; }

html {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  width: 100%; }

.img {
  background: #b9b9b9;
  border-radius: 6px;
  height: auto;
  margin: 10px;
  margin-top: 0;
  max-width: -webkit-calc(100% - 20px);
  max-width: calc(100% - 20px);
  padding: 0px; }

.img img {
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  display: block;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.95;
  width: 100%; }

.img_float_left {
  float: left;
  margin-left: 0; }

.img_float_right {
  float: right;
  margin-right: 0; }

.img_float_right:after {
  left: 10px; }

.mobile {
  display: none; }

.hide__block .mobile {
  display: none; }

.input {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F7F9F7;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 100;
  -webkit-box-flex: 1 1 230px;
  -webkit-flex-grow: 1 1 230px;
      -ms-flex-positive: 1 1 230px;
          flex-grow: 1 1 230px;
  min-height: 44px;
  padding: 9px;
  position: relative;
  width: 100%;
  outline: none; }

::-webkit-input-placeholder {
  color: #b9b9b9; }

.input_inverse {
  background-color: #fff; }

input {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 100; }

.ui-datepicker {
  background-color: #fff;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 3 !important; }

.ui-datepicker-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.ui-datepicker-title {
  padding: 10px 0;
  text-align: center;
  width: 100%;
  position: relative; }

.ui-datepicker-next,
.ui-datepicker-prev {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  padding: 5px 10px;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  cursor: pointer; }

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #000; }

.ui-datepicker-prev {
  right: auto;
  left: 10px; }

.ui-datepicker-trigger {
  cursor: pointer;
  width: 30px;
  height: 28px;
  margin: -4px 0; }

.ui-datepicker-today {
  border: 1px solid #30AA1F; }

.input_multy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.input_multy .input__value {
  /* color: #b9b9b9; */
  color: #393939;
  padding-left: 10px;
  width: -webkit-calc(50%);
  width: calc(50%);
  position: relative; }

.input_multy .input__value:before {
  border-left: 1px solid #b9b9b9;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute; }

.input_patch {
  border: 0px;
  background: none;
  height: 0px;
  margin-top: 0;
  margin-bottom: 0; }

.input_select {
  cursor: default;
  position: relative; }

.input_select:before {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 10px;
  content: '';
  height: 10px;
  position: absolute;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  right: 10px;
  width: 10px; }

.input_select:hover:before {
  background-position: 0 -10px; }

.input_select-active:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.input_select ul {
  background: #F7F9F7;
  border: 1px solid #b9b9b9;
  border-top: 0px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.03);
  display: none;
  margin: 0;
  max-height: 300px;
  left: -1px;
  list-style: none;
  overflow-y: auto;
  padding: 10px 0;
  position: absolute;
  top: -webkit-calc(100% - 1px);
  top: calc(100% - 1px);
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  z-index: 10; }

.input_select-active ul {
  display: block; }

.input_select li {
  padding: 5px 10px 5px 15px; }

.input_select li:hover {
  color: #30AA1F; }

.input.input_slider {
  margin-bottom: 15px; }

.input__field {
  background: transparent;
  border: none;
  outline: none;
  width: 100%; }

.input_multy .input__field {
  width: 50%; }

.input__label {
  cursor: default;
  display: block;
  font-size: 10px;
  font-size: 12px;
  padding: 0 10px 5px;
  margin-top: -10px;
  width: 100%; }

.input__slider {
  background: #F1F1F1;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: -webkit-calc(100% + 5px);
  top: calc(100% + 5px);
  width: 100%; }

.ui-corner-all {
  border-radius: 5px; }

.ui-slider-horizontal {
  height: 5px; }

.ui-slider {
  background: #F1F1F1;
  height: 4px; }

.ui-slider .ui-slider-handle {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: absolute;
  margin: -10px;
  border-radius: 50%;
  z-index: 2;
  border: 0px;
  border-radius: 50%;
  background: #FFD000;
  height: 16px;
  top: 3px;
  width: 16px; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 4px;
  display: block;
  border: 0;
  background: #30AA1F; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.input__value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -9px 0;
  width: 100%;
  height: 100%; }

p {
  margin: 0 0 10px; }

.p_negative {
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0 0 10px 1px #ffe8dd;
}

ol {
  overflow: hidden; }

.popup {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100vh;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  overflow-y: auto; }

.popup__close-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 5px; }

.popup__close-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  min-height: 44px;
  min-width: 44px;
  padding: 9px 10px;
  position: relative; }

.popup__close-button:hover {
  background-position: -20px 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  opacity: 1; }

.popup__close-button:active {
  -webkit-box-shadow: none;
          box-shadow: none; }

.popup__close-button:after {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-menu.svg);
  background-position: -20px -26px;
  background-repeat: no-repeat;
  background-size: 40px;
  content: '';
  height: 26px;
  left: -webkit-calc(50% - 10px);
  left: calc(50% - 10px);
  top: -webkit-calc(50% - 13px);
  top: calc(50% - 13px);
  position: absolute;
  width: 20px; }

.popup__close-button:hover:after {
  background-position: -20px 0; }

.popup__frame {
  background-color: #fff;
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  -webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
margin-top:80px;}

.section {
  margin-bottom: 20px;
  min-width: 100%; }

table {
  border-collapse: collapse;
  width: 100%; }

td {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 150px;
      -ms-flex: 1 1 150px;
          flex: 1 1 150px;
  padding: 10px;
  vertical-align: top; }

td.text_title {
  display: table-cell; }

tr {
  border-bottom: 1px solid #F1F1F1;
  border-top: 1px solid #F1F1F1; }

tr:hover {
  background: #F1F1F1; }

tr:first-child {
  border-top: 0px solid #F1F1F1; }

tr:last-child {
  border-bottom: 0px solid #F1F1F1; }

.text_description {
  font-size: 12px;
  font-weight: 100; }

.text_faq {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 15px;
  padding-top: 15px;
  text-decoration: none;
  width: 100%; }

.text_faq:hover {
  cursor: pointer;
  color: #30AA1F; }

.text_green {
  color: #30AA1F; }

.text_grey {
  color: #b9b9b9; }

.text_header {
  /* color: #30AA1F; */
  color: black;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  margin: 5px 0 15px; }

.text_main {
  font-size: 38px;
  font-weight: 400; }

.text_margin_0 {
  margin: 0; }

.text_right {
  display: block;
  text-align: right; }

.text_title {
  /*color: #000;*/
  display: inline;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none; }

a.text_title:hover {
  color: #30AA1F;
  text-decoration: none; }

ul {
  overflow: hidden; }

.wrapper {
  margin: 0 auto;
  max-width: 1360px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%; }

.wrapper__scroll {
  background: #F7F9F7;
  -webkit-box-shadow: inset 0 6px 5px 0 rgba(0, 0, 0, 0.03);
          box-shadow: inset 0 6px 5px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  overflow-x: auto;
  width: 100%; }

.about__video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 300px;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.about__video iframe {
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
  max-width: 380px;
  height: 263px; }

.bank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 150px;
      -ms-flex: 1 1 150px;
          flex: 1 1 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.bank__icon {
  min-height: 36px;
  padding-left: 35px;
  position: relative; }

.bank__icon:after {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-geo.svg);
  background-repeat: no-repeat;
  background-position: 0 -26px;
  background-size: 20px;
  content: '';
  height: 26px;
  left: 0;
  top: 5px;
  position: absolute;
  width: 20px; }

.bank__icon:hover:after {
  background-position: 0 0; }

.bank__icon_negative:after {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-minus.svg);
  background-position: 0 0; }

.bank__icon_negative:after {
  top: 0px; }

.bank__logo-img {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  border-radius: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.bank__logo-img:hover {
  opacity: 0.75; }

.bank__logo-img_background_cover {
  background-size: cover; }

.bank__logo-img_loader {
  display: none; }

.bank__logo {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 2px;
  height: 80px; }

.bank__logo_card {
  height: 96px; }

.breadcrumbs {
  margin-bottom: 10px; }

.breadcrumbs__item {
  color: #b9b9b9;
  padding-right: 15px;
  position: relative; }
.breadcrumbs__item_last{
  color: #b9b9b9;
  padding-right: 15px;
  position: relative;
}
.breadcrumbs__item:after {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 0 -10px;
  background-size: 10px;
  content: '';
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  height: 10px;
  position: absolute;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  right: 0;
  width: 10px;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  opacity: 0.6; }

.adv {
  margin-top: 20px;
  overflow: hidden; }

.adv img {
  max-width: 100%; }

.feedback__button {
  max-width: 250px; }

.feedback__buttons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.feedback__date {
  margin: 10px 0 5px;
  width: 100%; }

.feedback__feedback {
  background-repeat: no-repeat;
  background-position: 10px 3px;
  background-size: 20px;
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-info.svg);
  min-height: 20px;
  margin-top: 10px;
  padding: 5px 0 5px 35px; }

.feedback__feedback_negative {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-minus.svg); }

.feedback__feedback_positive {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-plus.svg); }

.feedback__field {
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 5px) 5px;
  background-position: calc(100% - 5px) 5px;
  background-size: 20px;
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-info.svg);
  padding-right: 30px; }

.feedback__field_negative {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-minus.svg); }

.feedback__field_positive {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-plus.svg); }

.feedback__form {
  margin: 20px auto;
  width: 100%; }

.feedback__header {
  /* color: #30AA1F; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.feedback__name {
  /*color: #258317;*/
  color: black;
  margin-right: 5px;
  width: auto; }

.feedback__rating {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -10px; }

.feedback__star {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/star_gold.svg);
  background-size: 90%;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  padding: 0 2px;
  width: 20px; }

.feedback__star:hover ~ .feedback__star {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/star.svg); }

.feedback__star_empty {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/star.svg); }

.feedback__stars {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  list-style: none;
  padding: 0;
  margin: 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.feedback__star_gold {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/star_gold.svg); }

.footer {
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 0px;
  padding-top: 20px; }

.footer__controls {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.footer__copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1000;
  -webkit-flex: 1000 1 auto;
      -ms-flex: 1000 1 auto;
          flex: 1000 1 auto;
  width: auto; }

.footer__disclaimer-content {
  background-image: url(https://kompaskreditov.ru/new_site/img/others/gosreestr.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 50px;
  padding-left: 65px; }

.footer__disclaimer {
  font-size: 10px;
  font-size: 12px; }

.footer__footer-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer__menu {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.footer__search-button {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px; }

.footer__search-button:after {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-search.svg);
  background-repeat: no-repeat;
  background-position: 50% -26px;
  background-size: 20px;
  content: '';
  position: absolute;
  top: 7px;
  right: 10px;
  width: 20px;
  height: 26px; }

.footer__search-button:hover:after {
  background-position: 50% 0; }

.footer__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.footer__submenu {
  margin-top: 0; }

.geo_page {
  display: block;
  height: auto;
  position: relative; }

.geo__button {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px; }

.geo__button:after {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-search.svg);
  background-repeat: no-repeat;
  background-position: 50% -26px;
  background-size: 20px;
  content: '';
  position: absolute;
  top: 7px;
  right: 10px;
  width: 20px;
  height: 26px; }

.geo__input-box:hover .geo__button:after {
  background-position: 50% 0; }

.geo__cities {
  list-style: none;
  margin: -5px 0 20px;
  overflow: inherit;
  padding: 0; }

.geo__cities .text_header {
  display: inline-block;
  margin-bottom: 5px; }

.geo__city {
  color: #000; }

.geo__city:hover {
  color: #30AA1F;
  text-decoration: none; }

.geo__columns-box {
  background: #F7F9F7;
  -webkit-box-shadow: inset 0 6px 5px 0 rgba(0, 0, 0, 0.03);
          box-shadow: inset 0 6px 5px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  margin: 20px 0 0;
  overflow-x: hidden;
  width: 100%; }

.geo__columns {
  -webkit-columns: 150px;
     -moz-columns: 150px;
          columns: 150px;
  margin: 0;
  padding: 10px;
  width: 100%; }

.geo__countries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  list-style: none;
  margin: 10px 0;
  padding: 0; }

.geo__country {
  margin: 0;
  margin-right: 30px; }

.geo__country_current {
  border: none;
  color: #000;
  cursor: default;
  margin-bottom: 1px; }

.geo__country_current:hover {
  border-bottom: none;
  color: #000; }

.geo__found {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  list-style: none;
  max-height: 300px;
  margin: 0;
  max-width: 550px;
  overflow-y: auto;
  padding: 0 15px;
  position: absolute;
  top: -webkit-calc(100% + 5px);
  top: calc(100% + 5px);
  width: 100%;
  z-index: 1; }

.geo__found:hover {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15); }

.geo__found li:first-child .geo__city {
  display: block;
  margin-top: 20px; }

.geo__found li:last-child .geo__city {
  display: block;
  margin-bottom: 20px; }

.geo__input-box {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 500px;
  position: relative;
  width: 100%; }

.geo__input {
  width: 100%; }

.geo__message {
  color: orange;
  display: block;
  margin: 20px 0;
  padding: 0; }

.geo__top {
  margin: 0;
  padding: 0; }

.intro {
  background: #fff;
  background-image: url(https://kompaskreditov.ru/new_site/img/backgrounds/compass.png);
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 20px) 0;
  background-position: calc(100% - 20px) 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 224px; }

.header {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px 0;
  position: relative;
  z-index: 100; }

.header__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  min-height: 44px;
  min-width: 44px;
  padding: 9px 10px;
  position: relative; }

.header__button:active {
  -webkit-box-shadow: none;
          box-shadow: none; }

.header__button:after {
  background-repeat: no-repeat;
  background-position: 0 -26px;
  background-size: 20px;
  content: '';
  height: 26px;
  left: -webkit-calc(50% - 10px);
  left: calc(50% - 10px);
  top: -webkit-calc(50% - 13px);
  top: calc(50% - 13px);
  position: absolute;
  width: 20px; }

.header__button:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); }

.header__button:hover:after {
  background-position: 0 0; }

.header__button:active {
  -webkit-box-shadow: none;
          box-shadow: none; }

.header__buttons {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.header__button_geo {
  border: 2px solid #FFD000;
  padding-left: 37px;
  font-weight: 400; }

.header__button_geo:hover {
  background-color: rgba(255, 208, 0, 0.9);
  text-decoration: none; }

.header__button_geo:after {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-geo.svg);
  left: 11px; }

.header__button_menu:after {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-menu.svg);
  background-size: 40px; }

.header__button_menu_active {
  background-color: #FFD000; }

.header__button_menu_active:after {
  background-position: -20px -26px; }

.header__button_menu_active:hover:after {
  background-position: -20px 0; }

.header__button_search:after {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-search.svg); }

.header__button_search_active {
  background-color: #FFD000; }

.header__content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }

.header__control {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.header__control_menu {
  display: none; }

.header__logo-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.header__logo {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  margin-left: auto;
  margin-right: auto; }

.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1000;
  -webkit-flex-grow: 1000;
      -ms-flex-positive: 1000;
          flex-grow: 1000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  z-index: 1; }

.header__search {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #F1F1F1;
  border-top: none;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.03);
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 5px;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  padding: 20px;
  position: absolute;
  top: 100%;
  z-index: 1; }

.header__search_active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999; }

.loader:before {
  background: #fff;
  content: '';
  opacity: 0.9;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.loader__content {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  text-align: center;
  width: 50%;
  min-width: 230px; }

.loader__loading {
  background-image: url(https://kompaskreditov.ru/new_site/img/logo/logo-animation.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border: 2px solid #F1F1F1;
  border-radius: 5px;
  content: '';
  height: 60px;
  width: 60px; }

.loader__logo {
  -webkit-flex-basis: 160px;
      -ms-flex-preferred-size: 160px;
          flex-basis: 160px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: 20px;
  width: 160px; }

.loader__text {
  text-align: center;
  width: 100%; }

.logo {
  height: 100%;
  width: 100%;
  max-width:245px;  }

.logo:hover {
  opacity: 0.8; }

.map {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.map__address {
  margin: 10px;
  cursor: pointer; }

.map__addresses {
  background: #F7F9F7;
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 6px 5px 0 rgba(0, 0, 0, 0.03);
          box-shadow: inset 0 6px 5px 0 rgba(0, 0, 0, 0.03);
  display: block;
  font-size: 12px;
  max-height: 400px;
  overflow-y: auto;
  padding: 10px;
  width: 230px; }

.map__columns-box {
  margin: 30px 0 0;
  width: 100%; }

.map__map {
  -webkit-box-shadow: inset 0 6px 5px 0 rgba(0, 0, 0, 0.03);
          box-shadow: inset 0 6px 5px 0 rgba(0, 0, 0, 0.03);
  height: 400px;
  width: -webkit-calc(100% - 272px);
  width: calc(100% - 272px); }

.news__date {
  display: block;
  margin: 8px 0;
  width: 100%; }

.news__desc {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b9b9b9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  -webkit-box-flex: 1000;
  -webkit-flex-grow: 1000;
      -ms-flex-positive: 1000;
          flex-grow: 1000;
  width: 100%; }

.news__header {
  margin-bottom: 20px; }

.news__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px; }

.news__list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.news__picture {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  display: block;
  height: 180px;
  width: 100%; }

.news__picture:hover {
  opacity: 0.75; }

.news__picture_offer {
  height: 120px; }

.authors_list .news__picture{
	height:180px;
}

.news__preview {
  display: block;
  margin-bottom: 0; }

.news__subscribe-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }

.news__subscribe-input .input {
  width: 100%; }

.news__subscribe {
  border: 2px solid #F1F1F1;
  border-radius: 5px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch; }

.news__subscribe_sidebar {
  border: none;
  padding: 0; }

.news__subscribe_mobile {
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  padding: 20px; }

.menu {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: 100;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
  overflow: inherit; }

.menu_block {
  background-color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-weight: 100;
  padding: 0;
  width: 100%; }

.menu_submenu {
  -webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 230px;
      -ms-flex: 1 1 230px;
          flex: 1 1 230px;
  left: -10px;
  padding: 10px 10px 20px;
  top: 100%; }

.menu__item_active ul.menu_submenu {
  display: block;
  position: absolute; }

.menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative; }

.menu_submenu .menu__item,
.menu_block .menu__item {
  width: 100%; }

.menu__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 230px;
      -ms-flex: 1 1 230px;
          flex: 1 1 230px;
  margin: 0;
  padding: 5px 25px;
  text-decoration: none;
  width: 100%;
  white-space: nowrap; }

.menu__link:hover {
  color: #30AA1F;
  text-decoration: none; }

.menu_block .menu__link {
  padding: 5px 0; }

.menu__link_submenu {
  position: relative; }

.menu__link_submenu:after {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 10px;
  content: '';
  height: 10px;
  position: absolute;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  right: 10px;
  width: 10px; }

.menu__link_submenu:hover:after {
  background-position: 0 -10px; }

.menu__item_active .menu__link_submenu:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.menu_light .menu__link_submenu a{
	text-decoration:underline;
}
.menu_light .menu__link_submenu:after{
	 background-image:unset;
}
.menu_light .menu__item_active .menu__link_submenu:after{

}

.offer_deleted {
  color: #b9b9b9; }

.offer__button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 150px;
      -ms-flex: 1 1 150px;
          flex: 1 1 150px; }

.offer__buttons {
  -webkit-flex-basis: 150px;
      -ms-flex-preferred-size: 150px;
          flex-basis: 150px; }

.offer__comment {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100px;
      -ms-flex: 1 1 100px;
          flex: 1 1 100px;
  margin: 0 5px;
  width: -webkit-calc(40% - 10px);
  width: calc(40% - 10px); }

.offer__datas {
  margin-top: 15px; }

.offer__description {
  display: block;
  font-size: 12px;
  margin-top: 19px; }

.offer__image-link {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 252px;
      -ms-flex: 0 1 252px;
          flex: 0 1 252px;
  margin-left: auto;
  margin-right: auto; }

.offer__image-link img {
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding: 2px;
  position: relative; }

.offer__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 250px;
      -ms-flex-preferred-size: 250px;
          flex-basis: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.offer__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1000;
  -webkit-flex: 1000 1 300px;
      -ms-flex: 1000 1 300px;
          flex: 1000 1 300px; }

.offer__offices {
  color: #b9b9b9;
  font-size: 12px; }

a.offer__offices:hover {
  color: #30AA1F; }

.offer__percent {
  /* color: #30AA1F; */
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0px 5px 0;
  min-width: 150px;
  width: -webkit-calc(100% / 3 - 10px);
  width: calc(100% / 3 - 10px); }

.offer__place-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 140px;
      -ms-flex: 1 0 140px;
          flex: 1 0 140px; }

.offer__place {
  color: #b9b9b9;
  padding-top: 1px;
  width: 100%; }

.offer__result-disclaimer {
  color: #757575;
  font-size: 10px;
  font-size: 12px; }

.offer__result-from {
  display: block;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: -2px; }

.offer__result-value {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #30AA1F;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0 10px; }

.offer__result {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px 0; }

.offer__result_active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.offer__sum-period {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 85px;
      -ms-flex: 1 1 85px;
          flex: 1 1 85px;
  margin: 0 5px;
  width: -webkit-calc(60% - 10px);
  width: calc(60% - 10px); }

.offer__terms {
  -webkit-box-flex: 1000;
  -webkit-flex: 1000 1 150px;
      -ms-flex: 1000 1 150px;
          flex: 1000 1 150px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: -webkit-calc(100% * 2/3 - 10px);
  width: calc(100% * 2/3 - 10px); }

.offer__title {
  color: #30AA1F;
  font-weight: 400; }

.offer__top {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.offers {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-flex: 1000;
  -webkit-flex: 1000 1 500px;
      -ms-flex: 1000 1 500px;
          flex: 1000 1 500px;
  width: 100%; }

.grid .offers {
  -webkit-box-flex: 1000;
  -webkit-flex: 1000 1 590px;
      -ms-flex: 1000 1 590px;
          flex: 1000 1 590px;
  width: -webkit-calc(100% * 3 / 4 - 20px);
  width: calc(100% * 3 / 4 - 20px); }

.offers__button {
  -webkit-flex-basis: 160px;
      -ms-flex-preferred-size: 160px;
          flex-basis: 160px;
  padding: 0 5px; }

.offers__count {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.offers__sort-label {
  margin-top: -3px;
  margin-bottom: -3px; }

.offers__sort {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.offers__top {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px; }

.paginator__header {
  color: #30AA1F;
  display: block;
  margin: 15px 0; }

.paginator__item {
  border: 2px solid #F1F1F1;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: 30px;
  position: relative; }

.paginator__item:hover {
  text-decoration: none;
  border-color: #30AA1F; }

.paginator__item:last-of-type {
  margin-right: 5px; }

.paginator__items {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.paginator__item_active {
  border-color: #FFD000;
  cursor: default; }

.paginator__item_active:hover {
  border-color: #FFD000; }

.grid__cell.paginator__item_next {
  margin-left: 20px; }

.paginator__item_next:after {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 10px;
  content: '';
  height: 10px;
  position: absolute;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  left: -webkit-calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

.paginator__item_next:before {
  text-align: center;
  color: #30AA1F;
  content: '...';
  left: -23px;
  position: absolute;
  top: 0;
  width: 20px;
  height: 26px; }

.paginator__item_prev:after {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 10px;
  content: '';
  height: 10px;
  position: absolute;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  left: -webkit-calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.grid__cell.paginator__item_prev {
  margin-right: 20px; }

.paginator__item_prev:before {
  text-align: center;
  color: #30AA1F;
  content: '...';
  right: -23px;
  position: absolute;
  top: 0;
  width: 20px;
  height: 26px; }

.paginator__total {
  color: #30AA1F; }

.search {
  margin-top: 13px; }

.rating {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* color: #b9b9b9; */
  /*color: #248317;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 10px;
  font-size: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  min-width: 55px;
  text-decoration: none; }

a.rating:hover {
  color: #30AA1F; }

.rating_left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.rating .rating__hint {
  background: #fff;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  color: #b9b9b9;
  display: none;
  left: 100%;
  padding: 10px;
  position: absolute;
  top: 15px;
  white-space: nowrap; }

.rating__stars:hover .rating__hint {
  display: block; }

.rating__stars {
  background: url(https://kompaskreditov.ru/new_site/img/icons/star.svg) repeat-x 0 0;
  background-size: 10px;
  display: block;
  height: 10px;
  margin: 5px;
  position: relative;
  width: 50px; }

.rating__stars_gold {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/star_gold.svg);
  content: '';
  position: absolute;
  top: -5px;
  left: -5px; }

.sidebar {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 250px;
      -ms-flex: 1 1 250px;
          flex: 1 1 250px;
  position: -webkit-sticky;
  position: sticky;
  -webkit-transition: top  0.75s, bottom 0.75s;
  -o-transition: top  0.75s, bottom 0.75s;
  transition: top  0.75s, bottom 0.75s;
  width: -webkit-calc(100% / 4 - 20px);
  width: calc(100% / 4 - 20px); }

.grid_reverse .sidebar {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.sidebar__button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 230px;
      -ms-flex: 1 1 230px;
          flex: 1 1 230px;
  width: -webkit-calc(100% / 2 - 4px);
  width: calc(100% / 2 - 4px);
  min-width: 200px; }

.sidebar__buttons {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 2px 10px 10px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px); }

.grid_2 .sidebar__buttons {
  padding: 0;
  width: 100%; }

.sidebar__offer-image {
  -webkit-flex-basis: 270px;
      -ms-flex-preferred-size: 270px;
          flex-basis: 270px; }

.socials {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.socials__social {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F1F1F1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 44px;
  min-width: 0;
  width: 44px; }

.socials__social img {
  opacity: 0.5;
  max-height: 40px;
  max-width: 40px; }

.socials__social:hover img {
  opacity: 0.25; }

.tags__button {
  margin-top: 4px; }

.hide_active .tags__button {
  margin-bottom: 30px; }

.tags__button .button__text {
  padding-left: 30px; }

.tags__button .button__text:before {
  background-image: url(https://kompaskreditov.ru/new_site/img/icons/icon-settings.svg);
  background-repeat: no-repeat;
  background-position: 0 -26px;
  background-size: 20px;
  content: '';
  height: 26px;
  left: 0;
  top: -webkit-calc(50% - 13px);
  top: calc(50% - 13px);
  position: absolute;
  width: 20px; }

.tags__button:hover .button__text:before {
  background-position: 0 0; }

.tags__buttons {
  display: none; }

.tags__list {
  margin-top: 0; }
.mobile_show{
	display:none;
}
.centertext{
	text-align: center;
}
.width_full{
  width:100%;
}
@media screen and (max-width: 500px) {
  .frame {
    padding: 5px; } }

@media screen and (max-width: 1000px) {
  .content {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media screen and (max-width: 1000px) {
  .button {
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (max-width: 500px) {
  .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 230px;
        -ms-flex: 1 1 230px;
            flex: 1 1 230px; } }

@media screen and (max-width: 1000px) {
  .hide .hide__block {
    display: none; } }

@media screen and (max-width: 1000px) {
  .header__button_geo {
    padding-right: 10px;
    padding-left: 33px; }
  .header__button_geo:after {
    left: 9px; } }

@media screen and (max-width: 1000px) {
  .header__control_menu {
    display: block; } }

@media screen and (max-width: 500px) {
  .header__control_search {
    display: none; } }

@media screen and (max-width: 1000px) {
  .header__logo {
    -webkit-flex-basis: 110px;
        -ms-flex-preferred-size: 110px;
            flex-basis: 110px; } }

@media screen and (max-width: 1000px) {
  .header__menu {
    background: #fff;
    border: 1px solid #F1F1F1;
    border-top: none;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.03);
            box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.03);
    display: none;
    padding-top: 20px;
    position: absolute;
    right: 0;
    top: -webkit-calc(100% - 5px);
    top: calc(100% - 5px);
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px); } }

@media screen and (max-width: 1000px) {
  .header__menu_active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 500px) {
  .img {
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px); } }

@media screen and (max-width: 1000px) {
  .menu {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    left: 0;
    position: relative;
    top: 0;
    width: 100%; }
	header .menu_light{
		height:150px;
	}
   .menu_light .menu{
	flex-direction:column;
   }
}

@media screen and (max-width: 1000px) {
  .menu_submenu {
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 25px; } }

@media screen and (max-width: 1000px) {
  .menu__item {
    display: block;
    width: 50%; } }

@media screen and (max-width: 500px) {
  .menu__item {
    width: 100%; } }

@media screen and (max-width: 1000px) {
  .menu__link_submenu {
    color: #30AA1F;
    font-size: 24px;
    font-weight: 400;
    padding: 5px 25px;
    white-space: normal; }
  .menu__link_submenu:after {
    display: none; } }

@media screen and (max-width: 1000px) {
  .mobile {
    display: block; } }

@media screen and (max-width: 1000px) {
  .mobile_hide {
    display: none; } 
  .mobile_show{
	display: block;
  }
}

@media screen and (max-width: 500px) {
  td.text_title {
    min-width: 0; } }

@media screen and (max-width: 500px) {
  .calc_table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .ui-datepicker tr,
  .wrapper__scroll tr {
    display: table-row; 
	} 
}

@media screen and (max-width: 1000px) {
  .sidebar {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    position: relative;
    top: auto;
    bottom: auto; } }

@media screen and (max-width: 500px) {
  .tags {
    margin-top: 0; } }

@media screen and (max-width: 1000px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (max-width: 500px) {
  .wrapper {
    padding-left: 5px;
    padding-right: 5px; } }
