.wide {
    max-width: none;
	min-height:240px !important; /*240px если есть баннер*/
}
@media (max-width: 1200px) {
.wide {
    max-width: none;
	min-height:80px !important; /*80px; если есть баннер*/
}
}
/* slider */
.js-catalog-card-slider {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px; }

.m-catalog-card-slide {
    padding: 15px 15px 20px 15px; }

.m-catalog-card-slide .m-catalog-card-list {
    margin-bottom: 0; }

.m-catalog-card-slider-wrap .slick-prev,
.m-catalog-card-slider-wrap .slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: -75px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    width: 28px;
    height: 28px;
    color: #fff;
    opacity: 0.5; }

.m-catalog-card-slider-wrap .slick-prev:hover,
.m-catalog-card-slider-wrap .slick-next:hover {
    opacity: 1; }

.m-catalog-card-slider-wrap .slick-disabled {
    opacity: 0.5; }

.m-catalog-card-slider-wrap .slick-prev {
    right: 50px;
    background-image: url(../images/btn/slider_prev_2.svg); }

.m-catalog-card-slider-wrap .slick-next {
    right: 15px;
    background-image: url(../images/btn/slider_next_2.svg); }

/* в 2 ряда */
.m-catalog-card-list_5-in-2-row .slick-slide div {
    margin-left: 20px;
    margin-bottom: 20px; }

.m-catalog-card-list_5-in-2-row .m-catalog-card {
    margin-left: 0;
    margin-bottom: 0; }

.m-catalog-card-list_5-in-2-row .m-catalog-card div {
    margin-left: 0; }

.m-catalog-card-list_5-in-2-row .m-catalog-card__cost {
    margin-bottom: 0; }

.m-catalog-card-list_5-in-2-row .slick-list {
    padding-right: 15px;
    padding-bottom: 20px; }

.m-catalog-card-list_5-in-2-row {
    margin-left: -20px;
    margin-right: -15px;
    margin-bottom: 10px; }

.m-catalog-card__archive:hover {
    color: #FF7F00; }

@media screen and (max-width: 1199px) {
    .m-catalog-card-list_5-in-2-row .slick-prev, .m-catalog-card-list_5-in-2-row .slick-next {
        top: -55px;
        width: 24px;
        height: 24px;
        background-size: 24px; }
    .m-catalog-card-list_5-in-2-row .slick-prev {
        right: 45px; }
    .m-catalog-card-list_5-in-2-row .slick-slide div {
        margin-left: 10px;
        margin-bottom: 10px; }
    .m-catalog-card-list_5-in-2-row .slick-list {
        padding-right: 10px; }
    .m-catalog-card-list_5-in-2-row {
        margin-left: -10px;
        margin-right: -10px; }
    .m-catalog-card-list_5-in-2-row .m-catalog-card div {
        margin-left: 0 !important; }
    .m-catalog-card-list_5-in-2-row .m-catalog-card__cost, .m-catalog-card-list_5-in-2-row .m-catalog-card__text {
        margin-bottom: 0 !important; }
    .m-catalog-card-list_5-in-2-row .m-catalog-card__img {
        margin-bottom: 20px !important; } }

@media screen and (max-width: 767px) {
    .m-catalog-card-list_5-in-2-row .slick-prev, .m-catalog-card-list_5-in-2-row .slick-next {
        top: -46px; }
    .m-catalog-card-slider-wrap .name_s {
        padding-right: 100px;
        line-height: 15px; }
    .m-catalog-card-list_5-in-2-row .slick-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 470px !important;
        margin-left: 10px; }
    .m-catalog-card-list_5-in-2-row .m-catalog-card {
        width: 230px !important; }
    .m-catalog-card-list_5-in-2-row {
        margin-left: -10px;
        margin-right: -15px; }
    .m-catalog-card-list_5-in-2-row .slick-list {
        padding-right: 0;
        padding-top: 15px; }
    .m-catalog-card-list_5-in-2-row {
        margin-bottom: 0; }
    .slick-initialized .m-catalog-card {
        -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1) !important; }
}

@media screen and (max-width: 440px) {
    .m-catalog-card-slider-wrap .name_s {
        padding-right: 50%; }
    .m-catalog-card-slider-wrap .name_s_modified-xs {
        padding-right: 40%; } }

/* поиск по городам */
.m-search {
    color: #fff;
    border: 2px solid #ECECEC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 40px;
    position: relative;
    margin-bottom: 70px; }

.m-search .wrap_panel_search {
    width: 1160px;
    padding-top: 32px; }

.m-search .form_search {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
    background: #fff; }

.m-search .form_search__input {
    width: 100%;
    height: 48px;
    border: 0 solid #000;
    padding: 0 26px;
    font-family: "Gotham Pro";
    font-size: 15px;
    color: #595959;
    font-weight: bold;
    background-color: transparent;
    border-bottom: 2px solid #9A9A9A;
    outline: none;
    background-image: url(../images/btn/search_panel.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 0;
    -webkit-appearance: none; }

.m-search .form_search__input::-webkit-input-placeholder {
    color: #595959;
}

.m-search .form_search__input::-moz-placeholder {
    color: #595959;
    line-height: 48px !important; }

.m-search .form_search__input:-moz-placeholder {
    color: #595959;
    line-height: 48px !important; }

.m-search .form_search__input:-ms-input-placeholder {
    color: #595959;
    line-height: 48px !important; }

.m-search .form_search__button {
    margin-left: 20px;
    background-color: #000C24;
    font-size: 15px;
    font-family: "Gotham Pro";
    color: #fff;
    line-height: 1;
    border: 0 solid #000;
    cursor: pointer;
    width: 200px;
    height: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.m-search .form_search__button:not(.disabled):hover {
    background-color: #FF7F00; }

.m-search .form_search__button.disabled {
    opacity: 0.6;
}
/*@media screen and (max-width: 767px) {
    .m-search .form_search__button.disabled {
        opacity: 1;
    }
}*/
.m-search__list {
    margin-left: -30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    max-height: 70px;
    overflow: hidden;
    padding-top: 2px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }

.m-search__list-item {
    margin-left: 30px;
    width: calc(25% - 60px);
    margin-bottom: 15px;
    text-decoration: none;
    font-size: 16px;
    line-height: 12px;
    color: #595959;
    font-family: "KazimirText"; }

.m-search__list-item:hover {
    color: #FF7F00; }

.m-search__list-item_color {
    color: #FF7F00;
    font-family: "Gotham Pro";
    font-weight: bold; }

.m-search__list_show {
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -40px;
    font-size: 14px;
    line-height: 17px;
    color: #000C24;
    text-decoration: none; }

.m-search__list_show:hover {
    color: #FF7F00; }

.m-search__list_show span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #1A243A;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative; }

.m-search__list_show span::before {
    content: '';
    background-image: url(../images/market/icons/arrow-down.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }

.m-search__list_show.m-search__list_show-active span::before {
    background-position: center;
}

.m-search__list_show:hover span {
    background-color: #FF7F00; }

.m-search__list_show-active span::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 1px; }

.m-search__list_showed {
    max-height: 100%; }

@media screen and (max-width: 1199px) {
    .m-search__list_show-sm {
        font-family: "Gotham Pro";
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
        font-size: 13px;
        text-align: right;
        color: #000C24;
        text-transform: none;
        margin-left: auto;
        letter-spacing: normal; }
    .m-search__list_show-sm span::before {
        font-size: 12px;
        color: #FF7F00;
        margin-left: 10px; }
    .m-search__list {
        margin-left: -30px; }
    .m-search__list-item {
        font-family: "KazimirText";
        font-style: normal;
        font-weight: normal;
        line-height: 12px;
        font-size: 14px;
        color: #595959;
        margin-left: 30px;
        width: calc(25% - 30px); }
    .m-search__list-item_color {
        font-family: "Gotham Pro";
        font-style: normal;
        font-weight: bold;
        line-height: 12px;
        font-size: 14px;
        color: #FF7F00; }
    .m-search__list_show {
        display: none; }
    .m-search {
        padding: 40px 30px 25px 30px;
        margin-bottom: 30px; }
    .m-search .form_search__button {
        width: 188px; }
    .m-search__list-item:nth-child(1) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; }
    .m-search__list-item:nth-child(5) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; } }

@media screen and (max-width: 767px) {
    .m-search {
        padding: 20px 20px 20px 20px;
        margin-bottom: 20px; }
    .m-search__list-item {
        width: calc(50% - 20px);
        margin-left: 20px;
        line-height: 12px;
        font-size: 12px; }
    .m-search__list {
        margin-left: -20px; }
    .m-search .form_search {
        position: relative;
        margin-bottom: 30px; }
    .m-search .form_search__input {
        height: 30px;
        padding-right: 0;
        padding-top: 8px;
        padding-bottom: 5px; }
    .m-search .form_search__button {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -8px !important;
        font-size: 0;
        background-image: url(../images/btn/search_panel.svg);
        background-repeat: no-repeat;
        background-position: 0 center;
        background-color: transparent;
        background-size: 100%;
        width: 16px;
        height: 16px;
        margin: 0; }
    .m-search .form_search__button:hover {
        background-color: transparent; }
    .m-search .form_search__input {
        background: none; }
    .m-search__list_show-sm {
        line-height: 12px;
        font-size: 11px; }
    .m-search__list_show-sm span::before {
        font-size: 10px; }
    .m-search .form_search__input::-webkit-input-placeholder {
        line-height: normal !important;
        color: #595959;
        font-size: 13px; }
    .m-search .form_search__input::-moz-placeholder {
        line-height: normal !important;
        color: #595959;
        font-size: 13px; }
    .m-search .form_search__input:-moz-placeholder {
        line-height: normal !important;
        color: #595959;
        font-size: 13px; }
    .m-search .form_search__input:-ms-input-placeholder {
        line-height: normal !important;
        color: #595959;
        font-size: 13px; } }
/* holder на главной */
.m-holder {
    width: 257px; }

.m-holder .promo_site {
    position: relative !important;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    right: 0 !important;
    bottom: 0 !important;
    margin-top: 10px; }

.m-holder__img {
    display: block;
    width: 100%; }

.m-holder img {
    width: 100% !important; }

@media screen and (max-width: 1199px) {
    .m-holder {
        width: 100%;
        padding-right: 20px;
        position: relative; }
    .m-holder .promo_site {
        position: absolute !important;
        display: block !important;
        right: -130px !important;
        top: 0 !important;
        bottom: auto !important;
        -webkit-transform: rotate(90deg) !important;
        -ms-transform: rotate(90deg) !important;
        transform: rotate(90deg) !important;
        -webkit-transform-origin: 0 0 !important;
        -ms-transform-origin: 0 0 !important;
        transform-origin: 0 0 !important;
        margin: 0 !important; }
    .m-holder_horizontal {
        width: calc(100% - 25px); }
    .m-holder_hor-mod {
        margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
    .m-holder .promo_site {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
        -webkit-transform-origin: 0 0 !important;
        -ms-transform-origin: 0 0 !important;
        transform-origin: 0 0 !important;
        margin: 10px 15px 0 15px !important; }
    .m-holder {
        padding-right: 0; }
    .m-holder_horizontal {
        width: 100%; }
    .m-holder_horizontal .promo_site {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
        -webkit-transform-origin: 0 0 !important;
        -ms-transform-origin: 0 0 !important;
        transform-origin: 0 0 !important;
        margin: 10px 15px 0 15px !important; }
    .m-holder_horizontal-stories-page {
        margin-bottom: 20px; }
    .m-holder.hidden_lg {
        margin-left: -15px;
        margin-right: -15px;
        width: auto; } }

/* layout для списка каталога на главной */
.m-content_flx__catalog {
    margin-bottom: 30px; }

.m-content_flx__catalog .content_left {
    width: calc(100% - 287px); }

.m-content_flx__catalog aside {
    width: 257px;
    margin-left: 10px !important; }

@media screen and (max-width: 1199px) {
    .m-content_flx__catalog .content_left {
        width: 100%; }
    .m-content_flx__catalog {
        margin-bottom: 40px; }
    .m-content_flx__catalog aside {
        width: 100%;
        margin-left: 0 !important; } }

@media screen and (max-width: 767px) {
    .m-content_flx__catalog aside {
        margin-left: -15px !important;
        margin-right: -15px !important;
        width: calc(100% + 30px); } }



/*  слайдер на всю ширину страницы со счетчиком */
.m-slider {
    position: relative;
    margin-bottom: 50px; }

.m-slider .count_slider {
    font-family: "Gotham Pro";
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    text-align: right;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    opacity: 0.7;
    z-index: 5; }

.m-slider .slick-slide {
    height: 350px; }

.m-slider__item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }

.m-slider__item::before {
    content: '';
    /*background: -webkit-linear-gradient(344.08deg, rgba(26, 36, 58, 0.5) 0%, rgba(26, 36, 58, 0.2) 100%), url(quantum-entanglement_2048x1152);
    background: -o-linear-gradient(344.08deg, rgba(26, 36, 58, 0.5) 0%, rgba(26, 36, 58, 0.2) 100%), url(quantum-entanglement_2048x1152);
    background: linear-gradient(105.92deg, rgba(26, 36, 58, 0.5) 0%, rgba(26, 36, 58, 0.2) 100%), url(quantum-entanglement_2048x1152);*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }

.m-slider .slick-prev, .m-slider .slick-next {
    height: 100%; }

.m-slider__item-text-wrapper {
    padding: 80px 110px;
    font-size: 28px;
    line-height: 35px;
    color: #fff;
    position: relative;
    z-index: 5; }

.m-slider__item-text {
    max-width: 440px;
    width: 100%;
    font-family: "KazimirText";
    max-height: 140px;
    overflow: hidden; }

.m-slider__item-text-spec {
    display: inline-block;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 10.4px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #FF7F00;
    padding: 9px 8px 5px 8px;
    margin-top: 25px; }

@media screen and (max-width: 1199px) {
    .m-slider {
        margin-bottom: 40px; }
    .m-slider .slick-slide {
        height: 300px; }
    .m-slider__item-text-wrapper {
        padding: 40px 90px; }
    .m-slider__item-text {
        font-family: "KazimirText";
        font-style: normal;
        font-weight: normal;
        line-height: 26px;
        font-size: 20px;
        color: #FFFFFF;
        max-height: 155px; }
    .m-slider__item-text b {
        font-family: "Gotham Pro";
        font-style: normal;
        font-weight: bold;
        line-height: 26px;
        font-size: 20px;
        color: #FFFFFF; } }

@media screen and (max-width: 767px) {
    .m-slider .slick-arrow {
        width: 40px; }
    .m-slider__item-text-wrapper {
        padding: 20px 60px;
        text-align: center; }
    .m-slider__item-text {
        font-family: "KazimirText";
        font-style: normal;
        font-weight: normal;
        line-height: 20px;
        font-size: 14px;
        text-align: center;
        color: #FFFFFF;
        margin: 0 auto; }
    .m-slider__item-text b {
        font-family: "Gotham Pro";
        font-style: normal;
        font-weight: bold;
        line-height: 20px;
        font-size: 14px;
        text-align: center;
        color: #FFFFFF; }
    .m-slider__item-text-spec {
        font-family: "Gotham Pro";
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        font-size: 9px;
        letter-spacing: 1.04px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 10px auto 0 auto; } }

/* компании на главной */
.m-company {
    margin-bottom: 60px; }

.m-company .filter_alphabet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px 30px 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: 160px;
    background-position: right bottom;
    background-image: url(../images/icon/filter_alphabet.png); }

.m-company .filter_alphabet a {
    margin: 0 2px;
    border-bottom: 2px solid transparent; }

.m-company .filter_alphabet a:hover {
    border-bottom: 2px solid #FF7F00; }

.m-company .row {
    margin-bottom: 0; }

.m-company-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-left: -40px;
    margin-bottom: 20px; }

.m-company-list__item {
    text-decoration: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 40px;
    margin-bottom: 20px;
    width: calc(12.5% - 40px);
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    height: 155px;
    word-break: break-word; }

.m-company-list__item span {
    display: none;
    font-size: 12px;
    line-height: 17px;
    color: #000C24;
    z-index: 5;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 135px;
    left: 0;
    max-height: 17px;
    /*overflow: hidden;*/ }

.m-company-list__item:hover span {
    display: block; }

.m-company-list__item:hover {
    z-index: 5; }

.m-company-list__item:hover::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px 20px 50px 20px; }

.m-company-list__item img {
    max-width: 115px;
    max-height: 115px;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

.m-company-list__item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }

.m-company__text {
    text-align: center; }

.m-company__text span {
    display: block;
    font-family: "KazimirText";
    font-size: 22px;
    margin-bottom: 20px; }

.m-company__text span > a {
    font-family: "Gotham Pro";
    font-weight: bold;
    text-decoration: none;
    color: #FF7F00; }

.m-company__text .btn {
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 12px; }

.m-company-list_modified {
    margin-bottom: 40px; }

.m-company-list_modified .m-company-list__item img {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important; }

.m-company-list_modified .slick-prev,
.m-company-list_modified .slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: -50px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    width: 28px;
    height: 28px;
    color: #fff;
    opacity: 0.5; }

.m-company-list_modified .slick-prev:hover,
.m-company-list_modified .slick-next:hover {
    opacity: 1; }

.m-company-list_modified .slick-disabled {
    opacity: 0.5; }

.m-company-list_modified .slick-prev {
    right: 35px;
    background-image: url(../images/btn/slider_prev_2.svg); }

.m-company-list_modified .slick-next {
    right: 0;
    background-image: url(../images/btn/slider_next_2.svg); }

.js-m-company-list-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding-bottom: 60px;
    padding-top: 30px; }

.js-m-company-list-slider .slick-list {
    padding-right: 40px;
    margin-right: -40px; }

.js-m-company-list-slider.slick-initialized {
    margin-top: -40px;
    margin-bottom: -10px; }

@media screen and (max-width: 1199px) {
    .m-company .filter_alphabet {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .m-company .filter_alphabet .row:first-child {
        width: 100%;
        margin-bottom: 15px; }
    .m-company .filter_alphabet .row:last-child {
        margin-left: 20px; }
    .m-company-list {
        margin-left: -20px; }
    .m-company-list__item {
        width: calc(16.66% - 20px);
        margin-left: 20px; }
    /* новые компании */
    .m-company-list_modified {
        margin-bottom: 0; }
    .m-company-list_modified .m-company-list__item {
        height: auto; }
    .js-m-company-list-slider.slick-initialized {
        margin-bottom: 30px; }
    .js-m-company-list-slider .slick-list {
        padding-right: 0;
        margin-right: 0;
        max-height: 146px; }
    .js-m-company-list-slider .m-company-list__item:hover::before {
        display: none; }
    .js-m-company-list-slider .m-company-list__item {
        margin-bottom: 0; }
    .js-m-company-list-slider .slick-track {
        padding-bottom: 0; }
    .js-m-company-list-slider .slick-prev,
    .js-m-company-list-slider .slick-next {
        top: -30px;
        width: 24px;
        height: 24px;
        background-size: 24px; }
    .js-m-company-list-slider .slick-prev {
        right: 30px; } }

@media screen and (max-width: 767px) {
    .m-company {
        margin-bottom: 40px; }
    .m-company .filter_alphabet {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 30px 20px 20px 20px;
        margin-bottom: 20px; }
    .m-company .filter_alphabet a {
        margin: 0 7px; }
    .m-company .filter_alphabet .row:first-child {
        margin-bottom: 0;
        border-bottom: 0; }
    .m-company .filter_alphabet .row:last-child::after {
        display: none; }
    .m-company .filter_alphabet .row:last-child {
        margin-left: 20px; }
    .m-company .filter_alphabet .row {
        padding-bottom: 0; }
    .m-company .filter_alphabet .row::after {
        content: '';
        width: 180px;
        height: 1px;
        background-color: #ECECEC;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px; }
    .m-company-list__item {
        height: 100%;
        width: 57px;
        margin-left: 20px;
		margin: auto; }
    .m-company-list__item:hover::before {
        display: none; }
    .m-company-list__item:hover span {
        display: none; }
    .m-company-list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px; }
    .m-company__text span {
        font-family: "KazimirText";
        font-style: normal;
        font-weight: normal;
        line-height: 21px;
        font-size: 17px;
        text-align: center;
        color: #000C24; }
    .m-company-list_modified {
        margin-bottom: 40px; }
    .m-company-list_modified .m-company-list__item {
        width: 130px; }
    .m-company-list_modified .m-company-list__item span {
        font-family: "Gotham Pro";
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
        font-size: 10px;
        text-align: center;
        color: #000C24; }
    .js-m-company-list-slider .slick-prev, .js-m-company-list-slider .slick-next {
        top: -20px; }
    .js-m-company-list-slider img {
        max-width: 60px; }
    .js-m-company-list-slider .slick-list {
        max-height: 91px; } }

/* подписаться */
.m-subscribe {
    margin-bottom: 60px;
    position: relative; }

@media screen and (max-width: 1239px) {
    .m-subscribe {
        margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
    .m-subscribe {
        margin-left: -15px; }
    .m-subscribe .flx_subscribe {
        border-left: none; }
    .m-subscribe .btn {
        font-size: 0;
        background-image: url(../images/market/icons/mail-white.svg);
        background-repeat: no-repeat;
        background-size: 13px;
        background-position: center;
        width: 32px;
        height: 32px; } }

/* объявления */
.m-boards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: relative;
    margin-bottom: 20px; }

.m-boards__item {
    width: 33.3%;
    min-height: 230px;
    border: 1px solid #ECECEC;
    border-top: none;
    padding: 30px;
    border-left: none;
    background: #fff;
    text-decoration: none;
    position: relative; }

.m-boards__item:first-child {
    padding-left: 0; }

.m-boards__item:nth-child(4), .m-boards__item:nth-child(7), .m-boards__item:nth-child(7) {
    padding-left: 0; }

.m-boards__item:nth-child(1), .m-boards__item:nth-child(2), .m-boards__item:nth-child(3) {
    padding-top: 0; }

.m-boards__item:nth-child(3n+3) {
    border-right: none; }

.m-boards__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.m-boards__helper, .m-boards__helper a{
    color: #FF7F00;
    font-size: 13px;
    letter-spacing: 0.91px;
    margin-right: 20px;
    font-family: "HelveticaNeueCyr";
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none; }

.m-boards__helper a:hover {
    text-decoration: underline; }

.m-boards__text {
    color: #9A9A9A;
    font-size: 10px;
    font-family: "Gotham Pro";
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase; }

.m-boards__title, .m-boards__title a {
    font-size: 15px;
    line-height: 21px;
    color: #000C24;
    font-family: "Gotham Pro";
    font-weight: bold;
    overflow: hidden;
    max-height: 63px;
    text-decoration: none; }

.m-boards__title a:hover {
    color: #FF7F00; }

.m-boards__teaser {
    font-size: 15px;
    line-height: 21px;
    font-family: "KazimirText";
    max-height: 84px;
    overflow: hidden;
    margin-top: 20px;
    color: #000C24; }

.m-boards__img {
    margin-bottom: 15px; }

.m-boards__img img {
    max-height: 200px; /*100px;*/
    max-width: 260px; }

.m-boards__link {
    position: absolute;
    right: 0;
    bottom: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 12px;
    color: #000C24;
    font-family: "Gotham Pro";
    font-weight: 300;
    background-color: #fff;
    padding-left: 25px; }

.m-boards__link:hover {
    color: #FF7F00; }

.m-boards__link span::before {
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px; }

.m-boards__table {
    width: 100%;
    margin-top: 20px; }

.m-boards__table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.m-boards__table-cell:first-child {
    width: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.m-boards__table-cell{
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 13px;
    color: #1A243A; }

.m-boards__table-cell:last-child, .m-boards__table-cell:last-child a {
    color: #979797;
    text-decoration: none;
}

.m-boards__fav {
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
    z-index: 5; }

.m-boards__fav span::before {
    font-size: 22px;
    color: #9A9A9A; }

.m-boards__text_modified::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FF7F00;
    display: inline-block;
    margin-left: 2px; }

/* отступ на странице товара */
.m-boards_product {
    margin-bottom: 40px; }

@media screen and (max-width: 1199px) {
    .m-boards {
        border-bottom: 1px solid #ECECEC;
        margin-bottom: 0; }
    .m-boards__item_last {
        border-bottom: none !important; }
    .m-boards__item {
        width: 49.9%;
        border-right: 1px solid transparent;
        padding-top: 30px !important; }
    .m-boards__item:nth-child(odd) {
        border-right: 1px solid #ECECEC;
        padding-left: 0; }
    .m-boards__item:nth-child(even) {
        padding-left: 30px; }
    .m-boards__item:nth-child(1), .m-boards__item:nth-child(2) {
        padding-top: 0 !important; }
    /* отступ на странице товара */
    .m-boards_product {
        margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
    .m-boards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: none;
        margin-bottom: -30px; }
    .m-boards__item {
        width: 100%;
        border-right: none !important;
        padding: 0 0 25px 0 !important;
        min-height: 100%;
        margin-bottom: 30px; }
    .m-boards__item_last {
        border-bottom: 1px solid #ECECEC !important; }
    .m-boards__link {
        margin-bottom: 0 !important;
        bottom: 25px;
        font-family: "Gotham Pro";
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
        font-size: 11px;
        text-align: right;
        color: #000C24; }
    .m-boards__link span::before {
        font-size: 10px; }
    .m-boards__fav {
        top: -8px;
        right: 0; }
    /* отступ на странице товара */
    .m-boards_product {
        margin-bottom: 0; }
    .m-boards__helper {
        line-height: normal;
        font-size: 11px;
        letter-spacing: 0.91px; }
    .m-boards__text {
        line-height: normal;
        font-size: 11px; }
    .m-boards__teaser {
        line-height: 20px;
        font-size: 13px; }
    .m-boards__top {
        margin-bottom: 15px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline; } }

/* карточка объявлений горизонтальная */
.m-boards__item_hor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.m-boards__item_hor .m-boards__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.m-boards__item_hor .m-boards__img img {
    max-height: 100px;
    max-width: 100px; }

.m-boards__item_hor .m-boards__img {
    margin-right: 20px;
    margin-bottom: 0; }


.slick-initialized .m-catalog-card {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.m-boards-add__teaser {
    font-size: 15px;
    line-height: 21px;
    font-family: "KazimirText";
    margin-bottom: 20px;
    position: relative;
    z-index: 10; }

.m-boards-add__img {
    position: absolute;
    z-index: 5;
    right: 20px;
    top: 20px;
    max-width: 100px;
    max-height: 100px; }

@media screen and (max-width: 1199px) {
    .m-boards-add {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px; }
    .m-boards-add__item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px; }
    .m-boards-add__item:last-child {
        margin-bottom: 0; } }

@media screen and (max-width: 767px) {
    .m-boards-add__item {
        padding: 50px 20px; }
    .m-boards-add__title {
        line-height: 18px;
        font-size: 18px; }
    .m-boards-add__helepr {
        line-height: normal;
        font-size: 9px;
        letter-spacing: 1.04px; }
    .m-boards-add__teaser {
        line-height: 21px;
        font-size: 15px; } }

/* отзывы партнеров */
.m-feedback {
    margin-bottom: 50px; }

.m-feedback__wrapper {
    background-color: rgba(242, 240, 235, 0.32);
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom: 80px; }

.m-feedback__list {
    margin-left: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }

.m-feedback__item {
    width: calc(33.3% - 50px);
    margin-left: 50px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

.m-feedback__item dd, .m-feedback__item dd p {
    padding: 0;
    margin-bottom: 25px !important;
    font-size: 15px;
    line-height: 24px; }

.m-feedback__item dt {
    min-height: 14px; }

.m-feedback__item .avtor_one {
    padding-right: 0;
    border-right: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(151, 151, 151, 0.3);
    max-width: 260px;
    width: 100%;
    position: relative; }

.m-feedback__item .avtor_one::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 14px;
    border-color: transparent transparent #cccccc transparent;
    position: absolute;
    top: -20px;
    left: 50%; }

.m-feedback__item .avtor_one::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 17px 12px;
    border-color: transparent transparent #F9F9F9 transparent;
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: 1px; }

.m-feedback__item .title, .m-feedback__item .txt {
    padding-right: 55px; }

.m-feedback .slick-prev,
.m-feedback .slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: -85px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    width: 28px;
    height: 28px;
    color: #fff;
    opacity: 0.5; }

.m-feedback .slick-prev:hover,
.m-feedback .slick-next:hover {
    opacity: 1; }

.m-feedback .slick-disabled {
    opacity: 0.5; }

.m-feedback .slick-prev {
    right: 35px;
    background-image: url(../images/btn/slider_prev_2.svg); }

.m-feedback .slick-next {
    right: 0px;
    background-image: url(../images/btn/slider_next_2.svg); }

@media screen and (max-width: 1199px) {
    .m-feedback {
        margin-bottom: 30px; }
    .m-feedback__list {
        margin-left: 0; }
    .m-feedback__item {
        width: 100%;
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
    .m-feedback__item .avtor_one {
        width: 230px;
        margin-right: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-top: none;
        border-right: 1px solid rgba(151, 151, 151, 0.3); }
    .m-feedback__item .avtor_one::after {
        left: auto;
        right: -14px;
        margin-top: -19px;
        top: 50%;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    .m-feedback__item .avtor_one::before {
        left: auto;
        right: -17px;
        top: 50%;
        margin-top: -20px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    .m-feedback__item .avtor_one .photo {
        margin-bottom: 20px;
        margin-right: 0; }
    .m-feedback__item .avtor_one .title {
        font-size: 15px;
        padding-right: 20px; }
    .m-feedback__item .avtor_one .txt {
        line-height: 19px;
        font-size: 13px;
        padding-right: 20px; }
    .m-feedback__item dd {
        margin-bottom: 0; }
    .m-feedback__wrapper {
        padding-bottom: 25px; }
    .m-feedback .slick-prev, .m-feedback .slick-next {
        top: -65px;
        width: 24px;
        height: 24px;
        background-size: 24px; }
    .m-feedback .slick-prev {
        right: 30px; } }

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

.padding_mobile_right_left, .padding_mobile_right_left * {
    overflow: hidden !important;
}
    .m-feedback__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
    .m-feedback__item .avtor_one {
        border-top: 1px solid rgba(151, 151, 151, 0.3);
        border-right: none;
        margin-top: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
        padding-top: 30px;
        display: block; }
    .m-feedback__item .avtor_one::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 20px 14px;
        border-color: transparent transparent #cccccc transparent;
        position: absolute;
        top: 19px;
        left: 80px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .m-feedback__item .avtor_one::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 17px 12px;
        border-color: transparent transparent #F9F9F9 transparent;
        position: absolute;
        top: 17px;
        left: 80px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .m-feedback__item .avtor_one .photo {
        float: left;
        margin-right: 25px; }
    .m-feedback__item .title {
        padding-right: 0 !important;
        overflow: hidden; }
    .m-feedback__item .txt {
        padding-right: 0 !important;
        overflow: hidden;
        line-height: 15px;
        font-size: 11px; }
    .m-feedback .slick-prev,
    .m-feedback .slick-next {
        top: -55px; } }



/* минифицированная карточка */
.m-catalog-card-list_mini {
    margin-left: -20px !important;
    margin-bottom: 0;
    width: auto; }

.m-catalog-card-list_mini .m-catalog-card {
    width: calc(33.3% - 20px);
    padding: 20px;
    height: 204px; }

.m-catalog-card-list_mini.owl-loaded .m-catalog-card {
    width: calc(100% - 20px); }

.m-catalog-card-list_mini .m-catalog-card:hover {
    background-color: #fff; }

.m-catalog-card-list_mini .m-catalog-card__title {
    margin-bottom: 0;
    line-height: 17px;
    font-size: 13px;
    max-height: 34px; }

.m-catalog-card-list_mini .m-catalog-card__img {
    height: 110px; }

/* 4 в ряд */
.m-catalog-card-list_mini-4-in-row {
    margin-bottom: 40px; }

.m-catalog-card-list_mini-4-in-row .m-catalog-card {
    width: calc(25% - 20px); }

@media screen and (max-width: 1199px) {
    .m-catalog-card-list_mini .m-catalog-card {
        width: calc(100% - 20px); } }

@media screen and (max-width: 767px) {
    .m-catalog-card-list_mini .m-catalog-card {
        width: 220px !important;
        margin-left: 10px;
        margin-bottom: 0; }
    .m-catalog-card-list_mini {
        margin-left: -10px !important; }
    .m-catalog-card-list_mini .owl-stage-outer {
        margin-right: -20px; } }
/* форма поиска тендеров */
.m-tenders-form {
    background: #F2F0EB;
    padding: 20px;
    margin-bottom: 30px; }

.m-tenders-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.m-tenders-form__item .input_text {
    width: 205px;
    margin-left: 10px;
    background-color: #fff; }

.m-tenders-form__item > div {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    font-size: 15px;
    color: #595959;
    opacity: 0.75;
    margin-bottom: 10px; }

.m-tenders-form__item select {
    width: 205px;
    margin-left: 10px;
    background-color: #fff;
    color: #595959; }

.m-tenders-form__item select.inner {
    width: 420px; }

.m-tenders-form__item_full-width {
    width: 100%;
    margin-bottom: 10px; }

.m-tenders-form__item_full-width .input_text {
    width: 100%;
    margin-left: 0; }

.m-tenders-form__item_full-width:first-child {
    margin-bottom: 20px; }

.m-tenders-form__item_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px; }

.m-tenders-form__item button {
    margin-left: 10px;
    width: 205px;
    padding: 16px 30px; }

.m-tenders-form__item:last-child .m-tenders-form__item_flex {
    margin-bottom: 0; }

.m-tenders-form__item-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px; }

.m-tenders-form__item-row .m-tenders-form__item {
    margin-left: 10px; }

.m-tenders-form__item .inner {
    margin-left: 0; }

.m-tenders-form__item-last .m-tenders-form__item_flex {
    margin-left: 0; }

@media screen and (max-width: 1199px) {
    .m-tenders-form__wrapper {
        margin-left: -10px; }
    .m-tenders-form__item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 10px; }
    .m-tenders-form__item_flex .input_text {
        width: calc(50% - 10px);
        padding-left: 20px; }
    .m-tenders-form__item_full-width:first-child {
        margin-left: 0; }
    .m-tenders-form__item_flex-sm select {
        width: calc(50% - 10px);
        padding-left: 17px;
        font-size: 15px; }
    .m-tenders-form__item select.inner {
        width: 100%;
        padding-left: 17px;
        font-size: 15px; }
    .m-tenders-form__item button {
        width: calc(50% - 10px);
        height: 47px; }
    .m-tenders-form__item-row {
        margin-left: 0; }
    .m-tenders-form__item-row .m-tenders-form__item {
        width: calc(50% - 10px); } }

@media screen and (max-width: 767px) {
    .m-tenders-form {
        margin-left: 15px;
        margin-right: 15px;
        padding: 10px; }
    .m-tenders-form__item_flex .input_text {
        width: calc(50% - 15px); }
    .m-tenders-form__item-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px; }
    .m-tenders-form__item-row .m-tenders-form__item {
        width: 100%; }
    .m-tenders-form__item_flex-sm {
        -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .m-tenders-form select {
        width: calc(50% - 15px);
        margin-bottom: 10px;
        padding: 0 15px;
        font-size: 11px; }
    .m-tenders-form__item select.inner {
        width: calc(100% - 10px);
        margin-bottom: 0;
        font-size: 11px; }
    .m-tenders-form__item-last .m-tenders-form__item_flex {
        -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .m-tenders-form__item button {
        width: calc(50% - 10px);
        height: 40px;
        padding: 10px 0;
        font-size: 13px; }
    .m-tenders-form__item > div {
        line-height: 20px;
        font-size: 11px;
        margin-bottom: 5px; }
    .m-tenders-form__item-row_last .m-tenders-form__item:last-child {
        width: calc(100% - 10px);
        margin-top: 10px; } }

/* сортер тендеров */
.m-tenders-sorter {
    margin-bottom: 20px; }

.m-tenders-sorter span {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 12px;
    font-size: 14px;
    color: #000C24; }

.m-tenders-sorter a {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 19px;
    font-size: 13px;
    color: #9A9A9A;
    margin-left: 10px; }

.m-tenders-sorter_active {
    color: #FF7F00 !important; }

@media screen and (max-width: 767px) {
    .m-tenders-sorter {
        margin-left: 15px;
        margin-right: 15px; }
    .m-tenders-sorter a {
        line-height: 19px;
        font-size: 11px;
        margin-left: 0;
        margin-right: 10px; }
    .m-tenders-sorter span {
        display: block;
        margin-bottom: 5px; } }


/* список тендеров */
.m-tenders-list {
    margin-bottom: 20px; }

.m-tenders__item {
    position: relative;
    padding: 30px 40px;
    border: 1px solid #ECECEC;
    margin-bottom: 10px; }

.m-tenders__item:last-child {
    margin-bottom: 0; }

.m-tenders__item-fav {
    position: absolute;
    right: 40px;
    top: 30px;
    z-index: 5;
    cursor: pointer; }

.m-tenders__item-fav span::before {
    font-size: 22px;
    color: #9A9A9A; }

.m-tenders__item-head {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 26px;
    font-size: 18px;
    color: #000C24;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 100px;
    margin-bottom: 25px; }

.m-tenders__item-head a {
    text-decoration: none;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 26px;
    font-size: 18px;
    color: #000C24; }

.m-tenders__item-head-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px; }

.m-tenders__item-head-img img {
    max-width: 60px;
    max-height: 60px; }

.m-tenders__item-num {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 13px;
    color: #9A9A9A;
    margin-bottom: 20px; }

.m-tenders__item-table-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.m-tenders__item-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px; }

.m-tenders__item-table-row:last-child {
    margin-bottom: 0; }

.m-tenders__item-cell:first-child {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 13px;
    color: #1A243A;
    padding-right: 20px; }

.m-tenders__item-cell {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    font-size: 12px;
    color: #979797;
    width: 240px; }

.m-tenders__item-table_modified {
    margin-left: auto; }

.m-tenders__item-table_modified .m-tenders__item-cell {
    width: 125px; }

@media screen and (max-width: 1199px) {
    .m-tenders__item-fav {
        top: 30px;
        right: 25px; }
    .m-tenders__item {
        padding: 30px 30px 30px 40px; }
    .m-tenders__item-head a {
        line-height: 24px;
        font-size: 17px; }
    .m-tenders__item-cell {
        width: 125px; }
    .m-tenders__item-cell:last-child {
        width: 145px; } }

@media screen and (max-width: 767px) {
    .m-tenders-list {
        margin-left: 15px;
        margin-right: 15px; }
    .m-tenders__item {
        padding: 20px 20px 40px 20px; }
    .m-tenders__item-fav {
        top: 20px;
        right: 10px; }
    .m-tenders__item-head-img {
        max-width: 60px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; }
    .m-tenders__item-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0; }
    .m-tenders__item-head a {
        line-height: 23px;
        font-size: 15px; }
    .m-tenders__item-table-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .m-tenders__item-cell:first-child {
        width: 128px;
        padding-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
    .m-tenders__item-cell {
        width: 124px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
    .m-tenders__item-table_modified {
        margin-left: 0; } }
		
/* Сообщение после покупки */
.m-shopping-cart__message {
    font-family: "KazimirText";
    font-weight: normal;
    line-height: 33px;
    font-size: 23px;
    text-align: center;
    color: #1A243A;
    background: #F2F0EB;
    width: 100%;
    padding: 150px 175px; }

@media screen and (max-width: 1199px) {
    .m-shopping-cart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .m-shopping-cart__left, .m-shopping-cart__right {
        width: 100%;
        margin: 0; }
    .m-shopping-cart__left {
        margin-bottom: 20px; }
    .m-shopping-cart__order {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        overflow: hidden; }
    .m-shopping-cart__order-separator {
        height: 204px !important;
        width: 1px !important;
        background: #ECECEC;
        margin: 0 !important;
        padding: 0 !important; }
    .m-shopping-cart__order > div {
        width: 50%;
        padding-top: 40px;
        padding-bottom: 40px;
        position: relative; }
    .m-shopping-cart .m-card-tech-hor__name {
        width: 180px;
        padding-right: 20px; }
    .m-shopping-cart .m-card-tech-hor__type {
        width: 140px;
        padding-right: 20px; }
    .m-shopping-cart .m-card-tech-hor__supplier {
        width: 120px;
        padding-right: 20px; }
    .m-shopping-cart .m-card-tech-hor__cost {
        width: 140px;
        padding-right: 20px; }
    .m-shopping-cart .m-card-tech-hor__qnty {
        width: 105px;
        padding-right: 0; }
    .m-shopping-cart .m-card-tech-hor__list {
        width: 100%;
        max-width: 100%;
        min-width: 100%; }
    .m-shopping-cart .m-card-tech-hor__qnty-input {
        width: 30px; }
    .m-shopping-cart .m-card-tech-hor__row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .m-shopping-cart__order .btn {
        width: 180px; }
    .m-shopping-cart__message {
        padding-left: 40px;
        padding-right: 40px;
        line-height: 28px;
        font-size: 20px; }
    .m-shopping-cart__order .btn-order {
        width: auto; } }

@media screen and (max-width: 1199px) and (orientation: landscape) {
    .m-shopping-cart .m-card-tech-hor__row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 767px) {
    .m-shopping-cart {
        margin-bottom: 30px; }
    .m-shopping-cart__left {
        overflow-x: auto; }
    .m-shopping-cart .m-card-tech-hor__list {
        max-width: 100%;
        min-width: 708px;
        margin-bottom: 20px;
        margin-left: 15px; }
    .m-shopping-cart__order {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 35px; }
    .m-shopping-cart__order > div:first-child::before {
        display: none; }
    .m-shopping-cart__order-separator {
        display: block;
        width: 180px !important;
        height: 1px !important;
        margin: 35px 0 !important; }
    .m-shopping-cart__order > div {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0; }
    .m-shopping-cart__message {
        padding: 40px 20px 20px 20px;
        line-height: 23px;
        font-size: 15px; } }

/* форма контактных данных */
.m-form_order form {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-left: -10px; }

.m-form_order .input_text {
    width: 266px;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px; }

.m-form_order .input_text[type=email] {
    width: 543px; }

.m-form_order textarea {
    font-family: "Gotham Pro";
    font-size: 15px;
    font-weight: 300;
    color: rgba(89, 89, 89, 0.68);
    outline: none;
    resize: none;
    height: 213px;
    margin-left: 10px; }

.m-form_order textarea::-webkit-input-placeholder {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    font-size: 15px;
    color: rgba(89, 89, 89, 0.68); }

.m-form_order textarea:-moz-placeholder {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    font-size: 15px;
    color: rgba(89, 89, 89, 0.68); }

.m-form_order textarea::-moz-placeholder {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    font-size: 15px;
    color: rgba(89, 89, 89, 0.68); }

.m-form_order textarea:-ms-input-placeholder {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    font-size: 15px;
    color: rgba(89, 89, 89, 0.68); }

.m-form_order textarea:focus::-webkit-input-placeholder {
    text-indent: -500px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease; }

.m-form_order textarea:focus::-moz-placeholder {
    text-indent: -500px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease; }

.m-form_order textarea:focus:-moz-placeholder {
    text-indent: -500px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease; }

.m-form_order textarea:focus:-ms-input-placeholder {
    text-indent: -500px;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease; }

@media screen and (max-width: 1199px) {
    .m-form_order .input_text {
        width: calc(33.3% - 10px); }
    .m-form_order .input_text[type=email] {
        width: calc(66.6% - 10px); }
    .m-form_order {
        margin-bottom: 10px; }
    .m-form_order textarea::-webkit-input-placeholder {
        font-size: 13px; }
    .m-form_order textarea:-moz-placeholder {
        font-size: 13px; }
    .m-form_order textarea::-moz-placeholder {
        font-size: 13px; }
    .m-form_order textarea:-ms-input-placeholder {
        font-size: 13px; } }

@media screen and (max-width: 767px) {
    .m-form_order {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 10px; }
    .m-form_order .input_text {
        width: 100%;
        margin-left: 0; }
    .m-form_order form {
        margin-left: 0; }
    .m-form_order textarea {
        margin-left: 0;
        height: 100px;
        padding: 15px; } }

/* объявления на странице объявлений */
.m-boards_inner {
    margin-left: -20px;
    margin-bottom: 10px; }

.m-boards_inner .m-boards__item {
    border: 1px solid #ECECEC;
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 30px 40px; }

.m-board-filters .radio_element label:hover {
    color: #FF7F00; }

@media screen and (max-width: 1199px) {
    .m-boards_inner .m-boards__item {
        padding: 30px !important; }
    .m-boards_inner .m-boards__item_hor {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
    .m-boards_inner .m-boards__img {
        margin-right: 0;
        margin-bottom: 20px; } }

@media screen and (max-width: 767px) {
    .m-boards_inner {
        margin-left: 15px;
        margin-right: 15px; }
    .m-boards_inner .m-boards__item {
        width: 100%;
        border: none;
        border-bottom: 1px solid #ECECEC;
        margin-left: 0;
        padding: 0 !important;
        padding-bottom: 20px !important;
        margin-bottom: 25px; }
	.m-boards__item:nth-child(1), 
	.m-boards__item:nth-child(2) {
		padding: 10px !important;
	}
	.m-boards_inner .m-boards__top {
		display: block;
	}
	.m-boards__text_ngaz,
	.m-boards_inner .m-boards__text {
		display: inline-block;
	}
    .m-boards_inner .m-boards__item:last-child {
        border-bottom: none;
        padding-bottom: 0 !important; }
    .m-boards_inner .m-boards__helper {
        line-height: normal;
        font-size: 11px;
        letter-spacing: 0.91px; }
    .m-boards_inner .m-boards__top {
        margin-bottom: 15px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline; }
    .m-boards_inner .m-boards__teaser {
        line-height: 20px;
        font-size: 13px; }
    .m-boards_inner .m-boards__text {
        line-height: normal;
        font-size: 11px; } }

/* объявление на всю ширину */
.m-boards__item_full-width {
    width: 100% !important;
    position: relative; }

.m-boards__item_full-width .m-boards__title {
    max-width: 620px;
    width: 100%;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 26px;
    font-size: 18px;
    color: #000C24; }

.m-boards__item_full-width .m-boards__top {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 35px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5; }

.m-boards__item_full-width .m-boards__text {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 13px;
    color: #9A9A9A;
    margin-top: 5px;
    margin-right: 15px; }

.m-boards__item_full-width .m-boards__top span::before {
    font-size: 22px;
    color: #9A9A9A;
    margin: 0; }

.m-boards__item_full-width .m-boards__top span {
    cursor: pointer; }

@media screen and (max-width: 1199px) {
    .m-boards__item_full-width .m-boards__title {
        max-width: 510px;
        line-height: 21px;
        font-size: 15px; }
    .m-boards__item_full-width .m-boards__top {
        top: -8px; } }

@media screen and (max-width: 767px) {
    .m-boards__item_full-width .m-boards__top {
        position: relative;
        top: auto;
        right: auto;
        padding: 0; }
    .m-boards__item_full-width .m-boards__table {
        margin-top: 15px; }
    .m-boards__item_full-width .m-boards__teaser {
        margin-top: 15px;
        max-height: 78px; } }

.m-product_inner .m-product__spec-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px; }

.m-product_inner .m-product__spec-top .m-product__favorite {
    margin-left: auto; }

.m-product_inner .m-product__spec-top .m-product__favorite span {
    position: relative;
    top: auto;
    right: auto; }

.m-product_inner .m-product__spec-top .m-product__date {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 13px;
    color: #9A9A9A;
    margin-right: auto; }

.m-product_inner .m-product__spec-top .social_like ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.m-product_inner .social_like .bg_social_button {
    width: 23px;
    height: 23px; }

.m-product_inner .m-product__link-save {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    color: #1A243A;
    text-decoration: none; }

.m-product_inner .m-product__link-save span {
    margin-right: 5px; }

@media screen and (max-width: 1199px) {
    .m-product_inner {
        margin-bottom: 30px; }
    .m-product_inner .m-product__link-save {
        font-size: 0; }
    .m-product_inner .m-product__link-save::after {
        content: 'Скачать файл в PDF';
        font-family: "Gotham Pro";
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        font-size: 14px;
        color: #1A243A; }
    .m-product_inner .m-product__link-save span::before {
        font-size: 14px; } }

@media screen and (max-width: 767px) {
    .m-product_inner .m-product__spec-top {
        margin-bottom: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .m-product_inner .m-product__buy .btn {
        background-image: url(../images/market/icons/mail-white-inner.svg); } }

/* корзина */
.m-shopping-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.m-shopping-cart + .btn {
    display: inline-block;
    margin-bottom: 15px;
}

.m-shopping-cart__left {
    width: calc(100% - 360px); }

.m-shopping-cart__right {
    width: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 40px; }

.m-shopping-cart__order {
    border: 2px solid #1A243A;
    padding: 60px 50px;
    text-align: center; }

.m-shopping-cart__order-title {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 26px;
    font-size: 24px;
    color: #000C24;
    margin-bottom: 10px;
    text-transform: uppercase; }

.m-shopping-cart__order-in {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FF7F00; }

.m-shopping-cart__order-separator {
    border-bottom: 1px solid #ECECEC;
    width: 180px;
    margin: 35px auto; }

.m-shopping-cart__order-sub-title {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    color: #000C24;
    margin-bottom: 5px; }

.m-shopping-cart__order-summ {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    color: #000C24;
    margin-bottom: 30px; }

.m-shopping-cart__order-summ span {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    color: #FF7F00; }

.m-shopping-cart__order .btn {
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-block;
    /*width: 180px;*/ }

.m-shopping-cart__order .btn-order {
    width: auto;
    white-space: nowrap; }

.m-shopping-cart .m-card-tech-hor__row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.m-shopping-cart .m-card-tech-hor__row:hover {
    background: #ececec;
}

.m-shopping-cart .m-card-tech-hor__name {
    width: 191px;
    padding-right: 20px; }

.m-shopping-cart .m-card-tech-hor__name, .m-shopping-cart .m-card-tech-hor__type, .m-shopping-cart .m-card-tech-hor__supplier {
    word-break: normal; }

.m-shopping-cart .m-card-tech-hor__type {
    width: 142px;
    padding-right: 20px; }

.m-shopping-cart .m-card-tech-hor__supplier {
    width: 160px;
    padding-right: 20px; }

.m-shopping-cart .m-card-tech-hor__cost {
    width: 170px;
    padding-right: 20px; }

.m-shopping-cart .m-card-tech-hor__qnty {
    width: 143px; }
.m-shopping-cart .m-card-tech-hor__delete a {
    color: #9A9A9A;
    text-decoration: none;
}

.m-shopping-cart .m-card-tech-hor__delete a:hover {
    color: #FF7F00;
    text-decoration: underline;
}

.m-shopping-cart .m-card-tech-hor__list {
    margin-bottom: 0; }

/* тарифы на странице company free */
.m-boards-add_inner .m-boards-add__item {
    padding: 50px 30px; }

@media screen and (max-width: 1199px) {
    .m-boards-add_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .m-boards-add_inner .m-boards-add__item {
        padding: 60px 30px; } }

@media screen and (max-width: 767px) {
    .m-boards-add_inner {
        margin-left: 15px;
        margin-right: 15px; }
    .m-boards-add_inner .m-boards-add__item {
        padding: 50px 30px; } }

/* преимущества на странице company free */
.m-benefits_inner .m-benefits__item {
    width: calc(33.3% - 40px); }

.m-benefits_inner .m-benefits__item_lg {
    width: 100% !important;
    margin-bottom: 0; }

.m-benefits_inner .m-registration__text {
    max-width: 500px;
    width: 100%; }

.m-benefits_inner {
    margin-bottom: 0; }

@media screen and (max-width: 1199px) {
    .m-benefits_inner .m-benefits__item {
        width: calc(50% - 20px);
        padding-left: 55px;
        padding-right: 55px; } }

@media screen and (max-width: 767px) {
    .m-benefits_inner {
        margin-left: 15px;
        margin-right: 15px; }
    .m-benefits_inner .m-benefits__item {
        margin-left: 0;
        width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }

/* фильтрация объявлений */
.m-board-filters {
    background: #F2F0EB;
    padding: 30px 40px 10px 40px;
    margin-bottom: 30px; }
.m-board-filters_new {
	background: #fff !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
}
.m-board-filters .radio_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }

.m-board-filters .radio_element {
    width: 33.3%;
    padding-right: 20px;
    margin-bottom: 20px; }
.m-board-filters_new .radio_element {
    width: auto !important;
}
.m-board-filters .radio_element label {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 14px;
    font-size: 15px;
    color: #333333; }

.m-board-filters .radio_element label:before {
    top: -2px; }

@media screen and (max-width: 1199px) {
    .m-board-filters .radio_element {
        width: 49.9%; } }

@media screen and (max-width: 767px) {
    .m-board-filters {
        padding: 20px; }
    .m-board-filters .radio_group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .m-board-filters .radio_element {
        width: 100%;
        margin-bottom: 10px; }
    .m-board-filters .radio_element:last-child {
        margin-bottom: 0; }
    .m-board-filters .radio_element label {
        line-height: 11px;
        font-size: 11px; } }
		
		/* список брендов на странице company-list-free */
.m-company-list_free {
    margin-bottom: 40px; }

.m-company-list_free .m-company-list__item {
    margin-bottom: 20px; }

@media screen and (max-width: 1199px) {
    .m-company-list_free {
        margin-bottom: 0; } }

@media screen and (max-width: 767px) {
    .m-company-list_free {
        margin-left: 0px;
        margin-right: 15px; }
    .m-company-list_free .m-company-list__item {
        margin-left: 15px;
        width: calc(50% - 15px); } }
		
		/* блок информации о компании на странице компании free */
.m-company-info_inner .m-company-info__left {
    width: 100%;
    border-right: none; }

.m-company-info__about_inner {
    padding: 0;
    margin-bottom: 40px; }

.m-company-info__about_inner .m-company-info_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.m-company-info__about_inner .m-company-info__geo {
    margin-left: 30px;
    margin-bottom: 0; }

.m-company-info_inner .m-company-info__head .m-company-info__geo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background-position: left 3px; }

.m-company-info_inner .m-company-info__head-text {
    width: 100%;
    padding-right: 350px;
    position: relative; }

@media screen and (max-width: 1199px) {
    .m-company-info_inner .m-company-info__head .m-company-info__geo {
        max-width: 220px; }
    .m-company-info_inner .m-company-info__head-text {
        padding-right: 250px; } }

@media screen and (max-width: 767px) {
    .m-company-info__about_inner {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 30px; }
    .m-company-info_inner {
        margin-bottom: 30px; }
    .m-company-info__about_inner .m-company-info__about-text .list-styled li {
        line-height: 20px;
        font-size: 13px;
        margin-bottom: 10px; }
    .m-company-info__about_inner .m-company-info__about-text .list-styled li::before {
        top: 6px; }
    .m-company-info_inner .m-company-info__head .m-company-info__geo {
        display: block;
        margin-bottom: 0 !important;
        margin-top: 10px;
        position: relative;
        bottom: auto;
        right: auto;
        max-width: 100%;
        min-height: 20px; }
    .m-company-info_inner .m-company-info__head-text {
        padding-right: 0; }
    .m-company-info_inner .m-company-info__contacts {
        border-bottom: none; } }
/* таблица продукции и услуг */
.m-service-table {
    width: 100%;
    border: 2px solid #ECECEC; }

.m-service-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ECECEC;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px; }

.m-service-table__row:last-child {
    border-bottom: none; }

.m-service-table__head {
    padding-top: 20px;
    padding-bottom: 20px; }

.m-service-table__cell, .m-service-table__cell a {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    font-size: 15px;
    color: #979797;
}

.m-service-table__head .m-service-table__cell{
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 13px;
    font-size: 18px;
    color: #1A243A; }

.m-service-table__name, .m-service-table__type, .m-service-table__sup {
    width: 280px; }

.m-service-table__cost, .m-service-table__date {
    width: 120px; }

@media screen and (max-width: 1199px) {
    .m-service-table__wrapper {
        overflow-x: auto;
        margin-right: -30px; }
    .m-service-table {
        min-width: 1220px;
        max-width: 100%; } }

@media screen and (max-width: 767px) {
    .m-service-table__head .m-service-table__cell {
        line-height: 19px;
        font-size: 13px; }
    .m-service-table__cell {
        line-height: 19px;
        font-size: 13px; }
    .m-service-table__wrapper {
        margin-right: -15px; } }

/* галерея на странице компании */
.m-gallery {
    margin-bottom: 40px; }

.m-gallery h2 {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    font-size: 19px;
    color: #FF7F00;
    margin-bottom: 10px; }

.m-gallery__border {
    border: 2px solid #ECECEC;
    padding: 45px 38px; }

/* слайдер с фотографиями */
.m-gallery__photo {
    position: relative;
    margin-bottom: 40px; }

.m-gallery__title {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000C24;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 155px; }

.m-gallery__title a {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    font-size: 14px;
    text-align: right;
    color: #000C24;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    margin-left: auto; }

.m-gallery__title a:hover {
    color: #FF7F00; }

.m-gallery__photo-slider-item {
    width: 180px;
    height: 140px;
    margin-left: 5px;
    margin-right: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.m-gallery__photo-slider-item img {
    max-width: 180px;
    max-height: 140px;
    display: block; }

.m-gallery__photo-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-left: -5px;
    margin-right: -5px; }

.m-gallery__photo-slider .slick-prev,
.m-gallery__photo-slider .slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: -45px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    width: 28px;
    height: 28px;
    color: #fff;
    opacity: 0.5; }

.m-gallery__photo-slider .slick-prev:hover,
.m-gallery__photo-slider .slick-next:hover {
    opacity: 1; }

.m-gallery__photo-slider .slick-disabled {
    opacity: 0.5; }

.m-gallery__photo-slider .slick-prev {
    right: 35px;
    background-image: url(../images/btn/slider_prev_2.svg); }

.m-gallery__photo-slider .slick-next {
    right: 0px;
    background-image: url(../images/btn/slider_next_2.svg); }

/* видео галерея */
.m-gallery__video .m-gallery__title {
    padding-right: 0; }

.m-gallery__video-list {
    margin-left: -10px;
    overflow: hidden; }

.m-gallery__video-item {
    width: calc(25% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 200px;
    position: relative;
    text-decoration: none;
    padding: 20px;
    overflow: hidden;
    float: left; }

.m-gallery__video-item:hover .m-video-review__play {
    background-color: #FF7F00; }

.m-gallery__video-item_lg {
    width: calc(50% - 10px);
    height: 410px; }

.m-gallery__video-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: calc(100% + 1px);
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(26, 36, 58, 0.5), rgba(26, 36, 58, 0.5)), -webkit-linear-gradient(269.21deg, rgba(56, 74, 108, 0.0001) 1.02%, rgba(26, 36, 58, 0.46) 98.97%);
    background: -o-linear-gradient(bottom, rgba(26, 36, 58, 0.5), rgba(26, 36, 58, 0.5)), -o-linear-gradient(269.21deg, rgba(56, 74, 108, 0.0001) 1.02%, rgba(26, 36, 58, 0.46) 98.97%);
    background: linear-gradient(0deg, rgba(26, 36, 58, 0.5), rgba(26, 36, 58, 0.5)), linear-gradient(180.79deg, rgba(56, 74, 108, 0.0001) 1.02%, rgba(26, 36, 58, 0.46) 98.97%);
    background-blend-mode: multiply;
    display: block; }

.m-gallery__video-title {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 17px;
    font-size: 13px;
    color: #FFFFFF;
    z-index: 5;
    position: relative;
    margin-bottom: auto;
    max-height: 34px;
    overflow: hidden; }

.m-gallery__video-item_lg .m-gallery__video-title {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 31px;
    font-size: 24px;
    color: #FFFFFF;
    max-height: 125px; }

.m-gallery__video-item_lg .m-gallery__video-title b {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 31px;
    font-size: 24px;
    color: #FFFFFF; }

.m-gallery__video-date {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 14px;
    color: #FFFFFF;
    z-index: 5;
    position: relative;
    margin-right: auto; }

.m-gallery__video-view {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 12.6px;
    color: #FFFFFF;
    z-index: 5;
    position: relative;
    margin-left: auto; }

.m-gallery__video-view::before {
    font-size: 10px;
    margin-top: -3px;
    margin-right: 10px; }

.m-gallery__video .m-video-review__play {
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px; }

.m-gallery__video-bottom {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.m-gallery__photo-link {
    display: none; }

@media screen and (max-width: 1199px) {
    .m-gallery {
        margin-bottom: 30px; }
    .m-gallery__border {
        padding: 30px; }
    .m-gallery__photo {
        margin-bottom: 30px; }
    .m-gallery__video-item {
        width: calc(50% - 10px); }
    .m-gallery__video-item_lg {
        width: 100%;
        height: 350px; }
    .m-gallery__title {
        padding-right: 140px; }
    .m-gallery__title a {
        line-height: 12px;
        font-size: 13px; } }

@media screen and (max-width: 767px) {
    .m-gallery {
        margin-left: 15px;
        margin-right: 15px; }
    .m-gallery__border {
        padding: 30px 20px 20px 20px; }
    .m-gallery__photo {
        margin-bottom: 25px; }
    .m-gallery__photo-slider {
        margin-left: -10px; }
    .m-gallery__photo-slider-item {
        height: 80px;
        margin-left: 10px;
        margin-right: 0; }
    .m-gallery__title {
        margin-bottom: 15px; }
    .m-gallery__title a {
        display: none; }
    .m-gallery__photo-slider .slick-prev,
    .m-gallery__photo-slider .slick-next {
        top: -35px;
        width: 24px;
        height: 24px;
        background-size: 24px; }
    .m-gallery__photo-slider .slick-prev {
        right: 30px; }
    .m-gallery__video .m-gallery__title a {
        display: inline-block;
        line-height: 12px;
        font-size: 11px; }
    .m-gallery__photo-link {
        display: inline-block;
        font-family: "Gotham Pro";
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
        font-size: 11px;
        text-align: right;
        color: #000C24;
        text-decoration: none;
        margin-top: 15px; }
    .m-gallery__video-list {
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .m-gallery__video-item {
        width: 100%;
        margin-left: 0; }
    .m-gallery__video-item:last-child {
        margin-bottom: 0; }
    .m-gallery__video-date {
        font-size: 11px;
        letter-spacing: 0.91px; }
    .m-gallery__video-view {
        line-height: normal;
        font-size: 11px; }
    .m-gallery__video-view::before {
        font-size: 8px;
        margin-top: 0px;
        margin-right: 5px; }
    .m-gallery .m-video-review__play {
        height: 60px;
        width: 60px; }
    .m-gallery .m-video-review__play span {
        border-width: 12px 0 12px 20px; }
    .m-gallery__video-item_lg {
        height: 320px; }
    .m-gallery__video-item_lg .m-gallery__video-title {
        line-height: 21px;
        font-size: 15px;
        max-height: 85px; }
    .m-gallery__video-item_lg .m-gallery__video-title b {
        line-height: 21px;
        font-size: 15px; } }

/* слайдер документов на странице компании */
.m-documents-slider-wrapper {
    width: 900px;
	position: relative; }

.m-documents-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-left: -20px;
    margin-bottom: 40px; }

.m-documents-slider__item {
    width: 186px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 20px; }

.m-documents-slider__item img {
    max-width: 186px;
    width: 100%;
    max-height: 260px;
    display: block; }

.m-documents-slider .slick-prev,
.m-documents-slider .slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: -90px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    width: 28px;
    height: 28px;
    color: #fff;
    opacity: 0.5; }

.m-documents-slider .slick-prev:hover,
.m-documents-slider .slick-next:hover {
    opacity: 1; }

.m-documents-slider .slick-disabled {
    opacity: 0.5; }

.m-documents-slider .slick-prev {
    right: 35px;
    background-image: url(../images/btn/slider_prev_2.svg); }

.m-documents-slider .slick-next {
    right: 0px;
    background-image: url(../images/btn/slider_next_2.svg); }

@media screen and (max-width: 1199px) {
    .m-documents-slider .slick-prev,
    .m-documents-slider .slick-next {
        width: 24px;
        height: 24px;
        background-size: 24px;
        top: -70px; }
    .m-documents-slider .slick-prev {
        right: 30px; } }

@media screen and (max-width: 767px) {
    .m-documents-slider {
        margin-left: 15px;
        margin-bottom: 30px; }
    .m-documents-slider .slick-prev,
    .m-documents-slider .slick-next {
        top: -60px; }
    .m-documents-slider .slick-prev {
        right: 45px; }
    .m-documents-slider .slick-next {
        right: 15px; } }

/* новости на странице компании */
.m-news-list-company {
    margin-left: -20px; }

.m-news-list-company .m-news-list__item_lg {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 20px 20px 20px 30px;
    height: 200px; }

.m-news-list-company .m-news-list__teaser {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    font-size: 18px;
    color: #FFFFFF;
    max-height: 115px; }

.m-news-list-company .m-news-list__teaser b {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 23px;
    font-size: 18px;
    color: #FFFFFF; }

.m-news-list-company .m-news-list__date {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 13px;
    color: #FFFFFF; }

/* статьи */
.m-news-list-company_article {
    margin-left: 0; }

.m-news-list-company_article .m-news-list__item {
    margin-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 40px; }

.m-news-list-company_article .m-news-list__item:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }

.m-news-list-company_article .m-news-list__img {
    width: 180px;
    height: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    margin-bottom: 0; }

.m-news-list-company_article .m-news-list__teaser {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 26px;
    font-size: 18px;
    color: #000C24;
    padding: 0;
    max-height: 104px; }

.m-news-list-company_article .m-news-list__top {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.m-news-list-company_article .m-news-list__date {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 13px;
    color: #9A9A9A; }

@media screen and (max-width: 1199px) {
    .m-news-list-company_article .m-news-list__item {
        padding-bottom: 30px;
        margin-bottom: 30px; }
    .m-news-list-company_article .m-news-list__item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; } }

@media screen and (max-width: 767px) {
    .m-news-list-company {
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px; }
    .m-news-list-company .m-news-list__item_lg {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
        padding: 20px; }
    .m-news-list-company .m-news-list__item_lg:last-child {
        margin-bottom: 0; }
    .m-news-list-company .m-news-list__item_lg .m-news-list__teaser {
        max-height: 70px; }
    .m-news-list-company .m-news-list__item_lg .m-news-list__info {
        margin-top: 0; }
    .m-news-list-company_article {
        margin-bottom: 0; }
    .m-news-list-company_article .m-news-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 20px; }
    .m-news-list-company_article .m-news-list__img {
        margin-right: 0;
        width: 100%;
        height: 160px;
        margin-bottom: 30px; }
    .m-news-list-company_article .m-news-list__teaser {
        line-height: 23px;
        font-size: 15px;
        max-height: 100%; } }

/* шаги на купить продать */
.m-steps {
    max-width: 930px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px; }

.m-steps__item {
    margin-bottom: 50px; }

.m-steps__title {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 29px;
    font-size: 22px;
    color: #000C24;
    margin-bottom: 15px; }

.m-steps__teaser {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 17px;
    color: #000C24;
    margin-bottom: 20px; }

.m-steps__img {
    max-width: 100%;
    display: block; }

.m-steps__item ul {
    margin-bottom: 30px; }

.m-steps__item ul li {
    margin-left: 45px;
    display: block;
    position: relative;
    margin-bottom: 20px;
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    font-size: 15px;
    color: #595959; }

.m-steps__item ul li:last-child {
    margin-bottom: 0; }

.m-steps__item ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #FF7F00;
    position: absolute;
    top: 8px;
    left: -15px;
    border-radius: 100%; }

@media screen and (max-width: 1199px) {
    .m-steps {
        margin-bottom: 40px; }
    .m-steps__title {
        line-height: 24px;
        font-size: 17px;
        margin-bottom: 15px; }
    .m-steps__teaser {
        line-height: 21px;
        font-size: 15px; }
    .m-steps__item ul li {
        margin-bottom: 15px; }
    .m-steps__item {
        margin-bottom: 40px; } }

@media screen and (max-width: 767px) {
    .m-steps {
        margin-left: 15px;
        margin-right: 15px;
        width: auto;
        max-width: 100%;
        margin-bottom: 30px; }
    .m-steps__title {
        line-height: 23px;
        font-size: 15px; }
    .m-steps__teaser {
        line-height: 20px;
        font-size: 13px; }
    .m-steps__item ul li {
        line-height: 20px;
        font-size: 13px;
        margin-left: 30px; } }

/* преимущества на странице купить */
.m-benefits__wrapper_buy-page {
    background: rgba(233, 225, 208, 0.139832);
    padding: 60px 0 20px 0; }

.m-benefits_buy-page {
    margin-bottom: 0; }

.m-benefits__wrapper_buy-page h2 {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    font-size: 25px;
    text-align: center;
    color: #FF7F00; }

.m-benefits_buy-page .m-benefits__item {
    height: 247px;
    border: none; }

@media screen and (max-width: 1199px) {
    .m-benefits__wrapper_buy-page {
        padding-top: 50px; } }

@media screen and (max-width: 767px) {
    .m-benefits__wrapper_buy-page {
        padding-top: 30px; }
    .m-benefits__wrapper_buy-page .wrap {
        margin-left: 15px;
        margin-right: 15px; }
    .m-benefits__wrapper_buy-page h2 {
        line-height: 23px;
        font-size: 15px; }
    .m-benefits_buy-page .m-benefits__item {
        height: auto; } }
/* добавление объявления */
.m-boards-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-bottom: 40px; }

.m-boards-add__item {
    width: calc(49.9% - 20px);
    margin-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #FF7F00;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    background: #fff; }

.m-boards-add .btn {
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 12px; }

.m-boards-add__title {
    font-size: 25px;
    line-height: 30px;
    font-family: "Gotham Pro";
    font-weight: bold;
    margin-bottom: 18px;
    position: relative;
    z-index: 10; }

.m-boards-add__helper {
    display: inline-block;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 10.4px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #FF7F00;
    padding: 7px 8px 5px 8px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
    line-height: 12px;
}
/* список каталога на главной */
.m-catalog-list {
    margin-left: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }

.m-catalog-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(33.3% - 30px);
    margin-left: 30px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 20px 15px 20px;
    text-decoration: none;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.m-catalog-list__item:hover {
    -webkit-box-shadow: inset 0px 0px 0px 2px #FF7F00;
    box-shadow: inset 0px 0px 0px 2px #FF7F00; }

.m-catalog-list__item:hover .m-catalog-list__text {
    color: #FF7F00; }

.m-catalog-list__text {
    font-family: "KazimirText";
    color: #000C24;
    max-height: 76px;
    overflow: hidden; }

.m-catalog-list__img {
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

.m-catalog-list__item_last {
    background: #1A243A;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-family: "Gotham Pro";
    font-weight: bold; }

.m-catalog-list__item_last:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }

.m-catalog-list__item_last span::after {
    content: '\e80d';
    display: inline-block;
    font-size: 13px;
    font-family: 'fontello';
    font-weight: normal;
    margin-left: 10px;
    color: #FF7F00; }

@media screen and (max-width: 1199px) {
    .m-catalog-list {
        margin-left: -20px; }
    .m-catalog-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(50% - 20px);
        margin-left: 20px; }
    .m-catalog-list__item_last {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 170px !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 12px;
        padding-bottom: 12px;
        border-radius: 5px; } }

@media screen and (max-width: 767px) {
    .m-catalog-list {
        margin-left: 0; }
    .m-catalog-list__item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px; }
    .m-catalog-list__item_last {
        margin-top: 10px; }
    .m-catalog-list {
        margin-bottom: 25px; } }
/* список карточек товаров на главной */
.m-catalog-card-list {
    margin-left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 40px; }

.m-catalog-card {
    background: #FFFFFF;
    border-radius: 5px;
    width: calc(20% - 20px);
    height: 311px;
    padding: 20px 30px 20px 30px;
    display: block;
    margin-left: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    position: relative;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }

.slick-initialized .m-catalog-card {
    -webkit-box-shadow: none;
    box-shadow: none; }

.m-catalog-card-list .slick-slide a, .m-catalog-card-list .slick-slide a:hover,
m-catalog-card-list a.slick-slide, .m-catalog-card-list a.slick-slide:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }

.m-catalog-card:hover {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }

.m-catalog-card__buttons {
    position: absolute;
    right: 5px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0 !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 10; }

.m-catalog-card:hover .m-catalog-card__buttons {
    opacity: 1;
    visibility: visible; }

.m-catalog-card__buttons span ,
.m-catalog-card__buttons a {
    padding: 8px 2px;
    border-bottom: 1px solid #ECECEC;
    cursor: pointer; }

.m-catalog-card__buttons span:last-child {
    border-bottom: none; }

.m-catalog-card__buttons span::before {
    color: #ccc;
    font-size: 14px;
    margin: 0;
    width: auto; }

.m-catalog-card__buttons span:hover::before{
    color: #FF7F00; }

.m-catalog-card__buttons span.active::before{
    color: #FF7F00; }

.m-catalog-card__buttons .icon-icon-star::before {
    font-size: 17px; }

.m-catalog-card__img {
    display: block;
    width: 100%;
    height: 120px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px; }

.m-catalog-card__text {
    margin-bottom: 0 !important; }

.m-catalog-card__title, .m-catalog-card__title a {
    font-family: "Gotham Pro";
    font-weight: normal;
    color: #000C24;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 14px !important;
    max-height: 42px;
    text-decoration: none;
    overflow: hidden; }

.m-catalog-card__teaser, .m-catalog-card__teaser a {
    color: #9A9A9A;
    font-size: 13px;
    line-height: 18px;
    font-family: "KazimirText";
    margin-bottom: 15px !important;
    max-height: 36px;
    text-decoration: none;
    overflow: hidden; }

.m-catalog-card__cost {
    font-size: 16px;
    line-height: 24px;
    font-family: "Gotham Pro";
    font-weight: 300;
    color: #000C24;
    margin-bottom: 0 !important; }

.m-catalog-card__cost span {
    font-weight: bold;
    color: #FF7F00; }

.m-catalog-card-slider-wrap {

position: relative; }

/* панель с фильтрами в каталоге */
.m-group-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }

.m-group-filters__left {
    margin-right: auto; }
.m-group-filters__left2 {


    margin-right: 0px; }

.m-group-filters__left span::before {
    color: #1A243A;
    font-size: 16px; }

.m-group-filters__item_active span::before {
    color: #FF7F00; }

.m-group-filters__item {
    color: #1A243A;
    text-decoration: none; }

.m-group-filters__item span::before {
    font-size: 16px; }

.m-group-filters__item:hover span::before {
    color: #FF7F00; }

.m-group-filters__center {
    margin-right: auto;
    margin-left: auto; }
.m-group-filters__center {
	margin-left: 0px;
}

.m-group-filters__title {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 11px;
    font-size: 15px;
    text-align: right;
    color: #000C24; }

.m-group-filters__right {
    margin-left: auto; }

.m-group-filters__link {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 19px;
    font-size: 13px;
    text-align: right;
    color: #9A9A9A;
    border-bottom: 1px solid #9A9A9A;
    padding-bottom: 1px;
    text-decoration: none;
    margin-left: 12px; }
	
.m-group-filters__link2 {
	color: #000;
    border-bottom: none;
    font-size: 16px;
    margin-right: 30px;
}

.m-group-filters__link:hover {
    border-bottom-color: #FF7F00;
    color: #FF7F00; }

.m-group-filters__link_active {
    color: #FF7F00;
    border-color: transparent; }

.m-group-filters .m-navi__link {
    display: none; }

@media screen and (max-width: 1199px) {
    .m-group-filters__title {
        line-height: 19px;
        font-size: 13px; }
    .m-group-filters__link {
        margin-left: 5px; }
    .m-group-filters {
        margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
    .m-group-filters {
        margin-left: 15px;
        margin-right: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 20px;
        position: relative; }
    .m-group-filters__right {
        margin-left: 0; }
    .m-group-filters__center {
        margin-left: 0;
        margin-right: 0; }
    .m-group-filters > div {
        margin-bottom: 20px; }
    .m-group-filters > div:last-child {
        margin-bottom: 0; }
    .m-group-filters__title {
        display: block;
        text-align: left;
        margin-bottom: 2px;
        font-family: "Gotham Pro";
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        font-size: 11px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #000C24; }
    .m-group-filters__link {
        margin-left: 0;
        margin-right: 5px;
        line-height: 19px;
        font-size: 11px; }
    .m-group-filters .m-navi__link {
        display: block;
        position: absolute;
        right: 0;
        top: 5px;
        line-height: normal;
        font-size: 10px;
        text-align: right;
        letter-spacing: 1.5px; } }

/* маленькая карточка товара */
.m-card-tech__list_sm {
    margin-bottom: 10px; }

.m-card-tech__item_sm {
    position: relative;
    width: calc(33.3% - 20px);
    margin-left: 20px; }

.m-card-tech__item_sm .m-card-tech__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 30px 30px 60px; }

.m-card-tech__item_sm .m-card-tech__img-wrapper {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px; }

.m-card-tech__item_sm .m-card-tech__img {
    width: 100%;
    height: 140px; }

.m-card-tech__item_sm .m-card-tech__img-shadow {
    width: calc(100% - 40px);
    height: 120px;
    left: 20px;
    top: 20px; }

.m-card-tech__item_sm .m-card-tech__title, .m-card-tech__item_sm .m-card-tech__title a {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 21px;
    font-size: 15px;
    color: #000C24; }

.m-card-tech__item_sm .m-card-tech__title {
    margin-bottom: 20px; }

.m-card-tech__item_sm .m-card-tech__spec {
    width: 100%; }

.m-card-tech__item_sm .m-card-tech__char-cell {
    max-width: 100px;
    min-width: 100px; }

.m-card-tech__item_sm .m-card-tech__char-cell:nth-child(even) {
    padding-left: 12px; }

.m-card-tech__item_sm .m-card-tech__char-right, .m-card-tech__item_sm .m-card-tech__char-right a {
    word-break: break-all;
    font-size: 12px;
    line-height: 16px; }

.m-card-tech__item_sm .m-card-tech__char-left {
    font-size: 13px;
    line-height: 16px; }

.m-card-tech__item_sm .m-card-tech__cost, .m-card-tech__item_sm .m-card-tech__cost span {
    font-size: 15px;
    line-height: 24px; }

.m-card-tech__item_sm .m-card-tech__bottom {
    padding-left: 18px;
    padding-right: 0;
    border-top: 1px solid #ECECEC;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.m-card-tech__item_sm .m-card-tech__group-button .icon-icon-cart::before {
    font-size: 14px; }

.m-card-tech__item_sm .m-card-tech__group-button .icon-icon-star::before {
    font-size: 18px; }

.m-card-tech__item_sm .m-card-tech__group-button a:first-child {
    padding-left: 0; }

.m-card-tech__item_sm .m-card-tech__group-button {
    margin-left: 0; }

.m-card-tech__descr {
	margin:0 0 30px 0;
}

@media screen and (max-width: 1199px) {
    .m-card-tech__item_sm {
        width: calc(50% - 20px); }
    .m-card-tech__item_sm .m-card-tech__cost, .m-card-tech__item_sm .m-card-tech__cost span {
        line-height: 24px;
        font-size: 18px; }
    .m-card-tech__item_sm .m-card-tech__top {
        padding: 20px; } }

@media screen and (max-width: 767px) {
    .m-card-tech__list_sm {
        margin-left: 15px;
        margin-right: 15px; }
    .m-card-tech__item_sm {
        width: 100%;
        margin-left: 0; }
    .m-card-tech__item_sm .m-card-tech__top {
        padding: 0;
        padding-bottom: 20px; }
    .m-card-tech__item_sm .m-card-tech__bottom {
        padding-left: 0;
        padding-right: 0; }
    .m-card-tech__item_sm .m-card-tech__cost, .m-card-tech__item_sm .m-card-tech__cost span {
        line-height: 15px;
        font-size: 16px; }
    .m-card-tech__item_sm .m-card-tech__char-cell {
        padding-bottom: 10px; }
    .m-card-tech__item_sm.m-card-tech__item_modified {
        padding-top: 0;
        margin-bottom: 15px; }
    .m-card-tech__item_sm .m-boards__teaser {
        margin-top: 10px; } }
		


/* объявления в карточке товара */
.m-card-tech__item_modified {
    background: #fff;
    border: none;
    padding-top: 20px; }

.m-card-tech__item_modified .m-boards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0; }

.m-card-tech__item_modified .m-boards__item {
    width: 100%;
    margin: 0;
    border-left: none;
    border-right: none;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
    min-height: 100%; }

.m-card-tech__item_modified .m-boards__item:last-child {
    border-bottom: none;
    margin-bottom: 0; }

/* навигация в левом сайдабре на странице каталога*/
.m-navi {
    background: rgba(233, 225, 208, 0.139832);
    padding: 30px 40px 30px 30px; }

.m-navi ul {
    list-style: none;
    margin: 0;
    padding: 0; }

.m-navi__lv1 > .m-navi__item > a {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 21px;
    font-size: 15px;
    color: #333333;
    text-decoration: none;
    display: inline-block; }

.m-navi__lv1 > .m-navi__item > a::before {
    content: '\e815';
    font-family: 'fontello';
    font-size: 20px;
    color: #FF7F00;
    position: absolute;
    left: 0;
    top: 0; }

.m-navi__lv1 > .m-navi__item {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px; }

.m-navi__lv1 > .m-navi__item.m-navi__item_active .m-navi__lv2{
    display: block;
}
.m-navi__lv2 {
    margin-top: 20px !important;
    display: none; }

.m-navi__lv2 > .m-navi__item > a {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 9px;
    font-size: 12px;
    color: #9A9A9A;
    text-decoration: none; }

.m-navi__lv2 > .m-navi__item {
    margin-bottom: 15px; }

.m-navi__lv2 > .m-navi__item:last-child {
    margin-bottom: 0; }

.m-navi__item span {
    margin-left: 5px; }

.m-navi__item a:hover {
    color: #FF7F00; }

.m-navi__lv2 > .m-navi__item_active a {
    color: #FF7F00 !important; }

.m-navi__lv1 > .m-navi__item_active .m-navi__lv2 {
    display: block; }

.m-navi__link {
    display: none; }

@media screen and (max-width: 1199px) {
    .m-navi__link {
        text-decoration: none;
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
        font-family: "Gotham Pro";
        font-style: normal;
        font-weight: bold;
        line-height: 10px;
        font-size: 13px;
        text-align: right;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #1A243A; }
    .m-navi__link:hover {
        color: #FF7F00; }
    .m-navi__link i {
        color: #FF7F00; } }

/* горизонтальная карточка товара */
.m-card-tech-hor__list {
    width: 100%;
    margin-bottom: 40px; }

.m-card-tech-hor__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ECECEC;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.m-card-tech-hor__head {
    background: rgba(233, 225, 208, 0.139832);
    border-bottom: none; }

.m-card-tech-hor__head .m-card-tech-hor__item {
    /*font-family: "KazimirText";*/
    font-style: normal;
    font-weight: normal;
    line-height: 13px;
    font-size: 13px;
    color: #1A243A; }

.m-card-tech-hor__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*font-family: "KazimirText";*/
    font-style: normal;
    font-weight: normal;
    line-height: 17px;
    font-size: 13px;
    color: #707070;
    padding: 15px 0; }

.m-card-tech-hor__item:first-child {
    padding-left: 20px; }

.m-card-tech-hor__item:last-child {
    padding-right: 12px; }

.m-card-tech-hor__qnty .icon-icon-star{
    cursor: pointer;
}

.m-card-tech-hor__qnty .icon-icon-star:hover::before, .m-card-tech-hor__qnty .icon-icon-star.active::before {
    color: #FF7F00; }

.m-card-tech-hor__name {
    width: 100px; }

.m-card-tech-hor__type {
    width: 100px; }

.m-card-tech-hor__supplier {
    width: 123px; }

.m-card-tech-hor__cost {
    width: 123px; }

.m-card-tech-hor__media {
    width: 50px; }

.m-card-tech-hor__media a {
    text-decoration: none; }

.m-card-tech-hor__qnty {
    width: 123px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.m-card-tech-hor__qnty a {
    text-decoration: none; }

.m-card-tech-hor__date {
    width: 73px; }

.m-card-tech-hor__name, .m-card-tech-hor__type, .m-card-tech-hor__supplier {
    word-break: break-all; }

.m-card-tech-hor__name a, .m-card-tech-hor__supplier a {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 17px;
    font-size: 13px;
    color: #707070;
    text-decoration: none; }

.m-card-tech-hor__media span::before {
    font-size: 16px;
    color: #979797; }

.m-card-tech-hor__qnty-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.m-card-tech-hor__qnty-item a {
    text-decoration: none;
    font-family: "Gotham Pro";
    font-weight: 900;
    color: #1A243A;
    padding: 0 6px; }

.m-card-tech-hor__qnty-item a:hover {
    color: #FF7F00 !important; }

.m-card-tech-hor__qnty-input {
    width: 50px;
    border: 1px solid #ECECEC;
    text-align: center;
    outline: none;
    border-radius: 0;
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    color: #979797;
    padding: 2px 0 1px 0;
    margin: 0;
    border-radius: 0;
    -webkit-appearance: none; }

.m-card-tech-hor__qnty .icon-icon-cart::before {
    font-size: 12px;
    color: #9A9A9A; }

.m-card-tech-hor__qnty .icon-icon-star::before {
    font-size: 14px;
    color: #9A9A9A; }

.m-card-tech-hor__row .m-boards {
    margin: 0;
    width: 100%; }

.m-card-tech-hor__row .m-boards__item {
    margin: 0;
    width: 50%;
    border-bottom: none;
    padding-top: 30px;
    padding-bottom: 30px; }

.m-card-tech-hor__row .m-boards__item:nth-child(even) {
    border-right: none; }

.m-card-tech-hor__row_inner {
    padding: 0; }

@media screen and (max-width: 1199px) {
    .m-card-tech-hor__list-wrapper {
        overflow-x: auto;
        margin-right: -30px;
        margin-bottom: 30px; }
    .m-card-tech-hor__row .m-boards__item {
        max-width: 365px;
        width: 100%;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        border-right: none !important;
        padding-left: 0; }
    .m-card-tech-hor__row .m-boards {
        border-bottom: 0; }
    .m-card-tech-hor__list {
        min-width: 880px;
        max-width: 100%; }
    .m-card-tech-hor__list {
        margin-bottom: 10px; }
    .m-card-tech-hor__row_inner .m-boards__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }

@media screen and (max-width: 767px) {
    .m-card-tech-hor__list-wrapper {
        margin-left: 15px;
        margin-right: 0; }
    .m-card-tech-hor__list .m-card-tech-hor__row .m-boards__item {
        max-width: 280px; }
    .m-card-tech-hor__list .m-card-tech-hor__row .m-boards__item:nth-child(2) {
        display: none; }
    .m-card-tech-hor__list .m-boards__item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }

/* продукт */
.m-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px; }

.m-product__view {
    width: 400px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 50px; }

.m-product__view .slider-single div {
    width: 100%;
    height: 325px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }

.m-product__view .slider-nav .slick-slide {
    height: 93px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }

.m-product__view .slider-nav {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 20px; }

.m-product__view .slider-nav .slick-slide {
    margin-right: 10px;
    margin-left: 10px; }

.m-product__view .slick-prev,
.m-product__view .slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: 50%;
    margin-top: -14px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    width: 28px;
    height: 28px;
    color: #fff;
    opacity: 0.5; }

.m-product__view .slick-prev:hover,
.m-product__view .slick-next:hover {
    opacity: 1; }

.m-product__view .slick-disabled {
    opacity: 0.5; }

.m-product__view .slick-prev {
    left: -30px;
    background-image: url(../images/btn/slider_prev_2.svg); }

.m-product__view .slick-next {
    right: -30px;
    background-image: url(../images/btn/slider_next_2.svg); }

.m-product__spec {
    margin-left: auto;
    width: calc(100% - 450px);
    position: relative; }

.m-product__favorite span::before {
    font-size: 22px;
    color: #9A9A9A; }

.m-product__favorite span {
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 5;
    cursor: pointer; }

.m-product__title {
    font-family: "KazimirText";
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    color: #FF7F00;
    margin-bottom: 25px;
    padding-right: 50px; }

.m-product > .m-product__title {
    display: none; }

.m-product__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }

.m-product__info__item {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    font-size: 16px;
    color: #1A243A;
    margin-right: 30px; }

.m-product__info__item:last-child {
    margin-right: 0; }

.m-product__info__item span::before {
    margin-right: 10px;
    font-size: 16px; }

.m-product__buy {
    border: 2px solid #ECECEC;
    padding: 13px 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.m-product__buy .btn {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 120px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    border-radius: 5px; }

.m-product__buy .btn_inner {
    width: 39px;
    height: 39px;
    border: 1px solid #1A243A;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    text-decoration: none; }

.m-product__buy .btn_inner span::before {
    font-size: 14px;
    color: #FF7F00; }

.m-product__buy .btn_mod {
    width: auto;
    padding-left: 15px;
    padding-right: 15px; }

.m-product__buy-cost {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.m-product__buy-group-btn {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.m-product__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ECECEC;
    padding-top: 20px; }

.m-product__view-stat {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    font-size: 14px;
    color: #979797;
    margin-right: auto;
    padding-left: 25px;
    position: relative; }

.m-product__view-stat::before {
    content: '\e803';
    font-family: 'fontello';
    font-size: 10px;
    color: #9A9A9A;
    position: absolute;
    top: 0;
    left: 0; }

.m-product__group-link {
    margin-left: auto;
    text-align: right; }

.m-product__group-link a {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    text-align: right;
    color: #1A243A;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block; }

.m-product__group-link a:hover {
    color: #FF7F00; }

.m-product__group-link a:last-child {
    margin-bottom: 0; }

.m-product__group-link span::before {
    font-size: 12px;
    margin-right: 8px; }

.m-product__spec .m-card-tech__char {
    margin-bottom: 20px; }

.m-product__spec .m-card-tech__char-cell {
    padding-bottom: 10px; }

@media screen and (max-width: 1199px) {
    .m-product {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
    .m-product__view {
        width: 248px;
        margin-right: 40px; }
    .m-product__view .slider-single div {
        height: 200px; }
    .m-product__view .slider-nav {
        width: 180px; }
    .m-product__view .slider-nav .slick-slide {
        height: 81px;
        margin-left: 5px;
        margin-right: 5px; }
    .m-product__view .slick-next {
        right: -28px; }
    .m-product__view .slick-prev {
        left: -28px; }
    .m-product__spec {
        width: calc(100% - 248px); }
    .m-product__title {
        font-size: 20px;
        margin-bottom: 15px; }
    .m-product__spec .m-card-tech__char-cell {
        line-height: 22px;
        font-size: 15px; } }

@media screen and (max-width: 767px) {
    .m-product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 35px; }
    .m-product > .m-product__title {
        display: block;
        padding-right: 0; }
    .m-product__view {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; }
    .m-product__spec {
        width: 100%;
        margin: 0; }
    .m-product__spec .m-product__title {
        display: none; }
    .m-product__view .slider-single div {
        width: 100%; }
    .m-product__view .slider-nav .slick-slide {
        height: 64px; }
    .m-product__view .slider-nav {
        width: 220px; }
    .m-product__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px; }
    .m-product__info__item {
        margin-bottom: 10px;
        line-height: 10px;
        font-size: 13px; }
    .m-product__info__item:last-child {
        margin-bottom: 0; }
    .m-product__info__item span::before {
        font-size: 13px; }
    .m-product__buy .btn {
        font-size: 0;
        width: 30px;
        height: 30px;
        background-image: url(../images/market/icons/cart-add.svg);
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 5px; }
    .m-product__buy .btn_inner {
        width: 30px;
        height: 30px; }
    .m-product__buy .btn_inner span::before {
        font-size: 13px; }
    .m-product__buy {
        margin-right: -15px;
        border-right: none;
        padding-right: 14px;
        padding-top: 10px;
        padding-bottom: 10px; }
    .m-product__spec .m-card-tech__char-cell {
        line-height: 22px;
        font-size: 13px; }
    .m-product__spec .m-card-tech__char {
        margin-bottom: 15px; }
    .m-product__bottom {
        padding-top: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .m-product__group-link {
        margin-left: 0;
        text-align: left; }
    .m-product__view-stat {
        margin-right: 0; }
    .m-product__view-stat {
        line-height: 13px;
        font-size: 13px;
        margin-bottom: 20px; }
    .m-product__view-stat br {
        display: none; } }
/* видео обзор */
.m-video-review__wrap {
    margin-left: -30px; }

.m-video-review__wrap .wrap {
    padding-right: 0; }

.m-video-review {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    padding: 30px 30px 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.m-video-review__top {
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.m-video-review__helper {
    text-decoration-line: none;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FF7F00;
    margin-right: auto; }

.m-video-review__play {
    width: 60px;
    height: 60px;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    margin-left: auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative; }

.m-video-review:hover .m-video-review__play {
    background-color: rgba(255, 127, 0, 0.6); }

.m-video-review__play span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 22px;
    border-color: transparent transparent transparent #ffffff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }

.m-video-review__text {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.m-video-review__title {
    text-decoration: none;
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 31px;
    font-size: 24px;
    color: #FFFFFF;
    width: 300px;
    max-height: 155px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.m-video-review__title b {
    font-family: "Gotham Pro"; }

.m-video-review__teaser {
    width: 560px;
    margin-left: auto;
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 15px;
    color: #FFFFFF;
    max-height: 168px;
    overflow: hidden; }

@media screen and (max-width: 1199px) {
    .m-video-review__wrap {
        margin-bottom: 30px;
        margin-right: -30px; }
    .m-video-review__teaser {
        margin-left: 40px; } }

@media screen and (max-width: 767px) {
    .m-video-review {
        height: 100%;
        width: 100%; }
    .m-video-review__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0; }
    .m-video-review__teaser, .m-video-review__title {
        width: 100%; }
    .m-video-review__title {
        margin-bottom: 15px;
        line-height: 26px;
        font-size: 20px; }
    .m-video-review__title b {
        line-height: 26px;
        font-size: 20px; }
    .m-video-review__top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px; }
    .m-video-review__teaser {
        line-height: 21px;
        font-size: 13px;
        max-height: 100%;
        margin-left: 0; }
    .m-video-review__helper {
        margin-right: 0; }
    .m-video-review__play {
        width: 30px;
        height: 30px;
        margin-left: 20px; }
    .m-video-review__play span {
        border-width: 6px 0 6px 11px; }
    .m-video-review__wrap {
        margin-left: -15px;
        margin-right: -15px;
        min-width: 100%; }
    .m-video-review__wrap .right {
        padding: 0; }
    .m-video-review__wrap .left {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0; } }

/* преимущества регистрации */
.m-benefits {
    margin-left: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 40px; }

.m-benefits__item {
    width: calc(25% - 40px);
    margin-left: 40px;
    margin-bottom: 40px;
    border: 1px solid #ECECEC;
    padding: 30px 20px;
    height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff; }

.m-benefits__item_lg {
    width: calc(50% - 40px); }

.m-benefits__img {
    width: 90px;
    height: 90px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.m-benefits__text {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 15px;
    text-align: center;
    color: #000C24;
    max-height: 90px;
    overflow: hidden;
    width: 100%; }

.m-benefits__text b {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 22px;
    font-size: 15px;
    text-align: center;
    color: #1A243A; }

@media screen and (max-width: 1199px) {
    .m-benefits {
        margin-left: -20px; }
    .m-benefits__item {
        width: calc(50% - 20px);
        margin-bottom: 20px;
        margin-left: 20px; }
    .m-benefits__item:last-child {
        margin-bottom: 0; }
    .m-benefits__item_lg {
        width: 100%; } }

@media screen and (max-width: 767px) {
    .m-benefits {
        margin-left: 0; }
    .m-benefits__item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px; } }
/* блок информации о компании на странице компании */
.m-company-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #ECECEC;
    position: relative;
    margin-bottom: 40px; }

.m-company-info > div {
    width: 50%;
    border-right: 1px solid #ECECEC; }

.m-company-info__head {
    border-bottom: 1px solid #ECECEC;
    padding: 40px 40px 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.m-company-info__head-img {
    width: 100px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px; }

.m-company-info__head-helper {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 10.4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #979797;
    margin-bottom: 15px; }

.m-company-info__head-title {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    font-size: 18px;
    color: #FF7F00;
    text-transform: uppercase;
	padding-bottom: 20px;}
.m-company-info__head-title div.star{
    display: inline;
    cursor: pointer;
}
.m-company-info__head-title span::before {
    color: #9A9A9A; }

.m-company-info__head-upd {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    font-size: 11px;
    color: #595959;
    margin-top: 15px; }

.m-company-info__head-upd span {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 19px;
    font-size: 11px;
    color: #1A243A; }

.m-company-info__contacts {
    padding: 20px 40px 40px 40px; }

.m-company-info__contacts-title {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000C24;
    margin-bottom: 20px; }

.m-company-info__contacts-title a {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 22px;
    font-size: 15px;
    color: #9A9A9A;
    text-transform: none;
    letter-spacing: normal; }

.m-company-info__contacts-title a:first-child {
    margin-left: 10px; }

.m-company-info__contacts-table {
    width: 100%; }

.m-company-info__contacts-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.m-company-info__contacts-table-row:last-child .m-company-info__contacts-table-cell {
    padding-bottom: 0; }

.m-company-info__contacts-table-cell {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 12px;
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    font-size: 15px;
    color: #979797; }

.m-company-info__contacts-table-cell:first-child {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 15px;
    color: #1A243A; }

.m-company-info__contacts-table-cell a {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    font-size: 15px;
    color: #979797;
    text-decoration: none; }

.m-company-info__about {
    border-right: none !important;
    padding: 70px 40px; }

.m-company-info__about-title {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    font-size: 18px;
    color: #000C24;
    margin-bottom: 25px; }

.m-company-info__about-text {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 15px;
    color: #1A243A;
    margin-bottom: 30px; }

.m-company-info__geo {
    max-width: 320px;
    width: 100%;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    font-size: 12px;
    color: #595959;
    margin-bottom: 20px;
    background-image: url(../images/icon/place_input.svg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px; }

.m-company-info__btn {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    font-size: 15px;
    color: #FFFFFF;
    background: #000C24;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px 8px 20px; }

.m-company-info__btn:hover {
    background: #FF7F00; }

.m-company-info__rating {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 15px;
    padding-right: 30px;
    width: 165px !important;
    border: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5; }

.m-company-info__rating-left {
    border-right: 1px solid #ECECEC;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 9px;
    font-size: 10px;
    text-align: center;
    color: #979797; }

.m-company-info__rating-left span {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 900;
    line-height: 23px;
    font-size: 24px;
    text-align: center;
    color: #979797; }

.m-company-info__rating-right {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    font-size: 12px;
    color: #595959; }

.m-company-info__rating > div {
    padding: 0 10px; }

.m-company-info__rating > div:last-child {
    padding-right: 0; }

@media screen and (max-width: 1199px) {
    .m-company-info {
        -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .m-company-info > div {
        width: 100%;
        border-right: none; }
    .m-company-info__contacts {
        border-bottom: 1px solid #ECECEC;
        padding-bottom: 20px; }
    .m-company-info__about {
        padding: 35px 40px; } }

@media screen and (max-width: 767px) {
    .m-company-info {
        margin-left: 15px;
        margin-right: 15px; }
    .m-company-info__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .m-company-info__head-img {
        margin-right: 0;
        margin-bottom: 20px; }
    .m-company-info__head-helper {
        line-height: normal;
        font-size: 9px;
        letter-spacing: 1px; }
    .m-company-info__head-title {
        line-height: 1;
        font-size: 18px; }
    .m-company-info__head {
        padding: 20px; }
    .m-company-info__rating {
        padding-top: 20px;
        padding-right: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;

        flex-direction: column;
        width: 75px !important; }
    .m-company-info__rating > div {
        padding-left: 0;
        padding-right: 0; }
    .m-company-info__rating-left {
        border-right: 0;
        text-align: right; }
    .m-company-info__rating-left::after {
        content: '';
        display: inline-block;
        width: 30px;
        height: 1px;
        background: #ECECEC;
        margin-bottom: 5px;
        margin-top: 10px; }
    .m-company-info__rating-left span {
        display: block;
        text-align: right; }
    .m-company-info__rating-right {
        line-height: 14px;
        font-size: 9px;
        text-align: right; }
    .m-company-info__contacts {
        padding: 20px; }
    .m-company-info__contacts-title {
        line-height: normal;
        font-size: 11px;
        letter-spacing: 1.5px; }
    .m-company-info__contacts-title a:first-child {
        margin-left: 0; }
    .m-company-info__contacts-title a {
        margin-right: 5px;
        line-height: 19px;
        font-size: 11px;
        letter-spacing: normal;
        margin-top: 10px;
        display: inline-block; }
    .m-company-info__contacts-table-cell:first-child {
        line-height: 22px;
        font-size: 13px; }
    .m-company-info__contacts-table-cell {
        line-height: 21px;
        font-size: 13px; }
    .m-company-info__contacts-table-cell a {
        line-height: 19px;
        font-size: 12px; }
    .m-company-info__about {
        padding: 30px 20px 20px 20px; }
    .m-company-info__about-title {
        line-height: 21px;
        font-size: 15px;
        margin-bottom: 10px; }
    .m-company-info__about-text {
        line-height: 20px;
        font-size: 13px;
        margin-bottom: 15px; }
    .m-company-info__geo {
        line-height: 16px;
        font-size: 11px;
        background-position: left 5px; }
    .m-company-info__btn {
        font-size: 12px;
        padding: 6px 20px 4px 20px; } }

/* табы на странице компании */
.m-tabs_modified {
    position: relative;
    margin-bottom: 40px; }

.m-tabs_modified .m-tabs__nav .m-tab_active a {
    background: #FF7F00;
    color: #fff;
    border-color: #FF7F00; }

.m-tabs_modified .m-tabs__nav li a {
    padding: 13px 20px 12px 20px;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 14px;
    font-size: 15px;
    color: #1A243A;
    border: 1px solid #1A243A;
    border-radius: 2px;
    opacity: 1;
    letter-spacing: normal; }

.m-tabs_modified .m-tabs__nav {
    margin-left: -10px; }

.m-tabs_modified .m-tabs__nav li {
    margin-left: 10px; }

.m-tabs_modified .m-tabs__stage {
    padding: 0;
    border: none;
    margin-bottom: 50px; }

.m-tabs_modified .btn {
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }

.m-tabs_modified .m-tabs__centered {
    text-align: center; }

.m-tabs_modified .m-tabs__link {
    position: absolute;
    right: 0;
    top: 0;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    font-size: 14px;
    text-align: right;
    color: #000C24;
    text-decoration: none; }

.m-tabs_modified .m-tabs__link:hover {
    color: #FF7F00; }

@media screen and (max-width: 1199px) {
    .m-tabs_modified .m-tabs__stage {
        margin-bottom: 40px; } }

@media screen and (max-width: 767px) {
    .m-tabs_modified {
        margin-bottom: 30px; }
    .m-tabs_modified .m-tabs__nav li a {
        line-height: 14px;
        font-size: 12px;
        padding: 10px 10px 7px 10px; }
    .m-tabs_modified .m-tabs__link {
        line-height: 12px;
        font-size: 11px; }
    .m-tabs_modified .m-tabs__centered {
        text-align: left; } }/* поиск на странице компаний */
.m-search_company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }

.m-search_company .m-search__add-btn {
    background: #FF7F00;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 16px 20px; }

.m-search_company .form_search {
    margin-bottom: 0; }

.m-search_company .m-search__result-info {
    border: 1px solid #1A243A;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    font-size: 15px;
    text-align: right;
    color: #1A243A;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.m-search_company .form_search__input::-webkit-input-placeholder {
    line-height: 48px; }

.m-search_company .form_search__input::-moz-placeholder {
    line-height: 48px; }

.m-search_company .form_search__input:-moz-placeholder {
    line-height: 48px; }

.m-search_company .form_search__input:-ms-input-placeholder {
    line-height: 48px; }

@media screen and (max-width: 1199px) {
    .m-search_company .m-search__add-btn {
        line-height: 24px !important;
        padding: 12px 20px; } }

@media screen and (max-width: 767px) {
    .m-search_company {
        -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .m-search_company .m-search__result-info {
        margin-left: 0;
        height: 40px;
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 5px; }
    .m-search_company .m-search__add-btn {
        padding-top: 8px;
        padding-bottom: 8px; }
    .m-search_company .form_search {
        margin-bottom: 5px; }
    .m-search_company .form_search__button {
        margin-left: 5px; }
    .m-search_company .form_search__input::-webkit-input-placeholder {
        line-height: 40px; }
    .m-search_company .form_search__input::-moz-placeholder {
        line-height: 40px; }
    .m-search_company .form_search__input:-moz-placeholder {
        line-height: 40px; }
    .m-search_company .form_search__input:-ms-input-placeholder {
        line-height: 40px; } }

/* таблица компаний */
.m-company-table {
    margin-bottom: 20px; }

.m-company-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #ECECEC; }

.m-company-table__row:last-child {
    border-bottom: none; }

.m-company-table__cell {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 19px;
    font-size: 13px;
    color: #707070;
    padding-bottom: 20px;
    padding-top: 20px; }

.m-company-table__cell a {
    text-decoration: none;
    color: #707070; }

.m-company-table__cell a:hover {
    text-decoration: underline; }

.m-company-table__head {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 13px;
    font-size: 13px;
    color: #1A243A;
    background: rgba(233, 225, 208, 0.139832);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none; }

.m-company-table__head .m-company-table__cell {
    padding-top: 15px;
    padding-bottom: 15px; }

.m-company-table__head .m-company-table__cell:first-child {
    padding-left: 20px; }

.m-company-table__head .m-company-table__cell:last-child {
    padding-right: 20px; }

.m-company-table__name {
    width: 246px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.m-company-table__loc {
    width: 186px; }

.m-company-table__dir {
    width: 118px; }

.m-company-table__sup {
    width: 113px; }

.m-company-table__sup span::before {
    font-size: 10px;
    color: #FF7F00; }

.m-company-table__date {
    width: 117px; }

.m-company-table__img {
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

@media screen and (max-width: 1199px) {
    .m-company-table__cell {
        line-height: 13px;
        font-size: 12px; }
    .m-company-table__head .m-company-table__cell {
        color: #1A243A; } }

@media screen and (max-width: 767px) {
    .m-company-table__wrapper {
        overflow-x: auto;
        margin-right: 0;
        margin-bottom: 30px;
        margin-left: 0;
        padding-left: 15px; }
    .m-company-table__wrapper .m-company-table {
        min-width: 880px;
        max-width: 100%; }
    .m-company-table__wrapper .m-company-table__row_inner {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin: -1px 0; } }

/* dropdown */
.dropdown {
    display: inline-block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    text-align: left;
    outline: none;
    padding-right: 20px; }

.dropdown .select {
    cursor: pointer;
    display: block; }

.dropdown .select span {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    font-size: 20px;
    color: #FF7F00; }

.dropdown .select span i {
    font-style: normal;
    color: #000C24;
    font-weight: normal; }

.dropdown .select img {
    margin-right: 5px; }

.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px; }

.dropdown:active {
    background-color: #f8f8f8; }

.dropdown.active .select > i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.dropdown .dropdown-menu {
    position: absolute;
    width: 200px;
    left: -20px;
    margin-top: 30px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
    z-index: 9;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px; }

.dropdown_cost .dropdown-menu {
    right: 0 !important;
    left: auto !important; }

.dropdown .dropdown-menu li {
    padding: 5px 20px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    font-size: 17px;
    color: #9A9A9A; }

.dropdown .dropdown-menu li i {
    font-style: normal;
    font-weight: normal; }

.dropdown .dropdown-menu {
    padding: 0;
    list-style: none; }

.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2; }

.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2; }

.dropdown .dropdown-menu li.active {
    background-color: #e2e2e2; }

.dropdown-menu__title {
    display: none;
    color: #1E1E1E;
    font-size: 1.6667rem;
    padding: 20px 15px 15px 15px; }

.dropdown-menu__close {
    display: none; }

.dropdown-select-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ff8000 transparent transparent transparent; }

.dropdown.active .dropdown-select-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);

    transform: rotate(180deg); }

@media screen and (max-width: 1199px) {
    .dropdown .select span {
        line-height: 24px;
        font-size: 18px; } }

@media screen and (max-width: 767px) {
    .dropdown .select span {
        line-height: 15px;
        font-size: 16px; } }

/* 4 карточки в ряд */
.m-catalog-card-list_4-in-row .m-catalog-card-list {
    margin-left: -10px;
    margin-bottom: 0; }

.m-catalog-card-list_4-in-row .m-catalog-card {
    width: calc(25% - 10px);
    margin-left: 10px;
    margin-bottom: 10px; }

.m-catalog-card-list_4-in-row {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -10px;
    margin-bottom: 0px; }

.m-catalog-card-list_4-in-row .slick-list {
    padding-right: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
    padding-top: 10px; }

/* без карусели */
.m-catalog-card-list_4-in-row-inner {
    margin: 0;
    margin-bottom: 30px; }

@media screen and (max-width: 1199px) {
    .m-catalog-card-list_4-in-row {
        margin-left: -10px;
        margin-right: -10px; }
    .m-catalog-card-list_4-in-row .slick-list {
        padding-right: 10px;
        padding-left: 0; }
    .m-catalog-card-list_4-in-row .slick-prev, .m-catalog-card-list_4-in-row .slick-next {
        width: 24px;
        height: 24px;
        background-size: 24px;
        top: -60px; }
    .m-catalog-card-list_4-in-row .slick-prev {
        right: 45px; }
    /* без карусели */
    .m-catalog-card-list_4-in-row-inner {
        margin-bottom: -20px;
        margin-left: 0;
        margin-right: 0; }
    .m-catalog-card-list_4-in-row-inner .m-catalog-card {
        width: calc(33.3% - 10px);
        margin-bottom: 10px; } }

@media screen and (max-width: 767px) {
    .m-catalog-card-list_4-in-row {
        margin-left: -15px; }
    .m-catalog-card-list_4-in-row .m-catalog-card {
        width: 228px; }
    .m-catalog-card-list_4-in-row .slick-list {
        padding-left: 15px;
        padding-right: 0; }
    /* без карусели */
    .m-catalog-card-list_4-in-row-inner .m-catalog-card {
        width: 228px; }
    .m-catalog-card-list_4-in-row-inner {
        margin-right: -15px;
        margin-top: -10px;
        margin-left: -5px; }
    /* с каруселью */
    .m-catalog-card-list_4-in-row .js-m-catalog-card-list_4-in-row-inner .slick-list {
        margin-right: 0;
        padding-left: 15px; }
    .m-catalog-card-list_4-in-row .slick-prev,
    .m-catalog-card-list_4-in-row .slick-next {
        position: absolute;
        display: block;
        line-height: 0px;
        font-size: 0px;
        cursor: pointer;
        background: transparent;
        top: -50px;
        padding: 0;
        border: none;
        outline: none;
        z-index: 4;
        width: 24px;
        height: 24px;
        color: #fff;
        background-size: 24px;
        opacity: 0.5; }
    .m-catalog-card-list_4-in-row .slick-prev:hover,
    .m-catalog-card-list_4-in-row .slick-next:hover {
        opacity: 1; }
    .m-catalog-card-list_4-in-row .slick-disabled {
        opacity: 0.5; }
    .m-catalog-card-list_4-in-row .slick-prev {
        right: 45px;
        background-image: url(../images/btn/slider_prev_2.svg); }
    .m-catalog-card-list_4-in-row .slick-next {
        right: 15px;
        background-image: url(../images/btn/slider_next_2.svg); } }

/* список статей на странице товара */
.m-media-article__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ECECEC;
    padding: 40px;
    margin-bottom: 20px; }

.m-media-article__item:last-child {
    margin-bottom: 0; }

.m-media-article__img {
    width: 270px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.m-media-article__title, .m-media-article__title a {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 26px;
    font-size: 18px;
    color: #000C24;
    text-decoration: none; }

.m-media-article__title a:hover {
    color: #FF7F00; }

.m-media-article__teaser {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    font-size: 15px;
    color: #1A243A;
    margin-top: 15px; }

@media screen and (max-width: 1199px) {
    .m-media-article__img {
        width: 200px;
        height: 148px;
        margin-right: 30px; } }

@media screen and (max-width: 767px) {
    .m-media-article__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px; }
    .m-media-article__img {
        margin-right: 0;
        width: 100%;
        height: 160px;
        margin-bottom: 20px; }
    .m-media-article__title, .m-media-article__title a {
        line-height: 21px;
        font-size: 15px; }
    .m-media-article__teaser {
        line-height: 20px;
        font-size: 13px; } }

/* когда в правом aside 2 блока с рекламой */
.m-aside_multi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.m-aside_multi .holder:last-child {
    margin-top: 30px; }

/* компании на странице товара */
.m-company-list_inner {
    margin-bottom: 70px; }

.m-company-list_inner .m-company-list__item span {
    /*position: relative;
    display: block;
    top: auto;
    left: auto;
    margin-top: 10px;
    max-height: 51px;*/
    display: block;
    left: auto;
    margin-top: 25px;
    max-height: 51px;
	}

.m-company-list_inner .m-company-list__item {
    height: auto;
    margin-left: 20px;
    width: calc(16.66% - 20px);
    margin-bottom: 0;
    /*height: 140px;*/
	height: 200px;
	}

.m-company-list_inner .m-company-list__item:hover::before {
    display: none; }

.m-company-list_inner .slick-prev,
.m-company-list_inner .slick-next {
    top: -90px; }

.m-company-list_inner .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

@media screen and (max-width: 1199px) {
    .m-company-list_inner {
        margin-bottom: 30px; }
    .m-company-list_inner .slick-prev, .m-company-list_inner .slick-next {
        top: -70px;
        width: 24px;
        height: 24px;
        background-size: 24px; }
    .m-company-list_inner .slick-prev {
        right: 30px; } }

@media screen and (max-width: 767px) {
    .m-company-list_inner .slick-prev, .m-company-list_inner .slick-next {
        top: -60px; } }

/* фильтр в компаниях */
.pills_modified .pills__item {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 10.4px;
    letter-spacing: 1.04px;
    background: none;
    color: #000C24;
    margin-right: 0px;
    padding: 9px 10px 6px 10px; }

.pills_modified .pills__item_active {
    border-radius: 0;
    color: #FFFFFF;
    background: #1A243A; }

@media screen and (max-width: 1199px) {
    .pills_modified .m-navi__link {
        top: 6px; }
    .pills_modified .pills__item {
        margin-right: 10px; } }

@media screen and (max-width: 767px) {
    .pills_modified {
        margin-bottom: 20px; }
    .pills_modified .pills__item {
        padding: 7px 10px 7px 10px;
        margin-right: 5px;
        margin-bottom: 5px;
        background: #F5F5F5; }
    .pills_modified .pills__item_active {
        background: #1A243A; }
    .pills_modified .m-navi__link {
        position: relative;
        display: block;
        width: 100%;
        top: auto;
        right: auto;
        margin-top: 20px;
        text-align: left;
        line-height: normal;
        font-size: 10px; } }

/* отзывы на страницу купить */
.m-feedback_inner-wrapper {
    position: relative; }

.m-feedback_inner {
    margin-left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px; }

.m-feedback_inner__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border: 2px solid #ECECEC;
    background-color: #fff;
    padding: 40px 40px 40px 30px;
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 0; }

.m-feedback_inner.owl-carousel {
    margin-left: 0; }

.m-feedback_inner .owl-item {
    max-width: 600px; }

.m-feedback_inner .owl-item .m-feedback_inner__item {
    width: 100%;
    margin-left: 0; }

.m-feedback_inner__img {
    width: 160px;
    height: 160px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px; }

.m-feedback_inner__title {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 15px;
    font-size: 15px;
    color: #FF7F00;
    margin-bottom: 10px; }

.m-feedback_inner__helper {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    font-size: 13px;
    color: #979797; }

.m-feedback_inner__teaser {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    font-size: 15px;
    color: #1A243A;
    margin-top: 20px; }

.m-feedback_inner .owl-prev,
.m-feedback_inner .owl-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: -90px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    width: 28px;
    height: 28px;
    color: #fff;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
    opacity: 0.5; }

.m-feedback_inner .owl-prev:hover,
.m-feedback_inner .owl-next:hover {
    opacity: 1; }

.m-feedback_inner .disabled {
    opacity: 0.5; }

.m-feedback_inner .owl-prev {
    right: 35px;
    background-image: url(../images/btn/slider_prev_2.svg) !important; }

.m-feedback_inner .owl-next {
    right: 0;
    background-image: url(../images/btn/slider_next_2.svg) !important; }

@media screen and (max-width: 1199px) {
    .m-feedback_inner .owl-prev,
    .m-feedback_inner .owl-next {
        top: -70px;
        width: 24px;
        height: 24px;
        background-size: 24px !important; }
    .m-feedback_inner .owl-stage-outer {
        margin-right: -30px; }
    .m-feedback_inner .owl-prev {
        right: 30px; }
    .m-feedback_inner__item {
        width: 600px; }
    .m-feedback_inner.owl-carousel .owl-item {
        width: 600px; }
    .m-feedback_inner {
        margin-left: 0;
        margin-right: -30px;
        margin-bottom: 20px; } }

@media screen and (max-width: 767px) {
    .m-feedback_inner .owl-stage-outer {
        margin-right: 0; }
    .m-feedback_inner .owl-prev,
    .m-feedback_inner .owl-next {
        top: -60px; }
    .m-feedback_inner__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 20px 30px 20px;
        margin-bottom: 0; }
    .m-feedback_inner .owl-item {
        max-width: 100%; }
    .m-feedback_inner.owl-carousel .m-feedback_inner__item {
        width: 100%;
        max-width: 767px; }
    .m-feedback_inner {
        margin-left: -20px;
        margin-right: 0; }
    .m-feedback_inner .owl-next {
        margin-right: 0; }
    .m-feedback_inner .owl-prev {
        right: 30px; }
    .m-feedback_inner__img {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px; }
    .m-feedback_inner__helper {
        line-height: 17px;
        font-size: 11px; }
    .m-feedback_inner__teaser {
        margin-top: 10px;
        line-height: 20px;
        font-size: 13px; } }

/* карточка товара */
.m-card-tech__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-left: -20px; }

.m-card-tech__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 28px 30px 28px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.m-card-tech__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    height: 53px;
    padding-left: 30px;
    padding-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.m-card-tech__item {
    width: calc(50% - 20px);
    margin-left: 20px;
    background: rgba(233, 225, 208, 0.139832);
    border: 2px solid #ECECEC;
    margin-bottom: 20px; }

.m-card-tech__list {
    margin-left: -20px; }

.m-card-tech__img-wrapper {
    width: 160px;
    margin-left: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.m-card-tech__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 5;
    width: 160px;
    height: 170px;
	background-size: contain; }

.m-card-tech__img-shadow {
    display: block;
    background: #838383;
    opacity: 0.7;
    position: absolute;
    top: 20px;
    left: 10px;
    width: 140px;
    height: 150px;
    z-index: 1;
    -webkit-box-shadow: 0 0 30px 0 #838383;
    box-shadow: 0 0 30px 0 #838383; }

.m-card-tech__title {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    font-size: 18px;
    color: #000C24;
    margin-bottom: 30px; }

.m-card-tech__title a {
    text-decoration: none;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    font-size: 18px;
    color: #000C24; }

.m-card-tech__char {
    display: table;
    width: 100%; }

.m-card-tech__char-row {
    display: table-row; }

.m-card-tech__char-cell {
    display: table-cell;
    width: 50%;
    padding-bottom: 10px; }

.m-card-tech__char-row:last-child .m-card-tech__char-cell {
    padding-bottom: 0; }

.m-card-tech__char-cell:nth-child(even) {
    padding-left: 20px;
    width: 185px; }

.m-card-tech__char-left {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 15px;
    color: #1A243A; }

.m-card-tech__char-right, .m-card-tech__char-right a {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    font-size: 15px;
    color: #979797; }

.m-card-tech__cost {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 20px;
    color: #000C24;
    margin-right: auto; }

.m-card-tech__cost span {
    font-weight: bold;
    line-height: 24px;
    font-size: 20px;
    color: #FF7F00; }

.m-card-tech__group-button {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

.m-card-tech__group-button a {
    text-decoration: none;
    border-right: 1px solid #ECECEC;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.m-card-tech__group-button a:last-child {
    border: none; }

.m-card-tech__group-button .icon-icon-cart::before {
    font-size: 19px;
    color: #9A9A9A;
    display: block; }

.m-card-tech__group-button .icon-icon-dif::before {
    font-size: 14px;
    color: #9A9A9A;
    display: block; }

.m-card-tech__group-button .icon-icon-star::before {
    font-size: 22px;
    color: #9A9A9A;
    display: block; }

.m-card-tech__group-button a:hover span::before {
    color: #FF7F00; }

.m-card-tech__group-button .active span::before {
    color: #FF7F00;
}

@media screen and (max-width: 1199px) {
    .m-card-tech__list {
        margin-bottom: -20px; }
    .m-card-tech__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 20px; }
    .m-card-tech__img-wrapper {
        margin-left: 0;
        margin-bottom: 20px;
        width: 100%; }
    .m-card-tech__img {
        height: 160px;
        width: 100%; }
    .m-card-tech__title, .m-card-tech__title a {
        line-height: 23px;
        font-size: 15px; }
    .m-card-tech__title {
        margin-bottom: 15px; }
    .m-card-tech__char-left, .m-card-tech__char-right, .m-card-tech__char-right a {
        line-height: 22px;
        font-size: 13px; }
    .m-card-tech__char-cell {
        padding-bottom: 5px; }
    .m-card-tech__cost, .m-card-tech__cost span {
        line-height: 24px;
        font-size: 18px; }
    .m-card-tech__bottom {
        padding-left: 20px; }
    .m-card-tech__img-shadow {
        width: calc(100% - 20px);
        height: 140px; } }

@media screen and (max-width: 767px) {
    .m-card-tech__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0; }
    .m-card-tech__item {
        margin-left: 0;
        width: 100%;
        background: #fff;
        border: none;
        margin-bottom: 40px; }
    .m-card-tech__top {
        padding: 0;
        padding-bottom: 20px; }
    .m-card-tech__bottom {
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid #ECECEC;
        height: auto;
        padding-top: 12px;
        padding-bottom: 12px;
        overflow: hidden; }
    .m-card-tech__cost, .m-card-tech__cost span {
        line-height: 15px;
        font-size: 16px; }
    .m-card-tech__group-button a {
        margin-top: -20px;
        margin-bottom: -20px; }
    .m-card-tech__group-button .icon-icon-cart::before {
        font-size: 16px; }
    .m-card-tech__group-button .icon-icon-star::before {
        font-size: 19px; }
    .m-card-tech__spec {
        width: 100%; }
    .m-card-tech__item:last-child {
        margin-bottom: 30px; } }

/* pills */
.pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative; }

.pills__item {
    background: #1A243A;
    border-radius: 5px;
    font-family: "HelveticaNeueCyr";
    font-style: normal;
    font-weight: bold;
    line-height: 16px;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 20px 8px 20px;
    display: block;
    text-decoration: none;
    margin-right: 20px;
    margin-bottom: 20px; }

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

.pills-wrapper .pills {
    margin-right: auto; }

.pills-wrapper .pills-right-content {
    margin-left: auto; }

@media screen and (max-width: 767px) {
    .pills {
        margin-left: 15px;
        margin-right: 15px; }
    .pills__item {
        line-height: 10px;
        font-size: 10px;
        padding: 8px 10px 7px 10px;
        border-radius: 0; }
    .pills .m-navi__link {

        display: none; }
    .pills-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px; }
    .pills-wrapper .pills {
        margin-right: 0; }
    .pills-wrapper .pills-right-content {
        margin-left: 15px;
        margin-right: 15px; } }

/* поиск в каталоге */
.m-search_modified {
    border: 0;
    padding: 0;
    margin-bottom: 20px; }

.m-search_modified .form_search__input {
    border: 1px solid #CACACA;
    padding-left: 20px;
    background: none;
    line-height: 44px;
}

.m-search_modified .form_search__input::-webkit-input-placeholder {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    font-size: 15px;
    color: #595959; }

.m-search_modified .form_search__input:-moz-placeholder {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    font-size: 15px;
    color: #595959; }

.m-search_modified .form_search__input::-moz-placeholder {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    font-size: 15px;
    color: #595959; }

.m-search_modified .form_search__input:-ms-input-placeholder {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    font-size: 15px;
    color: #595959; }

.m-search_modified .form_search__button {
    width: 102px;
    margin-left: 10px;
    background: #000C24; }

@media screen and (max-width: 1199px) {
    .m-search_modified .form_search__input::-webkit-input-placeholder {
        line-height: 48px; }
    .m-search_modified .form_search__input:-moz-placeholder {
        line-height: 48px; }
    .m-search_modified .form_search__input::-moz-placeholder {
        line-height: 48px; }
    .m-search_modified .form_search__input:-ms-input-placeholder {
        line-height: 48px; }
    .m-search_modified .form_search {
        margin-bottom: 0; } }

@media screen and (max-width: 767px) {
    .m-search_modified {
        margin-left: 15px;
        margin-right: 15px; }
    .m-search_modified .form_search__button {
        position: relative;
        background-image: none;
        line-height: 11px;
        font-size: 13px;
        width: 100px;
        height: 40px;
        top: auto;
        left: auto;
        margin-top: 0 !important; }
    .m-search_modified .form_search__button:hover {
        background-color: #FF7F00; }
    .m-search_modified .form_search__input {
        height: 40px;
        font-size: 11px;
        font-family: "Gotham Pro";
        font-style: normal;
        font-weight: 500;
        width: calc(100% - 120px); }
    .m-search_modified .form_search__input::-webkit-input-placeholder {
        line-height: 22px !important;
        font-size: 11px;
        font-family: "Gotham Pro";
        font-style: normal;
        font-weight: 500; }
    .m-search_modified .form_search__input:-moz-placeholder {
        line-height: 22px !important;
        font-size: 11px;
        font-family: "Gotham Pro";
        font-style: normal;
        font-weight: 500; }
    .m-search_modified .form_search__input::-moz-placeholder {
        line-height: 22px !important;
        font-size: 11px;
        font-family: "Gotham Pro";
        font-style: normal;
        font-weight: 500; }
    .m-search_modified .form_search__input:-ms-input-placeholder {
        line-height: 22px !important;
        font-size: 11px;
        font-family: "Gotham Pro";
        font-style: normal;
        font-weight: 500; } }


/* табы */
.m-tabs {
    margin-bottom: 60px; }

.m-tabs__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -40px; }

.m-tabs__nav li:first-child a {
    border-right: 0;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px; }


.m-tabs__nav .m-tab_active a {
    color: #FF7F00;
    opacity: 1; }

.m-tabs__nav a {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000C24;
    opacity: 0.3;
    text-decoration: none; }

.m-tabs__nav a:hover {
    color: #FF7F00; }

.m-tabs__nav li {
    float: left;
    margin-left: 40px; }

.m-tabs__stage {
    border: 2px solid #ECECEC;
    clear: both;
    position: relative;
    top: 20px;
    padding: 50px 40px 30px 40px; }

.m-tabs__title {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: bold;
    line-height: 29px;
    font-size: 22px;
    color: #000C24;
    margin-bottom: 20px; }

.m-tabs__content {
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    font-size: 15px; }

.m-tabs__content ul li {
    position: relative;
    list-style: none;
    padding-left: 15px;
    font-family: "KazimirText";
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    font-size: 15px;
    color: #595959;
    margin-bottom: 10px; }

.m-tabs__content ul li:last-child {
    margin-bottom: 0; }

.m-tabs__content ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #FF7F00;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 100%; }

@media screen and (max-width: 1199px) {
    .m-tabs__stage {
        padding: 40px 30px 30px 30px; }
    .m-tabs__title {
        line-height: 24px;
        font-size: 17px;
        margin-bottom: 10px; } }

@media screen and (max-width: 767px) {
    .m-tabs {
        margin-left: 15px;
        margin-right: 15px; }
    .m-tabs__nav {
        margin-left: 0;
        margin-right: -15px; }
    .m-tabs__nav li {
        margin-left: 20px; }
    .m-tabs__stage {
        padding: 30px 20px 20px 20px; }
    .m-tabs__content ul li {
        line-height: 20px;
        font-size: 13px; }
    .m-tabs__title {
        line-height: 21px;
        font-size: 15px; }
    .m-tabs__nav a {
        line-height: 9px;
        font-size: 10px;
        letter-spacing: 1px;
        opacity: 1; } }


/* подписка на странице компаний */
.m-subscribe_inner {
    width: 100%;
    margin-bottom: 0; }

.m-subscribe_inner .form_subscribe {
    width: 400px; }

.m-subscribe_inner .flx_subscribe {
    padding-right: 130px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec; }

.m-subscribe_inner .name {
    font-size: 19px;
    line-height: 25px; }

@media screen and (max-width: 767px) {
    .m-company-table__wrapper .m-company-table .m-subscribe_inner {
        border: 2px solid #1A243A;
        border-left: 0;
        max-width: 305px; }
    .m-company-table__wrapper .m-subscribe .flx_subscribe {
        padding-right: 25px;
        padding-bottom: 25px;
        border-right: 0; }
    .m-company-table__wrapper .m-subscribe .name p {
        line-height: 21px;
        font-size: 18px; }
    .m-company-table__wrapper .m-subscribe .name p:last-child {
        font-size: 10px;
        line-height: 1;
        margin-top: 10px; }
    .m-company-table__wrapper .m-subscribe_inner .form_subscribe {
        max-width: 100%; } }
.m-registration-important {
    background-color: #1A243A !important;
    border: solid 10px #1A243A !important;
    -webkit-box-shadow: inset 0 0 0 2px rgb(255 255 255 / 20%) !important;
    box-shadow: inset 0 0 0 2px rgb(255 255 255 / 20%) !important;
    color: #fff !important;
    padding: 40px 30px !important;
}

/* информация о маркете на главной странице */
.m-market_id {
    margin-bottom: -40px; }

.m-market_id .btn {
    display: inline-block; }

@media screen and (max-width: 1199px) {
    .m-market_id {
        margin-bottom: -40px;
        margin-left: -30px;
        margin-right: -30px; }
    .m-market_id .holder {
        display: none; }
    .m-market_id .col_left {
        padding-left: 30px; } }

@media screen and (max-width: 767px) {
    .m-market_id {
        margin-bottom: -20px;
        margin-left: 0;
        margin-right: 0; }
    .m-market_id .col_left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        padding: 0 15px 10px 15px;
        border-right: 0;
        border-bottom: 1px solid #e1e0df; }
    .m-market_id .col_right {
        padding: 20px 0; }
    .m-market_id .announcement {
        width: 100%; }
    .m-market_id .announcement .thumb {
        width: 175px; }
    .m-market_id .announcement .all {
        text-align: left;
        float: left;
        margin-left: 15px;
        margin-top: 12px; }
    .m-market_id .announcement .btn_2 {
        float: left;
        width: 175px; }
    .m-market_id .bottom p:first-child::before {
        content: '';
        width: 30px;
        height: 2px;
        display: block;
        margin-bottom: 20px;
        background-color: #FF7F00; }
    .m-market_id .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
    .m-market_id .wrap {
        border-top: none; }
    .m-market_id .flx {
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }


/*----------------------------------------------------------*/
table.grayStripes {
    margin-bottom: 25px;
    background-color: #fff;
    border-collapse: collapse;
    width: 100%;
}
table.grayStripes tr:nth-child(2n+2) {
    background-color: rgba(238, 238, 238, 0.42);
}
table.grayStripes tr:hover {
    background-color: rgba(238, 238, 238, 0.8);
}
table.grayStripes th {
    background-color: #f5f5f5;
    padding: 15px 10px;
    border: 1px solid #fff;
}
table.grayStripes th p {
    margin-bottom: 0;
}
table.grayStripes td {
    padding: 10px;
    border: 1px solid #fff;
}
table.grayStripes td p {
    margin-bottom: 0;
}
/*----------------------------------------------------------*/