/*@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-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: 50px 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_padding-bottom_reset {
    padding-bottom: 20px;
}

.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;
    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 #36A9E3;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #f4f4f5;
    border: 1px solid #e9e9eb;
    color: #909399;
    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; }

.card {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 10px;
    background: #f5f7fa;
    -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);
    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;
    font-size: 12px;
    margin: 10px;
    min-width: 250px;
    padding: 1px;
    padding-left: 2px;
    position: relative;
    width: calc(50% - 20px);
    width: 23%;
    max-width: 23%;
    min-height: 468px;
}

.card:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(54, 169, 227, 0.3);
    box-shadow: 0px 0px 10px rgba(54, 169, 227, 0.3);
    cursor:pointer;}

.card_about {
    width: 250px; }

.card_active {
    -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); }

.card_patch {
    visibility: hidden; }

.card__activator {
    display: inline;
    position: relative;
    cursor: pointer; }

.card__activator:hover {
    color: #ff9900; }

.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__cell {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    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;
    width: calc(50% - 0px);
    min-width: 200px;
    min-height: 49px;
    border-top: 1px solid #EDF2F6;
    border-right: 1px solid #EDF2F6;
    padding: 10px 10px; }

.card__content {
    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);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0px;
    width: 100%; }

.card__description {
    -webkit-box-flex: 10;
    -webkit-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    -webkit-flex-basis: 500px;
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px; }

.card__description ul li {
    word-break: break-word;
    margin: 8px 0;
}
.card__details-link {
    color: #000;
    display: inline;
    position: relative;
    cursor: pointer;
    padding-right: 15px; }

.card__details-link:hover {
    color: #36A9E3; }

.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); }

.card__details {
    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;
    padding: 5px 10px;
    color: #36A9E3;
    width: 100%; }

.card__details-contact {
    display: inline-block;
    font-weight: 700;
    margin: 5px 0;
    text-align: center;
    width: 100%;
}

.card__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;
    border-radius: 10px;
    overflow: hidden; }

.card__hidden {
    background: #EDF2F6;
    border-radius: 0 0 10px 10px;
    color: #000;
    display: none;
    padding: 20px 10px 10px;
    top: calc(100% - 5px);
    left: 0;
    width: 100%;
    z-index: 1; }

.card_active .card__hidden {
    display: block; }

.card__img {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03);
    -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;
    width: 100%;
    align-items: center;  }
.card__img figure {
    margin: 0;
}
.card__img img {
    border-radius: 5px;
    max-width: 100%;
    max-height: 100%; }

.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-size: 14px;
    min-height: 40px;
    padding: 5px 10px;
    width: 100%; }

.input_search {
    position: relative; }

.input_search input {
    padding-right: 40px; }

.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-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; }

.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; }

.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; }

.rating {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    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: 0;
    margin-bottom: 5px;
    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; }

#about .section__header {
    margin-bottom: 0;
}

.section__header {
    text-align: center;
    margin-bottom: 50px; }

.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; }

/*.tableScroll:after {
  background: rgba(255, 255, 255, 0.8);
  background-image: url(../img/icons/arrow_down.svg);
  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); }

.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 {
    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); }

.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: calc(100% - 260px); }

.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: 50%;
    background-size: cover;
    display: inline-block;
    height: 50px;
    margin: 5px;
    opacity: 0.75;
    padding-top: 20px;
    width: 50px; }

.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); }

.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;
    border-top:1px solid white;
    text-align: center; }
.white__border{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.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;
    font-size: 14px;  }

.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);
}

.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: white;
    border: 1px solid #ff774b;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    border-radius: 10px;
    padding: 1px;
    z-index:0;
}
@-moz-document url-prefix() {
    .offers__promo:before {
        z-index: -1;
    }
}
.offers__promo-advname {
    border: 3px solid #fff;
    box-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.offers__promo-advname:before {
    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: none; }

a.preferences__title:hover {
    color: #fff; }

.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;
}
.star_rating_par {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: -12px;
}
.star_rating{
    width: 20%;
    text-align: center;
}
.broker_card .star_rating_par{
    margin-top:-12px;
}
.star_rating_cntOtz{
    margin: 0 0 6px 0px;
}
.header_top{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.header_top h1{
    color: white;
    padding-top: 20px;
}
.logo__cell {
    padding: 10px 10px 0px 10px;
}
.lite_page .rating{
    width: unset;
}
.lite_page .offers__promo {
    position: unset;
    margin-top: 0px;
    border: 1px solid #ff774b;
    border-radius: 9px;
    height: max-content;
}
.lite_page .offers__promo::before {
    position: unset;
    margin-top: 0px;
    border:unset;
}
a.button {
    background: #FF774B;
    /* background: #008000b3; */
}
.cell span{
    word-break: break-word;
}
@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;
    }
    .card {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; } }

@media screen and (max-width: 750px) {
    .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; } }

@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) {
    .star_rating {
        width: 50%;
    }
    .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) {
    .offers__data {
        font-size: 12px;  }
    .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: flex; }
    .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%;
    }
}

@media screen and (max-width: 480px) {
    .star_rating_par {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: end;
        margin-top: 0px;
    }
    .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%;
    }
    .lite_page .card {
        min-width: 47%;
        width: 47%;
    }
    .header_top h1 {
        color: white;
        font-size: 15px;
        padding-top: 0px;
    }
}
