@charset "UTF-8";
/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none; }

a:active, a:focus, a:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

button:active, button:focus, button:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

input:focus, textarea:focus {
  outline: none;
  box-shadow: none; }

body {
  font-family: "muli", sans-serif; }
  body i {
    display: flex;
    align-items: center;
    justify-content: center; }
    body i:before {
      content: "";
      display: inline-block;
      margin-left: 0 !important; }
  body .container {
    max-width: 1850px;
    padding-left: 45px;
    padding-right: 45px; }
    body .container-left {
      padding-left: calc((100vw - 1805px) / 2); }
    body .container-right {
      padding-right: calc((100vw - 1760px) / 2); }
  @media (min-width: 991px) and (max-width: 1890px) {
    body .container-left {
      padding-left: 45px; }
    body .container-right {
      padding-right: 45px; } }

.items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: clamp(30px, 3vw, 60px);
  margin-bottom: clamp(30px, 3vw, 60px); }

.item {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  position: relative; }
  .item-two {
    width: calc(50% - 30px); }
  .item-three {
    width: calc(33.33% - 30px); }
  .item-four {
    width: calc(25% - 30px); }
  .item-five {
    margin-bottom: 40px;
    width: calc(20% - 30px); }

@media (min-width: 991px) and (max-width: 1200px) {
  .item-two {
    width: calc(50% - 30px); }
  .item-three {
    width: calc(50% - 30px); }
  .item-four {
    width: calc(33.33% - 30px); }
  .item-five {
    width: calc(33.33% - 30px); } }

@media (max-width: 991px) {
  .items {
    margin-left: -7.5px;
    margin-right: -7.5px; }
  .item {
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-bottom: 15px; }
    .item-two {
      width: calc(100% - 15px); }
    .item-three {
      width: calc(100% - 15px); }
    .item-four {
      width: calc(50% - 15px); }
    .item-five {
      width: calc(50% - 15px);
      margin-bottom: 15px; } }

.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms;
  z-index: 1;
  cursor: pointer; }
  .button:hover {
    transition: 500ms; }

.lv_skin canvas {
  opacity: 0 !important; }

.mobile {
  display: none !important; }

.mobile-f {
  display: none !important; }

.desktop {
  display: block; }

.desktop-f {
  display: flex; }

.scroll {
  bottom: 10vh;
  z-index: 99;
  position: absolute;
  left: 40%;
  display: flex;
  align-items: center; }
  .scroll:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 1px;
    height: 56px;
    background-color: #ffffff;
    margin-right: 24px; }
  .scroll span {
    display: block;
    width: 2px;
    left: 38px;
    height: 8px;
    border-radius: 4px;
    background: red;
    border: 1px solid transparent;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: scroll; }

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(18px); } }

@keyframes down {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(5px); } }

.global_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0; }

@font-face {
  font-family: 'helvetica';
  src: url(../font/helvetica/Helvetica.ttf);
  font-weight: normal; }

@font-face {
  font-family: 'helvetica';
  src: url(../font/helvetica/Helvetica-Bold.ttf);
  font-weight: bold; }

@font-face {
  font-family: 'muli';
  src: url(../font/muli/Muli-Light.ttf);
  font-weight: 300; }

@font-face {
  font-family: 'muli';
  src: url(../font/muli/Muli-LightItalic.ttf);
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'muli';
  src: url(../font/muli/Muli-Regular.ttf);
  font-weight: 400; }

@font-face {
  font-family: 'muli';
  src: url(../font/muli/Muli-Italic.ttf);
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'muli';
  src: url(../font/muli/Muli-SemiBold.ttf);
  font-weight: 600; }

@font-face {
  font-family: 'muli';
  src: url(../font/muli/Muli-SemiBoldItalic.ttf);
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'muli';
  src: url(../font/muli/Muli-Bold.ttf);
  font-weight: 700; }

@font-face {
  font-family: 'muli';
  src: url(../font/muli/Muli-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'muli';
  src: url(../font/muli/Muli-ExtraBold.ttf);
  font-weight: 800; }

@font-face {
  font-family: 'muli';
  src: url(../font/muli/Muli-ExtraBoldItalic.ttf);
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'muli';
  src: url(../font/muli/Muli-Black.ttf);
  font-weight: 900; }

@font-face {
  font-family: 'muli';
  src: url(../font/muli/Muli-BlackItalic.ttf);
  font-weight: 900;
  font-style: italic; }

.Navtop {
  width: 100%;
  z-index: 9999;
  position: absolute;
  transition: all 500ms;
  background-color: white;
  top: 0;
  left: 0;
  right: 0;
  font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid #58585b20; }
  .Navtop-blog {
    background-color: #1c1c1c; }
    .Navtop-blog .Navtop-search-input, .Navtop-blog .Navtop-search-input:focus {
      background-color: #1c1c1c; }
  .Navtop-in {
    background-color: transparent; }
  .Navtop .navbar-brand {
    margin-top: 0; }
    .Navtop .navbar-brand img {
      max-width: clamp(170px, 14.07vw, 270px);
      width: 100%; }
  .Navtop .navbar {
    z-index: 99;
    position: static; }
    .Navtop .navbar-nav {
      transition: 400ms;
      margin-left: clamp(0px, 2.5vw, 40px); }
    .Navtop .navbar-collapse .nav-item {
      margin-left: clamp(5px, 0.5vw, 15px);
      align-items: center;
      display: flex;
      justify-content: center;
      height: 90px; }
      .Navtop .navbar-collapse .nav-item .nav-link {
        text-align: center;
        padding: 0px 5px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.09px;
        color: #58585b;
        transition: 500ms;
        text-transform: uppercase; }
        .Navtop .navbar-collapse .nav-item .nav-link:hover {
          color: #C60039;
          transition: 500ms; }
    .Navtop .navbar-collapse .active .nav-link {
      color: #C60039; }
  .Navtop-right {
    margin-left: auto;
    display: flex;
    align-items: center; }
  .Navtop-social-item {
    color: #58585b;
    margin-left: 15px;
    font-size: 20px;
    transition: 500ms; }
    .Navtop-social-item:hover {
      color: #C60039;
      transition: 500ms; }
  .Navtop-search {
    position: relative;
    display: none; }
    .Navtop-search-in {
      display: flex;
      align-items: center;
      position: relative; }
    .Navtop-search-open {
      background-color: transparent;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.09px;
      text-align: center;
      color: #fff;
      display: flex;
      align-items: center; }
      .Navtop-search-open:before {
        margin-right: 9px;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-search.svg); }
      .Navtop-search-open:after {
        content: "ARAMA ";
        display: inline-block;
        transition: 500ms; }
      .Navtop-search-open:focus {
        color: white;
        transition: 500ms; }
      .Navtop-search-open:hover {
        color: white;
        transition: 500ms;
        text-decoration: underline; }
      .Navtop-search-open.active:after {
        content: "KAPAT"; }
      .Navtop-search-open.active:before {
        background-image: url(../images/close.svg); }
    .Navtop-search-content {
      pointer-events: none;
      transition: 500ms;
      position: absolute;
      right: 80px;
      transform: translateX(-50px);
      width: 260px;
      z-index: 999;
      display: flex;
      align-items: center;
      opacity: 0; }
      .Navtop-search-content form {
        width: 100%; }
      .Navtop-search-content-in {
        width: 100%;
        display: flex;
        align-items: center;
        position: relative; }
      .Navtop-search-content.active {
        pointer-events: auto;
        transition: 500ms;
        opacity: 1;
        transform: translateX(0); }
    .Navtop-search-input {
      height: 40px;
      background-color: white;
      color: #1c1c1d;
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #1c1c1d40;
      padding-right: 50px;
      font-size: 13px; }
      .Navtop-search-input:focus {
        background-color: white;
        outline: none;
        box-shadow: none;
        border-color: #1c1c1d80;
        color: #1c1c1d; }
    .Navtop-search-button {
      position: absolute;
      right: 15px;
      top: 9px;
      background-color: transparent;
      transition: 500ms; }
      .Navtop-search-button:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-search.svg); }
      .Navtop-search-button:hover {
        transition: 500ms; }
  .Navtop-active {
    position: fixed;
    box-shadow: 0 12px 54px -10px rgba(0, 0, 0, 0.15); }
    .Navtop-active .navbar-brand:before {
      width: 220px;
      height: 44px; }
    .Navtop-active .navbar-collapse .nav-item {
      height: 60px; }
    .Navtop-active .Dropdown-menu {
      height: calc(100vh - 63px);
      top: 63px; }
  .Navtop-language {
    margin-right: 16px; }
    .Navtop-language-button {
      display: flex;
      align-items: center;
      background-color: transparent;
      transition: all 300ms; }
      .Navtop-language-button i {
        font-size: 24px;
        margin-right: 8px;
        color: #fff;
        transition: all 300ms;
        width: 16px;
        height: 24px;
        background-image: url(../images/icon-language.svg);
        background-size: 100% 100%;
        flex-shrink: 0; }
      .Navtop-language-button span {
        font-size: 15px;
        font-weight: 500;
        color: #58585b;
        transition: all 300ms; }
      .Navtop-language-button:hover i, .Navtop-language-button:hover span {
        color: #C60039; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-size: 13px;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.Dropdown.active .Dropdown-menu {
  pointer-events: auto; }

.Dropdown-menu {
  padding-top: clamp(20px, 3.5vw, 50px);
  padding-bottom: clamp(20px, 5vh, 60px);
  position: absolute;
  height: calc(100vh - 90px);
  max-height: 680px;
  left: 0;
  right: 0;
  top: 90px;
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none; }
  .Dropdown-menu-close {
    display: none; }
  .Dropdown-menu-in {
    width: 100%;
    position: relative; }

.Dropdown-category-header {
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.09px;
  color: #000; }

.Dropdown-category-in {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  position: relative; }
  .Dropdown-category-in.top {
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 40px; }
  @media (max-width: 991px) {
    .Dropdown-category-in {
      grid-template-columns: repeat(2, 1fr); }
      .Dropdown-category-in.top {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px; } }

.Dropdown-category-item a {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 300ms;
  overflow: hidden; }
  .Dropdown-category-item a img {
    width: 100%;
    transition: all 300ms; }
  .Dropdown-category-item a span {
    margin-top: 16px;
    font-weight: bold;
    font-size: clamp(16px, 1.1vw, 20px);
    line-height: 1.2; }
  .Dropdown-category-item a:hover img {
    transform: scale(1.05); }

.Dropdown-category-item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  flex-grow: 0;
  box-shadow: 0 32px 44px -20px #f0ecec;
  background-color: #fff;
  position: relative; }
  .Dropdown-category-item-button img {
    max-height: 80%;
    max-width: 80%;
    -o-object-fit: contain;
       object-fit: contain; }
  .Dropdown-category-item-button:after {
    content: " ";
    display: inline-block;
    transition: 500ms;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 5px;
    position: absolute;
    background-color: #C60039;
    opacity: 0; }
  .Dropdown-category-item-button[aria-expanded="true"]:after {
    transition: 500ms;
    bottom: 0;
    opacity: 1; }

.Dropdown-product-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(-50px, -3vw, -30px);
  transform: translateY(100%); }
  .Dropdown-product-item-text {
    margin-bottom: clamp(20px, 3vw, 45px); }
    .Dropdown-product-item-text h6 {
      font-size: 27px;
      font-weight: bold;
      line-height: normal;
      letter-spacing: 0.09px;
      color: #000;
      margin-bottom: 5px; }
    .Dropdown-product-item-text p {
      max-width: 560px;
      font-size: 16px;
      line-height: 1.38;
      letter-spacing: 0.11px;
      color: #000; }
  .Dropdown-product-item-header {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.09px;
    color: #000; }
  .Dropdown-product-item-in {
    margin-top: 20px;
    display: flex; }
  .Dropdown-product-item-link {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 108px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.1px;
    text-align: center;
    color: #00000070;
    transition: 500ms; }
    .Dropdown-product-item-link-icon {
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 108px;
      height: 94px;
      box-shadow: 0 12px 54px -10px rgba(0, 0, 0, 0.07);
      background-color: #fff;
      transition: 500ms; }
      .Dropdown-product-item-link-icon img {
        max-width: 70%;
        max-height: 70%;
        -o-object-fit: contain;
           object-fit: contain;
        transition: 500ms; }
    .Dropdown-product-item-link:hover {
      transition: 500ms; }
      .Dropdown-product-item-link:hover .Dropdown-product-item-link-icon {
        color: #000000;
        transition: 500ms; }
        .Dropdown-product-item-link:hover .Dropdown-product-item-link-icon img {
          transition: 500ms;
          filter: invert(13%) sepia(97%) saturate(3096%) hue-rotate(355deg) brightness(87%) contrast(92%); }

.Brand {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #eeeef1;
  padding-top: clamp(15px, 2.5vw, 40px);
  padding-bottom: clamp(15px, 2.5vw, 40px); }
  .Brand-in {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto; }
  .Brand .swiper-container {
    padding-left: 45px;
    padding-right: 45px; }
  .Brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px; }
    .Brand-item img {
      transition: 500ms;
      max-width: 95%;
      max-height: 85%;
      -o-object-fit: contain;
         object-fit: contain; }
    .Brand-item:hover img {
      transform: scale(1.1);
      transition: 500ms; }

.Return {
  display: flex;
  background-color: #212122; }
  .Return-image {
    width: 40%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 40px;
    padding-left: 45px;
    display: flex;
    align-items: flex-end; }
  .Return-form {
    width: 60%;
    padding-left: clamp(0px, 3vw, 70px);
    padding-top: clamp(30px, 6vw, 110px);
    padding-bottom: clamp(30px, 5vw, 90px);
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Return-form-text h6 {
      font-size: clamp(20px, 1.5vw, 27px);
      font-weight: normal;
      line-height: normal;
      letter-spacing: -0.74px;
      color: #fff;
      font-family: 'Cinzel', serif;
      white-space: nowrap; }
    .Return-form-text p {
      opacity: 0.43;
      font-family: 'Poppins', sans-serif;
      font-size: clamp(11px, 1vw, 13px);
      font-weight: 500;
      letter-spacing: 0.09px;
      color: #fff;
      max-width: 320px; }
    .Return-form-inner {
      font-family: 'Poppins', sans-serif;
      margin-left: 20px; }
      .Return-form-inner input {
        font-size: clamp(14px, 1.3vw, 22px);
        font-weight: 500;
        letter-spacing: -0.63px;
        background-color: transparent;
        border: none;
        color: #ffffff; }
        .Return-form-inner input:focus {
          background-color: transparent;
          box-shadow: none;
          color: #ffffff; }
        .Return-form-inner input::-moz-placeholder {
          color: #ffffff20; }
        .Return-form-inner input::placeholder {
          color: #ffffff20; }

.Navbottom {
  position: relative;
  z-index: 99; }
  .Navbottom-in {
    background-color: #1c1c1d; }
  .Navbottom-inner {
    display: flex; }
  .Navbottom-left {
    width: 40%;
    padding-top: clamp(35px, 4vw, 80px);
    padding-bottom: clamp(35px, 3vw, 60px);
    padding-right: clamp(0px, 2vw, 40px); }
    .Navbottom-left-top h6 {
      font-size: clamp(18px, 2vw, 25px);
      font-weight: normal;
      line-height: normal;
      letter-spacing: -0.69px;
      color: #C60039;
      margin-bottom: 5px; }
    .Navbottom-left-top h5 {
      font-family: 'Cinzel', serif;
      font-size: clamp(24px, 2.2vw, 32px);
      font-weight: normal;
      line-height: normal;
      letter-spacing: -0.88px;
      color: #fff;
      margin-bottom: 12px; }
    .Navbottom-left-top p {
      opacity: 0.43;
      font-size: clamp(13px, 1.05vw, 14px);
      letter-spacing: 0.09px;
      color: #fff;
      max-width: 470px; }
    .Navbottom-left-bottom {
      margin-top: clamp(20px, 2vw, 45px);
      display: flex;
      flex-direction: column; }
      .Navbottom-left-bottom:before {
        margin-bottom: clamp(20px, 2vw, 45px);
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 250px;
        height: 3px;
        flex-grow: 0;
        background-color: #C60039; }
      .Navbottom-left-bottom h6 {
        margin-bottom: 10px;
        font-size: 21px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.58px;
        color: #fff; }
      .Navbottom-left-bottom p {
        font-size: 13px;
        letter-spacing: 0.09px;
        color: #7d7d7e;
        max-width: 340px;
        margin-bottom: 10px; }
      .Navbottom-left-bottom a {
        transition: 500ms; }
        .Navbottom-left-bottom a:hover {
          color: white;
          transition: 500ms;
          letter-spacing: 1px; }
  .Navbottom-right {
    width: 60%;
    padding-top: clamp(35px, 4vw, 80px);
    padding-bottom: clamp(35px, 3vw, 60px);
    border-left: 1px solid #252526; }
  .Navbottom-menu {
    display: flex;
    padding-left: clamp(0px, 5vw, 90px); }
    .Navbottom-menu-item {
      margin-right: clamp(0px, 5vw, 60px); }
      .Navbottom-menu-item h6 {
        font-size: 17px;
        font-weight: normal;
        line-height: 2.5;
        white-space: nowrap;
        letter-spacing: -0.47px;
        color: #fff; }
      .Navbottom-menu-item ul li a {
        opacity: 0.43;
        font-size: 13px;
        line-height: 3;
        letter-spacing: 0.09px;
        color: #fff;
        transition: 500ms;
        display: block;
        white-space: nowrap; }
        .Navbottom-menu-item ul li a:hover {
          opacity: 1;
          color: #C60039;
          transition: 500ms;
          transform: translateX(5px); }
      .Navbottom-menu-item a {
        transition: 500ms; }
        .Navbottom-menu-item a:hover {
          color: #C60039;
          transition: 500ms; }
      .Navbottom-menu-item p {
        margin-top: 10px;
        display: flex; }
        .Navbottom-menu-item p a {
          color: #555;
          margin-right: 25px;
          font-size: 22px; }
  .Navbottom-copy {
    border-top: 1px solid #252526; }
    .Navbottom-copy-in {
      display: flex;
      height: clamp(50px, 5vw, 90px);
      justify-content: space-between; }
    .Navbottom-copy-left {
      width: 40%;
      display: flex;
      align-items: center; }
      .Navbottom-copy-left p {
        font-size: 13px;
        letter-spacing: 0.09px;
        color: #fff; }
    .Navbottom-copy-right {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: 60%;
      background-color: #212122; }
      .Navbottom-copy-right a {
        transition: 500ms;
        font-size: 13px;
        letter-spacing: 0.09px;
        color: #C60039; }
        .Navbottom-copy-right a:hover {
          transform: scale(0.95);
          transition: 500ms; }

.icon-menu {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
  background-color: transparent; }
  .icon-menu:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 32px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/menu.svg);
    background-position: center;
    filter: invert(1); }
  .icon-menu-active:before {
    background-image: url(../images/close.svg); }

.Main {
  padding-top: 90px; }
  .Main-in {
    padding-top: 0; }

.H_about {
  padding-top: clamp(30px, 3vw, 60px);
  padding-bottom: clamp(20px, 3vw, 60px); }
  .H_about-in {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .H_about-in h2 {
      margin-bottom: 5px;
      font-size: clamp(20px, 2vw, 34.4px);
      font-weight: normal;
      line-height: normal;
      letter-spacing: -0.94px;
      color: #1c1c1d;
      font-family: "Cinzel", serif;
      max-width: 850px; }
      .H_about-in h2 i {
        display: inline-block;
        font-style: normal; }
      .H_about-in h2 span {
        display: inline-block;
        position: relative;
        z-index: 1;
        color: white;
        margin-left: 5px; }
        .H_about-in h2 span:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          background-color: #1c1c1d;
          position: absolute;
          left: -4px;
          right: -4px;
          top: 0px;
          bottom: 0px;
          z-index: -1; }
    .H_about-in p {
      font-size: 14px;
      line-height: 1.4;
      letter-spacing: 0.09px;
      color: #58585b;
      max-width: 850px; }
  .H_about-link {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.41px;
    color: #1c1c1d;
    transition: 500ms; }
    .H_about-link:after {
      margin-left: 15px;
      content: "";
      display: inline-block;
      transition: 500ms;
      width: clamp(32px, 3vw, 48px);
      height: clamp(32px, 3vw, 48px);
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/icon-caret_right.svg); }
    .H_about-link:hover {
      text-decoration: underline; }
      .H_about-link:hover:after {
        content: " ";
        display: inline-block;
        transition: 500ms;
        transform: translateX(5px); }

.Slider {
  position: relative;
  z-index: 1; }
  .Slider .swiper-container .swiper-button-prev, .Slider .swiper-container .swiper-button-next {
    top: 75px;
    width: 35.8px;
    height: 17.4px;
    display: block;
    transition: 500ms; }
    .Slider .swiper-container .swiper-button-prev:after, .Slider .swiper-container .swiper-button-next:after {
      content: "";
      display: inline-block;
      width: 35.8px;
      height: 17.4px;
      background-repeat: no-repeat;
      background-size: auto 100%; }
    .Slider .swiper-container .swiper-button-prev:hover:after, .Slider .swiper-container .swiper-button-next:hover:after {
      filter: invert(4%) sepia(1%) saturate(9999999%);
      transition: 500ms; }
  .Slider .swiper-container .swiper-button-prev {
    left: 90px; }
    .Slider .swiper-container .swiper-button-prev:after {
      background-image: url(../images/icon-left_arrow.svg); }
  .Slider .swiper-container .swiper-button-next {
    left: 145px; }
    .Slider .swiper-container .swiper-button-next:after {
      background-image: url(../images/icon-right_arrow.svg); }
  @media (min-width: 1920px) {
    .Slider .swiper-container .swiper-button-prev {
      left: calc((100vw - 1745px) / 2); }
    .Slider .swiper-container .swiper-button-next {
      left: calc((100vw - 1655px) / 2); } }
  .Slider .swiper-container .swiper-slide {
    position: relative;
    height: clamp(350px, 30vw, 600px);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0 !important; }
    .Slider .swiper-container .swiper-slide-active {
      opacity: 1 !important; }
    .Slider .swiper-container .swiper-slide:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0));
      position: absolute;
      left: 0;
      width: 50%;
      top: 0;
      bottom: 0; }
    @media (max-width: 991px) {
      .Slider .swiper-container .swiper-slide img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
  .Slider-in {
    position: relative; }
  .Slider-text {
    z-index: 2;
    position: absolute;
    left: clamp(40px, 5vw, 90px);
    top: 50%;
    transform: translateY(-50%);
    max-width: 700px;
    width: 75%; }
    .Slider-text h6 {
      font-size: clamp(18px, 1.5vw, 26px);
      font-weight: normal;
      line-height: normal;
      letter-spacing: -0.71px;
      color: #fff;
      font-family: "Cinzel", serif;
      position: relative; }
      .Slider-text h6:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 150px;
        height: 8px;
        background-color: #C60039;
        position: absolute;
        top: 50px;
        left: -20px;
        transform: translateX(-100%); }
    .Slider-text h3 {
      width: 80%;
      font-size: clamp(20px, 3vw, 56px);
      font-weight: 600;
      line-height: 1.11;
      color: #fff;
      font-family: "Cinzel", serif;
      margin-bottom: 5px; }
    .Slider-text p {
      font-size: 15px;
      line-height: normal;
      letter-spacing: 0.11px;
      color: #fff; }

.line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  pointer-events: none; }
  .line span {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    background-color: #eaeaea;
    width: 1px;
    height: 100%;
    z-index: -1; }
    .line span:nth-child(1) {
      left: 14%; }
    .line span:nth-child(2) {
      left: 36%; }
    .line span:nth-child(3) {
      right: 38%; }
    .line span:nth-child(4) {
      right: 14%; }

.H_brand-head {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: clamp(40px, 6vw, 100px);
  padding-bottom: clamp(40px, 6vw, 100px); }
  .H_brand-head h6 {
    max-width: 900px;
    margin-bottom: 15px;
    font-family: "Cinzel", serif;
    font-size: 33px;
    font-weight: normal;
    line-height: 0.79;
    letter-spacing: 6px;
    color: #1c1c1d; }
  .H_brand-head p {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 0.11px;
    color: #58585b;
    max-width: 900px; }

.H_brand-item {
  position: relative;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .H_brand-item-in {
    position: relative;
    height: clamp(350px, 38vw, 650px); }
  .H_brand-item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%; }
    .H_brand-item-text h6 {
      font-size: clamp(20px, 2vw, 31px);
      font-weight: normal;
      line-height: 1.23;
      color: #000;
      font-family: "Cinzel", serif;
      margin-bottom: clamp(10px, 2vw, 30px); }
      .H_brand-item-text h6 strong {
        font-weight: bold;
        display: block; }
    .H_brand-item-text p {
      font-size: 15px;
      line-height: 1.38;
      letter-spacing: 0.11px;
      color: #000;
      max-width: 700px;
      width: 85%;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .H_brand-item-logo {
    max-height: clamp(20px, 6vw, 110px);
    max-width: clamp(50px, 10vw, 180px);
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: clamp(15px, 2vw, 50px); }
  .H_brand-item-product {
    display: flex;
    position: relative;
    margin-top: clamp(50px, 6vw, 100px); }
    .H_brand-item-product:before {
      position: absolute;
      left: 0;
      top: clamp(-55px, -3.5vw, -15px);
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 208px;
      height: 8px;
      background-color: #C60039;
      transform: translateX(-72px); }
    .H_brand-item-product-item {
      border: solid 1.1px #eaeaeb;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100px;
      height: 80px;
      position: relative;
      margin-right: 10px;
      transition: 500ms; }
      .H_brand-item-product-item-text {
        opacity: 0;
        position: absolute;
        left: 50%;
        top: 55%;
        transform: translate(-50%, -50%);
        font-size: 13.2px;
        letter-spacing: -0.36px;
        text-align: center;
        color: #000;
        transition: 500ms;
        font-weight: bold;
        z-index: 9; }
      .H_brand-item-product-item-icon {
        width: 70%;
        height: 70%;
        -o-object-fit: contain;
           object-fit: contain;
        transition: 500ms; }
      .H_brand-item-product-item:hover .H_brand-item-product-item-icon {
        opacity: 0.15;
        transition: 500ms; }
      .H_brand-item-product-item:hover .H_brand-item-product-item-text {
        transition: 500ms;
        opacity: 1;
        top: 50%; }
      .H_brand-item-product-item:last-child {
        border: solid 1.1px #1a1a1a;
        background-color: #000;
        color: white;
        font-size: 13px; }
        .H_brand-item-product-item:last-child:hover {
          background-color: #C60039;
          transition: 500ms; }
  .H_brand-item:nth-of-type(even) .H_brand-item-text {
    align-items: flex-end;
    text-align: right; }
    .H_brand-item:nth-of-type(even) .H_brand-item-text h6, .H_brand-item:nth-of-type(even) .H_brand-item-text p {
      margin-left: auto;
      color: white; }
  .H_brand-item:nth-of-type(even) .H_brand-item-product {
    margin-top: clamp(40px, 9vw, 160px); }
    .H_brand-item:nth-of-type(even) .H_brand-item-product:before {
      top: clamp(-80px, -5vw, -30px);
      content: "";
      display: inline-block;
      transition: 500ms;
      left: auto;
      right: 0;
      transform: translateX(70px); }
    .H_brand-item:nth-of-type(even) .H_brand-item-product-item {
      background-color: #000000; }
      .H_brand-item:nth-of-type(even) .H_brand-item-product-item-icon {
        filter: invert(1); }
      .H_brand-item:nth-of-type(even) .H_brand-item-product-item-text {
        color: white; }
      .H_brand-item:nth-of-type(even) .H_brand-item-product-item:last-child {
        background-color: white;
        color: #000000; }
        .H_brand-item:nth-of-type(even) .H_brand-item-product-item:last-child:hover {
          background-color: #C60039;
          color: white;
          transition: 500ms; }
  .H_brand-item:nth-of-type(5) .line span, .H_brand-item:nth-of-type(7) .line span {
    opacity: 0; }
    .H_brand-item:nth-of-type(5) .line span:nth-child(1), .H_brand-item:nth-of-type(7) .line span:nth-child(1) {
      opacity: 1; }

.H_category {
  background-color: #f7f7f7;
  position: relative;
  z-index: 10; }
  .H_category:after {
    content: " ";
    display: inline-block;
    background-color: white;
    width: 22%;
    right: 0;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: -2; }
  .H_category:before {
    content: " ";
    display: inline-block;
    background-color: white;
    width: clamp(45px, calc((100vw - 1850px) / 2 + 45px), 99999px);
    right: 0;
    bottom: 0;
    position: absolute;
    height: clamp(350px, 27vw, 500px);
    z-index: 1;
    transform: translateY(100%); }
  .H_category .line span {
    opacity: 0; }
    .H_category .line span:last-child {
      opacity: 1;
      left: 87%; }
  .H_category-head {
    text-align: center;
    position: relative;
    padding-top: clamp(50px, 7vw, 100px);
    padding-bottom: clamp(50px, 6vw, 90px); }
    .H_category-head h6 {
      font-size: clamp(20px, 2vw, 33px);
      font-weight: normal;
      line-height: 0.79;
      letter-spacing: 6px;
      color: #1c1c1d;
      font-family: "Cinzel", serif;
      position: relative; }
      .H_category-head h6:after {
        content: " ";
        display: inline-block;
        transition: 500ms;
        width: 90px;
        height: 3px;
        background-color: #1c1c1d;
        position: absolute;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%); }
    .H_category-head-link {
      text-decoration: underline;
      right: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: 500ms; }
      .H_category-head-link:hover {
        color: #C60039;
        text-decoration: underline;
        transition: 500ms; }
  .H_category .swiper-container {
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 74px; }
  .H_category-item {
    position: relative;
    text-align: center; }
    .H_category-item-in {
      height: clamp(120px, 8vw, 160px);
      border-radius: 3px;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .H_category-item-in img {
        height: clamp(40px, 3vw, 60px);
        -o-object-fit: contain;
           object-fit: contain; }
      .H_category-item-in span {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.63;
        letter-spacing: -0.41px;
        color: #1c1c1d; }
    .H_category-item-link {
      opacity: 0;
      transition: 500ms;
      position: absolute;
      left: 0;
      bottom: 10px;
      right: 0;
      transform: translateY(100%);
      height: clamp(45px, 4vw, 70px);
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #C60039;
      color: white;
      font-size: 16px;
      line-height: 1.63;
      letter-spacing: -0.41px;
      border: 2px solid #C60039; }
      .H_category-item-link:hover {
        background-color: transparent;
        transition: 500ms; }
    .H_category-item:hover .H_category-item-link {
      transition: 500ms;
      bottom: 0;
      opacity: 1; }
    .H_category-item:hover .H_category-item-in img {
      transition: 500ms;
      filter: invert(13%) sepia(97%) saturate(3096%) hue-rotate(355deg) brightness(87%) contrast(92%); }

.H_other {
  position: relative;
  z-index: 1; }
  .H_other:before {
    content: "";
    display: inline-block;
    height: clamp(240px, 20vw, 400px);
    position: absolute;
    left: 0;
    transform: translateY(-25%);
    right: 0;
    top: 0;
    background-color: #f7f7f7;
    z-index: -2; }
  .H_other-in {
    display: flex;
    justify-content: space-between; }

.H_seller {
  width: 49%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: clamp(350px, 27vw, 500px);
  display: flex;
  flex-direction: column;
  padding-left: clamp(30px, 3.5vw, 75px);
  padding-right: clamp(30px, 3.5vw, 65px);
  padding-top: clamp(40px, 4vw, 85px);
  padding-bottom: clamp(40px, 4vw, 65px);
  position: relative; }
  .H_seller-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .H_seller-head h6 {
      font-size: clamp(24px, 2vw, 33px);
      font-weight: normal;
      line-height: 0.79;
      letter-spacing: clamp(1px, 0.4vw, 6px);
      color: #fff;
      font-family: "Cinzel", serif; }
    .H_seller-head img {
      height: clamp(30px, 2vw, 40px);
      -o-object-fit: contain;
         object-fit: contain; }
  .H_seller-in {
    margin-top: 15px; }
    .H_seller-in h6 {
      opacity: 0.45;
      font-size: clamp(15px, 1vw, 18px);
      line-height: normal;
      letter-spacing: -0.42px;
      color: #fff;
      max-width: 310px;
      width: 90%;
      margin-bottom: clamp(10px, 2.5vw, 40px); }
    .H_seller-in p {
      width: 95%;
      display: flex;
      flex-direction: column;
      font-size: 14px;
      font-weight: normal;
      line-height: normal;
      letter-spacing: 0.09px;
      color: #fff;
      max-width: 470px; }
      .H_seller-in p:before {
        margin-bottom: clamp(10px, 2vw, 30px);
        content: "";
        display: inline-block;
        transition: 500ms;
        height: 2px;
        opacity: 0.28;
        background-color: #fff;
        width: 260px; }
  .H_seller-footer {
    display: flex;
    margin-top: auto; }
    .H_seller-footer a {
      margin-right: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 162px;
      height: clamp(50px, 3vw, 65px);
      font-size: 13px;
      letter-spacing: 1px;
      transition: 500ms; }
      .H_seller-footer a:hover {
        transition: 500ms;
        background-color: transparent !important;
        color: white !important; }
      .H_seller-footer a:nth-child(1) {
        color: #1c1c1d;
        background-color: white;
        border: solid 2px #eeece8; }
      .H_seller-footer a:nth-child(2) {
        color: white;
        border: solid 2px #C60039;
        background-color: #C60039; }
  .H_seller-location {
    position: absolute;
    right: clamp(20px, 4vw, 65px);
    bottom: clamp(10px, 1.5vw, 50px);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.36px;
    color: #fff;
    display: flex;
    align-items: center; }
    .H_seller-location:after {
      margin-left: 8px;
      content: " ";
      display: inline-block;
      transition: 500ms;
      width: 2px;
      height: 24px;
      background-color: #fff; }

.H_support {
  width: 49%;
  height: clamp(350px, 27vw, 500px);
  display: flex;
  flex-direction: column;
  padding-left: clamp(30px, 3.5vw, 75px);
  padding-right: clamp(30px, 3.5vw, 65px);
  padding-top: clamp(40px, 4vw, 85px);
  padding-bottom: clamp(40px, 4vw, 65px);
  position: relative;
  background-color: white;
  box-shadow: inset 2px 2px 0 0 #fff;
  border: solid 1px rgba(37, 28, 8, 0.11); }
  .H_support-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .H_support-head h6 {
      font-size: clamp(24px, 2vw, 33px);
      font-weight: normal;
      line-height: 0.79;
      letter-spacing: clamp(1px, 0.4vw, 6px);
      color: #1c1c1d;
      font-family: "Cinzel", serif; }
  .H_support-in {
    margin-top: 15px; }
    .H_support-in h6 {
      font-size: 14px;
      font-weight: normal;
      line-height: normal;
      letter-spacing: 0.09px;
      color: #1c1c1d;
      margin-bottom: clamp(15px, 2.5vw, 40px);
      max-width: 470px; }
    .H_support-in p {
      max-width: 360px;
      display: flex;
      flex-direction: column;
      opacity: 0.36;
      font-size: 13px;
      line-height: normal;
      letter-spacing: 0.09px;
      text-align: left;
      color: #1c1c1d;
      margin-bottom: 15px; }
      .H_support-in p a {
        transition: 500ms; }
        .H_support-in p a:hover {
          color: #C60039;
          transition: 500ms;
          text-decoration: underline; }
  .H_support-footer {
    display: flex;
    margin-top: auto; }
    .H_support-footer a {
      margin-right: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: clamp(50px, 3vw, 65px);
      font-size: 13px;
      letter-spacing: 1px;
      transition: 500ms; }
      .H_support-footer a:hover {
        transition: 500ms;
        background-color: transparent !important;
        color: white !important; }
      .H_support-footer a:nth-child(1) {
        width: 158px;
        color: #1c1c1d;
        background-color: white;
        border: solid 2px #eeece8; }
      .H_support-footer a:nth-child(2) {
        width: 127px;
        color: white;
        border: solid 2px #C60039;
        background-color: #C60039; }

.H_resolution {
  margin-top: clamp(40px, 9vw, 150px); }
  .H_resolution-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .H_resolution-head h6 {
      font-size: 33px;
      font-weight: normal;
      line-height: 0.79;
      letter-spacing: -0.9px;
      color: #1c1c1d;
      font-family: "Cinzel", serif;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 20px; }
      .H_resolution-head h6:after {
        margin-top: 15px;
        content: " ";
        display: inline-block;
        transition: 500ms;
        width: 90px;
        height: 3px;
        background-color: #C60039; }
    .H_resolution-head p {
      max-width: 620px;
      font-size: 14px;
      letter-spacing: 0.09px;
      text-align: center;
      color: #1c1c1d; }
  .H_resolution-all {
    margin-left: auto;
    margin-right: auto;
    width: 231px;
    height: 67px;
    background-color: #1c1c1d;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin-top: clamp(30px, 4vw, 75px);
    border: 2px solid #1c1c1d; }
    .H_resolution-all:hover {
      color: #1c1c1d;
      transition: 500ms;
      background-color: transparent; }
  .H_resolution-item {
    height: clamp(200px, 18vw, 300px);
    display: block;
    position: relative; }
    .H_resolution-item:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/icon-go.svg);
      position: absolute;
      left: 45%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      opacity: 0; }
    .H_resolution-item:after {
      content: "";
      display: inline-block;
      transition: 500ms;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #C60039;
      opacity: 0; }
    .H_resolution-item img {
      -o-object-fit: cover;
         object-fit: cover; }
    .H_resolution-item:hover:before {
      transition: 500ms;
      opacity: 1;
      left: 50%; }
    .H_resolution-item:hover:after {
      transition: 500ms;
      opacity: 0.5; }
  .H_resolution .swiper-container {
    padding-top: clamp(50px, 7vw, 120px); }

.fancybox-container {
  z-index: 9999999999 !important; }

.Contact {
  background-color: #1a1a1b;
  margin-bottom: clamp(-140px, -8vw, -40px); }
  .Contact-info {
    display: flex; }
  .Contact-header {
    font-size: 33px;
    font-weight: normal;
    line-height: 0.79;
    letter-spacing: -0.9px;
    color: #fff; }
  .Contact-address {
    width: 53%;
    background-color: #121212;
    padding-top: clamp(30px, 3vw, 50px);
    padding-bottom: clamp(30px, 3vw, 50px); }
    .Contact-address-in {
      display: flex; }
    .Contact-address .Contact-header {
      margin-bottom: 40px; }
    .Contact-address p {
      font-size: 15px;
      letter-spacing: 0.09px;
      color: #ffffff70;
      max-width: 300px;
      margin-right: clamp(30px, 7vw, 110px); }
    .Contact-address a {
      display: block; }
  .Contact-seller {
    padding-left: clamp(20px, 3.5vw, 50px);
    width: 47%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: clamp(30px, 3vw, 50px);
    padding-bottom: clamp(30px, 3vw, 50px);
    display: flex;
    align-items: flex-start;
    position: relative; }
    .Contact-seller:after {
      content: " ";
      display: inline-block;
      transition: 500ms;
      height: 6px;
      background-color: #C60039;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      transform: translateY(100%); }
    .Contact-seller .Contact-header {
      margin-bottom: 20px; }
    .Contact-seller-text {
      width: 50%; }
      .Contact-seller-text p {
        font-size: clamp(12px, 0.8vw, 15px);
        letter-spacing: 0.09px;
        color: #ffffff70;
        max-width: 300px;
        margin-right: clamp(30px, 7vw, 110px); }
    .Contact-seller-links {
      width: 50%;
      display: flex;
      flex-wrap: wrap; }
      .Contact-seller-links a {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: clamp(50px, 3vw, 65px);
        font-size: 13px;
        letter-spacing: 1px;
        transition: 500ms; }
        .Contact-seller-links a:hover {
          transition: 500ms;
          background-color: transparent !important;
          color: white !important; }
        .Contact-seller-links a:nth-child(1) {
          margin-right: 10px;
          width: 160px;
          color: #1c1c1d;
          background-color: white;
          border: solid 2px #eeece8; }
        .Contact-seller-links a:nth-child(2) {
          width: 170px;
          color: white;
          border: solid 2px #C60039;
          background-color: #C60039; }
  .Contact-map {
    height: clamp(400px, 55vw, 1080px); }
    .Contact-map .ymaps-2-1-79-events-pane:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      background-color: #121212;
      opacity: 0.7;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .Contact-map .ymaps-2-1-79-places-pane, .Contact-map .ymaps-2-1-79-placemark-overlay, .Contact-map .ymaps-2-1-79-image {
      z-index: 999999 !important; }
  .Contact-form-head {
    display: flex;
    align-items: center; }
    .Contact-form-head:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 77px;
      height: 62px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/icon-message.svg);
      margin-right: 30px; }
    .Contact-form-head h6 {
      font-size: 23px;
      font-weight: normal;
      letter-spacing: -0.63px;
      color: #fff;
      margin-bottom: 5px; }
    .Contact-form-head p {
      max-width: 450px;
      opacity: 0.45;
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: -0.38px;
      color: #fff; }
  .Contact-form-in {
    padding: clamp(30px, 3vw, 55px) clamp(30px, 3.5vw, 65px);
    transform: translateY(-30%);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #121212;
    max-width: 1168px;
    margin-top: clamp(-100px, -6vw, -30px); }
  .Contact-form-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 40px; }
  .Contact-form-left {
    width: 47%; }
  .Contact-form-right {
    width: 50%;
    position: relative; }
    .Contact-form-right .Contact-form-item {
      height: calc(100% - 20px); }
  .Contact-form-item {
    margin-bottom: 20px;
    height: clamp(60px, 4vw, 75px); }
    .Contact-form-item input, .Contact-form-item textarea {
      background-color: transparent;
      border: solid 1px #232323;
      height: 100%;
      padding-left: 30px;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.09px;
      color: #ffffff70; }
      .Contact-form-item input::-moz-placeholder, .Contact-form-item textarea::-moz-placeholder {
        color: #ffffff70; }
      .Contact-form-item input::placeholder, .Contact-form-item textarea::placeholder {
        color: #ffffff70; }
    .Contact-form-item textarea {
      padding-top: 30px; }
  .Contact-form-button {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.86;
    letter-spacing: -0.3px;
    color: #fff;
    background-color: transparent;
    position: absolute;
    right: 60px;
    bottom: 55px;
    transition: 500ms;
    display: flex;
    align-items: center; }
    .Contact-form-button:after {
      position: absolute;
      right: -10px;
      transform: translateX(100%) translateY(5px);
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/icon-send.svg);
      opacity: 0; }
    .Contact-form-button:hover {
      color: white;
      transition: 500ms; }
      .Contact-form-button:hover:after {
        opacity: 1;
        transition: 500ms;
        transform: translateX(120%) translateY(-5px); }

.About {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1920px;
  padding-bottom: clamp(40px, 12vw, 200px); }
  .About-banner {
    padding-top: clamp(20px, 3.5vw, 65px);
    z-index: 1;
    padding-bottom: clamp(20px, 3.5vw, 65px);
    position: relative; }
    .About-banner:before {
      z-index: -10;
      content: "";
      display: inline-block;
      transition: 500ms;
      background-color: #ececec;
      position: absolute;
      left: 0;
      bottom: 0;
      top: 0;
      width: 36%; }
    .About-banner-in {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      -o-object-fit: cover;
         object-fit: cover; }
  .About-content-in {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .About-content-image {
    width: 36%;
    height: clamp(450px, 35vw, 600px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .About-content-text {
    width: 64%;
    padding-left: clamp(30px, 7vw, 160px);
    position: relative; }
    .About-content-text h5 {
      font-size: 41px;
      font-weight: normal;
      line-height: 1.05;
      color: #000;
      font-family: "Cinzel", serif; }
  .About-content h6 {
    font-size: clamp(20px, 2vw, 29px);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0.11px;
    color: #000;
    max-width: 560px;
    margin-bottom: clamp(30px, 7vw, 120px);
    position: relative; }
    .About-content h6:after {
      content: "";
      display: inline-block;
      width: clamp(200px, 20vw, 403px);
      height: 6px;
      background-color: #C60039;
      position: absolute;
      margin-left: -40px;
      left: clamp(-160px, -8vw, -30px);
      bottom: clamp(-60px, -3.5vw, -15px);
      transform: translateY(-50%); }
    .About-content h6 p {
      max-width: 790px;
      font-size: 16px;
      line-height: 1.38;
      letter-spacing: 0.11px;
      color: #58585b; }
  .About-text {
    padding-top: clamp(100px, 25vw, 250px);
    padding-bottom: clamp(100px, 25vw, 250px);
    position: relative; }
    .About-text:after {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: clamp(300px, 27vw, 466px);
      height: clamp(1050px, 75vw, 1255px);
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/about-rectengel.svg);
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: 50px;
      transform: translateY(-50%);
      z-index: -1; }
    .About-text h3 {
      font-family: "Cinzel", serif;
      font-size: 41px;
      font-weight: normal;
      line-height: 1.05;
      color: #000;
      text-align: center; }
    .About-text-in {
      display: flex;
      justify-content: flex-end;
      position: relative;
      margin-top: 65px; }
    .About-text-left {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      position: absolute;
      right: 38%;
      padding-right: clamp(15px, 3vw, 50px); }
    .About-text-item {
      text-align: right;
      max-width: 650px;
      margin-bottom: clamp(20px, 4.5vw, 80px); }
      .About-text-item h6 {
        font-size: 19px;
        font-weight: bold;
        line-height: 1.16;
        letter-spacing: 0.11px;
        color: #58585b;
        position: relative;
        margin-bottom: clamp(10px, 1.7vw, 20px); }
        .About-text-item h6:after {
          border-radius: 100%;
          transform: translateX(100%);
          right: clamp(-50px, -3vw, -15px);
          position: absolute;
          content: " ";
          display: inline-block;
          width: 20px;
          height: 20px;
          border: solid 2px #eaeaea;
          background-color: #fff; }
        .About-text-item h6:before {
          top: 5px;
          border-radius: 100%;
          margin-right: -5px;
          transform: translateX(100%);
          right: clamp(-50px, -3vw, -15px);
          position: absolute;
          content: " ";
          display: inline-block;
          width: 10px;
          height: 10px;
          background-color: #9b1212;
          z-index: 1; }
        @media (min-width: 1920px) {
          .About-text-item h6:after {
            margin-right: -8px; }
          .About-text-item h6:before {
            margin-right: -13px; } }
      .About-text-item p {
        font-size: 15px;
        line-height: 1.38;
        letter-spacing: 0.11px;
        color: #58585b; }
    .About-text-right {
      margin-right: clamp(15px, 3vw, 50px);
      width: clamp(280px, 27vw, 500px);
      height: 910.2px;
      background-repeat: no-repeat;
      background-position: bottom left;
      background-size: cover;
      position: relative;
      z-index: 1; }

.Table {
  margin-top: 45px; }
  .Table-header {
    font-size: 23px;
    font-weight: normal;
    line-height: 1.39;
    color: #000;
    margin-bottom: clamp(15px, 2.5vw, 40px); }
  .Table-in {
    display: flex;
    flex-wrap: wrap; }
  .Table-item {
    width: 100%;
    display: flex;
    align-items: center;
    height: 55px;
    padding-left: 35px; }
    .Table-item:nth-of-type(odd) {
      background-color: #f6f6f6; }
    .Table-item span {
      opacity: 0.8;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.1px;
      color: #000;
      display: block; }
      .Table-item span:first-child {
        width: 180px;
        color: rgba(0, 0, 0, 0.5); }
  .Table-content-in {
    float: left;
    margin-right: 35px;
    width: calc(50% - 35px);
    margin-bottom: 40px;
    height: 100%; }
    .Table-content-in h6 {
      margin-bottom: 15px;
      font-size: 17px;
      font-weight: normal;
      line-height: 1.88;
      color: #000000;
      display: flex;
      align-items: center; }
      .Table-content-in h6:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        background-color: #C60039;
        width: 23px;
        height: 3px;
        margin-right: 12px; }

.Type1-banner {
  background-color: #000000;
  padding-top: clamp(30px, 3vw, 60px);
  padding-bottom: clamp(30px, 3vw, 50px); }
  .Type1-banner-in {
    display: flex;
    justify-content: space-between; }
  .Type1-banner-left {
    width: clamp(260px, 20vw, 365px);
    display: flex;
    flex-direction: column;
    align-items: center; }
  .Type1-banner-logo {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 120px;
    max-height: 50px;
    margin-top: clamp(30px, 2.5vw, 40px); }
  .Type1-banner-right {
    width: calc(97.5% - clamp(260px, 20vw, 365px)); }
    .Type1-banner-right .breadcrumb {
      padding-bottom: clamp(10px, 2vw, 35px);
      border-bottom: 2px solid #2a2a2a;
      border-radius: 0; }
      .Type1-banner-right .breadcrumb-item {
        opacity: 0.8;
        color: rgba(255, 255, 255, 0.5); }
        .Type1-banner-right .breadcrumb-item.active {
          color: rgba(255, 255, 255, 0.5); }
  .Type1-banner-text {
    padding-top: clamp(20px, 2vw, 30px);
    display: flex;
    justify-content: space-between; }
    .Type1-banner-text-left {
      padding-right: 50px; }
      .Type1-banner-text-left h6 {
        font-size: 17px;
        font-weight: normal;
        line-height: 1.88;
        color: #fff;
        margin-bottom: clamp(30px, 4vw, 70px); }
      .Type1-banner-text-left p {
        opacity: 0.8;
        font-size: 14px;
        line-height: 1.57;
        letter-spacing: 0.1px;
        color: rgba(255, 255, 255, 0.5);
        max-width: 800px; }
    .Type1-banner-text-class {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .Type1-banner-text-class span {
        margin-top: 10px;
        display: block;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.13;
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
        max-width: 90px; }

.Type1-info {
  padding-top: clamp(30px, 3vw, 60px);
  padding-bottom: clamp(30px, 3vw, 60px); }
  .Type1-info h6 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45;
    color: #000; }
  .Type1-info-property-in {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .Type1-info-property-in h6 {
      margin-right: 35px; }
    .Type1-info-property-in img {
      margin-right: 20px; }
  .Type1-info-in {
    margin-top: 40px;
    display: flex;
    justify-content: space-between; }
  .Type1-info-left {
    width: 52%; }
    .Type1-info-left-in {
      margin-top: 40px; }
      .Type1-info-left-in p {
        opacity: 0.8;
        font-size: 14px;
        margin-bottom: clamp(10px, 2vw, 25px);
        letter-spacing: 0.1px;
        color: rgba(0, 0, 0, 0.5); }
  .Type1-info-right {
    width: 44%; }
    .Type1-info-right-in {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap; }
      .Type1-info-right-in img {
        margin-bottom: 15px;
        margin-right: clamp(40px, 4vw, 70px); }

.Type2 {
  padding-bottom: clamp(40px, 10vw, 200px); }
  .Type2-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1; }
    .Type2-banner:before {
      z-index: -1;
      content: "";
      display: inline-block;
      transition: 500ms;
      background-color: rgba(0, 0, 0, 0.56);
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%; }
    .Type2-banner-in {
      padding-top: clamp(15px, 3vw, 60px);
      height: clamp(400px, 35vw, 700px);
      position: relative; }
    .Type2-banner-text {
      position: absolute;
      left: 50%;
      top: 50%;
      text-align: center;
      transform: translate(-50%, -50%); }
      .Type2-banner-text-logo {
        width: 120px;
        height: 60px;
        -o-object-fit: contain;
           object-fit: contain;
        transform: translateY(clamp(30px, 8vw, 145px)); }
      .Type2-banner-text h1 {
        font-size: clamp(24px, 3vw, 68px);
        font-weight: normal;
        line-height: 1;
        color: #fff; }
      .Type2-banner-text span {
        opacity: 0.7;
        display: block;
        font-size: 14px;
        line-height: 2.29;
        color: #fff; }
  .Type2 h6 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.45;
    color: #000;
    margin-bottom: 23px; }
  .Type2-info {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between; }
    .Type2-info-left {
      width: 48%; }
    .Type2-info-right {
      width: 48%; }
    .Type2-info-plus img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center;
      width: 100%; }
    .Type2-info-plus-in {
      display: flex;
      flex-wrap: wrap; }
    .Type2-info-plus-item {
      margin-right: 15px;
      width: 52px;
      height: 52px; }
    .Type2-info-class {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin-top: clamp(15px, 2.5vw, 40px); }
      .Type2-info-class span {
        margin-right: 15px;
        font-size: 16px;
        color: #000;
        display: block; }
    .Type2-info-award-in {
      display: flex;
      flex-wrap: wrap; }
      .Type2-info-award-in img {
        width: 70px;
        -o-object-fit: contain;
           object-fit: contain;
        margin-right: 15px;
        margin-bottom: 15px; }
  .Type2-galeri {
    margin-top: clamp(40px, 5vw, 90px); }
    .Type2-galeri .swiper-container {
      overflow: visible; }
    .Type2-galeri-item {
      position: relative; }
  .Type2-text {
    margin-top: clamp(40px, 5vw, 90px);
    padding-right: 30px; }
    .Type2-text p {
      margin-bottom: 12px;
      opacity: 0.8;
      font-size: 14px;
      line-height: 1.57;
      letter-spacing: 0.1px;
      color: rgba(0, 0, 0, 0.5); }

.Type3 {
  padding-bottom: 40px; }
  .Type3-banner-head {
    background-color: #181717;
    padding-top: clamp(40px, 4.5vw, 80px);
    padding-bottom: clamp(30px, 3vw, 50px); }
    .Type3-banner-head-in {
      width: 65%;
      margin-left: auto; }
    .Type3-banner-head h1 {
      font-size: clamp(24px, 2vw, 38px);
      font-weight: normal;
      color: #fff; }
    .Type3-banner-head h6 {
      font-size: clamp(145x, 1.2vw, 18px);
      font-weight: normal;
      line-height: 1.78;
      color: #5a5a5a; }
  .Type3-banner nav {
    background-color: #f5f5f5; }
  .Type3-banner .breadcrumb {
    padding-top: 22px;
    padding-bottom: 22px;
    width: 65%;
    margin-left: auto; }
    .Type3-banner .breadcrumb-item {
      color: rgba(35, 35, 35, 0.6); }
      .Type3-banner .breadcrumb-item.active {
        color: #00000099; }
  .Type3-product {
    padding-top: clamp(30px, 3vw, 60px); }
    .Type3-product-in {
      display: flex;
      justify-content: space-between; }
    .Type3-product-image {
      width: 32%;
      transform: translateY(clamp(-250px, -15vw, -220px)); }
      .Type3-product-image img {
        max-width: 540px; }
    .Type3-product-content {
      width: 65%; }
      .Type3-product-content h2 {
        font-size: 23px;
        font-weight: normal;
        line-height: 1.39;
        color: #000; }
    .Type3-product-inner {
      display: flex;
      flex-wrap: wrap;
      margin-top: 25px;
      margin-right: -15px; }
    .Type3-product-item {
      width: 215px;
      margin-right: 15px;
      margin-bottom: 15px;
      position: relative; }
      .Type3-product-item label {
        font-size: 15px;
        color: #000;
        margin-bottom: 0;
        border: solid 2px #f0f0f0;
        height: 85px;
        border-radius: 7px;
        padding-left: clamp(15px, 2vw, 30px);
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        transition: 500ms;
        cursor: pointer; }
        .Type3-product-item label:before {
          position: absolute;
          right: 14px;
          top: 14px;
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 20px;
          height: 20px;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-image: url(../images/icon-check.svg);
          opacity: 0; }
        .Type3-product-item label img {
          width: 56px;
          height: 56px;
          -o-object-fit: contain;
             object-fit: contain;
          margin-right: 15px;
          box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          border-radius: 100%; }
      .Type3-product-item input[type="radio"] {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer; }
        .Type3-product-item input[type="radio"]:checked ~ label {
          border-color: #32bea6;
          transition: 500ms; }
          .Type3-product-item input[type="radio"]:checked ~ label:before {
            transition: 500ms;
            opacity: 1; }
      .Type3-product-item:hover label {
        transition: 500ms;
        background-color: #f0f0f050; }
  .Type3-text {
    margin-top: clamp(-120px, -7vw, 0px); }
    .Type3-text p {
      opacity: 0.8;
      font-size: 15px;
      color: #000;
      margin-bottom: 10px; }
  .Type3-configure {
    padding-top: 40px; }
    .Type3-configure-header {
      text-align: center;
      font-size: 26px;
      font-weight: normal;
      color: #000; }
      .Type3-configure-header img {
        width: 60px;
        height: 60px;
        -o-object-fit: contain;
           object-fit: contain;
        margin-right: 25px; }
    .Type3-configure-in {
      margin-top: 120px; }
    .Type3-configure-item {
      position: relative;
      margin-bottom: 70px; }
      .Type3-configure-item label {
        background-color: #f5f5f5;
        padding-left: clamp(15px, 3vw, 60px);
        padding-right: clamp(15px, 3vw, 60px);
        padding-bottom: clamp(10px, 2vw, 30px);
        border: 2px solid #f5f5f5;
        cursor: pointer; }
      .Type3-configure-item-image img {
        transform: translateY(-40px); }
      .Type3-configure-item-text h6 {
        font-size: 20px;
        font-weight: normal;
        line-height: 1.6;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 20px;
        transform: translateY(-20px); }
        .Type3-configure-item-text h6:after {
          content: "";
          transition: 500ms;
          width: 36px;
          height: 36px;
          background-repeat: no-repeat;
          background-size: 20px 20px;
          background-image: url(../images/icon-notcheck.svg);
          background-color: white;
          background-position: center;
          border-radius: 100%; }
      .Type3-configure-item-text-item {
        margin-bottom: 25px; }
        .Type3-configure-item-text-item p {
          margin-bottom: 12px;
          opacity: 0.8;
          font-size: 15px;
          color: #000; }
      .Type3-configure-item input[type="radio"] {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer; }
        .Type3-configure-item input[type="radio"]:checked ~ label {
          border-color: #32bea6;
          transition: 500ms;
          background-color: white; }
          .Type3-configure-item input[type="radio"]:checked ~ label .Type3-configure-item-text h6:after {
            background-image: url(../images/icon-check.svg); }
      .Type3-configure-item:hover label {
        transition: 500ms;
        background-color: #f0f0f050; }
    .Type3-configure .ocak {
      margin-bottom: 30px; }
      .Type3-configure .ocak label {
        padding: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .Type3-configure .ocak .Type3-configure-item-image {
        width: 39%; }
        .Type3-configure .ocak .Type3-configure-item-image img {
          transform: translateY(0); }
      .Type3-configure .ocak .Type3-configure-item-text {
        width: 55%; }
        .Type3-configure .ocak .Type3-configure-item-text h6 {
          padding-bottom: 10px;
          border: none;
          transform: translateY(0); }
          .Type3-configure .ocak .Type3-configure-item-text h6:after {
            transform: translateY(-20px); }
  .Type3 .G_brand-catalog {
    background-color: #f7f7f7;
    padding-bottom: clamp(40px, 10vw, 200px); }

.Type {
  position: relative; }
  .Type-banner {
    position: relative;
    z-index: 1; }
    .Type-banner-in {
      display: flex;
      justify-content: space-between; }
    .Type-banner-left {
      position: relative;
      width: 40%; }
    .Type-banner-right {
      width: 60%; }
  .Type-other {
    padding-top: clamp(40px, 14vw, 250px);
    padding-bottom: clamp(40px, 14vw, 250px); }
    .Type-other h5 {
      font-size: 23px;
      font-weight: normal;
      line-height: 1.39;
      color: #000; }
    .Type-other-in {
      margin-top: 70px; }
    .Type-other-item {
      position: relative; }
      .Type-other-item-image {
        overflow: hidden;
        border: 1px solid #f6f6f6; }
        .Type-other-item-image img {
          transition: 500ms; }
      .Type-other-item-text {
        margin-top: 15px; }
        .Type-other-item-text span {
          display: block;
          text-align: center;
          font-size: 17px;
          line-height: 1.88;
          color: #000; }
      .Type-other-item:hover .Type-other-item-image img {
        transform: scale(1.1);
        transition: 500ms; }
    .Type-other .swiper-container {
      overflow: visible; }
    .Type-other .swiper-button-prev, .Type-other .swiper-button-next {
      top: -70px;
      display: block;
      transition: 500ms;
      left: auto; }
      .Type-other .swiper-button-prev:after, .Type-other .swiper-button-next:after {
        filter: invert(1);
        content: "";
        display: inline-block;
        width: 35.8px;
        height: 17.4px;
        background-repeat: no-repeat;
        background-size: auto 100%; }
      .Type-other .swiper-button-prev:hover:after, .Type-other .swiper-button-next:hover:after {
        filter: invert(4%) sepia(1%) saturate(9999999%);
        transition: 500ms; }
    .Type-other .swiper-button-prev {
      right: 70px; }
      .Type-other .swiper-button-prev:after {
        background-image: url(../images/icon-left_arrow.svg); }
    .Type-other .swiper-button-next {
      right: 0; }
      .Type-other .swiper-button-next:after {
        background-image: url(../images/icon-right_arrow.svg); }

.gallery-top .swiper-slide {
  height: clamp(350px, 40vw, 700px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.gallery-thumbs {
  margin-top: clamp(15px, 2vw, 30px); }
  .gallery-thumbs .swiper-slide {
    cursor: pointer;
    height: clamp(80px, 8vw, 125px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.6; }
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1; }

.Type4-head {
  margin-bottom: clamp(40px, 7vw, 120px); }
  .Type4-head h1 {
    font-size: clamp(24px, 3.5vw, 68px);
    font-weight: normal;
    line-height: 1;
    color: #fff;
    margin-bottom: clamp(15px, 2vw, 30px); }
  .Type4-head p {
    opacity: 0.8;
    font-size: 15px;
    line-height: 2;
    color: #fff; }

.Type4 .Type-banner {
  padding-top: clamp(30px, 5vw, 90px); }
  .Type4 .Type-banner-right {
    padding-left: 4%; }
  .Type4 .Type-banner:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: clamp(430px, 30vw, 450px);
    z-index: -1; }

.Type4 .breadcrumb {
  padding-bottom: clamp(15px, 2vw, 35px);
  border-bottom: 2px solid #1d1d1d;
  margin-bottom: clamp(20px, 3vw, 60px); }

.Type5 .Type-banner {
  padding-top: 50px; }
  .Type5 .Type-banner:before {
    content: "";
    display: inline-block;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 140px;
    z-index: -1; }

.Type5 .breadcrumb {
  height: 90px;
  align-items: center;
  margin-left: 7%;
  border-top: 2px solid #1d1d1d;
  margin-bottom: 0; }

.Type5-head {
  z-index: -9;
  position: relative;
  padding-left: 7%;
  margin-bottom: clamp(30px, 3vw, 60px);
  height: clamp(80px, 7vw, 130px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f6f6f6; }
  .Type5-head:before {
    content: "";
    display: inline-block;
    background-color: #f6f6f6;
    position: absolute;
    right: clamp(-900000px, calc((-100vw + 1850px) / 2 - 45px), -45px);
    left: 0;
    z-index: -1;
    top: 0;
    bottom: 0; }
  .Type5-head h1 {
    font-size: clamp(18px, 1.7vw, 28px);
    font-weight: normal;
    line-height: 1.14;
    color: #000; }

.Type5-text {
  padding-left: 7%; }
  .Type5-text h5 {
    font-size: 23px;
    font-weight: normal;
    line-height: 1.39;
    color: #000;
    margin-bottom: 20px; }
  .Type5-text p {
    margin-bottom: 10px;
    opacity: 0.8;
    font-size: 15px;
    font-weight: normal;
    color: #000; }
  .Type5-text-in h6 {
    margin-top: 30px;
    margin-bottom: 30px;
    opacity: 0.8;
    font-size: 15px;
    font-weight: normal;
    color: #000; }
  .Type5-text-in span {
    display: flex;
    align-items: center;
    opacity: 0.8;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    padding-left: 20px; }
    .Type5-text-in span:before {
      opacity: 0.8;
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 4px;
      height: 4px;
      border-radius: 100%;
      margin-right: 7px;
      background-color: #000000; }

.Type5 .Table {
  padding-left: 7%; }

.Type6 .Type-banner {
  padding-top: 15px; }
  .Type6 .Type-banner:before {
    content: "";
    display: inline-block;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 140px;
    z-index: -1; }
  .Type6 .Type-banner-left {
    width: 32%; }
  .Type6 .Type-banner-right {
    width: 68%; }

.Type6 .breadcrumb {
  margin-top: 40px;
  padding-top: 30px;
  align-items: center;
  margin-left: 7%;
  border-top: 2px solid #1d1d1d; }

.Type6-head {
  position: relative;
  z-index: -1;
  padding-left: 7%;
  margin-top: clamp(30px, 5vw, 80px);
  margin-bottom: clamp(30px, 3vw, 60px); }
  .Type6-head h1 {
    font-size: clamp(18px, 1.7vw, 28px);
    font-weight: normal;
    line-height: 1.14;
    color: #000; }

.Type6-info {
  padding-top: clamp(15px, 2vw, 30px);
  padding-bottom: clamp(15px, 2vw, 30px);
  padding-left: 7%;
  display: flex;
  flex-wrap: wrap;
  background-color: #f6f6f6;
  position: relative; }
  .Type6-info:before {
    content: "";
    display: inline-block;
    background-color: #f6f6f6;
    position: absolute;
    right: clamp(-900000px, calc((-100vw + 1850px) / 2 - 45px), -45px);
    left: 0;
    z-index: -1;
    top: 0;
    bottom: 0; }
  .Type6-info-item {
    margin-right: 20px;
    min-width: 200px;
    width: 26%;
    display: flex;
    align-items: center;
    margin-top: clamp(15px, 2vw, 35px);
    margin-bottom: clamp(15px, 2vw, 35px); }
    .Type6-info-item-in {
      margin-left: 20px; }
    .Type6-info-item span {
      display: block;
      line-height: 1.2;
      opacity: 0.8;
      font-size: 14px;
      letter-spacing: 0.1px;
      color: rgba(0, 0, 0, 0.5); }
    .Type6-info-item p {
      opacity: 0.8;
      letter-spacing: 0.1px;
      color: #000;
      margin-top: 5px;
      line-height: 1.3;
      font-size: 14px; }

.Type6-text {
  padding-left: 7%;
  margin-top: clamp(30px, 5vw, 80px); }
  .Type6-text h5 {
    font-size: 23px;
    font-weight: normal;
    line-height: 1.39;
    color: #000;
    margin-top: clamp(30px, 3vw, 60px); }
  .Type6-text p {
    margin-top: 20px;
    opacity: 0.8;
    font-size: 15px;
    font-weight: normal;
    color: #000; }

.Type6 .Table {
  padding-top: clamp(40px, 5vw, 80px); }
  .Type6 .Table-item {
    width: 50%;
    background-color: transparent; }
    .Type6 .Table-item:nth-of-type(4n + 1) {
      background-color: #f6f6f6; }
    .Type6 .Table-item:nth-of-type(4n + 2) {
      background-color: #f6f6f6; }

.Type7 nav {
  background-color: #f6f6f6; }

.Type7 .gallery-top .swiper-slide {
  height: auto; }

.Type7 .gallery-thumbs .swiper-slide {
  height: 100px; }

.Type7 .breadcrumb {
  align-items: center;
  height: clamp(60px, 5vw, 80px); }
  .Type7 .breadcrumb-item {
    color: rgba(35, 30, 30, 0.5); }
    .Type7 .breadcrumb-item:before {
      color: rgba(35, 30, 30, 0.5) !important; }
    .Type7 .breadcrumb-item.active {
      color: rgba(35, 30, 30, 0.8); }

.Type7 .Type-banner-in {
  margin-top: clamp(30px, 3vw, 60px); }

.Type7-head {
  position: relative;
  z-index: -1;
  padding-left: 9%; }
  .Type7-head span {
    font-size: 15px;
    color: #000; }
  .Type7-head h1 {
    font-size: clamp(18px, 1.7vw, 28px);
    font-weight: normal;
    line-height: 1.14;
    color: #000;
    margin-bottom: 10px; }
  .Type7-head p {
    opacity: 0.8;
    font-size: 15px;
    line-height: 1.47;
    color: #000; }

.Type7-info {
  margin-top: clamp(20px, 2vw, 30px);
  padding-top: clamp(20px, 2vw, 30px);
  padding-bottom: clamp(30px, 3vw, 60px);
  margin-left: 9%;
  position: relative;
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4; }
  .Type7-info p {
    opacity: 0.8;
    font-size: 15px;
    line-height: 1.47;
    color: #000;
    padding-bottom: 10px; }
  .Type7-info-item {
    display: flex;
    align-items: center;
    margin-top: 15px; }
    .Type7-info-item span {
      display: block; }
      .Type7-info-item span:nth-of-type(1) {
        width: 135px;
        color: rgba(0, 0, 0, 0.5); }
      .Type7-info-item span:nth-of-type(2) {
        color: #000; }
      .Type7-info-item span:nth-of-type(3) {
        color: #000;
        margin-left: 10px; }
    .Type7-info-item-in {
      margin-left: 20px; }
    .Type7-info-item span {
      display: block;
      line-height: 1.2;
      opacity: 0.8;
      font-size: 14px;
      letter-spacing: 0.1px;
      color: rgba(0, 0, 0, 0.5); }
    .Type7-info-item p {
      opacity: 0.8;
      letter-spacing: 0.1px;
      color: #000;
      margin-top: 5px;
      line-height: 1.3;
      font-size: 14px; }

.Type7-text {
  padding-left: 9%;
  margin-top: clamp(30px, 3vw, 60px); }
  .Type7-text h5 {
    font-size: 23px;
    font-weight: normal;
    line-height: 1.39;
    color: #000;
    margin-bottom: 30px; }
  .Type7-text p {
    margin-bottom: 15px;
    opacity: 0.8;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5); }

.Type7-property {
  background-color: #f6f6f6;
  margin-top: clamp(20px, 4vw, 70px);
  padding-top: clamp(30px, 6vw, 100px);
  padding-bottom: clamp(30px, 6vw, 100px); }
  .Type7-property-item {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: clamp(200px, 15vw, 270px); }
    .Type7-property-item img {
      max-height: 50px;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: top;
         object-position: top; }
    .Type7-property-item h6 {
      margin-top: 30px;
      margin-bottom: 20px;
      opacity: 0.8;
      font-size: 14px;
      font-weight: normal;
      line-height: 0.93;
      letter-spacing: 0.1px;
      color: #000; }
    .Type7-property-item p {
      max-width: 430px;
      width: 90%;
      opacity: 0.8;
      font-size: 14px;
      line-height: 1.29;
      letter-spacing: 0.1px;
      color: rgba(0, 0, 0, 0.5); }

.Type7 .Table {
  padding-top: clamp(40px, 5vw, 80px); }
  .Type7 .Table-in {
    margin-right: -35x; }
  .Type7 .Table-item {
    margin-right: 35px;
    width: calc(50% - 35px);
    background-color: transparent; }
    .Type7 .Table-item:nth-of-type(4n + 1) {
      background-color: #f6f6f6; }
    .Type7 .Table-item:nth-of-type(4n + 2) {
      background-color: #f6f6f6; }

.Type8 {
  padding-bottom: clamp(40px, 14vw, 250px); }
  .Type8 .gallery-top .swiper-slide {
    height: auto; }
  .Type8 .gallery-thumbs .swiper-slide {
    height: 100px; }
  .Type8 .breadcrumb-item {
    color: rgba(35, 30, 30, 0.5); }
    .Type8 .breadcrumb-item:before {
      color: rgba(35, 30, 30, 0.5) !important; }
    .Type8 .breadcrumb-item.active {
      color: rgba(35, 30, 30, 0.8); }
  .Type8 .Type-banner-left {
    width: 50%;
    padding-top: clamp(15px, 2vw, 30px); }
    .Type8 .Type-banner-left p {
      opacity: 0.8;
      font-size: clamp(13px, 1vw, 15px);
      line-height: 1.47;
      letter-spacing: normal; }
  .Type8 .Type-banner-right {
    width: 45%;
    max-width: 750px; }
  .Type8-head {
    position: relative;
    z-index: -1;
    margin-top: clamp(30px, 5vw, 90px); }
    .Type8-head h1 {
      font-size: clamp(20px, 2.5VW, 28px);
      font-weight: normal;
      line-height: 1.14;
      color: #000;
      margin-bottom: 10px; }
  .Type8-info {
    padding-bottom: clamp(30px, 3vw, 60px);
    position: relative; }
    .Type8-info h6 {
      margin-top: clamp(15px, 2.5vw, 40px);
      font-size: clamp(16px, 1.5vw, 20px);
      font-weight: normal;
      line-height: 1.6;
      color: #000; }
  .Type8 .Table {
    padding-top: clamp(40px, 5vw, 80px); }
    .Type8 .Table-in {
      margin-right: -35x; }

.Type9 {
  padding-bottom: clamp(40px, 14vw, 250px); }
  .Type9 nav {
    background-color: #f6f6f6; }
  .Type9 .gallery-top .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    .Type9 .gallery-top .swiper-slide img {
      width: 80%;
      max-width: 250px; }
  .Type9 .gallery-thumbs .swiper-slide {
    height: 60px; }
  .Type9 .breadcrumb {
    align-items: center;
    height: clamp(60px, 5vw, 80px); }
    .Type9 .breadcrumb-item {
      color: rgba(35, 30, 30, 0.5); }
      .Type9 .breadcrumb-item:before {
        color: rgba(35, 30, 30, 0.5) !important; }
      .Type9 .breadcrumb-item.active {
        color: rgba(35, 30, 30, 0.8); }
  .Type9 .Type-banner-in {
    margin-top: clamp(30px, 3vw, 60px); }
  .Type9 .Type-banner-left {
    width: 28%; }
  .Type9 .Type-banner-right {
    width: 67%; }
  .Type9-head {
    position: relative;
    z-index: -1; }
    .Type9-head span {
      font-size: 15px;
      color: #000; }
    .Type9-head h6 {
      font-size: 28px;
      font-weight: normal;
      line-height: 1.14;
      color: #000000; }
  .Type9-info {
    padding-top: clamp(10px, 2vw, 30px);
    margin-top: clamp(10px, 2vw, 30px);
    border-top: 1px solid #f4f4f4;
    display: flex;
    align-items: center; }
    .Type9-info-head {
      margin-right: clamp(30px, 4vw, 70px);
      text-align: center; }
      .Type9-info-head span {
        opacity: 0.5;
        font-size: 14px;
        font-style: normal;
        color: #000000; }
      .Type9-info-head h6 {
        font-size: 17px;
        font-weight: normal;
        color: #000000;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .Type9-info-head h6:after {
          margin-top: 5px;
          content: " ";
          display: inline-block;
          transition: 500ms;
          width: 85px;
          height: 5px;
          background-color: #a0241b; }
    .Type9-info p {
      opacity: 0.8;
      font-size: 14px;
      line-height: 2;
      color: #000000; }
  .Type9-content {
    padding-top: clamp(20px, 2vw, 30px);
    margin-top: clamp(20px, 2vw, 30px);
    border-top: 1px solid #f4f4f4; }
    .Type9-content-in {
      display: flex;
      justify-content: space-between; }
    .Type9-content-left {
      width: 200px; }
      .Type9-content-left h3 {
        font-size: 23px;
        font-weight: normal;
        line-height: 1.39;
        color: #000000; }
      .Type9-content-left .nav {
        flex-direction: column; }
        .Type9-content-left .nav-item {
          margin-bottom: 15px; }
        .Type9-content-left .nav-link {
          padding: 0;
          opacity: 0.8;
          font-size: 14px;
          color: rgba(0, 0, 0, 0.5); }
        .Type9-content-left .nav .active {
          color: #C60039;
          background-color: transparent; }
    .Type9-content-right {
      margin-top: 5px;
      width: calc(87% - 200px); }
    .Type9-content-text p {
      opacity: 0.5;
      margin-bottom: 10px;
      font-size: 14px; }
    .Type9-content-header {
      font-size: 18px;
      margin-bottom: clamp(25px, 2.5vw, 40px); }
    .Type9-content .Table {
      margin-top: 0; }
    .Type9-content-pdf {
      margin-top: clamp(30px, 6vw, 100px); }
      .Type9-content-pdf-in {
        display: flex;
        flex-wrap: wrap; }
      .Type9-content-pdf-item {
        margin-bottom: 20px;
        width: 33.33%;
        font-size: 14px;
        display: flex;
        align-items: center;
        color: #000000;
        transition: 500ms; }
        .Type9-content-pdf-item:before {
          margin-right: 10px;
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 16px;
          height: 16px;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-image: url(../images/icon-pdf2.svg); }
        .Type9-content-pdf-item:hover {
          color: #C60039;
          transition: 500ms; }
  .Type9-text-item {
    padding: clamp(20px, 3vw, 60px);
    height: clamp(200px, 20vw, 320px);
    border-radius: 3px;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .Type9-text-item h6 {
      margin-bottom: clamp(10px, 2vw, 30px);
      display: flex;
      align-items: center; }
      .Type9-text-item h6:before {
        margin-right: 12px;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 24px;
        height: 4px;
        background-color: #9b1212; }
    .Type9-text-item p {
      font-size: 15px;
      line-height: 1.38;
      letter-spacing: 0.09px;
      color: #1c1c1d; }
  .Type9-header {
    text-align: center;
    font-size: clamp(20px, 2vw, 33px);
    font-weight: 500;
    line-height: 1.09;
    letter-spacing: -0.9px;
    color: #1c1c1d; }
  .Type9-detail {
    position: relative; }
    .Type9-detail-in {
      margin-top: clamp(30px, 6vw, 100px);
      position: relative;
      padding-left: 45px;
      padding-right: 45px;
      margin-left: auto;
      margin-right: auto;
      max-width: 1400px; }
    .Type9-detail-item {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .Type9-detail-item-image {
        width: 46%; }
      .Type9-detail-item-text {
        width: 50%; }
        .Type9-detail-item-text h3 {
          font-size: 33px;
          font-weight: 500;
          line-height: 1.09;
          letter-spacing: -0.9px;
          color: #1c1c1d;
          margin-bottom: 15px; }
        .Type9-detail-item-text p {
          opacity: 0.6;
          font-size: 16px;
          line-height: 1.38;
          letter-spacing: 0.09px;
          color: #1c1c1d; }
    .Type9-detail .swiper-button-prev, .Type9-detail .swiper-button-next {
      width: 35.8px;
      height: 17.4px;
      transform: translateY(-50%);
      margin-top: 50px; }
      .Type9-detail .swiper-button-prev:after, .Type9-detail .swiper-button-next:after {
        filter: invert(1);
        content: "";
        display: inline-block;
        width: 35.8px;
        height: 17.4px;
        background-repeat: no-repeat;
        background-size: auto 100%; }
      .Type9-detail .swiper-button-prev:hover:after, .Type9-detail .swiper-button-next:hover:after {
        filter: invert(4%) sepia(1%) saturate(9999999%);
        transition: 500ms; }
    .Type9-detail .swiper-button-prev {
      left: 0; }
      .Type9-detail .swiper-button-prev:after {
        background-image: url(../images/icon-left_arrow.svg); }
    .Type9-detail .swiper-button-next {
      right: 0; }
      .Type9-detail .swiper-button-next:after {
        background-image: url(../images/icon-right_arrow.svg); }
    .Type9-detail .swiper-pagination {
      width: 100%;
      margin-top: 40px;
      padding-bottom: 35px;
      display: flex;
      position: relative;
      overflow-x: scroll;
      overflow-y: hidden; }
      .Type9-detail .swiper-pagination-bullet {
        white-space: nowrap;
        padding-right: clamp(15px, 3vw, 50px);
        opacity: 0.3;
        font-size: 17px;
        color: #000000;
        position: relative;
        width: auto;
        height: auto;
        border-radius: 0;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .Type9-detail .swiper-pagination-bullet:after {
          position: absolute;
          left: 50%;
          bottom: -25px;
          transform: translateX(-50%);
          content: " ";
          display: inline-block;
          transition: 500ms;
          height: 2px;
          background-color: #ebebeb;
          width: 100%;
          opacity: 1; }
        .Type9-detail .swiper-pagination-bullet-active {
          opacity: 1; }
          .Type9-detail .swiper-pagination-bullet-active:after {
            opacity: 1;
            background-color: #C60039; }
    .Type9-detail .swiper-pagination::-webkit-scrollbar-track {
      -webkit-box-shadow: none;
      border-radius: 4px;
      background-color: transparent; }
    .Type9-detail .swiper-pagination::-webkit-scrollbar {
      height: 6px;
      background-color: transparent; }
    .Type9-detail .swiper-pagination::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: none;
      background-color: #bababa50; }
  .Type9-collections {
    margin-top: clamp(40px, 7vw, 120px); }
    .Type9-collections .Product-item {
      width: 100%;
      margin: 0; }

.download {
  display: flex;
  align-items: center;
  transition: 500ms;
  margin-top: 20px;
  margin-bottom: 20px; }
  .download:before {
    margin-right: 15px;
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/icon-download.svg); }
  .download:hover {
    color: #C60039;
    transition: 500ms;
    text-decoration: underline; }
    .download:hover:before {
      transition: 500ms;
      transform: translateY(5px); }

.Corporate {
  padding-top: clamp(20px, 3vw, 50px);
  padding-bottom: clamp(40px, 9vw, 200px);
  position: relative; }
  .Corporate .breadcrumb-item {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5); }
    .Corporate .breadcrumb-item:before {
      color: rgba(0, 0, 0, 0.5) !important; }
    .Corporate .breadcrumb-item.active {
      color: rgba(0, 0, 0, 0.5); }
  .Corporate-banner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Corporate-banner-left {
      width: 49%; }
      .Corporate-banner-left h6 {
        margin-bottom: 30px; }
      .Corporate-banner-left p {
        margin-bottom: clamp(10px, 2vw, 30px);
        opacity: 0.8;
        font-size: clamp(14px, 1vw, 15px);
        font-weight: normal;
        line-height: 1.47;
        color: #000; }
    .Corporate-banner-right {
      width: 47%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      .Corporate-banner-right img {
        -o-object-fit: cover;
           object-fit: cover;
        min-height: 400px; }
  .Corporate-in {
    padding-top: clamp(40px, 9vw, 200px); }
  .Corporate-header {
    font-size: 25px;
    font-weight: normal;
    line-height: 0.88;
    letter-spacing: 0.11px;
    color: #000; }
  .Corporate-item-image {
    overflow: hidden; }
    .Corporate-item-image img {
      transition: 500ms; }
  .Corporate-item-text {
    margin-top: clamp(10px, 2vw, 30px); }
    .Corporate-item-text h6 {
      margin-bottom: clamp(5px, 1.6vw, 20px);
      font-size: 21px;
      font-weight: normal;
      line-height: 1.05;
      letter-spacing: 0.11px;
      color: #000; }
    .Corporate-item-text p {
      opacity: 0.8;
      font-size: 15px;
      line-height: 1.47;
      color: #000; }
  .Corporate-item:hover .Corporate-item-image img {
    transition: 500ms;
    transform: scale(1.1); }

.Ref_detail {
  padding-bottom: clamp(40px, 9vw, 200px);
  position: relative; }
  .Ref_detail-banner {
    position: relative;
    height: clamp(450px, 40vw, 762px);
    z-index: 1; }
    .Ref_detail-banner:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .Ref_detail-banner-text {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      .Ref_detail-banner-text h6 {
        font-size: 15px;
        font-weight: normal;
        line-height: 1;
        letter-spacing: 10px;
        color: #fff; }
      .Ref_detail-banner-text h1 {
        margin-top: 20px;
        font-size: 45px;
        font-weight: normal;
        line-height: 1;
        color: #fff; }
  .Ref_detail .breadcrumb {
    margin-top: 25px; }
    .Ref_detail .breadcrumb-item {
      opacity: 1;
      color: rgba(0, 0, 0, 0.5); }
      .Ref_detail .breadcrumb-item:before {
        color: rgba(0, 0, 0, 0.5) !important; }
      .Ref_detail .breadcrumb-item.active {
        color: rgba(0, 0, 0, 0.5); }
  .Ref_detail-content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Ref_detail-content-header h6 {
      font-size: clamp(24px, 2.3vw, 45px);
      font-weight: normal;
      line-height: 1;
      color: #030303;
      margin-bottom: 10px; }
    .Ref_detail-content-point {
      font-size: 16px;
      color: #030303;
      display: flex;
      align-items: center; }
      .Ref_detail-content-point:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 17px;
        height: 17px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-point.svg); }
    .Ref_detail-content-left {
      width: 50%;
      margin-top: auto; }
      .Ref_detail-content-left p {
        margin-bottom: clamp(10px, 1.6vw, 20px);
        opacity: 0.8;
        font-size: clamp(14px, 1vw, 15px);
        font-weight: normal;
        line-height: 1.47;
        color: #000; }
      .Ref_detail-content-left-in {
        margin-top: clamp(30px, 3vw, 50px); }
    .Ref_detail-content-ref {
      margin-top: clamp(30px, 4vw, 75px);
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .Ref_detail-content-ref-item {
        display: block;
        margin-right: clamp(15px, 2vw, 40px); }
        .Ref_detail-content-ref-item img {
          -o-object-fit: contain;
             object-fit: contain;
          max-height: 40px;
          max-width: 135px; }
    .Ref_detail-content-right {
      width: 45%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      .Ref_detail-content-right img {
        -o-object-fit: cover;
           object-fit: cover;
        min-height: 400px; }
  .Ref_detail-in {
    padding-top: clamp(40px, 9vw, 200px); }
  .Ref_detail-header {
    font-size: 25px;
    font-weight: normal;
    line-height: 0.88;
    letter-spacing: 0.11px;
    color: #000; }
  .Ref_detail-item-image {
    overflow: hidden; }
    .Ref_detail-item-image img {
      transition: 500ms; }
  .Ref_detail-item-text {
    margin-top: clamp(10px, 2vw, 30px); }
    .Ref_detail-item-text h6 {
      margin-bottom: clamp(5px, 1.6vw, 20px);
      font-size: 21px;
      font-weight: normal;
      line-height: 1.05;
      letter-spacing: 0.11px;
      color: #000; }
    .Ref_detail-item-text p {
      opacity: 0.8;
      font-size: 15px;
      line-height: 1.47;
      color: #000; }
  .Ref_detail-item:hover .Corporate-item-image img {
    transition: 500ms;
    transform: scale(1.1); }
  .Ref_detail-product-header {
    font-size: 27px;
    font-weight: 100;
    line-height: normal;
    letter-spacing: 0.11px;
    color: #000; }
    .Ref_detail-product-header strong {
      font-weight: 600; }
  .Ref_detail-product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    box-shadow: 0 34px 84px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 15px; }
    .Ref_detail-product-item-image {
      overflow: hidden;
      min-width: 43%; }
      .Ref_detail-product-item-image img {
        transition: 500ms;
        height: 120px; }
    .Ref_detail-product-item-text {
      padding-left: 25px;
      width: 57%;
      margin-top: auto; }
      .Ref_detail-product-item-text h6 {
        max-width: 200px;
        margin-bottom: auto;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.27;
        color: #000; }
      .Ref_detail-product-item-text a {
        margin-top: 25px;
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 1.36;
        color: #9b1212;
        transition: 500ms; }
        .Ref_detail-product-item-text a:after {
          margin-left: 6px;
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 16px;
          height: 16px;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-image: url(../images/icon-right_red.svg); }
        .Ref_detail-product-item-text a:hover {
          text-decoration: underline; }
          .Ref_detail-product-item-text a:hover:after {
            transition: 500ms;
            transform: translateX(5px); }
    .Ref_detail-product-item:hover .Ref_detail-product-item-image img {
      transition: 500ms;
      transform: scale(1.1); }
  .Ref_detail-product .swiper-container {
    overflow: visible;
    padding-top: 40px; }
  .Ref_detail-product .swiper-button-prev, .Ref_detail-product .swiper-button-next {
    top: -10px;
    display: block;
    transition: 500ms;
    left: auto; }
    .Ref_detail-product .swiper-button-prev:after, .Ref_detail-product .swiper-button-next:after {
      filter: invert(1);
      content: "";
      display: inline-block;
      width: 35.8px;
      height: 17.4px;
      background-repeat: no-repeat;
      background-size: auto 100%; }
    .Ref_detail-product .swiper-button-prev:hover:after, .Ref_detail-product .swiper-button-next:hover:after {
      filter: invert(4%) sepia(1%) saturate(9999999%);
      transition: 500ms; }
  .Ref_detail-product .swiper-button-prev {
    right: 70px; }
    .Ref_detail-product .swiper-button-prev:after {
      background-image: url(../images/icon-left_arrow.svg); }
  .Ref_detail-product .swiper-button-next {
    right: 0; }
    .Ref_detail-product .swiper-button-next:after {
      background-image: url(../images/icon-right_arrow.svg); }

.Ref {
  padding-bottom: clamp(40px, 9vw, 200px);
  position: relative; }
  .Ref-banner {
    height: clamp(465px, 45vw, 700px);
    position: relative; }
    .Ref-banner-text {
      text-align: center;
      position: absolute;
      left: 50%;
      top: 40%;
      transform: translate(-50%, -50%); }
      .Ref-banner-text h1 {
        font-size: 45px;
        font-weight: normal;
        color: #fff;
        margin-bottom: 20px; }
      .Ref-banner-text p {
        opacity: 0.5;
        font-size: 15px;
        line-height: 1.47;
        color: #fff; }
  .Ref-in {
    transform: translateY(clamp(-180px, -10vw, -110px)); }
  .Ref-inner {
    margin-top: 30px; }
  .Ref-item {
    margin-bottom: 60px;
    position: relative; }
    .Ref-item-image {
      overflow: hidden; }
      .Ref-item-image img {
        transition: 1000ms; }
    .Ref-item-text {
      display: flex;
      justify-content: space-between;
      margin-top: 18px; }
      .Ref-item-text-left h6 {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.78;
        color: #030303; }
      .Ref-item-text-left span {
        font-size: 15px;
        color: #030303;
        display: flex;
        align-items: center; }
        .Ref-item-text-left span:before {
          margin-right: 5px;
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 17px;
          height: 17px;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-image: url(../images/icon-point.svg); }
      .Ref-item-text-right {
        padding-left: 30px; }
        .Ref-item-text-right p {
          max-width: 180px;
          opacity: 0.5;
          font-size: 15px;
          line-height: 1.33;
          text-align: right;
          color: #030303; }
    .Ref-item:hover .Ref-item-image img {
      transition: 1000ms;
      transform: scale(1.1) rotate(3deg); }

.Galeri {
  padding-bottom: clamp(0px, 9vw, 200px);
  position: relative; }
  .Galeri-banner {
    height: clamp(465px, 45vw, 700px);
    position: relative;
    z-index: 8; }
    .Galeri-banner-text {
      text-align: center;
      position: absolute;
      left: 50%;
      top: 40%;
      transform: translate(-50%, -50%); }
      .Galeri-banner-text h1 {
        font-size: 45px;
        font-weight: normal;
        color: #fff;
        margin-bottom: 20px; }
      .Galeri-banner-text p {
        opacity: 0.5;
        font-size: 15px;
        line-height: 1.47;
        color: #fff; }
  .Galeri-in {
    position: relative;
    z-index: 9;
    transform: translateY(clamp(-180px, -10vw, -110px)); }
  .Galeri-inner {
    margin-top: 30px; }
  .Galeri-item {
    position: relative;
    height: clamp(200px, 20vw, 300px);
    flex-grow: 0;
    background-color: #f8f8f8;
    transition: 500ms; }
    .Galeri-item-image {
      overflow: hidden;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .Galeri-item-image img {
        max-width: 200px;
        max-height: 100px;
        -o-object-fit: contain;
           object-fit: contain;
        transition: 1000ms; }
    .Galeri-item:hover {
      background-color: white;
      transition: 500ms; }
      .Galeri-item:hover .Galeri-item-image img {
        transition: 1000ms;
        transform: scale(1.15); }

.Galeri_detail {
  padding-bottom: clamp(40px, 9vw, 200px); }
  .Galeri_detail-banner {
    position: relative;
    z-index: 8; }
    .Galeri_detail-banner-text-in {
      height: 400px;
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }
    .Galeri_detail-banner-text-left {
      padding-bottom: 75px;
      max-width: 570px; }
      .Galeri_detail-banner-text-left h1 {
        font-size: 45px;
        font-weight: normal;
        color: #fff;
        margin-bottom: 20px; }
      .Galeri_detail-banner-text-left p {
        opacity: 0.5;
        font-size: 15px;
        line-height: 1.47;
        color: #fff; }
    .Galeri_detail-banner-text-company {
      transform: translateY(25%);
      display: flex;
      align-items: center;
      justify-content: center;
      width: clamp(400px, 30vw, 560px);
      height: clamp(250px, 22vw, 370px);
      background-color: #f8f8f8; }
  .Galeri_detail .breadcrumb {
    margin-top: 30px; }
    .Galeri_detail .breadcrumb-item {
      color: rgba(0, 0, 0, 0.5); }
      .Galeri_detail .breadcrumb-item.active {
        color: rgba(0, 0, 0, 0.5); }
      .Galeri_detail .breadcrumb-item:before {
        color: rgba(0, 0, 0, 0.5) !important; }
  .Galeri_detail .swiper-container {
    overflow: visible;
    padding-top: 40px; }
  .Galeri_detail-in {
    margin-top: clamp(30px, 7vw, 130px); }
  .Galeri_detail-item-image {
    overflow: hidden; }
    .Galeri_detail-item-image img {
      transition: 500ms; }
  .Galeri_detail-item:hover .Galeri_detail-item-image img {
    transform: scale(1.1);
    transition: 500ms; }
  .Galeri_detail-other {
    margin-top: clamp(40px, 6vw, 100px);
    margin-bottom: clamp(40px, 6vw, 100px); }
    .Galeri_detail-other-header {
      font-size: 27px;
      font-weight: normal;
      line-height: 1.19;
      color: #030303; }
    .Galeri_detail-other .swiper-button-prev, .Galeri_detail-other .swiper-button-next {
      top: -10px;
      display: block;
      transition: 500ms;
      left: auto; }
      .Galeri_detail-other .swiper-button-prev:after, .Galeri_detail-other .swiper-button-next:after {
        filter: invert(1);
        content: "";
        display: inline-block;
        width: 35.8px;
        height: 17.4px;
        background-repeat: no-repeat;
        background-size: auto 100%; }
      .Galeri_detail-other .swiper-button-prev:hover:after, .Galeri_detail-other .swiper-button-next:hover:after {
        filter: invert(4%) sepia(1%) saturate(9999999%);
        transition: 500ms; }
    .Galeri_detail-other .swiper-button-prev {
      right: 70px; }
      .Galeri_detail-other .swiper-button-prev:after {
        background-image: url(../images/icon-left_arrow.svg); }
    .Galeri_detail-other .swiper-button-next {
      right: 0; }
      .Galeri_detail-other .swiper-button-next:after {
        background-image: url(../images/icon-right_arrow.svg); }
    .Galeri_detail-other-item {
      height: 119px;
      background-color: #f8f8f8;
      transition: 500ms;
      display: flex;
      align-items: center;
      justify-content: center; }
      .Galeri_detail-other-item img {
        max-width: 150px;
        max-height: 65px;
        -o-object-fit: contain;
           object-fit: contain; }
      .Galeri_detail-other-item:hover {
        background-color: white;
        transition: 500ms;
        box-shadow: 0 24px 74px 0 rgba(0, 0, 0, 0.05); }

.Company {
  background-color: #1a1a1b;
  padding-bottom: 30px; }
  .Company-in {
    padding-top: clamp(30px, 4vw, 70px);
    height: calc(100vh - 90px);
    display: flex;
    justify-content: space-between; }
  .Company-left {
    width: 37%; }
    .Company-left-header {
      max-width: 500px; }
      .Company-left-header h1 {
        font-size: 33px;
        font-weight: normal;
        letter-spacing: -0.9px;
        color: #fff;
        margin-bottom: 10px; }
      .Company-left-header p {
        opacity: 0.45;
        font-size: 16px;
        line-height: 1.31;
        letter-spacing: -0.44px;
        color: #fff; }
    .Company-left-links {
      margin-top: clamp(20px, 2vw, 45px); }
      .Company-left-links-item {
        margin-right: clamp(30px, 7vw, 120px);
        font-size: 23px;
        line-height: 1.13;
        letter-spacing: -0.9px;
        color: rgba(255, 255, 255, 0.3); }
        .Company-left-links-item.active {
          color: white; }
    .Company-left-filter {
      margin-top: clamp(20px, 2.5vw, 50px);
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .Company-left-filter h6 {
        margin-right: 25px;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.73;
        color: #fff; }
      .Company-left-filter-badge {
        opacity: 0.45;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.73;
        color: #fff;
        margin-right: 10px; }
      .Company-left-filter-item {
        padding-left: 20px;
        display: flex;
        align-items: center;
        position: relative;
        border: solid 1px #333335;
        background-color: rgba(196, 196, 196, 0);
        margin-left: auto; }
        .Company-left-filter-item .bootstrap-select {
          width: 160px !important; }
          .Company-left-filter-item .bootstrap-select .btn {
            padding-right: 20px;
            border: none;
            height: 52px;
            background-color: transparent;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.73;
            color: #fff; }
            .Company-left-filter-item .bootstrap-select .btn:after {
              vertical-align: middle;
              content: "";
              display: inline-block;
              transition: 500ms;
              border: none;
              width: 11.4px;
              height: 7px;
              background-repeat: no-repeat;
              background-size: auto 100%;
              background-image: url(../images/icon-down-chevron.svg); }
            .Company-left-filter-item .bootstrap-select .btn:focus {
              box-shadow: none !important;
              color: white;
              background-color: transparent; }
          .Company-left-filter-item .bootstrap-select .dropdown-menu {
            border-radius: 0; }
          .Company-left-filter-item .bootstrap-select .dropdown-item.active, .Company-left-filter-item .bootstrap-select .dropdown-item:active {
            background-color: #C60039; }
          .Company-left-filter-item .bootstrap-select .filter-option {
            display: flex;
            align-items: center; }
          .Company-left-filter-item .bootstrap-select.show .btn:focus {
            box-shadow: none;
            outline: none;
            color: white;
            border: none;
            background-color: transparent; }
    .Company-left-bottom {
      margin-top: clamp(30px, 3vw, 60px);
      max-height: 300px;
      overflow-y: scroll; }
      .Company-left-bottom::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #2a2a2a; }
      .Company-left-bottom::-webkit-scrollbar {
        width: 6px;
        background-color: #2a2a2a; }
      .Company-left-bottom::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #D62929; }
    .Company-left-item {
      padding: 15px clamp(20px, 2vw, 40px);
      background-color: #333335;
      position: relative;
      transition: 500ms;
      margin-bottom: 5px; }
      .Company-left-item:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 80px;
        transform: translateX(-100%);
        background-color: #393939; }
      .Company-left-item p {
        font-size: 13px;
        margin-top: 1px;
        margin-bottom: 1px;
        letter-spacing: 0.09px;
        color: #ffffff60; }
      .Company-left-item a {
        transition: 500ms; }
        .Company-left-item a:hover {
          color: #C60039;
          transition: 500ms; }
      .Company-left-item:nth-of-type(even) {
        background-color: #48484a; }
      .Company-left-item:hover:before {
        transition: 500ms;
        background-color: #C60039; }
  .Company-right {
    width: 56%; }

.Blog-banner {
  position: relative;
  z-index: 999;
  background-color: #1c1c1c; }
  .Blog-banner-in {
    position: relative; }
  .Blog-banner-item {
    display: flex;
    height: clamp(600px, 45vw, 750px); }
  .Blog-banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: clamp(30px, 4vw, 80px);
    width: 60%;
    padding-right: 30px; }
    .Blog-banner-text h6 {
      font-size: 15px;
      font-weight: normal;
      line-height: normal;
      letter-spacing: 12.11px;
      color: #ffffff30;
      display: flex;
      flex-direction: column;
      margin-bottom: clamp(20px, 3vw, 55px); }
      .Blog-banner-text h6:after {
        content: " ";
        display: inline-block;
        transition: 500ms;
        width: 52px;
        height: 1px;
        background-color: #9b1212;
        margin-top: 7px; }
    .Blog-banner-text span {
      display: block;
      opacity: 0.5;
      font-size: 13px;
      font-weight: 300;
      letter-spacing: 0.11px;
      color: #fff; }
    .Blog-banner-text h3 {
      margin-top: 15px;
      margin-bottom: 15px;
      max-width: 730px;
      font-size: clamp(20px, 2.5vw, 39px);
      font-weight: 300;
      line-height: normal;
      letter-spacing: 0.11px;
      color: #fff; }
    .Blog-banner-text p {
      opacity: 0.5;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.63;
      letter-spacing: 0.11px;
      color: #fff;
      max-width: 780px; }
    .Blog-banner-text .button {
      margin-top: clamp(30px, 3vw, 60px);
      font-size: 13px;
      letter-spacing: 1px;
      color: #fff;
      width: 182px;
      height: 65px;
      border-radius: 2px;
      border: solid 1px #fff;
      background-color: rgba(255, 255, 255, 0); }
  .Blog-banner-image {
    width: 40%;
    transform: translateY(-90px);
    height: calc(100% + 90px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
    .Blog-banner-image:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      height: 287px;
      background-image: linear-gradient(to bottom, #1a1a1a, rgba(26, 26, 26, 0));
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
  .Blog-banner .swiper-container {
    margin-right: 0;
    width: calc(100% - clamp(50px, 5vw, 90px)); }
  .Blog-banner .swiper-button-prev, .Blog-banner .swiper-button-next {
    top: 35%;
    display: block;
    transition: 500ms;
    right: auto;
    left: 0; }
    .Blog-banner .swiper-button-prev:after, .Blog-banner .swiper-button-next:after {
      content: "";
      display: inline-block;
      width: 32px;
      height: 32px;
      background-repeat: no-repeat;
      background-size: auto 100%; }
    .Blog-banner .swiper-button-prev:hover:after, .Blog-banner .swiper-button-next:hover:after {
      filter: invert(4%) sepia(1%) saturate(9999999%);
      transition: 500ms; }
  .Blog-banner .swiper-button-prev {
    margin-top: -10px; }
    .Blog-banner .swiper-button-prev:after {
      background-image: url(../images/circle-left.svg); }
  .Blog-banner .swiper-button-next {
    margin-top: 40px; }
    .Blog-banner .swiper-button-next:after {
      background-image: url(../images/circle-right.svg); }

.Blog-type-item {
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .Blog-type-item-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%; }
    .Blog-type-item-text h6 {
      font-size: 30px;
      font-weight: bold;
      line-height: normal;
      letter-spacing: 0.1px;
      color: #fff; }
    .Blog-type-item-text p {
      font-size: 12.7px;
      letter-spacing: 0.1px;
      color: #fff; }
    .Blog-type-item-text span {
      margin-top: 7px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 26.4px;
      border-radius: 3.6px;
      background-color: #fff;
      font-size: 12.7px;
      font-weight: bold;
      line-height: normal;
      letter-spacing: 0.1px;
      color: #000000; }
  .Blog-type-item:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .Blog-type-item:hover:before {
    opacity: 0.9;
    transition: 500ms; }

.Blog-type .tarif:before {
  background-color: #0c2e86; }

.Blog-type .teknoloji:before {
  background-color: #31006f; }

.Blog-type .dekorasyon:before {
  background-color: #640000; }

.Blog-type .tasarım:before {
  background-color: #9e3f0a; }

.Blog-last {
  margin-top: clamp(40px, 7vw, 130px); }
  .Blog-last-header {
    font-size: 39px;
    font-weight: bold;
    letter-spacing: 0.11px;
    color: #000000; }

.Blog-item {
  position: relative; }
  .Blog-item-type {
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.11px;
    color: #fff;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    border-radius: 3px;
    margin-right: 10px; }
  .Blog-item-image {
    height: clamp(200px, 14vw, 270px);
    overflow: hidden;
    position: relative; }
    .Blog-item-image:after {
      content: " ";
      display: inline-block;
      transition: 500ms;
      background-color: rgba(0, 0, 0, 0.8);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
    .Blog-item-image:before {
      opacity: 0;
      z-index: 2;
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 36px;
      height: 36px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background-image: url(../images/icon-plus.svg); }
    .Blog-item-image img {
      transition: 700ms;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .Blog-item-text {
    padding-top: 20px;
    height: 220px; }
    .Blog-item-text h6 {
      display: flex;
      align-items: center;
      font-size: 13px;
      font-weight: 300;
      line-height: normal;
      letter-spacing: 0.11px;
      color: #00000070; }
    .Blog-item-text h5 {
      font-size: 19px;
      font-weight: 300;
      line-height: normal;
      letter-spacing: 0.11px;
      color: #000000;
      margin-top: 10px;
      margin-bottom: 15px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .Blog-item-text p {
      opacity: 0.5;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.5;
      letter-spacing: 0.11px;
      color: #000000;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .Blog-item:hover .Blog-item-image img {
    transition: 700ms;
    transform: scale(1.1) rotate(3deg); }
  .Blog-item:hover .Blog-item-image:after, .Blog-item:hover .Blog-item-image:before {
    transition: 500ms;
    opacity: 1; }

.pagination {
  justify-content: center; }
  .pagination a, .pagination span {
    width: 48px;
    height: 48px;
    border-radius: 2px;
    border: solid 1px rgba(3, 3, 3, 0);
    background-color: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.11px;
    color: #000000;
    transition: 500ms;
    margin-left: 7px;
    margin-right: 7px; }
    .pagination a.active, .pagination a.page_current, .pagination span.active, .pagination span.page_current {
      background-color: #9b1212;
      color: white; }
      .pagination a.active:hover, .pagination a.page_current:hover, .pagination span.active:hover, .pagination span.page_current:hover {
        color: white; }
    .pagination a:hover, .pagination span:hover {
      border-color: #9b1212;
      transition: 500ms;
      color: #000000; }
      .pagination a:hover.active, .pagination span:hover.active {
        color: white; }
    .pagination a:focus, .pagination span:focus {
      box-shadow: none; }

.page-item {
  margin-left: 7px;
  margin-right: 7px; }

.page-link {
  width: 48px;
  height: 48px;
  border-radius: 2px;
  border: solid 1px rgba(3, 3, 3, 0);
  background-color: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.11px;
  color: #000000;
  transition: 500ms; }
  .page-link.active {
    background-color: #9b1212;
    color: white; }
  .page-link:hover {
    border-color: #9b1212;
    transition: 500ms;
    color: #000000; }
    .page-link:hover.active {
      color: white; }
  .page-link:focus {
    box-shadow: none; }

.tarif .Blog-item-type {
  background-color: #404ece; }

.teknoloji .Blog-item-type {
  background-color: #31006f; }

.dekorasyon .Blog-item-type {
  background-color: #640000; }

.tasarım .Blog-item-type {
  background-color: #9e3f0a; }

.Blog_detail {
  position: relative; }
  .Blog_detail-banner {
    height: clamp(350px, 30vw, 600px);
    position: relative; }
    .Blog_detail-banner:after {
      content: " ";
      display: inline-block;
      transition: 500ms;
      height: 334px;
      opacity: 0.8;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .Blog_detail-banner-text {
      z-index: 2;
      position: absolute;
      bottom: 65px; }
      .Blog_detail-banner-text h6 {
        display: flex;
        align-items: center;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0.11px;
        color: #ffffff60; }
      .Blog_detail-banner-text h3 {
        margin-top: 7px;
        width: 75%;
        max-width: 950px;
        font-size: clamp(20px, 2.5vw, 39px);
        font-weight: 300;
        line-height: normal;
        letter-spacing: 0.11px;
        color: #fff; }
  .Blog_detail-text {
    padding-top: clamp(30px, 4vw, 80px);
    padding-bottom: clamp(20px, 3vw, 60px); }
    .Blog_detail-text p {
      opacity: 0.5;
      font-size: 16px;
      line-height: 1.63;
      letter-spacing: 0.11px;
      color: #000000;
      margin-bottom: 20px; }
  .Blog_detail-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: clamp(40px, 7vw, 120px); }
    .Blog_detail-item-image {
      width: 39%;
      position: relative; }
      .Blog_detail-item-image span {
        display: flex;
        align-items: center;
        position: absolute;
        left: 35px;
        bottom: 40px;
        font-size: 14px;
        letter-spacing: 0.11px;
        color: #fff;
        padding-left: 45px;
        line-height: 1; }
        .Blog_detail-item-image span:before {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 30px;
          height: 30px;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-image: url(../images/icon-full.svg); }
      .Blog_detail-item-image:hover span {
        transition: 500ms; }
        .Blog_detail-item-image:hover span:before {
          transition: 500ms;
          width: 32px;
          height: 32px; }
    .Blog_detail-item-text {
      width: 55%; }
      .Blog_detail-item-text h5 {
        margin-bottom: clamp(15px, 2vw, 30px);
        max-width: 550px;
        font-size: clamp(20px, 2vw, 27px);
        font-weight: 300;
        letter-spacing: 0.11px;
        color: #000000; }
      .Blog_detail-item-text p {
        opacity: 0.5;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.63;
        letter-spacing: 0.11px;
        color: #000000; }
        .Blog_detail-item-text p a {
          color: #C60039;
          font-weight: bold;
          transition: 500ms; }
          .Blog_detail-item-text p a:hover {
            text-decoration: underline;
            transition: 500ms; }
    .Blog_detail-item:nth-of-type(even) {
      flex-direction: row-reverse; }
  .Blog_detail .Ref_detail-product {
    padding-bottom: clamp(40px, 6vw, 100px); }
  .Blog_detail-other {
    background-color: #f7f7f7;
    padding-top: clamp(30px, 4vw, 70px);
    padding-bottom: clamp(30px, 4vw, 70px);
    margin-bottom: clamp(-140px, -8vw, -40px); }
    .Blog_detail-other-head {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .Blog_detail-other-head h6 {
        font-size: 25px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: 0.11px;
        color: #000000; }
      .Blog_detail-other-head a {
        font-size: 13px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: 1px;
        color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 210px;
        height: 55px;
        border-radius: 2px;
        border: solid 1px rgba(3, 3, 3, 0);
        background-color: #eaeaea;
        transition: 500ms; }
        .Blog_detail-other-head a:hover {
          background-color: #C60039;
          transition: 500ms;
          color: white; }

.Product {
  position: relative;
  z-index: 99;
  padding-bottom: clamp(40px, 14vw, 250px); }
  .Product-banner-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 453px;
    position: relative; }
    .Product-banner-item:after {
      content: " ";
      display: inline-block;
      transition: 500ms;
      background-image: linear-gradient(to left, #424242 65%, rgba(66, 66, 66, 0));
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 60%; }
  .Product-banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 57%;
    z-index: 9; }
    .Product-banner-text h6 {
      max-width: 450px;
      font-family: "Cinzel", serif;
      font-size: clamp(18px, 1.8vw, 21px);
      font-weight: normal;
      line-height: 1.1;
      color: #fff; }
    .Product-banner-text h2 {
      font-family: "Cinzel", serif;
      font-size: clamp(24px, 2.5vw, 37px);
      font-weight: bold;
      line-height: 1.03;
      color: #fff;
      margin-bottom: 12px; }
    .Product-banner-text p {
      max-width: 700px;
      opacity: 0.31;
      font-size: 14px;
      letter-spacing: 0.1px;
      color: #fff; }
  .Product-banner .swiper-pagination {
    position: absolute;
    text-align: left;
    left: 57%;
    bottom: clamp(10px, 5vw, 70px); }
    .Product-banner .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      flex-grow: 0;
      border: solid 2px #eaeaea;
      background-color: transparent; }
      .Product-banner .swiper-pagination-bullet-active {
        background-color: white; }
  .Product-category {
    background-color: #f7f7f7; }
    .Product-category-in {
      display: flex; }
    .Product-category-left {
      width: 27%;
      max-width: 340px; }
    .Product-category-right {
      flex-grow: 2;
      width: 73%;
      padding-left: 3%; }
    .Product-category-item {
      height: 230px;
      justify-content: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .Product-category-item-image {
        width: 100%;
        height: 94px;
        box-shadow: 0 12px 54px -10px rgba(0, 0, 0, 0.07);
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }
        .Product-category-item-image img {
          max-width: 70%;
          max-height: 70%;
          -o-object-fit: contain;
             object-fit: contain;
          transition: 500ms; }
      .Product-category-item-text {
        opacity: 0.47;
        font-size: 14px;
        letter-spacing: 0.1px;
        text-align: center;
        color: #000;
        margin-top: 15px;
        transition: 500ms; }
      .Product-category-item:hover .Product-category-item-image img {
        transition: 500ms;
        filter: invert(13%) sepia(97%) saturate(3096%) hue-rotate(355deg) brightness(87%) contrast(92%); }
      .Product-category-item.active .Product-category-item-image img {
        transition: 500ms;
        filter: invert(13%) sepia(97%) saturate(3096%) hue-rotate(355deg) brightness(87%) contrast(92%); }
      .Product-category-item.active .Product-category-item-text {
        transition: 500ms;
        opacity: 1; }
  .Product-content {
    padding-top: clamp(30px, 3vw, 50px);
    position: relative; }
    .Product-content-in {
      display: flex;
      justify-content: space-between; }
    .Product-content-left {
      width: 27%;
      max-width: 340px; }
    .Product-content-right {
      flex-grow: 2;
      width: 73%;
      padding-left: 3%; }
  .Product-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Poppins", sans-serif; }
  .Product-selected {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .Product-selected-item {
      padding: 5px 16px;
      padding-right: 3px;
      border-radius: 15.5px;
      background-color: #f7f7f7;
      margin-right: 10px;
      margin-bottom: 10px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.08px;
      color: #000;
      display: flex;
      align-items: center; }
      .Product-selected-item-delete {
        border-radius: 100%;
        margin-left: 10px;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        transition: 500ms; }
        .Product-selected-item-delete:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 11px;
          height: 11px;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-image: url(../images/icon-delete.svg); }
        .Product-selected-item-delete:hover {
          background-color: #000000;
          transition: 500ms; }
          .Product-selected-item-delete:hover:before {
            transition: 500ms;
            filter: brightness(50); }
  .Product-short {
    display: flex;
    align-items: center; }
    .Product-short-item {
      margin-left: 12px;
      position: relative; }
      .Product-short-item-badge {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 18px;
        z-index: 9;
        font-size: 13px;
        font-weight: 500;
        color: #9292a7;
        pointer-events: none; }
      .Product-short-item:first-child .bootstrap-select .btn {
        padding-left: 120px; }
      .Product-short-item .bootstrap-select {
        width: 190px !important; }
        .Product-short-item .bootstrap-select .btn {
          padding-left: 20px;
          height: 58px;
          border-radius: 3px;
          border: solid 1px #eaeaeb;
          background-color: #f7f7f7;
          font-size: 13px;
          font-weight: 500;
          text-align: center;
          color: #000;
          display: flex;
          align-items: center; }
          .Product-short-item .bootstrap-select .btn:after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 18px;
            content: "";
            display: inline-block;
            transition: 500ms;
            width: 10.2px;
            height: 6.3px;
            background-repeat: no-repeat;
            background-size: auto 100%;
            border: none;
            background-image: url(../images/icon-down-chevron.svg); }
        .Product-short-item .bootstrap-select .dropdown-item {
          font-size: 13px; }
        .Product-short-item .bootstrap-select .dropdown-item.active, .Product-short-item .bootstrap-select .dropdown-item:active {
          background-color: #C60039; }
        .Product-short-item .bootstrap-select .filter-option {
          display: flex;
          align-items: center; }
  .Product-in {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-top: 35px; }
  .Product-item {
    margin-right: 15px;
    margin-bottom: 15px;
    height: clamp(260px, 24vw, 400px);
    width: calc(25% - 15px);
    border-radius: 7px;
    border: solid 4px #f7f7f7;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-top: 40px;
    padding-bottom: clamp(15px, 2vw, 35px);
    padding-left: 50px;
    padding-right: 50px;
    position: relative; }
    @media (min-width: 991px) and (max-width: 1367px) {
      .Product-item {
        width: calc(33.33% - 15px); } }
    .Product-item-image {
      width: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      flex-grow: 2;
      height: calc(100% - 130px);
      position: relative; }
      .Product-item-image img {
        max-width: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        max-height: 95%;
        transition: 500ms; }
    .Product-item-text {
      min-height: 35px;
      text-align: center;
      width: 90%;
      margin-top: clamp(15px, 2vw, 35px); }
      .Product-item-text p {
        font-size: 17px;
        line-height: normal;
        letter-spacing: 0.12px;
        color: #000; }
      .Product-item-text span {
        font-size: 13px;
        letter-spacing: 0.09px;
        color: #828282; }
    .Product-item-badge {
      position: absolute;
      left: 20px;
      top: 20px;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.08px;
      color: #000; }
    .Product-item-favorite {
      position: absolute;
      z-index: 9;
      right: 20px;
      top: 20px; }
      .Product-item-favorite input[type='checkbox'] {
        position: absolute;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0; }
        .Product-item-favorite input[type='checkbox']:checked ~ label:before {
          background-image: url(../images/fav.svg);
          transition: 500ms; }
      .Product-item-favorite label {
        cursor: pointer;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.09px;
        color: #000;
        line-height: 1;
        position: relative; }
        .Product-item-favorite label:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 30px;
          height: 30px;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-image: url(../images/fav-null.svg); }
    .Product-item-link {
      transition: 500ms;
      opacity: 0;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 55%;
      width: 162px;
      height: 55px;
      border-radius: 2px;
      background-color: #C60039;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.48px;
      color: #fff; }
      .Product-item-link:hover {
        color: white;
        transition: 500ms;
        letter-spacing: 1px; }
    .Product-item:hover .Product-item-image img {
      opacity: 0.3;
      transition: 500ms; }
    .Product-item:hover .Product-item-link {
      opacity: 1;
      transition: 500ms;
      top: 50%; }

.Filter {
  transform: translateY(-228px); }
  .Filter-in {
    background-color: white;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 24px 0 rgba(173, 173, 173, 0.1); }
  .Filter-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 65px;
    background-color: transparent;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.11px;
    color: #292935;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 30px; }
    .Filter-button:after {
      content: "";
      display: inline-block;
      width: 15.4px;
      height: 9.5px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/icon-down-chevron.svg); }
    .Filter-button[aria-expanded="true"] {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
      .Filter-button[aria-expanded="true"]:after {
        transform: rotate(180deg); }
    .Filter-button-master {
      border-radius: 0;
      display: none; }
      .Filter-button-master:after {
        width: 24px;
        height: 24px;
        background-image: url(../images/icon-filter.svg); }
      .Filter-button-master[aria-expanded="true"]:after {
        transform: none;
        background-image: url(../images/close.svg);
        filter: invert(1); }
  .Filter-inner {
    padding: 25px 30px;
    border-top: 1px solid #eeebf5; }
  .Filter-item {
    position: relative;
    margin-bottom: 20px; }
    .Filter-item input[type='checkbox'] {
      position: absolute;
      width: 100%;
      height: 100%;
      cursor: pointer;
      opacity: 0; }
      .Filter-item input[type='checkbox']:checked + label:before {
        background-color: #000000;
        border-color: #000000;
        transition: 500ms; }
      .Filter-item input[type='checkbox']:checked + label:after {
        opacity: 1;
        transition: 500ms; }
    .Filter-item label {
      cursor: pointer;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.09px;
      color: #000;
      line-height: 1;
      position: relative; }
      .Filter-item label:before {
        margin-right: 8px;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 18px;
        height: 18px;
        border-radius: 3px;
        border: solid 2px #e5e5e5; }
      .Filter-item label:after {
        opacity: 0;
        content: '';
        display: block;
        position: absolute;
        top: 3px;
        left: 7px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }
  .Filter-apply {
    width: 100%;
    height: 55px;
    background-color: #C60039;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.48px;
    text-align: center;
    color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: 500ms; }
    .Filter-apply:hover {
      color: white;
      background-color: #000000;
      transition: 500ms; }

.breadcrumb {
  padding: 0;
  background-color: transparent;
  border-radius: 0; }
  .breadcrumb-item {
    font-size: 13px;
    line-height: 1.47;
    letter-spacing: 0.1px;
    color: #fff;
    opacity: 0.6;
    transition: 500ms; }
    .breadcrumb-item:hover {
      opacity: 1;
      transition: 500ms; }
    .breadcrumb-item.active {
      color: white;
      opacity: 0.8; }

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: white; }

.Collection {
  padding-bottom: clamp(60px, 6vw, 100px); }
  .Collection-banner {
    padding-top: clamp(30px, 3.5vw, 60px);
    padding-bottom: clamp(30px, 6vw, 100px);
    background-color: #000; }
    .Collection-banner-in {
      display: flex;
      justify-content: space-between; }
    .Collection-banner-left {
      width: 40%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .Collection-banner-left-in {
        margin-top: 15px; }
        .Collection-banner-left-in h2 {
          font-family: "Cinzel", serif;
          font-size: clamp(24px, 2.5vw, 37px);
          font-weight: bold;
          line-height: 1.03;
          color: #fff;
          margin-bottom: clamp(10px, 1.3vw, 20px); }
        .Collection-banner-left-in p {
          max-width: 650px;
          opacity: 0.8;
          font-size: 15px;
          line-height: 1.47;
          letter-spacing: 0.1px;
          color: #fff; }
      .Collection-banner-left-video {
        margin-top: clamp(15px, 2.2vw, 45px);
        position: relative;
        max-width: 430px; }
        .Collection-banner-left-video:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 0;
          background-color: #C60039;
          opacity: 0; }
        .Collection-banner-left-video img {
          -o-object-fit: contain;
             object-fit: contain; }
        .Collection-banner-left-video-text {
          position: absolute;
          left: 30px;
          bottom: 25px;
          display: flex;
          align-items: center;
          transition: 500ms; }
          .Collection-banner-left-video-text span {
            display: block;
            font-size: 10.9px;
            font-weight: 500;
            line-height: 1.44;
            letter-spacing: -0.55px;
            color: rgba(255, 255, 255, 0.5); }
          .Collection-banner-left-video-text p {
            display: flex;
            flex-direction: column;
            font-size: 15.1px;
            font-weight: 500;
            line-height: 1.04;
            letter-spacing: -0.55px;
            color: #fff; }
          .Collection-banner-left-video-text:before {
            margin-right: 12px;
            content: "";
            display: inline-block;
            transition: 500ms;
            width: 36px;
            height: 36px;
            background-repeat: no-repeat;
            background-size: auto 100%;
            background-image: url(../images/icon-play.svg); }
        .Collection-banner-left-video:hover .Collection-banner-left-video-text {
          bottom: 50%;
          transition: 500ms;
          transform: translateY(50%); }
        .Collection-banner-left-video:hover:before {
          height: 100%;
          transition: 500ms;
          opacity: 0.6; }
    .Collection-banner-right {
      width: 56%;
      position: relative; }
    .Collection-banner-catalog {
      position: absolute;
      left: 0;
      bottom: 0;
      height: 70px;
      display: flex;
      align-items: center;
      padding-left: 35px;
      padding-right: 35px;
      z-index: 1;
      background-color: #000000;
      font-size: 15px;
      line-height: 1.53;
      color: #fff;
      font-family: "Cinzel", serif; }
      .Collection-banner-catalog:after {
        content: " ";
        display: inline-block;
        transition: 500ms;
        width: 97px;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background-color: #C60039;
        z-index: -1; }
      .Collection-banner-catalog:before {
        margin-right: 70px;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-pdf.svg); }
      .Collection-banner-catalog:hover {
        color: white; }
        .Collection-banner-catalog:hover:after {
          width: 100%;
          transition: 500ms; }
  .Collection-gallery {
    padding-top: clamp(30px, 4vw, 80px);
    z-index: 1;
    position: relative; }
    .Collection-gallery:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      background-color: #000000;
      z-index: -1;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 60%; }
    .Collection-gallery h2 {
      text-align: center;
      font-family: "Cinzel", serif;
      font-size: 37px;
      font-weight: bold;
      line-height: 1.03;
      color: #fff; }
    .Collection-gallery-in {
      margin-top: clamp(30px, 4vw, 70px);
      z-index: 1;
      position: relative; }
    .Collection-gallery .swiper-container {
      max-width: 1050px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 60px; }
    .Collection-gallery .swiper-button-prev, .Collection-gallery .swiper-button-next {
      top: 40%;
      display: block;
      transition: 500ms; }
      .Collection-gallery .swiper-button-prev:after, .Collection-gallery .swiper-button-next:after {
        content: "";
        display: inline-block;
        width: 35.8px;
        height: 17.4px;
        background-repeat: no-repeat;
        background-size: auto 100%; }
      .Collection-gallery .swiper-button-prev:hover:after, .Collection-gallery .swiper-button-next:hover:after {
        filter: invert(4%) sepia(1%) saturate(9999999%);
        transition: 500ms; }
    .Collection-gallery .swiper-button-prev {
      left: -39px; }
      .Collection-gallery .swiper-button-prev:after {
        background-image: url(../images/icon-left_arrow.svg); }
    .Collection-gallery .swiper-button-next {
      right: -30px; }
      .Collection-gallery .swiper-button-next:after {
        background-image: url(../images/icon-right_arrow.svg); }
    .Collection-gallery .swiper-pagination {
      bottom: 0; }
      .Collection-gallery .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background-color: #e8e8e8; }
        .Collection-gallery .swiper-pagination-bullet-active {
          background-color: #000000; }
  .Collection-properties {
    padding-top: clamp(30px, 8vw, 140px);
    padding-bottom: clamp(30px, 7vw, 120px); }
    .Collection-properties-head {
      text-align: center;
      font-family: "Cinzel", serif; }
      .Collection-properties-head h6 {
        font-size: 21.6px;
        letter-spacing: 10.28px;
        font-weight: normal;
        line-height: 1;
        color: #000; }
      .Collection-properties-head h3 {
        font-size: 39px;
        font-weight: normal;
        color: #000; }
    .Collection-properties-item {
      background-color: #f4f4f4;
      padding: clamp(15px, 2vw, 30px);
      transition: 500ms; }
      .Collection-properties-item-text {
        margin-top: clamp(15px, 2vw, 40px);
        padding-bottom: 10px; }
        .Collection-properties-item-text h6 {
          font-size: 21px;
          font-weight: normal;
          line-height: 1.43;
          color: #000;
          margin-bottom: 15px;
          transition: 500ms; }
        .Collection-properties-item-text p {
          opacity: 0.8;
          font-size: 15px;
          line-height: 1.47;
          letter-spacing: 0.1px;
          color: #000;
          transition: 500ms; }
      .Collection-properties-item:hover {
        background-color: #111;
        transition: 500ms; }
        .Collection-properties-item:hover .Collection-properties-item-text h6, .Collection-properties-item:hover .Collection-properties-item-text p {
          color: white;
          transition: 500ms; }
  .Collection-product-head {
    text-align: center;
    font-family: "Cinzel", serif; }
    .Collection-product-head h6 {
      font-size: 21.6px;
      font-weight: normal;
      line-height: 1.81;
      letter-spacing: 10.28px;
      color: #fff; }
    .Collection-product-head h3 {
      font-size: 39px;
      letter-spacing: normal;
      line-height: 1.81;
      color: #fff; }
  .Collection-product-item {
    padding-top: clamp(40px, 7vw, 120px);
    padding-bottom: clamp(40px, 7vw, 120px); }
    .Collection-product-item-content {
      position: relative; }
    .Collection-product-item:nth-of-type(odd) {
      background-color: #000; }
    .Collection-product-item:nth-of-type(even) {
      background-color: #111; }
      .Collection-product-item:nth-of-type(even) .swiper-container:before, .Collection-product-item:nth-of-type(even) .swiper-container:after {
        background-color: #111; }
    .Collection-product-item-in {
      position: relative; }
    .Collection-product-item-text {
      text-align: center;
      margin-top: clamp(10px, 2vw, 30px); }
      .Collection-product-item-text h6 {
        font-size: 15px;
        font-weight: normal;
        line-height: 1.5;
        color: #fff; }
      .Collection-product-item-text p {
        opacity: 0.5;
        font-size: 15px;
        font-weight: normal;
        color: #fff; }
    .Collection-product-item .swiper-container {
      margin-top: 45px;
      padding-left: 150px;
      padding-right: 125px; }
      .Collection-product-item .swiper-container:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        background-color: #000000;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 8;
        width: 80px; }
      .Collection-product-item .swiper-container:after {
        content: "";
        display: inline-block;
        transition: 500ms;
        background-color: #000000;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 8;
        width: 80px; }
    .Collection-product-item .swiper-wrapper {
      justify-content: center; }
    .Collection-product-item .swiper-slide {
      margin-left: 50px !important;
      margin-right: 50px !important; }
    .Collection-product-item .swiper-button-prev, .Collection-product-item .swiper-button-next {
      top: 50%;
      display: block;
      transition: 500ms;
      z-index: 9999999;
      opacity: 1;
      width: 35.8px;
      height: 17.4px; }
      .Collection-product-item .swiper-button-prev:after, .Collection-product-item .swiper-button-next:after {
        content: "";
        display: inline-block;
        width: 35.8px;
        height: 17.4px;
        background-repeat: no-repeat;
        background-size: auto 100%; }
      .Collection-product-item .swiper-button-prev:hover:after, .Collection-product-item .swiper-button-next:hover:after {
        filter: invert(4%) sepia(1%) saturate(9999999%);
        transition: 500ms; }
    .Collection-product-item .swiper-button-prev {
      left: 0; }
      .Collection-product-item .swiper-button-prev:after {
        background-image: url(../images/icon-left_arrow.svg); }
    .Collection-product-item .swiper-button-next {
      right: 0; }
      .Collection-product-item .swiper-button-next:after {
        background-image: url(../images/icon-right_arrow.svg); }

.G_brand {
  background-color: #f7f7f7;
  position: relative;
  z-index: 9;
  padding-bottom: clamp(40px, 10vw, 200px); }
  .G_brand-banner-in {
    height: clamp(450px, 48vw, 900px);
    position: relative;
    z-index: 1; }
    .G_brand-banner-in:after {
      content: " ";
      display: inline-block;
      transition: 500ms;
      height: 278px;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -1; }
  .G_brand-banner-text {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .G_brand-banner-text-head {
      margin-top: clamp(30px, 3.5vw, 60px); }
    .G_brand-banner-text-in {
      margin-top: clamp(30px, 5vw, 80px); }
    .G_brand-banner-text h3 {
      font-size: 37px;
      font-weight: bold;
      line-height: 1.03;
      text-align: center;
      color: #fff;
      font-family: "Cinzel", serif; }
    .G_brand-banner-text h4 {
      font-size: 21px;
      font-weight: normal;
      line-height: 1.1;
      color: #fff;
      font-family: "Cinzel", serif; }
    .G_brand-banner-text p {
      margin-bottom: 20px;
      opacity: 0.6;
      font-size: 15px;
      line-height: 1.47;
      letter-spacing: 0.1px;
      color: #fff; }
  .G_brand-text {
    background-color: #000;
    padding-top: clamp(40px, 12vw, 200px);
    padding-bottom: clamp(40px, 8vw, 130px); }
    .G_brand-text-in {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .G_brand-text-left {
      padding-left: clamp(0px, 8vw, 140px);
      width: 42%;
      min-width: 450px; }
      .G_brand-text-left-logo {
        max-width: 265px;
        -o-object-fit: contain;
           object-fit: contain;
        margin-top: clamp(15px, 3vw, 50px); }
      .G_brand-text-left-head {
        text-align: center; }
        .G_brand-text-left-head h6 {
          font-size: clamp(18px, 2vw, 35px);
          font-weight: normal;
          line-height: 1.41;
          letter-spacing: 4px;
          color: #fff;
          font-family: "Cinzel", serif; }
      .G_brand-text-left-video {
        margin-top: clamp(15px, 2.5vw, 50px);
        position: relative;
        max-width: 570px; }
        .G_brand-text-left-video:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 0;
          background-color: #C60039;
          opacity: 0; }
        .G_brand-text-left-video img {
          -o-object-fit: contain;
             object-fit: contain; }
        .G_brand-text-left-video-text {
          position: absolute;
          right: 40px;
          bottom: 30px;
          display: flex;
          align-items: center;
          transition: 500ms; }
          .G_brand-text-left-video-text span {
            display: block;
            font-size: 10.9px;
            font-weight: 500;
            line-height: 1.44;
            letter-spacing: -0.55px;
            color: rgba(255, 255, 255, 0.5); }
          .G_brand-text-left-video-text p {
            display: flex;
            flex-direction: column;
            font-size: 15.1px;
            font-weight: 500;
            line-height: 1.04;
            letter-spacing: -0.55px;
            color: #fff; }
          .G_brand-text-left-video-text:before {
            margin-right: 12px;
            content: "";
            display: inline-block;
            transition: 500ms;
            width: 36px;
            height: 36px;
            background-repeat: no-repeat;
            background-size: auto 100%;
            background-image: url(../images/icon-play.svg); }
        .G_brand-text-left-video:hover .Collection-banner-left-video-text {
          bottom: 50%;
          transition: 500ms;
          transform: translateY(50%); }
        .G_brand-text-left-video:hover:before {
          height: 100%;
          transition: 500ms;
          opacity: 0.6; }
    .G_brand-text-right {
      width: 50%;
      padding-right: clamp(0px, 6vw, 100px); }
      .G_brand-text-right h6 {
        font-family: "Cinzel", serif;
        font-size: 37px;
        font-weight: bold;
        line-height: 1.03;
        color: #fff;
        margin-bottom: clamp(20px, 3vw, 60px); }
      .G_brand-text-right p {
        margin-bottom: clamp(5px, 1.3vw, 20px);
        opacity: 0.5;
        font-size: 15px;
        line-height: 1.47;
        letter-spacing: 0.1px;
        color: #fff; }
  .G_brand-head {
    text-align: center;
    font-family: "Cinzel", serif;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .G_brand-head h6 {
      font-size: 21.6px;
      letter-spacing: 10.28px;
      font-weight: normal;
      line-height: 1;
      color: #000; }
    .G_brand-head h5 {
      margin-bottom: 20px;
      font-size: 39px;
      font-weight: normal;
      line-height: 1;
      color: #000; }
    .G_brand-head p {
      font-size: 15px;
      line-height: 1.47;
      letter-spacing: 0.1px;
      color: #000;
      max-width: 1000px; }
  .G_brand-product {
    padding-top: clamp(40px, 9vw, 80px); }
    .G_brand-product-item {
      padding: clamp(15px, 1.7vw, 25px);
      background-color: white; }
      .G_brand-product-item span {
        display: block;
        margin-top: clamp(10px, 2.5vw, 45px);
        margin-bottom: clamp(10px, 1.5vw, 20px);
        font-size: 21px;
        line-height: 1.43;
        color: #000; }
      .G_brand-product-item:after {
        content: " ";
        display: inline-block;
        transition: 500ms;
        height: 6px;
        background-color: #C60039;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 10px;
        opacity: 0; }
      .G_brand-product-item:hover span {
        color: #C60039;
        transition: 500ms; }
      .G_brand-product-item:hover:after {
        transition: 500ms;
        bottom: 0;
        opacity: 1; }
    .G_brand-product .nav {
      justify-content: center;
      margin-top: clamp(15px, 2vw, 40px); }
      .G_brand-product .nav-item {
        margin-left: clamp(15px, 2vw, 40px);
        margin-right: clamp(15px, 2vw, 40px); }
      .G_brand-product .nav-link {
        font-size: 25px;
        color: rgba(0, 0, 0, 0.3);
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: 500ms; }
        .G_brand-product .nav-link:after {
          content: " ";
          display: inline-block;
          transition: 500ms;
          height: 2px;
          background-color: #C60039;
          width: 0; }
        .G_brand-product .nav-link:hover {
          color: #000000;
          transition: 500ms; }
      .G_brand-product .nav .active {
        color: #000;
        background-color: transparent; }
        .G_brand-product .nav .active:after {
          transition: 500ms;
          width: 70px; }
  .G_brand-collection-in {
    margin-top: clamp(40px, 8vw, 150px); }
  .G_brand-collection-item span {
    font-size: 16px;
    line-height: 1.88;
    color: #000;
    display: block;
    margin-top: 15px; }
  .G_brand-catalog {
    padding-top: clamp(30px, 4vw, 80px);
    position: relative;
    z-index: 9999; }
    .G_brand-catalog-head h6 {
      font-family: "Cinzel", serif;
      font-size: clamp(18px, 2.5vw, 39px);
      font-weight: normal;
      line-height: 1;
      color: #000; }
    .G_brand-catalog-item-image {
      overflow: hidden; }
      .G_brand-catalog-item-image img {
        transition: 500ms; }
    .G_brand-catalog-item-text {
      height: clamp(50px, 5vw, 80px);
      display: flex;
      align-items: center;
      background-color: white;
      padding-left: clamp(10px, 2vw, 30px);
      padding-right: clamp(10px, 2vw, 30px);
      border: 1px solid #000;
      border-radius: 6px; }
      .G_brand-catalog-item-text span {
        font-size: clamp(14px, 1.5vw, 19px);
        color: #000;
        display: flex;
        align-items: center; }
        .G_brand-catalog-item-text span:before {
          margin-right: 10px;
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 31px;
          height: 31px;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-image: url(../images/icon-pdf_red.svg); }
    .G_brand-catalog-item:hover .G_brand-catalog-item-image img {
      transition: 500ms;
      transform: scale(1.1); }
    .G_brand-catalog .swiper-container {
      overflow: visible;
      padding-top: 40px; }
    .G_brand-catalog .swiper-button-prev, .G_brand-catalog .swiper-button-next {
      top: -10px;
      display: block;
      transition: 500ms;
      left: auto; }
      .G_brand-catalog .swiper-button-prev:after, .G_brand-catalog .swiper-button-next:after {
        filter: invert(1);
        content: "";
        display: inline-block;
        width: 35.8px;
        height: 17.4px;
        background-repeat: no-repeat;
        background-size: auto 100%; }
      .G_brand-catalog .swiper-button-prev:hover:after, .G_brand-catalog .swiper-button-next:hover:after {
        filter: invert(4%) sepia(1%) saturate(9999999%);
        transition: 500ms; }
    .G_brand-catalog .swiper-button-prev {
      right: 70px; }
      .G_brand-catalog .swiper-button-prev:after {
        background-image: url(../images/icon-left_arrow.svg); }
    .G_brand-catalog .swiper-button-next {
      right: 0; }
      .G_brand-catalog .swiper-button-next:after {
        background-image: url(../images/icon-right_arrow.svg); }

.blur {
  opacity: 0.4; }

@media (max-width: 991px) {
  .mobile {
    display: block !important; }
  .mobile-f {
    display: flex !important; }
  .desktop {
    display: none !important; }
  .Navtop {
    width: 100%;
    position: fixed;
    top: 0;
    padding-left: 15px;
    z-index: 99999;
    padding-top: 15px;
    padding-bottom: 10px;
    box-shadow: 2px 0px 3px -1px rgba(0, 0, 0, 0.3); }
    .Navtop-blog .Navtop-search-input, .Navtop-blog .Navtop-search-input:focus {
      background-color: white; }
    .Navtop .navbar {
      padding: 0px; }
      .Navtop .navbar-brand {
        padding: 0;
        margin-bottom: 0px; }
      .Navtop .navbar-nav {
        margin-left: 0; }
      .Navtop .navbar-collapse {
        position: fixed;
        left: 0;
        right: 0;
        top: 65px;
        bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: 300ms;
        opacity: 0;
        pointer-events: none;
        transform: translateY(50px);
        padding-top: 5vh; }
        .Navtop .navbar-collapse:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #ffffff;
          z-index: -1; }
        .Navtop .navbar-collapse-active {
          pointer-events: auto;
          transition: 300ms;
          opacity: 1;
          transform: translateY(0); }
          .Navtop .navbar-collapse-active .Navtop-search-content {
            pointer-events: auto; }
        .Navtop .navbar-collapse .nav-item {
          margin-left: 0;
          line-height: 3.5;
          height: auto; }
          .Navtop .navbar-collapse .nav-item .nav-link {
            padding: 0px 5px;
            font-size: 20px;
            color: #000000; }
            .Navtop .navbar-collapse .nav-item .nav-link:hover {
              transition: 500ms; }
    .Navtop-right {
      pointer-events: none;
      margin-right: auto;
      flex-direction: column;
      margin-top: 30px; }
    .Navtop-social {
      margin-right: 0;
      color: #000000; }
      .Navtop-social-item {
        color: #000000;
        margin-left: 10px;
        margin-right: 10px; }
    .Navtop-search {
      margin-top: 30px;
      z-index: -1; }
      .Navtop-search-in {
        display: flex;
        align-items: center;
        position: relative; }
      .Navtop-search-open {
        display: none; }
      .Navtop-search-content {
        bottom: -20px;
        right: 50%;
        transform: translateY(100%) translateX(50%);
        opacity: 1; }
        .Navtop-search-content.active {
          transform: translateY(100%) translateX(50%); }
      .Navtop-search-input {
        height: 40px;
        background-color: white;
        color: #000000;
        border-bottom: 1px solid #00000080;
        padding-right: 50px;
        font-size: 13px; }
        .Navtop-search-input:focus {
          background-color: white;
          border-color: #00000080;
          color: #000000; }
      .Navtop-search-button {
        top: 0; }
        .Navtop-search-button:hover {
          filter: none; }
  .Dropdown-menu {
    height: calc(100vh - 115px);
    max-height: none;
    top: 50px;
    display: none;
    background-image: none !important;
    background-color: white;
    z-index: 9999;
    padding-top: 0; }
    .Dropdown-menu .container {
      height: 100%; }
    .Dropdown-menu-in {
      width: 100%;
      height: 100%;
      overflow-y: scroll; }
    .Dropdown-menu-close {
      display: flex;
      pointer-events: none;
      top: -42px;
      position: absolute;
      right: 20px;
      z-index: 9999;
      background-color: transparent;
      font-size: 13px;
      align-items: center; }
      .Dropdown-menu-close:before {
        filter: invert(1);
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 16px;
        height: 16px;
        margin-right: 5px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/close.svg); }
  .Dropdown-category-header {
    font-size: 24px; }
  .Dropdown-category-in {
    margin-top: 15px; }
  .Dropdown-category-item-button {
    height: 50px; }
  .Dropdown-product-item-text h6 {
    font-size: 24px; }
  .Dropdown-product-item-text p {
    font-size: 14px; }
  .Dropdown-product-item-in {
    flex-wrap: wrap; }
  .Dropdown-product-item-link {
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc(25% - 10px);
    font-size: 13px; }
    .Dropdown-product-item-link-icon {
      margin-bottom: 10px;
      width: 100%;
      height: 80px; }
  .Main {
    padding-top: 65px;
    overflow: hidden; }
    .Main-in {
      padding-top: 0; }
  .H_about-in h2 {
    line-height: 1.4;
    margin-bottom: 10px; }
    .H_about-in h2 span {
      margin-right: 5px; }
  .H_about-in p {
    font-size: 14px; }
  .H_about-link {
    margin-bottom: 10px;
    font-size: 13px;
    top: auto;
    right: auto;
    position: relative;
    transform: none; }
    .H_about-link:after {
      margin-left: 7px; }
  .Slider .swiper-container .swiper-button-prev, .Slider .swiper-container .swiper-button-next {
    top: 75px;
    width: 24px;
    height: 12px;
    display: block;
    transition: 500ms; }
    .Slider .swiper-container .swiper-button-prev:after, .Slider .swiper-container .swiper-button-next:after {
      content: "";
      display: inline-block;
      width: 24px;
      height: 12px;
      background-repeat: no-repeat;
      background-size: auto 100%; }
    .Slider .swiper-container .swiper-button-prev:hover:after, .Slider .swiper-container .swiper-button-next:hover:after {
      filter: invert(4%) sepia(1%) saturate(9999999%);
      transition: 500ms; }
  .Slider .swiper-container .swiper-button-prev {
    left: 40px; }
  .Slider .swiper-container .swiper-button-next {
    left: 85px; }
  .Slider-text {
    width: auto;
    right: 20px; }
    .Slider-text p {
      font-size: 14px;
      margin-top: 10px; }
  .H_brand-head h6 {
    font-size: 20px; }
  .H_brand-head p {
    font-size: 14px;
    line-height: 1.38;
    letter-spacing: 0.11px;
    color: #58585b;
    max-width: 900px; }
  .H_brand-head .line span:nth-child(2), .H_brand-head .line span:nth-child(3) {
    opacity: 0; }
  .H_brand-item-in {
    height: clamp(400px, 40vw, 795px); }
  .H_brand-item-text h6 {
    font-size: 20px;
    margin-bottom: 15px; }
  .H_brand-item-text p {
    font-size: 14px;
    max-width: 560px;
    width: 80%; }
  .H_brand-item-product {
    width: 100%;
    transform: translateX(5px); }
    .H_brand-item-product:before {
      top: clamp(-65px, -3.5vw, -40px);
      width: 180px;
      height: 5px; }
    .H_brand-item-product-item {
      width: calc(20% - 5px);
      height: 60px;
      margin-right: 5px; }
      .H_brand-item-product-item-icon {
        opacity: 0.4; }
      .H_brand-item-product-item-text {
        display: none; }
  .H_brand-item:nth-of-type(even) .H_brand-item-in {
    height: clamp(400px, 45vw, 880px); }
  .H_brand-item:nth-of-type(even) .H_brand-item-product {
    margin-top: clamp(80px, 8vw, 140px); }
    .H_brand-item:nth-of-type(even) .H_brand-item-product:before {
      top: clamp(-65px, -3.5vw, -40px); }
  .H_brand-item:nth-of-type(5) .line span, .H_brand-item:nth-of-type(7) .line span {
    opacity: 0; }
    .H_brand-item:nth-of-type(5) .line span:nth-child(1), .H_brand-item:nth-of-type(5) .line span:last-child, .H_brand-item:nth-of-type(7) .line span:nth-child(1), .H_brand-item:nth-of-type(7) .line span:last-child {
      opacity: 1; }
  .H_brand-item:nth-of-type(1) .line span:nth-child(2), .H_brand-item:nth-of-type(1) .line span:nth-child(3) {
    opacity: 0; }
  .H_brand-item:nth-of-type(3) .H_brand-item-in {
    height: clamp(350px, 40vw, 795px); }
  .H_brand-item:nth-of-type(3) .H_brand-item-product {
    margin-top: 40px; }
  .H_category {
    background-color: #f7f7f7;
    padding-bottom: clamp(30px, 7vw, 120px);
    position: relative;
    z-index: 1; }
    .H_category:after {
      content: " ";
      display: inline-block;
      transition: 500ms;
      background-color: white;
      width: 22%;
      right: 0;
      top: 0;
      position: absolute;
      height: 100%;
      z-index: -2; }
    .H_category .line span {
      opacity: 0; }
      .H_category .line span:last-child {
        opacity: 1; }
    .H_category-head {
      text-align: left; }
      .H_category-head h6 {
        letter-spacing: 4px; }
        .H_category-head h6:after {
          width: 90px;
          height: 3px;
          background-color: #1c1c1d;
          position: absolute;
          left: 0;
          transform: translateX(0); }
    .H_category .swiper-container {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 74px; }
    .H_category-item-in {
      height: clamp(120px, 8vw, 160px);
      border-radius: 3px;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .H_category-item-in span {
        margin-top: 10px;
        font-size: 13px; }
    .H_category-item-link {
      opacity: 1;
      bottom: 0;
      height: 40px;
      font-size: 13px; }
  .H_other:after {
    content: " ";
    display: inline-block;
    transition: 500ms;
    background-color: white;
    width: 22%;
    right: 0;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: -2; }
  .H_other:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    height: clamp(180px, 14vw, 250px);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #f7f7f7;
    z-index: -2; }
  .H_other-in {
    flex-direction: column; }
  .H_seller {
    width: 100%; }
    .H_seller-footer {
      margin-bottom: 10px; }
      .H_seller-footer a {
        width: 150px; }
  .H_support {
    width: 100%; }
    .H_support-in {
      margin-top: 15px; }
      .H_support-in p {
        margin-bottom: 10px; }
  .H_resolution-head h6 {
    font-size: 24px; }
  .H_resolution-all {
    width: 200px;
    height: 55px; }
  .H_resolution-item:before {
    opacity: 1; }
  .H_resolution-item:after {
    opacity: 0.3; }
  .Brand .swiper-container {
    padding-left: 15px;
    padding-right: 15px; }
  .Brand-item {
    height: 50px; }
  .Return {
    flex-direction: column;
    align-items: center; }
    .Return-image {
      width: 100%;
      height: 200px;
      padding-left: 30px !important;
      display: flex;
      align-items: flex-end; }
    .Return-form {
      width: 100%;
      padding-left: 0;
      flex-direction: column; }
      .Return-form-text {
        max-width: 80%;
        text-align: center; }
        .Return-form-text h6 {
          font-size: 24px;
          margin-bottom: 5px; }
        .Return-form-text p {
          font-size: 13px; }
      .Return-form-inner {
        margin-left: 0;
        margin-top: 20px; }
  .Navbottom-inner {
    flex-direction: column;
    align-items: center; }
  .Navbottom-left {
    width: 100%;
    text-align: center;
    padding-left: 20px !important;
    padding-right: 20px !important; }
    .Navbottom-left-top h6 {
      font-size: 18px;
      margin-bottom: 10px; }
    .Navbottom-left-top h5 {
      font-size: 24px;
      margin-bottom: 5px; }
    .Navbottom-left-top p {
      font-size: 13px;
      max-width: none; }
    .Navbottom-left-bottom {
      margin-left: auto;
      margin-right: auto;
      align-items: center;
      text-align: center;
      max-width: 70%; }
  .Navbottom-right {
    width: 100%;
    border-left: none;
    border-top: 1px solid #252526; }
  .Navbottom-menu {
    justify-content: space-around;
    flex-wrap: wrap; }
    .Navbottom-menu-item {
      margin-right: 0; }
      .Navbottom-menu-item h6 {
        font-size: 16px;
        line-height: 2; }
      .Navbottom-menu-item ul li a {
        line-height: 2.5; }
      .Navbottom-menu-item p a {
        margin-right: 20px;
        font-size: 20px; }
      .Navbottom-menu-item.contact {
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        margin-top: 12px; }
  .Navbottom-copy {
    border-top: 1px solid #252526; }
    .Navbottom-copy-in {
      flex-direction: column;
      align-items: center;
      text-align: center;
      height: auto; }
    .Navbottom-copy-left {
      justify-content: center;
      text-align: center;
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px; }
    .Navbottom-copy-right {
      justify-content: center;
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px; }
      .Navbottom-copy-right a {
        transition: 500ms; }
        .Navbottom-copy-right a:hover {
          transform: scale(0.95);
          transition: 500ms; }
  .Contact-info {
    flex-direction: column;
    align-items: center; }
  .Contact-header {
    font-size: 24px;
    text-align: center; }
  .Contact-address {
    width: 100%; }
    .Contact-address-in {
      flex-direction: column;
      align-items: center;
      text-align: center; }
    .Contact-address .Contact-header {
      margin-bottom: 30px; }
    .Contact-address p {
      margin-right: 0; }
    .Contact-address a {
      margin-bottom: 5px;
      display: block; }
  .Contact-seller {
    padding-left: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .Contact-seller:after {
      height: 5px;
      bottom: 0;
      transform: none; }
    .Contact-seller-text {
      width: 85%; }
      .Contact-seller-text p {
        font-size: 14px;
        max-width: none;
        margin-right: 0; }
    .Contact-seller-links {
      margin-top: 20px;
      width: 100%;
      flex-wrap: nowrap;
      justify-content: center; }
  .Contact-form-head:before {
    min-width: 60px;
    height: 48px;
    margin-right: 15px; }
  .Contact-form-in {
    transform: translateY(0%);
    margin-top: 0; }
  .Contact-form-inner {
    flex-direction: column; }
  .Contact-form-left {
    width: 100%; }
  .Contact-form-right {
    width: 100%;
    position: relative; }
    .Contact-form-right .Contact-form-item {
      height: auto; }
  .Contact-form-item {
    margin-bottom: 15px; }
    .Contact-form-item input, .Contact-form-item textarea {
      padding-left: 25px; }
    .Contact-form-item textarea {
      padding-top: 20px;
      height: 140px; }
  .Contact-form-button {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.86;
    letter-spacing: -0.3px;
    color: #fff;
    background-color: transparent;
    position: absolute;
    right: 25px;
    bottom: 35px;
    transition: 500ms;
    display: flex;
    align-items: center; }
    .Contact-form-button:after {
      position: relative;
      margin-left: 15px;
      right: auto;
      transform: none;
      width: 24px;
      height: 24px;
      opacity: 1; }
    .Contact-form-button:hover {
      color: white;
      transition: 500ms; }
      .Contact-form-button:hover:after {
        transform: none; }
  .About-content-in {
    flex-direction: column; }
  .About-content-image {
    width: 100%;
    height: 350px; }
  .About-content-text {
    margin-top: 40px;
    width: 100%;
    text-align: center;
    padding-left: 20px; }
    .About-content-text h5 {
      font-size: 32px; }
    .About-content-text h6 {
      max-width: none;
      margin-bottom: 45px; }
      .About-content-text h6:after {
        height: 4px;
        margin-left: 0;
        left: 50%;
        bottom: -25px;
        transform: translateX(-50%); }
      .About-content-text h6 p {
        max-width: 790px;
        font-size: 16px;
        line-height: 1.38;
        letter-spacing: 0.11px;
        color: #58585b; }
  .About-text {
    padding-top: 50px;
    padding-bottom: 0;
    position: relative; }
    .About-text:after {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: clamp(300px, 27vw, 466px);
      height: clamp(1050px, 75vw, 1255px);
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/about-rectengel.svg);
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: 50px;
      transform: translateY(-50%);
      z-index: -1; }
    .About-text h3 {
      font-size: 32px; }
    .About-text-in {
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      margin-top: 30px; }
    .About-text-left {
      flex-direction: column;
      align-items: flex-end;
      position: relative;
      right: auto;
      padding-left: 20px;
      padding-right: 20px; }
    .About-text-item {
      text-align: right;
      max-width: none;
      padding-right: 20px; }
      .About-text-item h6 {
        font-size: 18px;
        letter-spacing: normal; }
        .About-text-item h6:after {
          right: -15px; }
        .About-text-item h6:before {
          right: -15px; } }
      @media (max-width: 991px) and (min-width: 1920px) {
        .About-text-item h6:after {
          margin-right: -8px; }
        .About-text-item h6:before {
          margin-right: -13px; } }

@media (max-width: 991px) {
      .About-text-item p {
        font-size: 14px; }
    .About-text-right {
      margin-top: 30px;
      margin-right: 0;
      width: 100%;
      height: auto;
      background-image: none; }
  .Product-banner-item {
    height: 350px; }
    .Product-banner-item:after {
      content: " ";
      display: inline-block;
      transition: 500ms;
      width: 100%;
      background-color: #424242;
      opacity: 0.4;
      background-image: none !important; }
  .Product-banner-text {
    padding-left: 20px;
    width: 90%;
    left: 50%;
    top: 45%;
    text-align: center;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center; }
    .Product-banner-text h6 {
      max-width: 80%;
      font-size: 16px; }
    .Product-banner-text h2 {
      line-height: normal;
      font-size: 20px;
      margin-bottom: 10px; }
    .Product-banner-text p {
      opacity: 0.6;
      font-size: 13px; }
  .Product-banner .swiper-pagination {
    left: 0;
    text-align: center; }
  .Product-category-left {
    display: none; }
  .Product-category-right {
    width: 100%;
    padding-left: 0; }
  .Product-category-item {
    height: 170px; }
    .Product-category-item-image {
      height: 80px; }
    .Product-category-item-text {
      margin-top: 10px;
      font-size: 13px; }
  .Product-content {
    padding-top: 15px;
    position: relative; }
    .Product-content-in {
      flex-direction: column; }
    .Product-content-left {
      width: 100%;
      max-width: none; }
    .Product-content-right {
      margin-top: 10px;
      width: 100%;
      padding-left: 0; }
  .Product-head {
    flex-direction: column-reverse;
    align-items: center; }
  .Product-selected {
    width: 100%; }
  .Product-short {
    margin-bottom: 30px;
    justify-content: space-between;
    width: 100%; }
    .Product-short-item {
      margin-left: 0;
      position: relative;
      width: calc(100% - 195px); }
      .Product-short-item-badge {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 18px;
        z-index: 9;
        font-size: 13px;
        font-weight: 500;
        color: #9292a7;
        pointer-events: none; }
      .Product-short-item:first-child {
        width: 180px; }
        .Product-short-item:first-child .bootstrap-select .btn {
          padding-left: 120px; }
      .Product-short-item .bootstrap-select {
        width: 100% !important; }
        .Product-short-item .bootstrap-select .btn {
          padding-left: 20px;
          height: 55px;
          display: none; }
        .Product-short-item .bootstrap-select .btn-mobileSelect-gen {
          display: block;
          width: 100% !important; }
  .Product-in {
    margin-top: 30px;
    margin-right: -10px; }
  .Product-item {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
    border: solid 3px #f7f7f7;
    padding: 30px;
    padding-bottom: 20px; }
    .Product-item-badge {
      left: 15px;
      top: 15px; }
    .Product-item-favorite {
      right: 15px;
      top: 15px; }
      .Product-item-favorite label:before {
        width: 24px;
        height: 24px; }
    .Product-item-link {
      left: 0;
      transform: none;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: transparent;
      color: transparent; }
      .Product-item-link:hover {
        color: transparent; }
    .Product-item:hover .Product-item-image img {
      opacity: 1; }
    .Product-item:hover .Product-item-link {
      opacity: 0;
      top: 0; }
  .mobileSelect-container.white .list-container .mobileSelect-control {
    border-bottom: solid 1px #e1e1e1;
    text-decoration: none;
    background-image: url(../images/dry.svg);
    background-size: 20px 20px; }
  .mobileSelect-container.white .list-container .mobileSelect-control.selected {
    background-color: #C60039; }
  .Filter {
    transform: translateY(0); }
    .Filter-in {
      margin-bottom: 10px; }
    .Filter-button {
      height: 60px;
      padding-left: 50px; }
      .Filter-button-master {
        padding-left: 30px;
        display: flex;
        font-size: 20px; }
    .Filter-inner {
      padding: 20px 50px; }
    .Filter-item {
      margin-bottom: 15px; }
  .Collection-banner-in {
    flex-direction: column; }
  .Collection-banner-left {
    width: 100%; }
    .Collection-banner-left-video {
      max-width: none;
      width: 100%; }
      .Collection-banner-left-video:before {
        height: 100%;
        opacity: 0.4; }
      .Collection-banner-left-video-text {
        position: absolute;
        left: 30px;
        bottom: 25px;
        display: flex;
        align-items: center;
        transition: 500ms; }
        .Collection-banner-left-video-text span {
          display: block;
          font-size: 10.9px;
          font-weight: 500;
          line-height: 1.44;
          letter-spacing: -0.55px;
          color: rgba(255, 255, 255, 0.5); }
        .Collection-banner-left-video-text p {
          display: flex;
          flex-direction: column;
          font-size: 15.1px;
          font-weight: 500;
          line-height: 1.04;
          letter-spacing: -0.55px;
          color: #fff; }
        .Collection-banner-left-video-text:before {
          margin-right: 12px;
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 36px;
          height: 36px;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-image: url(../images/icon-play.svg); }
  .Collection-banner-right {
    margin-top: 30px;
    width: 100%; }
  .Collection-banner-catalog {
    height: 60px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px;
    right: 0; }
    .Collection-banner-catalog:after {
      width: 80px; }
    .Collection-banner-catalog:before {
      margin-right: 50px; }
  .Collection-gallery:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    background-color: #000000;
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 60%; }
  .Collection-gallery h2 {
    font-size: 24px; }
  .Collection-gallery-in {
    padding-left: 30px;
    padding-right: 30px; }
  .Collection-gallery .swiper-container {
    padding-bottom: 40px; }
  .Collection-gallery .swiper-button-prev {
    left: -10px; }
  .Collection-gallery .swiper-button-next {
    right: -8px; }
  .Collection-gallery .swiper-pagination-bullet {
    width: 12px;
    height: 12px; }
  .Collection-properties-head h6 {
    font-size: 18px;
    letter-spacing: 5px; }
  .Collection-properties-head h3 {
    font-size: 24px; }
  .Collection-properties-item-text h6 {
    font-size: 16px;
    margin-bottom: 10px; }
  .Collection-properties-item-text p {
    font-size: 13px; }
  .Collection-product-head h6 {
    font-size: 18px;
    letter-spacing: 5px; }
  .Collection-product-head h3 {
    font-size: 24px; }
  .Collection-product-item-text h6 {
    font-size: 14px; }
  .Collection-product-item-text p {
    font-size: 13px; }
  .Collection-product-item .swiper-container {
    margin-top: 35px;
    padding-left: 30px;
    padding-right: 30px; }
    .Collection-product-item .swiper-container:before {
      width: 60px; }
    .Collection-product-item .swiper-container:after {
      width: 60px; }
  .Collection-product-item .swiper-slide {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .G_brand-banner-in:after {
    height: 140px; }
  .G_brand-banner-text {
    top: 50%;
    width: 90%; }
    .G_brand-banner-text h3 {
      font-size: 20px; }
    .G_brand-banner-text h4 {
      font-size: 16px; }
    .G_brand-banner-text p {
      margin-bottom: 10px;
      font-size: 14px; }
  .G_brand-text-in {
    flex-direction: column; }
  .G_brand-text-left {
    padding-left: 0;
    width: 100%;
    min-width: auto; }
    .G_brand-text-left-logo {
      max-width: 150px; }
    .G_brand-text-left-head h6 {
      letter-spacing: 2px; }
    .G_brand-text-left-video {
      max-width: none; }
  .G_brand-text-right {
    margin-top: 40px;
    width: 100%;
    padding-right: 0;
    text-align: center; }
    .G_brand-text-right h6 {
      font-size: 24px; }
    .G_brand-text-right p {
      font-size: 14px; }
  .G_brand-head h6 {
    font-size: 16px; }
  .G_brand-head h5 {
    margin-bottom: 15px;
    font-size: 24px; }
  .G_brand-head p {
    font-size: 14px; }
  .G_brand-product-item span {
    font-size: 16px; }
  .G_brand-product .nav-link {
    font-size: 20px; }
  .G_brand-collection-item span {
    font-size: 15px; }
  .G_brand-catalog .swiper-button-prev, .G_brand-catalog .swiper-button-next {
    top: 0; }
    .G_brand-catalog .swiper-button-prev:after, .G_brand-catalog .swiper-button-next:after {
      width: 32px;
      height: 16px; }
  .G_brand-catalog .swiper-button-prev {
    right: 70px; }
  .G_brand-catalog .swiper-button-next {
    right: 10px; }
  .Type1-banner-in {
    flex-wrap: wrap-reverse;
    position: relative; }
  .Type1-banner-left {
    margin-top: 40px;
    width: 60%; }
  .Type1-banner-logo {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 120px;
    max-height: 50px;
    margin-top: clamp(30px, 2.5vw, 40px); }
  .Type1-banner-right {
    width: 100%; }
  .Type1-banner-text {
    padding-top: clamp(20px, 2vw, 30px);
    display: flex;
    justify-content: space-between; }
    .Type1-banner-text-left {
      padding-right: 0px; }
      .Type1-banner-text-left p {
        font-size: 13px; }
    .Type1-banner-text-class {
      position: absolute;
      right: 0;
      bottom: 0; }
  .Type1-info h6 {
    font-size: 20px; }
  .Type1-info-property-in {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .Type1-info-property-in h6 {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px; }
    .Type1-info-property-in img {
      margin-right: 20px; }
  .Type1-info-in {
    margin-top: 30px;
    flex-direction: column; }
  .Type1-info-left {
    width: 100%;
    margin-top: 20px; }
    .Type1-info-left-in {
      margin-top: 30px; }
  .Type1-info-right {
    width: 100%;
    margin-top: 40px; }
    .Type1-info-right-in {
      margin-top: 30px; }
  .breadcrumb-item {
    font-size: 11px; }
  .Type2-banner-text-logo {
    width: 90px;
    height: 40px; }
  .Type2 h6 {
    font-size: 20px;
    margin-bottom: 15px; }
  .Type2-info {
    flex-direction: column;
    padding-bottom: 15px; }
    .Type2-info-left {
      width: 100%; }
    .Type2-info-right {
      width: 100%; }
    .Type2-info-award {
      margin-top: 40px; }
      .Type2-info-award-in img {
        width: 50px; }
  .Type2-text {
    padding-right: 0; }
  .Table {
    margin-top: 40px; }
    .Table-item {
      height: 50px;
      padding-left: 15px; }
      .Table-item span {
        font-size: 13px; }
        .Table-item span:first-child {
          width: 170px; }
    .Table-header {
      font-size: 24px;
      text-align: center; }
    .Table-content-in {
      float: none;
      margin-right: 0;
      width: 100%;
      margin-bottom: 20px; }
      .Table-content-in h6 {
        margin-bottom: 10px;
        font-size: 16px; }
  .Type3 {
    padding-bottom: 40px; }
    .Type3-banner-head {
      text-align: center; }
      .Type3-banner-head-in {
        width: 100%; }
    .Type3-banner .breadcrumb {
      width: 100%; }
    .Type3-product {
      padding-top: 20px; }
      .Type3-product-in {
        flex-direction: column;
        align-items: center; }
      .Type3-product-image {
        width: 50%;
        transform: translateY(0); }
      .Type3-product-content {
        width: 100%;
        margin-top: 40px; }
        .Type3-product-content h2 {
          text-align: center;
          font-size: 20px; }
      .Type3-product-item {
        width: calc(50% - 15px); }
        .Type3-product-item label {
          font-size: 14px; }
          .Type3-product-item label:before {
            width: 16px;
            height: 16px; }
          .Type3-product-item label img {
            width: 40px;
            height: 40px;
            margin-right: 10px; }
    .Type3-text {
      margin-top: 30px; }
      .Type3-text p {
        font-size: 14px; }
    .Type3-configure-header {
      font-size: 20px; }
      .Type3-configure-header img {
        width: 36px;
        height: 36px;
        margin-right: 15px; }
    .Type3-configure-in {
      margin-top: 10px; }
    .Type3-configure-item {
      margin-bottom: 0;
      margin-top: 60px; }
      .Type3-configure-item-image {
        display: flex;
        justify-content: center; }
        .Type3-configure-item-image img {
          width: 90% !important;
          transform: translateY(-30px); }
      .Type3-configure-item-text h6 {
        font-size: 18px;
        padding-bottom: 15px;
        transform: translateY(-10px); }
      .Type3-configure-item-text-item {
        margin-bottom: 20px; }
        .Type3-configure-item-text-item p {
          margin-bottom: 7px;
          font-size: 14px; }
    .Type3-configure .ocak {
      margin-bottom: 0;
      margin-top: 15px; }
      .Type3-configure .ocak label {
        padding: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .Type3-configure .ocak .Type3-configure-item-image {
        width: 39%; }
        .Type3-configure .ocak .Type3-configure-item-image img {
          transform: translateY(0); }
      .Type3-configure .ocak .Type3-configure-item-text {
        width: 55%; }
        .Type3-configure .ocak .Type3-configure-item-text h6 {
          padding-bottom: 10px;
          border: none;
          transform: translateY(0); }
          .Type3-configure .ocak .Type3-configure-item-text h6:after {
            transform: translateY(-20px); }
  .Type-banner-in {
    flex-direction: column; }
  .Type-banner-left {
    width: 100%; }
  .Type-banner-right {
    margin-top: 30px;
    width: 100%; }
  .Type-other h5 {
    font-size: 20px; }
  .Type-other-in {
    margin-top: 40px; }
  .Type-other-item-text span {
    font-size: 14px; }
  .Type-other .swiper-button-prev, .Type-other .swiper-button-next {
    top: -45px; }
    .Type-other .swiper-button-prev:after, .Type-other .swiper-button-next:after {
      width: 28px;
      height: 14px; }
  .Type-other .swiper-button-prev {
    right: 50px; }
  .Type4-head {
    margin-bottom: clamp(40px, 7vw, 120px); }
    .Type4-head h1 {
      color: #000; }
    .Type4-head p {
      font-size: 14px;
      color: #000; }
  .Type4 .breadcrumb {
    position: absolute;
    top: 10px;
    left: 30px; }
  .Type4 .Type-banner {
    position: relative;
    padding-top: 50px; }
    .Type4 .Type-banner:before {
      height: 300px; }
    .Type4 .Type-banner-right {
      padding-left: 0; }
  .Type5 .Type-banner {
    padding-top: 65px; }
    .Type5 .Type-banner:before {
      height: 15%; }
  .Type5 .breadcrumb {
    height: auto;
    margin-left: 0;
    padding-top: 10px;
    position: absolute;
    top: 10px;
    left: 30px; }
  .Type5-head {
    padding-left: 0;
    height: clamp(80px, 7vw, 130px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f6f6f6;
    text-align: center; }
    .Type5-head:before {
      right: -20px;
      left: -20px; }
  .Type5-text {
    padding-left: 0; }
    .Type5-text h5 {
      font-size: 20px;
      margin-bottom: 15px; }
    .Type5-text p {
      font-size: 14px; }
    .Type5-text-in h6 {
      margin-top: 20px;
      font-size: 14px; }
    .Type5-text-in span {
      font-size: 14px; }
  .Type5 .Table {
    padding-left: 0; }
  .Type6 .Type-banner {
    padding-top: 15px; }
    .Type6 .Type-banner:before {
      content: "";
      display: inline-block;
      background-color: #000000;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 140px;
      z-index: -1; }
    .Type6 .Type-banner-left {
      padding-top: 45px;
      width: 100%; }
    .Type6 .Type-banner-right {
      width: 100%; }
  .Type6 .breadcrumb {
    position: absolute;
    top: 10px;
    left: 30px;
    margin-top: 0;
    padding-top: 0;
    margin-left: 0; }
  .Type6-head {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: clamp(30px, 3vw, 60px); }
  .Type6-info {
    padding-left: 30px;
    padding-right: 30px;
    transform: translateX(-20px);
    width: calc(100% + 40px); }
    .Type6-info:before {
      display: none; }
    .Type6-info-item {
      margin-left: 7px;
      margin-right: 7px;
      min-width: auto;
      width: calc(50% - 14px); }
      .Type6-info-item-in {
        margin-left: 20px; }
  .Type6-text {
    padding-left: 0; }
    .Type6-text h5 {
      margin-bottom: 15px;
      font-size: 18px; }
    .Type6-text p {
      margin-top: 10px;
      font-size: 14px; }
  .Type6 .Table {
    padding-top: clamp(40px, 5vw, 80px); }
    .Type6 .Table-item {
      width: 100%;
      background-color: transparent; }
      .Type6 .Table-item:nth-of-type(4n + 1) {
        background-color: transparent; }
      .Type6 .Table-item:nth-of-type(4n + 2) {
        background-color: transparent; }
      .Type6 .Table-item:nth-of-type(odd) {
        background-color: #f6f6f6; }
  .Type7-head {
    padding-left: 0; }
  .Type7-info {
    margin-left: 0; }
  .Type7-text {
    padding-left: 0; }
    .Type7-text h5 {
      font-size: 20px;
      margin-bottom: 20px; }
    .Type7-text p {
      margin-bottom: 10px; }
  .Type7 .Table {
    padding-top: 0; }
    .Type7 .Table-in {
      margin-right: 0; }
    .Type7 .Table-item {
      margin-right: 0;
      width: 100%;
      background-color: transparent; }
      .Type7 .Table-item:nth-of-type(4n + 1) {
        background-color: transparent; }
      .Type7 .Table-item:nth-of-type(4n + 2) {
        background-color: transparent; }
      .Type7 .Table-item:nth-of-type(odd) {
        background-color: #f6f6f6; }
  .Type8 .gallery-thumbs .swiper-slide {
    height: 70px; }
  .Type8 .Type-banner-left {
    width: 100%; }
  .Type8 .Type-banner-right {
    width: 100%;
    max-width: none; }
  .Type8 .Table-in {
    margin-right: 0; }
  .Corporate-banner {
    flex-direction: column-reverse;
    padding-right: 20px; }
    .Corporate-banner-left {
      width: 100%;
      margin-top: 30px;
      text-align: center; }
      .Corporate-banner-left h6 {
        margin-bottom: 20px; }
    .Corporate-banner-right {
      width: 100%; }
      .Corporate-banner-right img {
        min-height: auto; }
  .Corporate-in {
    padding-top: clamp(40px, 9vw, 200px); }
  .Corporate-header {
    font-size: 24px;
    text-align: center; }
  .Corporate-item {
    margin-bottom: 30px; }
    .Corporate-item-image {
      overflow: hidden; }
      .Corporate-item-image img {
        transition: 500ms; }
    .Corporate-item-text {
      margin-top: clamp(10px, 2vw, 30px); }
      .Corporate-item-text h6 {
        margin-bottom: clamp(5px, 1.6vw, 20px);
        font-size: 21px;
        font-weight: normal;
        line-height: 1.05;
        letter-spacing: 0.11px;
        color: #000; }
      .Corporate-item-text p {
        opacity: 0.8;
        font-size: 15px;
        line-height: 1.47;
        color: #000; }
  .Ref_detail-banner-text {
    width: 90%; }
    .Ref_detail-banner-text h6 {
      font-size: 14px;
      letter-spacing: 5px; }
    .Ref_detail-banner-text h1 {
      margin-top: 10px;
      font-size: 30px; }
  .Ref_detail .breadcrumb {
    margin-top: 15px; }
  .Ref_detail-content {
    flex-direction: column; }
    .Ref_detail-content-left {
      width: 100%;
      margin-top: 0;
      padding-right: 20px; }
    .Ref_detail-content-right {
      width: 100%;
      margin-top: 40px; }
      .Ref_detail-content-right img {
        min-height: auto; }
  .Ref_detail-header {
    text-align: center; }
  .Ref_detail-product {
    padding-top: 20px; }
    .Ref_detail-product-header {
      font-size: 20px; }
    .Ref_detail-product .swiper-container {
      padding-top: 30px; }
    .Ref_detail-product .swiper-button-prev, .Ref_detail-product .swiper-button-next {
      top: 0; }
      .Ref_detail-product .swiper-button-prev:after, .Ref_detail-product .swiper-button-next:after {
        width: 24px;
        height: 12px; }
    .Ref_detail-product .swiper-button-prev {
      right: 50px; }
  .Ref-banner-text {
    width: 80%; }
    .Ref-banner-text h1 {
      font-size: 30px;
      margin-bottom: 15px; }
    .Ref-banner-text p {
      font-size: 14px; }
  .Ref-inner {
    margin-top: 20px; }
  .Ref-item {
    margin-bottom: 40px; }
    .Ref-item-text {
      margin-top: 10px; }
  .Galeri-banner-text {
    width: 80%; }
    .Galeri-banner-text h1 {
      font-size: 30px;
      margin-bottom: 15px; }
    .Galeri-banner-text p {
      font-size: 14px; }
  .Galeri-inner {
    margin-top: 20px;
    margin-right: -20px; }
  .Galeri-item {
    width: calc(50% - 20px); }
    .Galeri-item-image img {
      max-width: 180px;
      max-height: 60px; }
  .Galeri_detail-banner {
    padding-top: 90px;
    padding-bottom: 40px; }
    .Galeri_detail-banner-text-in {
      height: auto;
      text-align: center;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .Galeri_detail-banner-text-left {
      padding-bottom: 20px; }
      .Galeri_detail-banner-text-left h1 {
        font-size: 30px;
        margin-bottom: 15px; }
      .Galeri_detail-banner-text-left p {
        font-size: 14px; }
    .Galeri_detail-banner-text-company {
      transform: translateY(0%); }
  .Galeri_detail .breadcrumb {
    margin-top: 20px; }
  .Galeri_detail .swiper-container {
    padding-top: 30px; }
  .Galeri_detail-other-header {
    font-size: 20px; }
  .Galeri_detail-other .swiper-button-prev, .Galeri_detail-other .swiper-button-next {
    top: 0; }
    .Galeri_detail-other .swiper-button-prev:after, .Galeri_detail-other .swiper-button-next:after {
      width: 24px;
      height: 12px; }
  .Galeri_detail-other .swiper-button-prev {
    right: 50px; }
  .Galeri_detail-other-item {
    height: 100px; }
    .Galeri_detail-other-item img {
      max-width: 120px;
      max-height: 50px; }
  .Company-in {
    flex-direction: column-reverse;
    height: auto; }
  .Company-left {
    width: 100%;
    margin-top: 30px; }
    .Company-left-header {
      max-width: none;
      text-align: center; }
      .Company-left-header h1 {
        font-size: 24px; }
      .Company-left-header p {
        font-size: 14px; }
    .Company-left-links {
      margin-top: 40px; }
      .Company-left-links-item {
        font-size: 20px; }
    .Company-left-filter {
      justify-content: space-between;
      margin-top: 40px; }
      .Company-left-filter h6 {
        width: 100%;
        margin-right: 0px;
        font-size: 15px;
        margin-bottom: 10px; }
      .Company-left-filter-badge {
        font-size: 14px; }
      .Company-left-filter-item {
        margin-left: 0;
        margin-right: auto; }
        .Company-left-filter-item .bootstrap-select {
          width: 160px !important; }
          .Company-left-filter-item .bootstrap-select .btn {
            display: none; }
          .Company-left-filter-item .bootstrap-select .btn-mobileSelect-gen {
            width: 100% !important;
            display: flex;
            align-items: center;
            justify-content: space-between; }
    .Company-left-bottom {
      max-height: none;
      overflow-y: hidden; }
  .Company-right {
    width: 100%; }
  .Type9 .gallery-top .swiper-slide img {
    max-width: 200px; }
  .Type9 .Type-banner-left {
    width: 100%; }
  .Type9 .Type-banner-right {
    width: 100%; }
  .Type9-head {
    text-align: center; }
    .Type9-head span {
      font-size: 14px; }
    .Type9-head h6 {
      font-size: 20px; }
  .Type9-info {
    justify-content: space-around; }
    .Type9-info-head {
      margin-right: 0; }
      .Type9-info-head span {
        font-size: 13px; }
      .Type9-info-head h6 {
        font-size: 16px;
        margin-top: 5px; }
        .Type9-info-head h6:after {
          margin-top: 5px;
          width: 65px;
          height: 3px; }
    .Type9-info p {
      margin-top: 7px;
      margin-bottom: 7px;
      line-height: normal;
      font-size: 13px; }
  .Type9-content-in {
    flex-direction: column;
    align-items: center; }
  .Type9-content-left {
    width: 100%; }
    .Type9-content-left h3 {
      font-size: 20px; }
    .Type9-content-left .nav {
      flex-direction: row;
      flex-wrap: nowrap;
      overflow-x: scroll; }
      .Type9-content-left .nav-item {
        margin-right: 20px;
        white-space: nowrap;
        margin-bottom: 10px; }
      .Type9-content-left .nav-link {
        font-size: 13px; }
  .Type9-content-right {
    margin-top: 30px;
    width: 100%; }
  .Type9-content-text p {
    font-size: 13px; }
  .Type9-content-header {
    text-align: center; }
  .Type9-content .Table {
    margin-top: 0; }
  .Type9-content-pdf-in {
    display: flex;
    flex-wrap: wrap; }
  .Type9-content-pdf-item {
    margin-bottom: 15px;
    width: 50%;
    font-size: 13px; }
    .Type9-content-pdf-item:before {
      margin-right: 7px; }
    .Type9-content-pdf-item:hover {
      color: #C60039;
      transition: 500ms; }
  .Type9-text-item {
    padding: clamp(20px, 3vw, 60px);
    height: clamp(200px, 20vw, 320px);
    border-radius: 3px;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .Type9-text-item h6 {
      margin-bottom: clamp(10px, 2vw, 30px);
      display: flex;
      align-items: center; }
      .Type9-text-item h6:before {
        margin-right: 12px;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 24px;
        height: 4px;
        background-color: #9b1212; }
    .Type9-text-item p {
      font-size: 15px;
      line-height: 1.38;
      letter-spacing: 0.09px;
      color: #1c1c1d; }
  .Type9-header {
    text-align: center;
    font-size: clamp(20px, 2vw, 33px);
    font-weight: 500;
    line-height: 1.09;
    letter-spacing: -0.9px;
    color: #1c1c1d; }
  .Type9-detail {
    position: relative; }
    .Type9-detail-in {
      padding-left: 30px;
      padding-right: 30px; }
    .Type9-detail-item {
      flex-direction: column; }
      .Type9-detail-item-image {
        width: 100%; }
      .Type9-detail-item-text {
        margin-top: 20px;
        width: 100%;
        text-align: center; }
        .Type9-detail-item-text h3 {
          font-size: 20px; }
        .Type9-detail-item-text p {
          font-size: 15px; }
    .Type9-detail .swiper-button-prev, .Type9-detail .swiper-button-next {
      width: 24px;
      height: 10px;
      margin-top: 50px; }
      .Type9-detail .swiper-button-prev:after, .Type9-detail .swiper-button-next:after {
        width: 20px;
        height: 10px; }
    .Type9-detail .swiper-button-prev {
      left: -10px; }
    .Type9-detail .swiper-button-next {
      right: -10px; }
    .Type9-detail .swiper-pagination {
      width: 100%;
      margin-top: 30px;
      padding-bottom: 20px; }
      .Type9-detail .swiper-pagination-bullet {
        font-size: 14px; }
        .Type9-detail .swiper-pagination-bullet:after {
          bottom: -20px; }
    .Type9-detail .swiper-pagination::-webkit-scrollbar {
      height: 1px; }
  .Blog-banner {
    padding-left: 0 !important; }
    .Blog-banner-item {
      flex-direction: column-reverse;
      height: auto; }
    .Blog-banner-text {
      padding-left: 30px;
      width: 90%;
      margin-top: 30px; }
      .Blog-banner-text h6 {
        font-size: 14px;
        letter-spacing: 5px; }
      .Blog-banner-text h3 {
        margin-top: 12px;
        margin-bottom: 12px; }
      .Blog-banner-text p {
        font-size: 14px;
        line-height: 1.5; }
      .Blog-banner-text .button {
        width: 170px;
        height: 60px; }
    .Blog-banner-image {
      width: 100%;
      transform: translateY(0);
      height: 260px; }
    .Blog-banner .swiper-container {
      margin-right: 0;
      width: 100%; }
    .Blog-banner .swiper-button-prev, .Blog-banner .swiper-button-next {
      top: 240px;
      left: auto; }
    .Blog-banner .swiper-button-prev {
      margin-top: 40px;
      right: 75px; }
    .Blog-banner .swiper-button-next {
      margin-top: 40px;
      right: 20px; }
  .Blog-type-item {
    height: 160px; }
    .Blog-type-item-text h6 {
      font-size: 20px; }
    .Blog-type-item-text span {
      margin-top: 5px;
      width: 28px;
      height: 25px;
      font-size: 12px; }
  .Blog-last-header {
    text-align: center;
    font-size: 26px; }
  .Blog-item-type {
    font-size: 12px;
    width: 55px;
    height: 22px;
    margin-right: 7px; }
  .Blog-item-text {
    padding-top: 15px; }
    .Blog-item-text h6 {
      font-size: 12px; }
    .Blog-item-text h5 {
      font-size: 16px;
      margin-top: 7px;
      margin-bottom: 10px;
      -webkit-line-clamp: 3; }
    .Blog-item-text p {
      font-size: 14px;
      line-height: 1.4;
      -webkit-line-clamp: 4; }
  .page-item {
    margin-left: 5px;
    margin-right: 5px; }
  .page-link {
    width: 40px;
    height: 40px;
    font-size: 15px; }
  .Blog_detail-banner:after {
    height: 234px; }
  .Blog_detail-banner-text {
    bottom: 40px;
    left: 30px; }
  .Blog_detail-text p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px; }
  .Blog_detail-item {
    flex-direction: column-reverse; }
    .Blog_detail-item-image {
      width: 100%; }
      .Blog_detail-item-image span {
        padding-left: 40px;
        font-size: 13px; }
        .Blog_detail-item-image span:before {
          width: 24px;
          height: 24px; }
    .Blog_detail-item-text {
      width: 100%;
      margin-top: 25px; }
      .Blog_detail-item-text p {
        font-size: 15px;
        line-height: 1.5; }
    .Blog_detail-item:nth-of-type(even) {
      flex-direction: column-reverse; }
  .Blog_detail-other-head h6 {
    font-size: 16px; }
  .Blog_detail-other-head a {
    font-size: 12px;
    letter-spacing: normal;
    width: 160px;
    height: 50px; } }

@media (max-width: 768px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important; }
    .container-left {
      padding-left: 20px !important; }
    .container-right {
      padding-right: 20px !important; }
  .Blog-banner {
    padding-left: 0 !important; } }
