

/* Start:/local/templates/chefrun/frontend/css/main-p.css?174653874112756*/
.services {
  overflow: hidden;
}
.services .swiper-slide {
  width: min(690px, 42vw);
  height: min(665px, 40.5vw);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .services .swiper-slide {
    width: 40vw;
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .services .swiper-slide {
    width: min(312px, 87vw);
    height: min(300px, 83vw);
  }
}
@media screen and (hover: hover) {
  .services .swiper-slide:hover .services__card_bg img {
    transform: scale(1.07);
  }
}
.services .services__card_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.services .services__card_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(41, 23, 8, 0) 0%, rgba(28, 13, 2, 0.8) 109.26%);
}
.services .services__card_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  transition: transform 0.5s;
}
.services .services__card_content {
  display: flex;
  align-items: flex-end;
  min-height: 100%;
  position: relative;
  padding: 40px;
  z-index: 2;
  color: var(--text-icon-light-primary, #FCFCFC);
  font-family: Oswald;
  font-size: 38px;
  font-style: normal;
  font-weight: 320;
  line-height: 150%; /* 57px */
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .services .services__card_content {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .services .services__card_content {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .services .services__card_content {
    font-size: 26px;
    padding: 24px;
  }
}

.slider-mk {
  overflow: hidden;
  width: 100%;
}
.slider-mk .cards {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 0;
}
.slider-mk .card {
  width: min(750px, 42vw);
  padding-right: min(80px, 4.5vw);
}
@media screen and (max-width: 1280px) {
  .slider-mk .card {
    width: 42vw;
    padding-right: 32px;
  }
}
@media screen and (max-width: 600px) {
  .slider-mk .card {
    width: 312px;
    padding-right: 16px;
  }
}

.cards {
  display: grid;
  grid-gap: 100px 80px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1280px) {
  .cards {
    grid-gap: 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  .cards {
    gap: 32px 24px;
  }
}
@media screen and (max-width: 600px) {
  .cards {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
}
.cards .card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (hover: hover) {
  .cards .card:hover .card__img img {
    transform: scale(1.07);
  }
  .cards .card:hover .card__name {
    color: var(--Secondary-Primary, #2E2E2E);
  }
}
.cards .card__img {
  width: 100%;
  aspect-ratio: 1/0.9;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .cards .card__img {
    height: 47.5vw;
  }
}
.cards .card__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s;
}
.cards .card__sale {
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 4px 20px 4px 12px;
  background: var(--Danger, #BA2216);
  color: var(--text-icon-light-primary, #FCFCFC);
  font-family: Oswald;
  font-size: 26px;
  font-style: normal;
  font-weight: 350;
  line-height: 150%;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .cards .card__sale {
    padding: 2px 16px 2px 6px;
    bottom: 10px;
    font-size: 24px;
  }
}
.cards .card__text {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
}
@media screen and (max-width: 1024px) {
  .cards .card__text {
    min-height: unset;
  }
}
.cards .card__name {
  color: var(--text-icon-dark-primary, #B87333);
  font-family: Oswald;
  font-size: 32px;
  font-style: normal;
  font-weight: 350;
  line-height: 150%;
  text-transform: uppercase;
  transition: color 0.3s;
}
@media screen and (max-width: 1280px) {
  .cards .card__name {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .cards .card__name {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .cards .card__name {
    font-family: 24px;
  }
}
.cards .card__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: var(--text-icon-dark-secondary, #D0A169);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 900px) {
  .cards .card__bottom {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .cards .card__bottom {
    font-size: 16px;
  }
}
.cards .card__props {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 28px;
  margin-top: 4px;
}
@media screen and (max-width: 900px) {
  .cards .card__props {
    margin-top: 8px;
    gap: 8px 12px;
  }
}
@media screen and (max-width: 600px) {
  .cards .card__props {
    gap: 12px;
  }
}
@media screen and (max-width: 450px) {
  .cards .card__props {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cards .card__props .card__prop {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-icon-dark-primary, #B87333);
  font-family: Oswald;
  font-size: 19px;
  font-style: normal;
  font-weight: 350;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .cards .card__props .card__prop {
    font-size: 17px;
  }
}
@media screen and (max-width: 600px) {
  .cards .card__props .card__prop {
    font-size: 18px;
  }
}
.cards .card__props .card__prop span {
  display: flex;
  align-items: center;
  gap: 1px 6px;
  flex-wrap: wrap;
}
@media screen and (max-width: 450px) {
  .cards .card__props .card__prop span {
    align-items: baseline;
  }
}
.cards .card__props .card__prop .old {
  color: var(--text-icon-dark-secondary, #D0A169);
  text-decoration: line-through;
}
.cards .card__props .card__prop .sale {
  color: var(--Danger);
  font-size: 22px;
  font-style: normal;
  font-weight: 350;
  line-height: 150%;
}
@media screen and (max-width: 900px) {
  .cards .card__props .card__prop .sale {
    font-size: 20px;
  }
}
.cards .card__props .icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  fill: none;
  stroke-width: 1.5;
  stroke: var(--text-icon-dark-primary);
}

.intro {
  position: relative;
  width: 100%;
  height: var(--h, 100vh);
}
@media screen and (max-width: 768px) {
  .intro {
    margin-top: 65px;
    height: calc(var(--h, 100vh) * 0.83 - 65px);
  }
}
.intro::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 120px;
  left: calc(50% - 1px);
  bottom: 40px;
  background: linear-gradient(180deg, rgba(225, 196, 156, 0) 0%, #e1c49c 100%);
}
.intro.not-muted .sound .sound-off {
  opacity: 0;
}
.intro.not-muted .sound .sound-on {
  opacity: 1;
}
.intro .video {
  width: 100%;
  height: 100%;
}
.intro .video video,
.intro .video img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.intro .video::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 7.26%, rgba(0, 0, 0, 0) 20.97%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .intro .video::after {
    content: none;
  }
}
.intro .video__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(455px, 23.7vw);
  height: min(207px, 10.8vw);
}
@media screen and (max-width: 600px) {
  .intro .video__logo {
    width: 200px;
    height: 91px;
  }
}
.intro .video__logo img,
.intro .video__logo svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.intro .sound {
  position: absolute;
  z-index: 3;
  left: var(--p);
  bottom: 40px;
  width: 32px;
  height: 32px;
}
.intro .sound .sound-off,
.intro .sound .sound-on {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro .sound .icon {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  fill: none;
  stroke: rgb(225, 196, 160);
}
@media screen and (hover: hover) {
  .intro .sound .icon:hover {
    stroke: var(--text-icon-dark-secondary);
  }
}
.intro .sound .sound-off {
  opacity: 1;
}

.about {
  display: flex;
  gap: 80px;
  align-items: stretch;
}
@media screen and (max-width: 1280px) {
  .about {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .about {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .about {
    grid-gap: 10px 24px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.about .about__col1 {
  display: flex;
  align-items: flex-start;
  width: min(325px, 25vw);
  min-width: min(325px, 25vw);
}
@media screen and (max-width: 900px) {
  .about .about__col1 {
    grid-area: img1;
    width: min(300px, 33vw);
  }
}
@media screen and (max-width: 768px) {
  .about .about__col1 {
    order: 2;
    width: calc(50% - 8px);
    aspect-ratio: 1/1.08;
  }
}
.about .about__col2 {
  display: flex;
  align-items: flex-end;
  width: min(325px, 25vw);
  min-width: min(325px, 25vw);
}
@media screen and (max-width: 1024px) {
  .about .about__col2 {
    position: absolute;
    bottom: 0;
    right: var(--p);
    width: auto;
    min-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .about .about__col2 {
    order: 3;
    width: calc(50% - 8px);
    aspect-ratio: 1/1.08;
    position: static;
  }
}
.about .about__mid {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  color: var(--text-icon-dark-secondary, #d0a169);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 1280px) {
  .about .about__mid {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .about .about__mid {
    margin-top: 0;
    padding-bottom: 260px;
  }
}
@media screen and (max-width: 768px) {
  .about .about__mid {
    font-size: 16px;
    order: 1;
    margin-bottom: 16px;
    padding-bottom: 0;
  }
}
.about .btn {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .about .btn {
    margin-top: 14px;
  }
}
.about .about__img1 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  height: unset;
  aspect-ratio: 1/1.57;
}
@media screen and (max-width: 900px) {
  .about .about__img1 {
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .about .about__img1 {
    object-fit: contain;
    object-position: top;
  }
}
@media screen and (max-width: 768px) {
  .about .about__img1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.about .about__img2 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  height: unset;
  aspect-ratio: 1/1.07;
}
@media screen and (max-width: 1024px) {
  .about .about__img2 {
    width: 230px;
    object-position: right;
  }
}
@media screen and (max-width: 768px) {
  .about .about__img2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.banner {
  position: relative;
}
.banner .banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner .banner__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.banner .banner__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.banner .banner__content {
  position: relative;
  min-height: 700px;
  z-index: 2;
  padding: 140px var(--p) 60px;
  max-width: calc(var(--p2) + 644px);
  color: var(--text-icon-light-primary, #fcfcfc);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .banner .banner__content {
    padding: 60px var(--p);
    min-height: 600px;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .banner .banner__content {
    min-height: 500px;
  }
}
.banner .page-title {
  color: white;
}
.banner .btn {
  margin-top: 20px;
}
/* End */
/* /local/templates/chefrun/frontend/css/main-p.css?174653874112756 */
