

/* Start:/bitrix/components/mwi/screen/templates/.default/style.css?176908031138311*/
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@700&display=swap");
* {
  margin: unset;
  padding: unset;
  outline: unset;
  border: unset;
  list-style-type: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  font-variant-numeric: lining-nums;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html, body {
  font-family: Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
}

input,
textarea,
select,
button {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, button::-webkit-input-placeholder {
  color: inherit;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, button::-moz-placeholder {
  color: inherit;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, button:-ms-input-placeholder {
  color: inherit;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder, button::-ms-input-placeholder {
  color: inherit;
}
input::placeholder,
textarea::placeholder,
select::placeholder,
button::placeholder {
  color: inherit;
}
input option,
textarea option,
select option,
button option {
  background-color: inherit;
}

input, textarea, label {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  resize: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, label::-webkit-input-placeholder {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
input::-moz-placeholder, textarea::-moz-placeholder, label::-moz-placeholder {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, label:-ms-input-placeholder {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder, label::-ms-input-placeholder {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
input::placeholder, textarea::placeholder, label::placeholder {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

a {
  cursor: pointer;
  color: inherit;
}

img {
  vertical-align: middle;
  font-style: italic;
}

@font-face {
  font-display: swap;
  font-family: "PT Root UI";
  font-weight: 400;
  src: url(/bitrix/components/mwi/screen/templates/.default/./fonts/PT-Root-UI_Regular.ttf);
}
@font-face {
  font-display: swap;
  font-family: "PT Root UI";
  font-weight: 500;
  src: url(/bitrix/components/mwi/screen/templates/.default/./fonts/PT-Root-UI_Medium.ttf);
}
:root {
  --percent: 13.66;
}

h1, h2, h3, h4, h5 {
  font-family: "Lobster", sans-serif;
}

html, body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  color: var(--cafeboard-main-color);
}

body {
  font-family: "PT Root UI", sans-serif;
  position: relative;
  /*background: #272323;*/
  height: 100%;
}
body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--cafeboard-bg);
  background-size: cover;
  /*opacity: 0.4;*/
  z-index: 1;
}

section {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 2;
}

section.first span.hit {
  position: absolute;
  top: 11.5%;
  left: 3%;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 3.65vw;
  text-transform: uppercase;
}
section.first div.title {
  position: absolute;
  top: 33.75%;
  left: 13vw;
}
section.first div.title h1 {
  font-weight: 400;
  font-size: 14.6vw;
  line-height: 68%;
}
section.first div.title h1:last-child {
  padding-left: 16.75vw;
}
section.first div.product_text {
  position: absolute;
  bottom: 11.5%;
  left: 12vw;
  display: grid;
  grid-gap: 18px;
}
section.first div.product_text strong {
  font-weight: 400;
  font-size: 2.2vw;
}
section.first div.product_text span {
  font-weight: 400;
  font-size: 1.25vw;
  opacity: 0.5;
  margin-left: 12.65vw;
}
section.first div.image {
  position: absolute;
  bottom: 5%;
  left: 36vw;
  width: 48.5vw;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  z-index: -1;
  background: var(--cafeboard-img_bg_default);
  overflow: hidden;
}
section.first div.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.9;
}
div.size {
    color: var(--cafeboard-add_label_color);
}
section.first div.size {
  position: absolute;
  top: 60%;
  left: 78vw;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  width: 6.35vw;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: var(--cafeboard-add_label_bg);
  font-weight: 400;
  font-size: 1.45vw;
  z-index: 3;
}
section.first div.price {
  position: absolute;
  top: 64.5%;
  left: 77.65vw;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  width: 11.85vw;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: var(--cafeboard-price_marked_bg);
  color: var(--cafeboard-price_marked_color);
  font-weight: 400;
  font-size: 2.9vw;
  background-blend-mode: hard-light;
  z-index: 2;
}

section.second {
  /*background: rgba(55, 51, 51, 0.4588235294);*/
}
section.second div.background {
  width: 100%;
  height: 48%;
 /* background: #1F1E21;*/
}
section.second div.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
section.second h1 {
  /*position: absolute;
  top: 6%;
  left: 0;*/
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 14.5vw;
  line-height: 78%;
}
section.second div.list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-gap: 9vw;
  padding-left: 6.8vw;
  padding-right: 6.8vw;
  /*margin-top: -6.5vw;*/
}
section.second div.product_card {
  display: grid;
  max-width: 35vw;
}
section.second div.product_card div.image {
  position: relative;
  height: 22.5vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  aspect-ratio: 1/1;
  margin-left: 1.8vw;
  margin-bottom: 3.5vw;
}
section.second div.product_card div.image img.product {
  height: 100%;
  /*aspect-ratio: 1/1;*/
}
section.second div.product_card div.image img.hot {
  position: absolute;
  top: 50%;
  right: 0;
  width: 7vw;
  -webkit-transform: translate(50%, -75%);
      -ms-transform: translate(50%, -75%);
          transform: translate(50%, -75%);
}
section.second div.product_card div.description {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  grid-gap: 1vw;
}
section.second div.product_card div.description div.title {
  display: grid;
}
section.second div.product_card div.description div.title span.name {
  font-weight: 400;
  font-size: 1.75vw;
}
section.second div.product_card div.description div.title span.weight {
  font-size: 0.8vw;
  font-weight: 500;
  opacity: 0.8;
}
section.second div.product_card div.description span.price {
  font-size: 1.5vw;
}
section.second div.product_card div.description span.ingredients {
  opacity: 0.5;
  font-size: 1.25vw;
  grid-column: 2 span;
}

section.third {
  /*background: rgba(55, 51, 51, 0.4588235294);*/
}
section.third div.background {
  width: 100%;
  height: 48%;
  background: #1F1E21;
}
section.third div.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
section.third h1 {
  /*position: absolute;
  top: 6%;
  left: 0;*/
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 14.5vw;
  line-height: 78%;
}
section.third div.list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-gap: 2vw;
  padding-left: 3vw;
  padding-right: 3vw;
  /*margin-top: -6.5vw;*/
}
section.third div.list div.product_card {
  display: grid;
  max-width: 35vw;
}
section.third div.list div.product_card div.image {
  position: relative;
  height: 22.5vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  aspect-ratio: 1/1;
  margin-left: 1.8vw;
  margin-bottom: 1.7vw;
}
section.third div.list div.product_card div.image img.product {
  height: 100%;
  /*aspect-ratio: 1/1;*/
}
section.third div.list div.product_card div.image img.hot {
  position: absolute;
  top: 50%;
  right: 0;
  width: 7vw;
  -webkit-transform: translate(50%, -75%);
      -ms-transform: translate(50%, -75%);
          transform: translate(50%, -75%);
}
section.third div.list div.product_card div.description {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  grid-gap: 0.75vw;
}
section.third div.list div.product_card div.description div.title {
  display: grid;
}
section.third div.list div.product_card div.description div.title span.name {
  font-weight: 400;
  font-size: 1.75vw;
}
section.third div.list div.product_card div.description div.title span.weight {
  font-size: 0.8vw;
  opacity: 0.8;
}
section.third div.list div.product_card div.description span.price {
  font-size: 1.5vw;
  font-weight: 500;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 0.15vw;
}
section.third div.list div.product_card div.description span.ingredients {
  opacity: 0.5;
  font-size: 1.25vw;
  grid-column: 2 span;
}

section.fourth {
  /*background: rgba(55, 51, 51, 0.4588235294);*/
}
section.fourth span.main_title {
  position: absolute;
  top: 1.25%;
  left: calc(32vw / var(--percent));
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: calc(50vw / var(--percent));
  text-transform: uppercase;
}
section.fourth div.main_product {
  position: absolute;
  top: calc(97vw / var(--percent));
  left: calc(32vw / var(--percent));
  bottom: calc(34vw / var(--percent));
  width: calc(511vw / var(--percent));
}
section.fourth div.main_product div.image {
  position: relative;
  aspect-ratio: 1/1;
  width: 98%;
}
section.fourth div.main_product div.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.fourth div.main_product div.image div.size {
  position: absolute;
  bottom: calc(48vw / var(--percent));
  right: calc(8vw / var(--percent));
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  width: calc(87vw / var(--percent));
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: var(--cafeboard-add_label_bg);
  font-weight: 400;
  font-size: calc(20vw / var(--percent));
  z-index: 3;
}
section.fourth div.main_product div.description {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  width: 100%;
  background: rgba(63, 58, 58, 0.3137254902);
  margin-top: calc(23vw / var(--percent));
  padding: calc(20vw / var(--percent));
}
section.fourth div.main_product div.description div.about {
  display: grid;
  grid-gap: calc(7vw / var(--percent));
}
section.fourth div.main_product div.description div.about span.name {
  font-size: calc(30vw / var(--percent));
  font-weight: 400;
}
section.fourth div.main_product div.description div.about span.ingredients {
  opacity: 0.5;
  font-size: calc(14vw / var(--percent));
}
section.fourth div.main_product div.description span.price {
  display: block;
  width: calc(81vw / var(--percent));
  aspect-ratio: 1/1;
  font-size: calc(20vw / var(--percent));
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  border-radius: 100%;
  background: var(--cafeboard-price_marked_bg);
  color: var(--cafeboard-price_marked_color);
  background-blend-mode: hard-light;
}
section.fourth div.list {
  display: grid;
  grid-gap: 0.35vw;
  position: absolute;
  top: calc(26vw / var(--percent));
  left: calc(616vw / var(--percent));
  right: calc(40vw / var(--percent));
  bottom: calc(34vw / var(--percent));
}
section.fourth div.list div.product_card {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-gap: calc(69vw / var(--percent));
}
section.fourth div.list div.product_card div.image {
  position: relative;
  width: 17.35vw;
  aspect-ratio: 1/1;
}
section.fourth div.list div.product_card div.image img.product {
  position: relative;
  top: 5%;
  left: 5%;
  width: 90%;
  /*aspect-ratio: 1/1;*/
}
section.fourth div.list div.product_card div.image img.hot {
  position: absolute;
  width: calc(92vw / var(--percent));
  top: calc(18vw / var(--percent));
  right: calc(6vw / var(--percent) * -1);
}
section.fourth div.list div.product_card div.description {
  display: grid;
  grid-gap: calc(14vw / var(--percent));
}
section.fourth div.list div.product_card div.description div.title {
  display: grid;
}
section.fourth div.list div.product_card div.description div.title span.name {
  font-size: calc(24vw / var(--percent));
}
section.fourth div.list div.product_card div.description div.title span.weight {
  font-size: calc(11vw / var(--percent));
}
section.fourth div.list div.product_card div.description span.ingredients {
  opacity: 0.5;
  font-size: calc(17vw / var(--percent));
  max-width: calc(288vw / var(--percent));
}
section.fourth div.list div.product_card div.description span.price {
  font-size: calc(22vw / var(--percent));
  font-weight: 500;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

section.fifth {
  /*background: rgba(55, 51, 51, 0.4588235294);*/
}
section.fifth span.main_title {
  position: absolute;
  top: -1.1%;
  left: 50%;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: calc(100vw / var(--percent));
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
section.fifth div.main_product {
  position: absolute;
  left: 50%;
  background: rgba(0, 0, 0, 0.062745098);
  width: calc(505vw / var(--percent));
  height: 100vh;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  /*padding-top: calc(144vw / var(--percent));*/
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  bottom: 2em;
}
section.fifth div.main_product div.image {
  position: relative;
  width: calc(455vw / var(--percent));
  margin: 0 auto;
  aspect-ratio: 1/1;
}
section.fifth div.main_product div.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.fifth div.main_product div.image div.size {
  position: absolute;
  bottom: calc(35vw / var(--percent));
  right: calc(49vw / var(--percent));
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  width: calc(87vw / var(--percent));
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: var(--cafeboard-add_label_bg);
  font-weight: 400;
  font-size: calc(20vw / var(--percent));
  z-index: 3;
}
section.fifth div.main_product div.description {
  display: grid;
  grid-gap: calc(20vw / var(--percent));
  padding-left: calc(103vw / var(--percent));
  padding-top: calc(20vw / var(--percent));
}
section.fifth div.main_product div.description div.about {
  display: grid;
  grid-gap: calc(4vw / var(--percent));
}
section.fifth div.main_product div.description div.about span.name {
  font-size: calc(40vw / var(--percent));
}
section.fifth div.main_product div.description div.about span.weight {
  font-size: calc(11vw / var(--percent));
}
section.fifth div.main_product div.description span.ingredients {
  opacity: 0.5;
  font-size: calc(16vw / var(--percent));
}
section.fifth div.main_product div.description span.price {
  font-size: calc(28vw / var(--percent));
  font-weight: 500;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
section.fifth div.list {
  display: grid;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  position: absolute;
  padding: calc(40vw / var(--percent));
  width: calc(440vw / var(--percent));
  height: 100vh;
}
section.fifth div.list div.product_card {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-gap: calc(12vw / var(--percent));
}
section.fifth div.list div.product_card div.image {
  position: relative;
  width: calc(144vw / var(--percent));
  aspect-ratio: 1/1;
}
section.fifth div.list div.product_card div.image img.product {
  position: relative;
  top: 5%;
  left: 5%;
  width: 90%;
  /*aspect-ratio: 1/1;*/
}
section.fifth div.list div.product_card div.image img.hot {
  position: absolute;
  width: calc(81vw / var(--percent));
  top: calc(8vw / var(--percent));
  right: calc(28vw / var(--percent) * -1);
}
section.fifth div.list div.product_card div.description {
  display: grid;
  grid-gap: calc(14vw / var(--percent));
  padding-top: calc(72vw / var(--percent));
}
section.fifth div.list div.product_card div.description div.title {
  display: grid;
}
section.fifth div.list div.product_card div.description div.title span.name {
  font-size: calc(26vw / var(--percent));
}
section.fifth div.list div.product_card div.description div.title span.weight {
  font-size: calc(11vw / var(--percent));
  display: none;
}
section.fifth div.list div.product_card div.description span.ingredients {
  opacity: 0.5;
  font-size: calc(18vw / var(--percent));
}
section.fifth div.list div.product_card div.description span.price {
  font-size: calc(28vw / var(--percent));
  font-weight: 500;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
section.fifth div.list.right {
  left: 68.5vw;
}

section.sixth {
  /*background: rgba(55, 51, 51, 0.4588235294);*/
}
section.sixth span.main_title {
  position: absolute;
  top: 0;
  left: -2vw;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: calc(180vw / var(--percent));
  width: 100vh;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-90deg) translate(-100%, 0%);
      -ms-transform: rotate(-90deg) translate(-100%, 0%);
          transform: rotate(-90deg) translate(-100%, 0%);
}
section.sixth div.list {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1vw calc(46vw / var(--percent));
  /*top: calc(75vw / var(--percent));
  bottom: calc(45vw / var(--percent));*/
  left: calc(218vw / var(--percent));
  right: calc(58vw / var(--percent));    
  top: 50%;
  transform: translate(0%, -50%);
}
section.sixth div.product_card {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}
section.sixth div.product_card div.image {
  position: relative;
  width: calc(178vw / var(--percent));
  aspect-ratio: 1/1;
}
section.sixth div.product_card div.image img.product {
  position: relative;
  top: 5%;
  left: 5%;
  width: 90%;
  /*aspect-ratio: 1/1;*/
}
section.sixth div.product_card div.image img.hot {
  position: absolute;
  width: calc(81vw / var(--percent));
  top: calc(84vw / var(--percent));
  right: calc(35vw / var(--percent) * -1);
}
section.sixth div.product_card div.description {
  display: grid;
  grid-gap: calc(16vw / var(--percent));
  padding-top: calc(156vw / var(--percent));
  margin-left: calc(26vw / var(--percent) * -1);
}
section.sixth div.product_card div.description div.title {
  display: grid;
}
section.sixth div.product_card div.description div.title span.name {
  font-size: calc(24vw / var(--percent));
}
section.sixth div.product_card div.description div.title span.weight {
  font-size: 0.8vw;
  display: none;
}
section.sixth div.product_card div.description span.ingredients {
  opacity: 0.5;
  font-size: calc(16vw / var(--percent));
  max-width: calc(178vw / var(--percent));
}
section.sixth div.product_card div.description span.price {
  font-size: calc(22vw / var(--percent));
  font-weight: 500;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

section.seventh {
  /*background: rgba(55, 51, 51, 0.4588235294);*/
}
section.seventh img.background {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(555vw / var(--percent));
  -webkit-filter: blur(30px);
          filter: blur(30px);
  height: 100vh;
  opacity: 0.7;
}
section.seventh span.main_title {
  position: absolute;
  top: 1.25%;
  left: calc(32vw / var(--percent));
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: calc(50vw / var(--percent));
  text-transform: uppercase;
}
section.seventh div.main_product {
  position: absolute;
  top: calc(97vw / var(--percent));
  left: calc(32vw / var(--percent));
  bottom: calc(34vw / var(--percent));
  width: calc(511vw / var(--percent));
}
section.seventh div.main_product div.image {
  position: relative;
  aspect-ratio: 1/1;
  width: 98%;
}
section.seventh div.main_product div.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.seventh div.main_product div.image div.size {
  position: absolute;
  bottom: calc(48vw / var(--percent));
  right: calc(8vw / var(--percent));
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  width: calc(87vw / var(--percent));
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: var(--cafeboard-add_label_bg);
  font-weight: 400;
  font-size: calc(20vw / var(--percent));
  z-index: 3;
}
section.seventh div.main_product div.description {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  width: 100%;
  background: rgba(63, 58, 58, 0.5019607843);
  margin-top: calc(23vw / var(--percent));
  padding: calc(20vw / var(--percent));
}
section.seventh div.main_product div.description div.about {
  display: grid;
  grid-gap: calc(7vw / var(--percent));
}
section.seventh div.main_product div.description div.about span.name {
  font-size: calc(30vw / var(--percent));
  font-weight: 400;
}
section.seventh div.main_product div.description div.about span.ingredients {
  opacity: 0.5;
  font-size: calc(14vw / var(--percent));
}
section.seventh div.main_product div.description span.price {
  display: block;
  width: calc(81vw / var(--percent));
  aspect-ratio: 1/1;
  font-size: calc(20vw / var(--percent));
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  border-radius: 100%;
  background: var(--cafeboard-price_marked_bg);
  color: var(--cafeboard-price_marked_color);
  background-blend-mode: hard-light;
}
section.seventh div.list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: calc(20vw / var(--percent));
  position: absolute;
  left: calc(571vw / var(--percent));
  top: calc(6vw / var(--percent));
}
section.seventh div.list div.product_card {
  position: relative;
  width: calc(234vw / var(--percent));
}
section.seventh div.list div.product_card div.image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: var(--cafeboard-img_bg_default);
}
section.seventh div.list div.product_card div.image img.product {
  position: relative;
  top: 7%;
  left: 7%;
  width: 86%;
  /*aspect-ratio: 1/1;*/
}
section.seventh div.list div.product_card div.description {
  display: grid;
  grid-gap: calc(10vw / var(--percent));
  padding-top: calc(10vw / var(--percent));
}
section.seventh div.list div.product_card div.description div.title {
  display: grid;
  grid-gap: calc(4vw / var(--percent));
}
section.seventh div.list div.product_card div.description div.title span.name {
  font-size: calc(22vw / var(--percent));
}
section.seventh div.list div.product_card div.description div.title span.weight {
  font-size: calc(11vw / var(--percent));
  opacity: 0.8;
}
section.seventh div.list div.product_card div.description span.ingredients {
  opacity: 0.5;
  font-size: calc(15vw / var(--percent));
}
section.seventh div.list div.product_card div.description span.price {
  position: absolute;
  top: calc(152vw / var(--percent));
  right: calc(20vw / var(--percent));
  display: block;
  width: calc(66vw / var(--percent));
  aspect-ratio: 1/1;
  font-size: calc(16vw / var(--percent));
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  border-radius: 100%;
  background: var(--cafeboard-price_marked_bg);
  color: var(--cafeboard-price_marked_color);
  background-blend-mode: hard-light;
}

section.eighth {
  margin: 0;
}
section.eighth div.lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: calc(20vw / var(--percent));
  position: absolute;
  top: calc(35vw / var(--percent));
  left: calc(22vw / var(--percent));
  right: calc(32vw / var(--percent));
}
section.eighth span.title {
  display: block;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: calc(50vw / var(--percent));
  text-transform: uppercase;
  margin-bottom: calc(44vw / var(--percent));
}
section.eighth div.product_card {
  display: grid;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
  padding-bottom: calc(18vw / var(--percent));
  margin-bottom: calc(18vw / var(--percent));
}
section.eighth div.product_card div.image {
  display: none;
}
section.eighth div.product_card div.description {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  grid-gap: calc(16vw / var(--percent));
}
section.eighth div.product_card div.description div.title {
  display: grid;
}
section.eighth div.product_card div.description div.title span.name {
  font-weight: 400;
  font-size: calc(24vw / var(--percent));
}
section.eighth div.product_card div.description div.title span.weight {
  font-size: calc(11vw / var(--percent));
  font-weight: 500;
  opacity: 0.8;
}
section.eighth div.product_card div.description span.price {
  font-size: calc(22vw / var(--percent));
  margin-right: calc(10vw / var(--percent));
}
section.eighth div.product_card div.description span.ingredients {
  opacity: 0.5;
  font-size: calc(17vw / var(--percent));
  grid-column: 2 span;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

section.ninth {
  margin: 0;
}
section.ninth div.lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: calc(20vw / var(--percent));
  position: absolute;
  top: calc(15vw / var(--percent));
  left: calc(22vw / var(--percent));
  right: calc(22vw / var(--percent));
}
section.ninth div.food {
  position: relative;
}
section.ninth div.food::after {
  content: "";
  position: absolute;
  top: calc(15vw / var(--percent) * -1);
  right: calc(10vw / var(--percent) * -1);
  display: block;
  width: 1px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.1254901961);
}
section.ninth div.food:last-child::after {
  display: none;
}
section.ninth span.title {
  display: block;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: calc(30vw / var(--percent));
  text-transform: uppercase;
  margin-bottom: calc(11vw / var(--percent));
}
section.ninth div.product_big {
  position: relative;
  display: grid;
  -ms-flex-line-pack: end;
      align-content: end;
  grid-gap: calc(7vw / var(--percent));
  width: 100%;
  height: calc(240vw / var(--percent));
  margin-bottom: calc(10vw / var(--percent));
  padding: calc(20vw / var(--percent));
}
section.ninth div.product_big img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}
section.ninth div.product_big span.name {
  font-size: calc(30vw / var(--percent));
}
section.ninth div.product_big span.name_small {
  font-size: calc(20vw / var(--percent));
}
section.ninth div.product_big span.ingredients {
  font-size: calc(14vw / var(--percent));
  max-width: calc(156vw / var(--percent));
  opacity: 0.8;
}
section.ninth div.product_big div.price {
  position: absolute;
  right: 0;
  bottom: calc(26vw / var(--percent));
  width: calc(81vw / var(--percent));
  aspect-ratio: 1/1;
  font-size: calc(20vw / var(--percent));
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  border-radius: 100%;
  background: var(--cafeboard-price_marked_bg);
  color: var(--cafeboard-price_marked_color);
  z-index: 1;
}
section.ninth div.product_big div.price span.count {
  font-size: calc(15vw / var(--percent));
  opacity: 0.5;
  justify-self: center;
}
section.ninth div.product_card {
  display: grid;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
  padding-bottom: calc(18vw / var(--percent));
  margin-bottom: calc(18vw / var(--percent));
}
section.ninth div.product_card div.image {
  display: none;
}
section.ninth div.product_card div.description {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  grid-gap: calc(16vw / var(--percent));
}
section.ninth div.product_card div.description div.title {
  display: grid;
}
section.ninth div.product_card div.description div.title span.name {
  font-weight: 400;
  font-size: calc(24vw / var(--percent));
}
section.ninth div.product_card div.description div.title span.weight {
  font-size: calc(11vw / var(--percent));
  font-weight: 500;
  opacity: 0.8;
}
section.ninth div.product_card div.description span.price {
  font-size: calc(22vw / var(--percent));
  margin-right: calc(10vw / var(--percent));
}
section.ninth div.product_card div.description span.ingredients {
  opacity: 0.5;
  font-size: calc(17vw / var(--percent));
  grid-column: 2 span;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

section.tenth {
  background: rgba(55, 51, 51, 0.4588235294);
}
section.tenth span.main_title {
  position: absolute;
  top: calc(36vw / var(--percent));
  left: -4vw;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: calc(180vw / var(--percent));
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-90deg) translate(-100%, 0%);
      -ms-transform: rotate(-90deg) translate(-100%, 0%);
          transform: rotate(-90deg) translate(-100%, 0%);
}
section.tenth div.list {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1vw calc(46vw / var(--percent));
  top: calc(75vw / var(--percent));
  bottom: calc(45vw / var(--percent));
  left: calc(313vw / var(--percent));
  right: calc(58vw / var(--percent));
}
section.tenth div.product_card {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}
section.tenth div.product_card div.image {
  position: relative;
  width: calc(178vw / var(--percent));
  aspect-ratio: 1/1;
}
section.tenth div.product_card div.image img.product {
  position: relative;
  top: 5%;
  left: 5%;
  width: 90%;
  /*aspect-ratio: 1/1;*/
}
section.tenth div.product_card div.image img.hot {
  position: absolute;
  width: calc(81vw / var(--percent));
  top: calc(84vw / var(--percent));
  right: calc(35vw / var(--percent) * -1);
}
section.tenth div.product_card div.description {
  display: grid;
  grid-gap: calc(16vw / var(--percent));
  padding-top: calc(156vw / var(--percent));
  margin-left: calc(26vw / var(--percent) * -1);
}
section.tenth div.product_card div.description div.title {
  display: grid;
}
section.tenth div.product_card div.description div.title span.name {
  font-size: calc(24vw / var(--percent));
}
section.tenth div.product_card div.description div.title span.weight {
  font-size: 0.8vw;
  display: none;
}
section.tenth div.product_card div.description span.ingredients {
  opacity: 0.5;
  font-size: calc(16vw / var(--percent));
  max-width: calc(178vw / var(--percent));
}
section.tenth div.product_card div.description span.price {
  font-size: calc(22vw / var(--percent));
  font-weight: 500;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

section.eleventh {
  margin: 0;
}
section.eleventh div.food {
  position: absolute;
  top: calc(49vw / var(--percent));
  left: calc(56vw / var(--percent));
  right: calc(56vw / var(--percent));
}
section.eleventh span.title {
  display: block;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: calc(50vw / var(--percent));
  text-transform: uppercase;
  margin-bottom: calc(44vw / var(--percent));
}
section.eleventh div.product_card {
  display: grid;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
  padding-bottom: calc(18vw / var(--percent));
  margin-bottom: calc(18vw / var(--percent));
}
section.eleventh div.product_card div.image {
  display: none;
}
section.eleventh div.product_card div.description {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  grid-gap: calc(16vw / var(--percent));
}
section.eleventh div.product_card div.description div.title {
  display: grid;
}
section.eleventh div.product_card div.description div.title span.name {
  font-weight: 400;
  font-size: calc(24vw / var(--percent));
}
section.eleventh div.product_card div.description div.title span.weight {
  font-size: calc(11vw / var(--percent));
  font-weight: 500;
  opacity: 0.8;
}
section.eleventh div.product_card div.description span.price {
  font-size: calc(22vw / var(--percent));
  margin-right: calc(10vw / var(--percent));
}
section.eleventh div.product_card div.description span.ingredients {
  opacity: 0.5;
  font-size: calc(17vw / var(--percent));
  grid-column: 2 span;
}

section.twelfth {
  margin: 0;
}
section.twelfth div.food {
  position: absolute;
  top: calc(29vw / var(--percent));
  left: calc(56vw / var(--percent));
  right: calc(56vw / var(--percent));
}
section.twelfth span.title {
  display: block;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: calc(50vw / var(--percent));
  text-transform: uppercase;
  margin-bottom: calc(17vw / var(--percent));
}
section.twelfth div.product_big {
  position: relative;
  display: grid;
  -ms-flex-line-pack: end;
      align-content: end;
  grid-gap: calc(7vw / var(--percent));
  width: 100%;
  height: calc(240vw / var(--percent));
  margin-bottom: calc(10vw / var(--percent));
  padding: calc(20vw / var(--percent));
}
section.twelfth div.product_big img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}
section.twelfth div.product_big span.name {
  font-size: calc(30vw / var(--percent));
}
section.twelfth div.product_big span.name_small {
  font-size: calc(20vw / var(--percent));
}
section.twelfth div.product_big span.ingredients {
  font-size: calc(14vw / var(--percent));
  max-width: calc(156vw / var(--percent));
  opacity: 0.8;
}
section.twelfth div.product_big div.price {
  position: absolute;
  right: 0;
  bottom: calc(26vw / var(--percent));
  width: calc(81vw / var(--percent));
  aspect-ratio: 1/1;
  font-size: calc(20vw / var(--percent));
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  border-radius: 100%;
  background: var(--cafeboard-price_marked_bg);
  color: var(--cafeboard-price_marked_color);
  z-index: 1;
}
section.twelfth div.product_big div.price span.count {
  font-size: calc(15vw / var(--percent));
  opacity: 0.5;
  justify-self: center;
}
section.twelfth div.product_card {
  display: grid;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
  padding-bottom: calc(18vw / var(--percent));
  margin-bottom: calc(18vw / var(--percent));
}
section.twelfth div.product_card div.image {
  display: none;
}
section.twelfth div.product_card div.description {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  grid-gap: calc(16vw / var(--percent));
}
section.twelfth div.product_card div.description div.title {
  display: grid;
}
section.twelfth div.product_card div.description div.title span.name {
  font-weight: 400;
  font-size: calc(24vw / var(--percent));
}
section.twelfth div.product_card div.description div.title span.weight {
  font-size: calc(11vw / var(--percent));
  font-weight: 500;
  opacity: 0.8;
}
section.twelfth div.product_card div.description span.price {
  font-size: calc(22vw / var(--percent));
  margin-right: calc(10vw / var(--percent));
}
section.twelfth div.product_card div.description span.ingredients {
  opacity: 0.5;
  font-size: calc(17vw / var(--percent));
  grid-column: 2 span;
}
section.twelfth div.product_big + div.product_card {
  padding-top: calc(24vw / var(--percent));
  margin-top: calc(24vw / var(--percent));
  border-top: 1px solid rgba(255, 255, 255, 0.1254901961);
}

section.screens {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  grid-gap: 10px;
}

@media (orientation: portrait) {
  :root {
    --percent: 7.68;
  }
}/*# sourceMappingURL=style.css.map */
div.image{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* End */
/* /bitrix/components/mwi/screen/templates/.default/style.css?176908031138311 */
