@import "card.css";
@import "slider.css";
@import "el-table.css";
/*@import "tooltip.css";*/
@font-face {
  font-family: 'Montserrat';
  src: url("/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.rrr {
  background: rgba(255, 0, 0, 0.3); }

.ggg {
  background: rgba(0, 255, 0, 0.3); }

.bbb {
  background: rgba(0, 0, 255, 0.3); }

.yyy {
  background: rgba(255, 255, 0, 0.3); }

.ooo {
  outline: 1px solid rgba(0, 0, 0, 0.1); }

.xxx {
  background: rgba(0, 0, 0, 0.015);
  outline: 1px solid #fff; }

a {
  color: #ff9900;
  text-decoration: none; }

a:hover {
  color: #36A9E3;
  opacity: 0.7; }

#app {
  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: 0;
  min-height: 100vh;
  padding: 0; }

body {
  color: #000;
  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, Helvetica, Arial, sans-serif;*/
  font-family: Montserrat;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  padding: 0; }

html {
  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: 0;
  min-height: 100vh;
  padding: 0; }

label {
  display: inline-block;
  padding-bottom: 8px;
  width: 100%; }

main {
  -webkit-box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.01);
  box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.01);
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 50px 0; }

.bar {
  padding: 15px 0 0px 0; }

.bar_background {
  background-image: url('/img/bg/default_compressed.png');
  background-size: 700px;
  background-position: 50% 50%;
  background-blend-mode: hard-light; }

.bar_black {
  background-color: #000;
  color: #fff; }

.bar_black.bar_background {
  background: #000 url('/img/bg/default_compressed.png');
  background-size: 700px;
  background-position: 50% 50%;
  background-blend-mode: hard-light; }

.bar_blue {
  background: -o-linear-gradient(184.59deg, #3690E3 0%, #22B0DD 100%);
  background: linear-gradient(265.41deg, #3690E3 0%, #22B0DD 100%);
  color: #fff; }

.bar_blue.bar_background {
  background: url(/img/bg/default_compressed.png), -o-linear-gradient(184.59deg, #3690E3 0%, #22B0DD 100%);
  background: url(/img/bg/default_compressed.png), linear-gradient(265.41deg, #3690E3 0%, #22B0DD 100%);
  background-size: 700px, 100%;
  background-position: 50% 50%;
  background-blend-mode: hard-light; }

.bar_grey {
  background-color: #EDF2F6;
  color: #000; }

.bar_grey.bar_background {
  background: #EDF2F6 url(../img/bg/default_compressed.png);
  background-size: 700px;
  background-position: 50% 50%;
  background-blend-mode: multiply; }

.bar_margin-bottom_reset {
  margin-bottom: -30px; }

.bar_margin-top_reset {
  margin-top: -50px; }

.bar_orange {
  background: -o-linear-gradient(186.13deg, #FF9900 0%, #FF774B 100%);
  background: linear-gradient(263.87deg, #FF9900 0%, #FF774B 100%);
  color: #fff; }

.bar_orange.bar_background {
  background: url(/img/bg/default_compressed.png), -o-linear-gradient(186.13deg, #FF9900 0%, #FF774B 100%);
  background: url(/img/bg/default_compressed.png), linear-gradient(263.87deg, #FF9900 0%, #FF774B 100%);
  background-size: 700px, 100%;
  background-position: 50% 50%;
  background-blend-mode: hard-light; }

.bar_padding-top_50px {
  padding-top: 50px; }

.bar_padding-top_reset {
  padding-top: 0px; }

.button {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: none;
  color: #fff;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 250px;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px;
  font-size: 12px;
  min-height: 40px;
  text-align: center;
  background: -o-linear-gradient(182.54deg, #3690E3 0%, #22B0DD 98.88%);
  background: linear-gradient(267.46deg, #3690E3 0%, #22B0DD 98.88%);
  -webkit-box-shadow: 0px 5px 10px rgba(54, 169, 227, 0.3);
  box-shadow: 0px 5px 10px rgba(54, 169, 227, 0.3);
  border-radius: 5px;
  padding: 7px 10px;
  text-transform: uppercase;
  min-width: 150px;
  font-weight: 700; }

.button:hover {
  opacity: 1;
  color: #fff;
  background: #FF774B;
  -webkit-box-shadow: 0px 0px 10px rgba(54, 169, 227, 0.1);
  box-shadow: 0 0 10px rgba(54, 169, 227, 0.1); }

.button_orange {
  background: -o-linear-gradient(182.96deg, #FF9900 0%, #FF774B 100%);
  background: linear-gradient(267.04deg, #FF9900 0%, #FF774B 100%); }

.button_orange:hover {
  opacity: 1;
  background: #FF774B; }

.button_tag {
  background: none;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
  border: 1px solid #ff9900;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #ffffff;
  color: black;
  min-height: 24px;
  padding: 3px 8px;
  font-size: 12px;
  text-transform: none;
  font-weight: 100;
  min-height: auto;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.button_tag:hover {
  opacity: 1;
  color: #fff;
  background: #FF774B;
  -webkit-box-shadow: 0px 0px 10px rgba(54, 169, 227, 0.3);
  box-shadow: 0px 0px 10px rgba(54, 169, 227, 0.3);
  border: 1px solid #ff9900; }

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px; }

.grid > * {
  margin: 10px; }

.grid_20px {
  margin: -20px; }

.grid_20px > * {
  margin: 20px; }

.grid_2px {
  margin: -2px; }

.grid_2px > * {
  margin: 2px; }

.grid_stretch > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(50% - 20px);
  min-width: 250px; }

.el-dialog {
  border-radius: 10px;
  min-width: 250px; }

.el-dialog .section__header {
  margin-top: -20px; }

.el-dialog .button {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.el-dialog__body {
  word-break: normal; }

.el-dialog .section__buttons {
  -webkit-flex-basis: 250px;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
  margin-bottom: 0;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.el-pagination {
  margin-bottom: 50px;
  width: 100%;
  text-align: center; }

.el-table .cell {
  word-break: normal; }

input:not([type=radio],[type=range], [type=checkbox]) {
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 20px 40px rgba(0, 0, 0, 0.03), inset 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 20px 40px rgba(0, 0, 0, 0.03), inset 0px 5px 10px rgba(0, 0, 0, 0.05);
  /*font-family: Montserrat, Helvetica, Arial, sans-serif;*/
  font-family: Montserrat;
  font-size: 14px;
  min-height: 40px;
  padding: 5px 10px;
  width: 100%; }

.input_search {
  position: relative; }

.input_search input {
  padding-right: 40px;
  border: 1px solid black;
}

.input_search .input__label {
  background: url("../../../img/icons/search.svg") no-repeat 50% 50%;
  background-size: 16px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  z-index: 1; }

.input__field {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 20px 40px rgba(0, 0, 0, 0.03), inset 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 20px 40px rgba(0, 0, 0, 0.03), inset 0px 5px 10px rgba(0, 0, 0, 0.05);
  /*font-family: Montserrat, Helvetica, Arial, sans-serif;*/
  font-family: Montserrat;
  font-size: 14px;
  min-height: 40px;
  padding: 5px 10px;
  width: 100%; }

textarea.input__field {
  padding: 10px 10px; }

.my-collapse .el-collapse-item__header {
  height: auto;
  min-height: 48px;
  line-height: 17px; }

.my-collapse .el-collapse-item__header.is-active {
  font-weight: 700; }

.faq-accordion__item {
  border-bottom: 1px solid #ebeef5; }

.faq-accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 8px 10px;
  cursor: pointer;
  line-height: 1.4;
  transition: background-color .2s; }

.faq-accordion__header:hover {
  background-color: #f5f7fa; }

.faq-accordion__title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  flex: 1; }

.faq-accordion__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #909399;
  transition: transform .3s;
  margin-left: 10px;
  flex-shrink: 0; }

.faq-accordion__item.is-active .faq-accordion__arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #909399;
  border-top: 0;
  width: 0;
  height: 0; }

.faq-accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease; }

.faq-accordion__item.is-active .faq-accordion__body {
  max-height: 2000px; }

.faq-accordion__content {
  padding: 10px 15px 20px;
  font-size: 13px;
  color: #303133;
  line-height: 1.6; }

.my-select input {
  border-radius: 5px; }

.my-select .el-select {
  width: 100%; }

.my-select .el-select .el-tag__close.el-icon-close {
  background-color: #36A9E3; }

.my-select .el-tag.el-tag--info .el-tag__close {
  color: #fff; }

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: #ff9900 !important; }

.my-slider input {
  border-radius: 5px;
  text-align: center;}

.my-slider .el-slider__input {
  border-radius: 5px;
  float: none;
  margin-top: 0;
  width: 100%; }

.my-slider .el-slider__input > span {
  height: calc(100% - 2px);
  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; }

.my-slider .el-slider__runway.show-input {
  margin: -7px 33px 0;
  border-radius: 0;
  z-index: 1;
  width: calc(100% - 66px); }

.my-slider .el-slider__bar {
  border-radius: 0;
  background-color: #36A9E3; }

.my-slider .el-slider__button {
  border: 2px solid #36A9E3; }

.my-slider .el-input-number__decrease,
.my-slider .el-input-number__increase {
  color: #ff9900; }

.opinion_rating{
  margin: 10px 0 0 0;
}
.rating {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*color: black;*/
  color: #ff9900;
  /*color: #36A9E3;*/
  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: 10px 0 5px 0;
  min-width: 55px;
  text-decoration: none; }

a.rating:hover {
  color: #ff9900; }

.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 #ff9900;
  border-radius: 5px;
  color: #000;
  display: none;
  left: 100%;
  padding: 10px;
  position: absolute;
  top: 15px;
  white-space: nowrap; }

.rating__stars:hover .rating__hint {
  display: block; }

.rating__stars {
  background: url(/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(/img/icons/star_gold.svg);
  content: '';
  position: absolute;
  top: -5px;
  left: -5px; }

.section__buttons {
  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; }

.section__buttons_margin-bottom_50px {
  margin-bottom: 50px; }

.section__header {
  text-align: center;
  margin-bottom: 20px; }

.section__header_margin-bottom_0 {
  margin-bottom: 0; }

.section__header_margin-bottom_20px {
  margin-bottom: 20px; }

.section__hr {
  display: block;
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 28px 1%; }

.bar_orange .section__hr {
  background: rgba(255, 255, 255, 0.3); }

.bar_blue .section__hr {
  background: rgba(255, 255, 255, 0.2); }

.bar_black .section__hr {
  background: rgba(255, 255, 255, 0.1); }

.section__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.bar_blue .section__title,
.bar_orange .section__title,
.bar_black .section__title {
  color: #fff; }

.bar_grey .section__title {
  color: #000; }

.tableScroll {
  position: relative;
  min-width: 700px;
}

.tableScroll:after {
  /*background: rgba(255, 255, 255, 0.8);*/
  background-image: unset;
  /*background-repeat: no-repeat;*/
  /*background-position: 50% 50%;*/
  /*background-size: 10px;*/
  /*border-radius: 50%;*/
  /*content: '';*/
  /*top: 10px;*/
  /*right: 16px;*/
  /*height: 30px;*/
  /*position: absolute;*/
  /*width: 30px;*/
  /*display: none;*/
  /*-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;*/
  /*-webkit-transform: rotate(30deg);*/
  /*-ms-transform: rotate(30deg);*/
  /*transform: rotate(30deg);*/
  /*-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), inset 0px 20px 40px rgba(0, 0, 0, 0.03);*/
  /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), inset 0px 20px 40px rgba(0, 0, 0, 0.03); */
}

.text {
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0; }

.text_background {
  background: #EDF2F6;
  padding: 20px; }

.text_black {
  color: #000; }

.text_blue {
  color: #36A9E3; }

.text_small-title {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase; }

.text_small {
  font-size: 12px; }

.text_subtitle {
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0;
  color: rgba(0, 0, 0, 0.5); }

.text_subtitle:empty {
  margin: 0;
}

.bar_blue .text_subtitle,
.bar_orange .text_subtitle {
  color: rgba(255, 255, 255, 0.5); }

.text_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;}

.wrapper {
  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;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 0;
  width: 100%; }

.wrapper_1200 {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 1200px;
  padding: 0 15px; }

.cities__city {
  background: url(../img/icons/geo.svg) no-repeat 0 50%;
  background-size: 16px;
  color: #000;
  display: block;
  padding: 5px 0;
  padding-left: 30px; }

.cities__list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-columns: 170px;
  -moz-columns: 170px;
  columns: 170px; }

.compare__wrapper {
  overflow: unset;
}
.compare {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03), inset 0px 20px 40px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03), inset 0px 20px 40px rgba(0, 0, 0, 0.03);
  table-layout: fixed;
}

.footer {
  padding: 0; }

.footer__breadcrumbs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin: 10px 0;
  padding: 10px 0 20px;
  width: 100%; }

.footer__breadcrumbs a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  padding-right: 2px; }

.footer__breadcrumbs a:hover {
  color: #ff9900; }

.footer__breadcrumbs a:after {
  content: '>';
  margin-left: 5px; }

.footer__breadcrumbs a:last-child:after {
  content: '';
  margin-left: 0; }

.footer__copy {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin: 0;
  padding: 20px 0 30px; }

.footer__disclaimer-menu {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.footer__disclaimer-menu .menu__label {
  padding-left: 0; }

.footer__logo-search {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  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;
  margin: 0 -10px 10px;
  width: calc(100% + 20px); }

.footer__logo {
  -webkit-flex-basis: 150px;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  margin: 0 10px;
  padding: 10px 0;
  width: 100%; }

.footer__menu {
  margin-left: -10px;
  margin-bottom: 20px;
  min-width: 250px;
  width: 100%; }

.footer__menus {
  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;
  margin: 0 -10px;
  padding-top: 10px;
  width: calc(100% + 20px); }

.footer__network {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 0%;
  background-size: cover;
  display: inline-block;
  height: 30px;
  margin: 0px 0 -9px 26px;
  opacity: 0.75;
  padding-top: 20px;
  width: 30px; }

.footer__network:hover {
  opacity: 1; }

.footer__networks {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  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;
  list-style: none;
  margin: -5px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 0;
  width: calc(100% + 10px); }

.footer__search {
  position: relative; }

.footer__search input {
  padding-right: 40px; }

.footer__search .input__label {
  background: url("/img/icons/search.svg") no-repeat 50% 50%;
  background-size: 16px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  z-index: 1; }

.footer__section {
  padding: 20px 0; }

.footer__section:last-child {
  border-bottom: none; }

.footer__sidebar {
  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: 0 10px;
  width: 250px; }

.footer__top {
  background: #000;
  width: 100%; }

.header {
  background-color: #000;
  width: 100%; }

.header__breadcrumbs-item {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  padding-right: 5px; }

.header__breadcrumbs-item:hover {
  color: #ff9900; }

.header__breadcrumbs-item:after {
  content: '>';
  margin-left: 5px; }

.header__breadcrumbs-item:last-child:after {
  content: '';
  margin-left: 0; }

.header__breadcrumbs-item:last-child:hover {
  color: rgba(255, 255, 255, 0.5);
  cursor: default; }

.header__breadcrumbs {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 5px 0 10px; }

.header__content {
  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;
  margin: 0 -10px;
  width: calc(100% + 20px); }

.header__logo {
  max-width: 150px;
  margin: 0 10px;
  padding: 10px 0;
  width: 100%; }

.header__menu-button {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background: none;
  border: 2px solid #ff9900;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  height: 40px;
  margin: 5px 10px;
  position: relative;
  width: 40px; }

.header__menu-button:focus,
.header__menu-button:hover {
  outline: none;
  -webkit-box-shadow: 0 0 0 1pt #ff9900;
  box-shadow: 0 0 0 1pt #ff9900; }

.header__menu-button span {
  display: block;
  width: 24px;
  height: 2.5px;
  position: absolute;
  background: #ff9900;
  -webkit-transform-origin: 4px 0px;
  -ms-transform-origin: 4px 0px;
  transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  top: calc(50% - 1.5px);
  left: 6px; }

.header__menu-button span:nth-child(1) {
  top: calc(50% - 8.5px); }

.header__menu-button span:nth-child(3) {
  top: calc(50% + 5.5px); }

.header__menu-button_active span:nth-child(2) {
  opacity: 0; }

.header__menu-button_active span:nth-child(1) {
  -webkit-transform: rotate(45deg) scale(1.3);
  -ms-transform: rotate(45deg) scale(1.3);
  transform: rotate(45deg) scale(1.3);
  top: 9.5px;
  left: 7px; }

.header__menu-button_active span:nth-child(2) {
  opacity: 0; }

.header__menu-button_active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) scale(1.3);
  -ms-transform: rotate(-45deg) scale(1.3);
  transform: rotate(-45deg) scale(1.3);
  top: 24.5px;
  left: 5px; }

.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 10px;
  padding: 10px 0; }

.menu {
  -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: 0;
  padding: 0; }

.menu__link > .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  z-index: 1; }

.menu__link_submenu .menu .menu:before {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  content: '';
  height: 100%;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 10px;
  top: 0;
  left: 20px;
  width: 0; }

.menu__link_submenu > .menu .menu {
  padding-left: 20px; }

.menu_mainmenu {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.menu_mainmenu .menu {
  display: none;
  min-width: 250px; }

.menu_mainmenu .menu__item_active > .menu__link > .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.menu_mainmenu > .menu__item > .menu__link > .menu {
  background: #000;
  padding: 5px 0 10px;
  position: absolute;
  top: 100%;
  left: 0; }

.menu_mainmenu > .menu__item:last-child > .menu__link > .menu {
  left: auto;
  right: 0; }

.menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.menu__link .menu__item {
  width: 100%; }

.menu__label {
  color: rgba(255, 255, 255, 0.8);
  display: inline;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 5px 20px;
  position: relative; }

.menu__link_submenu > .menu__label {
  color: #fff;
  cursor: default;
  display: inline;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px; }

.menu_mainmenu .menu__link > .menu__label {
  opacity: 0.85; }

.menu__link:hover > .menu__label {
  color: #fff;
  opacity: 1; }

.menu_mainmenu .menu__link_submenu > .menu__label:after {
  background-image: url(/img/icons/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  bottom: 15px;
  content: '';
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  width: 8px;
  position: absolute;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

.menu_mainmenu .menu__item_active > .menu__link_submenu > .menu__label:after {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.menu__link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.menu__link:hover {
  color: #fff;
  opacity: 1; }

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
  width: calc(100% + 20px); }
.card{
  font-size: 13px;
}
.news .card {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }

.news__title {
  color: #000;
  width: 100%; }

.offers {
  -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;
  margin-top: 0;
  margin-bottom: 0px; }

.offers__button-cell {
  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;
  text-align: center; }

.offers__button {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.offers__data {
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 20px 20px;
  display: inline-block;
  padding-left: 30px;
  padding-bottom: 5px;
  padding-top: 5px;
  min-height: 20px;
}

.offers__data_age {
  background-image: url(/img/icons/person.svg); }

.offers__data_comment {
  background-image: url(/img/icons/comment.svg); }

.offers__data_garant {
  background-image: url(/img/icons/garant.svg); }

.offers__data_geo {
  background-image: url(/img/icons/geo.svg); }

.offers__data_mail {
  background-image: url(/img/icons/mail-orange.svg); }

.offers__data_ok {
  background-image: url(/img/icons/ok.svg); }

.offers__data_percent {
  background-image: url(/img/icons/percent.svg); }

.offers__data_period {
  background-image: url(/img/icons/period.svg); }

.offers__data_sum {
  background-image: url(/img/icons/sum.svg); }

.offers__filters {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 250px;
  -ms-flex: 1 0 250px;
  flex: 1 0 250px;
  margin-bottom: 30px;
  padding: 5px 0;
  position: -webkit-sticky;
  position: sticky; }

.offers__filters .grid > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 250px;
  width: calc(50% - 20px); }

.offers__filtersActivator {
  position: relative;
  padding-left: 35px;
  padding-bottom: 0;
  margin: 0;
  margin-right: 10px;
  background-image: url(../img/icons/ok.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 20px;
  min-height: 20px;
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase; }

.offers__filtersActivator:hover {
  color: #ff9900; }

.offers__filtersActivator:after {
  background-image: url(/img/icons/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  bottom: 4px;
  content: '';
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  width: 8px;
  position: absolute;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

.offers_active .offers__filtersActivator:after {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.offers__filtersActivatorBox {
  background-color: #EDF2F6;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03); }

.offers_active .offers__filtersActivatorBox {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(54, 169, 227, 0.3);
  box-shadow: 0px 0px 10px rgba(54, 169, 227, 0.3); }

.offers__find-button {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.offers__find-button .button {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.offers__link {
  display: inline-block;
  margin: 8px 0 0;
  position: relative;
  cursor: pointer;
  padding-right: 15px; }

.offers__link:hover {
  color: #36A9E3; }

.offers__link:after {
  background-image: url(/img/icons/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  bottom: 5px;
  content: '';
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  width: 8px;
  position: absolute;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.offers__list {
  -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;
  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;
  margin-bottom: 10px;
  padding: 0;
  width: calc(100% + 20px); }

.offers__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  height: 80px; }

.offers__offers {
  -webkit-box-flex: 1000;
  -ms-flex: 1000 1 500px;
  -webkit-flex: 1000 1 500px;
  flex: 1000 1 500px;
  width: calc(100% - 20px);
  display: flex;
  flex-wrap: wrap;
}

.offers__promo {
  background: #fff;
  -webkit-box-shadow: inset 0px 20px 40px rgb(0 0 0 / 3%);
  box-shadow: inset 0px 20px 40px rgb(0 0 0 / 3%);
  display: inline-block;
  margin: 10px 10px 0;
  padding: 5px;
  text-align: center;
  width: calc(100% - 20px);
  position: relative; }

.offers__promo:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient( 250deg, #FF9900 0%, #FF774B 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  border-radius: 10px;
  padding: 1px;
}
.offers__promo-advname {
  border: 3px solid #fff;
  box-shadow: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.offers__promo-advname:before {
  background: unset;
  /*background: #fff;*/
}
.preferences {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -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: -10px;
  list-style: none;
  padding: 0;
  width: calc(100% + 20px); }

.preferences__img {
  background: url("") 50% 50% no-repeat;
  background-size: 55%;
  -webkit-box-shadow: inset 0px 20px 40px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 20px 40px rgba(0, 0, 0, 0.05);
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative; }

.preferences__index {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #36A9E3;
  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;
  margin-top: -10px;
  margin-left: -10px;
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px; }

.preferences__preference {
  -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: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 10px 10px 20px;
  min-width: 250px;
  text-align: center;
  width: calc(25% - 20px); }

.preferences__title {
  text-transform: uppercase; }

a.preferences__title {
  color: #fff;
  cursor: pointer;
  text-transform: uppercase; }

a.preferences__title:hover, a.preferences__link:hover {
  color: #fff; }

a.preferences__link, .preferences__link {
  color:#fff;
  text-transform: none;
}
.news_form_email_input{
  width:40% !important;
}
.tg_bot_link{
  display: flex;
  margin: 0px 0% -35px 0%;
  justify-content: center;
  width: 19%;
}
.tg_bot_link a{
  display: flex;
  align-items: center;
  color:white;
}
.tg_bot_link img{
  width:36px;
  margin: 0 10px;
}
.tg_bot_link span{
  display: flex;
  align-items: center;
  margin: 0 11px;
}
.conacts__data{
  display:flex;
  justify-content:center;
}
.conacts__data a{
  margin: 0px 0px 0px 9px;
}
.pre_map {
  background: linear-gradient(rgba(255, 255, 255, .8), rgba(0, 0, 0, .5)), url(/new_design/img/bg/kazakhstan_map.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 50%;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.pre_map_yandex {
  background: linear-gradient(rgba(255, 255, 255, .8), rgba(0, 0, 0, .5)), url(/new_design/img/bg/kazakhstan_map.webp);
  background-repeat: no-repeat;
  display: flex;
  height: 50px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.show_map_btn{
  width: 21%;
  height: 31px;
  background: #2da133;
  border-radius: 12px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 3px;
  margin-top: 19%;
}
.show_map_btn:hover{
  background:#32b739;
}

.cookie-policy {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: max-content;
  background: #fff;
  z-index: 9;
  padding: 10px;
}
.card__cell .review_img{
  max-width: 80px;
}
.columns__2{
  display: flex;
  justify-content: space-between;
}
.widget ul{
  list-style: none;
  padding-inline-start: 0px;
}
.widget .widget_title {
  border-top: 3px solid #002e5b;
  margin: 0 0 23px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 22px;
  padding: 28px 0 0;
}
.widget img{
  max-width: 60px;
  margin: 0 8px 0 0;
}
.widget li a{
  display: flex;
  align-items: center;
}
.widget__ul li{
  font-weight: 600;
  border-bottom: 1px solid #fff;
  background: #f2f2f2;
  margin: 0;
  padding: 0 23px 0 0;
  color: #002e5b;
}
.widget__ul a{
  color: #002e5b;
  text-decoration: none !important;
  border-left: 5px solid transparent;
  display: inline-block;
  padding: 14px 0 14px 18px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.widget__ul a:hover{
  border-left-color: #ffae9c;
}
.widget__companies li{
  padding: 0 0 5px 0;
  margin: 0 0 8px;
  border-bottom: 1px solid #f2f2f2;
}
.bottom__text-wrap table{
  border-collapse: collapse;
}
.bottom__text-wrap th, .bottom__text-wrap td{
  border: 1px solid gray;
  padding: 8px;
  vertical-align: top;
}
.bottom__text-wrap img {
  max-width: 42%;
  float: inline-end;
  margin: 0 0 0 10px;
}
.gsearch_form{
  display: flex;
  margin: 0 0 18px 0;
}
.copyright{
  display: flex;
  flex-direction: row;
}
.copyright>*{
  margin: 0 30px 0 0px;
}
.col-3{
  column-count: 3;
}
.adr_table_block{
  overflow: auto;
}
.review_likes_par{
  -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);
  padding: 15px;
  margin-bottom: 12px;
}
.review_likes {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #b9b9b9;
  font-size: 12px;
}
.vote {
  display: flex;
  align-items: self-start;
  color: #737373;
  width: 100%;
  justify-content: space-between;
}
.vote .vote_txt {
  font-size: 17px;
  display: flex;
}
.vote div:last-child {
  display: flex;
}
.vote_txt_inner {
  flex-direction: column;
  margin-left: 20px;
}
.vote_txt_inner span{
  margin: 0 3px;
}
.vote .vote_txt .vote_txt_inner div:first-child {
  font-size: 25px;
  font-weight: bold;
}
.vote .vote_txt .vote_txt_inner div:last-child {
  margin-top: 10px;
}
.vote div:last-child {
  display: flex;
}
.vote .thumbs-up {
  background: url(/images/icons/thumbs-up.png) 30px 0px no-repeat;
}
.vote .thumbs-up-voted {
  background: url(/images/icons/thumbs-up-voted.png) 30px 0px no-repeat;
  color: #00a72d !important;
}
.vote .thumbs-down {
  background: url(/images/icons/thumbs-down.png) 30px 0px no-repeat;
}
.vote .thumbs-down-voted {
  background: url(/images/icons/thumbs-down-voted.png) 30px 0px no-repeat;
  color: #ed1c24 !important;
}
.vote a {
  display: flex;
  align-items: center;
  height: 60px;
  width: 70px;
  padding-left: 8px;
  font-size: 23px;
  text-decoration: none;
  background-size: 45px 45px !important;
  color: #8080808a;
}
.response_vote {
  cursor: pointer;
}
.card__activator:after {
  background-image: url(/img/icons/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  bottom: 3px;
  content: '';
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  width: 8px;
  position: absolute;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.card_active .card__activator:after {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.card__details{
  color: black;
}
.card__details-link {
  color: #ff9900;
}
.card__details-link:after {
  background-image: url(../img/icons/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  bottom: 3px;
  content: '';
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  width: 8px;
  position: absolute;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.tooltip-wrap{
  display: flex;
  align-items: baseline;
}
.space__evenly{
  display: flex;
  justify-content: space-evenly;
}
.no__logo{
  max-width: 100%;
  opacity: 0.1;
}
.centertext{
  text-align: center;
}
.invis{
  display: none;
}
.cell img {
  max-width: 100%;
}
.card_25 {
  width: 20%;
  min-width: unset;
}
.ur_data_table{
  border-collapse: collapse;
  min-width: 600px;
}
.ur_data_table:has(div){
  overflow: auto;
}
.ur_data_table th, .ur_data_table td{
  border: 1px solid black;
  padding: 10px 10px;
}
.ur_data_table th:nth-child(1){
  width: 20%;
}
.ur_data_table th:nth-child(2){

}
.ur_data_table th:nth-child(3){

}
.el-table td{
  border: none;
}
.modal_window{
  border-radius: 23px;
  position: fixed;
  outline: none;
  z-index: 2147483647;
  display: none;
  margin-top: -200px;
  top: 50%;
  margin-left: -300px;
  left: 50%;
  flex-direction:row;
}
.modal_no_prlogo{
  left:55%;
}
.mw_child1{
  position: relative;
  outline: none;
  transform-origin: center center;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 21px 0px;
  top: 0px;
  left: 0px;
  background-color: white;
  z-index: 2147483647;
  height: max-content;
  margin-top: 9%;
  cursor:pointer;
}
.mw_child2{
  position: relative;
  outline: none;
  transform-origin: center center;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 21px 0px;
  top: 0px;
  left: 0px;
  background-color: white;
  z-index: 2147483647;
  min-height:400px;
  max-width: 300px;
  border-radius: 10px;
  cursor:pointer;
}
.mw_child2 div{
  padding: 8px 10px;
}
.mw_child2 .button{
  margin: 25px 0px 0px 0px;
}
.modal__logo{
  max-width:100%;
  margin-bottom:50px;
}
.mw_close{
  text-align: right;
  padding: 10px 3px 0px 0 !important;
  cursor:pointer;
}
[class^=mw_close] {
  -webkit-tap-highlight-color: transparent;
}
.mw_close-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color .1s,box-shadow .1s;
  border: none;
  border-radius: 5px;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
.modal__single{
  left:60%;
}
.modal__single .mw_child2{
  min-height:300px;
}
#zad_plan {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
}
.setup-app, .setup-app2{
  cursor: pointer;
  color: white !important;
}
.button .setup-app, .button .setup-app2{
  color: white !important;
}
.popup__common {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup__common #popup {
  background-color: #f3f8ff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  max-width: 93%;
  min-width: 35%;
}
.popup__common p{
  line-height: 26px;
}
.popup__common img{
  max-width: 21px;
  vertical-align: baseline;
  margin: 0 5px;
}
.popup__common .button{
  max-width: 228px;
}
.el-table__row{
  cursor: pointer;
}
.footer_flags {
  display: flex;
  align-items: self-end;
  margin: 10px 0 14px 0px;
  /*justify-content: center;*/
}
.footer_flags div {
  margin: 0 12px 0 0;
  height: 16px;
}
.footer_flags img {
  width: 24px;
  margin: 0 4px 0 0;
  height: 16px;
}
.footer_flags span {
  vertical-align: top;
  color: #ff9900;
}
.footer_flags p{
  color: rgba(255, 255, 255, 0.8);
}
.h3{
  font-weight: bold;
  font-size: 18px;
}
.review_likes_par{
  /*width:max-content;*/
}
.review_likes_block{
  width:100%;
  margin: 30px 0px;
}
.review_likes {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #b9b9b9;
  font-size: 12px;
}
.soft {
  color: #bbb!important;
}
.response_vote {
  cursor: pointer;
}

/*Vote Block*/
.review_likes_par{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.reviews__card .review_likes_par {
  box-shadow: unset;
  padding: 0 10px 6px 0;
  margin-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.reviews__card .card__content{
  flex-direction: column;
}
.reviews__card .card__cell{
  width:100%;
}
.reviews__card .vote a {
  display: flex;
  align-items: center;
  height: 26px;
  width: 32px;
  padding-left: 3px;
  font-size: 23px;
  text-decoration: none;
  background-size: 45px 45px !important;
}

.vote_rew .thumb-up.voted {
  background-position: 0 -44px;
}
.vote_rew .thumb-down.voted {
  background-position: 0 -55px;
}
.vote_rew a {
  background: url(/img/vote.png) 0 -22px no-repeat;
  display: inline-block;
  height: 11px;
  padding-left: 17px;
  font-size: 11px;
}
.vote_rew a {
  background: url(/img/vote.png) 0 -22px no-repeat;
  display: inline-block;
  height: 11px;
  line-height: 11px;
  font-size: 11px;
  padding-left: 17px;
}
.vote_rew a.thumb-down {
  background-position: 0 -33px;
}
/* ----------- */
.right{
  text-align: right;
  justify-content: right;
}
.section__comments {
  flex-direction: column;
}
.page__comment-post {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 10px 0 rgba(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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
  padding: 20px;
  flex-direction: column;
  width:100%;
}
.page__comment-post:hover{
  -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.15);
  box-shadow: 0 0 10px 1px rgba(0,0,0,.15);
}
.page__comment-post-top {
  display: flex;
  justify-content: space-between;
}
.page__comment-post:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page__comment-wrap {
  /*padding: 30px;*/
  background: #fff;
}
.page__comment-wrap .review_likes_par{
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.page__comment-message{
  font-size: 1em;
  margin: 8px 0 8px 0;
}
.page__comment-info {
  font-size: 1em;
  color: #757575;
  margin-top: 4px;
  font-weight: bold;
  display: flex;
  gap: 10px;
}
.page__comment-info-date {
  color: gray;
  font-size: 12px;
  border-bottom: 1px solid #efeff9;
  padding: 0 0 6px 0;
  font-weight: 100;
}
.offer__rekv {
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  /* margin: 10px; */
  padding: 10px;
}
.thead__blue {
  background: #3492e2cc;
  color: white;
}
.sort-options-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-family: Arial, sans-serif;
  justify-content: flex-end;
  width: 100%;
}

.sort-options-container label {
  margin-right: 10px;
  font-weight: bold;
  color: #333;
  width:unset;
  padding-bottom: 0px;
}

.sort-options {
  position: relative;
}

.sort-options select {
  padding: 8px 30px 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  background-color: #f9f9f9;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.sort-options::after {
  content: '▼';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #555;
  pointer-events: none;
}

.sort-options select:focus {
  outline: none;
  border-color: #007bff;
}
.calc__maxcredit{
  width: 100%;
}
.calc__maxcredit form{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.calc__maxcredit .el-row {
  /*flex: 1 1 calc(50% - 20px);*/
  width: 100%;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03), inset 0px 20px 40px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03), inset 0px 20px 40px rgba(0, 0, 0, 0.03);
  padding: 13px;
  border-radius: 10px;
  background: #00000003;
}
.calc__maxcredit > form > .el-form-item{
  width: 100%;
  justify-content: center;
  text-align: center;
  display: flex;
}
.calc__maxcredit > form > .el-form-item .el-form-item__content{
  width: 100%;
}
.flex-parent-1 > div{
  flex:1;
}
.articles {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.article {
  flex: 1 1 calc(33% - 20px);
  box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03), inset 0px 20px 40px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03), inset 0px 20px 40px rgba(0, 0, 0, 0.03);
  padding: 13px;
  border-radius: 10px;
  background: #00000003;
}
.article img {
  max-width: 150px;
  margin: 0 15px 0 0;
}
.img_text {
  display: flex;
  /* align-items: center; */
}
.article_section {
  overflow: hidden; /* Это нужно, чтобы родительский элемент корректно обтекал плавающие элементы */
}

.article_section img {
  /*float: left; !* Картинка будет обтекаться текстом с правой стороны *!*/
  margin-right: 15px; /* Отступ справа от картинки, чтобы текст не прилегал вплотную */
  margin-bottom: 15px; /* Отступ снизу от картинки, чтобы текст не прилегал вплотную */
}
.article_section .article_img{
  float: right;
}
.article_section div {
  overflow: hidden; /* Это нужно, чтобы текст корректно обтекал картинку */
}

.article_section ol,
.article_section ul {
  margin-top: 0; /* Убираем отступ сверху */
  margin-bottom: 15px; /* Отступ снизу для списков */
  margin-left: 0; /* Убираем отступ слева */
  padding-left: 20px; /* Добавляем отступ внутри списка */
  list-style-position: inside; /* Списки будут обтекать картинку */
}
.article_section ol >li > ol{
  display: flow-root;
  margin: 5px 0;
}
.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.carousel a{
  /*margin: 0 16px;*/
  text-align: center;
}
.carousel img {
  /*width: calc(100% / 7);*/
  flex-shrink: 0;
  pointer-events: none;
}
.float-none{
  float: none;
}
.bottom__text-wrap img.float-none{
  float: none;
}
.flex{
  display: flex;
}
.space__between{
  justify-content: space-between;
}
.company__logo {
  margin: -1% 3% 3% 0%;
  max-width: 300px;
  height: fit-content;
}
.img__social {
  max-width: 29px;
  margin: -14px 0 -9px 0px;
}

.map {
  box-sizing: border-box;
  margin: 20px 0;
  width: 100%;
}
.map .button_accent{
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.map__tab {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.map__mapBox {
  -webkit-box-flex: 1000;
  -webkit-flex: 1000 0 300px;
  -ms-flex: 1000 0 300px;
  flex: 1000 0 300px;
  height: 440px;
  min-width: 270px;
}
.map__mapBox_show {/*
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.55em;
font-family: var(--fontRegular);
background: url(/images/gmaps/mexico.jpg) no-repeat;
background-size: cover;
  filter: brightness(30%);*/
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(rgba(255,255,255,.8),rgba(0,0,0,.5)),url(/images/gmaps/philippines.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.map__addresses {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 350px;
  -ms-flex: 1 1 350px;
  box-sizing: border-box;
  flex: 1 1 350px;
  height: 440px;
  margin: 0;
  margin-top: 10px;
  overflow-y: auto;
  padding: 10px 10px 10px 40px;
  width: 100%;
}
.map__addresses_title {
  list-style: none;
  margin: 9px 0px 9px -40px;
  font-size: 1.2em;
  text-align: center;
}
#metka {
  padding-bottom: 2px;
}
.map__address {
  cursor: pointer;
  font-size: 10pt;
  padding: 10px 0;
}
.offer__card_details a{
  margin: 3px 0 7px 0;
}
.best_offers_table{
  max-width: 500px;
}
.best_offers_table td, .best_offers_table th{
  border: none;
  padding: 0 0;
}
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.rating-stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  max-width: 100px;
}
.rating-stars input[type="radio"] {
  display: none;
}
.rating-stars .star {
  font-size: 24px;
  color: #ddd;
  cursor: pointer;
  transition: color 0.2s;
}
.rating-stars .star:hover,
.rating-stars .star:hover ~ .star,
.rating-stars input[type="radio"]:checked ~ .star {
  color: #ffd700;
}
.rating-stars .star-empty {
  font-size: 14px;
  color: #666;
  cursor: pointer;
  margin-left: 10px;
}

.page__comment-rating {
  margin-top: 0px;
}

.rating-display {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}

.star-filled {
  color: #ffd700;
  margin-right: 2px;
}

.star-empty {
  color: #ddd;
  margin-right: 2px;
}
.card__description, .bottom__text-wrap, .article_section {
	/* font-family: 'Inter', sans-serif; /* Современный, читабельный шрифт */
	color: #333; /* Мягкий черный цвет */
	max-width: 1200px; /* Ограничение ширины для удобства чтения */
}

.article_section{
  max-width: unset;
}

.text-block h1 { /* Главный заголовок */
	font-size: 36px;
	font-weight: 700; /* Bold */
}

.card__description h2, .bottom__text-wrap h2, .article_section h2 { /* Подзаголовки */
	font-size: 21px;
	font-weight: 600; /* Semibold */
    margin-top: 15px;
    padding: 0 4px;
}

.card__description h3, .bottom__text-wrap h3, .article_section h3 { /* Подзаголовки */
  font-size: 19px;
  font-weight: 600; /* Semibold */
  margin-top: 15px;
  padding: 0 4px;
}

.card__description p, .bottom__text-wrap p, .bottom__text-wrap ul, .bottom__text-wrap ol, .article_section p, .article_section ol, .article_section ul, .text_block p, .text_block ul, .text_block ol, .card__description ul, .card__description ol { /* Основной текст */
	font-size: 17px;
	line-height: 1.7; /* Увеличенный межстрочный интервал */
	margin-bottom: 1.5em; /* Отступ между абзацами */
}
.section__post_comment-wrap{
  max-width: 666px;
  width: 100%;
  background: #fff;
  padding: 6px 30px 0px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.comment-form__row{
  margin:11px 0 0px 0;
}
.comment-form__row:nth-child(2){
  display: flex;
  justify-content: space-between;
  gap:10px;
}
.comment-form__row:nth-child(2) > div{
  flex:1;
}
.post_page_comment label{
  display: block;
  font-weight: 700;
  margin-bottom: 0px;
  color: #555;
}
.post_page_comment input[type="text"], .post_page_comment input[type="email"], .post_page_comment textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);
  transition: border-color 0.3s, box-shadow 0.3s;
}
h2{
  line-height: 25px;
}
.flex-start{
  justify-content: flex-start;
}
.classicTable{

}
.ul_bare ul, .ul_bare ol, .ul_bare{
  list-style: none;
  text-indent: 0px;
  margin-block-start: 0px;
  padding-inline-start: 0px;
}
.elem_center{
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .news_form_email_input {
    width: 27% !important;
  }
}
@media screen and (max-width: 840px) {
  .news_form_email_input {
    width: 20% !important;
  }
}

@media screen and (max-width: 750px) {
  .bottom__text-wrap img {
    max-width: 100%;
    float: unset;
    margin: 0;
  }
  .footer__network {
    margin: 10px 0 0px 0px; }
  .col-3{
    column-count: 2;
  }
  .copyright{
    flex-direction: column;
  }
  .show_map_btn{
    height: fit-content;
    width: fit-content;
    padding: 10px 8px;
  }
  .footer_subs{
    display:flex;
    flex-direction:column;
  }
  .tg_bot_link {
    display: flex;
    margin: 0px 0px 23px 0;
    justify-content: center;
    width: 100%;
  }
  .header__menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .widgets__lefter{
    width: 100%;
  }
  .widgets__righter{
    display: none;
  }
  .vote {
    flex-direction: column;
  }
  .vote_txt img {
    width: 40px;
  }
  .vote div:last-child {
    width: 100%;
    justify-content: center;
    margin-top: 0px;
    max-height: 37px;
  }
  .vote .vote_txt .vote_txt_inner div:first-child {
    font-size: 14px;
    font-weight: bold;
  }
  .vote .vote_txt .vote_txt_inner div:last-child {
    font-size: 12px;
  }
  .review_likes_par {
    padding: 6px 0px 22px 0px;
    margin-bottom: 18px;
  }
  .space__evenly {
    flex-direction: column;
  }
  .card_25 {
    width: 100%;
  }
  .modal_window{
    flex-direction:column;
    margin-top: 0;
    top: 12%;
    margin-left: 0;
    left: 5%;
  }
  .mw_child1{
    width:max-content;
    left: 15%;
    top: 6px;
  }
  .mw_child1 img{
    width: 204px;
  }
  .mw_child2 div {
    padding: 3px 15px;
  }
  .mw_child2{
    min-height: 333px;
  }
  #mfo th.el-table_1_column_2.is-leaf.is-sortable.el-table__cell{
    position: absolute;
    margin: -16px 0 0 -106px;
  }
  .footer_flags {
    display: block;
    column-count: 2;
  }
  .footer_flags div {
    margin: 0 2px 10px 0;
  }
  .footer_flags img {
    width: 24px;
    margin: 0 4px 0 0;
    height: 16px;
  }
  .page__comment-post-top {
    flex-direction: row;
  }
  .overflow_auto_mobile{
    overflow: auto;
  }
  .calc__maxcredit .el-row {
    flex: 1 1 100%;
  }
  .calc__maxcredit > form > .el-form-item .el-form-item__content{
    width: unset;
  }
  .article {
    flex: 1 1 100%;
  }
  .article_section{

  }
  .article_section img{
    width: 100%;
  }
  .article_section figure{
    margin: 0;
    overflow: auto;
  }
  .article_section figure > table{
      min-width: 500px;
  }
  .flex-column-reverse-mobile{
    flex-direction: column-reverse;
  }
  .flex-column-mobile{
    flex-direction: column;
  }
  .company__logo {
    max-height: unset;
    max-width: 100%;
  }
  .img__social {
    margin: -14px 0 -12px 0px;
  }
  .offer__card_details{

  }
  .offer__card_details a{
    margin: 3px 0 7px 0;
  }
  .card__details {
    flex-direction: column;
  }
  .card__details a {
    padding: 0px 0px;
    max-height: 50px;
  }
  .card__details-link:after{
    bottom: 0px;
  }
  .bottom__text-contents li{
    padding: 7px 0;
  }
  .bottom__text-contents a{

  }
  .copyright a{
    padding: 5px 0;
  }
  .comment-form__row:nth-child(1){
    flex-direction: column;
  }
}
.ssl {
  /* font-size: 12px; */
  /* color: grey; */
  /* margin: 0 0 8px 0; */
}
.ssl img {
  width: 88px;
}

@media screen and (max-width: 750px) {
  .header__menu {
    display: none; }
  .header__menu > .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .menu_mainmenu > .menu__item > .menu__link > .menu {
    position: relative;
    top: 0; }
  .header__menu-button_active ~ .header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
}

@media screen and (max-width: 840px) {
  .el-dialog {
    width: 90%; }
}

@media screen and (max-width: 750px) {
  .header__menu {
    display: none; }
  .header__menu > .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .menu_mainmenu > .menu__item > .menu__link > .menu {
    position: relative;
    top: 0; }
  .header__menu-button_active ~ .header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
}

@media screen and (max-width: 570px) {

  .footer_subs{
    display:flex;
    flex-direction:column;
  }
  .tg_bot_link {
    display: flex;
    margin: 0px 0px 23px 0;
    justify-content: center;
    width: 100%;
  }
  .news_form_email_input{
    width:unset !important;
  }
  .offers__filters {
    display: none; }
  .offers_active .offers__filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
}

@media screen and (max-width: 570px) {
  .offers__filtersActivatorBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 750px) {
  .tableScroll:after {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none; }
  .compare__wrapper {
    overflow: scroll hidden;
  }

  .lite_page .tableScroll{
    overflow: auto;
  }
  .lite_page .el-table__body-wrapper{
    overflow: auto;
  }
  .lite_page .el-table__header-wrapper{
    display:none;
  }
  .lite_header .header__menu{
    display: block;
  }
  .lite_header .menu__label{
    font-size:12px;
  }
  .lite_page .card_mobile_ads{
    width:100%;
  }
}
.link, .link:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  a.preferences__link, .preferences__link{
    word-break: break-all;
  }
  .footer_subs form{
    flex-direction:column;
  }
  .footer_subs .button{
    flex: 0 1 44px;
    width: 92%;
    margin: 10px 0px 0px 0px;
  }
  .bar-company_page-bar{
    padding: 14px 0 0 0;
  }
  .bar-company_page {
    max-height: 111px;
  }
  .bar_padding-top_reset {
    padding-top: 20px;
  }
  .lite_page .card__img img {
    border-radius: 5px;
    max-width: 65%;
    max-height: 65%;
    margin: 0% 0% 0% 0%;
  }
  .card .offers__promo {
    font-size: .85em;
    white-space: pre-wrap;
  }
  .bar__banksTable .el-table tr {
    background-color: #FFF;
    flex-direction: column;
    display: flex;
  }
  .bar__banksTable .el-table__body-wrapper{
    overflow: unset;
  }
  .bar__banksTable .el-table tr {
    background-color: #FFF;
    flex-direction: column;
    display: flex;
  }
  .bar__banksTable col {
    width: 440px;
  }
  .bar__banksTable thead {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .bar__banksTable col {
    width: 414px;
  }
}
@media screen and (max-width: 420px) {
  .bar__banksTable col {
    width: 385px;
  }
}
@media screen and (max-width: 400px) {
  .bar__banksTable col {
    width: 360px;
  }
}
@media screen and (max-width: 390px) {
  .bar__banksTable col {
    width: 350px;
  }
}
@media screen and (max-width: 375px) {
  .bar__banksTable col {
    width: 340px;
  }
}
@media screen and (max-width: 350px) {
  .bar__banksTable col {
    width: 315px;
  }
}
@media screen and (max-width: 320px) {
  .bar__banksTable col {
    width: 290px;
  }
}