@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap');

.cashier_area {
    margin-top: 70px;
}

h1 {
    font-family: Montserrat;
    font-weight: 900;
}

 .cashier_area .layer_top > div {
    border-bottom: none;
    margin: 0 10px;
}

.cashier_area .category_line.contents, .cashier_area .category_header {
         background: none;
		border: none;
		padding-left: 60px;
 }
 
.cashier {
    background-image: linear-gradient(180deg, #15161D 0%, rgba(16, 17, 23, 0.93) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 0 85px;
}

.main_sli {
    display: none;
}

.hero__title-clone {
    left: 50%;
    transform: translateY(-50%);
    top: 0;
}

.cashier_area .category_line.contents,
.cashier_area .category_header {
    background: none;
    border: none;
}

.cashier_area .category_header {
    color: #fff;
    margin-top: 30px;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cashier_area .category_header_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cashier_area .category_header span,
.cashier_area .category_header h2 {
    font-family: Montserrat;
    font-weight: 900;
    margin-right: 1em;
    display: inline-block;
}

.cashier_area .category_header h2 {
    position: relative;
    padding-left: 60px;
    border-left: 30px solid #09090b;
    line-height: 90px;
    height: 90px;
}

.cashier_area .category_header h2:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ffc046;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
}

.cashier_area .category_header a {
    color: #FFC046;
    float: right;
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
}

.cashier_area .layer_bottom,
.cashier_area .layer_top  {
    display: flex;
    justify-content: space-around;
}

.category_line {
    position: relative;
    margin-top: 1em;
}

.category_line:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #3c3f48;
    border-top: 2px solid #ffc046;
    border-bottom: 2px solid #ffc046;
}

.category_line .box {
    height: auto;
    width: calc(100% / 3) !important;
    overflow:  visible;
}

.category_line .box-inner {
    background: #101117;
    padding: 25px;
}

.category_line .box--sale {
    height: 100%;
    background: #ffc046;
    padding: 1px;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
    overflow: visible;
}

.sale__info-block {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    background-color: #ffc046;
    color: #101117;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-family: Montserrat;
    font-weight: 900;
    position: absolute;
    top: -55px;
    left: 30px;
    z-index: 3;
    overflow: visible;
}

.sale-block__prop {
    font-size: 12px;
}

.sale-block__value {
    font-size: 24px;
}

.category_line .box-inner .item_desc {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.category_line .box-inner .item_desc span:first-child {
    font-family: IBM Plex Sans;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #C9C9C9;
}

.category_line .box-inner .item_desc span:nth-child(2) {
    font-family: Montserrat;
    font-weight: 900;
    font-size: 72px;
    line-height: 1;
    text-align: center;
    color: #DADADA;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 15px;
}

.category_line .box-inner .item_desc span:nth-child(2) img {
    position: relative;
    margin-left: 10px;
    bottom: 10px;
}

.category_line .box-inner .item_desc span:last-child {
    font-family: IBM Plex Sans;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #FFC046;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.category_line .box-inner .item_desc span.item_desc-sale span {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    text-decoration: line-through;
    margin-left: 0.5em;
    color: #DADADA;
}

.btn_new--fill .btn_new-item {
    background: #101117;
    color: #fff;
}

.btn_new--fill:hover:not(.active) .btn_new-item {
    background: #FFC046;
    color: #101117;
}

@media screen and (max-width: 767px) {
    .container {
        width: auto;
        max-width: 740px;
    }
    
    .cashier_area {
        width: 100%;
        margin-top: 30px;
    }
    
    .cashier_area .category_header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .cashier_area .category_header_left {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    
    .cashier_area .category_header h2 {
        padding-left: 20px;
        width: 100%;
    }
    
    .cashier_area .layer_bottom,
	.cashier_area .layer_top {
			flex-direction: column;
		}
	.cashier_area .category_line.contents, .cashier_area .category_header {
        padding: 0;
    }
	
    .category_line:before {
        content: none;
    }
    
    .category_line .box {
        width: 100% !important;
        margin-bottom: 70px;
    }
}