<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#profile-submenu .link.active a::after {
  display: none!important;
}

#profile-submenu .link.active::after {
  height: 38px;
  width: 15px;
  background: url(/img/icon-menu-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -15px;
  top: -1px;
  border: 0;
}

#profile-submenu .link.active {
  background: linear-gradient(to right, #fff, #f7f7f7 20%);
}

#profile-submenu .link.active a {

}

#main&gt;table {
  table-layout: fixed;
}

.ads-allowed {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #e3e3e3;
  padding-top: 40px;
  box-shadow: 5px 5px 0 #d3d3d3;
  margin-top: 45px;
}

.ads-allowed__header {
  color: #222;
  font-size: 18px;
  margin: 0;
}

.ads-allowed__left {
  font-size: 26px;
  font-weight: 700;
  margin: 10px 0 0 0;
}

.ads-allowed__max {
  font-size: 12px;
  margin: 0;
  margin-bottom: 20px;
}

a.ads-allowed__button {
  border-radius: 5px;
  border: 3px solid #e94d00;
  background: #f1f1f1;
  width: 148px;
  height: 36px;
  color: #e94d00;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  line-height: 36px;
  text-align: center;
  margin-bottom: 35px;
}

.ads-allowed__bottom {
  background: #f0f0f0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0 18px;
}

.tform input.ads-allowed__submit {
  background-image: linear-gradient(to top, #cb2c07 0%, #cb2c07 7%, #f43509 7%, #f46109 100%);
  box-shadow: none;
}

.tform input.ads-allowed__submit--inactive {
  color: #9c9c9c;
  background-image: linear-gradient(to top, #cbcbcb 0%, #cbcbcb 7%, #d6d6d6 7%, #e0e0e0 100%);
  box-shadow: none;
}

.ads-allowed__tariff {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.ads-allowed__tariff-header {
  color: #222;
  font-size: 16px;
  margin-right: 13px;
}

a.ads-allowed__button--gray {
  border: 3px solid #c0c0c0;
  font-size: 16px;
  color: #222;
  background: transparent;
  font-weight: 400;
  width: 135px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
}

#profile-submenu .link {
  display: flex;
  justify-content: space-between;
  padding-right: 18px;
}

.link__content {
  color: #f45d09;
  font-size: 13px;
}

.news-block {
  margin-top: 42px;
}

.news-block__header {
  display: flex;
  align-items: center;
}

.news-block__header-title {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.news-block__header-title:before {
  content: '';
  display: block;
  width: 17px;
  height: 18px;
  background: url(/img/icon-news.png) no-repeat;
  background-size: cover;
  margin-right: 10px;
}

.news-block__header-link {
  color: #717171;
  font-size: 12px;
  display: block;
  margin-left: 19px;
}

.news-block__list {
  padding-left: 0;
}

.news-block__item {
  list-style: none;
}

.news-block__item+.news-block__item {
  margin-top: 15px;
}

.news-block__date {
  color: #b0b0b0;
  font-size: 12px;
}

a.news-block__link {
  color: #4999dc;
  font-size: 12px;
  line-height: 20px;
  margin-top: 3px;
  display: block;
}

.tariffs {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}

.tariff {
  background: #e3e3e3;
  width: 197px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 5px 5px 0 #d3d3d3;
}

.tariff--active {
  border: 2px solid #f43509;
}

.tariff__header {
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 84px;
}

.tariff__title {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.tariff__active-term {
  color: #222;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
}

.tariff__content {
  padding: 30px 15px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tariff__content-header {
  color: #222;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

.tariff__ads-number {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  margin: 15px auto 0;
  color: #222;
  font-size: 43px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
}

.tariff__ads-overall {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
}

.tariff__price {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.tariff--active .tariff__price {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tariff--active .tariff__price:before {
  content: '';
  display: block;
  width: 125px;
  height: 2px;
  background: #fff;
  margin-bottom: 15px;
  margin-top: 1rem;
}

.tariff__price-number {
  color: #222;
  font-size: 23px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
}

.tariff__price-text {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.tariff__bottom {
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 88px;
}

a.tariff__button {
  background-image: linear-gradient(to top, #cb2c07 0%, #cb2c07 7%, #f43509 7%, #f46109 100%);
  width: 149px;
  height: 41px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  line-height: 38px;
  border-radius: 5px;
  font-weight: 700;
}

a.tariff__button--active {
  border: 3px solid #d1d1d1;
  color: #f43509;
  background: transparent;
}

.balance {
  margin-top: 50px;
}

.balance__current {
  background: #e3e3e3;
  box-shadow: 5px 5px 0 #d3d3d3;
  padding: 23px 32px 23px 22px;
  color: #222;
  font-size: 22px;
  font-weight: 700;
  display: inline-flex;
}

.balance__add {
  background: #f6f6f6;
  padding: 20px 25px 20px 20px;
  display: flex;
  flex-direction: column;
  width: 345px;
  margin-top: 37px;
  margin-bottom: 40px;
}

.balance__add-header {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: 0;
}

.balance__add-item {

}

.balance__add-item-header {
  color: #717171;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 9px;
}

.balance__add-input-wrapper {
  position: relative;
}

.balance__add-input {
  border: 1px solid #bababa;
  background: #fff;
  box-shadow: inset 0 2px 2px #e0e0e0;
  display: block;
  height: 30px;
  width: 100%;
  padding-left: 10px;
}

.balance__add-sign {
  color: #717171;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 30px;
}

.balance__add-payments {
  display: flex;
  margin: 15px 0 24px;
}

a.balance__add-payments-item {
  color: #222;
  font-size: 12px;
  text-align: center;
  width: 82px;
  height: 84px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  outline: none;
}

a.balance__add-payments-item+a.balance__add-payments-item {
  margin-left: 10px;
}

a.balance__add-payments-item--active {
  border: 1px solid #f43509;
  border-radius: 3px;
  background: #fff;
  color: #f43509;
}

.balance__add-payments-item:before {
  content: '';
  display: block;
  height: 52px;
  width: 100%;
}

.balance__add-payments-item--card:before {
  background: url(/img/icon-card.png) no-repeat center;
}

.balance__add-payments-item--yandex:before {
  background: url(/img/icon-yandex.png) no-repeat center;
}

.balance__add-payments-item--webmoney:before {
  background: url(/img/wm-logo.png) no-repeat center;
}

.balance__add-payments-item--qiwi:before {
  background: url(/img/icon-qiwi.png) no-repeat center;
}

.balance__add-button {
  width: 123px;
  height: 51px;
  background-image: linear-gradient(to top, #cb2c07 0%, #cb2c07 7%, #f43509 7%, #f46109 100%);
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 51px;
  border: 0;
  outline: none;
  border-radius: 5px;
}

.balance__subheader {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 22px;
}

.balance__transactions-list {

}

.balance__transaction {
  display: flex;
  background: #f6f6f6;
  box-sizing: border-box;
  padding: 10px 15px 10px 10px;
  justify-content: space-between;
}

.balance__transaction:nth-child(2n) {
  background: #fff;
}

.balance__transaction-header {
  width: 208px;
}

.balance__transaction-title {
  color: #222;
  font-size: 16px;
  line-height: 23px;
}

.balance__transaction-date {
  font-size: 12px;
  margin-top: 5px;
}


.balance__transaction-content {
  color: #747474;
  font-size: 16px;
  line-height: 23px;
  width: 280px;
  margin: 0;
}

.balance__transaction-price {
  color: #222;
  font-size: 16px;
  line-height: 21px;
  align-self: center;
  display: flex;
  text-align: left;
  align-items: center;
  width: 110px;
}

.balance__transaction-price--plus {
  color: #47d334;
}

.balance__transaction-price:before {
  content: '';
  display: block;
  width: 11px;
  height: 6px;
  margin-right: 12px;
  flex: 0 0 auto;
}

.balance__transaction-price--minus:before {
  background: url(../img/icon-arrow--red.svg) no-repeat;
  background-size: cover;
}

.balance__transaction-price--plus:before {
  background: url(../img/icon-arrow--green.svg) no-repeat;
  background-size: cover;
}

.pagination {
  display: flex;
  align-items: center;
  margin-top: 38px;
}

.pagination__button {
  display: flex;
  align-items: center;
}

.pagination__button--back:before {
  content: '';
  display: block;
  width: 5px;
  height: 7px;
  background: url(/img/icon-arrow--black.png) no-repeat;
  background-size: cover;
  position: relative;
  top: 2px;
  margin-right: 20px;
}

.pagination__button--forward:after {
  content: '';
  display: block;
  width: 5px;
  height: 7px;
  background: url(/img/icon-arrow--black.png) no-repeat;
  background-size: cover;
  position: relative;
  top: 2px;
  margin-left: 20px;
  transform: rotate(180deg);
}

.pagination__pages-list {
  margin: 0 30px;
  display: flex;
}

.pagination__page {
  width: 27px;
  height: 27px;
  border-radius: 2px;
  border: 2px solid transparent;
  font-size: 16px;
  color: #463737;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.pagination__page--active {
  border-color: #f43509;
  color: #f5502a;
}

.pagination__page-content {

}

.pagination__page-all {
  display: none;
  font-size: 11px;
  color: #222;
}

.pagination__page--active .pagination__page-all {
  display: block;
  position: absolute;
  bottom: -20px;
  white-space: nowrap;
}

.my-ads {

}

.my-ads h1 {
  margin-bottom: 0;
}

.my-ads__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.my-ads__limit {
  margin-left: 48px;
}

.my-ads__limit-header {
  font-size: 14px;
  color: #222;
  padding-left: 6px;
  margin: 0;
}

.my-ads__limit-content {
  color: #fff;
  background: #f46d09;
  border-radius: 9px;
  width: 130px;
  height: 19px;
  display: block;
  padding: 0 6px;
}

a.my-ads__upgrade-limit {
  width: 174px;
  height: 36px;
  border-radius: 5px;
  border: 3px solid #f4db09;
  color: #e94d00;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-left: 29px;
}

a.my-ads__upgrade-limit:after {
  content: '';
  display: block;
  width: 11px;
  height: 13px;
  background: url(/img/icon-arrow--up.svg) no-repeat;
  background-size: cover;
  margin-left: 9px;
}

.myadv {
  background: #f9f9f9;
  padding-bottom: 20px;
}

.myadv .offers {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.myadv__top {
  display: flex;
  padding: 15px 0 15px 20px;
  position: relative;
}

.myadv .offers div:last-child {
  font-size: 0;
  width: 9px;
  height: 5px;
  background: url(/img/icon-arrow--orange.png) no-repeat;
  background-size: cover;
  transform: rotate(90deg);
  margin-left: 10px;
}

.myadv .controls {
  width: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.myadv .line div::after {
  margin: 0 10px;
}

a.myadv__section {
  color: #b0b0b0;
  font-size: 12px;
}

.myadv__feedback {
  display: flex;
  align-items: center;
}

a.myadv__feedback-new {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.myadv__feedback-new-number {
  color: #30b711;
  font-size: 25px;
  font-weight: 700;
}

.myadv__feedback-new-text {
  color: #30b711;
  font-size: 10px;
  margin-left: 7px;
}

.myadv .country {
  padding-left: 0;
}

.myadv__place-title {
  background-repeat: no-repeat!important;
  background-position: 0 2px!important;
  padding-left: 25px;
}

.myadv__position {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 10px 19px;
}

.myadv__position-line {
  color: #525252;
  font-size: 14px;
  line-height: 25px;
}

a.myadv__position-line-link {
  text-decoration: underline;
  color: #525252;
  font-size: 14px;
}

.myadv__controls {
  display: flex;
  align-items: center;
  padding: 20px;
  padding-bottom: 0;
}

.myadv__controls-item+.myadv__controls-item {
  margin-left: 30px;
}

a.myadv__controls-item-link {
  color: #fd7f32;
  font-size: 14px;
  display: flex;
  align-items: center;
}

a.myadv__controls-item-link--active {
  color: #30b711;
}

a.myadv__controls-item-link--lift:before {
  content: '';
  display: block;
  width: 8px;
  height: 10px;
  background: url(/img/icon-arrow--up.svg) no-repeat;
  background-size: cover;
  margin-right: 5px;
}

a.myadv__controls-item-link--pin:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url(/img/icon-pin.svg) no-repeat;
  background-size: cover;
  margin-right: 5px;
}

a.myadv__controls-item-link--active.myadv__controls-item-link--pin:before {
  background: url(/img/icon-pin--green.svg) no-repeat;
  background-size: cover;
}

a.myadv__controls-item-link--pin-every:before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background: url(/img/icon-rocket.svg) no-repeat;
  background-size: cover;
  margin-right: 5px;
}

a.myadv__controls-item-link--active.myadv__controls-item-link--pin-every:before {
  background: url(/img/icon-rocket--green.svg) no-repeat;
  background-size: cover;
}

.myadv__controls-item-comment {
  color: #222;
  font-size: 11px;
  line-height: 13px;
  margin-top: 9px;
  padding-left: 14px;
}

.advview__meta {
  display: flex;
}

.advview__meta-content {

}

.advview__meta-place {
  color: #222;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.advview__meta-place:before {
  content: '';
  display: block;
  width: 16px;
  height: 11px;
  margin-right: 10px;
  background: url(/image/country/7/icon_172c29b6732929fb70d53b975e7ef15a.png) no-repeat;
  background-size: cover;
}

.advview__meta-date {
  color: #b0b0b0;
  font-size: 12px;
  margin: 18px 0;
  display: flex;
  align-items: center;
}

.advview__meta-date:before {
  content: '';
  display: block;
  width: 15px;
  height: 10px;
  margin-right: 10px;
  background: url(/img/icon-calendar.png) no-repeat;
  background-size: cover;
}

.advview__meta-sections {
  padding-left: 26px;
}

a.advview__meta-section-item {
  color: #b0b0b0;
  font-size: 12px;
}


.advview .myadv__position {
  margin-top: 26px;
}

.offers-no {
  margin-left: 45px;
  display: block;
  float: left;
  color: #222;
  font-size: 16px;
}

.oneoffer.isfav .head {
  border: 4px solid #00b12a;
}

div.oneoffer--common.isfav div.head {
  border: transparent;
}

.oneoffer.isfav .fav::after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: url(/img/icon-fav--active.png) no-repeat;
  background-size: cover;
}

div.oneoffer--common.isfav .fav::after {
  background: url(/img/icon-fav-active.png) no-repeat;
}

.offersblock .dtitle {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin: 50px 0 35px;
}

a.oneoffer__restore {
  display: flex;
  align-items: center;
  color: #30b711;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 54px;
}

a.oneoffer__restore:before {
  content: '';
  display: block;
  background: url(/img/icon-restore--green.svg) no-repeat;
  background-size: cover;
  width: 12px;
  height: 10px;
  margin-right: 10px;
}

.oneoffer.isremoved .fav {
  display: none;
}

.oneoffer.isremoved .delete {
  display: none;
}

.myads-wrapper {
  width: 620px!important;
}

#modal-offer-delete .title {
  color: #ffcd46;
}

#profile-menu {
  right: -61px;
  left: auto;
  z-index: 99999;
  min-width: 200px;
}

.mobile-menu {
  display: none;
}

.countries__button {
  display: none;
}

.grayblock .advlist&gt;div div:first-child {
  width: 225px!important;
}

.adv-status {
  position: absolute;
  top: -20px!important;
  left: 0;
  height: 20px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.myadv {
  overflow: visible;
}

#auth-block {
  position: relative;
}

#menu-tr&gt;div {
  overflow: visible;
}

#main &gt; table tr td:nth-child(3) .grayblock .advlist&gt;div div:first-child {
  width: auto!important;
}

.version-button {
  display: none;
}

.dsk-hewr {
  display: block!important;
}

.mob-gnhla {
  display: none!important;
}





@media screen and (max-width: 767px) {

  body {
    -webkit-text-size-adjust: none;
  }

  .breadcrumbs a {
    font-size: 14px!important;
  }

  h1 {
    font-size: 24px!important;
  }

  .modal .title {
    font-size: 24px!important;
  }

  .modal {
    box-sizing: border-box!important;
    left: 0!important;
  }

  .dsk-hewr {
    display: none!important;
  }

  .mob-gnhla {
    display: block!important;
  }

  .grayblock {
    display: none;
  }

  #profile-submenu {
    border-right: 0;
    padding: 2rem;
  }

  #main&gt;table tr td:first-child {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
  }

  #main&gt;table tr td:last-child {
    display: none;
  }

  .modal {
    width: 100%!important;
  }

  a.version-button {
    display: block;
    text-align: center;
    height: 50px;
    width: 260px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 30px auto;
    color: #fff;
    line-height: 48px;
    text-decoration: none;
  }

  #logo {
    width: auto;
    float: none;
    margin-right: 0;
    padding-top: 0;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .content-width {
    width: 100%!important;
  }

  #logo img {
    width: 96px;
    height: 25px;
  }

  #menu-tr&gt;div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #main&gt;table td {
    box-sizing: border-box;
    max-width: 100%;
  }

  #mlinks {
    display: flex;
  }

  #main&gt;table tr td:first-child {
/*    display: none;*/
  }

  .index-filter-form {
    overflow: hidden;
  }

  #main&gt;table td {
    width: 100%;
    padding: 0 10px 20px;
  }

  #main&gt;table tr td:last-child {
    display: none;
  }

  #main tr {
    display: flex;
    flex-direction: column;
  }

  #footer .main {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0 50px;
  }

  #footer {
    height: auto;
  }

  #footer .line {
    height: auto;
    padding: 45px 0 36px;
  }

  #footer .line .content-width {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #footer .logo img {
    display: block;
  }

  #footer .line .logo {
    background: none;
    width: 231px;
    height: 51px;
    margin-right: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
  }

  #footer .line .smallbanner {
    border: 0;
    margin: 23px 0 31px;
  }

  #footer .line .feedburner {
    display: none;
  }

  #footer .line .smallbanner:nth-child(n+4) {
    display: none;
  }

  #footer .line .rights {
    margin: 0;
  }

  #footer .main .col:nth-child(1) a:nth-child(1) {
    display: none;
  }

  #footer .main .col:nth-child(1) a:nth-child(3) {
    display: none;
  }

  #footer .main .col {
    margin: 0;
  }

  #footer .main .col a {
    text-align: center;
  }

  #mlinks&gt;a .icon {
    display: none!important;
  }

  #mlinks&gt;a {
    font-size: 15px;
    height: 70px;
  }

  #big-add {
/*    display: none;*/
  }

  #auth-block {
    display: none;
  }

  .pagination-block {
    display: none;
  }

  .subscribe-block {
    display: none;
  }

  .banner-bottom {
    width: 306px!important;
    margin: 12px auto 17px!important;
    height: 409px;
    background: #e8e8e8;
  }

  #main {
    margin-bottom: 0;
    margin-top: 0;
  }

  .index-filter-form {
    margin-bottom: 0;
  }


  .tab.set-direct {
/*    display: none;*/
  }

  .tab.set-nodirect {
/*    display: none;*/
  }

  h1 {
    text-align: center;
    margin-bottom: 0;
    margin: 25px 0;
  }

  .m-top-25 {
    margin-top: 0;
  }

  .tabs {
    background: #f43f09;
    width: 100%;
    padding: 18px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
  }

  .tabs:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: #f43f09;
    bottom: -10px;
    position: absolute;
    z-index: 2;
    transform: rotate(45deg);
    left: 22px;
  }

  .tab.set-all {
/*
    float: none;
    border-radius: 5px;
    border: 1px solid #fff;
    width: 100%!important;
    padding-left: 13px;
    background: url(/img/icon-arrow--white.png) no-repeat right 15px center!important;
*/
  }

  .tabs .tab div, .tabs .tab a {
    text-align: left;
  }

  .searchblock input[type=text] {
    width: 254px;
    height: 41px;
    margin: 0 auto;
    display: block;
    background: #b5340d url(/img/icon-search--white.png) no-repeat right 19px center;
    border: 0;
    margin-top: 22px;
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .searchblock input[type=text]::-webkit-input-placeholder {color:#fff;}

  .searchblock input[type=text]::-moz-placeholder {color:#fff;}

  .searchblock input[type=text]:-moz-placeholder {color:#fff;}

  .searchblock input[type=text]:-ms-input-placeholder {color:#fff;}

  .tabcontent {
    padding: 10px 0 30px;
  }

  #menu {
    height: auto;
  }

  #menu-tr {
    height: auto;
  }

  .big-add-button {
    width: 47px;
    height: 49px;
    position: absolute;
    top: 0;
    right: 0;
    background: url('/img/icon-add.svg') no-repeat center, linear-gradient(to top, #f43509, #f46109);
    padding: 0;
    font-size: 0;
    box-shadow: none;
    border-radius: 0;
  }

  .big-add-button:active {
    top: 0;
    left: auto;
  }

  .mobile-menu {
    display: block;
  }

  a.countries__button {
    display: flex;
    background: #1b1b1b;
    width: 100%;
    color: #a3a3a3;
    font-size: 17px;
    font-weight: 700;
    border: 1px solid #3d3d3d;
    width: 280px;
    height: 38px;
    margin: 0 auto;
    align-items: center;
    padding-left: 13px;
    text-decoration: none;
    background: url(/img/icon-arrow--gray-right.png) no-repeat right 15px center;
    border-radius: 5px;
  }

  #big-add {
    padding: 0;
    float: none;
  }

  #countries .content-width {
    display: none;
  }

  #countries {
    height: auto;
    padding: 17px 0;
    background: #1b1b1b;
  }

  .mobile-menu__button {
    width: 24px;
    height: 19px;
    position: absolute;
    left: 9px;
    top: 15px;
    display: block;
    background: #000;
    background: url(/img/icon-menu.svg) no-repeat;
    background-size: cover;
  }

  .mobile-menu__content {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 85.3%;
    overflow: hidden;
  }

  .mobile-menu__content-button {
    width: 47px;
    height: 50px;
    position: fixed;
    right: 0;
    top: 0;
    background: #efefef url(/img/icon-menu.svg) no-repeat center;
    display: block;
  }

  .mobile-menu__header {
    height: 50px;
    display: flex;
    align-items: center;
    background: #fff;
  }

  a.mobile-menu__login {
    color: #222;
    font-size: 20px;
    display: flex;
    align-items: center;
    padding-left: 18px;
    text-decoration: none;
  }

  .mobile-menu__login:before {
    content: '';
    display: block;
    width: 40px;
    height: 20px;
    background: url(/img/icon-key.svg) no-repeat;
    background-size: cover;
    margin-right: 15px;
  }

  .mobile-menu__search {
    background: #1b1b1b;
    padding: 15px 26px 14px 23px;
    margin-bottom: 0;
  }

  .mobile-menu__input {
    width: 224px;
    height: 41px;
    background: #363636 url(/img/icon-search--white.png) no-repeat right 15px center;
    border: 0;
    display: block;
    border-radius: 5px;
    padding-left: 10px;
    color: #fff;
  }

  .mobile-menu__links-wrapper {

  }

  a.mobile-menu__link {
    color: #fff;
    font-size: 20px;
    height: 55px;
    display: flex;
    align-items: center;
    color: #222;
    font-size: 20px;
    width: 100%;
    padding-left: 23px;
    background: #fff;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
  }

  a.mobile-menu__link:after {
    content: '';
    display: block;
    width: 9px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/img/icon-arrow--gray-right.png) no-repeat;
  }

  .mobile-menu__link+.mobile-menu__link {
    border-top: 1px solid #f3f3f3;
  }

  .body--menu {
    overflow: hidden;
    position: fixed;
  }

  .body--menu:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
    position: relative;
    z-index: 3;
  }

  a.mobile-menu__user {
    display: flex;
    align-items: center;
    padding-left: 18px;
  }

  .mobile-menu__user-pic {
    width: 38px;
    height: 38px;
    background: url(/img/icon-user.png) no-repeat;
    background-size: cover;
    margin-right: 16px;
    position: relative
  }

  .mobile-menu__user-email {
    color: #222;
    font-size: 20px;
  }

  .mobile-menu__notifications {
    width: 16px;
    height: 15px;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    background: #f46d09;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
  }

  .tabcontent .list div {
    float: none!important;
  }

  #mlinks&gt;a {
    padding-top: 0;
  }

  #mlinks&gt;a.active {
    position: relative;
    background: #222;
  }

  #mlinks&gt;a.active:after {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: #1b1b1b;
    bottom: -10px;
    position: absolute;
    z-index: 2;
    transform: rotate(45deg);
    left: 22px;
  }

  #mlinks {
    width: 100%;
  }

  #mlinks&gt;a {
    display: flex;
    align-items: center;
    width: 50%;
  }

  #countries .content-width {
    background: #fff;
    display: none;
    width: 306px!important;
    height: 255px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
  }

  #countries .search {
    bottom: auto;
    top: 0;
    top: 0;
    left: 0;
    padding: 10px!important;
    background: #1b1b1b;
    width: 286px;
    margin: 0 auto;
    display: block;
  }

  #countries .search input[type=submit] {
    top: 20px;
    right: 22px;
  }

  #countries .content-width.active {
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow-y: scroll;
    height: 193px;
    padding: 20px 0;
    padding-top: 72px;
  }

  #countries .content-width .column {
    padding: 0;
    margin: 0;
    float: none;
    box-sizing: border-box;
    width: 100%!important;
    overflow: visible;
  }

  #countries .content-width .column a {
    font-size: 15px;
    color: #222;
    background-position: 25px center;
    padding-left: 50px;
    position: relative;
  }

  #countries .content-width .column a:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #1b1b1b;
    border-radius: 50%;
    box-sizing: border-box;
  }

  #countries .content-width .column a .counter {
    color: #222;
  }

  #countries .content-width .column a.selected {
    color: #f43f09;
    background-color: transparent;
  }

  #countries .content-width .column a.selected:before {
    border-color: #f43f09;
  }

  #countries .content-width .column a.selected:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 31px;
    top: 50%;
    transform: translateY(-50%);
    background: #222;
    border-radius: 50%;
  }

  #countries .content-width .column a:first-child {
    margin-top: 0;
  }

  #countries .content-width .column a.selected .counter {
    color: #222;
  }

  #profile-submenu {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .profile-submenu__links {
    display: none;
    width: 100%;
    margin-top: 15px;
    border: 2px solid #222;
    box-sizing: border-box;
    position: relative;
  }

  .profile-submenu__links:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    left: 100px;
    top: -10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #222 transparent;
  }

  .profile-submenu__links.profile-submenu__links--active {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }

  #profile-submenu .link {
    padding: 1rem;
  }

  #profile-submenu .link a {
    color: #222;
  }

  #profile-submenu .user {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }

  #profile-submenu .user:after {
    content: '';
    display: block;
    background: url(../img/icon-arrow--gray.png) no-repeat center;
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }

  #profile-submenu .user.active:after {
    transform: rotate(180deg);
  }

  #profile-submenu .link.active::after {
    display: none;
  }

  #profile-submenu .link.active {
    border: 0;
    background: transparent;
  }

  #profile-submenu .link.active a {
    text-decoration: underline;
  }

  .cv-set-all {
    width: 100%!important;
    display: flex;
    justify-content: center;
  }

  .cv-set-0 {
    width: 100%!important;
    display: flex;
    justify-content: center;
  }

  .cv-set-1 {
    width: 100%!important;
    display: flex;
    justify-content: center;
  }

  form[action="/poisk-raboti"] .tabs {
    flex-direction: column;
  }

  .index-filter-form .tabs {
    flex-direction: column;
    display: flex;
  }

  .set-all {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%!important;
    box-sizing: border-box;
  }

  .set-all div {
    margin-top: 0!important;
  }

  .set-direct {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%!important;
  }

  .set-nodirect {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%!important;
  }

  .phoneblock {
    width: 100%;
    height: auto;
    background-size: cover;
    box-sizing: border-box;
    padding: 20px;
    flex-direction: column;
  }

  .phoneblock &gt; div:first-child {
    float: none;
    padding: 0;
  }

  .phoneblock &gt; div:last-child {
    float: none;
    padding: 0;
    margin-top: 10px;
    margin-right: 0;
  }

  .message-success, .message-error {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 17px;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .message-success div, .message-error div {
    padding-top: 0;
    position: relative;
    top: -3px
  }
}
</pre></body></html>