/* Variables */
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, input {
  /* margin: 0; */
  /* padding: 0; */
  border: 0;
  /* font-size: 100%; */
  /* font: inherit; */
  /* vertical-align: baseline; */
  /* box-sizing: border-box; */
  }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  background-color: #f6f6f6; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

p {
  line-height: 21px; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Common */
html {
  font-family: 'Roboto', sans-serif;
  font-size: 13px; }

html.short {
  height: 100%; }
  html.short body {
    height: 100%;
    padding-bottom: 141px; }
  html.short footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0; }

h1 {
  font-size: 32px;
  font-weight: 900; }

h2 {
  font-size: 25px;
  font-weight: 900; }

h3 {
  font-size: 20px;
  font-weight: 700; }

.wrapper {
  max-width: 960px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto; }

.clearfix:after {
  display: block;
  clear: both;
  content: ''; }

.link_grey {
  color: #a3b1ba;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400; }

.link_grey:hover {
  color: white; }

.blue-button {
  color: white;
  background: -webkit-linear-gradient(90deg, #0e9bd5, #28b2ea);
  background: linear-gradient(0deg, #0e9bd5, #28b2ea);
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  outline: none;
  font-weight: 900; }

.blue-button:hover {
  background: -webkit-linear-gradient(90deg, #57b9e2, #69c9f0);
  background: linear-gradient(0deg, #57b9e2, #69c9f0); }

.breadcrumbs {
  padding: 25px 20px 10px; }

.breadcrumbs__item {
  color: #5499b6;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none; }
  .breadcrumbs__item:after {
    content: '/';
    display: inline;
    color: #49535a;
    margin: 0 6px; }

/* Header */
.header {
  box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.15);
  z-index: 20; }

.header__top {
  background-color: #49535a;
  height: 38px; }

.header__auth {
  float: left;
  position: relative;
  line-height: 38px;
  height: 38px; }
  .header__auth a {
    padding-left: 30px;
    position: relative;
    margin-right: 10px;
    float: left;
    height: 38px;
    display: inline-block; }

.header__menu {
  float: right; }

.header__menu-link {
  float: left;
  margin-left: 40px;
  line-height: 38px; }
  .header__menu-link:first-of-type {
    margin-left: 0; }

.header__login:before {
  content: '';
  display: block;
  position: absolute;
  width: 17px;
  height: 15px;
  background: transparent url("/i/app/login.svg") center no-repeat;
  left: 0px;
  top: 10px; }

.header__logout:before {
  content: '';
  display: inline-block;
  position: relative;
  bottom: -2px;
  width: 11px;
  height: 14px;
  margin: 0 8px 0 10px;
  background: transparent url("/i/app/logout.svg") center no-repeat;}

.header__bottom {
  background-color: white;
  height: 78px;
  padding: 15px 0; }

.header__logo {
  height: 48px; }
  .header__logo img {
    max-height: 48px;
    max-width: 193px; }

.header__add-post {
  display: inline-block;
  float: right;
  height: 48px;
  width: 220px;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 13px; }

.header__menu-mobile {
  display: none; }

.header__hamburger {
  display: none; }

/* Footer */
.footer {
  background-color: #363f45; }
  .footer .wrapper {
    padding: 0 30px; }
    .footer .wrapper:first-of-type {
      height: 75px;
      padding-top: 30px; }
    .footer .wrapper:last-of-type {
      padding-bottom: 30px; }

.footer__copyright {
  color: #a3b1ba;
  font-size: 14px;
  font-weight: 400;
  float: left; }

.footer__menu {
  float: right; }

.footer__menu-link {
  float: left;
  margin-left: 45px; }
  .footer__menu-link:first-of-type {
    margin-left: 0; }
  .footer__menu-link a {
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none; }
    .footer__menu-link a:hover {
      color: #9fdbf4; }

.footer__payment-systems {
  float: right; }

.footer__payment-system-logo {
  float: left;
  margin-left: 30px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer__payment-system-logo:first-of-type {
    margin-left: 0; }
  .footer__payment-system-logo img {
    margin: auto; }

.footer__yandex-metrika {
  float: left; }

/* Single post */
.post {
  background-color: white;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 23px 20px;
  border-radius: 3px;
  margin-bottom: 20px; }

.post__title {
  color: #49535a;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 22px; }

.post__phone {
  margin-top: 25px;
  height: 66px;
  line-height: 66px;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none; }
  .post__phone.post__phone-hidden:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 23px;
    height: 23px;
    background: transparent url("/i/app/button-phone.svg") center no-repeat;
    margin-right: 15px;
    top: 5px; }
  .post__phone.post__phone-visible {
    background: -webkit-linear-gradient(90deg, #edc52f, #f3ca31);
    background: linear-gradient(0deg, #edc52f, #f3ca31);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    color: #49535a;
    font-size: 30px;
    cursor: default; }

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

.post__img-section {
  margin-right: 20px;
  min-width: 200px;
  float: left;
  position: relative; }

.post__img-container {
  max-width: 208px; }
  .post__img-container img {
    max-width: 100%;
    max-height: 200px;
    border-radius: 4px;
    margin: 0 auto; }

.post__desc-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  position: relative; }

.post__price-table {
  margin-right: 20px;
  float: left;
  position: relative; }
  .post__price-table table {
    background-color: #f6f6f6;
    border-radius: 4px; }
  .post__price-table tr {
    white-space: nowrap;
    border-bottom: 2px solid white;
    height: 38px; }
  .post__price-table td {
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    color: #737373;
    padding-left: 10px; }
    .post__price-table td:last-of-type {
      padding-right: 15px;
      font-weight: 900; }

.post__desc-text {
  font-size: 13px;
  color: #49535a;
  font-weight: 400;
  line-height: 21px;
  max-width: 360px;
  -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
  float: left;
  position: relative; }

.post__button-container {
  padding-top: 20px; }

.post__button-up {
  margin-bottom: 20px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  display: block;
  color: #1da8e1;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  /*Border*/
  border-radius: 4px;
  border-top: 2px solid #28b2ea;
  border-bottom: 2px solid #0e9bd5;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 2px 100%;
  background-image: -webkit-linear-gradient(90deg, #0e9bd5, #28b2ea), -webkit-linear-gradient(90deg, #0e9bd5, #28b2ea);
  background-image: linear-gradient(0deg, #0e9bd5, #28b2ea), linear-gradient(0deg, #0e9bd5, #28b2ea); }
  .post__button-up:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 11px;
    height: 10px;
    background: transparent url("/i/app/arrow-blue-up.svg") center no-repeat;
    margin-right: 5px; }
  .post__button-up:hover {
    background: transparent -webkit-linear-gradient(90deg, #edc52f, #f3ca31) 100% center;
    background: transparent linear-gradient(0deg, #edc52f, #f3ca31) 100% center;
    border-top-color: transparent;
    border-bottom-color: transparent;
    color: #49535a; }
    .post__button-up:hover:before {
      background: transparent url("/i/app/arrow-grey-up.svg") center no-repeat; }

.post__number {
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  color: #8c8c8c;
  font-size: 13px;
  text-align: center;
  height: 35px;
  line-height: 33px;
  margin-bottom: 20px; }

@media screen and (max-width: 850px) {
  .post__desc-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .post__price-table {
    margin-right: 0;
    margin-bottom: 20px;
    float: none; }
    .post__price-table table {
      width: 100%; }
  .post__desc-text {
    float: none;
    max-width: 570px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (max-width: 768px) {
  .footer__menu-link {
    margin-left: 10px; } }

@media screen and (max-width: 600px) {
  .post__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .post__img-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-right: 0; }
  .post__img-container {
    width: 200px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0.0001 200px;
            flex: 1 0.0001 200px; }
  .post__button-container {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 5 100%;
            flex: 1 5 100%;
    margin-left: 20px;
    padding-top: 0; }
  .post__button-up, .post__number {
    width: 100%;
    height: 65px;
    line-height: 61px; }
  .footer__menu-link {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
    text-align: right; }
  .footer .wrapper {
    position: relative; }
    .footer .wrapper:first-of-type {
      height: auto;
      margin-bottom: 20px; }
  .footer__yandex-metrika {
    position: absolute;
    top: -60px;
    left: 30px; }
  .footer__payment-systems {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .footer__payment-system-logo {
    margin-left: 0;
    float: none;
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .header__menu {
    display: none; }
  .header__hamburger {
    margin-top: 8px;
    display: block;
    float: right;
    position: relative;
    z-index: 40;
    width: 22px;
    height: 22px; }
    .header__hamburger span {
      height: 4px;
      display: block;
      background-color: #9fb2bc;
      border-radius: 2px;
      -webkit-transition: all .3s ease-in-out 0s;
              transition: all .3s ease-in-out 0s;
      position: absolute;
      width: 100%;
      -webkit-transform-origin: left center;
              transform-origin: left center;
      left: 0; }
      .header__hamburger span:nth-of-type(1) {
        top: 0; }
      .header__hamburger span:nth-of-type(2) {
        top: 8px; }
      .header__hamburger span:nth-of-type(3) {
        top: 16px; }
  .header__menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 29;
    background: rgba(46, 61, 77, 0.7); }
    .header__menu-mobile.header__menu-mobile_active {
      display: block; }
      .header__menu-mobile.header__menu-mobile_active + .header__hamburger span:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .header__menu-mobile.header__menu-mobile_active + .header__hamburger span:nth-of-type(2) {
        width: 0; }
      .header__menu-mobile.header__menu-mobile_active + .header__hamburger span:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .header__menu-mobile-list {
    position: fixed;
    width: 320px;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 30;
    background-color: #fff;
    padding: 70px 35px 20px; }
  .header__menu-mobile-link {
    margin-bottom: 30px; }
    .header__menu-mobile-link a {
      font-size: 16px;
      color: #00aae4;
      text-decoration: none;
      font-weight: 700; }
    .header__menu-mobile-link:first-of-type a {
      color: #49535a; } }

@media screen and (max-width: 480px) {
  .post__phone a {
    color: #49535a;
    text-decoration: none; }
  .post__desc-text {
    display: none; }
  .post__price-table {
    margin-bottom: 0; }
  .post__number {
    padding-top: 10px;
    line-height: 20px; }
    .post__number span {
      display: block; }
  .header__add-post {
    width: 200px; } }

@media screen and (max-width: 420px) {
  .post {
    padding: 23px 10px; }
  .post__phone {
    font-size: 16px; }
    .post__phone.post__phone-visible {
      font-size: 24px; }
  .post__desc-section {
    width: 100%; }
  .post__img-section {
    width: 100%; }
  .post__price-table {
    width: 100%; }
    .post__price-table td {
      padding-left: 5px; }
      .post__price-table td:last-of-type {
        padding-right: 5px; }
  .post__info, .post__img-section, .post__desc-section {
    display: block; }
  .post__img-container {
    width: 100%;
    max-width: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 20px; }
    .post__img-container img {
      display: block; }
  .post__button-container {
    margin-left: 0; }
  .footer__copyright {
    float: none; }
  .footer__menu {
    float: none;
    margin-top: 10px; }
  .footer__menu-link {
    text-align: left; }
  .footer__yandex-metrika {
    position: static;
    float: none;
    margin-bottom: 20px; }
  .footer__payment-system-logo {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 10px; }
  .header__logo {
    display: inline-block;
    width: 110px;
    height: 30px; }
  .header__add-post {
    height: 30px;
    line-height: 30px;
    width: 180px;
    font-size: 12px; }
  .header__bottom {
    height: auto; }
  .header__auth:after {
    clear: both;
    content: '';
    display: block; }
  .header__auth a {
    margin-right: 0;
    padding-left: 25px;
    float: left; }
    .header__auth a:before {
      top: 11px; } }

.pager {
  margin: 5px 0 5px 0;
  width: 100%;
  color: #69c9f0;
}

.pager a {
  color: #69c9f0;
  text-decoration: none;
}

.pager a:hover {
  color: red;
  text-decoration: underline;
}

.pager .prev {
  width: 50%;
}

.pager .next {
  width: 50%;
  text-align: right;
}

input.disabled {
  user-select : none;
  -moz-user-select : none;
  -webkit-user-select : none;
  color: gray;
  cursor: pointer;
  background-color: #eeeeee;
}

.js-city-item {
  margin: 0;
}