.friday-header {
  background-image: url("../img/contacts-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.friday-header .title {
    margin: 0;
    padding: 100px 0;
    text-align: center;
    font-size: 36px;
    line-height: 1;
    color: #fff;
}
@charset "UTF-8";
.mark {
    left: 0!important;
    writing-mode: horizontal-tb!important;
    right: initial!important;
    display: inline-block!important;
	position: absolute;
    top: 10px;
    right: 27px;
    z-index: 1;
    display: block;
    width: auto;
    padding: 5px 4px 6px 5px;
    /* padding-bottom: 6px; */
    text-transform: uppercase;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    font-size: 11px;
    font-family: "TondoCorp-Bold", sans-serif;
    line-height: 1;
    color: #fff;
    background-color: #25bac8;
}

.mark:after {
	    position: absolute;
    top: 0;
    right: -9px;
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 0px;
    border-right-width: 9px;
    border-top: 22px solid #25bac8;
}
.specialnav > .row > .catalog-nav-top{
	border-bottom:0 !important;
	border-top: 1px solid #e6e6e6;
	    padding-top: 30px;
}
.specialnav > .row > .catalog-nav-top > ul > li > a{
	font-weight:bold !important;
}
.mark-sale {
	background-color: #e42343;
}

.mark-sale:after {
	border-top-color: #e42343;
}
.mark-friday {
	background-color: #1d2e37;
	/*top: 36px;*/
}

.mark-friday:after {
	border-top-color: #1d2e37;
}

.mark-sale.mark--large {
    font-size: 16px;
}

.mark-sale.mark--goods {
    left: 100px !important;
}

.mark-sale.mark-sale--black {
    background-color: #000;
}

.mark-sale.mark-sale--black:after {
    border-top-color: #000;
}

.mark-sale.mark-sale--red {
  background-color: #e42343;
}

.mark-sale.mark-sale--red:after {
  border-top-color: #e42343;
}