@charset "UTF-8";
/*
Theme Name: freshresidence
Version: 1.0
Author:
*/
:root {
  --ink: #363030;
  --paper: #f3f3f3;
  --panel: #e5e5e5;
  --bluegray: #dde2e7;
  --yellow: #e6de0f;
  --orange: #da913a;
  --charcoal: #565656;
  --charcoal-2: #4b4b4b;
  --rule: #c2bebe;
  --en: "Barlow Semi Condensed", "Roboto", sans-serif;
  --ja: "Roboto", Arial, sans-serif;
  --tex: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .045 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #f3f3f3;
  background-image: var(--tex);
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  color: #363030;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  font-family: var(--ja);
  -webkit-text-size-adjust: 100%;
}

body.is-locked {
  overflow: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.en {
  font-family: var(--en);
}

a {
  color: #363030;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd, p, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.u_sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/*img {
	//ochrona zdjec
	user-drag:none;
	-webkit-user-drag:none;
	-webkit-user-select:none;
	user-select:none;
}*/

/* naglowek
----------------------------------------------------------------------*/
.top_header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  padding: 0 70px 0 20px;
  height: 60px;
  background-color: #f3f3f3;
  background-image: var(--tex);
  transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.top_header .logo {
  line-height: 0;
}

.top_header .logo img {
  width: 160px;
  height: 32px;
  object-fit: contain;
  object-position: left center;
}

.header_nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 950;
  display: flex;
}

.header_nav ul {
  display: none;
}

.header_menu__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #565656;
  color: #f3f3f3;
  font-size: 10px;
  letter-spacing: 1px;
}

.header_menu__btn .mbox {
  position: relative;
  display: block;
  width: 24px;
  height: 14px;
  margin: 0 0 3px;
}

.hambarg {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #f3f3f3;
  transition: transform 0.3s, opacity 0.3s;
}

.hambarg:nth-child(1) {
  top: 0;
}

.hambarg:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

.hambarg:nth-child(3) {
  top: 100%;
  margin-top: -2px;
}

.header_menu__btn.on .hambarg:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  transform: rotate(35deg);
}

.header_menu__btn.on .hambarg:nth-child(2) {
  opacity: 0;
}

.header_menu__btn.on .hambarg:nth-child(3) {
  top: 50%;
  margin-top: -1px;
  transform: rotate(-35deg);
}

.menu_overlay {
  position: fixed;
  inset: 0;
  z-index: 940;
  display: flex;
  align-items: center;
  padding: 80px 30px 40px;
  background: #4b4b4b;
  color: #f3f3f3;
}

.menu_overlay[hidden] {
  display: none;
}

.menu_block {
  width: 100%;
  max-width: 520px;
}

.menu_titile {
  font-size: 13px;
  letter-spacing: 5px;
  color: #bdbdbd;
}

.menu_tab {
  margin: 20px 0 30px;
}

.menu_tab a {
  display: flex;
  gap: 18px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid #6b6b6b;
  color: #f3f3f3;
  font-size: 20px;
  letter-spacing: 1px;
}

.menu_tab a .en {
  font-size: 14px;
  color: #e6de0f;
}

.menu_contact {
  font-size: 13px;
  color: #cfcfcf;
}

/* uklad
----------------------------------------------------------------------*/
#wrapper {
  display: flex;
  align-items: flex-start;
}

.sidebar_wrapper {
  display: none;
}

.top_main {
  width: 100%;
  padding: 60px 0 70px;
}

/* kv
----------------------------------------------------------------------*/
.top_kv {
  position: relative;
}

.top_kv__img {
  width: 100%;
  height: 56vh;
  min-height: 320px;
  object-fit: cover;
  background: #cfcfcf;
}

.top_kv__watches {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 20px;
  background: rgba(54, 48, 48, 0.9);
  color: #ffffff;
}

.top_kv__watches .photo img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  background: #777777;
}

.top_kv__watches .title > .en {
  font-size: 11px;
  letter-spacing: 3px;
  color: #d6d6d6;
}

.now_time {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
}

.now_date {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  line-height: 1;
}

.now_date .day {
  font-size: 40px;
  font-weight: 600;
}

.now_date .year {
  writing-mode: vertical-lr;
  font-size: 11px;
  letter-spacing: 1px;
}

.now_date .week {
  font-size: 13px;
  letter-spacing: 2px;
  color: #e6de0f;
}

.kv_strip {
  height: 26px;
  background: repeating-linear-gradient(90deg, #cdc6bd 0 18px, #bdb4a9 18px 20px, #d8d1c7 20px 44px, #b8aea2 44px 46px);
}

/* ticker
----------------------------------------------------------------------*/
.news_ticker {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
}

.top_topics__titile {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
}

.news_ticker__box {
  position: relative;
  flex: 1 1 auto;
  min-height: 44px;
}

.news_items li {
  position: absolute;
  inset: 0;
  font-size: 12.5px;
  line-height: 1.7;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.6s, transform 0.6s;
}

.news_items li.is-on {
  opacity: 1;
  transform: none;
}

.news_ticker__block {
  display: none;
}

/* projekty - slider z numerem
----------------------------------------------------------------------*/
.top_information {
  position: relative;
  padding: 70px 20px 80px;
}

.top_information__titile,
.top_fair__titile,
.top_shop-news__titile,
.top_quote__titile {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 8px;
  line-height: 1;
}

.top_information__titile {
  position: relative;
  z-index: 3;
  margin: 0 0 -14px;
  text-align: center;
}

.top_topics__slider,
.top_fair__slider {
  position: relative;
}

.top_topics__slide {
  display: none;
}

.top_topics__slide.is-on {
  display: block;
  animation: slide-in 0.5s ease;
}

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateX(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.top_topics__slide .photo img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background: #d4d4d4;
}

.top_topics__slide .info {
  padding: 24px 0 0;
}

.subt_title {
  font-size: 12px;
  letter-spacing: 1px;
  color: #6d6666;
}

.main_title {
  margin: 4px 0 10px;
  font-family: var(--en);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 3px;
}

.info_txt {
  font-size: 13.5px;
  text-align: justify;
}

.price {
  margin: 16px 0 14px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
}

.price small {
  font-family: var(--ja);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

.add_btn,
.yellow_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: 220px;
  padding: 0 22px;
  height: 64px;
  background: #e6de0f;
  color: #363030;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  transition: background-color 0.3s;
}

.add_btn i,
.yellow_btn i {
  display: block;
  width: 18px;
  height: 10px;
  background: linear-gradient(#363030, #363030) left center / 100% 2px no-repeat;
  position: relative;
}

.add_btn i::after,
.yellow_btn i::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #363030;
  border-right: 2px solid #363030;
  transform: rotate(45deg);
}

.add_btn:hover,
.yellow_btn:hover {
  background: #d4cc00;
}

.swiper-controls {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.swiper-prev,
.swiper-next {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #363030;
}

.swiper-prev::after,
.swiper-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -5px;
  border-top: 2px solid #363030;
  border-right: 2px solid #363030;
  transform: rotate(45deg);
}

.swiper-prev::after {
  margin-left: -3px;
  transform: rotate(-135deg);
}

.swiper-progress-bar {
  position: relative;
  flex: 1 1 auto;
  height: 3px;
  background: #363030;
}

.swiper-progress-fill {
  position: absolute;
  top: -1px;
  left: 0;
  height: 5px;
  width: 25%;
  background: #e6de0f;
  transition: width 0.5s;
}

.number {
  position: absolute;
  right: 10px;
  bottom: 40px;
  z-index: -1;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #bdb7b7;
}

.top_information__note {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid #c2bebe;
  font-size: 12px;
  color: #6d6666;
}

/* domki - szary panel
----------------------------------------------------------------------*/
.top_fair {
  padding: 40px 0 80px;
}

.top_fair__titile {
  position: relative;
  z-index: 2;
  margin: 0 0 -16px 20px;
}

.top_fair__panel {
  position: relative;
  padding: 50px 20px 90px;
  background: #e5e5e5;
}

.top_fair__content {
  display: none;
}

.top_fair__content.is-on {
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: slide-in 0.5s ease;
}

.top_fair__content .txt h3 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.top_fair__content .txt p {
  font-size: 13px;
  text-align: justify;
}

.top_fair__content .photo img {
  width: 100%;
  aspect-ratio: 700 / 460;
  object-fit: cover;
  background: #cfcfcf;
}

.price_box .price {
  margin: 0;
}

.price_box .lead {
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: 3px;
  color: #6d6666;
}

.more_tile {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 96px;
  height: 96px;
  padding: 12px;
  background: #e6de0f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.1;
  text-align: left;
}

.top_fair__type {
  display: none;
}

.top_fair__dots {
  position: absolute;
  left: 20px;
  bottom: 38px;
  display: flex;
  gap: 10px;
}

.top_fair__dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b3b3b3;
}

.top_fair__dots button.is-on {
  background: #363030;
}

.top_fair__note {
  margin: 18px 20px 0;
  font-size: 12px;
  color: #6d6666;
}

/* dom na zamowienie
----------------------------------------------------------------------*/
.top_repair__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 0 80px;
}

.top_repair__txt {
  padding: 0 20px;
}

.top_repair__titile {
  font-size: 30px;
  letter-spacing: 6px;
  line-height: 1.15;
}

.top_repair__txt .lead {
  margin: 10px 0 20px;
  font-size: 12px;
  letter-spacing: 1px;
}

.top_repair__txt .claim {
  font-size: 18px;
  font-weight: 700;
}

.top_repair__txt .stat {
  margin: 10px 0 16px;
  font-size: 14px;
}

.top_repair__txt .stat b {
  font-size: 26px;
  font-weight: 600;
}

.top_repair__txt .txt {
  font-size: 13.5px;
  text-align: justify;
}

.repair_links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 30px;
}

.repair_links dt {
  padding: 0 0 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c2bebe;
  font-size: 12px;
  font-weight: 700;
}

.repair_links .yellow_btn {
  width: 100%;
  height: 88px;
}

.top_repair__photo img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #d0d0d0;
}

/* szacunek
----------------------------------------------------------------------*/
.top_estimate {
  padding: 0 0 80px;
}

.top_estimate__warpper {
  position: relative;
  padding: 50px 20px;
  background: #e5e5e5;
}

.top_estimate__head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 24px;
}

.v_title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 6px;
}

.v_sub {
  font-size: 12px;
  letter-spacing: 1px;
}

.top_estimate__card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.top_estimate__card .photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #d8d8d8;
}

.calc {
  padding: 24px 20px 28px;
}

.calc label[for] {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
}

.calc input[type=number] {
  width: 100%;
  height: 48px;
  padding: 12px;
  border: #dcdcdc solid 1px;
  background-color: rgba(212, 212, 212, 0.2);
  font: inherit;
  font-size: 16px;
  outline: 0;
}

.calc_label {
  margin: 16px 0 6px;
  font-size: 12px;
  font-weight: 700;
}

.calc_roof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.calc_roof label {
  cursor: pointer;
}

.calc_roof input {
  position: absolute;
  opacity: 0;
}

.calc_roof span {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #363030;
  font-size: 12.5px;
}

.calc_roof input:checked + span {
  background: #363030;
  color: #ffffff;
}

.calc_roof input:focus-visible + span {
  outline: 2px solid #e6de0f;
}

.calc_out {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  margin: 22px 0 8px;
  font-size: 14px;
}

.calc_out .en {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.calc_note {
  font-size: 11.5px;
  color: #6d6666;
}

/* dodatki - siatka kart
----------------------------------------------------------------------*/
.top_shop-news {
  padding: 0 20px 90px;
}

.top_shop-news__head .sub {
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 1px;
}

.top_shop-news__box {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-top: 34px;
}

.addon_card {
  display: flex;
  flex-direction: column;
}

.addon_card__photo img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background: #d4d4d4;
}

.addon_card__price {
  margin: 12px 0 2px;
  font-size: 20px;
  font-weight: 600;
}

.addon_card__title {
  font-size: 15px;
  letter-spacing: 0.5px;
}

.addon_card__txt {
  margin: 6px 0 12px;
  font-size: 12.5px;
  color: #6d6666;
}

.addon_card__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 12px 14px;
  background: #ffffff;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  transition: background-color 0.3s;
}

.addon_card__bar span {
  font-size: 20px;
  line-height: 1;
}

.addon_card__bar:hover {
  background: #e6de0f;
}

/* wycena - formularz
----------------------------------------------------------------------*/
.top_quote {
  margin: 0 0 90px;
  padding: 50px 20px 60px;
  background: #dde2e7;
}

.top_quote__head .sub {
  margin: 6px 0 16px;
  font-size: 12px;
  letter-spacing: 1px;
}

.top_quote__head .txt {
  max-width: 560px;
  font-size: 13.5px;
  text-align: justify;
}

.quote_thanks {
  margin-top: 30px;
  padding: 30px;
  background: #ffffff;
}

.quote_thanks .h {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 6px;
}

/* linki z duzym zdjeciem
----------------------------------------------------------------------*/
.static_links__row {
  position: relative;
  display: flex;
  flex-direction: column;
}

.static_links__photo img {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  background: #cfcfcf;
}

.static_links__titile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 20px;
  background: rgba(255, 255, 255, 0.7215686275);
  text-align: center;
}

.static_links__titile .en {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 8px;
}

.static_links__titile .ja {
  font-size: 12px;
  letter-spacing: 1px;
}

/* stopka
----------------------------------------------------------------------*/
.footer_menu {
  padding: 0 0 70px;
  background: #e5e5e5;
}

.footer_nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 20px 34px;
}

.footer_logo {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  margin: 0 -20px;
  width: calc(100% + 40px);
  background: #4b4b4b;
}

.footer_logo img {
  width: 180px;
  height: 36px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}

.footer_address p {
  font-size: 12.5px;
  line-height: 1.9;
}

.footer_address p:first-child {
  font-weight: 700;
}

.footer_links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.footer_links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  text-align: center;
}

.footer_links svg,
.header_nav i svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linejoin: round;
}

.footer_bottom {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 20px 0;
  border-top: 1px solid #dcdada;
}

.footer_bottom__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  font-size: 12px;
}

.footer_bottom__links button {
  font-size: 12px;
  text-decoration: underline;
}

.copy {
  font-size: 11px;
  letter-spacing: 2px;
}

/* pasek mobilny
----------------------------------------------------------------------*/
.bottom_nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 800;
  display: flex;
  height: 60px;
  background: #363030;
}

.bottom_nav > * {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1px;
}

.bottom_nav .bottom_cart {
  background: #e6de0f;
  color: #363030;
  font-weight: 700;
}

/* strony PHP (podziekowanie bez JS)
----------------------------------------------------------------------*/
.plain_page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 20px;
}

.plain_box {
  max-width: 520px;
  padding: 40px;
  background: #ffffff;
}

.plain_box .en {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 6px;
}

.plain_box a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
  }
  .header_nav ul {
    display: flex;
  }
  .header_nav li > button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 90px;
    height: 80px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
    text-align: center;
  }
  .quote_link {
    background: #da913a;
    color: #ffffff;
  }
  .cart_link {
    background: #e6de0f;
    color: #363030;
  }
  .cart_count {
    display: inline-block;
    min-width: 18px;
    padding: 0 4px;
    margin-left: 2px;
    background: #363030;
    color: #e6de0f;
  }
  .header_menu__btn {
    width: 90px;
    height: 80px;
  }
  .top_header {
    height: 80px;
    padding: 0 290px 0 40px;
  }
  .top_header .logo img {
    width: 200px;
    height: 40px;
  }
  .top_main {
    padding: 80px 0 0;
  }
  .bottom_nav {
    display: none;
  }
  .top_kv__img {
    height: 66vh;
  }
  .top_kv__watches {
    position: absolute;
    right: 0;
    bottom: -30px;
    padding: 16px 24px;
  }
  .kv_strip {
    height: 34px;
  }
  .news_ticker {
    padding: 50px 40px 24px;
  }
  .news_ticker__block {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 42%;
    height: 220%;
    background: #dde2e7;
  }
  .top_information {
    padding: 80px 40px 110px;
  }
  .top_information__titile,
  .top_fair__titile,
  .top_shop-news__titile,
  .top_quote__titile {
    font-size: 44px;
    letter-spacing: 10px;
  }
  .top_topics__slide.is-on {
    display: flex;
    gap: 50px;
    align-items: center;
  }
  .top_topics__slide .photo {
    flex: 0 0 55%;
  }
  .top_topics__slide .info {
    padding: 0;
  }
  .swiper-controls {
    width: 40%;
    margin-left: auto;
  }
  .number {
    font-size: 220px;
    right: 30px;
    bottom: 20px;
  }
  .top_fair__titile {
    margin-left: 40px;
  }
  .top_fair__panel {
    margin: 0 0 0 40px;
    padding: 70px 150px 100px 40px;
  }
  .top_fair__content.is-on {
    flex-direction: row;
    align-items: center;
    gap: 36px;
  }
  .top_fair__content .txt {
    flex: 0 0 26%;
  }
  .top_fair__content .photo {
    flex: 1 1 auto;
  }
  .price_box {
    flex: 0 0 auto;
  }
  .more_tile {
    width: 120px;
    height: 120px;
    padding: 16px;
    font-size: 15px;
  }
  .top_fair__type {
    display: block;
    position: absolute;
    top: 70px;
    right: 44px;
    writing-mode: vertical-lr;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 8px;
  }
  .top_fair__dots {
    left: 50%;
    transform: translateX(-50%);
  }
  .top_fair__note {
    margin-left: 40px;
  }
  .top_repair__wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
    padding: 80px 0 120px;
  }
  .top_repair__txt {
    flex: 0 0 48%;
    padding: 0 0 0 40px;
  }
  .top_repair__titile {
    font-size: 40px;
    letter-spacing: 10px;
  }
  .repair_links {
    flex-direction: row;
    gap: 26px;
  }
  .repair_links dl {
    width: calc(50% - 13px);
  }
  .top_repair__photo {
    flex: 1 1 auto;
  }
  .top_estimate__warpper {
    margin: 0 70px;
    padding: 70px 60px;
    display: flex;
    gap: 40px;
  }
  .top_estimate__head {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  .v_title,
  .v_sub {
    writing-mode: vertical-lr;
  }
  .v_title {
    font-size: 30px;
  }
  .top_estimate__card {
    flex: 1 1 auto;
    flex-direction: row;
  }
  .top_estimate__card .photo {
    flex: 0 0 42%;
  }
  .top_estimate__card .photo img {
    height: 100%;
    aspect-ratio: auto;
  }
  .calc {
    padding: 36px 40px;
  }
  .top_shop-news {
    padding: 0 40px 120px;
  }
  .top_shop-news__box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 30px;
  }
  .top_quote {
    margin: 0 0 0 40px;
    padding: 70px 50px;
  }
  .static_links {
    margin-top: 120px;
  }
  .static_links__row {
    flex-direction: row;
  }
  .static_links__row--rev {
    flex-direction: row-reverse;
  }
  .static_links__photo {
    flex: 0 0 61.8%;
  }
  .static_links__photo img {
    height: 100%;
    min-height: 340px;
  }
  .static_links__titile {
    flex: 0 0 38.2%;
  }
  .footer_bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px 40px;
  }
}

@media screen and (min-width: 1024px) {
  .footer_menu {
    padding: 0;
  }
  .footer_nav {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 0 40px 0 0;
    min-height: 300px;
  }
  .footer_logo {
    flex: 0 0 260px;
    align-self: stretch;
    display: flex;
    align-items: center;
    width: 260px;
    margin: 0;
    padding: 0 40px;
  }
  .footer_logo::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100px;
    border-style: solid;
    border-width: 0 0 300px 100px;
    border-color: transparent transparent transparent #4b4b4b;
  }
  .footer_address {
    margin-left: 110px;
  }
  .footer_links {
    display: flex;
    margin-left: auto;
    gap: 40px;
  }
  .sidebar_wrapper {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    flex: 0 0 90px;
    width: 90px;
    height: 100vh;
    padding: 120px 0 50px;
  }
  .sidebar_label,
  .sidebar_sub,
  .sidebar_tel {
    writing-mode: vertical-lr;
    font-size: 12px;
    letter-spacing: 4px;
  }
  .sidebar_label {
    padding-bottom: 25px;
    border-bottom: 1px solid #8a8a8a;
    font-weight: 600;
  }
  .sidebar_tel {
    margin-top: auto;
  }
  .top_main {
    width: calc(100% - 90px);
  }
  .top_header.on {
    top: -80px;
  }
  .top_shop-news__box {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1440px) {
  .top_header {
    height: 100px;
    padding: 0 320px 0 50px;
  }
  .header_nav li > button,
  .header_menu__btn {
    width: 100px;
    height: 100px;
  }
  .top_main {
    padding-top: 100px;
    width: calc(100% - 100px);
  }
  .sidebar_wrapper {
    flex-basis: 100px;
    width: 100px;
  }
  .top_header.on {
    top: -100px;
  }
  .top_information {
    padding: 100px 140px 140px 70px;
  }
}
