@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v18/va9f4kDNxMZdWfMOD5VvkrBiQxf_.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v18/va9C4kDNxMZdWfMOD5VvkojO.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v18/va9f4kDNxMZdWfMOD5VvkrA6Qhf_.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v18/va9f4kDNxMZdWfMOD5VvkrAWRRf_.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v18/va9f4kDNxMZdWfMOD5VvkrByRBf_.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v18/va9f4kDNxMZdWfMOD5VvkrBuRxf_.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v18/va9f4kDNxMZdWfMOD5VvkrBKRhf_.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v18/va9B4kDNxMZdWfMOD5VnPKruQQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v18/va9E4kDNxMZdWfMOD5VfkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v18/va9B4kDNxMZdWfMOD5VnZKvuQQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v18/va9B4kDNxMZdWfMOD5VnSKzuQQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v18/va9B4kDNxMZdWfMOD5VnLK3uQQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v18/va9B4kDNxMZdWfMOD5VnMK7uQQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v18/va9B4kDNxMZdWfMOD5VnFK_uQQ.ttf) format('truetype');
}

* {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
  --app-height: 100%;
}

.pageIndex {
  height: var(--app-height);
}

html, body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 1.2;
  font-family: 'Fira Sans', sans-serif;
  color: #333;
  min-height: -webkit-fill-available;
}

body {
  font-size: 1.6rem;
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.pt-2 {padding-top: 2rem;}
.pb-2 {padding-bottom: 2rem;}

footer {
  margin-top: auto;
  padding: 2rem 0;
  background: url(../themes/tmp/assets/images/main_bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}

a, a:link, a:visited {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 1rem;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.content ul {
  margin-bottom: 1.5rem;
}

button:hover {
  cursor: pointer;
}

input:focus, textarea:focus, button:focus {
  outline: none;
}

.form-control {
  display: inline-block;
  margin: 0;
  padding: 0 1.5rem;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: .5rem;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
}

textarea.form-control {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  height: auto;
}

.mobileMenus {display: flex; flex-direction: column; gap: 3rem;}

.mobileMenus ul {font-size: 1.8rem; display: flex; flex-direction: column; gap: .6rem;}

.mobileMenus ul ul {margin-left: 20px; font-size: 1.6rem; padding-top: .3rem; margin-top: .8rem; margin-bottom: .8rem;}

.mobileMenus ul ul ul {font-size: 1.3rem; margin-left: 0;}

#mobileNavBtn {display: none; position: absolute; left: 10px; top: 50%; background: none; border: 0; padding: 0; margin: 0;-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
#mobileNavBtn svg {display: block; width: 40px; height: auto; color: #333;}

.mobileNavModile {background: none; padding: 0; margin: 0; border: 0; position: absolute; right: 10px; top: 10px;}
.mobileNavModile svg {display: block; width: 40px; height: auto; color: #333;}

#mobileNav {display: none; position: fixed; top: 10px; left: 10px; z-index: 999999; width: calc(100% - 20px); height: calc(100vh - 20px); background: #fff; border-radius: 8px; padding: 20px; overflow-y: auto;}

.form-group {
  position: relative;
}

.form-group.has-error .form-control {
  border-color: #f76b67;
  color: #f76b67;
}

.error_text {
  display: none;
  font-size: 1rem;
  background: #f76b67;
  color: #fff;
  padding: .2rem .5rem;
  border-radius: .3rem;
}

.form-group.has-error .error_text {
  display: inline-block;
}

button.btn {
  padding: 0 1.5rem;
  height: 38px;  
  font-family: inherit;
  font-size: inherit;
  border-radius: .5rem;
  width: 100%;
  border: 0;
  margin: 0;
}

button.big {
  height: 45px;
  font-weight: 600;
}

button.big-2 {height: 65px; font-size: 2rem}

button.red {
  border: 1px solid #f76b67;
  background: #fff;
  color: #f76b67;
}

button.big.red {
  border-width: 2px;
}

button.red:hover {
  background: #f76b67;
  color: #fff;
}

button.btn-orange {background: #f76b67; color: #ffffff;}
button.btn-orange:hover {background: #cc5753}

header {
  position: relative;
  z-index: 20;
}

.header {
  display: flex;
  align-items: center;
}

a.headerLogo {
  display: block;
  height: 125px;
  width: 219px;
}

.headerInfo {
  display: flex;
  flex-direction: column;
  margin-left: 6rem;
}


.headerInfoTitle {
  text-transform: uppercase;
  font-size: 2.8rem;
}

.pageMenu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  text-transform: uppercase;
  font-size: 1.8rem;
}

.pageMenu ul li a {
  position: relative;
}

.pageMenu ul li.active a {
  color: #f76b67;
}

.pageMenu ul li.active a::after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 100%;
  background: #f76b67;
}

.mobileMenu {
  display: none;
  flex-grow: 1;
}

.mobileMenuWrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
}

.form {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.5rem;
  padding: 0 3rem 3rem;
}

#modal p {
  padding: 0 3rem;
  margin: 2rem 0;
} 

.callTitle {
  font-size: 2rem;
  text-align: center;
  background: #f76b67;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 1.2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.callTitle::after,
.callTitle::before {
  display: block;
  width: 47px;
  content: ' ';
  height: 22px;
  position: relative;
  top: -2px;
}

.callTitle::before {  
  background: url(../themes/tmp/assets/images/footer-venzel.png) no-repeat center left;  
}

.callTitle::after {  
  background: url(../themes/tmp/assets/images/footer-venzel.png) no-repeat center right;  
}

.color-red {
  color: #f76b67;
}

body .fancybox__content {
  padding: 0;
}

.ui-datepicker {
  z-index: 10000 !important;
}

#modal {
  max-width: 420px;
  width: 100%;
  padding: 0;
}

.callPhoneLink {
  display: flex;
  gap: 1.3rem;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  justify-content: center;
  background: #f3f3f3;
  padding: 1rem 0;
}

.callPhoneLink svg {
  width: 26px;
  height: 26px;
}

.container {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 20;
}

.uppercase {
  text-transform: uppercase;
}

.main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.pageIndex {
  display: flex;
  flex-direction: column;
  height: 100vh;  
  background-image: url(../themes/tmp/assets/images/main_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.mainLogo {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
  position: relative;
  z-index: 10;
}

#mainLogo {
  width: auto;
  max-height: 100%;
}

#forkLogo {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5rem 0;
  height: 100vh;
}

#forkLogo img {
  display: block;
  width: auto;
  max-height: 100%;
}

.mainFooter {
  position: relative;
  z-index: 10;
}

.mainFooterFlex a:hover {
  color: #f76b67;
}

.mainFooterFlex {
  display: flex;
  flex-direction: column;
  height: 215px;
  padding-bottom: 1.5rem;
}

.mainPayButton {display: flex; align-items: center; justify-content: center; padding: 3rem 0;}
.mainPayButton button.btn {width: auto; padding-left: 3rem; padding-right: 3rem; display: flex; align-items: center;}
.mainPayButton button.btn svg {height: 35px; width: auto; margin-right: 2rem;}

.red-pulse {
  background: rgba(255, 82, 82, 1);
  box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

.mainFooterMenu {
  flex-grow: 1;
}

.mainFooterMenu ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 2.1rem;
  justify-content: center;
}

.mainFooterMenu ul li {
  display: flex;
  align-items: center;
}

.mainFooterMenu ul li::after {
  content: '-'; 
  margin: 0 1.5rem; 
}

.mainFooterMenu ul li:last-child::after {
  display: none;
}

.callMe {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  background-image: url(../themes/tmp/assets/images/footer-venzel.png);
  background-position: center;
  background-repeat: no-repeat;
}

.callMeLink {  
  display: block;  
  text-align: center;
  padding-top: 4px;
}

.mainCopy {
  font-size: 1rem;
  text-align: center;
  color: #f76b67;
  margin-top: 1.3rem;
}

.linePage {
  height: 82px;
  background-image: url(../themes/tmp/assets/images/main_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;  
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 15px 15px -10px rgba(0,0,0,0.4);
  box-shadow: 0 15px 15px -10px rgba(0,0,0,0.4);
  border-bottom: 1px solid #333;
  padding-left: 10px;
  padding-right: 10px;
}



.linePageTitle {
  font-size: 3rem;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}

.pageTitle ul.breadcrumbs {text-transform: none;}

div.breadcrumbs {
  overflow: hidden;
}

ul.breadcrumbs {
  display: flex;
  margin: 0;
}

ul.breadcrumbs li a:link,
ul.breadcrumbs li a:visited {}

ul.breadcrumbs li + li::before {
  content: '/';
  display: inline-block;
  margin: 0 4px;
}

ul.breadcrumbs li a:hover {
  color: #f76b67;
}

ul.breadcrumbs li span {
  color: rgb(114, 114, 114);
}

.breadcrumbs .slick-slide {margin-right: 12px;}

.content {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.contentWrap {
  position: relative;
  z-index: 10;
}

.bg_left {
  display: block;
  width: 300px;
  height: 100%;
  position: absolute;
  background-image: url(../themes/tmp/assets/images/bg_left.jpg);
  background-position: left bottom;
  background-size: 300px auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  left: 0;
  bottom: 0;
}

.bg_right {
  display: block;
  width: 500px;
  height: 100%;
  position: absolute;
  background-image: url(../themes/tmp/assets/images/bg-right.jpg);
  background-position: right bottom;
  background-size: 500px auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  right: 0;
  bottom: 0;
}

.content_bg .bg_left,
.content_bg .bg_right {display: none;}

.contentWrap {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sidebar {
  width: 280px;  
}

.stickSidebar {
  background: rgba(255, 255, 255, .9);
  padding: 2rem 2rem;
  border-radius: 6px;
}

ul.sidebarCategories a:hover {
  color: #f76b67;
  text-decoration: underline;
}

ul.sidebarCategories {
  margin: 0;
  padding: 0;
  font-size: 1.8rem; 
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

ul.sidebarCategories ul {
  margin-left: 1rem;
  font-size: 1.2rem;
  margin-bottom: 1.3rem;
  margin-top: 1.3rem;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.contentCol {
  width: calc(100% - 300px);
  background: rgba(255, 255, 255, .9);
  padding: 2rem 2rem;
  border-radius: 6px;
}

.pageTitle {
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #333;
  padding-bottom: .4rem;
}

.pageTitle.small {
  text-transform: none;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-2 {
  margin-top: 2rem;
}

.news {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.serviseMenu {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.serviseGrid {
  display: flex;
  flex-direction: column;
}

.serviseRow {
  padding: 1rem 0;
  border-bottom: 2px dotted #f76b67;
  display: grid;
  grid-template-columns: 1fr 190px;
}

.colPrice {
  text-align: right;
}

.serviseMenuText {
  margin-top: 3rem;
  padding: 2rem 3rem;
  border-radius: .8rem;
  color: #fff;
  background: #f76b67;
}

.photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.photos a {
  display: block;
}

.photos img {
  display: block;
  width: 100%;
  height: auto;
}

.newItemGallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.newPhoto img {
  display: block;
  width: 100%;
  height: auto;
}

.workPhotos {margin: 0 -5px;}
.workPhotos a,
.workPhotos a img {display: block; border-radius: 3px;}
.workPhotos a img {width: 100%; height: auto;}

.workPhotos a {padding: 3px; border: 1px solid #ddd; background: #fafafa;}
.workPhotos a:hover {opacity: .5;}

.workPhoto {width: calc(100% / 4); padding: 0 5px; margin-bottom: 10px;}

ul.contacts {margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1rem;}
.contactsRow {display: flex; align-items: center;}
.contactsRow svg {width: 20px; height: auto; margin-right: 1.2rem;}

ul.pagination {margin: 2rem 0 0 0; padding: 0; display: flex; gap: .5rem;}
ul.pagination li span {background: #fafafa;}
ul.pagination li span,
ul.pagination li a {display: block; padding: 3px 12px; border: 1px solid #ddd; border-radius: 4px;}
ul.pagination li.active span {background: #f76b67; color: #fff; border-color: #f76b67;}

.categories {display: flex; margin: 0 -10px;}
.categoryItem {display: block; padding: 0 10px; width: 50%;}

.categoryItemImage {position: relative;}
.categoryItem img {display: block; width: 100%; height: auto;}

.categoryItemTitle {position: absolute; left: 0; top: 50%; width: 100%; text-align: center; font-size: 2.5rem; padding: 3rem;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.categoryItem:hover {color: #f76b67;}

.categoryItemIntro {padding: 1rem 2rem; background: #f76b67; color: #fff; display: flex; justify-content: center;}

.categoryItemIn {overflow: hidden; border-radius: 8px;}


table.menu {width: 100%; border: none; margin-bottom: 15px; border-collapse: collapse;}
table.menu td,
table.menu th {padding: 1rem 0; border-bottom: 2px dotted #f76b67; vertical-align: top;}
table.menu th {text-align: left; text-transform: uppercase; font-size: 2rem; border-color: #333; border-bottom-style: solid; color: #f76b67;}
.productPrice {width: 160px; text-align: right;}
.productPriceFlex {display: flex; align-items: center;}
.productPriceFlex img {display: block; margin-right: 15px;}

.orderBox { padding: 1rem 2rem; border-radius: 8px; margin-bottom: 1rem; display: flex; justify-content: space-between; align-items: center; background: #faffc8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  gap: 40px;
}
.orderTitle {font-size: 1.8rem; flex-grow: 1;}
a.order_btn {padding: 1.1rem 1rem; width: 300px; text-align: center; background: #f76b67;  color: #fff; border-radius: 4px; display: inline-flex; justify-content: center; font-size: 2rem; text-transform: uppercase; align-items: center;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
a.order_btn:hover {background: #cc5753;}
a.order_btn svg {height: 28px; width: auto; margin-right: 1.2rem;}

.orderBox.stick {-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.3);box-shadow: 0 10px 10px 0 rgba(0,0,0,0.3);}

.calendarTitle {display: block; margin: 0 0 .8rem;}

.calendarDates {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}

.calendarMounth {display: flex; margin: 0 0 .8rem; position: relative;}
.calendarArrow {display: flex; gap: 10px; align-items: center; position: absolute; right: 0; top: -2px;}
.calendarArrow button {border: 0; margin: 0; padding: 0; background: none;}
.calendarArrow button svg {display: block; height: 24px; width: auto;}
.calendarArrow button:hover svg {color: #cc5753;}

.calendarDates input {display: none;}
.calendarDates label {display: block; width: calc(100% / 7); padding: 0 2px; margin-bottom: 2px;}
.calendarDates span {display: block; border: 1px solid #ddd; border-radius: 4px; padding: 4px 4px; font-size: 1.4rem; text-align: center; position: relative;}
.calendarDates span:hover {cursor: pointer;}
.calendarDates span svg {position: absolute; left: 50%; top: 0; height: 100%; width: auto; color: #cc5753; transform: translateX(-50%);}
.calendarDates input:disabled:hover + span {cursor: not-allowed;}
.calendarDates input:checked + span {background: #cc5753; color: #fff; border-color: #cc5753;}
.calendarDates input:disabled + span {background: #ddd;}

.brandbookList {display: flex; flex-wrap: wrap; margin: 0 -15px;}
.brandbookItem {width: 50%; margin-bottom: 2rem; padding: 0 15px; position: relative; display: flex;}

.brandbookItemCol {width: calc(100% - 58px); padding-left: 1.5rem;}

.brandbookItemIcon {position: relative; margin-bottom: 1rem; width: 58px;}
.brandbookItemIcon img {display: block; max-width: 100%; height: auto; width: 100%;}

.childs {display: flex; width: 100%; flex-wrap: wrap;}
.childItem {width: calc(100% / 3);padding: 0 10px;}
.childItem a,
.childItem a img {display: block;}
.childItem a img {width: 100%; height: auto;}
.childItem a {position: relative; border-radius: 8px; overflow: hidden;}
.childItem a::after {content: ' '; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,.7)}
.childItemTitle {position: absolute; left: 0; top: 50%; z-index: 1; padding: 0 20px; width: 100%; text-align: center; font-size: 20px; transform: translateY(-50%);}


.exampleList {display: flex; flex-wrap: wrap; margin: 0 -5px 20px;}
.exampleTitle {font-size: 1.6rem; margin: 0;}
.exampleListItem {padding: 0 5px; width: 50%; margin-bottom: 10px;}
.exampleListItem a {border: 1px solid #ddd; overflow: hidden; background: #fafafa;}
.exampleListItem a:hover {background: #cc5753; color: #fff; border-color: #cc5753;}

.exampleListItemLink {display: flex; border-radius: 4px; align-items: center}
.exampleListItemPhoto {width: 80px;}
.exampleListItemPhoto img {display: block;}
.exampleTitle {width: calc(100% - 80px); padding: 10px;}

.formSuccessMessage {padding: 2rem; width: 320px; text-align: center;}
.formSuccessMessage p {margin: 0; padding: 0;}
@media only screen and (max-width: 1036px){
  .headerInfoTitle {
    font-size: 2.5rem;
  }
  .pageMenu ul {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 938px){
  a.headerLogo {
    width: 158px;
    height: 100px;
  }
  .headerInfo {
    margin-left: 3rem;
  }
  .categoryItemTitle {
    font-size: 2rem;
  }
  .linePageTitle {
    font-size: 2.5rem;
  }
  .linePage {
    height: 46px;
  }

  .contentWrap {flex-direction: column;}
  .sidebar {width: 100%; display: none;}
  .contentCol {width: 100%;}

  #mobileNavBtn {display: block;}
  body.mmobile #mobileNav {display: block;}
  body.mmobile::after {content: ' '; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100vh; background: rgba(0,0,0,.8); z-index: 99999;}
}

@media only screen and (max-width: 874px){
  .mainFooterMenu ul {
    font-size: 1.9rem;
  }
  #mainLogo {
    max-height: 500px;
  }
}

@media only screen and (max-width: 838px){
  .headerInfoTitle {font-size: 2rem;}
  .pageMenu ul {text-transform: none; gap: 1.2rem;}
  a.headerLogo {height: 80px; width: 144px;}
  .linePageTitle {font-size: 2.2rem;}
  .linePage {height: 40px;}
  .headerInfoTitle {font-size: 1.8rem; margin-bottom: 5px;}
  .categoryItemTitle {font-size: 1.8rem;}
  .categoryItemIntro {font-size: 1.2rem;}
  .orderBox {flex-direction: column; gap: 1rem;}
}

@media only screen and (max-width: 770px){
  #forkLogo {
    display: none;
  }
  #mainLogo {
    max-height: 300px;    
  }
  .mainLogo {
    flex-grow: 0;
  }
  .mainFooterFlex {
    height: auto;
  }
  .mainFooterMenu {
    display: none;
  }
  .mobileMenu {
    display: block;
  }
}

@media only screen and (max-width: 736px) {
  .header.container {display: flex; justify-content: center;}
  .headerInfo {display: none;}
  a.headerLogo {height: 56px; width: 100px;}
  .linePage {height: auto; padding-top: 18px; padding-bottom: 8px;}
}

@media only screen and (max-width: 644px) {
  .categories {flex-direction: column; align-items: center; gap: 2rem;}
  .categoryItem {width: 100%; max-width: 450px;}

  .childs {gap: 20px;}
  .childItem {width: 100%;}
  .childItem a { height: 120px;}

  .exampleListItem {width: 100%;}

}

@media only screen and (max-width: 530px) {
  #mainLogo {
    max-height: 200px;    
  }
  .mobileMenu {
    flex-grow: 0;
  }
  .mainFooter {
    margin-top: auto;
  }
}