#header a {
    text-decoration: none;
}

button[disabled], html, html input[disabled] {
    cursor: default
}

*, input[type=checkbox], input[type=radio] {
    box-sizing: border-box
}

.catalog__help:before, .catalog__table-container:before {
    content: '';
    position: absolute
}

.index, .pagination, .profile__period {
    text-align: center
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-regular.eot);
    src: url(../fonts/lato-regular.woff2) format('woff2'), url(../fonts/lato-regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Lato;
    src: url(../fonts/lato-bold.eot);
    src: url(../fonts/lato-bold.woff2) format('woff2'), url(../fonts/lato-bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
}

.catalog, body {
    margin-right: auto;
    background-color: white;
}
#layout{

}
#layout #content {
    background-color: #F3F4F6 !important;
    max-width: 100%;
    font-family: Lato, LatoWeb;
    min-height: 92.3%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#footer{
    margin-top: -230px;
    position: relative;
    z-index: 1;
}
.catalog, .catalog__order, body {
    margin-left: auto
}

.catalog__order {
    text-align: right;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0)
}

body {
    font-size: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

a {
    background: 0 0
}

:active, :focus, :hover {
    outline: 0
}

hr {
    box-sizing: content-box;
    height: 0
}

ol, ul {
    list-style: none
}

pre {
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap
}

q {
    quotes: '\201C' '\201D' '\2018' '\2019'
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button {
    overflow: visible
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

.catalog__cell, .catalog__name .icon, .catalog__search-input {
    vertical-align: middle
}

button, input, select[multiple], textarea {
    background-image: none
}

input, select, textarea {
    border-radius: 0;
    box-shadow: none
}

input, textarea {
    resize: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent
}

[placeholder]:focus::-moz-placeholder {
    color: transparent
}

[placeholder]:focus:-ms-input-placeholder {
    color: transparent
}

[placeholder]:focus::placeholder {
    color: transparent
}

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

#content {
    max-width: 1420px;
}

.avatar {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid rgba(170, 170, 170, .14);
    text-align: center;
    font: 0/0 A;
}

.avatar_type_person {
    border-radius: 50%
}

.avatar_type_company {
    border-radius: 4px
}

.avatar__helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.avatar img {
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.avatar__image {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.avatar__letter {
    background-color: #B2B6BA;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.avatar__letter__char {
    font-size: 24px;
    position: absolute;
    top: 50%;
    font-family: Lato, LatoWeb, 'PT Sans', sans-serif;
    text-align: center;
    width: 100%;
    color: #ECEDEE;
}

.avatar__letter__char_big {
    font-size: 36px;
}

.catalog__summary {
    font-size: 13px;
    margin: 0;
    padding: 20px;
    color: #666;
}

.catalog__title {
    font-size: 28px;
    color: #585858;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 30px;
}

.catalog__table-container {
    margin-top: -3px;
}

.catalog__table-container, .catalog__tabs {
    position: relative
}

.catalog__controls {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    color: rgba(0, 0, 0, 0.75)
}
/* -------------------------------------------------------------------------------------- */
.catalog__filters {
    display: flex;
    color: rgba(0, 0, 0, 0.75)
}

.catalog__sorting {
    margin-top: 20px;
    display: flex;
}

.catalog__sorting .catalog__order {
    margin-left: 8px;
}

.catalog__controls .s-input:hover {
    border-color: #7a7a7a;
    box-shadow: none;
}

.catalog__controls .s-input:focus, .catalog__controls .s-input:active {
    border-color: #121212;
    box-shadow: none;
}

.catalog__controls .catalog__button, .catalog__controls .catalog__skills {
    margin-right: 24px;
    display: inline-block;
}

.catalog__controls .s-popup__menu {
    padding: 15px 0;
}

.s-popup__menu__item {
    color: #121212;
}

.s-popup__menu__item:hover {
    background-color: rgba(43, 135, 219, 0.1); 
    color: #121212!important;
}

.s-popup__menu__item--sort::first-letter {
    text-transform: lowercase;
}

.catalog__spacer {
    flex: 1;
    min-width: 24px;
}

.catalog__controls .catalog__order {
    margin-right: 0;
}

.catalog__controls .catalog__feedback {
    display: inline-block;
}

.catalog__controls .catalog__feedback-checkbox {
    display: flex;
    margin-top: 6px;
}

.catalog__controls .catalog__order-text {
    color: #121212;
}

.catalog__controls .catalog__search {
    margin-right: unset;
}

.catalog__checkbox input[type=checkbox] {
    display: none;
}

.catalog__skill-groups {
    display: flex;
    font-size: 14px;
    line-height: 1.43;
    padding-top: 15px;
}

.catalog__group-name {
    margin: 0 10px 12px;
}

.catalog__group-name .checkbox-text:first-letter, .catalog__skill__item .checkbox-text:first-letter {
    text-transform: uppercase;
}

.catalog__skill__item {
    margin: 0 32px 18px;
}

.catalog__skill-menu {
    font-family: Lato, LatoWeb, 'PT Sans', Arial;
}

.catalog__checkbox {
    position: relative;
    padding-left: 24px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.catalog__checkbox:before {
    position: absolute;
    display: block;
    box-sizing: border-box;
    content: "";
    top: 2px;
    left: 0;
    margin-right: 9px;
    width: 14px;
    height: 14px;
    border: 1px solid #c9c8ca;
    border-radius: 2px;
    background-color: #fff;
    -o-transition: background-color .05s linear,border-color .05s linear;
    transition: background-color .05s linear,border-color .05s linear;
}

.catalog__checkbox:after {
    top: 4px;
    left: 5px;
    content: "";
    width: 5px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    box-sizing: border-box;
}

.catalog__checkbox.catalog__checkbox_checked:before {
    background-color: #0679eb;
    border-color: #0679eb;
}

.catalog__skills-dropdown, .catalog__order-dropdown {
    width: 212px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    text-align: left;
}
@media (max-width: 1100px) {
    .catalog__order-dropdown {
        width: 160px;
    }
}

.s-popup {
    border: none;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.s-popup__tail {
    visibility: hidden;
}

.catalog__controls .s-button_solid, .catalog__controls .s-button_solid:hover  {
    color: #121212;
    background-color: #e9f3fb;
    border-color: #c9c9c9;
}

.catalog__controls .s-button_arrow .s-button__text {
    padding-right: 35px;
}

.catalog__controls .s-button_action .s-button__text {
    text-transform: unset;
    font-weight: normal;
    font-size: 14px;
    height: 28px;
    color: rgba(0, 0, 0, 0.75);
}

.catalog__controls .s-button_arrow .s-button__text:after {
    background-image: url('/static/images/button_arrow_down_blue.svg');
    margin-top: -4px;
    right: 14px;
}

.catalog__controls .s-button.s-button_lightblue, .catalog__controls region-browser .s-button {
    background-color: rgba(42,135,219,.1);
    border-color: transparent;
}

.catalog__controls .s-button.s-button_lightblue .s-button__text, .catalog__controls region-browser .s-button .s-button__text {
    font-size: 14px;
    font-weight: bold;
    color: #2b87db;
    text-transform: none;
}

.catalog__controls .s-button.s-button_lightblue:hover {
    background-color: rgba(42,135,219,.15);
}

.catalog__controls .s-button.s-button_lightblue:hover .s-button__text {
    color: #256ba5;
}

.catalog__controls region-browser .s-button:hover {
    background-color: rgba(42,135,219,.15);
}

.catalog__controls region-browser .s-button:hover .s-button__text {
    color: #256ba5;
}
/* -------------------------------------------------------------------------------------- */

.catalog__search {
    margin-right: 8px;
    margin-top: 2px;
    display: inline-block;
}

.catalog__search-input {
    min-width: 210px;
    margin-right: 5px !important;
}

.catalog__button .s-button__text, .catalog__skills .s-button__text, .catalog__order .s-button__text {
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
}

.catalog__order-text {
    margin-top: 5px;
    color: rgba(0, 0, 0, .75);
    font-size: 14px;
    white-space: pre;
}

.catalog__tabs {
    bottom: -1px;
    z-index: 1
}

.catalog__tabs .s-tabs {
    line-height: 29px
}

.catalog__table-container:before {
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    display: block;
    background-color: #dadbdd
}

.catalog__help {
    position: absolute;
    top: -15px;
    right: 21px;
    padding-left: 11px;
    padding-right: 11px;
    color: #007aeb;
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
}

.catalog__help:hover {
    color: #0055a5
}

.catalog__help:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    z-index: 1;
    display: block;
    background-color: #fff
}

.catalog__help-text {
    position: relative;
    z-index: 2
}

.catalog__table {
    width: 100%
}

.catalog__row {
    border-bottom: 1px solid #dadbdd
}

.catalog__row:hover {
    background-color: #edf3f8
}

.catalog__cell_for_info {
    width: 25%;
}

.catalog__cell_for_agent_info {
    width: 15%;
}

.catalog__cell_for_rating {
    width: 12%;
}

.catalog__table_builders .catalog__cell_for_info {
    width: 30%;
}

.catalog__cell-content {
    display: block;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 20px;
    text-decoration: none
}

.catalog__cell_for_avatar .catalog__cell-content, .catalog__cell_for_offers .catalog__cell-content {
    padding-left: 20px;
    padding-right: 20px
}

.catalog__cell_for_avatar {
    width: 10%;
}

.catalog__cell_for_offers {
    text-align: right;
    width: 10%;
}
.catalog__table_builders .catalog__cell_for_offers {
    width: 15%;
}
.catalog__cell_for_offers .s-button{
    min-width: 138px;
    text-align: center;
}

.catalog__cell-content--no-rating {
    color:#666;
    font-size: 16px;
}

.catalog__rate-value {
    color: #ff9d00;
    font-weight: 700;
    font-family: Lato, LatoWeb;
    font-size: 17px;
}

.catalog__stars {
    display: inline-block;
    margin-left: 6px;
}

.catalog__star {
    display: inline-block;
    width: 18px;
    height: 13px;
}

.catalog__reviews-link {
    font-size: 16px;
    line-height: 1.62;
    color: #2b87db;
    text-decoration: none;
}

.catalog__reviews-link:hover {
    color: #0055a5;
}

.catalog__cell_for_info .catalog__cell-content {
    color: #222
}

.catalog__cell_for_spec .catalog__cell-content {
    color: #666;
    font-size: 14px;
    line-height: 17px
}

.catalog__cell_for_buildings-finished {
    width: 25%;
}

.catalog__cell_for_buildings-construction {
    width: 20%;
}

.catalog__cell__subtitle {
    color: #666;
    font-size: 14px;
    padding-bottom: 6px;
}

.catalog__cell__link {
    font-size: 16px;
    color: #007AEB;
    border: none;
    text-decoration: none;
}

.catalog__avatar-container {
    display: block;
    width: 74px;
    height: 74px
}

.catalog__logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    height: auto
}

.catalog__name {
    display: inline-block;
    font-size: 16px;
    line-height: 17px
}

.catalog__honest-work {
    position: relative;
    top: 2px;
}

.catalog__name .icon {
    margin-top: 5px;
    margin-left: 1px
}

.catalog__period {
    opacity: .65;
    color: #222;
    font-size: 12px;
    line-height: 25px;
}

.catalog__company_name {
    opacity: .65;
    color: #222;
    font-size: 13px;
    line-height: 25px;
}

.catalog__select__item {
    padding-left: 32px !important;
}

.catalog__select__item_selected:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    bottom: 0;
    left: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    background-image: url('/static/images/selected.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 100%;
}

.catalog__select__item_selected::first-letter {
    text-transform: lowercase;
}

.content {
    font-family: Lato, sans-serif;
    font-weight: 400;
    padding: 30px 20px 40px
}

.header {
    display: block;
    height: 70px;
    background-image: url(/assets/images/header.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #475258
}

.pagination {
    display: block;
}

.profile__content__inner {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    max-width: 1410px;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.profile__back__inner {
    max-width: 1410px;
    padding-left: 44px;
    padding-right: 10px;
    margin: 0 auto;
    display: block;
}

.icon_fair {
    width: 13px;
    height: 18px;
    fill: #2da000
}

.icon_arrow {
    width: 12px;
    height: 9px
}

.pagination {
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #666;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px
}

.pagination__item {
    padding-top: 5px;
    padding-left: 9px;
    padding-right: 9px;
    display: inline-block;
    text-decoration: none;
    color: inherit
}

.pagination__item:hover {
    color: #222
}

.pagination__item_state_active {
    position: relative;
    color: #0071db;
    pointer-events: none
}

.pagination__item_state_active:before {
    position: absolute;
    top: 0;
    width: 25px;
    left: -25px;
    right: -25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 3px;
    content: '';
    background-color: currentColor
}

.catalog {
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.catalog__inner {
    max-width: 1410px;
    margin: 0 auto;
    padding: 28px 10px 30px;
}

.profile__link {
    color: #2b87db !important;
    text-decoration: none !important;
    border-bottom: 1px solid transparent !important;
}

.profile__link_website {
    font-size: 13px;
}

.profile__link:hover {
    color: #256ba5 !important;
    border-color: rgba(0,122,235,.3) !important;
}

.profile__back {
    background-color: #fff;
    padding-top: 28px;
}

.profile__back__link {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 19px
}

.profile__back__link .icon {
    position: absolute;
    left: -23px;
    top: 5px;
    fill: #2b87db;
}

.profile__back__link:hover .icon {
    fill: #256ba5;
}

.profile__content {
    margin-bottom: 0;
    padding-bottom: 40px;
    background-color: #fff;
}

.profile_empty .profile__about, .profile_empty .profile__content {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.profile_empty .profile__contacts, .profile_empty .profile__info {
    padding-bottom: 25px
}

.profile__about {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.profile__avatar {
    max-width: 127px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 28px
}

.profile__avatar-container {
    margin-bottom: 6px;
    width: 127px;
    height: 127px
}

.profile__period {
    color: rgba(34, 34, 34, .65);
    font-size: 12px;
    line-height: 16px;
}

.profile__info {
    max-width: 550px;
    color: #222;
    line-height: 19px
}

.profile__name {
    margin-right: 26px;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px
}

.profile__name .icon {
    position: relative;
    top: 2px;
    margin-left: 4px
}

.profile__partner-badge {
    padding: 2px 4px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    color: #2e9e00;
    background-color: rgba(46, 158, 0, 0.1);
    border-radius: 2px;
    vertical-align: middle;
}

.profile__edit, .profile__name {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle
}

.profile__experience {
    margin-bottom: 18px;
    opacity: .75;
    font-size: 14px
}

.profile__info-wrapper {
    margin-bottom: 20px;
}

.profile__foundation {
    margin-bottom: 4px;
    font-size: 13px;
    color: #8e8e8e;
}

.profile__section-name {
    margin-bottom: 6px;
    color: rgba(0, 2, 1, .5);
    font-size: 16px
}

.profile__speciality {
    margin-bottom: 20px;
    color: rgba(0, 2, 1, .85);
    font-size: 15px
}

.profile__description {
    color: #121212;
    font-size: 13px;
    line-height: 21px
}

.profile__contacts {
    margin-left: 10%;
    color: rgba(0, 2, 1, .75);
    font-size: 13px;
    line-height: 19px
}

.profile__contacts-table {
    display: table
}

.profile__field {
    display: table-row
}

.profile__field-name, .profile__field-value {
    padding-top: 6px;
    padding-bottom: 6px;
    display: table-cell;
    vertical-align: top
}

.profile__field-name {
    width: 128px;
    min-width: 128px;
    padding-right: 20px;
    color: #7a7a7a;
}

.profile__field-value {
    padding-right: 10px;
    width: 290px;
    min-width: 220px;
    color: #121212;
}

.profile__field-value_for_phone {
    padding-top: 0
}

.profile__phone {
    margin-bottom: 7px
}

.profile__phone.hidden {
    display: none
}

.profile__show-phones {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block
}

.profile__subheading {
    display: inline-block;
    color: #121212;
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 14px;
}

.profile__offers {
    margin: 0 -30px;
    padding: 30px 20px 0 20px;
    background: #F3F4F6;
    max-width: 1440px;
    box-sizing: border-box;
    margin: 0 auto;
}

.profile__offers__total {
    background-color: #fff;
    line-height: 48px;
    width: 100%;
    display: block;
    border: 1px solid #deeaf1;
    margin-bottom: 28px;
    text-align: center;
}

.profile__offers .sl-list > li {
    margin: 0;
}

.profile__offers_builders {

}

.profile__offers_builders .sl-list {
    margin: 0;
}

.profile__offers_builders .sl-list li {
    background-color: #fff;
    border: 1px solid #E9E9E9;
    margin-bottom: 10px;
    padding-left: 5px;
}

.profile__offers_builders .sl-list li:hover {
    background: #eef9ff;
    border-color: #deeaf1;
}

.profile__offers_builders .sl-card-card-number {
    display: none;
}

.profile__all-offers {
    margin-left: 46px;
    font-size: 14px;
    line-height: 29px
}

.profile__section-link {
  display: block;
  text-align: center;
  background-color: white;
  margin-left: 0px;
  padding: 10px 0 11px 0;
  margin-bottom: 20px;
  border: 1px solid #deeaf1 !important;
  color: #2b87db !important;
  text-decoration: none !important;
}

.profile__section-link:hover {
  color: #256ba5 !important;
  border-color: #deeaf1 !important;
}

.profile__offers-list {
    margin-top: 20px;
    width: 100%;
    height: auto
}

.profile__hidden-phone {
    display: none;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.75);
    cursor: default;
    /*padding: 0 6px;*/
}

.profile__stat {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.profile__stat__col {
    display: table-cell;
    width: 33%;
}
.profile__stat__title {
    color: #505152;
    font-size: 13px;
}
.profile__stat__content {
    font-size: 13px;
}

.profile__vacancies-header {
    margin-top: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #121212;
}

.profile__vacancies-last {
    padding: 16px 20px;
    margin: 12px 0;
    border: solid 1px #e4e4e4;
}

.last-vacancy__title {
    font-size: 14px;
    font-weight: bold;
    color: #121212;
}

.last-vacancy__salary {
    margin-top: 8px;
    font-size: 14px;
    color: #121212;
}

.profile__vacancies-other {
    margin-top: 12px;
}

/* Акции застройщика */
/* .profile__promo {
//     margin-top: 20px;
// }

// .profile__promo__title {
//     font-size: 16px;
//     font-weight: bold;
//     line-height: 18px;
//     padding-bottom: 10px;
// }

// .profile__promo__list {}
// .profile__promo__item {
//     font-size: 14px;
//     display: flex;
//     align-items: flex-start;
// }
// .profile__promo__item__image {
//     margin-right: 13px;
// }
// .profile__promo__item__image img {
//     max-width: 66px;
//     border-radius: 2px;
// }
// .profile__promo__item__content {

// }
// .profile__promo__item__label {
//     position: relative;
//     display: inline-block;
//     padding-left: 10px;
//     padding-right: 10px;
//     padding-bottom: 1px;
//     color: #505152;
//     line-height: 23px;
//     background-color: #FFEAEA;
//     border-top-left-radius: 2px;
//     border-bottom-left-radius: 2px;
//     transition: background-color 150ms;
// }
// .profile__promo__item__label:after{
//     position: absolute;
//     right: -10px;
//     top: 0;
//     width: 0;
//     height: 0;
//     border-style: solid;
//     border-width: 12px 10px 0px 0px;
//     border-color: #FFEAEA transparent transparent transparent;
//     content: ' ';
//     transition: border-color 150ms;
// }
// .profile__promo__item__label:before{
//     position: absolute;
//     right: -10px;
//     bottom: 0;
//     width: 0;
//     height: 0;
//     border-style: solid;
//     border-width: 12px 10px 12px 0px;
//     border-color: transparent transparent #FFEAEA transparent;
//     content: ' ';
//     transition: border-color 150ms;
// }

// .profile__promo__item__label_dropdown {
//     cursor: pointer;
// }

// .profile__promo__item__label.profile__promo__item__label_dropdown:hover {
//     background-color: #FFD9D9;
// }

// .profile__promo__item__label.profile__promo__item__label_dropdown:hover:after {
//     border-top-color: #FFD9D9;
// }
// .profile__promo__item__label.profile__promo__item__label_dropdown:hover:before {
//     border-bottom-color: #FFD9D9;
// }

// .profile__promo__item__label.profile__promo__item__label_special {
//     background-color: #FF5050;
//     color: #fff;
// }
// .profile__promo__item__label.profile__promo__item__label_special .profile__promo__item__label__arrow {
//     background-image: url('/static/images/button_arrow_down_white.svg');
// }
// .profile__promo__item__label.profile__promo__item__label_special:after {
//     border-top-color: #FF5050;
// }
// .profile__promo__item__label.profile__promo__item__label_special:before {
//     border-bottom-color: #FF5050;
// }

// .profile__promo__item__label.profile__promo__item__label_special:hover {
//     background-color: #D94346;
// }
// .profile__promo__item__label.profile__promo__item__label_special:hover:after {
//     border-top-color: #D94346;
// }
// .profile__promo__item__label.profile__promo__item__label_special:hover:before {
//     border-bottom-color: #D94346;
// }

// .profile__promo__item__label_dropdown .profile__promo__item__label__arrow {
//     display: inline-block;
// }

// .profile__promo__item__label_dropdown.is-open .profile__promo__item__label__arrow {
//     transform: rotate(180deg);
// }

// .profile__promo__item__label__arrow {
//     display: none;
//     width: 8px;
//     height: 6px;
//     vertical-align: 2px;
//     margin-left: 5px;
//     background-image: url('/static/images/button_arrow_down.svg');
//     background-repeat: no-repeat;
//     background-size: 100%;
//     transition: transform 150ms;
// }
// .profile__promo__item__deadline {
//     display: inline-block;
//     color: #8E8E8E;
//     margin-left: 12px;
// }
// .profile__promo__item__description {
//     color: #505152;
//     padding: 8px 0;
// }
// .profile__promo__item__building {}
// .profile__promo__item__building a {
//     color: #0070DC;
//     text-decoration: none !important;
//     border: none !important;
// }
// .profile__promo__item__building a:hover {
//     color: #0058A0 !important;
// }
*/

.index__item {
    margin-bottom: 20px
}

.filter__region-browser-popup {
    left: 0 !important;
    width: 100%;
}

.region-browser__text {
    font-size: 14px;
}

.region-browser__list {
    margin-left: 10px !important;
}

#content .s-button__text_phone-number,
#content .s-button__text_phone-label {
  width: 160px;
  text-align: center;
  padding: 0;
}
#content .s-button__text_phone-label {
  display: none;
}
#content .s-button:hover .s-button__text_phone-number {
  display: none;
}
#content .s-button:hover .s-button__text_phone-label {
  display: block;
}
#content .s-button_action .s-button__text_phone-number {
  display: inline-block;
  font-weight: normal;
}

.serp-list {
  padding-top: 0 !important;
  margin-bottom: 24px;
}

.sl-list-footer {
    display: none;
}

/* АКЦИИ */
.catalog_actions .breadcrumbs {
    margin-bottom: 10px;
}

.catalog_actions .breadcrumbs__item {
    font-size: 14px;
}

.catalog__table_actions {

}

.catalog__table_actions .catalog__cell__link {
    font-size: 14px;
}

.catalog__table_actions .profile__hidden-phone {
    font-weight: normal;
}

.catalog__table_actions .catalog__cell {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: top;
}

.catalog__table_actions .catalog__cell.catalog__cell_for_avatar {
    padding-top: 10px;
}

.catalog__table_actions__phone {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -2px;
    margin-right: 10px;
}

.catalog__table_actions__title {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #505152;
    padding-bottom: 18px;
}

.catalog__table_actions__info {
    font-size: 14px;
    line-height: 20px;
    color: #505152;
}

.catalog__regions-menu {
    max-height: 300px;
    overflow: scroll;
}

.catalog__vacancies-wrapper {
    text-align: center;
}

.catalog__vacancies-button {
    padding-bottom: 5px;
}

.catalog__vacancies-link {
    font-size: 13px;
    line-height: 1.62;
    color: #2b87db;
}