.item-views.tiles.table-elements:not(.news-b) .news-item:not(.first-item) {
  height: 0;
  padding-bottom: 30% !important; }
  @media (max-width: 767px) {
    .item-views.tiles.table-elements:not(.news-b) .news-item:not(.first-item) {
      padding-bottom: 64% !important; } }
  .item-views.tiles.table-elements:not(.news-b) .news-item:not(.first-item) .item {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }
.item-views.tiles.table-elements.news-b .news-item:before, .item-views.tiles.table-elements.news-b .news-item:after {
  content: none; }
.item-views.tiles.table-elements.news-b .news-item .body-info {
  background: linear-gradient(to bottom, rgba(50, 50, 50, 0.5), rgba(0, 0, 0, 0.5)); }
.item-views.tiles.table-elements .news-item {
  position: relative; }
  .item-views.tiles.table-elements .news-item:before {
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 100%); }
  .item-views.tiles.table-elements .news-item:after {
    content: '';
    width: 100%;
    height: 40%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 100%); }
.item-views.tiles.table-elements .item {
  height: 100%; }
  .item-views.tiles.table-elements .item .image {
    height: 100%;
    display: flex;
    align-items: center; }
    .item-views.tiles.table-elements .item .image a {
      height: 100%;
      width: 100%;
      position: relative; }
      .item-views.tiles.table-elements .item .image a .partner-logo {
        width: 110px;
        position: absolute;
        z-index: 2;
        right: 0;
        top: 15px;
        background: #fff; }
      .item-views.tiles.table-elements .item .image a img {
        object-fit: cover;
        height: 100%; }
  @media (min-width: 720px) {
    .item-views.tiles.table-elements .item.first-item .title a {
      font-size: 20px; } }
  .item-views.tiles.table-elements .item.first-item a {
    display: block;
    width: 100%; }
.item-views.tiles.table-elements .body-info {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  color: #fff;
  padding: 5px; }
.item-views.tiles.table-elements .title {
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 600; }
  .item-views.tiles.table-elements .title a {
    color: #fff;
    font-size: 12px; }
.item-views.tiles.table-elements .date {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1; }
  .item-views.tiles.table-elements .date svg {
    width: 14px;
    height: 14px;
    fill: orange;
    margin-right: 5px;
    transform: translateY(-2px); }

.sidebar-news__item {
  padding: 10px;
  border: 1px solid #bbb;
  margin-bottom: 10px;
  border-radius: 5px; }
  .sidebar-news__item:last-child {
    margin-bottom: 0; }
  .sidebar-news__item .text {
    font-size: 12px; }
.sidebar-news .sections a {
  display: block;
  color: #333;
  font-size: 12px;
  margin-bottom: 6px; }
  .sidebar-news .sections a.back-to-news {
    color: #fff;
    border-radius: 4px;
    background: #F38928;
    display: inline-block;
    margin-top: 10px;
    padding: 10px; }
  .sidebar-news .sections a.hide-tag {
    display: none; }
    .sidebar-news .sections a.hide-tag.showed {
      display: block !important; }
.sidebar-news .sections .more {
  font-size: 14px;
  cursor: pointer; }
.sidebar-news .social__links {
  display: flex;
  align-items: center;
  margin-top: 5px; }
  .sidebar-news .social__links a {
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #777;
    width: 35px;
    height: 35px;
    padding: 4px;
    transition: .3s; }
    .sidebar-news .social__links a:hover {
      background: #F38928; }
    .sidebar-news .social__links a:first-child {
      margin-left: 0; }
    .sidebar-news .social__links a:last-child {
      margin-right: 0; }
.sidebar-news .subscribe .fields {
  margin-top: 5px;
  display: flex; }
  .sidebar-news .subscribe .fields input {
    border-radius: 4px;
    border: 1px solid #bbb;
    padding: 10px 5px;
    margin-right: 5px; }
  .sidebar-news .subscribe .fields button {
    color: #fff;
    border-radius: 4px;
    background: #F38928;
    border: 0; }

.partner_bottom_title {
  height: 70px;
  padding-left: 45px;
  padding-right: 45px; }

.logo a {
  display: flex;
  height: 100%;
}

.logo-block {
  display: flex;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px; }
  .tags__mobile-selected {
    border: 1px solid #58595b;
    color: #333;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    @media (min-width: 768px) {
      .tags__mobile-selected {
        display: none; } }
  .tags__list {
    width: 90%;
    height: calc(100vh - 88px);
    display: none;
    border: 1px solid;
    border-top: 0; }
    @media (min-width: 768px) {
      .tags__list {
        width: 90%;
        height: auto;
        display: block;
        border: 0; } }
  .tags__item {
    flex-grow: 1;
    padding: 5px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .tags__item {
        padding: 5px;
        width: auto;
        text-align: right; } }
    @media (max-width: 767px) {
      .tags__item:last-child a.btn {
        border-bottom: 0; } }
    .tags__item a.btn {
      font-size: 12px;
      padding: 9px 11px 11px;
      margin: 0;
      width: calc(100% - 20px);
      position: relative;
      overflow: inherit;
      border: none; }
      .tags__item a.btn:before {
        position: absolute;
        left: -38px;
        top: 0;
        border: 19px solid transparent;
        border-right: 19px solid #003E7E;
        transition: .2s; }
        @media (min-width: 768px) {
          .tags__item a.btn:before {
            content: ''; } }
      @media (max-width: 767px) {
        .tags__item a.btn {
          font-size: 14px;
          white-space: unset;
          background: none;
          color: #333;
          border: none;
          border-bottom: 1px solid;
          padding: 9px 0;
          width: 100%;
          text-align: left; } }
      .tags__item a.btn:hover {
        background: #e8b042; }
        .tags__item a.btn:hover:before {
          border-right-color: #e8b042; }
      .tags__item a.btn.active, .tags__item a.btn:focus {
        background: #056cd7; }
        .tags__item a.btn.active:before, .tags__item a.btn:focus:before {
          border-right-color: #056cd7; }

.pdf-list__img {
  text-align: center; }
.pdf-list__name {
  display: block;
  text-align: center; }
  .pdf-list__name a {
    display: block;
    text-align: center; }
    .pdf-list__name a span {
      margin-right: 0; }

@media (max-width: 1650px) {
  .mainmenu a {
    font-size: 14px; } }
.header-v12 {
  display: none; }

@media (min-width: 1400px) {
  #mobileheader {
    display: none; }

  .header-v12 {
    display: block; } }
@media (max-width: 991px) {
  .partner_bottom_title {
    height: 60px; }
    .partner_bottom_title_text {
      font-size: 14px; }

  .main .form.order {
    margin-bottom: 30px !important; } }
@media (max-width: 767px) {
  .container_c {
    padding: 0 10px; }

  .partner_bottom_title {
    min-height: 50px;
    height: auto; }

  .main .form.order {
    padding: 5px 0px 25px !important; }
  .main .row.captcha-row.logo_captcha_y {
    max-width: 100%; }
  .main .g-recaptcha > div {
    max-width: 100%; }
    .main .g-recaptcha > div iframe {
      max-width: 100%; }
  .main #menu {
    top: 70px; }
    .main #menu li a {
      font-size: 11px; }

  .rc-anchor-normal .rc-anchor-content {
    width: 152px !important; } }
.jqmClose.top-close {
  top: 10px;
  right: 10px; }

.news-item {
  height: 165px; }
  .news-item:first-child {
    height: auto; }
  .news-item.first-item {
    height: 30vh; }
    @media (min-width: 767px) {
      .news-item.first-item {
        height: 50vh; } }

@media (max-width: 767px) {
  .solutions__item:nth-child(1), .solutions__item:nth-child(2) {
    border-bottom: 1px solid #fff; } }
@media (max-width: 460px) {
  .youtube {
    height: auto !important;
    width: 100% !important;
    min-height: 210px; } }

@media (max-width: 767px) {
  .flex-direction-nav {
    display: block; } }

@media (max-width: 460px) {
  .front .flex-direction-nav {
    top: 215px !important; } }

@media (max-width: 988px) {
  .footer_banner {
    display: block; } }
@media (max-width: 988px) {
  .footer_banner__link {
    display: block;
    width: auto; } }
@media (max-width: 988px) {
  .footer_banner_image.desktop {
    width: 100%; } }

.footer_banner__link {
  border: none; }
  @media (max-width: 988px) {
    .footer_banner__link {
      border-bottom: 1px solid #fff; } }

.jqmWindow textarea {
  min-height: 150px; }

.reviews {
  margin-bottom: 44px;
  padding: 0;
  background: none; }
  .reviews__item {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 37px 39px;
    background: #f0f0f0; }
    @media (max-width: 767px) {
      .reviews__item {
        padding: 20px 10px; } }
    .reviews__item:first-child {
      margin-top: 15px; }
    .reviews__item:after {
      content: none; }

.reviewed {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-weight: bold; }
  @media (max-width: 520px) {
    .reviewed.dealer__detail {
      flex-wrap: wrap;
      justify-content: center; } }
  .reviewed.dealer__detail .reviewed__average {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    position: relative;
    z-index: 1;
    transform: translateX(80px); }
  @media (min-width: 520px) {
    .reviewed.dealer__detail .reviewed__right {
      margin-left: auto;
      position: relative;
      z-index: 2; } }
  .reviewed.dealer__detail .reviewed__right .btn {
    margin: 0;
    background: #00396f;
    color: #fff;
    border: 1px solid #00396f;
    transition: .2s; }
    .reviewed.dealer__detail .reviewed__right .btn:hover {
      background: #fff;
      color: #00396f; }
  .reviewed .average__stars {
    margin-right: 10px; }
  .reviewed .average__value {
    font-size: 18px; }
  .reviewed .average__total {
    font-weight: normal;
    color: #7e7e7e;
    font-size: 14px;
    margin-left: 5px; }

.stars__out {
  position: relative;
  color: #ffa500;
  z-index: 1; }

.stars__in {
  position: absolute;
  z-index: 2;
  color: #ffa500;
  font-size: inherit;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 0; }

.bx_searche .bx_item_block {
  line-height: 1;
  min-height: inherit;
  padding: 15px 0; }
.bx_searche .bx_img_element {
  width: 48px;
  height: 48px;
  top: -16px; }

.inline-search-block.fixed.big .search .search-input {
  height: 106px; }
.inline-search-block.fixed.big .search .search-button-div {
  top: 30px; }

#map .map-rating {
  display: block;
  margin-left: 0; }
#map .reviews__item {
  margin-top: 15px;
  padding: 20px; }
#map .reviews__container {
  display: block; }
#map .reviews__gallery {
  width: auto;
  margin-right: 0;
  margin-top: 10px; }
#map .reviews__top {
  display: block;
  text-align: center; }

.inform-partners__list {
  max-height: 53vh;
  overflow-y: hidden;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .inform-partners__list {
      max-height: 35vh;
      /*display: flex;
      flex-wrap: wrap;*/ } }
  .inform-partners__list.shown {
    max-height: unset; }
.inform-partners__item {
  display: flex;
  align-items: center;
  padding: 5px;
  width: 33.333%;
  flex-grow: 1; }
  @media (max-width: 480px) {
    .inform-partners__item {
      /*padding: 5px;
      width: 33.333%;
      flex-grow: 1;*/ } }
  .inform-partners__item-img {
    height: 60px;
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00396f;
    padding: 3px;
    border-radius: 3px;
    margin-right: 0;
    width: 100%; }
    @media (max-width: 480px) {
      .inform-partners__item-img {
        /* margin-right: 0;
         width: 100%;
         */
        height: 40px; } }
  .inform-partners__item-title {
    font-size: 14px;
    display: none; }
    @media (max-width: 480px) {
      .inform-partners__item-title {
        display: none; } }

.show-partners {
  font-size: 14px;
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none; }
  .show-partners:hover {
    text-decoration: none; }

.kadry {
  margin-top: 15px; }
  .kadry__buttons {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .kadry__buttons a {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #888;
      color: #888;
      padding: 9px 20px;
      margin-right: 15px;
      font-weight: bold; }
      .kadry__buttons a img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        flex: none; }
  .kadry__preview {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    .kadry__preview-video {
      width: 350px;
      flex: none;
      margin-right: 30px;
      height: 200px; }
      .kadry__preview-video iframe {
        max-height: 100%; }
    .kadry__preview-text p:last-child {
      margin-bottom: 0; }
  .kadry__item {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ccc; }
    .kadry__item-title {
      font-weight: bold;
      font-size: 22px;
      margin-bottom: 10px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .kadry__item-title.active svg {
        transform: rotate(180deg); }
      .kadry__item-title svg {
        width: 20px;
        height: 14px;
        flex: none;
        transition: .2s; }

.vacancy-title {
  font-size: 25px;
  font-weight: bold; }
  @media (min-width: 1024px) {
    .vacancy-title {
      font-size: 41px; } }
.vacancy-count {
  color: #999; }
.vacancy__tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
.vacancy__tag {
  display: flex;
  align-items: center;
  padding: 10px;
  line-height: 1;
  font-size: 13px;
  cursor: pointer;
  transition: .2s;
  width: 50%; }
  @media (min-width: 1024px) {
    .vacancy__tag {
      width: auto; } }
  .vacancy__tag:not(.noborder) {
    border-bottom: 1px solid rgba(0, 0, 0, 0); }
    .vacancy__tag:not(.noborder):hover {
      border-bottom: 1px solid #ffa500; }
  .vacancy__tag img {
    width: 30px;
    height: 30px;
    flex: none;
    margin-right: 5px; }
.vacancy-page {
  border-top: 1px solid #eee; }
  @media (min-width: 1024px) {
    .vacancy-page {
      border-right: 1px solid #eee;
      margin-top: 15px; } }
  .vacancy-page > .row {
    display: flex;
    flex-wrap: wrap; }
.vacancy-content {
  padding-top: 10px;
  order: 2; }
  @media (min-width: 1024px) {
    .vacancy-content {
      order: 1;
      border-right: 1px solid #eee;
      margin-right: -1px; } }
.vacancy-filter {
  order: 1; }
  @media (min-width: 1024px) {
    .vacancy-filter {
      order: 2;
      border-left: 1px solid #eee; } }
  .vacancy-filter label {
    margin-bottom: 0;
    font-size: 14px; }
  .vacancy-filter [type=radio] {
    appearance: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #ffa500;
    border-radius: 50%;
    margin-top: 0;
    margin-right: 10px; }
    .vacancy-filter [type=radio]:checked {
      border-width: 6px; }
  .vacancy-filter [type=checkbox] {
    appearance: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    flex: none;
    border: 2px solid #ffa500;
    margin-top: 0;
    margin-right: 10px;
    position: relative; }
    .vacancy-filter [type=checkbox].disable {
      border: 2px solid #ccc; }
      .vacancy-filter [type=checkbox].disable + label {
        opacity: 0.7; }
      .vacancy-filter [type=checkbox].disable:checked:before {
        background: #ccc; }
      .vacancy-filter [type=checkbox].disable:checked:after {
        background: #ccc; }
    .vacancy-filter [type=checkbox]:checked:before {
      content: '';
      position: absolute;
      width: 2px;
      height: 7px;
      background: #ffa500;
      display: block;
      top: 6px;
      left: 4px;
      transform: rotate(-40deg); }
    .vacancy-filter [type=checkbox]:checked:after {
      content: '';
      position: absolute;
      width: 2px;
      height: 11px;
      background: #ffa500;
      display: block;
      top: 2px;
      right: 5px;
      transform: rotate(33deg); }
  .vacancy-filter-block, .vacancy-filter__main {
    padding: 10px 0;
    border-bottom: 1px solid #eee; }
  .vacancy-filter-block {
    display: none; }
  .vacancy-filter-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 18px; }
    .vacancy-filter-title svg {
      width: 15px;
      height: 9px;
      flex: none;
      transition: .2s; }
  .vacancy-filter-item {
    display: flex;
    align-items: center;
    margin: 10px 0; }
  .vacancy-filter__region {
    display: block; }
    .vacancy-filter__region-list {
      max-height: 185px;
      overflow-y: auto;
      margin: 10px 0 0; }
.vacancy__item {
  margin-bottom: 30px;
  /*&-detail {
    height: 0;
    opacity: 0;
    transition: .2s;
    &.show {
      height: auto;
      opacity: 1;
    }
  }*/ }
  .vacancy__item.hide {
    display: none; }
  .vacancy__item-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px; }
  .vacancy__item-pay {
    font-weight: bold; }
  .vacancy__item-preview {
    margin-top: 10px;
    font-size: 14px; }
  .vacancy__item-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
  .vacancy__item-tag {
    display: flex;
    align-items: center;
    padding: 10px;
    line-height: 1;
    font-size: 13px; }
    .vacancy__item-tag img {
      width: 30px;
      height: 30px;
      flex: none;
      margin-right: 5px; }
  .vacancy__item-buttons {
    display: flex;
    align-items: center;
    margin-top: 10px; }
  .vacancy__item-button {
    margin-left: 15px; }
    .vacancy__item-button button {
      margin: 0;
      background: none !important;
      color: #ffa500 !important;
      border: 2px solid #ffa500 !important;
      line-height: 1;
      border-radius: 20px;
      padding-top: 12px;
      transition: .2s; }
      .vacancy__item-button button:hover {
        color: #003d76 !important;
        border: 2px solid #003d76 !important; }
    .vacancy__item-button:first-child {
      margin-left: 0; }
    .vacancy__item-button a {
      transition: .2s;
      color: #ffa500;
      font-weight: bold; }
      .vacancy__item-button a:hover {
        color: #003d76; }
.vacancy-list {
  padding-top: 20px; }

.button-reset {
  text-align: center;
  margin-top: 20px; }
  .button-reset .reset-filter {
    background: #ffa500 !important;
    border: 2px solid #ffa500 !important;
    margin: 0; }

.send-resume {
  margin: 0;
  background: #ffa500 !important;
  color: #fff !important;
  border: 2px solid #ffa500 !important;
  line-height: 1;
  transition: .2s;
  padding: 12px 8px; }
  @media (min-width: 1024px) {
    .send-resume {
      padding: 12px 20px; } }
  .send-resume:hover {
    color: #ffa500 !important;
    background: #fff !important; }

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

.ymaps-2-1-78-b-cluster-tabs__menu-item {
  font-size: 11px; }

.inform-partners-block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px; }
  .inform-partners-block .row > div {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .inform-partners-block .news-list {
    padding: 0 15px; }
  @media (max-width: 480px) {
    .inform-partners-block-content {
      order: 2; } }
  @media (max-width: 480px) {
    .inform-partners-block-smi {
      order: 1;
      margin-bottom: 15px; } }

@media (max-width: 767px) {
  .detail img {
    height: auto !important; }

  .news-page {
    padding: 0; } }

/*# sourceMappingURL=dev.css.map */
