:root {
  --сщтефштук: 1320px;
  --lime-green: #4bb748;
  --blue-violet: #9b1de4;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: #fff;
}

.nav-link {
  color: #fff;
  cursor: pointer;
  padding: 20px;
  font-family: Ddtrg, sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

.nav-link:hover {
  background-color: rgba(75, 183, 72, .55);
  border-radius: 16px;
}

.nav-link.w--current {
  color: #fff;
  border: 1px solid #4bb748;
  border-radius: 16px;
}

.navbar-2 {
  z-index: 1;
  width: auto;
  height: 73px;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-2.black {
  background-color: rgba(0, 0, 0, .7);
}

.brand {
  text-align: left;
  justify-content: center;
  display: none;
}

.container-2 {
  max-width: var(--сщтефштук);
  object-fit: fill;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-menu {
  width: auto;
  flex: 1;
  order: 1;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.div-block {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .59), rgba(0, 0, 0, .59)), url('../images/Fon_golovna.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 0;
}

.div-block.page_2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Що-таке-эринги-тест.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.div-block.recept {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/fon-recepty.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block.divaboutback {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/fon.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 0;
}

.container-3 {
  max-width: var(--сщтефштук);
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  padding: 16px;
  font-family: Ddtrg, sans-serif;
  font-size: 66px;
  line-height: 66px;
  position: static;
}

.paragraph {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 13px;
  font-family: Eurostile, sans-serif;
  font-size: 53px;
}

.paragraph.en {
  line-height: 53px;
}

.abotm {
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  display: block;
}

.abotm._2page {
  background-color: var(--lime-green);
  background-image: url('../images/gryby_fon.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 36px;
}

.container-5 {
  height: 100%;
  max-width: var(--сщтефштук);
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 15px;
  display: flex;
}

.heading-black {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  text-transform: none;
  word-break: normal;
  justify-content: center;
  align-items: center;
  margin: 0 20px 25px;
  padding: 20px;
  font-family: Eurostile, sans-serif;
  font-size: 54px;
  display: flex;
}

.heading-black.heading-white {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eurostile, sans-serif;
  font-size: 62px;
}

.heading-black.heading-white.heading-prior {
  margin-bottom: 0;
}

.heading-black.headfirst {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0;
  justify-content: flex-start;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  line-height: 57px;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 0 auto;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-2 {
  width: auto;
  height: auto;
  max-width: none;
  color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 21px;
  padding-top: 19px;
  padding-right: 0;
  font-family: Ddtbk, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.paragraph-2.about-parag {
  color: #f5efef;
  margin: 15px;
}

.paragraph-2.page2 {
  color: #fff;
  margin: 0;
  padding-top: 0;
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.paragraph-3 {
  color: #000;
}

.paragraph-3.paragraph-2.vmistbilka {
  height: auto;
  max-width: none;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  margin: 0 0 15px;
  padding-top: 0;
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.paragraph-3.paragraph-2.vmistbilka.page2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.div_text_about {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 38px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}

.section-3 {
  min-height: 100vh;
  background-color: var(--lime-green);
  display: none;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 15px;
  display: grid;
}

.div-block-13 {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-2 {
  background-color: #000;
  border-radius: 15px;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 23px 20px 20px;
  font-family: Eurostile, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.paragraph-5 {
  max-width: 412px;
  color: #000;
  text-align: center;
  object-fit: fill;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -1px 0 0;
  padding-bottom: 9px;
  padding-right: 0;
  font-family: Ddtbk, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  display: block;
}

.paragraph-5.pafagraf22 {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.paragraph-5.punkt1 {
  margin-left: 0;
  font-family: Ddtbk, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.paragraph-5.paragraph-55 {
  margin-top: 25px;
  margin-bottom: 15px;
  margin-right: 0;
  padding-bottom: 0;
}

.paragraph-5.paragraph66 {
  margin-top: 33px;
}

.div-block-15 {
  max-width: none;
  min-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: grid;
}

.image-7 {
  margin: 0;
  padding-top: 0;
  padding-bottom: 33px;
}

.heading-6 {
  opacity: .19;
  color: #4bb748;
  align-self: flex-start;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 152px;
}

.heading-6.heading-33 {
  align-self: auto;
  margin-bottom: 0;
}

.heading-6.heading-11 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-6.heading22 {
  margin-left: 0;
}

.heading-6.headin55 {
  align-self: center;
  margin-left: 119px;
  margin-right: 0;
}

.div-block-17 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-17.div-block22 {
  justify-content: flex-start;
  margin-top: -104px;
}

.image-8 {
  max-width: 86%;
  flex: 0 auto;
  align-self: center;
}

.image-9 {
  align-self: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-18 {
  flex-direction: column;
  display: flex;
}

.image-10 {
  width: 100px;
  align-self: center;
  margin-top: -13px;
}

.div-block-19 {
  flex-direction: column;
  align-items: center;
  margin-top: -72px;
  display: flex;
}

.image-11 {
  width: 200px;
  margin-bottom: -67px;
}

.div-block-20 {
  flex-direction: column;
  display: flex;
}

.slider {
  width: auto;
  max-width: 50%;
  border-radius: 16px;
  align-self: auto;
  margin-top: 15px;
  display: block;
}

.slide {
  background-color: rgba(0, 0, 0, 0);
}

.image-12 {
  width: 43px;
  align-self: center;
}

.image-13 {
  width: 166px;
  align-self: center;
  margin-left: 89px;
}

.slide-nav {
  display: none;
}

.container-6 {
  max-width: var(--сщтефштук);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.container-6.product {
  padding: 36px 15px;
}

.div-block-21 {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  justify-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-22 {
  max-width: 560px;
  color: #000;
  background-color: #000;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 0 13px 4px rgba(0, 0, 0, .51);
}

.div-block-22.div-block-33 {
  max-width: 456px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-14 {
  width: auto;
  min-width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: block;
}

.image-14:hover {
  transform: rotate(-28deg);
}

.products {
  background-color: var(--lime-green);
  background-image: url('../images/gryby_fon.png');
  background-position: 0 0;
  background-size: auto;
}

.heading-34 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Ddtrg, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.paragraph-57 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Ddtbk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 1000px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-between;
  align-self: stretch;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: grid;
}

.div-block-34.recp {
  grid-column-gap: 35px;
  grid-row-gap: 34px;
  perspective: 1000px;
  grid-template-rows: auto auto auto auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: grid;
}

.image-15 {
  margin-top: 64px;
}

.section-5 {
  display: none;
}

.div-block-35 {
  flex-direction: column;
  align-self: auto;
  margin-top: 37px;
  display: flex;
}

.image-17 {
  border-radius: 16px;
  margin-top: 0;
}

.div-recipe {
  min-height: 150px;
  min-width: 120px;
  text-align: left;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #e9e9e9;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: transform .5s;
  display: block;
}

.div-recipe:hover {
  transform: translate3d(0, 0, 35px);
}

.text-recipe {
  color: #000;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  margin: 28px 14px 14px;
  padding: 0;
  font-family: Eurostile, sans-serif;
  font-size: 39px;
  line-height: 32px;
  display: block;
}

.text-recipe.text-recipe-1x1 {
  color: #fff;
  font-style: normal;
  line-height: 39px;
  text-decoration: none;
  transition: transform .5s;
}

.image-21 {
  object-fit: fill;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: static;
}

.div-block-38 {
  min-height: 120px;
  min-width: 120px;
  -webkit-text-fill-color: inherit;
  transform-style: preserve-3d;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .63) 6%, rgba(0, 0, 0, 0) 50%), url('../images/трюфельная-паста.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-clip: border-box;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  transition: transform .5s;
  display: flex;
}

.div-block-38:hover {
  transform: translate3d(0, 0, 35px);
}

.div-block-38.divtost {
  min-height: 100%;
  transform-style: preserve-3d;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .63) 6%, rgba(0, 0, 0, 0) 50%), url('../images/Авокадо-тост-.jpg');
  border-radius: 16px;
  text-decoration: none;
}

.div-block-38.divtost:hover {
  transform: translate3d(0, 0, 35px);
}

.div-block-38.div-kebab {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .63) 6%, rgba(0, 0, 0, 0) 50%), url('../images/Kebab.jpg');
  border-radius: 16px;
}

.div-block-38.divbu {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .63) 6%, rgba(0, 0, 0, 0) 50%), url('../images/буженина.jpg');
}

.div-block-38.riz {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .63) 6%, rgba(0, 0, 0, 0) 50%), url('../images/rizzoto.jpg');
}

.div-block-38.ache {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .63) 6%, rgba(0, 0, 0, 0) 50%), url('../images/ache.jpg');
}

.where-to-buy {
  background-color: var(--lime-green);
  background-image: url('../images/gryby_fon.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 36px;
  padding-bottom: 36px;
}

.container-7 {
  max-width: var(--сщтефштук);
}

.container-7.where {
  padding-top: 0;
  padding-bottom: 0;
}

.container-7.single-cont {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-39 {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-left: 15px;
  display: grid;
}

.image-23 {
  max-width: 100%;
}

.div-block-42 {
  min-width: 60%;
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  display: flex;
}

.image-24 {
  flex: 0 auto;
}

.contact {
  margin-top: 36px;
}

.contact.single {
  height: 100vh;
}

.recipes {
  padding-top: 36px;
  padding-bottom: 36px;
}

.div-block-44 {
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 40px;
  display: flex;
}

.div-block-45 {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.paragraph-58 {
  color: #0e0d0d;
  margin-top: 5px;
  padding: 10px;
  font-family: Eurostile, sans-serif;
  font-size: 37px;
}

.paragraph-58.contactup {
  align-self: center;
  margin-bottom: 6px;
}

.image-25 {
  max-width: none;
  align-self: center;
  margin-bottom: 15px;
}

.div-block-46 {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.contactlow {
  color: #000;
  text-align: center;
  align-self: center;
  padding: 5px;
  font-family: Ddtel, sans-serif;
  font-size: 20px;
}

.div-block-47 {
  justify-content: center;
  display: flex;
}

.paragraph-59 {
  color: #000;
  text-align: center;
  font-family: Ddtel, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.buttonstyle {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 20px;
  align-self: center;
  padding: 1ch 2ch;
  font-family: Ddtrg, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.buttonstyle:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
}

.buttonstyle.buttonstyle_rec {
  margin-top: 15px;
  margin-bottom: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.div-block-51 {
  min-width: 40%;
  align-self: center;
}

.div-block-52 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-left: 80px;
  display: flex;
  position: static;
  top: 0;
}

.div-block-55 {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.heading-35 {
  color: #000;
  align-self: auto;
  margin-bottom: 20px;
  margin-left: 15px;
  font-family: Eurostile, sans-serif;
  font-size: 54px;
  line-height: 50px;
}

.text-block-3 {
  color: #000;
  margin-top: 10px;
  margin-left: 15px;
  font-family: Ddtbk, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.dishface {
  width: 40%;
  height: 100vh;
  object-fit: fill;
  background-image: url('../images/скрембл.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 10%;
  transform: none;
}

.dishface.avocado {
  background-image: url('../images/DSC01064.jpg');
}

.dishface.rys {
  background-image: url('../images/азиатский-рис.jpg');
  background-position: 51%;
}

.dishface.pasta {
  background-image: url('../images/трюфельная-паста.jpg');
}

.dishface.scrembl {
  background-image: url('../images/скрембл.jpg');
}

.dishface.steik {
  background-image: url('../images/zastavka.jpg');
}

.dishface.kurczak {
  background-image: url('../images/zastavka_1.jpg');
}

.dishface.bujenina {
  background-image: url('../images/буженина.jpg');
  background-position: 55%;
  background-size: cover;
}

.dishface.rizzoto {
  background-image: url('../images/rizzoto.jpg');
}

.dishface.ravioli {
  background-image: url('../images/raviollo.jpg');
}

.dishface.ache {
  background-image: url('../images/ache.webp');
}

.dishface.omlet {
  background-image: url('../images/Omlet.webp');
}

.dishface.kebab {
  background-image: url('../images/Kebab.webp');
}

.section-6 {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-59 {
  width: 920px;
  height: auto;
}

.section-7 {
  background-color: var(--lime-green);
  background-image: url('../images/gryby_fon.png');
  background-position: 50%;
  background-size: auto;
}

.div-block-60 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.video {
  margin-top: 10px;
  margin-bottom: 30px;
}

.image-28 {
  cursor: pointer;
}

.container-9 {
  max-width: var(--сщтефштук);
}

.div-block-62 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

._1-etap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 44px;
  display: flex;
}

._2-etap {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 74px;
  display: flex;
}

.heading-36 {
  opacity: .19;
  color: var(--lime-green);
  padding: 49px 5px;
  font-size: 152px;
}

.heading-37 {
  align-self: flex-start;
  margin-bottom: 0;
  padding: 0;
}

.textetapy {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.textetapy._3etap {
  flex-direction: column;
  margin-top: 50px;
}

.div-block-63 {
  width: 659px;
  justify-content: flex-end;
  align-self: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-63.mob {
  display: none;
}

._3-etap {
  flex-direction: column;
  flex: 1;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.div-block-64 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-65 {
  margin-bottom: 20px;
}

.div-block-66 {
  align-self: flex-start;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 11%;
  bottom: auto;
  left: 42%;
  right: auto;
}

.div-block-67 {
  align-self: center;
  position: absolute;
  top: -51%;
  bottom: auto;
  left: 30%;
  right: auto;
}

.image-32 {
  margin-top: 40px;
}

.div-block-69 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 18px;
  display: flex;
}

.div-block-71 {
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.div-block-72 {
  align-self: center;
}

.div-block-73 {
  justify-content: space-around;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.div-block-74 {
  flex-direction: column;
  display: flex;
}

.image-34, .image-35 {
  align-self: center;
}

.section-8 {
  display: none;
}

.testlogo {
  z-index: 3;
  position: static;
  top: -32px;
  left: 50%;
}

.section-9 {
  z-index: 2;
  display: block;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.div-block-76 {
  margin-right: 30px;
}

.div-block-77 {
  margin-left: 30px;
}

.div-block-78 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-79 {
  max-width: 50%;
  flex-direction: column;
  display: flex;
}

.text-parg {
  font-family: Ddtbk, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-parg.syrovyna {
  color: #fff;
  line-height: 30px;
}

.div-block-80 {
  margin-left: 1em;
  margin-right: 1em;
}

.div-block-81 {
  height: auto;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.section-10 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Syrovyna.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  padding-top: 36px;
  padding-bottom: 36px;
}

.div-block-82 {
  width: 500px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-self: center;
  margin: 31px;
  padding: 25px;
  display: flex;
}

.heading_about {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Eurostile, sans-serif;
  font-size: 54px;
  line-height: 50px;
}

.heading_about.syrovyna {
  color: #fff;
  margin-left: 0;
}

.section-11 {
  background-color: var(--lime-green);
  background-image: url('../images/gryby_fon.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 36px;
  padding-bottom: 36px;
}

.div-block-83 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  display: grid;
}

.div-block-84 {
  margin: 1.5em 1em;
}

.div-block-85 {
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.heading-38 {
  color: #fff;
  text-align: center;
  align-self: center;
  font-family: Ddtbk, sans-serif;
  font-size: 22px;
}

.section-12 {
  background-color: var(--lime-green);
  background-image: url('../images/gryby_fon.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 36px;
  padding-bottom: 36px;
}

.image-41, .image-42, .image-43 {
  border-radius: 20px;
}

.section-14 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.product-img {
  width: 283px;
}

.div-block-95 {
  width: 100%;
  background-image: url('../images/Big2.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
}

.div-img-in-about {
  min-height: 100%;
  background-image: url('../images/IMG_0285.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-img-in-about.grib1 {
  background-image: url('../images/Griby-2.webp');
}

.div-img-in-about.grib2 {
  background-image: url('../images/griby-3.webp');
}

.div-img-in-about.grib3 {
  background-image: url('../images/Griby-1.webp');
}

.div-img-in-about.grib4 {
  background-image: url('../images/griby-4.webp');
}

.div-block-96 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefit-line {
  background-color: #000;
  border-radius: 16px;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.benefit {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.benefit-img {
  width: 200px;
}

.heading-41 {
  color: #fff;
  text-align: center;
  font-family: Ddtrg, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.textetapy2 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.divarrow3 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.mask {
  border-radius: 16px;
}

.heading-53 {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Eurostile, sans-serif;
  font-size: 40px;
  line-height: 64px;
}

.textslide2 {
  margin-left: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

.line-slide {
  width: 50px;
  height: 1px;
  background-color: #000;
  margin-left: 16px;
  margin-right: 16px;
}

.heading-51 {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 16px;
  padding-top: 20px;
  font-family: Eurostile, sans-serif;
  font-size: 62px;
  line-height: 64px;
}

.slider-block-img {
  width: 920px;
  border-radius: 16px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.slider-nav {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 36px;
  display: flex;
}

.paragraph-64 {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.textslide6, .textslide3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

.nav-text {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-4 {
  height: auto;
  max-width: 100vw;
  background-color: rgba(221, 221, 221, 0);
  padding-top: 0;
  overflow: hidden;
}

.textslide {
  flex: 0 auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.paragraph-65 {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
}

.icon-3 {
  width: 35px;
  align-self: auto;
}

.doroga-v-ukraine-text {
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.right-arrow-3 {
  justify-content: center;
  align-items: center;
  display: none;
  top: 45%;
  bottom: 45%;
  left: 1100px;
}

.image-51 {
  max-height: 460px;
  border-radius: 16px;
}

.slide-dostavka {
  border-radius: 16px;
}

.effect {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #f5f5f7 39%, rgba(255, 255, 255, 0));
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -88.3vw;
  right: auto;
}

.effect.right {
  background-image: linear-gradient(270deg, #f5f5f7 39%, rgba(255, 255, 255, 0));
  display: none;
  left: auto;
  right: -88.3vw;
}

.doroga-v-ukraine-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.textslide9 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

.mask-4 {
  max-height: 605px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.textslide5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

.slider-block {
  max-width: 1200px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 0 56px;
  display: flex;
}

.slider-block-text {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.textslide8 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

.left-arrow-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  top: 43%;
  bottom: 43%;
  right: 1100px;
}

.doroga-v-ukraine-container {
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-7 {
  padding: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.textslide7, .textslide4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

.logistic {
  background-color: var(--lime-green);
  background-image: url('../images/gryby_fon.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 36px;
  padding-bottom: 36px;
}

.logistic-container {
  max-width: var(--сщтефштук);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.log-block {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-log {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
}

.img-log {
  flex: 1;
  margin-left: 10px;
}

.paragraph-66 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.heading-54 {
  color: #fff;
  font-family: Eurostile, sans-serif;
  font-size: 62px;
  line-height: 44px;
}

.image-52 {
  border-radius: 16px;
}

.image-53 {
  display: none;
}

.heading-55 {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Ddtbk, sans-serif;
}

.container-11 {
  max-width: var(--сщтефштук);
  padding-top: 36px;
  padding-bottom: 36px;
}

.shag-block {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shag {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img-shag {
  width: 500px;
  height: auto;
}

.heading-56 {
  width: 500px;
  color: #fff;
  text-align: left;
  margin-top: 10px;
  font-family: Ddtbk, sans-serif;
  font-size: 24px;
}

.image-54, .image-55, .image-56, .image-57, .image-58, .image-59, .image-60, .image-61 {
  border-radius: 16px;
}

.heading-57 {
  color: #fff9f9;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Eurostile, sans-serif;
  font-size: 50px;
  line-height: 52px;
}

.heading-58 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Ddtrg, sans-serif;
  font-size: 66px;
}

.container-recepty {
  height: 100%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 15px;
  display: flex;
}

.without-video-block {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.without-shag {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-59 {
  color: #fff;
  background-color: #000;
  border-radius: 33px;
  margin-top: 0;
  padding: 11px 16px;
  font-size: 24px;
  line-height: 24px;
}

.text-block-15 {
  width: 500px;
  color: #fff;
  text-align: center;
  font-family: Ddtbk, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.link-recept {
  text-decoration: none;
  transition: transform .5s;
}

.link-recept.div-block-38 {
  min-height: 150px;
  cursor: pointer;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .63) 6%, rgba(0, 0, 0, 0) 50%), url('../images/трюфельна-паста-з-ерінгами.webp');
}

.link-recept.div-block-38.divtost {
  cursor: pointer;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .63) 6%, rgba(0, 0, 0, 0) 50%), url('../images/Авокадо-тост-.webp');
}

.link-recept.div-block-38.div-kebab {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .63) 6%, rgba(0, 0, 0, 0) 50%), url('../images/Kebab.webp');
}

.link-recept.div-block-38.divbu {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .63) 6%, rgba(0, 0, 0, 0) 50%), url('../images/bujeninan.webp');
}

.link-recept.div-block-38.riz {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .63) 6%, rgba(0, 0, 0, 0) 50%), url('../images/rizzoto.webp');
}

.link-recept.div-block-38.ache {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .63) 6%, rgba(0, 0, 0, 0) 50%), url('../images/ache.webp');
}

.facebook {
  cursor: pointer;
  margin-left: 20px;
  margin-right: 20px;
}

.insta {
  cursor: pointer;
  margin-right: 20px;
}

.youtube {
  cursor: pointer;
  margin-left: 20px;
}

.dropdown {
  display: none;
}

.dropdown-2 {
  position: absolute;
  top: 7px;
  bottom: 0%;
  left: auto;
  right: 2%;
}

.icon-5 {
  color: #fff;
  margin-right: 0;
}

.text-block-16 {
  color: #fff;
  font-size: 17px;
}

.dropdown-toggle {
  padding-top: 20px;
  padding-right: 20px;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: rgba(221, 221, 221, 0);
}

.dropdown-link {
  color: #fff;
  border: 1px solid #4bb748;
  border-radius: 16px;
}

.dropdown-link:hover {
  background-color: rgba(75, 183, 72, .55);
}

.dropdown-link.bl {
  background-color: rgba(0, 0, 0, .63);
}

.dropdown-link.ukr {
  margin-top: 10px;
}

.button-3 {
  background-color: var(--lime-green);
  border-radius: 20px;
  margin-top: 60px;
  padding: 1ch 2ch;
  font-family: Ddtsb, sans-serif;
  font-size: 26px;
  line-height: 24px;
}

.button-3:hover {
  border: 3px solid var(--lime-green);
  background-color: rgba(75, 183, 72, 0);
}

@media screen and (min-width: 1280px) {
  .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-6.heading-33 {
    padding: 35px 0;
  }

  .container-6.product {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-21 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .paragraph-57 {
    text-align: left;
    font-size: 18px;
  }

  .contact {
    margin-top: 36px;
  }

  .textetapy {
    flex-direction: row;
    justify-content: space-around;
  }

  .textetapy._3etap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-63 {
    width: 740px;
    top: 3%;
  }

  ._3-etap {
    flex: 1;
  }

  .div-block-64 {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-66 {
    left: 41%;
  }

  .div-block-67 {
    top: -52%;
    left: 32%;
  }

  .div-block-69, .div-block-71 {
    margin-top: 0;
  }

  .div-block-72 {
    position: relative;
    top: 32px;
    left: 39px;
  }

  .div-block-73 {
    justify-content: space-between;
  }

  .div-block-78 {
    justify-content: space-around;
  }

  .div-block-82 {
    width: 650px;
  }

  .textetapy2 {
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .image-50 {
    margin-top: 10px;
  }

  .effect {
    background-image: linear-gradient(to right, #f5f5f7 65%, rgba(255, 255, 255, 0));
  }

  .effect.right {
    background-image: linear-gradient(270deg, #f5f5f7 65%, rgba(255, 255, 255, 0));
  }

  .log-block {
    justify-content: space-between;
  }

  .dropdown-2 {
    right: 2%;
  }
}

@media screen and (min-width: 1440px) {
  .abotm._2page {
    justify-content: space-around;
  }

  .heading-black.heading-white {
    color: #fff;
  }

  .div-block-6 {
    align-items: flex-start;
  }

  .div-block-7 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .paragraph-2.page2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    display: block;
  }

  .paragraph-3.paragraph-2.vmistbilka.page2 {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-4 {
    margin-left: 0;
    margin-right: 0;
    line-height: 30px;
  }

  .div-block-21 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-22.div-block-33 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 5px;
  }

  .products {
    background-color: var(--lime-green);
  }

  .dishface {
    background-position: 57%;
    background-size: cover;
  }

  .section-6 {
    position: relative;
  }

  .video {
    border-radius: 16px;
  }

  .textetapy._3etap {
    flex-direction: column;
  }

  .div-block-63 {
    width: 811px;
    height: auto;
    top: auto;
    bottom: -10%;
    left: auto;
    right: 0%;
  }

  .div-block-66 {
    left: 40%;
  }

  .div-block-67 {
    top: -52%;
    left: 34%;
  }

  .div-block-71 {
    position: relative;
  }

  .div-block-72 {
    position: absolute;
    top: auto;
    bottom: 20%;
    left: auto;
    right: 37%;
  }

  .div-block-73 {
    justify-content: space-between;
  }

  .image-39 {
    border-radius: 100%;
  }

  .section-11 {
    padding-bottom: 36px;
  }

  .product-img {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-95 {
    background-position: 50%;
    background-size: cover;
  }

  .div-img-in-about {
    min-height: 100%;
  }

  .div-block-96 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-41 {
    color: #fff;
  }

  .slider-block-img {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .effect {
    background-image: linear-gradient(to right, #f5f5f7 65%, rgba(255, 255, 255, 0));
  }

  .effect.right {
    background-image: linear-gradient(270deg, #f5f5f7 65%, rgba(255, 255, 255, 0));
  }

  .mask-4 {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .container-11 {
    flex-direction: column;
  }

  .shag-block {
    grid-row-gap: 30px;
  }

  .img-shag, .heading-56 {
    width: 600px;
  }

  .heading-57 {
    font-size: 42px;
    line-height: 52px;
  }

  .dropdown-link {
    color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link {
    font-size: 20px;
  }

  .contact.single {
    margin-top: 0;
  }

  .section-9 {
    cursor: pointer;
  }

  .section-12 {
    background-image: url('../images/gryby_fon.png');
    background-position: 0 0;
    background-size: auto;
  }

  .slider-4 {
    overflow: hidden;
  }

  .effect {
    background-image: linear-gradient(to right, #f5f5f7 83%, rgba(255, 255, 255, 0));
    display: block;
  }

  .effect.right {
    background-image: linear-gradient(270deg, #f5f5f7 83%, rgba(255, 255, 255, 0));
    display: block;
  }

  .mask-4 {
    max-width: 68%;
    margin-left: auto;
    margin-right: auto;
  }

  .doroga-v-ukraine-slider {
    position: relative;
  }

  .left-arrow-3 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navbar-2 {
    z-index: 4;
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-2.black {
    background-color: rgba(0, 0, 0, 0);
  }

  .brand {
    z-index: 1;
    clear: none;
    flex-direction: column;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: none;
    position: absolute;
    top: auto;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .container-2 {
    justify-content: flex-end;
  }

  .nav-menu {
    background-color: #000;
  }

  .div-block.recept {
    background-image: linear-gradient(to bottom, null, null), url('../images/IMG_7310.jpg');
    background-position: 0 0, 50%;
  }

  .div-block.divaboutback {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/fon.jpg');
    background-position: 0 0, 50% 100%;
  }

  .heading-2 {
    margin-bottom: 0;
    padding: 10px;
    line-height: 73px;
  }

  .paragraph.eng {
    padding-left: 43px;
    padding-right: 43px;
    line-height: 53px;
  }

  .container-5 {
    max-width: var(--сщтефштук);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-black {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 50px;
    line-height: 46px;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .div-block-7 {
    max-width: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    align-self: auto;
    align-items: center;
    justify-items: center;
  }

  .paragraph-2.page2 {
    margin: 0 0 15px;
    padding-top: 0;
  }

  .div_text_about.textabout {
    max-width: none;
    font-size: 16px;
  }

  .paragraph-5 {
    opacity: 1;
    margin-top: 0;
    margin-right: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-5.punkt1 {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-15 {
    display: grid;
  }

  .image-7 {
    display: none;
  }

  .heading-6 {
    opacity: .22;
    color: #4bb748;
    margin-bottom: 0;
    font-size: 151px;
  }

  .div-block-17 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .image-8 {
    max-width: 100%;
  }

  .image-9 {
    margin-left: 0;
  }

  .slider {
    height: 246px;
  }

  .div-block-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: grid;
  }

  .div-block-22.div-block-33 {
    height: 100%;
  }

  .paragraph-57 {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-35 {
    margin-top: 0;
  }

  .image-17 {
    border-radius: 16px;
  }

  .icon {
    color: #fff;
    text-align: left;
  }

  .icon.receptions {
    color: #000;
  }

  .menu-button {
    align-self: auto;
    position: relative;
    left: 0;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .text-recipe {
    font-size: 30px;
  }

  .div-block-45, .div-block-46 {
    flex: 1;
  }

  .div-block-50 {
    max-width: none;
    margin-top: 15px;
  }

  .div-block-52 {
    flex: 1;
    margin-left: 11px;
  }

  .div-block-55 {
    padding-right: 15px;
  }

  .heading-35 {
    margin-left: 0;
    font-size: 44px;
  }

  .dishface {
    width: 300px;
    height: 400px;
    background-size: cover;
    border-radius: 16px;
    flex: 1;
    order: 1;
    position: static;
  }

  .section-6 {
    height: auto;
  }

  .div-block-59 {
    width: 720px;
  }

  .bold-text-4 {
    line-height: 53px;
  }

  ._1-etap {
    justify-content: flex-start;
    margin-top: 33px;
  }

  .div-block-63 {
    width: 300px;
    top: 33%;
  }

  ._3-etap {
    justify-content: flex-start;
    margin-top: 43px;
  }

  .div-block-66 {
    margin-left: 1px;
  }

  .div-block-67 {
    top: -60%;
    left: 39%;
  }

  .image-32 {
    margin-top: 10px;
  }

  .div-block-69 {
    margin-top: 0;
  }

  .image-33 {
    display: none;
  }

  .section-9 {
    display: block;
  }

  .div-block-76 {
    margin-right: 0;
  }

  .div-block-77 {
    margin-left: 0;
  }

  .div-block-78 {
    flex-direction: column;
  }

  .div-block-79 {
    max-width: 100%;
  }

  .div-block-80 {
    order: 1;
  }

  .div-img-in-about {
    min-height: 100%;
    min-width: 100%;
  }

  .heading-41 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-53 {
    font-size: 36px;
    line-height: 42px;
  }

  .slider-block-img {
    width: auto;
    align-self: center;
  }

  .slider-nav {
    display: none;
  }

  .paragraph-64 {
    font-size: 18px;
    line-height: 20px;
  }

  .slider-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon-3 {
    background-color: var(--lime-green);
    border-radius: 20px;
  }

  .doroga-v-ukraine-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-arrow-3 {
    display: block;
    left: auto;
  }

  .mask-4 {
    overflow: hidden;
  }

  .slider-block {
    flex-direction: column;
  }

  .slider-block-text {
    margin-top: 36px;
  }

  .left-arrow-3 {
    display: block;
    right: auto;
  }

  .log-block {
    flex-direction: column;
  }

  .paragraph-66 {
    margin-bottom: 15px;
  }

  .image-53 {
    display: inline-block;
  }

  .icon-4 {
    background-color: var(--lime-green);
    border-radius: 20px;
  }

  .shag-block {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
  }

  .img-shag {
    width: 350px;
  }

  .heading-56 {
    width: 350px;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-58.eng {
    text-align: center;
    line-height: 66px;
  }

  .bold-text-5, .bold-text-6 {
    font-size: 20px;
    line-height: 24px;
  }

  .container-recepty {
    max-width: var(--сщтефштук);
    align-items: flex-end;
    padding-top: 140px;
    padding-bottom: 36px;
  }

  .text-block-15 {
    width: 350px;
    font-size: 20px;
    line-height: 26px;
  }

  .link-recept.div-block-38.divbu {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .63) 6%, rgba(0, 0, 0, 0) 50%), url('../images/bujeninan.webp');
  }

  .link-recept.div-block-38.riz {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .63) 6%, rgba(0, 0, 0, 0) 50%), url('../images/rizzoto.webp');
  }

  .link-recept.div-block-38.ache {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .63) 6%, rgba(0, 0, 0, 0) 50%), url('../images/ache.webp');
  }

  .dropdown {
    font-size: 17px;
    display: block;
  }

  .dropdown-2 {
    display: none;
  }

  .icon-6, .text-block-17 {
    color: #fff;
  }

  .dropdown-list-2 {
    background-color: #744949;
  }

  .dropdown-list-2.w--open {
    background-color: #000;
  }

  .dropdown-link-2 {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    bottom: auto;
    left: 50%;
  }

  .heading-2 {
    text-align: center;
    padding-bottom: 0;
    font-size: 50px;
    line-height: 64px;
  }

  .paragraph {
    padding: 0 37px;
    font-size: 30px;
    line-height: 33px;
  }

  .paragraph.eng {
    line-height: 30px;
  }

  .paragraph.en {
    line-height: 35px;
  }

  .abotm {
    padding-top: 18px;
  }

  .container-5 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .heading-black {
    margin: 10px;
    padding: 6px;
    font-size: 39px;
    line-height: 37px;
  }

  .heading-black.heading-white {
    font-size: 39px;
    line-height: 37px;
  }

  .heading-black.heading-white.heading-prior {
    margin-bottom: 20px;
  }

  .heading-black.headfirst {
    line-height: 43px;
  }

  .div-block-7 {
    min-height: 350px;
    min-width: 100%;
    order: -1;
  }

  .paragraph-2.page2 {
    margin: 5px;
    padding-top: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-3.paragraph-2.vmistbilka {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 23px;
  }

  .paragraph-3.paragraph-2.vmistbilka.page2 {
    font-size: 18px;
    line-height: 24px;
  }

  .div_text_about.textabout {
    max-width: none;
    flex-direction: column;
    order: 0;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-5 {
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .paragraph-5.pafagraf22 {
    margin-top: 0;
    margin-right: 0;
  }

  .paragraph-5.punkt1 {
    font-size: 18px;
  }

  .div-block-15 {
    grid-template-rows: auto;
  }

  .image-7 {
    padding-bottom: 0;
    display: none;
  }

  .heading-6.heading-33 {
    margin-bottom: 0;
    font-size: 94px;
  }

  .heading-6.heading22 {
    font-size: 94px;
  }

  .div-block-17.div-block22 {
    margin-top: 0;
  }

  .image-9 {
    margin-bottom: 0;
    display: none;
  }

  .image-10, .image-11 {
    display: none;
  }

  .slider {
    max-width: none;
    align-self: center;
    margin-bottom: 20px;
  }

  .div-block-21 {
    display: flex;
  }

  .heading-34 {
    font-size: 27px;
  }

  .paragraph-57 {
    text-align: center;
    font-size: 18px;
  }

  .div-block-34.recp {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-15 {
    align-self: center;
    margin-top: 76px;
  }

  .text-recipe {
    margin-top: 14px;
    font-size: 23px;
    line-height: 24px;
  }

  .text-recipe.text-recipe-1x1 {
    line-height: 24px;
  }

  .paragraph-58.contactup {
    font-size: 29px;
  }

  .contactlow {
    margin-bottom: 0;
    font-size: 16px;
  }

  .paragraph-59, .buttonstyle, .buttonstyle.buttonstyle_rec {
    font-size: 16px;
  }

  .div-block-50 {
    max-width: none;
    order: 1;
  }

  .heading-35 {
    text-align: center;
  }

  .text-block-3 {
    margin-left: 15px;
  }

  .dishface {
    width: 67%;
    flex: 0 auto;
    margin-top: 12px;
  }

  .div-block-59 {
    width: 450px;
  }

  .image-27 {
    width: 45px;
    height: 45px;
  }

  .image-28 {
    width: 45px;
    height: 45px;
    margin-right: 5px;
  }

  .bold-text-4 {
    line-height: 33px;
  }

  .div-block-62 {
    flex-direction: column;
  }

  ._1-etap {
    margin-top: 0;
    margin-bottom: 5px;
  }

  ._2-etap {
    margin-top: 15px;
    padding-bottom: 15px;
  }

  .heading-37 {
    font-size: 94px;
  }

  .textetapy {
    justify-content: center;
  }

  .textetapy._1etap {
    flex-direction: row;
    font-size: 14px;
  }

  .textetapy._5etap {
    flex-direction: row-reverse;
  }

  .textetapy._3etap {
    margin-top: 15px;
  }

  .div-block-63 {
    display: none;
    position: absolute;
  }

  .div-block-63.mob {
    display: block;
    position: static;
  }

  ._3-etap {
    align-items: stretch;
    margin-top: 0;
  }

  .div-block-64 {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
  }

  .div-block-66 {
    margin-bottom: 0;
  }

  .div-block-67 {
    margin-top: 0;
  }

  .div-block-69 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-71 {
    flex-direction: column;
    margin-top: 0;
  }

  .image-33 {
    display: none;
  }

  .div-block-73 {
    flex-direction: column;
  }

  .text-parg {
    font-size: 18px;
    line-height: 26px;
  }

  .text-parg.syrovyna {
    line-height: 26px;
  }

  .heading-38 {
    font-size: 21px;
  }

  .div-block-95 {
    min-height: 350px;
    min-width: 50px;
    order: 1;
  }

  .div-block-96 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .benefit-line {
    order: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .benefit {
    justify-content: flex-start;
  }

  .benefit-img {
    width: 100px;
  }

  .heading-41 {
    font-size: 18px;
    line-height: 22px;
  }

  .textetapy2 {
    margin-bottom: 10px;
  }

  .divarrow3 {
    display: none;
  }

  .heading-53 {
    font-size: 30px;
    line-height: 37px;
  }

  .heading-51 {
    padding-left: 52px;
    padding-right: 52px;
    font-size: 39px;
    line-height: 37px;
  }

  .slider-block-img {
    flex: 0 auto;
  }

  .image-51 {
    height: auto;
  }

  .slider-block-text {
    justify-content: flex-start;
    position: static;
  }

  .paragraph-66 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-54 {
    font-size: 39px;
    line-height: 37px;
  }

  .image-53 {
    display: none;
  }

  .shag-block {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .img-shag, .heading-56 {
    width: 450px;
  }

  .heading-58 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 50px;
    line-height: 66px;
  }

  .container-recepty {
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .without-video-block {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-15 {
    width: 450px;
  }

  .facebook {
    margin-left: 5px;
    margin-right: 5px;
  }

  .insta {
    margin-right: 0;
  }

  .youtube {
    margin-left: 5px;
  }

  .image-62 {
    width: 45px;
    height: 45px;
  }

  .slide-2 {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .navbar-2 {
    z-index: 4;
  }

  .brand {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: none;
    bottom: auto;
    left: 50%;
    right: auto;
  }

  .div-block {
    background-image: linear-gradient(rgba(0, 0, 0, .59), rgba(0, 0, 0, .59)), url('../images/Fon_1slide.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block.page_2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/IMG_0332.jpg');
    background-position: 0 0, 50%;
  }

  .div-block.divaboutback {
    background-image: linear-gradient(to bottom, null, null), url('../images/fon.jpg');
    background-size: auto, auto;
  }

  .heading-2 {
    align-self: auto;
    padding: 0;
    font-size: 50px;
    line-height: 64px;
  }

  .paragraph {
    padding: 5px;
    font-size: 32px;
    line-height: 39px;
  }

  .paragraph.eng {
    line-height: 32px;
  }

  .container-5 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-black {
    text-align: center;
    margin: 10px 5px;
    padding: 5px 0;
    font-size: 30px;
  }

  .heading-black.heading-white {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 39px;
    line-height: 44px;
  }

  .heading-black.heading-white.heading-prior {
    margin-top: 0;
  }

  .heading-black.headfirst {
    line-height: 37px;
  }

  .div-block-6 {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
  }

  .div-block-7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .paragraph-2.page2 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-3.paragraph-2.vmistbilka {
    margin-left: 5px;
    margin-right: 5px;
    font-family: Ddtbk, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .paragraph-3.paragraph-2.vmistbilka.page2 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-4, .paragraph-5, .paragraph-5.punkt1 {
    font-size: 16px;
  }

  .slider {
    height: 193px;
  }

  .div-block-21 {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-34 {
    padding: 0;
    font-size: 27px;
    line-height: 30px;
  }

  .paragraph-57 {
    font-size: 16px;
    font-weight: 400;
  }

  .div-block-34 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-34.recp {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-15 {
    align-self: center;
  }

  .div-block-35 {
    flex-direction: column;
    margin-top: 0;
  }

  .div-recipe:hover {
    transform: translate3d(0, 0, 35px);
  }

  .text-recipe {
    font-size: 20px;
    line-height: 20px;
  }

  .text-recipe.text-recipe-1x1 {
    line-height: 20px;
  }

  .div-block-42 {
    display: none;
  }

  .image-24 {
    display: block;
  }

  .div-block-44 {
    flex-direction: column;
  }

  .div-block-46 {
    margin-top: 19px;
  }

  .contactlow {
    font-size: 16px;
  }

  .div-block-47 {
    justify-content: center;
  }

  .paragraph-59, .buttonstyle.buttonstyle_rec {
    font-size: 16px;
  }

  .div-block-52 {
    flex-direction: row;
  }

  .heading-35 {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 50px;
  }

  .text-block-3 {
    font-size: 18px;
    line-height: 24px;
  }

  .dishface {
    width: 100%;
    height: 200px;
  }

  .div-block-59 {
    width: 300px;
  }

  .video {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bold-text-4 {
    line-height: 39px;
  }

  .section-8 {
    display: none;
  }

  .text-parg {
    margin-bottom: 0;
    margin-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 23px;
  }

  .div-block-82 {
    width: 300px;
    margin: 20px 0;
    padding: 15px 0;
  }

  .heading_about {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .heading_about.syrovyna {
    font-size: 30px;
    line-height: 37px;
  }

  .div-block-83 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-84 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-38 {
    font-size: 18px;
    line-height: 23px;
  }

  .benefit-line {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .benefit {
    padding-bottom: 10px;
  }

  .heading-41 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .heading-53 {
    font-size: 22px;
    line-height: 23px;
  }

  .heading-51 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .slider-block-img {
    height: auto;
  }

  .slider-4 {
    max-height: 361px;
  }

  .paragraph-65 {
    font-size: 18px;
    line-height: 23px;
  }

  .icon-3 {
    background-color: rgba(75, 183, 72, 0);
  }

  .right-arrow-3 {
    top: -25%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .effect, .effect.right {
    display: none;
  }

  .mask-4 {
    height: 334px;
    max-width: none;
  }

  .slider-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-block-text {
    justify-content: flex-start;
    margin-top: 0;
  }

  .left-arrow-3 {
    top: -25%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .heading-54 {
    margin-top: 0;
  }

  .icon-4 {
    background-color: rgba(75, 183, 72, 0);
  }

  .heading-55 {
    margin-top: 5px;
    margin-left: 0;
    font-size: 20px;
  }

  .container-11 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .img-shag {
    width: 300px;
  }

  .heading-56 {
    width: 300px;
    text-align: center;
  }

  .heading-57 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-58 {
    line-height: 54px;
  }

  .heading-58.eng {
    font-size: 45px;
  }

  .bold-text-5, .bold-text-6 {
    font-size: 16px;
  }

  .text-block-15 {
    width: 300px;
  }

  .button-3 {
    font-size: 24px;
  }
}

#w-node-ebcb2476-260c-6490-2f8b-a52472540f29-100fc0f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1d04df5-39af-f715-9550-ae2b6d6bc573-100fc0f9, #w-node-e067759b-1a44-7117-d52f-7bcd3b76056c-100fc0f9, #w-node-_220afa40-f157-c4e0-ce33-db7b0cc3cf6f-100fc0f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_54fde203-d710-2d20-6db0-2f7b524f45d9-100fc0f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_8f832ee3-c500-fdb7-695f-f29262f6c8bb-100fc0f9, #w-node-febe6551-c8fc-0dd6-27ac-b86cec464c0e-100fc0f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_589785cc-cd4d-bbc7-f661-23f5243aa725-100fc0f9 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
  justify-self: center;
}

#w-node-_589785cc-cd4d-bbc7-f661-23f5243aa728-100fc0f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_91fda290-cda4-a52d-cf7b-02ece1bb8ddc-100fc0f9, #w-node-_4c9edd95-b137-a3c9-5036-ed4bbfccdbf8-100fc0f9, #w-node-_41516b56-0886-131e-ddc9-a292bba82003-100fc0f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d64a869-37bb-2a85-3873-db2dfade34bc-100fc0f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3d64a869-37bb-2a85-3873-db2dfade34c0-100fc0f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26313cc6-1488-455d-1694-8512f4173419-100fc0f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_26313cc6-1488-455d-1694-8512f417341d-100fc0f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcf2953d-1486-a0e8-7291-040804a49121-100fc0f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-dcf2953d-1486-a0e8-7291-040804a49126-100fc0f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01cc2deb-52cb-24a6-a40a-d0b10a196e38-100fc0f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_01cc2deb-52cb-24a6-a40a-d0b10a196e3d-100fc0f9, #w-node-_1fa47e02-e9e4-0743-819a-2b1440a0fa36-100fc0f9, #w-node-_7e102609-f1b7-1349-6c75-e4e495139580-100fc0f9, #w-node-_9e4215dc-5530-f013-24f4-394264f696ae-100fc0f9, #w-node-acc21dee-b3d3-6a62-e0cc-1b4a7953d2ed-100fc0f9, #w-node-b257f41d-681b-d1d3-b8d1-70f125c15a1d-100fc0f9, #w-node-e336ab10-0e52-9de5-a962-302f8e330f15-100fc0f9, #w-node-bd8ee3c5-2428-aea1-2e06-e56f1b4b18a1-100fc0f9, #w-node-_0833b64f-4397-1f56-c619-3591a784b378-100fc0f9, #w-node-c6c01319-0617-6ce2-cb3b-2730d0cad578-100fc0f9, #w-node-be812c83-5296-3509-6784-7ea34eece4ce-100fc0f9, #w-node-_5c148d8c-f4f9-8e54-82eb-e3b0abe7eb15-100fc0f9, #w-node-ad17ba88-b9f0-3b73-1e27-fb704ceab4cc-100fc0f9, #w-node-d7400076-436d-7a67-25d3-cc4016774e1a-100fc0f9, #w-node-_915776e8-ff3b-465c-a09d-cbdd09bb32df-100fc0f9, #w-node-_0fe69214-c310-9c37-bac9-8cc5aea6fb4a-100fc0f9, #w-node-dda4374d-12f9-19a0-c083-aeb382b5383a-aef7e7de, #w-node-_442e85a6-d5ee-9ada-49b7-228fe8c36392-aef7e7de, #w-node-_9e034e40-5a32-c808-552f-e3facd31628d-aef7e7de, #w-node-_577bcebe-f946-304c-d1cf-c4b156244b62-aef7e7de, #w-node-a8a4d7d8-390c-3970-d1f3-b021de779256-aef7e7de, #w-node-a8a4d7d8-390c-3970-d1f3-b021de77926b-aef7e7de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c38dddd1-b24c-5ea7-8c53-3713e31c90aa-aef7e7de {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-dd87acd2-b1e6-b984-8e58-23dd28728256-aef7e7de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-dd87acd2-b1e6-b984-8e58-23dd28728259-aef7e7de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-dd87acd2-b1e6-b984-8e58-23dd2872825a-aef7e7de, #w-node-dd87acd2-b1e6-b984-8e58-23dd2872825b-aef7e7de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd87acd2-b1e6-b984-8e58-23dd28728261-aef7e7de {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
  justify-self: center;
}

#w-node-dd87acd2-b1e6-b984-8e58-23dd28728264-aef7e7de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-dd87acd2-b1e6-b984-8e58-23dd28728267-aef7e7de, #w-node-dd87acd2-b1e6-b984-8e58-23dd28728279-aef7e7de, #w-node-dd87acd2-b1e6-b984-8e58-23dd2872827a-aef7e7de, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858590-aef7e7de, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858591-aef7e7de, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858592-aef7e7de, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858593-aef7e7de, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858594-aef7e7de, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858595-aef7e7de, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858596-aef7e7de, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858597-aef7e7de, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858598-aef7e7de, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858599-aef7e7de, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a85859a-aef7e7de, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a85859b-aef7e7de, #w-node-e496fd3e-64c3-3a18-8878-29817eb00e45-49bf4f44, #w-node-e496fd3e-64c3-3a18-8878-29817eb00e50-49bf4f44, #w-node-_00d4ed0c-a137-0a1c-7fb3-fbc497092ae5-472b4148, #w-node-_28f3b3e7-1fcd-2330-e098-e58528a15975-472b4148, #w-node-d8c38003-dc0e-cd4a-3671-d754af77a0a9-472b4148, #w-node-_55f8d963-1a11-331a-29dc-d1bd30264a45-472b4148, #w-node-ebcb2476-260c-6490-2f8b-a52472540f29-bda7c34f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1d04df5-39af-f715-9550-ae2b6d6bc573-bda7c34f, #w-node-e067759b-1a44-7117-d52f-7bcd3b76056c-bda7c34f, #w-node-_220afa40-f157-c4e0-ce33-db7b0cc3cf6f-bda7c34f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_54fde203-d710-2d20-6db0-2f7b524f45d9-bda7c34f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_8f832ee3-c500-fdb7-695f-f29262f6c8bb-bda7c34f, #w-node-febe6551-c8fc-0dd6-27ac-b86cec464c0e-bda7c34f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_589785cc-cd4d-bbc7-f661-23f5243aa725-bda7c34f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
  justify-self: center;
}

#w-node-_589785cc-cd4d-bbc7-f661-23f5243aa728-bda7c34f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_91fda290-cda4-a52d-cf7b-02ece1bb8ddc-bda7c34f, #w-node-_4c9edd95-b137-a3c9-5036-ed4bbfccdbf8-bda7c34f, #w-node-_41516b56-0886-131e-ddc9-a292bba82003-bda7c34f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d64a869-37bb-2a85-3873-db2dfade34bc-bda7c34f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3d64a869-37bb-2a85-3873-db2dfade34c0-bda7c34f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26313cc6-1488-455d-1694-8512f4173419-bda7c34f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_26313cc6-1488-455d-1694-8512f417341d-bda7c34f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcf2953d-1486-a0e8-7291-040804a49121-bda7c34f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-dcf2953d-1486-a0e8-7291-040804a49126-bda7c34f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01cc2deb-52cb-24a6-a40a-d0b10a196e38-bda7c34f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_01cc2deb-52cb-24a6-a40a-d0b10a196e3d-bda7c34f, #w-node-_1fa47e02-e9e4-0743-819a-2b1440a0fa36-bda7c34f, #w-node-_7e102609-f1b7-1349-6c75-e4e495139580-bda7c34f, #w-node-_9e4215dc-5530-f013-24f4-394264f696ae-bda7c34f, #w-node-acc21dee-b3d3-6a62-e0cc-1b4a7953d2ed-bda7c34f, #w-node-b257f41d-681b-d1d3-b8d1-70f125c15a1d-bda7c34f, #w-node-e336ab10-0e52-9de5-a962-302f8e330f15-bda7c34f, #w-node-bd8ee3c5-2428-aea1-2e06-e56f1b4b18a1-bda7c34f, #w-node-_0833b64f-4397-1f56-c619-3591a784b378-bda7c34f, #w-node-c6c01319-0617-6ce2-cb3b-2730d0cad578-bda7c34f, #w-node-be812c83-5296-3509-6784-7ea34eece4ce-bda7c34f, #w-node-_5c148d8c-f4f9-8e54-82eb-e3b0abe7eb15-bda7c34f, #w-node-ad17ba88-b9f0-3b73-1e27-fb704ceab4cc-bda7c34f, #w-node-d7400076-436d-7a67-25d3-cc4016774e1a-bda7c34f, #w-node-_915776e8-ff3b-465c-a09d-cbdd09bb32df-bda7c34f, #w-node-_0fe69214-c310-9c37-bac9-8cc5aea6fb4a-bda7c34f, #w-node-dda4374d-12f9-19a0-c083-aeb382b5383a-34d1922c, #w-node-_442e85a6-d5ee-9ada-49b7-228fe8c36392-34d1922c, #w-node-_9e034e40-5a32-c808-552f-e3facd31628d-34d1922c, #w-node-_577bcebe-f946-304c-d1cf-c4b156244b62-34d1922c, #w-node-a8a4d7d8-390c-3970-d1f3-b021de779256-34d1922c, #w-node-a8a4d7d8-390c-3970-d1f3-b021de77926b-34d1922c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c38dddd1-b24c-5ea7-8c53-3713e31c90aa-34d1922c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-dd87acd2-b1e6-b984-8e58-23dd28728256-34d1922c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-dd87acd2-b1e6-b984-8e58-23dd28728259-34d1922c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-dd87acd2-b1e6-b984-8e58-23dd2872825a-34d1922c, #w-node-dd87acd2-b1e6-b984-8e58-23dd2872825b-34d1922c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd87acd2-b1e6-b984-8e58-23dd28728261-34d1922c {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
  justify-self: center;
}

#w-node-dd87acd2-b1e6-b984-8e58-23dd28728264-34d1922c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-dd87acd2-b1e6-b984-8e58-23dd28728267-34d1922c, #w-node-dd87acd2-b1e6-b984-8e58-23dd28728279-34d1922c, #w-node-dd87acd2-b1e6-b984-8e58-23dd2872827a-34d1922c, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858590-34d1922c, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858591-34d1922c, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858592-34d1922c, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858593-34d1922c, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858594-34d1922c, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858595-34d1922c, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858596-34d1922c, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858597-34d1922c, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858598-34d1922c, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a858599-34d1922c, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a85859a-34d1922c, #w-node-_455eb162-d45e-ff9a-5f48-06eb3a85859b-34d1922c, #w-node-_00d4ed0c-a137-0a1c-7fb3-fbc497092ae5-453e1318, #w-node-_28f3b3e7-1fcd-2330-e098-e58528a15975-453e1318, #w-node-d8c38003-dc0e-cd4a-3671-d754af77a0a9-453e1318, #w-node-_55f8d963-1a11-331a-29dc-d1bd30264a45-453e1318, #w-node-e496fd3e-64c3-3a18-8878-29817eb00e45-18d73358, #w-node-e496fd3e-64c3-3a18-8878-29817eb00e50-18d73358, #w-node-ebcb2476-260c-6490-2f8b-a52472540f29-42b437b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1d04df5-39af-f715-9550-ae2b6d6bc573-42b437b6, #w-node-e067759b-1a44-7117-d52f-7bcd3b76056c-42b437b6, #w-node-_220afa40-f157-c4e0-ce33-db7b0cc3cf6f-42b437b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_54fde203-d710-2d20-6db0-2f7b524f45d9-42b437b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_8f832ee3-c500-fdb7-695f-f29262f6c8bb-42b437b6, #w-node-febe6551-c8fc-0dd6-27ac-b86cec464c0e-42b437b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_589785cc-cd4d-bbc7-f661-23f5243aa725-42b437b6 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
  justify-self: center;
}

#w-node-_589785cc-cd4d-bbc7-f661-23f5243aa728-42b437b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_91fda290-cda4-a52d-cf7b-02ece1bb8ddc-42b437b6, #w-node-_4c9edd95-b137-a3c9-5036-ed4bbfccdbf8-42b437b6, #w-node-_41516b56-0886-131e-ddc9-a292bba82003-42b437b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d64a869-37bb-2a85-3873-db2dfade34bc-42b437b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3d64a869-37bb-2a85-3873-db2dfade34c0-42b437b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26313cc6-1488-455d-1694-8512f4173419-42b437b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_26313cc6-1488-455d-1694-8512f417341d-42b437b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcf2953d-1486-a0e8-7291-040804a49121-42b437b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-dcf2953d-1486-a0e8-7291-040804a49126-42b437b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01cc2deb-52cb-24a6-a40a-d0b10a196e38-42b437b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_01cc2deb-52cb-24a6-a40a-d0b10a196e3d-42b437b6, #w-node-_1fa47e02-e9e4-0743-819a-2b1440a0fa36-42b437b6, #w-node-_7e102609-f1b7-1349-6c75-e4e495139580-42b437b6, #w-node-_9e4215dc-5530-f013-24f4-394264f696ae-42b437b6, #w-node-acc21dee-b3d3-6a62-e0cc-1b4a7953d2ed-42b437b6, #w-node-b257f41d-681b-d1d3-b8d1-70f125c15a1d-42b437b6, #w-node-e336ab10-0e52-9de5-a962-302f8e330f15-42b437b6, #w-node-bd8ee3c5-2428-aea1-2e06-e56f1b4b18a1-42b437b6, #w-node-_0833b64f-4397-1f56-c619-3591a784b378-42b437b6, #w-node-c6c01319-0617-6ce2-cb3b-2730d0cad578-42b437b6, #w-node-be812c83-5296-3509-6784-7ea34eece4ce-42b437b6, #w-node-_5c148d8c-f4f9-8e54-82eb-e3b0abe7eb15-42b437b6, #w-node-ad17ba88-b9f0-3b73-1e27-fb704ceab4cc-42b437b6, #w-node-d7400076-436d-7a67-25d3-cc4016774e1a-42b437b6, #w-node-_915776e8-ff3b-465c-a09d-cbdd09bb32df-42b437b6, #w-node-_0fe69214-c310-9c37-bac9-8cc5aea6fb4a-42b437b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_26313cc6-1488-455d-1694-8512f4173419-100fc0f9, #w-node-dcf2953d-1486-a0e8-7291-040804a49121-100fc0f9, #w-node-_01cc2deb-52cb-24a6-a40a-d0b10a196e38-100fc0f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-c38dddd1-b24c-5ea7-8c53-3713e31c90aa-aef7e7de {
    align-self: baseline;
  }

  #w-node-_26313cc6-1488-455d-1694-8512f4173419-bda7c34f, #w-node-dcf2953d-1486-a0e8-7291-040804a49121-bda7c34f, #w-node-_01cc2deb-52cb-24a6-a40a-d0b10a196e38-bda7c34f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-c38dddd1-b24c-5ea7-8c53-3713e31c90aa-34d1922c {
    align-self: baseline;
  }

  #w-node-_26313cc6-1488-455d-1694-8512f4173419-42b437b6, #w-node-dcf2953d-1486-a0e8-7291-040804a49121-42b437b6, #w-node-_01cc2deb-52cb-24a6-a40a-d0b10a196e38-42b437b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_3d64a869-37bb-2a85-3873-db2dfade34bc-100fc0f9 {
    justify-self: center;
  }

  #w-node-dcf2953d-1486-a0e8-7291-040804a49121-100fc0f9, #w-node-_01cc2deb-52cb-24a6-a40a-d0b10a196e38-100fc0f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_02144752-0540-36d5-5dd0-a3ecd009098f-8572584e, #w-node-_4d253d18-b790-7100-935e-ced3bc53fa9b-8572584e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3d64a869-37bb-2a85-3873-db2dfade34bc-bda7c34f {
    justify-self: center;
  }

  #w-node-dcf2953d-1486-a0e8-7291-040804a49121-bda7c34f, #w-node-_01cc2deb-52cb-24a6-a40a-d0b10a196e38-bda7c34f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_02144752-0540-36d5-5dd0-a3ecd009098f-238b2570, #w-node-_4d253d18-b790-7100-935e-ced3bc53fa9b-238b2570 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3d64a869-37bb-2a85-3873-db2dfade34bc-42b437b6 {
    justify-self: center;
  }

  #w-node-dcf2953d-1486-a0e8-7291-040804a49121-42b437b6, #w-node-_01cc2deb-52cb-24a6-a40a-d0b10a196e38-42b437b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-c38dddd1-b24c-5ea7-8c53-3713e31c90aa-aef7e7de, #w-node-c38dddd1-b24c-5ea7-8c53-3713e31c90aa-34d1922c {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c5bfc306-4161-4c29-1a3a-28cec5d96643-100fc0f9, #w-node-_589785cc-cd4d-bbc7-f661-23f5243aa725-100fc0f9, #w-node-dd87acd2-b1e6-b984-8e58-23dd28728253-aef7e7de, #w-node-dd87acd2-b1e6-b984-8e58-23dd28728261-aef7e7de, #w-node-c5bfc306-4161-4c29-1a3a-28cec5d96643-bda7c34f, #w-node-_589785cc-cd4d-bbc7-f661-23f5243aa725-bda7c34f, #w-node-dd87acd2-b1e6-b984-8e58-23dd28728253-34d1922c, #w-node-dd87acd2-b1e6-b984-8e58-23dd28728261-34d1922c, #w-node-c5bfc306-4161-4c29-1a3a-28cec5d96643-42b437b6, #w-node-_589785cc-cd4d-bbc7-f661-23f5243aa725-42b437b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ddtbk';
  src: url('../fonts/DDTBk-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ddtlt';
  src: url('../fonts/DDTLt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ddtsb';
  src: url('../fonts/DDTSb-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ddtul';
  src: url('../fonts/DDTUl-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ddtul';
  src: url('../fonts/DDTUl-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ddthv';
  src: url('../fonts/DDTHv-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ddtsb';
  src: url('../fonts/DDTSb-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ddtrg';
  src: url('../fonts/DDTRg-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ddtrg';
  src: url('../fonts/DDTRg-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ddtrg';
  src: url('../fonts/DDTRg-Bold.ttf') format('truetype'), url('../fonts/DDTRg-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ddtrg';
  src: url('../fonts/DDTRg-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ddtlt';
  src: url('../fonts/DDTLt-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ddthv';
  src: url('../fonts/DDTHv-Regular.ttf') format('truetype'), url('../fonts/DDTHv-Regular.ttf') format('truetype'), url('../fonts/DDTHv-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ddtel';
  src: url('../fonts/DDTEl-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ddtel';
  src: url('../fonts/DDTEl-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ddtbk';
  src: url('../fonts/DDTBk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eurostile';
  src: url('../fonts/Eurostile-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}