* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #D2C6BA;
  --title: #161616;
  --text: #5B5B5B;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.522vw, 10px);
}
ul {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i {
  font-style: normal;
}
.content {
  max-width: 160rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 163rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
  color: var(--title);
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
  font-family: 'DM Sans', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
li.swiper-slide {
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-image: linear-gradient(to top, #f6f4f2, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.head .subtitle {
  color: #757575;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}
.head h2 {
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 5.6rem;
  letter-spacing: 2.2px;
}
.btn {
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  line-height: 4.8rem;
  padding: 0 3.8rem;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.btn:hover {
  color: var(--primary);
  background-color: transparent;
}
.btn_more {
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  line-height: 4.8rem;
  padding: 0 3.8rem;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #9d9b9a;
  background-color: transparent;
}
.btn_more:hover {
  color: var(--title);
  border-color: var(--primary);
  background-color: var(--primary);
}
.btn_line {
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  padding: 0.5rem 0;
  font-size: 1.8rem;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom: 2px solid var(--primary);
}
.btn_line:hover {
  border-color: transparent;
}
.swiper_btns {
  gap: 6.4rem;
  display: flex;
}
.swiper_btns.white {
  filter: contrast(0) brightness(2);
}
.swiper_btns.middle {
  justify-content: space-between;
  width: 98%;
  max-width: 186.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.swiper_btns:has(.swiper-button-lock) {
  display: none;
}
.swiper_btns div {
  width: 2.8rem;
  height: 1.8rem;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s;
  background: url(../img/arrow-line-l-b.svg) no-repeat center / contain;
}
.swiper_btns .btn_next {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.swiper_btns .swiper-button-lock {
  display: none;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 996;
  width: 100%;
  color: #fff;
  padding: 1rem 0 2.6rem;
  transition: all 0.3s;
}
header:nth-of-type(2) {
  display: none;
}
header.sticky {
  transform: translateY(-6.8rem);
  background-color: rgba(30, 30, 30, 0.8);
}
header.sticky:hover {
  transform: translate(0);
}
header.sticky::before {
  opacity: 0;
}
header.sticky .bot {
  transform: translateY(1.2rem);
}
header.static {
  position: sticky;
  top: 0;
  background-color: #0c0b09;
}
header::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.8;
  transition: all 0.3s;
  pointer-events: none;
  background-image: linear-gradient(to top, transparent, #000);
}
header .content {
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  max-width: 176.2rem;
}
header .lt,
header .rt {
  display: flex;
  align-items: center;
}
header .rt {
  justify-content: flex-end;
}
header .top .lt {
  gap: 4.6rem;
}
header .top .menu {
  display: flex;
}
header .top .menu li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1.4rem;
  background-color: rgba(255, 255, 255, 0.16);
  margin: 0 2rem;
}
header .top .menu a {
  display: inline-block;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
  font-weight: 300;
  text-transform: uppercase;
}
header .top .menu a:hover {
  color: #fff;
}
header .btn_lang {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  max-width: max-content;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
  gap: 0.8rem;
}
header .btn_lang:hover {
  color: #fff;
}
header .btn_lang::before {
  content: '';
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/icon-lang.svg) no-repeat center / contain;
}
header .btn_lang::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  background: url(../img/icon-down.svg) no-repeat center / contain;
}
header .social {
  gap: 3rem;
  display: flex;
}
header .social a {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.3s;
  background: no-repeat center / contain;
}
header .social a:hover {
  transform: scale(1.1);
}
header .social .facebook a {
  background-image: url(../img/facebook.svg);
}
header .social .instagram a {
  background-image: url(../img/instagram.svg);
}
header .social .youtube a {
  background-image: url(../img/youtube.svg);
}
header .social .linkedin a {
  background-image: url(../img/linkedin.svg);
}
header .social .twitter a {
  background-image: url(../img/twitter.svg);
}
header .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  transform: translateY(3px);
}
header .logo img {
  display: block;
  width: auto;
  height: 5rem;
}
header .logo p {
  position: absolute;
  left: 0;
  top: 0;
}
header .btn_search {
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
header .btn_menu {
  display: none;
}
header .bot {
  margin-top: 1rem;
  transition: all 0.3s;
}
header .bot .menu {
  gap: 4.4rem;
  display: flex;
}
header .bot .menu a {
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  transition: all 0.3s;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: transparent;
}
header .bot .menu a:hover {
  text-decoration-color: #fff;
}
header .logo_text {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
header .logo_text img {
  display: block;
  width: 20.4rem;
  height: auto;
}
header .logo_text p {
  position: absolute;
  left: 0;
  top: 0;
}
footer {
  color: #fff;
  background-color: var(--title);
}
footer .main {
  gap: 5rem 3rem;
  padding: 11.2rem 0 13rem;
}
footer strong {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.39);
  margin-bottom: 2rem;
}
footer .slide_nav {
  min-width: 12%;
}
footer .slide_nav li {
  margin-bottom: 2rem;
}
footer .slide_nav a {
  vertical-align: top;
  font-size: 1.8rem;
  transition: all 0.3s;
  font-weight: 200;
  text-decoration: underline;
  text-decoration-color: transparent;
}
footer .slide_nav a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .slide_nav button {
  font-size: 1.6rem;
  color: var(--primary);
  text-decoration: underline;
  background-color: transparent;
}
footer .slide_nav button:hover {
  text-decoration: none;
}
footer .slide_contact {
  width: 33rem;
}
footer .slide_contact > div {
  padding-left: 7.2rem;
}
footer .slide_contact .infos li {
  position: relative;
}
footer .slide_contact .infos li::before {
  content: '';
  display: block;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: no-repeat center / 2rem;
  position: absolute;
  left: -7.2rem;
  top: 0;
}
footer .slide_contact .infos li + li {
  margin-top: 3.2rem;
}
footer .slide_contact .infos .phone::before {
  background-image: url(../img/icon-phone.svg);
}
footer .slide_contact .infos .email::before {
  background-image: url(../img/icon-email.svg);
}
footer .slide_contact .infos .address::before {
  background-image: url(../img/icon-address.svg);
}
footer .slide_contact .infos .label {
  color: #686868;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 2px;
}
footer .slide_contact .infos a,
footer .slide_contact .infos p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 300;
}
footer .slide_contact .infos a {
  transition: all 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
}
footer .slide_contact .infos a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .slide_contact .infos p + .label {
  margin-top: 2.2rem;
}
footer .logo_wrap {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  max-width: max-content;
  margin: 0 auto;
}
footer .logo_wrap .logo {
  display: block;
  width: 6.5rem;
  height: auto;
  margin: 0 auto;
}
footer .logo_wrap .logo_text {
  display: block;
  width: 23.86rem;
  height: auto;
  margin-top: 1.4rem;
}
footer .logo_wrap p {
  position: absolute;
  left: 0;
  top: 0;
}
footer .copyright {
  padding: 2rem 0;
  margin-top: 2.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
footer .copyright ul {
  display: flex;
}
footer .copyright li::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1.4rem;
  margin: 0 1.2rem;
  background-color: rgba(255, 255, 255, 0.15);
}
footer .copyright a {
  display: inline-block;
  transition: all 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
  color: rgba(255, 255, 255, 0.68);
}
footer .copyright a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.product_list .active .pic .img1 {
  opacity: 1;
  pointer-events: all;
}
.product_list a {
  height: 100%;
  display: block;
}
.product_list a:hover img {
  transform: scale(1.03);
}
.product_list .pic {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.product_list .pic .img1 {
  padding-bottom: 127.567568%;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.product_list .pic .img2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.product_list .info {
  margin-top: 1.6rem;
  text-transform: uppercase;
}
.product_list .info .cat {
  color: #515151;
  margin-bottom: 0.4rem;
}
.product_list .info .title {
  font-size: 2.2rem;
  font-weight: 500;
}
#tip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: #000;
  z-index: 999;
  display: none;
  padding: 30px 50px;
  border: 1px solid #f5f4f2;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .content {
    padding: 0 2rem;
  }
  .swiper_content {
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  header .top .menu li::after {
    margin: 0 1rem;
  }
  header .bot .menu {
    gap: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  header .bot .menu {
    gap: 2.5rem;
  }
  header .bot .menu a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 1rem;
  }
  .head .subtitle {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .head h1 {
    font-size: 34px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .head h2 {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .head .desc,
  .head p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .btn,
  .btn_more {
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
    min-width: 120px;
  }
  .btn_line {
    padding: 5px 0;
    font-size: 14px;
    border-width: 1px;
  }
  .swiper_btns {
    gap: 2rem;
  }
  .swiper_btns div {
    width: 22px;
    height: 1rem;
  }
  header {
    padding: 0;
    display: none;
  }
  header:nth-of-type(2) {
    display: block;
  }
  header.sticky {
    transform: translate(0);
    background-color: var(--title);
  }
  header .inner {
    gap: 1rem;
    padding: 0 20px;
    min-height: 3rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto 1fr;
  }
  header .btn_lang {
    gap: 6px;
    font-size: 14px;
  }
  header .btn_lang::before {
    width: 20px;
    height: 20px;
  }
  header .btn_lang::after {
    width: 12px;
    height: 12px;
    margin-left: 2px;
  }
  header .logo {
    transform: translate(0);
  }
  header .logo img {
    height: 2rem;
  }
  header .btns {
    gap: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header .btns .btn_search {
    width: 20px;
    height: 20px;
  }
  header .btns .btn_menu {
    width: 22px;
    height: 22px;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    filter: contrast(0) brightness(2);
    background: url(../img/mobile-menu/nav-btn.svg) no-repeat center / contain;
  }
  header .bot {
    margin-top: 8px;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    transition: all 0.3s;
    transform: translate(0);
  }
  header nav.active {
    pointer-events: all;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    opacity: 1;
    transform: translate(0);
  }
  header nav .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    opacity: 0;
  }
  header nav .con {
    position: absolute;
    left: 0;
    top: 0;
    /* width: min(300px, 80vw); */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
  }
  header nav .con .close_box {
    padding: 32px 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  header nav .con .close_box .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    filter: brightness(0);
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
    cursor: pointer;
    transition: all 0.3s;
  }
  header nav .con .close_box .close:hover {
    transform: rotate(180deg);
  }
  header nav .con .close_box + div {
    flex: 1;
    overflow: auto;
  }
  header nav .con .menu {
    display: block;
  }
  header nav .con .menu > li {
    cursor: pointer;
    position: relative;
  }
  header nav .con .menu > li > a {
    line-height: 64px;
    padding: 0 0 0 32px;
    font-size: 18px;
    color: var(--title);
    display: block;
  }
  header nav .con .menu > li > a:hover {
    color: var(--primary);
  }
  header nav .con .menu > li > a::after {
    display: none;
  }
  header nav .con .menu > li.menu-item-has-children > a {
    margin-right: 52px;
  }
  header nav .con .menu > li.menu-item-has-children::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    left: calc(100% - 32px);
    top: 26px;
    transition: all 0.3s;
  }
  header nav .con .menu > li.active::after {
    transform: rotate(180deg);
  }
  header nav .con .menu > li:hover ul {
    padding: 16px 24px;
  }
  header nav .con .menu .current-menu-item > a,
  header nav .con .menu .current-menu-parent > a {
    color: var(--primary);
  }
  header nav .con .sub-menu {
    position: static;
    padding: 16px 24px;
    background-color: #f8f8f8;
    margin: 0 32px;
    box-shadow: none;
    border-radius: 8px;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    transform: translate(0);
    min-width: unset;
  }
  header nav .con .sub-menu .sub-menu {
    display: block;
    margin: 0;
  }
  header nav .con .sub-menu li {
    margin: 0;
    transform: translate(0);
  }
  header nav .con .sub-menu li a {
    padding: 8px 0;
    word-break: break-word;
    font-size: 14px;
    color: var(--title);
    line-height: normal;
    white-space: unset;
    display: block;
  }
  header nav .con .sub-menu li a::after {
    display: none;
  }
  header nav .con .sub-menu li a:hover {
    color: var(--primary);
  }
  footer strong {
    font-size: 1rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
  }
  footer .main {
    padding: 3rem 0 4rem;
    display: block;
  }
  footer .slide_nav {
    margin-bottom: 1rem;
  }
  footer .slide_nav.active strong::after {
    transform: rotate(180deg);
  }
  footer .slide_nav strong {
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: grid;
    align-items: center;
    gap: 10px;
    grid-template-columns: 1fr auto;
  }
  footer .slide_nav strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    transition: all 0.3s;
    background: url(../img/icon-down.svg) no-repeat center / contain;
  }
  footer .slide_nav div {
    display: none;
  }
  footer .slide_nav ul {
    padding: 1rem 20px 1px;
  }
  footer .slide_nav li {
    margin-bottom: 1rem;
  }
  footer .slide_nav a {
    font-size: 14px;
  }
  footer .slide_contact {
    width: 100%;
    padding-top: 2rem;
  }
  footer .slide_contact strong {
    margin-bottom: 20px;
  }
  footer .slide_contact > div {
    padding-left: 56px;
  }
  footer .slide_contact .infos li::before {
    width: 40px;
    height: 40px;
    left: -56px;
    background-size: 12px;
  }
  footer .slide_contact .infos li + li {
    margin-top: 1rem;
  }
  footer .slide_contact .infos .label {
    font-size: 14px;
  }
  footer .slide_contact .infos a,
  footer .slide_contact .infos p {
    font-size: 15px;
    line-height: 1.5;
  }
  footer .slide_contact .infos p + .label {
    margin-top: 1rem;
  }
  footer .slide_contact .social {
    gap: 20px 2rem;
    margin-top: 2rem;
  }
  footer .logo_wrap .logo {
    width: 4rem;
  }
  footer .logo_wrap .logo_text {
    width: 16rem;
    margin-top: 1rem;
  }
  footer .copyright {
    margin-top: 2rem;
    padding: 20px 0;
    font-size: 14px;
  }
  footer .copyright p {
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    font-size: 13px;
  }
  footer .copyright ul {
    gap: 1rem;
  }
  footer .copyright ul li::before {
    display: none;
  }
  .product_list .info {
    margin-top: 1rem;
  }
  .product_list .info .cat {
    font-size: 14px;
  }
  .product_list .info .title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head .desc {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
}
