.body {
  color: #000;
  background-color: #f9f9f9;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.navbar {
  background-color: #ddd0;
  border-bottom: 1px solid #0000001a;
  padding-top: 12px;
  padding-bottom: 12px;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 32px;
  display: flex;
  background-color: #fff;
  border-radius: 3px;
}

.footer-information-block-first {
  border-right: 1px solid #fff3;
  margin-right: 12px;
  padding-right: 12px;
}

.brand-button {
  background-color: #000;
  border-radius: 3px;
  min-width: 80px;
  min-height: 32px;
}

.nav-block {
  justify-content: space-between;
  align-items: center;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.main-notice-section {
  margin-top: 40px;
}

.nav-menu {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  display: flex;
}

.nav-link {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 400;
  transition: all .3s;
}

.nav-link.w--current {
  color: #000;
}

.brand-nav-h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.nav-dropdown {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-dropdown-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.nav-link-last {
  color: #000;
  background-color: #c8e4f6;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 32px;
  padding: 0;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.nav-link-last:hover {
  color: #fff;
  background-color: #000;
}

.nav-link-last.w--current {
  color: #000;
  text-decoration: none;
}

.nav-link-last.w--current:hover {
  color: #fff;
}

.dropdown-list.w--open {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.nav-dropdown-link {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 0;
  text-decoration: none;
}

.nav-dropdown-link.w--current {
  color: #000;
  margin-bottom: 3px;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: all .3s;
}

.footer-information-main-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.nav-dropdown-link.w--current:hover {
  transform: translate(5px);
}

.nav-dropdown-main-link {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 3px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.main-section-top {
  margin-top: 36px;
}

.main-block-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-slogan-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-h1 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.slogan-h1 {
  color: #000;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
}

.slogan-h2 {
  color: #000;
  max-width: 548px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.main-hero-image-block {
  border-radius: 10px;
  margin: auto;
  overflow: clip;
  height: 760px;
  max-height: 760px;
}
.main-hero-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main-section {
  margin-top: 100px;
}

.main-block {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.main-about-h1 {
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.notice-main-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 1000px;
  display: flex;
}

.main-about-block-bottom {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  padding-right: 200px;
  display: flex;
}

.about-button-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.about-button-h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.main-about-h2-block {
  max-width: 550px;
}

.main-about-h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.main-heading-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.sub-heading-block-top {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-icon-block {
  width: 32px;
  height: 32px;
}

.sub-heading-h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.sub-heading-h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.products-slider {
  background-color: #ddd0;
  height: 452px;
  margin-top: 20px;
}

.products-slider-left-arrow {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  inset: -52px 44px auto auto;
}

.products-slider-right-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  inset: -52px 0 auto auto;
}

.about-arrow-block {
  width: 32px;
  height: 32px;
}

.product-slide-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  height: 100%;
  display: flex;
}

.product-slide-image-block {
  border-radius: 5px;
  max-width: 800px;
  overflow: clip;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-slide-image-block img,
.product-slide-image-block picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.product-slider-text-block {
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 480px;
  height: 100%;
  padding: 24px;
  display: flex;
  overflow: clip;
}

.product-slider-h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.product-slider-h2 {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.product-slider-p-big {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.product-slider-p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.products-slider-button-block {
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.product-slider-button {
  cursor: pointer;
  background-color: #c8e4f6;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.mask {
  height: 452px;
}

.slide-2 {
  max-height: 452px;
}

.button-h1 {
  z-index: 1;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.footer-button-shader {
  background-color: #a6cae2;
  border-radius: 5px;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.service-tabs-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  max-height: 384px;
  margin-top: 20px;
  overflow: hidden;
}

.services-slider {
  background-color: #ddd0;
  flex-flow: column;
  width: 400px;
  height: 412px;
}

.services-slider-left-arrow {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  inset: auto auto -28px 0;
}

.services-slider-right-arrow {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  inset: auto auto -28px 24px;
}

.service-slide {
  padding-bottom: 0;
  padding-right: 0;
}

.mask-2 {
  height: 90px;
}

.service-slide-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 90px;
  padding: 20px;
  display: flex;
}

.service-slide-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.service-slide-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.services-slide {
  height: 90px;
}

.services-tabs {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.services-tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: start;
  align-items: stretch;
  width: 100%;
  max-width: 32%;
  max-height: 384px;
  margin-right: 12px;
  display: flex;
  overflow: auto;
}

.services-tabs-content {
  width: 100%;
  max-width: 68%;
}

.services-tabs-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 90px;
  padding: 20px;
  display: flex;
}

.services-tabs-link.w--current {
  background-color: #c8e4f6;
}

.services-tabs-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.services-tabs-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
}

.tab-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.tab-image-block {
  border-radius: 5px;
  width: 100%;
  max-width: 60%;
  height: 384px;
  overflow: clip;
}

.tab-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tab-text-block {
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  max-width: 40%;
  min-height: 100%;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.tab-p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.tab-button-block {
  justify-content: flex-end;
  margin-top: auto;
  display: flex;
}

.services-slider-button-block {
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.product-list-tabs-block {
  margin-top: 20px;
}

.product-list-tabs {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.product-list-tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 200px;
  margin-right: 12px;
  display: flex;
  max-height: 308px;
  overflow: auto;
}

.product-list-tab-link {
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  display: flex;
}

.product-list-tab-link.w--current {
  background-color: #c8e4f6;
}

.product-list-tab-link-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.product-list-tabs-content {
  background-color: #fff;
  width: 1088px;
}

.tab-pane-tab-1-2 {
  width: 100%;
  height: 100%;
}

.product-list-tab-block {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.product-list-tab-sub-block {
  grid-column-gap: 8px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.notice-sub-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-image-block {
  border-radius: 5px;
  width: 344px;
  height: 200px;
  overflow: clip;
}

.product-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-name-block {
  background-color: #c8e4f6;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  display: flex;
  position: relative;
}

.product-name-h1 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.brand-block {
  display: flex;
}

.header-text-block {
  border-left: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-left: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.header-phone-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  color: #000;
}

.header-lang-block {
  border-left: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.nav-last-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: 24px;
  display: flex;
}

.lang-link {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer-section {
  background-color: #000;
  margin-top: 100px;
}

.footer-block {
  justify-content: space-between;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.footer-sub-block-left {
  flex-flow: column;
  max-width: 440px;
  display: flex;
}

.brand-footer {
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 32px;
  display: flex;
}

.brand-nav-footer-h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.footer-p-block {
  margin-top: 16px;
}

.footer-p {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.footer-button-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.footer-button-left {
  background-color: #c8e4f6;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  text-decoration: none;
  position: relative;
}

.footer-button-h1 {
  z-index: 1;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  position: relative;
}

.footer-button-right {
  background-color: #c8e4f6;
  border-radius: 5px;
  padding: 4px 16px;
  text-decoration: none;
  position: relative;
}

.notice-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.notice-h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.footer-socials-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.footer-socials-image-block {
  width: 16px;
  height: 16px;
}

.footer-sub-block-center {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.footer-page-link-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-link-block {
  border-bottom: 1px solid #fff3;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.footer-page-link-h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.footer-sub-block-right {
  flex-flow: column;
  width: 260px;
  display: flex;
}

.footer-address-block-bottom {
  margin-top: 0;
}

.footer-contact-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 88px;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.footer-contact-h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.footer-contact-image-block {
  width: 24px;
  height: 24px;
}

.product-list-page-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.product-list-page-sub-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.product-list-product-block {
  color: #000;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 640px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.product-list-image-block {
  height: 400px;
  overflow: clip;
  width: 100%;
}

.product-list-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-page-name-block {
  background-color: #fff;
  padding: 20px 60px;
  position: relative;
} 

.product-details-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
  gap: 5px;
}

.product-details-h1 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  text-align: center;
}

.product-details-h2 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.main-sub-hero-image-block {
  border-radius: 5px;
  margin: auto;
  margin-top: 60px;
  overflow: clip;
  max-height: 760px;
  height: 760px;
  width: 100%;
}

.main-sub-hero-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-detail-text-main-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fff;
  border-radius: 5px;
  padding: 60px;
  display: flex;
}

.product-detail-colored-main-block {
  flex-flow: column;
  display: flex;
}

.product-detail-text-block {
  width: 100%;
  padding-top: 60px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.notice-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.product-detail-p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.notice-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

/* Summernote editöründen gelen varsayılan HTML elementleri için stiller */


.product-detail-p p,
.service-detail-text-sub-block p,
.product-detail-p h1,
.service-detail-text-sub-block h1,
.product-detail-p h2,
.service-detail-text-sub-block h2,
.product-detail-p h3,
.service-detail-text-sub-block h3,
.product-detail-p h4,
.service-detail-text-sub-block h4,
.product-detail-p h5,
.service-detail-text-sub-block h5,
.product-detail-p h6,
.service-detail-text-sub-block h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
}

.product-detail-p ul,
.product-detail-p ol,
.service-detail-text-sub-block ul,
.service-detail-text-sub-block ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.product-detail-p li,
.service-detail-text-sub-block li {
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
}

.product-detail-p strong,
.product-detail-p b,
.service-detail-text-sub-block strong,
.service-detail-text-sub-block b {
  font-weight: inherit;
}

.product-detail-p em,
.product-detail-p i,
.service-detail-text-sub-block em,
.service-detail-text-sub-block i {
  font-style: inherit;
}

.product-detail-p a,
.service-detail-text-sub-block a {
  color: inherit;
  text-decoration: inherit;
}

.product-detail-p img,
.service-detail-text-sub-block img {
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.product-detail-p blockquote,
.service-detail-text-sub-block blockquote {
  margin: 0;
  padding: 0;
  border: none;
  font-style: inherit;
  color: inherit;
}

.product-detail-p table,
.service-detail-text-sub-block table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0;
  margin-bottom: 0;
}

.product-detail-p table th,
.product-detail-p table td,
.service-detail-text-sub-block table th,
.service-detail-text-sub-block table td {
  padding: 0;
  border: none;
  text-align: inherit;
}

.product-detail-p table th,
.service-detail-text-sub-block table th {
  background-color: transparent;
  font-weight: inherit;
}

.product-detail-colored-block {
  background-color: #c8e4f6;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 330px;
  padding: 20px;
}

.product-detail-colored-h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.gallery-main-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.gallery-heading-main-block {
  display: flex;
}

.gallery-heading-block {
  background-color: #c8e4f6;
  border-radius: 5px;
  padding: 10px 20px;
}

.galery-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.gallery-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.gallery-sub-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-image-block {
  border-radius: 5px;
  width: 428px;
  height: 240px;
  overflow: clip;
}

.about-page-main-image-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.about-page-image-block {
  border-radius: 5px;
  overflow: clip;
}

.about-text-main-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.about-text-block-colored {
  background-color: #c8e4f6;
  border-radius: 5px;
  width: 600px;
  padding: 20px;
}

.about-page-h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.about-p-block {
  max-width: 1000px;
}

.about-page-p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.contact-page-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
  overflow: clip;
}

.contact-text-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 100%;
  display: flex;
}

.contact-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
}

.contact-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contact-map-block {
  border-radius: 5px;
  align-items: stretch;
  width: 600px;
  height: 100%;
  overflow: clip;
}

.service-details-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-section-top-second {
  margin-top: 60px;
}

.service-detail-text-main-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  padding: 60px;
  display: flex;
}

.service-detail-text-block {
  flex-flow: column;
  display: flex;
}

.service-detail-text-sub-block {
  width: 100%;
  padding-left: 390px;
}

.footer-sub-block {
  flex-flow: column;
  display: flex;
}

.footer-sub-block-second {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 8px;
  display: flex;
}

.footer-sub-block-third {
  flex-flow: column;
  display: flex;
}

.footer-p-colored {
  color: #999;
  margin-bottom: 0;
  text-decoration: none;
}

.about-page-image-block-left, .about-page-image-block-center, .about-page-image-block-right {
  border-radius: 5px;
  overflow: clip;
}

.product-shader {
  background-color: #a6cae2;
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-bottom-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #fff3;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1025px) {
  .footer-page-link-h1 {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-sub-block-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product-detail-text-main-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding: 20px;
  }

  .product-detail-text-block {
    padding-top: 0;
  }

  .product-detail-colored-block {
    background-color: #c8e4f6;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 20px;
  }

  .service-detail-text-sub-block {
    padding-top: 0;
    padding-left: 0;
  }

  .service-detail-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 40px;
  }

  .footer-page-link-h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-dropdown {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown-icon {
    margin-left: 0;
  }

  .nav-link-last {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

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

  .dropdown-list.w--open {
    position: static;
  }

  .nav-dropdown-main-link {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-dropdown-block {
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px;
  }

  .hero-slogan-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .product-slide-image-block {
    border-radius: 5px;
    max-width: 100%;
    overflow: clip;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .notice-h3, .nav-h1 {
    font-size: 14px;
    line-height: 20px;
  }
  
  .product-slide-image-block img,
  .product-slide-image-block picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .notice-main-block {
    max-width: none;
    width: 100%;
  }

  .slogan-h1 {
    max-width: 460px;
    font-size: 32px;
    line-height: 40px;
  }

  .slogan-h2 {
    max-width: 400px;
    margin-left: auto;
  }

  .main-about-h1 {
    max-width: 560px;
    font-size: 24px;
    line-height: 32px;
  }

  .main-about-block-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-right: 0;
  }

  .products-slider {
    height: auto;
  }

  .product-slide-block {
    flex-flow: column;
  }

  .product-slider-text-block {
    max-width: none;
    height: auto;
    min-height: 360px;
  }

  .service-tabs-block {
    max-height: none;
  }

  .services-tabs {
    flex-flow: column;
  }

  .notice-h1 {
    font-size: 18px;
    line-height: 24px;
  }

  .services-tabs-menu {
    grid-column-gap: 8px;
    flex-flow: wrap;
    justify-content: center;
    margin-right: 0;
    overflow: auto;
    width: auto;
    max-width: none;
  }

  .services-tabs-content {
    width: auto;
    max-width: none;
    margin-top: 20px;
  }

  .services-tabs-link {
    width: 100%;
    max-width: 49%;
  }

  .services-tabs-h1 {
    font-size: 16px;
    line-height: 20px;
  }

  .product-detail-colored-block {
    background-color: #c8e4f6;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 20px;
  }

  .tab-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .tab-image-block {
    width: auto;
    max-width: none;
    max-height: 548px;
    height: 548px;
    margin-right: 0;
    overflow: clip;
  }

  .tab-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .tab-text-block {
    width: auto;
    max-width: none;
    height: auto;
    min-height: 240px;
  }

  .product-list-tabs-block {
    overflow: hidden;
  }

  .product-list-tabs {
    flex-flow: column;
  }

  .product-list-tabs-menu {
    flex-flow: row;
    width: auto;
    margin-right: 0px;
    grid-row-gap: 4px;
    grid-column-gap: 4px;
    flex-flow: wrap;
  }

  .product-list-tab-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .product-list-tab-link-h1 {
    font-size: 18px;
    line-height: 24px;
  }

  .product-list-tabs-content {
    flex-flow: column;
    width: auto;
    height: auto;
    margin-top: 8px;
  }

  .notice-h2 {
    font-size: 16px;
  }

  .product-list-tab-block {
    flex-flow: column;
  }

  .product-list-tab-sub-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .product-image-block {
    width: 640px;
    height: 400px;
  }

  .product-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .header-lang-block {
    border-left-width: 0;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
  }

  .nav-last-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .lang-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    overflow: hidden;
  }

  .footer-sub-block-left {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    max-width: none;
  }

  .footer-button-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 200px;
  }

  .footer-button-right {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-socials-block {
    justify-content: flex-end;
    align-items: center;
  }

  .footer-sub-block-center {
    margin-left: auto;
    margin-right: auto;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .footer-sub-block-right {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-address-block {
    max-width: 300px;
  }

  .footer-contact-block {
    margin-top: 20px;
  }

  .main-hero-image-block {
    height: 500px;
    max-height: 500px;
  }

  .main-hero-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .main-sub-hero-image-block {
    border-radius: 5px;
    margin-top: 60px;
    overflow: clip;
    max-height: 500px;
    height: 500px;
    width: 100%;
  }
  
  .main-sub-hero-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .product-list-page-sub-block {
    flex-flow: column;
    align-items: center;
  }

  .product-list-product-block {
    width: auto;
    align-self: center;
  }

  .product-list-image-block {
    height: 400px;
    width: 760px;
    overflow: clip;
    margin-left: auto;
    margin-right: auto;
  }

  .product-list-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .product-page-name-block {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 20px;
  }

  .product-details-block {
    width: 400px;
  }

  .product-detail-text-main-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding: 20px;
  }

  .product-detail-text-block {
    padding-top: 0;
  }

  /* Summernote editöründen gelen varsayılan HTML elementleri için stiller - Tablet */
  

  .product-detail-p p,
  .service-detail-text-sub-block p,
  .product-detail-p h1,
  .service-detail-text-sub-block h1,
  .product-detail-p h2,
  .service-detail-text-sub-block h2,
  .product-detail-p h3,
  .service-detail-text-sub-block h3,
  .product-detail-p h4,
  .service-detail-text-sub-block h4,
  .product-detail-p h5,
  .service-detail-text-sub-block h5,
  .product-detail-p h6,
  .service-detail-text-sub-block h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
  }

  .product-detail-p ul,
  .product-detail-p ol,
  .service-detail-text-sub-block ul,
  .service-detail-text-sub-block ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }

  .product-detail-p li,
  .service-detail-text-sub-block li {
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
  }

  .galery-h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .gallery-image-block {
    width: 360px;
    height: 200px;
  }

  .about-page-main-image-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .about-text-main-block {
    padding: 20px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-p-block {
    max-width: none;
    width: auto;
  }

  .contact-page-block {
    flex-flow: column;
    height: auto;
  }

  .contact-text-block {
    height: auto;
    padding: 20px;
  }

  .contact-h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .contact-h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .service-detail-text-main-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 20px;
  }

  .service-detail-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .service-detail-text-sub-block {
    padding-top: 0;
    padding-left: 0;
  }

  .footer-sub-block {
    justify-content: space-between;
  }

  .footer-sub-block-second {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .footer-sub-block-third {
    justify-content: flex-start;
    align-items: flex-end;
    min-width: 280px;
  }

  .footer-p-colored {
    color: #999;
  }

  .dropdown {
    flex-flow: column;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .main-section-top {
    margin-top: 24px;
  }

  .main-block-top {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .slogan-h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .slogan-h2 {
    max-width: 340px;
    font-size: 12px;
    line-height: 20px;
  }

  .main-hero-image-block {
    border-radius: 5px;
  }

  .main-section {
    margin-top: 60px;
  }

  .main-about-h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .main-about-block-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .about-button-h1 {
    font-size: 14px;
    line-height: 20px;
  }

  .main-about-h2-block {
    max-width: 400px;
  }

  .main-about-h2 {
    font-size: 14px;
    line-height: 22px;
  }

  .sub-heading-h2 {
    font-size: 14px;
  }

  .sub-heading-h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .product-slider-text-block {
    min-height: 380px;
  }

  .product-slider-h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .product-slider-h2 {
    font-size: 12px;
    line-height: 18px;
  }

  .product-image-block {
    height: 260px;
    width: auto;
  }

  .product-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .footer-information-block-first {
    border-right-width: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .footer-information-main-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: auto;
  }

  .product-slider-p-big {
    font-size: 16px;
    line-height: 24px;
  }

  .main-notice-section {
    margin-top: 40px;
  }

  .product-slider-p {
    font-size: 14px;
    line-height: 22px;
  }

  .button-h1 {
    font-size: 16px;
    line-height: 20px;
  }

  .services-tabs-link {
    text-align: center;
    align-items: center;
  }

  .services-tabs-h1 {
    font-size: 14px;
  }

  .services-tabs-h2 {
    font-size: 12px;
    line-height: 18px;
  }

  .tab-image-block {
    max-height: 396px;
    height: 396px;
    overflow: clip;
  }

  .tab-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .tab-p {
    font-size: 14px;
    line-height: 22px;
  }

  .product-list-tab-link-h1 {
    font-size: 16px;
    line-height: 20px;
  }

  .product-name-h1 {
    line-height: 20px;
  }

  .footer-section {
    margin-top: 60px;
  }

  .footer-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-sub-block-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .brand-footer {
    padding-left: 0;
  }

  .footer-button-block {
    flex-flow: row;
    width: auto;
  }

  .footer-socials-block {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-sub-block-center {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-sub-block-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-address-block {
    max-width: 240px;
  }

  .product-list-page-block {
    margin-top: 40px;
  }

  .product-list-page-sub-block {
    align-items: center;
  }

  .product-list-product-block {
    align-self: center;
  }

  .product-list-image-block {
    height: 300px;
    width: 767px;
    max-width: 100%;
    overflow: clip;
    margin-left: auto;
    margin-right: auto;
  }

  .product-list-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .footer-sub-block-third {
    min-width: auto;
  }

  .main-hero-image-block {
    height: 400px;
    max-height: 400px;
  }

  .main-hero-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .main-sub-hero-image-block {
    margin-top: 40px;
    width: 100%;
    height: 400px;
    max-height: 400px;
    overflow: clip;
  }

  .footer-contact-block {
    margin-right: auto;
  }

  .main-sub-hero-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .product-detail-p {
    font-size: 14px;
    line-height: 22px;
  }

  .product-detail-colored-h1 {
    font-size: 16px;
    line-height: 24px;
  }

  .product-detail-text-block {
    font-size: 14px;
    line-height: 22px;
  }

  /* Summernote editöründen gelen varsayılan HTML elementleri için stiller - Mobil */
  

  .product-detail-p p,
  .service-detail-text-sub-block p,
  .product-detail-p h1,
  .service-detail-text-sub-block h1,
  .product-detail-p h2,
  .service-detail-text-sub-block h2,
  .product-detail-p h3,
  .service-detail-text-sub-block h3,
  .product-detail-p h4,
  .service-detail-text-sub-block h4,
  .product-detail-p h5,
  .service-detail-text-sub-block h5,
  .product-detail-p h6,
  .service-detail-text-sub-block h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
  }

  .product-detail-p ul,
  .product-detail-p ol,
  .service-detail-text-sub-block ul,
  .service-detail-text-sub-block ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }

  .product-detail-p li,
  .service-detail-text-sub-block li {
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
  }

  /* Summernote editöründen gelen varsayılan HTML elementleri için stiller - Mobil */
  

  .product-detail-p p,
  .service-detail-text-sub-block p,
  .product-detail-p h1,
  .service-detail-text-sub-block h1,
  .product-detail-p h2,
  .service-detail-text-sub-block h2,
  .product-detail-p h3,
  .service-detail-text-sub-block h3,
  .product-detail-p h4,
  .service-detail-text-sub-block h4,
  .product-detail-p h5,
  .service-detail-text-sub-block h5,
  .product-detail-p h6,
  .service-detail-text-sub-block h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
  }

  .product-detail-p ul,
  .product-detail-p ol,
  .service-detail-text-sub-block ul,
  .service-detail-text-sub-block ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }

  .product-detail-p li,
  .service-detail-text-sub-block li {
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
  }

  .gallery-image-block {
    width: 100%;
    height: 400px;
  }

  .about-page-main-image-block {
    margin-top: 40px;
  }

  .about-text-block-colored {
    width: auto;
  }

  .about-page-p {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-text-block, .contact-map-block {
    width: 100%;
  }

  .main-section-top-second {
    margin-top: 40px;
  }

  .footer-sub-block-second {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .about-page-image-block-center, .about-page-image-block-right {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    padding: 32px;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .nav-dropdown-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .main-section-top {
    margin-top: 20px;
  }

  .main-block-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .slogan-h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .main-section {
    margin-top: 40px;
  }

  .main-about-h1 {
    font-size: 18px;
    line-height: 28px;
  }

  .main-about-block-bottom {
    flex-flow: column;
    margin-top: 20px;
  }

  .about-button-block {
    margin-left: auto;
  }

  .main-icon-block {
    width: 24px;
    height: 24px;
  }

  .sub-heading-h2 {
    font-size: 12px;
    line-height: 18px;
  }

  .sub-heading-h1 {
    font-size: 18px;
    line-height: 24px;
  }

  .products-slider {
    margin-top: 40px;
  }

  .products-slider-left-arrow {
    width: 24px;
    height: 24px;
    top: -32px;
    right: 36px;
  }

  .products-slider-right-arrow {
    width: 24px;
    height: 24px;
    top: -32px;
  }

  .notice-sub-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .about-arrow-block {
    width: 24px;
    height: 24px;
  }

  .product-slider-text-block {
    min-height: 440px;
  }

  .product-slider-h1 {
    font-size: 18px;
    line-height: 24px;
  }

  .notice-h2 {
    font-size: 14px;
  }

  .notice-h1 {
    font-size: 16px;
  }

  .footer-information-main-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .product-slider-p-big {
    font-size: 14px;
    line-height: 20px;
  }

  .product-slider-p {
    font-size: 12px;
    line-height: 20px;
  }

  .product-image-block {
    height: 164px;
  }

  .product-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .footer-information-block-first {
    border-right-width: 1px;
    margin-right: 12px;
    padding-right: 12px;
  }

  .button-h1 {
    font-size: 14px;
    line-height: 18px;
  }

  .services-tabs-link {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .tab-image-block {
    max-height: 240px;
    height: 240px;
    overflow: clip;
  }

  .tab-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .tab-text-block {
    min-height: 300px;
  }

  .tab-p {
    font-size: 12px;
    line-height: 20px;
  }

  .product-list-tab-link {
    height: auto;
    padding: 12px 16px;
    display: block;
  }

  .product-list-tab-link-h1 {
    font-size: 14px;
    line-height: 18px;
  }

  .product-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .product-name-block {
    padding: 8px 16px;
  }

  .product-name-h1 {
    font-size: 14px;
    line-height: 18px;
  }

  .header-text-block {
    display: none;
  }

  .footer-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-sub-block-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .footer-button-block {
    flex-flow: column;
  }

  .footer-socials-block {
    justify-content: flex-end;
    align-items: center;
  }

  .main-notice-section {
    margin-top: 20px;
  }

  .footer-sub-block-center {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-page-link-h1 {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-sub-block-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-contact-block {
    margin-right: 0;
  }

  .product-list-page-block {
    margin-top: 20px;
  }

  .product-list-page-sub-block {
    align-items: center;
  }

  .product-list-product-block {
    align-self: center;
  }

  .product-list-image-block {
    height: 240px;
    overflow: clip;
    margin-left: auto;
    margin-right: auto;
  }

  .product-list-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .product-details-block {
    width: 300px;
  }

  .product-details-h1 {
    font-size: 14px;
    line-height: 20px;
  }

  .main-hero-image-block {
    height: 240px;
    max-height: 240px;
  }

  .main-hero-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .main-sub-hero-image-block {
    margin-top: 20px;
    max-height: 240px;
    height: 240px;
    width: 100%;
    overflow: clip;
  }

  .main-sub-hero-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .product-detail-text-main-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product-detail-colored-block {
    width: auto;
  }

  .galery-h1 {
    font-size: 16px;
    line-height: 24px;
  }

  .gallery-image-block {
    height: 220px;
  }

  .about-page-main-image-block {
    margin-top: 20px;
  }

  .contact-text-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    width: auto;
  }

  .main-section-top-second {
    margin-top: 20px;
  }

  .footer-sub-block-second {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer-sub-block-third {
    width: 100%;
  }
}


