.l-page-account__order-heading.heading_account-last-order {
    float: right;
}

.management-urls {
    margin-top: 5px;
    margin-bottom: 5px;
}

.account-module-link {
    display: block;
    /*margin-bottom: 5px;*/
}

#orderForm {
    margin-bottom: 30px;
}

.dl__title,
.dl__text {
    font-size: 14px;
}

.subcats__list {
    margin: 0 0 0 -6px;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.subcats__item {
    display: inline-block;
    margin-bottom: 10px;
}

.subcats__link {
    font-size: 12px;
    display: block;
    padding: 5px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 6px;
    color: #515151;
}

.btn-promocode {
    float: right !important;
}

.user-balance {
    font-weight: bold;
}

.user-balance p {
    font-size: 18px;
}

.user-balance input {
    width: 20%;
    text-align: center;
}

.order-amount {
    margin-top: 10px;
    display: block;
    font-size: 18px;
    color: #2b2b2b;
}

.site-menu {
    width: 100%;
}

.site-menu:not(.mm-menu) .site-menu__l1 {
    float: right;
}

.mm-menu .sign-in__btn {
    display: block;
    margin: auto;
}

.mm-menu .icon-avatar {
    color: #f2f2f2;
}

.site-menu__l2 {
    z-index: 1;
}

.recreate-link .btn {
    margin-top: 10px;
}

.l-page-cart__submit,
.l-page-cart__clear {
    width: 25% !important;
}

.l-page-cart__clear {
    text-align: -webkit-center;
}

@media screen and (min-width: 992px) {
    .l-page-cart__total {
        min-width: 20%;
        max-width: 25%;
        width: auto !important;
    }
}

.stronglink-breadcrumb li:last-child a {
    color: #0a0a0a;
}

/*.l-page-cart__submit {*/
/*width: 30% !important;*/
/*}*/

.promocode {
    width: 25%;
    display: inline-block;
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.l-page-cart__footer-wrapper {
    padding-right: 0 !important;
    width: 100% !important;
}

.no-discount {
    font-size: 24px;
    color: #d52b2b;
    font-weight: 700;
    display: block;
    white-space: nowrap;
}

.product-size-control__table {
    width: 100%;
}

/**order */

.page-heading_mod_sup-decor-line.cart-header::before {
    border: none;
}

.order-tabs {
    width: 100%;
}

.order-tabs-content {
    margin-top: 20px;
}

.order-tabs-content .tab-pane.active {
    display: block;
}

.order-tabs-content .tab-pane {
    display: none;
}

.link-order-tabs {
    height: 50px;
}

.order-radio-block {
    width: 100% !important;
}

.order-radio-label {
    width: 40%;
    display: inline-block;
}

div.field-orderform-paymentmethodform-po_number,
div.field-orderform-paymentmethodform-bonus_amount {
    display: inline-block;
}

.po-number-hide-item,
.user-requisites-item {
    display: none;
}

.no-pointer {
    cursor: none;
}

.download-bill {
    display: block;
    width: 100%;
    padding: 15px 10px;
    background-color: #d3d3d3;
    text-align: center;
}

.payment-type-desc {
    margin-top: 10px;
    font-size: 12px;
    display: block;
}

#paymentTab .help-block-error {
    position: absolute;
}

.order-btn-block {
    margin-top: 20px;
    margin-bottom: 20px;
}

.order-list-block {
    margin-top: 10% !important;
}

.order-list-front {
    width: 100% !important;
}

.fault-description {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.bonus-balance {
    font-size: 18px;
}

.product-size-control__table tr {
    height: 58px;
}

.help-block-error {
    font-size: 14px;
}

.delivery-text {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.delivery-city,
.delivery-street,
.delivery-house,
.delivery-address {
    display: inline-block;
}

.delivery-city,
.delivery-street,
.delivery-house {
    font-weight: bold;
}

.l-page__header-left {
    width: 95px;
    height: 78px;
    position: relative;
}

.l-page__header-left .site-logo__image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 193px;
    max-height: 78px;
}

@media (max-width: 767px) {
    .l-page__header-left .site-logo__image {
        transform: translate(-50%, -50%);
    }
}

.l-page-orders__list-item.order {
    margin-bottom: 10px;
}

.carousel-slider .slick-dots {
    display: block;
    margin: 5px 0 0;
    padding: 10px 0;
    list-style: none;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
}

@media (max-width: 767px) {
    .carousel-slider .slick-dots {
        position: relative;
        text-align: center;
        bottom: 0;
    }
}

.carousel-slider .slick-dots > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.carousel-slider .slick-dots button {
    display: block;
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 0 none;
    background-color: #ccc;
}

.carousel-slider .slick-dots .slick-active button {
    background-color: #d52b2b;
}

/** order */
@media (max-width: 767px) {
    .l-page-cart__submit,
    .promocode,
    .l-page-cart__total,
    .l-page-cart__clear {
        width: 100% !important;
    }
}

form .required label:after {
    content: '*';
    color: #dc0a1e;
}

/** add to cart */

.catalog-product .catalog-product__title {
    height: 65px;
    display: block;
    overflow: hidden;
}

.catalog-product .catalog-product__footer {
    margin-top: 5px;
}

.catalog-product__footer .catalog-product__add-to-cart {
    position: inherit;
}

.catalog-product_add-to-cart-submit {
    border: 0 none;
    width: 45px;
    height: 50px;
    border-radius: 100%;
    display: block;
    padding: 0;
    color: #00b9f2;
    position: relative;
    z-index: 2;
    background-color: white;
}

.catalog-product__footer {
    position: relative;
}

.catalog-product__add-to-cart-collapse {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.catalog-product__add-to-cart-collapse > input {
    position: absolute;
    height: 40px;
    width: 160px;
    margin-right: 12px;
    padding: 0 10px;
    border-radius: 0;
    border: 1px solid #c8c7c7;
    margin-top: 5px;
    right: 0;
    z-index: 1;
}

.catalog-product__add-to-cart-collapse-table {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: white;
    z-index: 1;
    width: 100%;
}

.catalog-product__add-to-cart-collapse-table table {
    width: 100%;
    text-align: left;
}

.catalog-product__add-to-cart-collapse-table .catalog-product_add-to-cart-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: transparent;
}

.catalog-product__add-to-cart-collapse-table table th {
    padding: 5px;
    font-size: 12px;
    border: 1px solid #d8d8d8;
}

.catalog-product__add-to-cart-collapse-table table td {
    padding: 5px;
    font-size: 12px;
    border: 1px solid #d8d8d8;
}

.catalog-product__add-to-cart-collapse-table table td:first-child {
    font-size: 15px;
    text-decoration: underline;
    width: 17%;
}

.catalog-product__add-to-cart-collapse-table table td:nth-child(2) {
    width: 28%;
}

.catalog-product__add-to-cart-collapse-table .bottom-box {
    height: 50px;
    border: 1px solid #d8d8d8;
    padding: 16px;
    text-align: right;
    padding-right: 75px;
}

/*@media screen and (min-width: 1200px) {*/
.catalog-product__image-wrapper {
    background-color: white;
    min-height: 262.5px;
    position: relative;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #d3d3d3;
}

.catalog-product .catalog-product__image {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: inherit;
}

/*}*/

.cart-item__amount .help-block-error {
    text-align: center;
    font-size: 13px;
}

/* item card remake */

.product-params {
    margin: 0 -10px;
}

.product-params__item {
    width: 50%;
    padding: 0 10px;
    margin-top: 10px;
    float: left;
}

.product-params__item-wrapper {
    border: 1px solid #ccc;
}

.product-params__item-title {
    padding: 4px 15px;
    background-color: #fafafa;
    font-weight: 700;
}

.product-params__item-data {
    padding: 4px 15px;
}

.l-page-product__params .nav.nav-tabs {
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

.l-page-product__params .nav.nav-tabs > li {
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 0 none;
    background-color: transparent;
    margin: auto;
}

.l-page-product__params .nav.nav-tabs > li:first-child {
    margin-left: 0;
}

.l-page-product__params .nav.nav-tabs > li:last-child {
    margin-right: 0;
}

.l-page-product__params .nav.nav-tabs > li.active {
    padding-top: 2px;
    margin-top: -2px;
    position: relative;
    z-index: 1;
}

.l-page-product__params .nav.nav-tabs > li > a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: transparent;
    display: inline-block;
    padding: 10px 6px;
    margin-right: 0;
    border: 0 none;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    color: #515151;
}

.l-page-product__params .nav.nav-tabs > li.active > a {
    border: 0 none;
    border-bottom: 3px solid #00b9f2;
}

.l-page__footer-wrapper {
    background-color: #f6f4f6;
}

.l-page-product__wrapper > .l-page-product__params {
    margin: 0;
}

.l-page-product__params .table_size_sm {
    margin: 0;
}

.l-page-product__description > .product__description {
    font-size: 16px;
    margin-bottom: 0;
}

footer.l-page__footer {
    margin-top: 10px;
}

.l-page__shaded {
    background-color: #f6f4f6;
    padding-bottom: 40px;
}

.l-page-product.product {
    padding-bottom: 0;
}

.l-page-product .l-page-product__carousel-products {
    padding-top: 10px;
    margin-top: 40px;
}

.order__item img {
    max-width: 100%;
}

.product__preview img.img-responsive {
    margin: auto;
}

/** news */

.news-item-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.news-item-created-at {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.news-item-image {
    /*width: 240px;*/
    width: 100%;
    height: 260px;
    position: relative;
}

.news-item-image img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.news-item-preview {
    margin-bottom: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-item-more {
    cursor: pointer;
}

.news-item {
    margin-bottom: 30px
}

.news-item-text p img {
    max-width: 100%;
}

/** end news */

.l-page-cart__footer .cart-total {
    min-height: 57px;
    height: inherit;
}

.product-order-image {
    position: relative;
}

.ribbon-green {
    font: bold 15px Sans-Serif;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #BFDC7A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
    background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #0b0b0b;
    font-weight: 700;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.ribbon-wrapper-green {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}
