
body {
    margin: 0;
    
}

.page-rich {
  min-width: 320px;
}

.page-chef {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #222;
    
}

.page-chef {
    max-width: 940px;
    width: 100%;
    margin: auto;
}


.page-chef ul, .page-chef li {
    display: block;
    padding: 0;
    margin: 0;
}

a, button, input {
    transition: all 0.5s ease;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active

 {
    outline: none;
}


img {
    max-width: 100%;
}

div {
    box-sizing: border-box;
}

.no-wrapp {
    white-space: nowrap;
}

/* banner */

.chef-banner {
    position: relative;
}

.chef-banner h1 {
    margin: 0 auto;
    font-size: 36px;
    color: #fff;
    max-width: 319px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    font-weight: 500;
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 120%;
}

/* chef-advantages */

.chef-advantages {
    padding: 64px 0 38px;
}

.chef-advantages ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.chef-advantages li {
    max-width: 290px;
    width: 100%;
    margin-bottom: 29px;
}

/* hef-row */

.chef-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
}

.chef-row__content {
    max-width: 454px;
    width: 100%;
}

.chef-row__content h2 {
    font-size: 34px;
    line-height: 1.1em;
    letter-spacing: -0.01em;
    color: #364B59;
    margin: 0;
    font-weight: 500;
}

.chef-row__content p {
    margin: 19px 0 32px;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #364B59;
    line-height: 1.3em;
    opacity: 0.8;
}

.chef-line {
    display: block;
    width: 250px;
    height: 1px;
    background-color: #222;
    margin-left: -50px;
    margin-top: 0;
    position: absolute;
}

.chef-row__content ul {
    padding: 0 0 0 10px;
    margin: 0;
    margin-top: 14px;
}

.chef-row__content ul li {
    font-size: 18px;
    line-height: 1.3em;
    letter-spacing: -0.01em;
    color: #222;
}

.chef-row-reverse .chef-line {
    margin-left: 245px;
}

/* chef-slider */

.chef-reciept {
    padding-top: 60px;
}

.chef-reciept h2 {
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    line-height: 1.1em;
    color: #364B59;
    margin: -11px 0 0;
    text-align: center;
}

.chef-slider {
    margin-top: 37px;
}

.chef-slider .swiper-pagination {
    display: none;
}

.chef-slider .swiper-slide {
    position: relative;
    max-height: 400px;
}

.swiper-slider__pc {
    width: 100%;
}

.swiper-slider__mob {
    display: none;
}

.chef-slider__overlay {
    position: absolute;
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2022/July/myasorubka-wmf-profi-plus/img/shadow-slider.png) no-repeat center bottom/cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px 32px 36px;
}

.chef-slider__info {
    display: flex;
    justify-content: space-between;
    max-width: 238px;
    width: 100%;
    margin-bottom: 2px;
}

.chef-slider__info div {
    display: flex;
    align-items: center;
}

.chef-slider__info p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-left: 9px;
}

.chef-slider__overlay h3 {
    font-size: 32px;
    letter-spacing: -0.01em;
    color: #fff;
    line-height: 1.1em;
    font-weight: 500;
    margin: 0;
}

.chef-slider .swiper-button-next:after, .chef-slider .swiper-button-prev:after,
.chef-banner__mob {
    display: none;
}

.chef-slider .swiper-button-next, .chef-slider .swiper-button-prev {
    width: 47px;
    height: 47px;
    border-radius: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    transform: translateY(-50%);
}

.chef-slider .swiper-button-next {
    right: 31px;
}

.chef-slider .swiper-button-prev {
    left: 31px;
}