html, body {
  height: 100%;
  margin: 0
}

.body {
  font: 400 16px 'Exo 2', Verdana, Segoe, sans-serif;
  background: #f9f9f9;
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  align-items: normal;
  justify-content: normal;
  height: 100%;
  color: #444d51
}

.body__header {
  flex: 0 0 auto;
  margin: 0 auto 20px auto
}

.body__page {
  flex: 1 1 auto;
  margin: 0 auto
}

.body__footer {
  flex: 0 0 auto;
  margin: 0 auto
}

.cookie {
  display: none;
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  background: #636363;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 10;
  opacity: .7
}

.cookie__message {
  margin: 10px;
  padding: 0
}

.cookie__terms {
  color: #fff;
  text-decoration: underline;
  cursor: pointer
}

.cookie__terms:hover {
  text-decoration: none
}

.cookie__accept {
  background: #363b42;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  margin-left: 15px;
  padding: 5px 15px;
  border-radius: 3px
}

.cookie__accept:hover {
  text-decoration: underline
}

.js-cookie_is-active .cookie {
  display: block
}

.header {
  width: 100%;
  z-index: 20
}

.header__container_background-black {
  background: #2b2e34
}

.header__container_background-black .logo__link {
  background: url(../img/logo/logo-white.svg) no-repeat center center;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 68px;
  height: 28px;
  margin: 0;
  padding: 0;
  font-size: 14px
}

.header__container_background-black .control-panel__register-link, .header__container_background-black .favorites__index-link, .header__container_background-black .login__link {
  color: #a2abaf
}

.header__mobile {
  display: none
}

.header__cookie {
  margin: 0
}

.header__cabinet-menu {
  margin: 0 auto 10px auto
}

.header__control-panel {
  margin: 0 auto
}

.header__person-info {
  display: flex;
  justify-content: center;
  align-items: center
}

.header__person-name {
  color: #738288;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 12px 0;
}

.header__contacts {
  margin-left: 20px
}

.header__contacts-title {
  margin-bottom: 10px;
  color: #444d51;
  font-size: 20px
}

.header__contacts-category {
  color: #738288;
  font-size: 20px;
  margin: 10px 0
}

.header__main-menu {
  margin: 0 auto
}

.header__trader-info {
  display: none
}

@media all and (max-width: 1200px) {
  .header__mobile {
    display: flex;
    position: fixed;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 100%;
    top: 0
  }

  .header__container {
    display: none
  }

  .header__cabinet-menu {
    display: none
  }

  .header__control-panel {
    display: none
  }

  .header__person-info {
    display: none
  }

  .header__main-menu {
    display: none
  }

  .header__trader-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 57px auto 0 auto;
    background-color: #e6ebed;
    height: 50px;
    color: #728189;
    text-align: left
  }

  .header__trader-info-open {
    width: 65px;
    height: 65px;
    background: url(../img/header/openmmenucompany.svg) no-repeat center center/auto 13px;
    cursor: pointer;
    display: none;
  }

  .show-header__trader-info-open {
    display: block;
  }

  .header__trader-info-name {
    font-size: 18px;
    font-weight: 400;
    color: #728189;
    text-align: left;
    margin: 0 auto
  }

  .header__trader-info-search {
    background: url(../img/header/search_mobile_small_company.svg) no-repeat center center/auto 18px;
    cursor: pointer;
    width: 70px;
    height: 30px
  }
}

.cabinet-menu {
  border-top: 4px solid #363b42;
  text-align: right;
  position: relative
}

.cabinet-menu__item {
  background: #80af6b;
  color: #fff;
  font-size: .875em;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-right: 50px;
  padding: 10px 30px 10px 40px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 3px 2px 2px rgba(0, 0, 0, .2)
}

.cabinet-menu__item:hover {
  text-decoration: underline
}

.cabinet-menu__item::before {
  position: absolute;
  top: 6px;
  left: 15px;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  content: '\ff0b'
}

.cabinet-menu__item:hover {
  text-decoration: none
}

.cabinet-menu ul {
  background: #e6ebed;
  top: 30px;
  right: 50px;
  text-align: center;
  border: medium;
  padding-left: 0;
  position: absolute;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  -moz-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: all .2s ease 0s;
  visibility: hidden;
  opacity: 0
}

.cabinet-menu ul li {
  display: block;
  padding: 14px 0
}

.cabinet-menu ul li:last-child {
  border-bottom: none
}

.cabinet-menu ul li a {
  color: #4e595e;
  display: inline-block;
  text-decoration: none;
  font-size: .875rem
}

.cabinet-menu.open ul {
  visibility: visible;
  opacity: 1;
  z-index: 100;
  font-size: .8rem;
  width: 150px
}

.control-panel {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: normal;
  width: 100%;
  max-width: 1300px;
  padding: 10px 20px;
  box-sizing: border-box
}

.control-panel__logo, .control-panel__status, .control-panel__packet, .control-panel__register, .control-panel__favorites, .control-panel__messages, .control-panel__login {
  flex: 0 0 auto;
  margin: 0 20px
}

.control-panel__search {
  flex: 1 1 auto;
  margin: 0 20px
}

.control-panel__register-link {
  display: block;
  color: #738288;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  flex: 0 0 auto;
  margin: 0 5px;
  padding: 10px
}

.control-panel__register-link:hover {
  text-decoration: underline
}

.control-panel__register-link::before {
  margin-right: 5px;
  font-weight: 700;
  content: '\ff0b  '
}

@media all and (max-width: 1200px) {
  .control-panel__login {
    margin: 0 10px 0 0
  }

  .control-panel__messages {
    margin: 0
  }
}

.main-menu {
  width: calc(100% - 20px);
  max-width: 1600px;
  border-radius: 6px;
  background: #363b42;
  color: #aab3b7;
  text-align: center;
  box-sizing: border-box
}

.main-menu__list {
  list-style: none;
  margin: 0;
  padding: 0
}

.main-menu__list > li {
  display: inline-block;
  padding: 14px
}

.main-menu__list > li.current, .main-menu__list > li.visible {
  position: relative
}

.main-menu__list > li.current > a, .main-menu__list > li.visible > a {
  color: #fff
}

.main-menu__list > li.current::after, .main-menu__list > li.visible::after {
  content: '';
  position: absolute;
  display: block;
  background: url(../img/main-menu/arrowtypemenu.svg) no-repeat;
  width: 30px;
  height: 10px;
  margin: auto;
  bottom: -10px;
  left: 0;
  right: 0
}

.main-menu__item {
  color: #aab3b7;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer
}

.main-menu__item:hover {
  text-decoration: underline
}

.main-menu__item:hover {
  text-decoration: none
}

@media all and (max-width: 1200px) {
  .main-menu {
    max-width: 100%
  }

  .main-menu__list {
    position: absolute;
    margin: 0 auto;
    background-color: #363b42;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
  }

  .main-menu__list > li {
    display: none;
    width: 140px;
    margin: 0;
    padding: 17px 0;
    text-align: center
  }

  .main-menu__list > li.current, .main-menu__list > li.visible {
    display: block;
  }

  .main-menu__list > li.current::after, .main-menu__list > li.visible::after {
    position: static;
    display: inline-block;
    background: url(../img/main-menu/arrow_sl_write.svg) no-repeat center center;
    background-size: auto 8px;
    width: 20px
  }

  .main-menu__list > li.current > a, .main-menu__list > li.visible > a {
    color: #e6ebed
  }

  .main-menu__list > li > a {
    font-size: 16px;
    color: #e6ebed
  }

  .main-menu__list.is-open > li {
    display: block;
    border-bottom: 1px #000 solid
  }

  .main-menu__list.is-open > li:last-child {
    border-bottom: none
  }

  .main-menu__list.is-open > li.current::after, .main-menu__list.is-open > li.visible::after {
    position: static;
    display: inline-block;
    background: url(../img/main-menu/arrow_sl_top_write.svg) no-repeat center center;
    background-size: auto 8px;
    width: 20px
  }

  .main-menu__list.is-open > li.current > a, .main-menu__list.is-open > li.visible > a {
    color: #fff9b1
  }
}

.favorites__index-link {
  background: url(../img/favorites/favorites-icon.svg) no-repeat left center;
  color: #444d51;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  padding-left: 21px
}

.favorites__index-link:hover {
  text-decoration: underline
}

@media all and (max-width: 1200px) {
  .favorites__index-link {
    display: block;
    height: 57px;
    background-size: auto 25px;
    color: #ffd24d
  }
}

.geo {
  position: relative
}

.geo__open {
  background: url(../img/geo/geo-icon.svg) no-repeat 10px center;
  display: block;
  padding: 12px 10px 12px 27px
}

.geo__open-link {
  background: url(../img/geo/arrow-bot-icon.svg) no-repeat right center;
  color: #444d51;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  padding: 0 14px 0 0;
  vertical-align: middle
}

.geo__open-link:hover {
  text-decoration: underline
}

.geo__container {
  position: absolute;
  top: 43px;
  right: 0;
  width: 200px;
  height: 235px;
  padding: 15px;
  transition: all .2s ease 0s;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #e6ebed;
  box-shadow: 3px 2px 2px rgba(0, 0, 0, .2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 200
}

.geo__search {
  background: url(../img/geo/search-icon.svg) no-repeat calc(100% - 5px) center #fff;
  padding: 0 17px 0 0;
  border: 1px solid #ced5d8;
  border-radius: 6px
}

.geo__search-input {
  background: #fff;
  padding: 5px 10px;
  border: 0;
  border-radius: 6px;
  color: #738288;
  font-size: 12px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%
}

.geo__search-input:focus {
  border: 0
}

.geo__overview {
  max-width: 100%;
  max-height: calc(100% - 25px);
  margin-top: 10px;
  overflow: auto
}

.geo__regions-list {
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 14px
}

.geo__regions-list > li {
  line-height: 25px
}

.geo__regions-list_new-section {
  padding-top: 5px;
  padding-left: 5px;
  border-top: 1px solid #ced5d8
}

.geo__region {
  color: #444d51;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer
}

.geo__region:hover {
  text-decoration: underline
}

.geo.js-geo_is-open .geo__open {
  background: url(../img/geo/geo-icon.svg) no-repeat 10px center #e6ebed;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 3px 2px 2px rgba(0, 0, 0, .2)
}

.geo.js-geo_is-open .geo__open-link {
  background: url(../img/geo/arrow-top-icon.svg) no-repeat right center
}

.geo.js-geo_is-open .geo__container {
  transition: all .2s ease 0s;
  opacity: 1;
  visibility: visible
}

.jspContainer {
  position: relative;
  overflow: hidden
}

.jspPane {
  position: absolute
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%
}

.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0
}

.jspCap {
  display: none
}

.jspHorizontalBar .jspCap {
  float: left
}

.jspTrack {
  position: relative;
  width: 3px;
  background: #ced5d8;
  cursor: pointer
}

.jspDrag {
  position: relative;
  top: 0;
  left: -2px;
  width: 6px;
  border-radius: 10px;
  background: #728189;
  cursor: pointer
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  height: 100%;
  float: left
}

.jspArrow {
  display: block;
  background: #50506d;
  text-indent: -20000px;
  cursor: pointer
}

.jspArrow.jspDisabled {
  background: #80808d;
  cursor: default
}

.jspVerticalBar .jspArrow {
  height: 16px
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  height: 100%;
  float: left
}

.jspVerticalBar .jspArrow:focus {
  outline: 0
}

.jspCorner {
  height: 100%;
  float: left;
  background: #eeeef4
}

.login {
  position: relative
}

.login__link {
  color: #444d51;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer
}

.login__link:hover {
  text-decoration: underline
}

.login__link_logout {
  padding: 12px 10px
}

.login__link_login {
  background: url(../img/login/login-icon.svg) no-repeat 5px center;
  padding: 12px 10px;
  padding-left: 24px
}

.login__link_close {
  background: url(../img/login/close-icon.svg) no-repeat center center #e6ebed;
  display: none;
  position: relative;
  width: 66px;
  height: 41px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 3px 2px 2px rgba(0, 0, 0, .2);
  cursor: pointer;
  box-sizing: border-box
}

.login__form {
  position: absolute;
  top: 41px;
  right: 0;
  width: 170px;
  padding: 10px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #e6ebed;
  text-align: center;
  box-shadow: 3px 2px 2px rgba(0, 0, 0, .2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 200
}

.login__form-input_username, .login__form-input_password {
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #ced5d8;
  border-radius: 6px;
  color: #738288;
  font-size: 12px;
  box-sizing: border-box;
  max-width: 100%;
  margin-bottom: 10px;
  min-width: 155px
}

.login__form-input_username:focus, .login__form-input_password:focus {
  outline: #2190f0;
  border: 1px solid #2190f0
}

.login__form-input_remember-me {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  margin: 0 0 10px 0
}

.login__form-input_remember-me:hover {
  box-shadow: none;
  cursor: pointer
}

.login__form-input_remember-me:focus {
  border: 0;
  box-shadow: none
}

.login__form-input_remember-me:active {
  border: 0;
  box-shadow: none
}

.login__form-label {
  display: inline-block;
  color: #444d51;
  font-size: 14px;
  cursor: pointer;
  vertical-align: top;
  margin: 0 0 10px 0
}

.login__form-button {
  background: #80af6b;
  display: block;
  padding: 5px 10px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px
}

.login__form-link {
  color: #2190f0;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 10px
}

.login__form-link:hover {
  text-decoration: underline
}

.login.js-login_is-open .login__link_login {
  display: none
}

.login.js-login_is-open .login__link_close {
  display: block;
  transition: all .2s ease 0s;
  opacity: 1;
  visibility: visible
}

.login.js-login_is-open .login__form {
  transition: all .2s ease 0s;
  opacity: 1;
  visibility: visible
}

.logo {
  padding: 0
}

.logo__link {
  background: url(../img/logo/logo.svg) no-repeat center center;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 105px;
  height: 43px;
  margin: 0;
  padding: 0;
  font-size: 14px
}

.search {
  background: #fff;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: normal;
  border: 1px solid #e6ebed;
  border-radius: 6px
}

.search__input-line {
  background: #fff;
  flex: 1 1 auto;
  padding: 5px 10px;
  border: 0;
  border-radius: 6px;
  color: #738288;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  line-height: 32px
}

.search__input-line:focus {
  border: 0
}

.search__reset {
  background: url(../img/search/reset-icon.svg) no-repeat center center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 0;
  cursor: pointer;
  opacity: .5
}

.search__reset:hover {
  opacity: .8
}

.search__filters {
  flex: 0 0 auto;
  min-width: 130px;
  border-right: 1px #e6ebed solid;
  border-left: 1px #e6ebed solid;
  text-align: center;
  vertical-align: middle
}

.search__filters-select {
  width: 100%;
  color: #738288
}

.search__filters-select .jq-selectbox__select, .search__filters-select .jq-selectbox__select:hover, .search__filters-select .jq-selectbox__select:active {
  border: 1px solid #fff;
  background: 0 0;
  text-shadow: none;
  box-shadow: none
}

.search__filters-select .jq-selectbox__select {
  padding-left: 10px;
  color: #738288
}

.search__filters-select .jq-selectbox__select-text {
  text-overflow: inherit
}

.search__filters-select .jq-selectbox.focused .jq-selectbox__select {
  border: 0
}

.search__filters-select .jq-selectbox__trigger {
  border: 0
}

.search__filters-select .jq-selectbox__select {
  padding-right: 25px
}

.search__submit {
  background: url(../img/search/search-icon.svg) no-repeat center center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 0;
  cursor: pointer;
  opacity: .5
}

.search__submit:hover {
  opacity: .8
}

.footer {
  background: #363b42;
  width: 100%;
  text-align: center
}

.footer__menu-open {
  display: none
}

.footer__conditions {
  margin: 6px 0
}

.footer__copyright {
  display: block;
  margin: 6px 0;
  color: #738288;
  font-size: 14px
}

@media all and (max-width: 1200px) {
  .footer {
    position: relative
  }

  .footer__menu-open {
    display: block;
    background-color: #728189;
    color: #363b42;
    padding: 10px;
    display: inline-block;
    border-radius: 6px;
    width: 90%;
    max-width: 400px;
    text-align: left;
    position: relative;
    margin: 10px 0 6px 0;
    cursor: pointer
  }

  .footer__menu-open::after {
    content: "";
    background: url(../img/footer/arrow_u_companytypemenu.svg) no-repeat center center;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 22px
  }

  .footer__menu-open.is-open::after {
    background: url(../img/footer/arrow_n_companytypemenu.svg) no-repeat center center
  }
}

.conditions {
  list-style: none;
  padding: 0
}

.conditions > li {
  display: inline-block;
  padding: 0 30px;
  border-right: 1px #738288 solid
}

.conditions > li:first-child {
  padding-left: 0
}

.conditions > li:last-child {
  padding-right: 0;
  border-right: 0
}

.conditions__item {
  color: #aab3b7;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  display: block
}

.conditions__item:hover {
  text-decoration: underline
}

@media all and (max-width: 1200px) {
  .conditions {
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    transition: all .2s ease 0s;
    opacity: 0;
    border-radius: 4px 4px 0 0;
    background-color: #363b42;
    bottom: 72px;
    width: 100%
  }

  .conditions.is-open {
    visibility: visible;
    overflow: auto;
    opacity: 1;
    height: auto;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    padding-bottom: 0
  }
}

@media all and (max-width: 1200px) and (max-width: 450px) {
  .conditions.is-open {
    width: 100%;
    left: 0;
    margin-left: 0
  }
}

@media all and (max-width: 1200px) {
  .conditions.is-open > li {
    display: block;
    border-bottom: 1px solid #728189;
    border-right: none;
    padding: 0;
    padding: 10px 0
  }

  .conditions.is-open > li > a {
    color: #aab3b7;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer
  }

  .conditions.is-open > li > a:hover {
    text-decoration: underline
  }
}

@media all and (max-width: 1200px) and (max-width: 450px) {
  .conditions.is-open > li > a {
    color: #aab3b7;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer
  }

  .conditions.is-open > li > a:hover {
    text-decoration: underline
  }
}

.page {
  width: 100%;
  min-width: 1200px;
  max-width: 1600px;
  padding: 0 20px 20px 20px;
  box-sizing: border-box
}

.page__title {
  margin: 0 0 20px 0;
  padding: 0;
  color: #444d51;
  font-size: 24px;
  font-weight: 400;
  text-align: center
}

.page__main-part {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: normal;
  justify-content: normal
}

.page__content_left {
  flex: 0 0 auto;
  width: 100%;
  max-width: 320px;
  margin-right: 13px
}

.page__content_left_catalog {
  max-width: 267px
}

@media all and (max-width: 1300px) {
  .page__content_left_catalog {
    max-width: 230px
  }
}

.page__content_middle {
  flex: 1 1 auto
}

.page__content_right {
  flex: 0 0 auto;
  width: 100%;
  max-width: 267px;
  margin-left: 10px
}

.page__content_right_catalog {
  max-width: 280px
}

.page__content_confirmed {
  margin: 0 auto
}

.page__content-switch {
  margin: 0 auto 30px auto
}

@media all and (max-width: 1200px) {
  .page {
    width: 100%;
    min-width: calc(100% - 10px);
    padding: 0 10px 10px 10px
  }

  .page__content-close {
    height: 65px;
    background: #363b42 url(../img/page/arrow_right.svg) no-repeat calc(100% - 30px) center/auto 13px;
    cursor: pointer
  }

  .page__content_left {
    visibility: hidden;
    position: fixed;
    height: 100%;
    top: 57px;
    left: 0;
    background-color: #f5f6f7;
    transition: all .3s cubic-bezier(.16, .68, .43, .99) 0s;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 0;
    max-width: 280px;
    box-shadow: 6px 0 3px rgba(0, 0, 0, .2);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 20;

    .page__content-close {
      display: none;
    }
  }

  .page__content_left.is-open {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }

  .page__content_right {
    display: none
  }
}

@media all and (max-width: 500px) {
  .page {
    padding: 0 5px 5px 5px
  }
}

.is-list .advert {
  position: relative;
  width: 100%;
  padding: 17px;
  padding-bottom: 55px;
  border-radius: 8px;
  background: #fff;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden
}

.is-list .advert_upper::after {
  background: #ffd24d;
  position: absolute;
  width: 300px;
  padding: 0 0 3px 0;
  color: #fff;
  text-align: center;
  bottom: 10px;
  left: -125px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "prem";
  z-index: 10;
  display: block
}

.is-list .advert_colored {
  border: 1px #ffd24d solid
}

.is-list .advert .advert__favorites {
  display: inline-block;
  width: 15px;
  height: 12px;
  padding-right: 7px;
  background: url(../img/card/favorite_no.svg) no-repeat 6px center;
  background-size: auto 12px;
  cursor: pointer
}

.is-list .advert .advert__favorites.is-added {
  background: url(../img/card/favorite.svg) no-repeat 6px center
}

.is-list .advert .advert__date-creation {
  position: absolute;
  top: 17px;
  right: 17px;
  font-size: 12px;
  text-align: right
}

.is-list .advert .advert__date-creation > span {
  color: #738288
}

.is-list .advert .advert__id {
  margin-bottom: 5px;
  color: #aab3b7;
  font-size: 14px;
  text-align: left
}

.is-list .advert .advert__id > span {
  color: #738288
}

.is-list .advert .advert__name {
  position: relative;
  margin: 0;
  padding: 0;
  color: #1a1d1e;
  font-size: 18px;
  font-weight: 400;
  text-align: left
}

.is-list .advert .advert__name > a {
  color: #1a1d1e;
  font-size: 18px;
  text-decoration: none
}

.is-list .advert .advert__main-image {
  width: 220px;
  height: 180px;
  vertical-align: middle
}

.is-list .advert .advert__main-image a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.is-list .advert .advert__main-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 6px;
  overflow: hidden;
  vertical-align: middle
}

.is-list .advert .advert__fotorama .fotorama__wrap {
  margin: 0 auto
}

.is-list .advert .advert__advert-price {
  position: relative;
  height: 20px;
  margin-bottom: 5px;
  color: #e6614f;
  font-size: 16px;
  font-weight: 700;
  text-align: left
}

.is-list .advert .advert__advert-price_editable {
  -webkit-text-decoration: underline #2190f0 dashed;
  text-decoration: underline #2190f0 dashed;
  cursor: pointer
}

.is-list .advert .advert__description {
  position: relative;
  margin-bottom: 5px;
  color: #738288;
  font-size: 16px;
  text-align: left;
  overflow: hidden;
  word-break: break-word
}

.is-list .advert .advert__description > p, .is-list .advert .advert__description > ol, .is-list .advert .advert__description > ul {
  margin: 0
}

.is-list .advert .advert__description-title {
  margin-bottom: 10px;
  color: #444d51;
  font-size: 20px
}

.is-list .advert .advert__preview__is-list {
  position: absolute;
  right: 17px;
  bottom: 17px
}

.is-list .advert .advert__preview__is-list > a {
  background: url(../img/catalog/arrow-bot-icon.svg) no-repeat right center;
  color: #738288;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  padding-right: 14px
}

.is-list .advert .advert__preview__is-list > a:hover {
  text-decoration: underline
}

.is-list .advert .advert__preview__is-tile {
  display: none
}

.is-list .advert .advert__preview-close {
  background: url(../img/card/close-icon.svg) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: .5
}

.is-list .advert .advert__preview-close:hover {
  opacity: .8
}

.is-list .advert .advert__contacts {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ced5d8
}

.is-list .advert .advert__contacts-title {
  margin-bottom: 10px;
  color: #444d51;
  font-size: 20px
}

.is-list .advert .advert__contacts-category {
  color: #738288;
  font-size: 20px
}

.is-list .advert .advert__add-info-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.is-list .advert .advert__add-info-item_trader {
  background: url(../img/card/trader-icon.svg) no-repeat center center;
  width: 13px;
  height: 16px
}

.is-list .advert .advert__add-info-item_delivery-possible {
  background: url(../img/card/ship-icon.svg) no-repeat center center;
  width: 16px;
  height: 13px
}

.is-list .advert .advert__add-info-item_available {
  background: url(../img/card/available-icon.svg) no-repeat center center;
  width: 16px;
  height: 16px
}

.is-list .advert .advert__add-info-item_attr {
  background: 0 0
}

.is-list .advert .advert__add-info-item_attr object {
  margin-right: 5px;
  vertical-align: middle
}

.is-list .advert .advert__add-info-link {
  color: #738288;
  text-decoration: none
}

.is-list .advert .advert__add-info-link_trader > span {
  color: #2190f0;
  font-size: 18px
}

.is-list .advert .advert__regions-info {
  margin-bottom: 20px;
  color: #444d51;
  font-size: 16px
}

.is-list .advert .advert__selected-regions > span {
  -webkit-text-decoration: underline dashed #e6614f;
  text-decoration: underline dashed #e6614f;
  cursor: pointer
}

.is-list .advert .advert__regions-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 20px;
  color: #738288
}

.is-list .advert .advert__regions-item {
  list-style: disc;
  display: list-item;
  width: 30%
}

.is-list .advert .advert__services {
  display: flex
}

.is-list .advert .advert__service {
  flex: 1;
  padding: 5px;
  border-top: 1px #eef0f2 solid;
  border-bottom: 1px #eef0f2 solid;
  border-left: 1px #eef0f2 solid;
  text-align: center;
  position: relative
}

.is-list .advert .advert__service:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.is-list .advert .advert__service:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px #eef0f2 solid
}

.is-list .advert .advert__service-form_delete {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0
}

.is-list .advert .advert__service_is-accepted .advert__service-status {
  background: 0 0;
  display: block;
  padding: 5px 10px;
  border: 0;
  border-radius: 6px;
  color: #738288;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
  background: url(../img/card/yes.svg) no-repeat 35% 65%/20px
}

.is-list .advert .advert__service_no-accepted .advert__service-status .advert__service-form-submit {
  background: 0 0;
  display: block;
  padding: 5px 10px;
  border: 0;
  border-radius: 6px;
  color: #738288;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
  background: url(../img/card/add_circle_green.svg) no-repeat 35% 65%/20px
}

.is-list .advert .advert__service-form_activate .advert__service-form-submit {
  background: url(../img/card/add_circle_grey.svg) no-repeat center center/20px auto;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  cursor: pointer;
  opacity: .8
}

.is-list .advert .advert__service-form_activate .advert__service-form-submit:hover {
  opacity: 1
}

.is-list .advert .advert__service-form_delete .advert__service-form-submit {
  background: url(../img/card/close-icon.svg) no-repeat center center;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  cursor: pointer;
  opacity: .8
}

.is-list .advert .advert__service-form_delete .advert__service-form-submit:hover {
  opacity: 1
}

.is-list .advert .advert__admin-block {
  position: absolute;
  bottom: 17px;
  left: 17px
}

.is-list .advert .advert__admin-block-button {
  background: #fff;
  display: block;
  padding: 8px 15px;
  min-width: 115px;
  border: 0;
  border-radius: 6px;
  color: #738288;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box
}

.is-list .advert .advert__admin-block-button_submit {
  background: #80af6b;
  color: #fff
}

.is-list .advert .advert__admin-block-button_disable {
  background: #e6614f;
  color: #fff
}

.is-list .advert .advert__admin-block-item {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle
}

.is-list .advert .advert__admin-block-info {
  color: #738288;
  text-decoration: none
}

.is-list .js-advert_short.advert .advert__date-creation {
  display: block
}

.is-list .js-advert_short.advert .advert__id {
  display: none
}

.is-list .js-advert_short.advert .advert__name {
  display: block;
  height: 42px;
  margin-top: 25px;
  margin-bottom: 10px;
  margin-left: 235px;
  overflow: hidden
}

.is-list .js-advert_short.advert .advert__name > a {
  word-break: break-word
}

.is-list .js-advert_short.advert .advert__name::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10%;
  height: 20px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%) 0% 0%;
  text-align: right;
  content: ''
}

.is-list .js-advert_short.advert .advert__images {
  position: absolute;
  top: 17px;
  left: 17px
}

.is-list .js-advert_short.advert .advert__main-image {
  display: block
}

.is-list .js-advert_short.advert .advert__fotorama {
  display: none
}

.is-list .js-advert_short.advert .advert__advert-price.advert__advert-price_short {
  display: block;
  margin-left: 235px
}

.is-list .js-advert_short.advert .advert__advert-price.advert__advert-price_full {
  display: none
}

.is-list .js-advert_short.advert .advert__add-info.advert__add-info_short {
  display: block;
  position: relative;
  margin-bottom: 35px;
  margin-left: 235px
}

.is-list .js-advert_short.advert .advert__add-info.advert__add-info_short .advert__add-info-list {
  display: inline-block;
  padding-right: 10px
}

.is-list .js-advert_short.advert .advert__add-info.advert__add-info_short .advert__add-info-item {
  display: inline-block
}

.is-list .js-advert_short.advert .advert__add-info.advert__add-info_full {
  display: none
}

.is-list .js-advert_short.advert .advert__description {
  display: block;
  height: 60px;
  margin-left: 235px
}

.is-list .js-advert_short.advert .advert__description::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 20px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%) 0% 0%;
  text-align: right;
  content: ''
}

.is-list .js-advert_short.advert .advert__description-title {
  display: none
}

.is-list .js-advert_short.advert .advert__regions-info {
  display: none
}

.is-list .js-advert_short.advert .advert__preview-close {
  display: none
}

.is-list .js-advert_short.advert .advert__preview__is-list {
  display: block
}

.is-list .js-advert_short.advert .advert__contacts {
  display: none
}

.is-list .js-advert_short.advert .advert__admin-block {
  display: block
}

.is-list .js-advert_short.advert .advert__admin-block-item {
  display: inline-block
}

.is-list .js-advert_full.advert {
  height: auto
}

.is-list .js-advert_full.advert .advert__date-creation {
  display: none
}

.is-list .js-advert_full.advert .advert__id {
  display: block
}

.is-list .js-advert_full.advert .advert__name {
  display: block;
  margin-bottom: 20px;
  font-size: 20px
}

.is-list .js-advert_full.advert .advert__images {
  display: block;
  margin-bottom: 20px
}

.is-list .js-advert_full.advert .advert__main-image {
  display: none
}

.is-list .js-advert_full.advert .advert__fotorama {
  display: block
}

.is-list .js-advert_full.advert .advert__advert-price.advert__advert-price_short {
  display: none
}

.is-list .js-advert_full.advert .advert__advert-price.advert__advert-price_full {
  display: block;
  margin-bottom: 20px
}

.is-list .js-advert_full.advert .advert__favorites {
  display: none
}

.is-list .js-advert_full.advert .advert__add-info.advert__add-info_short {
  display: none
}

.is-list .js-advert_full.advert .advert__add-info.advert__add-info_full {
  display: block;
  margin-bottom: 20px
}

.is-list .js-advert_full.advert .advert__add-info.advert__add-info_full .advert__add-info-item {
  padding-left: 21px;
  font-size: 14px;
  line-height: 25px
}

.is-list .js-advert_full.advert .advert__add-info.advert__add-info_full .advert__add-info-item_trader {
  width: auto;
  min-width: 16px;
  height: auto;
  min-height: 16px;
  background-position: left center
}

.is-list .js-advert_full.advert .advert__add-info.advert__add-info_full .advert__add-info-item_delivery-possible {
  width: auto;
  min-width: 16px;
  height: auto;
  min-height: 16px;
  background-position: left center
}

.is-list .js-advert_full.advert .advert__add-info.advert__add-info_full .advert__add-info-item_available {
  width: auto;
  min-width: 16px;
  height: auto;
  min-height: 16px;
  background-position: left center
}

.is-list .js-advert_full.advert .advert__add-info.advert__add-info_full .advert__add-info-item_attr {
  padding-left: 0
}

.is-list .js-advert_full.advert .advert__add-info.advert__add-info_full .advert__add-info-item_delivery-free {
  color: #5b8548
}

.is-list .js-advert_full.advert .advert__description {
  display: block;
  margin-bottom: 20px
}

.is-list .js-advert_full.advert .advert__description-title {
  display: block
}

.is-list .js-advert_full.advert .advert__regions-info {
  display: block
}

.is-list .js-advert_full.advert .advert__preview-close {
  display: block
}

.is-list .js-advert_full.advert .advert__preview__is-list {
  display: none
}

.is-list .js-advert_full.advert .advert__contacts {
  display: block
}

.is-list .js-advert_full.advert .advert__admin-block {
  display: block
}

.is-list .js-advert_full.advert .advert__admin-block-button {
  display: block
}

.is-list .js-advert_full.advert .advert__admin-block-item {
  display: inline-block
}

@media all and (max-width: 1200px) {
  .is-list .js-advert_short.advert .advert__description {
    display: none
  }

  .is-list .js-advert_short.advert .advert__preview__is-list {
    display: none
  }

  .is-list .js-advert_short.advert .advert__admin-block {
    display: flex;
    justify-content: space-around;
    align-content: space-around;
    flex-wrap: wrap;
    height: 70px;
    margin: 0
  }

  .is-list .js-advert_short.advert .advert__add-info.advert__add-info_short {
    margin-bottom: 75px
  }

  .is-list .js-advert_short.advert .advert__services {
    margin-bottom: 45px
  }
}

@media all and (max-width: 500px) {
  .is-list .js-advert_short.advert .advert__date-creation {
    top: 10px;
    right: 10px
  }

  .is-list .js-advert_short.advert .advert__name {
    margin-top: 10px;
    margin-left: 180px
  }

  .is-list .js-advert_short.advert .advert__images {
    position: absolute;
    top: 10px;
    left: 10px
  }

  .is-list .js-advert_short.advert .advert__main-image {
    width: 176px;
    height: 144px
  }

  .is-list .js-advert_short.advert .advert__advert-price.advert__advert-price_short {
    margin-left: 180px;
    font-size: 14px
  }

  .is-list .js-advert_short.advert .advert__add-info.advert__add-info_short {
    margin-left: 180px;
    font-size: 14px;
    margin-bottom: 55px
  }
}

@media all and (max-width: 450px) {
  .is-list .js-advert_short.advert .advert__name {
    font-size: 16px
  }
}

@media all and (max-width: 400px) {
  .is-list .js-advert_short.advert .advert__name {
    margin-left: 120px
  }

  .is-list .js-advert_short.advert .advert__main-image {
    width: 120px;
    height: 98px
  }

  .is-list .js-advert_short.advert .advert__advert-price.advert__advert-price_short {
    margin-left: 120px
  }

  .is-list .js-advert_short.advert .advert__add-info.advert__add-info_short {
    margin-bottom: 18px;
    margin-left: 120px
  }

  .is-list .js-advert_short.advert .advert__service {
    padding: 15px 5px 5px
  }

  .is-list .js-advert_short.advert .advert__admin-block {
    text-align: center
  }
}

.is-tile .advert, .item_layer_content .advert {
  position: relative;
  min-width: 200px;
  flex-basis: calc(33% - 4px);
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  text-align: left;
  overflow: hidden;
  box-sizing: border-box
}

.is-tile .advert_upper::after, .item_layer_content .advert_upper::after {
  background: #ffd24d;
  position: absolute;
  width: 300px;
  padding: 0 0 3px 0;
  color: #fff;
  text-align: center;
  top: 15px;
  right: -125px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "prem";
  z-index: 10;
  display: block
}

.is-tile .advert_colored, .item_layer_content .advert_colored {
  border: 1px #ffd24d solid
}

.is-tile .advert .advert__preview__is-list, .item_layer_content .advert .advert__preview__is-list {
  display: none
}

.is-tile .advert .advert__preview-close, .item_layer_content .advert .advert__preview-close {
  background: url(../img/card/close-icon.svg) no-repeat center center;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  opacity: .5
}

.is-tile .advert .advert__preview-close:hover, .item_layer_content .advert .advert__preview-close:hover {
  opacity: .8
}

.is-tile .advert .advert__date-creation, .item_layer_content .advert .advert__date-creation {
  font-size: 12px;
  text-align: left
}

.is-tile .advert .advert__date-creation > span, .item_layer_content .advert .advert__date-creation > span {
  color: #738288
}

.is-tile .advert .advert__favorites, .item_layer_content .advert .advert__favorites {
  display: inline-block;
  width: 15px;
  height: 15px;
  padding-right: 7px;
  background: url(../img/card/favorite_no.svg) no-repeat 6px center;
  cursor: pointer
}

.is-tile .advert .advert__favorites.is-added, .item_layer_content .advert .advert__favorites.is-added {
  background: url(../img/card/favorite.svg) no-repeat 6px center
}

.is-tile .advert .advert__id, .item_layer_content .advert .advert__id {
  display: none;
  margin: 7px 0 8px 0;
  color: #aab3b7;
  font-size: 14px;
  text-align: left
}

.is-tile .advert .advert__name, .item_layer_content .advert .advert__name {
  position: relative;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  color: #1a1d1e;
  font-size: 18px;
  font-weight: 400;
  text-align: left
}

.is-tile .advert .advert__name > a, .item_layer_content .advert .advert__name > a {
  color: #1a1d1e;
  font-size: 18px;
  text-decoration: none
}

.is-tile .advert .advert__main-image, .item_layer_content .advert .advert__main-image {
  width: 100%;
  height: 170px;
  vertical-align: middle
}

.is-tile .advert .advert__main-image a, .item_layer_content .advert .advert__main-image a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.is-tile .advert .advert__main-image img, .item_layer_content .advert .advert__main-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 6px;
  overflow: hidden;
  vertical-align: middle
}

.is-tile .advert .advert__fotorama, .item_layer_content .advert .advert__fotorama {
  display: none
}

.is-tile .advert .advert__fotorama .fotorama__wrap, .item_layer_content .advert .advert__fotorama .fotorama__wrap {
  margin: 0 auto
}

.is-tile .advert .advert__advert-price, .item_layer_content .advert .advert__advert-price {
  position: relative;
  height: 20px;
  margin-bottom: 5px;
  color: #e6614f;
  font-size: 16px;
  font-weight: 600;
  text-align: left
}

.is-tile .advert .advert__advert-price_editable, .item_layer_content .advert .advert__advert-price_editable {
  -webkit-text-decoration: underline #2190f0 dashed;
  text-decoration: underline #2190f0 dashed;
  cursor: pointer
}

.is-tile .advert .advert__description, .item_layer_content .advert .advert__description {
  display: none;
  position: relative;
  margin-bottom: 5px;
  color: #738288;
  font-size: 16px;
  text-align: left;
  overflow: hidden;
  word-break: break-word
}

.is-tile .advert .advert__description > p, .is-tile .advert .advert__description > ol, .is-tile .advert .advert__description > ul, .item_layer_content .advert .advert__description > p, .item_layer_content .advert .advert__description > ol, .item_layer_content .advert .advert__description > ul {
  margin: 0
}

.is-tile .advert .advert__description-title, .item_layer_content .advert .advert__description-title {
  display: none;
  margin-bottom: 10px;
  color: #444d51;
  font-size: 20px
}

.is-tile .advert .advert__preview__is-tile a, .item_layer_content .advert .advert__preview__is-tile a {
  background: url(../img/card/item_full_display.svg) no-repeat left center;
  font-size: .8125em;
  color: #728189;
  padding-left: 15px;
  text-decoration: none
}

.is-tile .advert .advert__contacts, .item_layer_content .advert .advert__contacts {
  display: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ced5d8
}

.is-tile .advert .advert__contacts-title, .item_layer_content .advert .advert__contacts-title {
  display: none;
  margin-bottom: 10px;
  color: #444d51;
  font-size: 20px
}

.is-tile .advert .advert__contacts-category, .item_layer_content .advert .advert__contacts-category {
  display: none;
  color: #738288;
  font-size: 20px
}

.is-tile .advert .advert__add-info-list, .item_layer_content .advert .advert__add-info-list {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0
}

.is-tile .advert .advert__add-info-item, .item_layer_content .advert .advert__add-info-item {
  display: none;
  padding-left: 21px;
  font-size: 14px;
  line-height: 25px
}

.is-tile .advert .advert__add-info-item_trader, .item_layer_content .advert .advert__add-info-item_trader {
  width: auto;
  min-width: 16px;
  height: auto;
  min-height: 16px;
  background-position: left center
}

.is-tile .advert .advert__add-info-item_delivery-possible, .item_layer_content .advert .advert__add-info-item_delivery-possible {
  width: auto;
  min-width: 16px;
  height: auto;
  min-height: 16px;
  background-position: left center
}

.is-tile .advert .advert__add-info-item_available, .item_layer_content .advert .advert__add-info-item_available {
  width: auto;
  min-width: 16px;
  height: auto;
  min-height: 16px;
  background-position: left center
}

.is-tile .advert .advert__add-info-item_attr, .item_layer_content .advert .advert__add-info-item_attr {
  padding-left: 0
}

.is-tile .advert .advert__add-info-link, .item_layer_content .advert .advert__add-info-link {
  display: none;
  color: #738288;
  text-decoration: none
}

.is-tile .advert .advert__add-info-link_trader > span, .item_layer_content .advert .advert__add-info-link_trader > span {
  color: #2190f0;
  font-size: 18px
}

.is-tile .advert .advert__regions-info, .item_layer_content .advert .advert__regions-info {
  display: none;
  margin-bottom: 20px;
  color: #444d51;
  font-size: 16px
}

.is-tile .advert .advert__selected-regions, .item_layer_content .advert .advert__selected-regions {
  display: none
}

.is-tile .advert .advert__selected-regions > span, .item_layer_content .advert .advert__selected-regions > span {
  -webkit-text-decoration: underline dashed #e6614f;
  text-decoration: underline dashed #e6614f;
  cursor: pointer
}

.is-tile .advert .advert__regions-list, .item_layer_content .advert .advert__regions-list {
  display: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 20px;
  color: #738288
}

.is-tile .advert .advert__regions-item, .item_layer_content .advert .advert__regions-item {
  list-style: disc;
  display: none;
  display: list-item;
  width: 30%
}

.is-tile .advert .advert__services, .item_layer_content .advert .advert__services {
  display: none
}

.is-tile .advert .advert__service, .item_layer_content .advert .advert__service {
  display: none;
  width: 100px;
  padding: 5px;
  border-top: 1px #eef0f2 solid;
  border-bottom: 1px #eef0f2 solid;
  border-left: 1px #eef0f2 solid;
  text-align: center
}

.is-tile .advert .advert__service:first-child, .item_layer_content .advert .advert__service:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.is-tile .advert .advert__service:last-child, .item_layer_content .advert .advert__service:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px #eef0f2 solid
}

.is-tile .advert .advert__service_is-accepted .advert__service-status, .item_layer_content .advert .advert__service_is-accepted .advert__service-status {
  background: 0 0;
  display: block;
  padding: 5px 10px;
  border: 0;
  border-radius: 6px;
  color: #738288;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
  background: url(../img/card/yes.svg) no-repeat center left/20px
}

.is-tile .advert .advert__service_no-accepted .advert__service-status .advert__service-form-submit, .item_layer_content .advert .advert__service_no-accepted .advert__service-status .advert__service-form-submit {
  background: 0 0;
  display: block;
  padding: 5px 10px;
  border: 0;
  border-radius: 6px;
  color: #738288;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
  background: url(../img/card/add_circle_green.svg) no-repeat center left/20px
}

.is-tile .advert .advert__service-form_activate .advert__service-form-submit, .item_layer_content .advert .advert__service-form_activate .advert__service-form-submit {
  background: url(../img/card/add_circle_grey.svg) no-repeat center center/20px auto;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  cursor: pointer;
  opacity: .8
}

.is-tile .advert .advert__service-form_activate .advert__service-form-submit:hover, .item_layer_content .advert .advert__service-form_activate .advert__service-form-submit:hover {
  opacity: 1
}

.is-tile .advert .advert__service-form_delete .advert__service-form-submit, .item_layer_content .advert .advert__service-form_delete .advert__service-form-submit {
  background: url(../img/card/close-icon.svg) no-repeat center center;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  cursor: pointer;
  opacity: .8
}

.is-tile .advert .advert__service-form_delete .advert__service-form-submit:hover, .item_layer_content .advert .advert__service-form_delete .advert__service-form-submit:hover {
  opacity: 1
}

.is-tile .advert .advert__admin-block, .item_layer_content .advert .advert__admin-block {
  display: none;
  position: absolute;
  bottom: 17px;
  left: 17px
}

.is-tile .advert .advert__admin-block-button, .item_layer_content .advert .advert__admin-block-button {
  background: #fff;
  display: none;
  padding: 8px 15px;
  border: 0;
  border-radius: 6px;
  color: #738288;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box
}

.is-tile .advert .advert__admin-block-button_submit, .item_layer_content .advert .advert__admin-block-button_submit {
  background: #80af6b;
  color: #fff
}

.is-tile .advert .advert__admin-block-button_disable, .item_layer_content .advert .advert__admin-block-button_disable {
  background: #e6614f;
  color: #fff
}

.is-tile .advert .advert__admin-block-item, .item_layer_content .advert .advert__admin-block-item {
  display: none;
  margin-right: 10px;
  vertical-align: middle
}

.is-tile .advert .advert__admin-block-info, .item_layer_content .advert .advert__admin-block-info {
  display: none;
  color: #738288;
  text-decoration: none
}

@media all and (max-width: 1200px) {
  .is-tile .advert .advert__preview__is-tile, .item_layer_content .advert .advert__preview__is-tile {
    display: none
  }
}

@media all and (max-width: 638px) {
  .is-tile .advert, .item_layer_content .advert {
    flex-basis: calc(49% - 2px)
  }
}

@media all and (max-width: 450px) {
  .is-tile .advert, .item_layer_content .advert {
    flex-basis: 100%
  }
}

.is-tile .js-advert_short.advert .advert__date-creation, .item_layer_content .js-advert_short.advert .advert__date-creation {
  display: block
}

.is-tile .js-advert_short.advert .advert__id, .item_layer_content .js-advert_short.advert .advert__id {
  display: none
}

.is-tile .js-advert_short.advert .advert__name, .item_layer_content .js-advert_short.advert .advert__name {
  display: block;
  margin: 190px 0 5px 0;
  overflow: hidden;
  position: relative;
  height: 45px
}

.is-tile .js-advert_short.advert .advert__name > a, .item_layer_content .js-advert_short.advert .advert__name > a {
  word-break: break-word
}

.is-tile .js-advert_short.advert .advert__name::after, .item_layer_content .js-advert_short.advert .advert__name::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10%;
  height: 20px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%) 0% 0%;
  text-align: right;
  content: ''
}

.is-tile .js-advert_short.advert .advert__images, .item_layer_content .js-advert_short.advert .advert__images {
  position: absolute;
  top: 40px;
  left: 5px;
  width: calc(100% - 10px)
}

.is-tile .js-advert_short.advert .advert__main-image, .item_layer_content .js-advert_short.advert .advert__main-image {
  display: block
}

.is-tile .js-advert_short.advert .advert__fotorama, .item_layer_content .js-advert_short.advert .advert__fotorama {
  display: none
}

.is-tile .js-advert_short.advert .advert__advert-price_full, .item_layer_content .js-advert_short.advert .advert__advert-price_full {
  display: none
}

.is-tile .js-advert_full .advert__advert-price_full, .item_layer_content .js-advert_full .advert__advert-price_full {
  display: none
}

@media all and (max-width: 450px) {
  .is-tile .js-advert_short.advert .advert__name, .item_layer_content .js-advert_short.advert .advert__name {
    font-size: 16px;
    margin-top: 180px
  }
}

.item_layer_content > .js-advert_full.advert {
  height: auto;
  padding: 35px 60px 0 64px;
  margin: 10px 0 20px 0
}

.item_layer_content > .js-advert_full.advert .advert__date-creation {
  display: none
}

.item_layer_content > .js-advert_full.advert .advert__favorites {
  width: auto;
  height: auto;
  padding-left: 30px;
  margin-left: 40px
}

.item_layer_content > .js-advert_full.advert .advert__favorites-text {
  font-size: 16px;
  font-weight: 400;
  color: #aeb7bc
}

.item_layer_content > .js-advert_full.advert .advert__id {
  display: block
}

.item_layer_content > .js-advert_full.advert .advert__name {
  display: block;
  margin-bottom: 20px
}

.item_layer_content > .js-advert_full.advert .advert__name > a {
  color: #728189;
  font-size: 20px
}

.item_layer_content > .js-advert_full.advert .advert__images {
  display: block;
  margin-bottom: 20px
}

.item_layer_content > .js-advert_full.advert .advert__main-image {
  display: none
}

.item_layer_content > .js-advert_full.advert .advert__fotorama {
  display: block
}

.item_layer_content > .js-advert_full.advert .advert__advert-price_short {
  display: none
}

.item_layer_content > .js-advert_full.advert .advert__advert-price_full {
  display: block;
  margin-bottom: 20px
}

.item_layer_content > .js-advert_full.advert .advert__add-info {
  display: block;
  margin-bottom: 20px
}

.item_layer_content > .js-advert_full.advert .advert__add-info .advert__add-info-item_delivery-free {
  color: #5b8548
}

.item_layer_content > .js-advert_full.advert .advert__add-info-link {
  display: block
}

.item_layer_content > .js-advert_full.advert .advert__regions-info {
  display: block
}

.item_layer_content > .js-advert_full.advert .advert__selected-regions {
  display: block
}

.item_layer_content > .js-advert_full.advert .advert__regions-list {
  display: flex
}

.item_layer_content > .js-advert_full.advert .advert__regions-item {
  display: list-item
}

.item_layer_content > .js-advert_full.advert .advert__services {
  display: block
}

.item_layer_content > .js-advert_full.advert .advert__service {
  display: block
}

.item_layer_content > .js-advert_full.advert .advert__description {
  display: block;
  margin-bottom: 20px
}

.item_layer_content > .js-advert_full.advert .advert__description-title {
  display: block
}

.item_layer_content > .js-advert_full.advert .advert__regions-info {
  display: block
}

.item_layer_content > .js-advert_full.advert .advert__preview-close {
  display: block
}

.item_layer_content > .js-advert_full.advert .advert__preview__is-list {
  display: none
}

.item_layer_content > .js-advert_full.advert .advert__contacts {
  display: block
}

.item_layer_content > .js-advert_full.advert .advert__contacts-title {
  display: block
}

.item_layer_content > .js-advert_full.advert .advert__contacts-category {
  display: block
}

.item_layer_content > .js-advert_full.advert .advert__preview__is-tile {
  display: none
}

.item_layer_content > .js-advert_full.advert .advert__admin-block {
  display: block
}

.item_layer_content > .js-advert_full.advert .advert__admin-block-button {
  display: block
}

.item_layer_content > .js-advert_full.advert .advert__admin-block-item {
  display: inline-block
}

body.hidden_s {
  overflow: hidden
}

.no_fix_black {
  transition: all .5s ease 0s;
  opacity: 0;
  visibility: hidden
}

.no_fix_black.fix_black {
  visibility: visible;
  opacity: .8;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  position: fixed;
  background: #000 0% 0%
}

.item_layer {
  visibility: hidden;
  opacity: 0
}

.item_layer.show {
  transition: all .5s ease 0s;
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto
}

.container_i {
  width: 800px;
  margin: 0 auto;
  position: relative
}

.prev_item, .next_item {
  width: 45px;
  height: 100px;
  position: absolute;
  top: 200px;
  z-index: 998;
  display: none
}

.item_layer.show .prev_item, .item_layer.show .next_item {
  display: block
}

.item_layer.show .prev_item.hide_prev_next_item, .item_layer.show .next_item.hide_prev_next_item {
  display: none
}

.prev_item a, .next_item a {
  display: block;
  width: 100%;
  height: 100%
}

.prev_item {
  left: -45px;
  background: url(../img/card/prev.svg) no-repeat 0 center
}

.next_item {
  right: -45px;
  background: url(../img/card/next.svg) no-repeat -45px center
}

.catalog__adverts-list.is-list {
  display: flex;
  flex-direction: column
}

.catalog__adverts-list.is-tile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.catalog__header {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 18px 0;
  border: 1px #ced5d8 solid;
  border-radius: 6px;
  background: #e6ebed;
  font-size: .875em;
  text-align: center;
  box-sizing: border-box
}

.catalog__header-item {
  flex: 0 0 auto
}

.catalog__header-item_view-mode {
  margin: 0 auto 0 18px
}

@media all and (max-width: 500px) {
  .catalog__header-item_view-mode {
    margin: 0 3px 0 auto
  }
}

.catalog__header-item_sorting {
  margin: 0 18px 0 auto
}

@media all and (max-width: 500px) {
  .catalog__header-item_sorting {
    margin: 0 3px 0 auto
  }
}

.catalog__header-item-link {
  display: inline-block;
  margin: 0 5px;
  padding: 5px;
  color: #444d51;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer
}

.catalog__header-item-link_asc {
  background: url(../img/catalog/asc-icon.svg) no-repeat right center;
  padding-right: 13px
}

.catalog__header-item-link_desc {
  background: url(../img/catalog/desc-icon.svg) no-repeat right center;
  padding-right: 13px
}

.catalog__header-item_view-mode .catalog__header-item-title {
  display: inline-block;
  margin-right: 5px;
  color: #738288;
  font-size: 14px
}

@media all and (max-width: 450px) {
  .catalog__header-item_view-mode .catalog__header-item-title {
    display: none
  }
}

.catalog__header-item_view-mode .catalog__header-item-button {
  display: inline-block;
  width: 29px;
  height: 29px;
  margin: 0 5px;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box
}

.catalog__header-item_view-mode .catalog__header-item-button_type_list {
  background: url(../img/catalog/list.svg) no-repeat;
  background-size: 29px auto
}

.catalog__header-item_view-mode .catalog__header-item-button_type_list.is-active {
  background: url(../img/catalog/list_active.svg) no-repeat;
  background-size: 29px auto
}

.catalog__header-item_view-mode .catalog__header-item-button_type_tile {
  background: url(../img/catalog/tile.svg) no-repeat;
  background-size: 29px auto
}

.catalog__header-item_view-mode .catalog__header-item-button_type_tile.is-active {
  background: url(../img/catalog/tile_active.svg) no-repeat;
  background-size: 29px auto
}

.catalog__header-item_sorting .catalog__header-item-title {
  display: inline-block;
  margin-right: 5px;
  color: #738288;
  font-size: 14px
}

@media all and (max-width: 400px) {
  .catalog__header-item_sorting .catalog__header-item-title {
    display: none
  }
}

.catalog__header-item_sorting .catalog__header-item-dropdown {
  display: inline-block;
  position: relative;
  border: 1px #ced5d8 solid;
  border-radius: 6px;
  background: #fff;
  cursor: pointer
}

.catalog__header-item_sorting .catalog__header-item-dropdown-open {
  background: url(../img/catalog/arrow-bot-icon.svg) no-repeat right center;
  margin-right: 5px;
  padding-right: 14px;
  cursor: pointer
}

.catalog__header-item_sorting .catalog__header-item-dropdown-container {
  list-style: none;
  position: absolute;
  top: 30px;
  left: 0;
  min-width: 125px;
  margin: 0;
  padding: 0;
  transition: all .2s ease 0s;
  border: 1px #ced5d8 solid;
  border-radius: 3px 3px 6px 6px;
  background: #fff;
  box-shadow: 3px 2px 2px rgba(0, 0, 0, .2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 200;
  box-sizing: border-box
}

.catalog__header-item_sorting .catalog__header-item-dropdown-container > li:hover {
  background: #e6ebed;
  color: #444d51;
  text-decoration: none
}

.catalog__header-item_sorting .js-dropdown_is-open .catalog__header-item-dropdown-open {
  background: url(../img/catalog/arrow-top-icon.svg) no-repeat right center
}

.catalog__header-item_sorting .js-dropdown_is-open .catalog__header-item-dropdown-container {
  transition: all .2s ease 0s;
  opacity: 1;
  visibility: visible
}

.catalog__advert {
  border: 1px #eef0f2 solid
}

.catalog__adverts-list.is-list .catalog__advert {
  margin: 0 auto 20px auto
}

.catalog__adverts-list.is-tile .catalog__advert {
  margin: 2.5px
}

.catalog__advert_accept {
  border: 3px #e6ebed solid
}

.catalog__advert_disabled {
  border: 3px #ffd24d solid
}

.catalog__advert_wait {
  border: 3px #80af6b solid
}

.catalog__advert_denied {
  border: 3px #e6614f solid
}

.catalog__advert_expired {
  border: 3px #ffd24d solid
}

@media all and (max-width: 1200px) {
  .catalog__header {
    margin-bottom: 10px;
    padding: 5px
  }

  .catalog__adverts-list.is-list .catalog__advert {
    margin: 0 auto 3px auto
  }

  .catalog__adverts-list.is-tile .catalog__advert {
    margin: 0 3px 3px 3px
  }
}

.catalog-filter__title {
  margin-bottom: 10px;
  color: #444d51;
  font-size: 20px;
  font-weight: 400
}

.catalog-filter__list {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-size: 16px
}

.catalog-filter__list > li {
  margin-bottom: 5px;
  margin-left: 20px
}

.catalog-filter__link {
  transition: color .6s ease;
  color: #aab3b7;
  text-decoration: none
}

.catalog-filter__link:hover {
  color: #2190f0
}

.catalog-filter__link_active {
  color: #2190f0
}

.rubricator {
  color: #444d51
}

.rubricator > .rubricator__list > li {
  margin-bottom: 10px
}

.rubricator > .rubricator__list > li > .rubricator__link {
  background: #f9f9f9
}

.rubricator > .rubricator__list > li > .rubricator__link > .rubricator__category-name {
  font-size: 18px
}

.rubricator > .rubricator__list > li > .rubricator__list > li {
  border-right: 1px solid rgba(0, 0, 0, .1);
  border-left: 1px solid rgba(0, 0, 0, .1)
}

.rubricator > .rubricator__list > li > .rubricator__list > li > .rubricator__link {
  background: #d7dde0
}

.rubricator > .rubricator__list > li > .rubricator__list > li > .rubricator__list > li > .rubricator__link {
  background: #ebf0f2
}

.rubricator > .rubricator__list > li > .rubricator__list > li > .rubricator__list > li > .rubricator__list > li .rubricator__link {
  background: #f5f6f7
}

.rubricator > .rubricator__list > li > .rubricator__list > li > .rubricator__list > li > .rubricator__list > li .rubricator__link:hover {
  background: #e6ebed
}

.rubricator > .rubricator__list > li > .rubricator__list > li > .rubricator__list > li > .rubricator__list > li .rubricator__link .rubricator__category-name {
  color: #738288
}

.rubricator > .rubricator__list > li > .rubricator__list > li > .rubricator__list > li > .rubricator__list > li .rubricator__link .rubricator__category-name::before {
  content: '- '
}

.rubricator > .rubricator__list > li > .rubricator__list > li > .rubricator__list > li > .rubricator__list > li > .rubricator__list > li > .rubricator__link > .rubricator__category-name {
  padding-left: 15px;
  color: #2190f0
}

.rubricator__list {
  list-style: none;
  margin: 0;
  padding: 0
}

.rubricator__list > li {
  display: block;
  margin: 0;
  padding: 0;
  font-size: .95em;
  line-height: 20px;
  list-style: none
}

.rubricator__link {
  display: table;
  width: 100%;
  margin: 0;
  padding: 6px 10px 6px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  color: inherit;
  font-size: 14px;
  text-decoration: none;
  text-overflow: clip;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box
}

.rubricator__category-name {
  display: table-cell
}

.rubricator__counter {
  display: table-cell;
  width: 30px;
  padding-right: 5px;
  text-align: right;
  vertical-align: middle
}

.contacts__minimal-table, .contacts__standard-table {
  margin: 20px auto
}

.contacts__edit {
  margin: 20px auto
}

.contacts__edit-title {
  padding: 0;
  color: #444d51;
  font-size: 24px;
  font-weight: 400;
  text-align: center
}

.contacts__edit-help {
  display: block;
  width: 100%;
  max-width: 390px;
  margin: 10px 0 0 0;
  margin-left: 260px;
  color: #444d51;
  font-size: 12px
}

.contacts__public-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #738288;
  font-size: 20px
}

.contacts__public-list > li {
  display: block
}

.contacts__public-item_phone {
  font-size: 20px
}

.contacts__public-item_phone_info {
  font-size: 14px;
  width: 170px;
  overflow: hidden;
  color: #aeb7bc;
  text-align: right
}

.contacts__public-item_phone_mts {
  background: url(../img/contacts/mts.svg) no-repeat left center;
  padding: 0;
  padding-left: 21px
}

.contacts__public-item_phone_velcom {
  background: url(../img/contacts/a1.svg) no-repeat left center/16px;
  padding: 0;
  padding-left: 21px
}

.contacts__public-item_phone_life {
  background: url(../img/contacts/life.svg) no-repeat left center;
  padding: 0;
  padding-left: 21px
}

.contacts__public-item_phone_landline {
  background: url(../img/contacts/landline.svg) no-repeat left center/16px;
  padding: 0;
  padding-left: 21px
}

.contacts__public-item_phone_fax {
  background: url(../img/contacts/pr-fax.svg) no-repeat left center/16px;
  padding: 0;
  padding-left: 21px
}

.contacts__show {
  display: block;
  padding: 0;
  border: 0;
  background: 0;
  color: #2190f0;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  padding-top: 10px;
  padding-left: 21px
}

.contacts__show:hover {
  text-decoration: underline
}

.contacts__phones-block {
  display: flex;
  align-items: center;
  flex-direction: column
}

.contacts__title {
  margin-bottom: 10px;
  color: #444d51;
  font-size: 20px
}

.contacts__phones .phone .mts {
  background: url(../img/contacts/mts.svg) no-repeat left center;
  padding: 0;
  padding-left: 21px
}

.contacts__phones .phone .velcom {
  background: url(../img/contacts/a1.svg) no-repeat left center;
  padding: 0;
  padding-left: 21px
}

.contacts__phones .phone .life {
  background: url(../img/contacts/life.svg) no-repeat left center;
  padding: 0;
  padding-left: 21px
}

@media all and (max-width: 1200px) {
  .contacts__edit-group {
    margin: 0 5px
  }

  .contacts__edit-help {
    width: auto;
    margin: 0 auto
  }
}

.paginator {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  padding: 5px 20px;
  border: 1px #ced5d8 solid;
  border-radius: 6px;
  background: #f4f4f4;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box
}

.paginator__list {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0
}

.paginator__item {
  display: inline-block;
  margin: 0 10px;
  padding: 0 10px
}

.paginator__item_prev {
  margin: 0;
  padding-left: 10px;
  float: left
}

.paginator__item_next {
  margin: 0;
  padding-right: 10px;
  float: right
}

.paginator__link {
  color: #738288;
  line-height: 30px;
  text-decoration: none
}

.paginator__item_active .paginator__link {
  color: #444d51
}

.slidebar__container {
  margin: 10px
}

.standard-table {
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 0 0
}

.standard-table__caption {
  margin-bottom: 20px;
  color: #444d51;
  font-size: 22px;
  text-align: center
}

.standard-table__caption-link {
  color: #444d51;
  font-size: 22px;
  text-decoration: none;
  cursor: pointer
}

.standard-table__caption-link:hover {
  text-decoration: underline
}

.standard-table__header {
  font-size: 16px
}

.standard-table__header .standard-table__cell {
  background: #e6ebed;
  font-weight: 600
}

.standard-table__header .standard-table__row:first-child .standard-table__cell:first-child {
  border-top-left-radius: 15px
}

.standard-table__header .standard-table__row:first-child .standard-table__cell:last-child {
  border-top-right-radius: 15px
}

.standard-table__body .standard-table__cell {
  background: #fff
}

.standard-table__body .standard-table__row:last-child .standard-table__cell {
  border-bottom: 1px solid #ced5d8
}

.standard-table__body .standard-table__row:last-child .standard-table__cell:first-child {
  border-bottom-left-radius: 5px
}

.standard-table__body .standard-table__row:last-child .standard-table__cell:last-child {
  border-bottom-right-radius: 5px
}

.standard-table__cell {
  padding: 10px;
  border-top: 1px solid #ced5d8;
  border-left: 1px solid #ced5d8;
  color: #444d51;
  text-align: center
}

.standard-table__row .standard-table__cell:last-child {
  border-right: 1px solid #ced5d8
}

.standard-table__cell-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.standard-table__link {
  color: #2190f0;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer
}

.standard-table__link:hover {
  text-decoration: underline
}

@media all and (max-width: 780px) {
  .standard-table {
    width: 100%;
    word-wrap: break-word
  }

  .standard-table__cell {
    padding: 10px 0;
    max-width: 40px
  }
}

@media all and (max-width: 640px) {
  .standard-table__cell {
    font-size: .85rem
  }
}

.widget__header {
  margin: 0 0 10px 0;
  padding: 0;
  color: #444d51;
  font-size: 20px;
  font-weight: 400
}

.widget__list {
  list-style: none;
  margin: 0 10px 10px 10px;
  padding: 0;
  color: #738288;
  font-size: 16px
}

.widget__list strong {
  color: #444d51
}

.widget__list-item {
  color: #2190f0;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer
}

.widget__list-item:hover {
  text-decoration: underline
}

.minimal-table__caption {
  margin-bottom: 20px;
  color: #444d51;
  font-size: 22px;
  text-align: center
}

.minimal-table__cell {
  padding-bottom: 15px;
  font-size: 18px
}

.minimal-table__cell:nth-child(1) {
  min-width: 300px;
  padding-right: 20px;
  color: #738288
}

.minimal-table__cell:nth-child(2) {
  color: #444d51
}

.minimal-table__cell_phone_mts {
  background: url(../img/minimal-table/mts.svg) no-repeat left center;
  padding: 0;
  padding-left: 21px
}

.minimal-table__cell_phone_velcom {
  background: url(../img/minimal-table/a1.svg) no-repeat left center/16px;
  padding: 0;
  padding-left: 21px
}

.minimal-table__cell_phone_life {
  background: url(../img/minimal-table/life.svg) no-repeat left center;
  padding: 0;
  padding-left: 21px
}

.minimal-table__cell_phone_landline {
  background: url(../img/minimal-table/landline.svg) no-repeat left center/16px;
  padding: 0;
  padding-left: 21px
}

.minimal-table__cell_phone_fax {
  background: url(../img/minimal-table/pr-fax.svg) no-repeat left center/16px;
  padding: 0;
  padding-left: 21px
}

.minimal-table__cell.minimal-table__cell_single-info {
  padding: 0;
  font-size: 16px;
  text-align: center
}

.minimal-table__link {
  color: #2190f0;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer
}

.minimal-table__link:hover {
  text-decoration: underline
}

@media all and (max-width: 1200px) {
  .minimal-table__cell:nth-child(1) {
    min-width: 100px
  }
}

@media all and (max-width: 1200px) {
  .header-mobile {
    background: #363b42
  }

  .header-mobile__back {
    padding: 0
  }

  .header-mobile__back-link {
    display: block;
    margin: 0 auto;
    color: #aeb7bc;
    vertical-align: middle;
    cursor: pointer;
    width: 31px;
    height: 57px;
    background: url(../img/header/back.svg) no-repeat center center/auto 14px
  }

  .header-mobile__logo {
    padding: 0;
    margin: 0
  }

  .header-mobile__logo-link {
    text-indent: 101%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    height: 22px;
    margin-left: -5px;
    padding: 0;
    background-color: transparent;
    background-image: url(../img/header/logo_mobile.svg);
    background-repeat: no-repeat;
    background-size: auto 22px;
    font-size: 14px;
    background-position: 1px center;
    width: 12px
  }

  .header-mobile__logo-link-user {
    width: 60px
  }

  .header-mobile_add-btn, .header-mobile_disabled {
    display: block;
    color: #738288;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    flex: 0 0 auto;
    margin: 0 10px;
    padding: 3px 7px
  }

  .header-mobile_add-btn:hover, .header-mobile_disabled:hover {
    text-decoration: underline
  }

  .header-mobile_add-btn {
    border-radius: 10px;
    text-align: left
  }

  .header-mobile_add-btn::before {
    font-weight: 700;
    font-size: 2rem;
    color: #80af6b;
    content: '\ff0b'
  }

  .header-mobile_disabled {
    border-radius: 10px;
    background: #ffd24d;
    color: #fff
  }

  .header-mobile_disabled::before {
    font-weight: 700;
    content: '\274c'
  }

  .header-mobile__nav {
    display: block;
    min-width: 135px;
    height: 57px;
    margin: 0 auto;
    color: #e6ebed;
    position: relative;
    flex-grow: 1;
    z-index: 1;
  }

  .header-mobile__search-container {
    display: none;
    background-color: #363b42;
    padding: 13px 8px;
    box-sizing: border-box;
    transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99) 0s;
    transition: transform .2s cubic-bezier(.16, .68, .43, .99) 0s;
    transition: transform .2s cubic-bezier(.16, .68, .43, .99) 0s, -webkit-transform .2s cubic-bezier(.16, .68, .43, .99) 0s
  }

  .header-mobile__search-container.is-open {
    display: block;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%
  }

  .header-mobile__search {
    margin: 7px 0 0 0;
    height: 35px;
    width: 100%;
    font-size: 18px;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: normal;
    border: 1px solid #e6ebed;
    border-radius: 6px;
    background-color: #fff
  }

  .header-mobile__search-line {
    flex: 1 1 auto;
    padding: 5px 10px;
    border: 0;
    border-radius: 6px;
    background-color: #fff;
    color: #738288;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 100%
  }

  .header-mobile__search-line:focus {
    border: 0
  }

  .header-mobile__search-submit {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border: 0;
    background-color: transparent;
    background-image: url(../img/search/search-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    opacity: .5
  }

  .header-mobile__search-submit:hover {
    opacity: .8
  }

  .header-mobile__favorites {
    margin-left: auto
  }
}

@media all and (max-width: 1200px) {
  .header-mobile__favorites {
    display: none
  }
}

@media all and (max-width: 1200px) {
  .header-mobile__menu {
    width: 100%;
    max-width: 40px;
    position: relative;
    margin-left: auto
  }

  .header-mobile__menu-open {
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 10px;
    background: #80af6b;
    color: #fff;
    cursor: pointer
  }

  .header-mobile__menu-open::before {
    position: absolute;
    top: 3px;
    left: 7px;
    font-weight: 700;
    font-size: 1rem;
    content: '\ff0b'
  }

  .header-mobile__menu-list {
    margin: 0;
    padding: 0;
    top: 42px;
    right: 0;
    text-align: center;
    background-color: #363b42;
    border: medium;
    width: 260px;
    position: absolute;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    -moz-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    transition: all .2s ease 0s;
    visibility: hidden;
    opacity: 0
  }

  .header-mobile__menu-list.is-open {
    width: 260px;
    font-size: 18px;
    visibility: visible;
    opacity: 1;
    z-index: 100
  }
}

@media all and (max-width: 1200px) and (max-width: 500px) {
  .header-mobile__menu-list.is-open {
    width: 150px
  }
}

@media all and (max-width: 1200px) {
  .header-mobile__menu-list > li {
    display: block;
    padding: 20px 0
  }
}

@media all and (max-width: 1200px) and (max-width: 500px) {
  .header-mobile__menu-list > li {
    padding: 14px 0
  }
}

@media all and (max-width: 1200px) {
  .header-mobile__menu-list > li > a {
    color: #e6ebed;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block
  }

  .header-mobile__menu-list > li > a:hover {
    text-decoration: underline
  }
}

@media all and (max-width: 1200px) and (max-width: 500px) {
  .header-mobile__menu-list > li > a {
    font-size: .9rem
  }
}
