body {
   background-color: #0b0b0b; 
}
footer {
    background-color: #000;
    padding: 60px 0;
}
.header-holder {
    height: 70px;
}

img {display: block;}

.wrapper {
    width: 1278px;
    margin: 0 auto;
    padding-top: 80px;
}

.heading {
    text-align: center;
    margin-bottom: 80px;
    color: #fff;
}
.heading img {
    margin: 0 auto 30px;
}
.heading h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}
.jcarousel {
    overflow: visible;
}
.jcarousel-wrapper .holder-block {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.jcarousel-prev,
.jcarousel-next {
    font-size: 0;
    line-height: 0;
}
.jcarousel-prev .arrow,
.jcarousel-next .arrow {
    width: 44px;
    height: 44px;
    display: block;
    margin: 0 10px;
    stroke: #5C5C5C;
}
.jcarousel-prev:hover .arrow,
.jcarousel-prev:focus .arrow,
.jcarousel-next:hover .arrow,
.jcarousel-next:focus .arrow  {
    stroke: #fff;
}
.jcarousel-next {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.items {
    display: flex;
    align-items: stretch;
    margin-bottom: 80px;
}
.items >li {
    width: 446px;
    margin-left: 30px;
    background-color: #111;
    border-radius: 40px;
}

.items li:first-child {
    margin-left: 0
}
.items .block {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    display: flex;
    align-content: space-between;
    width: 446px;
    height: 364px;
    flex-wrap: wrap;
    padding: 36px;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
}
.items .block.img-holder {
    padding: 36px;
    width: 446px;
    height: 400px;

    box-sizing: border-box;
    color: #808080;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.items .bg {
    position: absolute;
    width: 446px;
    height: 400px;
    z-index: 0;
    top: 0;
    left: 0;
}
.items .holder-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
}
.items .holder-block p {
    max-width: 240px;
}
.items .logos-holder {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}
.items .logos-holder img {
    height: 24px;
}
.items .logos-holder .just {
    margin-right: 8px;
}
.items .block h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
    width: 100%;
}
.items .block p {
    margin-bottom: 0;
}
.items .holder {
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
}
.items .column {
    border-left: 1px solid #2D2D2D;
    padding: 0 16px;
    width: auto;
    background: no-repeat;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    align-content: baseline;
}
.items .column:first-child {
    border: none;
    min-width: 25%;
    padding-left: 0;
}
.items .column p {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    width: 100%;
}
.items .column p.add {
    margin-bottom: 16px;
}
.items .column p span {
    display: flex;
}
.items .column .price {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
.column .free {
    display: flex;
    padding: 4px 18px 6px 18px;
    align-items: center;
    border-radius: 15px;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    background: #D6E322;
}
.img-holder .row:first-child {margin: 0}
.img-holder .row {
    position: relative;
    margin-top: 16px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    width: 100%;
    display: flex;
}
.items .row p {
    margin-bottom: 0;
}
.img-holder .row p:first-child {
    width: 130px;
    margin-right: 30px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.ru .row p.en,
.en .row p.ru  {
    display: none;
}
.items .discount {
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    margin-left: 10px;
}
.fit .discount {
    background: #B5E412;
}
.step .discount {
    color: #fff;
    background: #DB3C59;
}
.run .discount {
    color: #fff;
    background: #6CA969;
}
.drive .discount {
    color: #fff;
    background: #346DD9;
}
.work .discount {
    background: #FDCF03;
}
.pro .discount {
    color: #fff;
    background: linear-gradient(90deg, #4678D1 0%, #455ACD 9.00%, #4F3DC5 17.93%, #5B30B8 25.23%, #712EB4 37.93%, #9833B0 53.51%, #C740AA 67.03%, #EA4C9B 78.51%, #F6588F 85.81%, #FF7479 93.25%, #FF8A6F 100%);
}
.items .old {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: line-through;
    color: #67676A;
    margin-left: 8px;
}
.items .list {
    padding: 12px 36px 20px;
    box-sizing: border-box;
    width: auto;
    overflow: hidden;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500px;
    color: #fff;
}
.items .list .gray {
    color: #808080;
}
.items .list li {
    display: flex;
    width: 100%;
    border-radius: 0;
    align-items: center;
/*    margin: 24px 0 0;*/
}
.items .list li p {
    border-top: 1px solid #1d1d1d;
    padding: 24px 0;
    width: 100%;
}
.items .list li:first-child {
    margin: 0;
}
.items .list li:first-child p {
    border: none;

/*    padding: 0 0 24px;*/
}
.items .list .ico {
    width: 36px;
    height: 36px;
    margin-right: 20px;
}