.menu .menu-banner{
    width: 250px;
    height: 300px;
    margin: 0 auto;
    z-index: 999;
    position: relative;
}
.menu .menu-banner img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.menu .menu-copyright{
    font-size: 12px;
    width: 250px;
    position: fixed;
    bottom: 10px;
    left: 25px;
    z-index: 1;
}
.m-item.menu_item-right{
	width: 100%;
}
input.download_chkbx{
    display: block;
    appearance: auto;
}
.download_chkbx_wrap{
    position: absolute;
    top: calc(50% - 8px);
    left: 5px;
}
.footer-item_left .file_download{
    background-color: #ffcd00;
    border: 1px solid #ffcd00;
    width: auto;
    margin: 0 0 10px 0;
}
.footer-item_left .file_download:hover{
    color: #ffcd00;
    background: transparent;
}
.footer-item_left .loader{
    margin-bottom: 10px;
}
.item-box .item-box__text.second{
    margin-left: 40px;
}
@media screen and (max-height: 850px){
    .menu_item{
        height: 67px;
    }
}
.coupons {
    width: 400px;
    margin-right: 130px;
    font-size: 14px;
}
.coupons__title {
    font-size: 18px;
    font-weight: bold;
    color: #484747;
}
.coupons__empty {
    margin-top: 5px;
    font-size: 16px;
}
.coupons__list {
    margin-top: -8px;
    padding-top: 10px;
}
.coupons__list .coupons__item:nth-child(n+6) {
    display: none;
}
.coupons__list.-active .coupons__item:nth-child(n+6) {
    display: block;
}
.coupons__item {
    margin-top: 8px;
}
.coupons__item span {
    display: inline-block;
    width: 245px;
    vertical-align: middle;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.coupons__item a {
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #1a1919;
}
.coupons__button {
    margin-top: 12px;
}
.coupons__winner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.coupons__winner-icon {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84px;
    flex: 0 0 84px;
    max-width: 84px;
    height: 84px;
    margin-right: 20px;
    background: #FFCD00;
    border-radius: 50%;
}
.coupons__winner-icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.coupons__winner-text {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}
.coupons__winner-title {
    line-height: 22px;
    font-weight: 500;
    font-size: 16px;
    color: #484747;
}
.coupons__winner-name {
    margin-top: 10px;
    line-height: 22px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}
.coupons__winner-coupon {
    margin-top: 6px;
    word-wrap: break-word;
    word-break: break-all;
}
.coupons__container {
    margin-top: 20px;
}
.coupons__more {
    margin-top: 10px;
}
.coupons__more-btn {
    display: inline-block;
    line-height: 18px;
    border-bottom: 1px dashed;
    transition: border-bottom-color 300ms;
    cursor: pointer;
    user-select: none;
}
.coupons__more-btn::before {
    content: 'Показать все';
}
.coupons__more-btn.-active::before {
    content: 'Свернуть';
}
.coupons__more-btn:hover {
    border-bottom-color: transparent;
}
.sale {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
    padding-top: 40px;
}
.sale::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: #F1F1F2;
}
.sale__left,
.sale__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.sale__left {
    padding-right: 50px;
}
.sale__right {
    padding-left: 50px;
}
.sale__right img {
    max-width: 100%;
}
.html-format p {
    padding-top: 12px;
}
.html-format p:first-child {
    padding-top: 0;
}
.html-format h1,
.html-format h2,
.html-format h3,
.html-format h4,
.html-format h5,
.html-format h6 {
    padding-top: 24px;
}
.html-format h1:first-child,
.html-format h2:first-child,
.html-format h3:first-child,
.html-format h4:first-child,
.html-format h5:first-child,
.html-format h6:first-child {
    padding-top: 0;
}
.html-format a {
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #000;
}
.fs-12 {
    font-size: 12px;
}
.link-dashed {
    border-bottom: 1px dashed;
    -webkit-transition: 300ms border-bottom-color;
    -o-transition: 300ms border-bottom-color;
    transition: 300ms border-bottom-color;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.link-dashed:hover {
    border-bottom-color: transparent;
}
.form-group.-margin-sm {
    margin-bottom: 22px;
}
.content-wrap.-margin-top-negative {
    margin-top: -10px;
}
.popup_feedback--text.-without-indent {
    margin-bottom: 0;
}
.js-sms-code-after-send,
.js-sms-code-after-send-timer {
    display: none;
}
.wrapper {
    padding: 0 15px;
}
.p-header.-window-height {
    min-height: calc(100vh - 130px);
}
.margin-top-xs {
    margin-top: 5px;
}
.counter {
    width: 265px;
    height: 182px;
    margin-right: 80px;
    padding-top: 20px;
    background: url(/images/counter-bg.svg) center center;
    background-size: cover;
}
.counter__title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.tracking-page .form-group{
    width: auto;
}
.tracking-page .search_railway{
    width: auto;
}
.tracking-page .wagon-group{
    width: 330px;
}
.no-data-table{
    margin: 15px 0;
    font-size: 14px;
}
#tracking_table .t__row{
    cursor: default;
    box-shadow: none;
}
.track .c__item.c-title{
    font-weight: bold;
}
.track .c__item{
    max-width: 10%;
    line-height: 15px;
}
.track .c__item.c-long{
    max-width: 20%;
}
.track .c__item.c-med{
    max-width: 15%;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
    height: 100%;
    background-color: unset;
}
.representative{
    padding-bottom: 10px;
}
.representative .table_button{
    margin: 0 0 15px 0;
}
#representative_form .download_chkbx{
    display: inline-block;
    vertical-align: bottom;
}
.remove_user{
    font-size: 35px;
    color: #ff0000;
    cursor: pointer;
}
.update_user{
    width: 30px;
    height: 30px;
    background: url(/local/templates/lk/src/images/edit.png) no-repeat center;
    cursor: pointer;
}
.t__row.representative_item:hover{
    cursor: unset;
}
.p-header__title{
    cursor: unset;
}
.close_panel{
    cursor: pointer;
    color: #a0a0a0;
    font-size: 50px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -40px;
    top: 0;
    line-height: 40px;
    background: #fff;
    text-align: center;
    box-shadow: -4px 0 6px 0 rgb(0 0 0 / 20%);
}
.download_all_deal_docs{
    position: relative;
}
.loader-deal-docs{
    position: absolute;
    left: 10px;
    top: -5px;
}
.popup_notice a{
    color: #1a1919;
}
.popup_notice p{
    margin-bottom: 15px;
}
.popup_notice{
    max-width: 600px;
}
.popup-new-cabinet {
    max-width: 1094px;
    padding: 40px 20px 20px 20px;
}
.popup-new-cabinet .popup__title {
    padding: 0 0 0 20px;
    margin-right: 30px;
    margin-bottom: 16px;

    font-size: 28px;
    line-height: 36px;
}
.popup-new-cabinet .custom-slider {
    position: relative;
    overflow: hidden;
    transition: 500ms;
    height: 400px;
}
.popup-new-cabinet .custom-slider__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 24px;

    -webkit-transition: 500ms;

    -o-transition: 500ms;

    transition: 500ms;
}
.popup-new-cabinet .custom-slider__item {
    min-width: 100%;
    padding: 0 20px;
}
.popup-new-cabinet .custom-slider__item img {
    max-width: 100%;

    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}
.popup-new-cabinet .custom-slider__control {
    position: absolute;
    top: 66px;
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 96px;
    padding: 28px 0;
}
.popup-new-cabinet .custom-slider__control-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 28px;
}
.popup-new-cabinet .custom-slider__control-dots-item {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background-color: #d1d1d1;
    border-radius: 50%;
    -webkit-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
    cursor: pointer;
}
.popup-new-cabinet .custom-slider__control-dots-item::after {
    content:'';
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    top: -8px;
    right: -8px;
}
.popup-new-cabinet .custom-slider__control-dots-item.active {
    background-color: #FFCD00;
}
.popup-new-cabinet .custom-slider__item-text {
    overflow: hidden;
    height: 66px;
    margin-bottom: 96px;
}
.popup-new-cabinet .custom-slider__control-btn {
    min-width: 120px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #FFCD00;
    border-radius: 3px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup-new-cabinet .custom-slider__tablet-img,
.popup-new-cabinet .custom-slider__mobile-img {
    display: none;
}
.popup-new-cabinet .close-cross {
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 10;
}
.popup-new-cabinet .close-cross img {
    padding: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.credit_wrap.bonus-page{
    margin-top: 25px;
}
.credit_wrap .title{
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #484747;
    margin-bottom: 13px;
}
@media screen and (min-width: 1280px) and (max-width: 1700px){
    .header-search{
        width: 300px;
    }
}
.project-bar {
    margin-top: 9px;
    width: 300px;
    height: 8px;
    background: #E5E5E5;
    border-radius: 30px;
}
.project-percent {
    height: 8px;
    background-color: #FFCD00;
    border-radius: 6px;
    position: relative;
    width: 0;
    -webkit-transition: 500ms linear;
    -o-transition: 500ms linear;
    transition: 500ms linear;
}
.project-percent::before {
    content: attr(percent);
    position: absolute;
    right: 0px;
    left: 0px;
    padding: 1px 0px;
    color: #ffffff;
    font-size: 15px;
    border-radius: 25px;
    font-weight: bold;
    width: 20px;
    margin: 0px auto;
}
.credit__inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 23px 23px 21px 25px;
    -webkit-box-shadow: 0px 5px 30px rgba(223, 223, 223, 0.4);
    box-shadow: 0px 5px 30px rgba(223, 223, 223, 0.4);
    border-radius: 5px;
}
.credit__main-info {
    margin-right: 60px;
}
.credit__number {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #107143;
}
.credit__number.-limit{
    color: #D2002E;
}
.credit__number-text {
    display: inherit;
    font-size: 15px;
    line-height: 15px;
    color: #A3A3A3;
}
.project-numbers__item:last-child .credit__number-text {
    text-align: right;
}
.project-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.project-numbers__item-number {
    display: inline-block;
    margin-top: 19px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #474747;
}
.project-numbers__item-number.yellow {
    color: #F2C300;
}
.menu_item img {
    max-width: 100%;
}
.p-header__content a {
	max-width: 194px;
	width: 100%;
}
@media (min-width: 1199px) {
	.main-wrap .menu {
		min-width: 260px;
	}
	.menu_item .logo-img {
		max-width: 350px;
		width: 100%;
	}
}