/*! 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; }

body {
  font-family: 'Gilroy', 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: 30px;
    padding-right: 30px; }

.over {
  overflow: hidden !important; }

.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;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
            animation-name: scroll; }

.icon-more {
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
  background-image: url(../images/icon-more.svg);
  margin-right: 15px;
  transition: all 500ms; }

.p-container {
  padding-left: clamp(15px, 3.125vw, 60px); }

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

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

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

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

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

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Regular.ttf);
  font-weight: normal;
}


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

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

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

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

.Navtop {
  z-index: 9999;
  position: absolute;
  transition: 500ms;
  padding-top: 40px;
  padding-bottom: 20px;
  top: 0;
  }
@media (min-width:1920px){
    .Navtop{
        max-width: 1790px;
margin: 0 auto
    }
}
  .Navtop .navbar-brand {
    margin-top: 0;
    display: flex;
    margin-right: 0;
    align-items: center; }
    .Navtop .navbar-brand:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: clamp(180px, 14.32vw, 275px);
      height: clamp(82px, 5.31vw, 102px);
      background-size: 100% 100%;
      background-image: url(../images/logo.svg);
      background-repeat: no-repeat; }
  .Navtop .navbar {
    position: static;
    z-index: 99;
    padding: 0; }
    .Navtop .navbar-nav {
      transition: 400ms;
      margin-right: 40px; }
      .Navtop .navbar-nav .nav-item {
        margin-left: 45px;
        align-items: center;
        display: flex;
        justify-content: center; }
      .Navtop .navbar-nav .nav-link {
        transition: 500ms;
        position: relative;
        padding: 15px;
        font-size: 19.6px;
        color: #222221; }
        .Navtop .navbar-nav .nav-link:hover, .Navtop .navbar-nav .nav-link.active {
          color: #ef7f13;
          border-color: #fff;
          transition: 500ms; }
          .Navtop .navbar-nav .nav-link:hover:before, .Navtop .navbar-nav .nav-link.active:before {
            transition: 500ms;
            opacity: 1; }
      .Navtop .navbar-nav .active .nav-link:before {
        opacity: 1; }
    .Navtop .navbar-collapse {
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      transition: 300ms;
      opacity: 0;
      pointer-events: none;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      z-index: 99;
      background-color: #d2d2d2;
      padding-left: clamp(30px, 4.16vw, 80px);
      padding-top: 40px; }
      .Navtop .navbar-collapse-logo:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: clamp(180px, 14.32vw, 275px);
        height: clamp(82px, 5.31vw, 102px);
        background-size: 100% 100%;
        background-image: url(../images/logo.svg);
        background-repeat: no-repeat; }
      .Navtop .navbar-collapse-in {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        padding-right: clamp(30px, 4.16vw, 80px); }
        .Navtop .navbar-collapse-in:before {
          content: " ";
          display: inline-block;
          transition: 500ms;
          position: absolute;
          height: 10px;
          top: -10px;
          left: 0;
          right: 0;
          background-color: white; }
        .Navtop .navbar-collapse-in:after {
          content: " ";
          display: inline-block;
          transition: 500ms;
          position: absolute;
          height: 15px;
          bottom: -15px;
          left: 0;
          right: 0;
          background-color: white; }
      .Navtop .navbar-collapse-active {
        pointer-events: auto;
        transition: 300ms;
        opacity: 1; }
      .Navtop .navbar-collapse .navbar-nav {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        flex-direction: column;
        padding-top: clamp(70px, 7.81vw, 150px);
        margin-left: clamp(20px, 3.125vw, 60px); }
        .Navtop .navbar-collapse .navbar-nav .nav-item {
          margin-left: 0;
          height: auto;
          justify-content: flex-start;
          position: relative;
          margin-bottom: clamp(5px, 1.3vw, 25px); }
          .Navtop .navbar-collapse .navbar-nav .nav-item:before {
            content: "";
            display: inline-block;
            transition: all 500ms;
            background-color: #474747;
            width: 110%;
            height: 50px;
            position: absolute;
            left: -65%;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            opacity: 0; }
          .Navtop .navbar-collapse .navbar-nav .nav-item:after {
            content: " ";
            display: inline-block;
            transition: all 500ms;
            width: clamp(20px, 1.875vw, 36px);
            height: clamp(20px, 1.875vw, 36px);
            background-size: 100% 100%;
            background-image: url(../images/icon-more.svg);
            position: absolute;
            right: -30%;
            opacity: 0; }
          .Navtop .navbar-collapse .navbar-nav .nav-item:hover {
            transition: all 500ms; }
            .Navtop .navbar-collapse .navbar-nav .nav-item:hover:before {
              width: 205%; }
            .Navtop .navbar-collapse .navbar-nav .nav-item:hover:after, .Navtop .navbar-collapse .navbar-nav .nav-item:hover:before {
              opacity: 1; }
        .Navtop .navbar-collapse .navbar-nav .nav-link {
          font-size: clamp(18px, 1.38vw, 26.5px);
          font-weight: 600;
          letter-spacing: 2.52px;
          color: white;
          transition: 500ms;
          position: relative;
          border: none;
          padding: 10px; }
          .Navtop .navbar-collapse .navbar-nav .nav-link-sm {
            font-size: clamp(16px, 1.04vw, 20px);
            font-weight: 500;
            letter-spacing: 2px;
            margin-left: 20px; }
          .Navtop .navbar-collapse .navbar-nav .nav-link:after, .Navtop .navbar-collapse .navbar-nav .nav-link:before {
            display: none; }
  .Navtop-mail {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #575757; }
  .Navtop .nav-search {
    display: flex;
    align-items: center;
    padding-bottom: 5px; }
    .Navtop .nav-search-button {
      position: relative;
      transition: all 500ms;
      display: flex;
      align-items: center;
      margin-bottom: 0; }
      .Navtop .nav-search-button button {
        background-color: transparent;
        cursor: pointer; }
      .Navtop .nav-search-button .icon-submit2 {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        transition: 500ms;
        background-image: url(../images/icon-submit2.svg);
        width: 30px;
        height: 30px;
        background-size: 100% 100%; }
      .Navtop .nav-search-button input {
        background: none;
        border: 1px solid transparent;
        width: 0;
        transition: 500ms;
        outline: none;
        padding: 10px;
        font-size: 13px; }
    .Navtop .nav-search:focus-within {
      transition: 500ms; }
      .Navtop .nav-search:focus-within input {
        width: 300px;
        padding-right: 50px;
        border: 1px solid #ef7f13;
        transition: 500ms; }
      .Navtop .nav-search:focus-within .icon-submit2 {
        transition: 500ms; }
  .Navtop-in {
    position: relative;
  }
.Navtop-in:before{
  content: "" ;
           display: inline-block;
position: absolute;
  left: calc((-100vw + 1790px) / 2);
  right: calc((-100vw + 1790px) / 2);
  bottom: 0;
  background-color: #c7c7c7;
  height: 1px;
}
    .Navtop-in .navbar-brand:before {
      width: clamp(180px, 12.09vw, 222px);
      height: clamp(72px, 4.47vw, 72px); }

.Menu-info {
  padding-top: 100px; }
  .Menu-info-title {
    font-size: clamp(26px, 2.6vw, 50px);
    font-weight: bold;
    line-height: 1.06;
    letter-spacing: 3.75px;
    color: #e26b05;
    margin-bottom: 30px; }
    .Menu-info-title span {
      font-size: clamp(13px, 0.86vw, 16.6px);
      font-weight: 500;
      letter-spacing: 4.4px;
      display: block;
      margin-bottom: 13px; }
  .Menu-info-text-item {
    display: flex;
    margin-bottom: 30px; }
    .Menu-info-text-item p, .Menu-info-text-item a {
      font-size: clamp(19px, 0.78vw, 15px);
      font-weight: normal;
      line-height: 1.79;
      letter-spacing: 0.68px;
      color: #e26b05;
      display: flex;
      align-items: center; }
    .Menu-info-text-item i {
      width: clamp(30px, 1.92vw, 37px);
      height: clamp(30px, 1.92vw, 37px);
      background-size: 100% 100%;
      margin-right: 13px; }
      .Menu-info-text-item i.icon-tel {
        background-image: url(../images/icon-tel.svg); }
      .Menu-info-text-item i.icon-address {
        background-image: url(../images/icon-address.svg); }
      .Menu-info-text-item i.icon-mail {
        background-image: url(../images/icon-mail.svg); }
    .Menu-info-text-item a {
      margin-left: 65px;
      transition: all 500ms; }
      .Menu-info-text-item a:hover {
        letter-spacing: 1.1px; }
    .Menu-info-text-item .address {
      max-width: 320px;
      margin-left: 30px; }
  .Menu-info-map {
    display: flex;
    align-items: center;
    font-size: clamp(18px, 1.1vw, 21px);
    font-weight: 500;
    letter-spacing: 0.95px;
    color: #ffffff;
    margin-left: 10px; }
    .Menu-info-map .icon-map {
      width: clamp(61px, 4.21vw, 81px);
      height: clamp(82px, 5.1vw, 98px);
      background-size: 100% 100%;
      background-image: url(../images/icon-map.svg);
      margin-right: 18px; }

.Right {
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  height: 100%;
  background-color: #fab930;
  z-index: 9999; }
.Right-home{
    min-height: calc(100vh + 142px);
}
  .Right-mail {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
    bottom: 100px;
    transition: all 500ms;
    font-size: 15.8px;
    font-weight: 500;
    color: #222221; }
    .Right-mail:hover {
      letter-spacing: 1.68px; }
  .Right-active {
    background-color: #e8470a; }
    .Right-active .Right-mail {
      opacity: 0;
      pointer-events: none; }
  .Right-in {
    min-height: auto;
    height: 143px;
    padding-bottom: 0; }
    .Right-in .Right-mail {
      display: none; }
    .Right-in.Right-active {
      background-color: #e8470a;
      min-height: 100vh; }

.Bulten {
  background-color: #e0e0e0;
  padding-top: 25px;
  padding-bottom: 25px; }
  .Bulten-in {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .Bulten-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .Bulten-head-text h6 {
      font-size: 24px;
      font-weight: 300;
      color: #e13613; }
    .Bulten-head-text p {
      font-size: 14px;
      font-weight: 500;
      color: #9b9b9b; }
    .Bulten-head:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 49px;
      height: 54px;
      background-size: 100% 100%;
      background-image: url(../images/e-bulten.svg);
      margin-right: 15px; }
  .Bulten-form {
    width: 25%;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    .Bulten-form-input {
      background-color: transparent;
      border: solid 0.5px #979797;
      width: 100%;
      padding: 13px 20px;
      font-size: 16px;
      font-weight: 300;
      color: #9b9b9b;
      padding-right: 60px; }
      .Bulten-form-input::-webkit-input-placeholder {
        color: #88959e; }
      .Bulten-form-input:-ms-input-placeholder {
        color: #88959e; }
      .Bulten-form-input::-ms-input-placeholder {
        color: #88959e; }
      .Bulten-form-input::placeholder {
        color: #88959e; }
      .Bulten-form-input:focus {
        box-shadow: none; }
    .Bulten-form-button {
      width: 37px;
      height: 31px;
      background-size: 100% 100%;
      background-image: url(../images/icon-submit.svg);
      background-repeat: no-repeat;
      background-position: center;
      display: flex;
      position: absolute;
      right: 20px;
      background-color: transparent;
      cursor: pointer;
      transition: all 500ms; }
      .Bulten-form-button:hover {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }

.Navbottom {
  position: relative;
  z-index: 1;
  background-color: #cfcfcf; }
  .Navbottom-in {
    display: flex;
    justify-content: space-between; }
  .Navbottom-left {
    padding-top: clamp(35px, 4vw, 80px);
    padding-bottom: clamp(50px, 7vw, 130px);
    padding-left: 45px; }
    .Navbottom-left-logo {
      width: clamp(130px, 9.47vw, 182px);
      -o-object-fit: contain;
         object-fit: contain; }



  .Navbottom-menu {
    padding-top: clamp(35px, 4vw, 80px);
    padding-bottom: clamp(50px, 7vw, 130px);
    display: flex;
    padding-left: 4%;
    width: 70%; }
    .Navbottom-menu ul {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      margin-right: clamp(30px, 2.6vw, 50px); }
      .Navbottom-menu ul li a {
        margin-right: 10px;
        font-size: clamp(13px, 0.84vw, 16px);
        font-weight: 500;
        line-height: 1.67;
        color: #9b9b9b;
        transition: all 500ms; }
        .Navbottom-menu ul li a:hover {
          color: #e26b05; }
      .Navbottom-menu ul:last-child li a {
        font-size: clamp(15px, 1vw, 17.6px);
        font-weight: 500;
        line-height: 2.59;
        color: #aeaeaf; }
      .Navbottom-menu ul:after {
        content: " ";
        display: inline-block;
        transition: 500ms;
        width: 1px;
        height: 120%;
        background-color: #e26b05;
        position: absolute;
        right: -10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .Navbottom-menu-head {
      margin-bottom: 10px;
      font-size: clamp(15px, 1vw, 17.6px);
      font-weight: bold;
      color: #9b9b9b; }
      .Navbottom-menu-head a {
        font-size: clamp(15px, 1vw, 17.6px) !important;
        font-weight: bold !important;
        color: #9b9b9b; }
      .Navbottom-menu-head-i {
        margin-bottom: 0;
        margin-top: 30px; }
    .Navbottom-menu-desc {
      display: flex;
      flex-direction: column;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      .Navbottom-menu-desc-phone {
        margin-top: 40px;
        font-size: clamp(16px, 1.14vw, 22px);
        font-weight: bold;
        color: #e26b05;
        transition: all 500ms; }
        .Navbottom-menu-desc-phone:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
      .Navbottom-menu-desc-headsm {
        font-weight: bold;
        color: #9b9b9b; }
      .Navbottom-menu-desc-adress {
        font-size: clamp(13px, 0.84vw, 16px);
        font-weight: 500;
        line-height: 1.68;
        color: #9b9b9b;
        width: clamp(200px, 16.15vw, 310px); }
  .Navbottom-copy {
    background-color: #fff; }
    .Navbottom-copy-in {
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .Navbottom-copy-in p {
        font-size: clamp(13px, 0.84vw, 16px);
        font-weight: 300;
        color: #9b9b9b; }

.icon-menu {
  width: 100px;
  height: 143px;
  z-index: 999;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  background-color: #ef7f13; }
  .icon-menu:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 42px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/icon-menu.svg);
    background-position: center;
    margin-bottom: 35px;
    background-color: transparent; }
  .icon-menu-active:before {
    background-image: url(../images/icon-exit.svg);
    width: 53px;
    height: 53px; }
  .icon-menu:hover, .icon-menu:active, .icon-menu:focus {
    color: #fff; }

.gutter {
  width: calc(100% - 100px); }

.button {
  padding: 11px 8px;
  border: 1px solid #fff;
  font-size: clamp(14px, 1.1vw, 21px);
  font-weight: normal;
  color: #ffffff; }
  .button:hover {
    background-color: #fff;
    color: #000;
    transition: 500ms; }
  .button-orange {
    border-color: #ef7f13;
    color: #ef7f13; }

.Slider {
  position: relative;
  z-index: 3; }
  .Slider .swiper-container .swiper-slide {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }
.Slider .swiper-button-prev, .Slider .swiper-button-next {
  bottom: 142px;
  top: auto;
  margin-top: 0;
     width: clamp(34px,2.81vw,54px);
      height: clamp(27px,2.61vw,50px);
      background-size: 100% 100%;
 }
.Slider .swiper-button-prev{
  left: auto;
  right: calc(10% + 3.55vw);
    background-image: url(../images/slider-left.svg);
}
.Slider .swiper-button-next{
  right: 10%;
    background-image: url(../images/slider-right.svg);
}

  .Slider .swiper-container .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 400px;
    height: 3px;
    margin: 0 5px; }
    .Slider .swiper-container .swiper-pagination-progressbar {
      position: static;
      background-color: rgba(255, 255, 255, 0.42); }
      .Slider .swiper-container .swiper-pagination-progressbar-fill {
        height: 12px;
        background-color: #fff;
        margin-top: -4px;
        left: 5px; }
  .Slider-pagination {
    left: 5%;
    bottom: 30%;
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
    max-width: clamp(200px, 18.23vw, 350px); }
    .Slider-pagination .activeslide, .Slider-pagination .totalslide {
      font-size: 12px;
      font-weight: 500;
      color: #ffffff; }
  .Slider-img {
    z-index: 2;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-18%, -40%);
            transform: translate(-18%, -40%);
    position: absolute; }
    .Slider-img img {
      width: 100%;
      max-width: clamp(300px, 34.4vw, 660px); }
.Slider-right {
  position: absolute;
  max-width: 400px;
  right: 10%;
  top: 40%;
  z-index: 2; }
.Slider-right h3{
  line-height: 1;
  color: white;
  font-weight: 500;
  font-size: clamp(20px,6vw,110px);
}
.Slider-right h6{
  letter-spacing: 2px;
  color: white;
  font-weight: 500;
  font-size: clamp(16px,3vw,32px);
}
  .Slider-buttons {
 margin-top: 30px;
    display: flex;
    z-index: 2; }
    .Slider-buttons a:first-child {
      margin-right: 15px; }

.H_info {
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  position: relative;
z-index: 9;}
  .H_info-in {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100vh;
    max-height: 920px; }
  .H_info-text h3 {
    font-size: clamp(24px, 2.86vw, 55px);
    font-weight: normal;
    letter-spacing: 1.85px;
    color: #e26b05;
    margin-bottom: 20px; }
  .H_info-text p {
    max-width: clamp(400px, 36.9vw, 707px);
    font-size: clamp(14px, 1.15vw, 22px);
    font-weight: normal;
    color: #8c8c8c;
    margin-bottom: 30px; }
  .H_info-text .button {
    max-width: 160px; }
  .H_info-slider {
    position: absolute;
    display: flex;
    height: clamp(240px, 19.27vw, 370px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9;
    background-color: #dcdcdc; }

    .H_info-slider .swiper-wrapper {
      width: clamp(600px, 44.8vw, 860px); }
    .H_info-slider .swiper-button-prev, .H_info-slider .swiper-button-next {
      width: 30px;
      height: 20px;
      z-index: 10;
      right: 20px;
      left: auto;
      top: 40px;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center; }
      .H_info-slider .swiper-button-prev:after, .H_info-slider .swiper-button-next:after {
        display: none; }
    .H_info-slider .swiper-button-prev {
      background-image: url(../images/icon-caret-left.svg);
      margin-right: 45px; }
    .H_info-slider .swiper-button-next {
      background-image: url(../images/icon-caret-right.svg); }
    .H_info-slider-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      position: relative;
      padding: 0 20px; }
      .H_info-slider-item img {
        width: 100%;
        max-width: 220px;
        margin-bottom: clamp(14px, 1.25vw, 24px);
        -webkit-transform: scale(0.6);
                transform: scale(0.6);
        -webkit-filter: blur(4px);
                filter: blur(4px); }
      .H_info-slider-item p {
        font-size: clamp(14px, 1.25vw, 24px);
        font-weight: 500;
        text-align: center;
        color: #9b9b9b; }
      .H_info-slider-item:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 1px;
        height: 80%;
        background-color: #979797;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .H_info-slider .swiper-slide {
      height: 100%; }
      .H_info-slider .swiper-slide-active .H_info-slider-item img {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-filter: blur(0);
                filter: blur(0); }
  .H_info .Katalog {
    height: 100%;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 clamp(20px, 4.68vw, 90px); }
    .H_info .Katalog img {
      width: clamp(40px, 4.33vw, 83px);
      margin-bottom: clamp(15px, 2.6vw, 50px);
      transition: all 500ms; }
    .H_info .Katalog p {
      font-size: clamp(16px, 1.56vw, 30px);
      font-weight: 500;
      color: #e26b05;
      transition: all 500ms; }
    .H_info .Katalog:hover img, .H_info .Katalog:hover p {
      -webkit-transform: scale(0.9);
              transform: scale(0.9); }

.Breadcrumbs {
  margin-top: 35px; }
  .Breadcrumbs-in {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .Breadcrumbs-item {
    font-size: clamp(13px, 0.89vw, 17px);
    font-weight: 500;
    color: #000000;
    margin-right: 10px;
    display: flex;
    align-items: center;
    transition: all 500ms; }
    .Breadcrumbs-item:after {
      content: " //";
      display: inline-block;
      transition: 500ms;
      margin-left: 5px; }
    .Breadcrumbs-item:last-child:after {
      display: none; }
    .Breadcrumbs-item:hover {
      color: #ef7f13; }

.Banner-in {
  width: 100%;
  height: clamp(260px, 27.6vw, 530px);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50% 100%;
  display: flex;
  align-items: center; }

.Banner-text {
  padding-left: clamp(20px, 2.6vw, 50px); }
  .Banner-text h1 {
    font-size: clamp(23px, 3.38vw, 65px);
    font-weight: bold;
    line-height: 1.11;
    color: #e26b05;
    max-width: clamp(400px, 42.18vw, 810px); }

.Menu {
  background-color: #e26b05; }
  .Menu-in {
    display: flex;
    align-items: center;
    padding: 15px 0; }
  .Menu-item {
    display: flex;
    font-size: clamp(14px, 1vw, 19px);
    font-weight: normal;
    color: #ffffff;
    padding: 15px clamp(5px, 0.78vw, 15px);
    border: 1px solid transparent;
    margin-right: clamp(15px, 3.125vw, 60px);
    transition: all 500ms; }
    .Menu-item:last-child {
      margin-right: 0; }
    .Menu-item.active, .Menu-item:hover {
      border-color: #fff;
      color: #fff; }

.Kurumsal-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10%;
  padding-bottom: 10%; }

.Kurumsal-left {
  width: 30%; }
  .Kurumsal-left img {
    width: 100%; }

.Kurumsal-right {
  width: 60%; }
  .Kurumsal-right h3 {
    font-size: clamp(23px, 2.5vw, 48px);
    font-weight: bold;
    line-height: 1.11;
    color: #e26b05;
    margin-bottom: clamp(20px, 2.6vw, 50px); }
    .Kurumsal-right h3 span {
      font-weight: 500;
      display: block; }
  .Kurumsal-right p {
    font-size: clamp(13px, 1.05vw, 20px);
    font-weight: 500;
    text-align: justify;
    color: #000000;
    margin-bottom: 15px; }

.Product-in {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative; }
  .Product-in:after {
    content: "";
    display: inline-block;
    transition: 500ms;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 100px;
    z-index: 1; }

.Product-item {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 60px 40px;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797;
  z-index: 1;
  transition: all 500ms; }
  .Product-item img {
    width: 100%;
    max-width: 340px;
    max-height: 290px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 20px; }
  .Product-item p {
    font-size: clamp(16px, 1.52vw, 29px);
    font-weight: 500;
    line-height: 0.83;
    text-align: center;
    color: #9b9b9b;
    transition: all 500ms; }
  .Product-item:nth-child(3n) {
    border-right: none; }
  .Product-item:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    background-color: #e26b05;
    border-radius: 20px;
    width: 90%;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0; }
  .Product-item:hover:before {
    opacity: 1; }
  .Product-item:hover p {
    color: #fff; }

.Detail-title {
  font-size: clamp(18px, 2.96vw, 57px);
  font-weight: bold;
  line-height: 1.11;
  color: #e26b05; }
  .Detail-title span {
    font-weight: normal;
    display: block; }

.Detail {
  background-color: #f2f2f2; }
  .Detail-in {
    display: flex; }
  .Detail-left {
    width: 55%;
    display: flex;
    flex-direction: column;
    padding-right: 80px;
    border-right: 1px solid #c7c7c7; }
    .Detail-left .Breadcrumbs {
      margin-bottom: 40px; }
    .Detail-left img {
      max-width: 574px;
      max-height: 486px;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      margin-left: auto; }
  .Detail-right {
    width: 45%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-top: 80px;
    padding-bottom: 40px; }
    .Detail-right .button-back {
      position: absolute;
      right: 40px;
      top: 55px;
      transition: all 500ms; }
      .Detail-right .button-back .icon-left {
        width: 59px;
        height: 38px;
        background-size: 100% 100%;
        background-image: url(../images/icon-left.svg);
        transition: all 500ms; }
      .Detail-right .button-back:hover .icon-left {
        -webkit-transform: translateX(-5px);
                transform: translateX(-5px); }
    .Detail-right img.olcu {
      max-width: 380.3px;
      max-height: 291px;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      margin-bottom: 30px; }
    .Detail-right .table th,
    .Detail-right .table td {
      border-left: 2px solid white; }
    .Detail-right .table thead {
      background-color: #e26b05; }
      .Detail-right .table thead th {
        text-align: center;
        font-size: clamp(13px, 1.3vw, 20px);
        font-weight: 500;
        color: #000;
        vertical-align: middle;
        padding: 10px clamp(15px, 1.3vw, 20px); }
        .Detail-right .table thead th p {
          display: flex;
          flex-direction: column;
          align-items: center; }
          .Detail-right .table thead th p span {
            font-size: clamp(11px, 0.93vw, 18px);
            color: #fff; }
    .Detail-right .table tbody tr {
      transition: 500ms;
      text-align: center; }
      .Detail-right .table tbody tr:nth-of-type(even) {
        background-color: #d5d5d5; }
      .Detail-right .table tbody tr td {
        font-size: clamp(13px, 1.3vw, 20px);
        font-weight: 500;
        color: #9b9b9b;
        transition: 500ms; }
      .Detail-right .table tbody tr:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        transition: 500ms;
        background-color: #ef7f13; }
        .Detail-right .table tbody tr:hover td {
          color: white;
          transition: 500ms; }

.Other {
  background-color: #fff; }
  .Other-in {
    padding-top: clamp(25px, 2.6vw, 50px); }
  .Other-head {
    margin-bottom: 20px; }
  .Other .H_info-slider {
    position: static;
    height: clamp(280px, 19.27vw, 370px);
    z-index: 9;
    background-color: transparent;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.Other .H_info-slider .swiper-container{
    width: 100%;
}
    .Other .H_info-slider .swiper-wrapper {
      width: 100%; }
    .Other .H_info-slider-item {
      padding: 0 15px; }
      .Other .H_info-slider-item img {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-filter: blur(0);
                filter: blur(0); }
      .Other .H_info-slider-item:after {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 1px;
        height: 80%;
        background-color: #979797;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .Other .H_info-slider-item:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        background-color: #e26b05;
        border-radius: 20px;
        width: 90%;
        height: 90%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -1;
        opacity: 0; }
      .Other .H_info-slider-item:hover:before {
        opacity: 1; }
      .Other .H_info-slider-item:hover p {
        color: #fff; }
    .Other .H_info-slider .swiper-slide {
      height: 100%; }

.Map-in {
  height: clamp(250px, 34.9vw, 670px); }

.Press {
  padding: 40px 0; }
  .Press-in #myTable {
    width: 100%;
    margin-bottom: clamp(20px, 10.41vw, 200px); }
  .Press .dataTables_wrapper label {
    width: 100%;
    display: flex;
    align-items: center; }
  .Press .dataTables_length,
  .Press .dataTables_filter {
    width: 100%; }
  .Press .dataTables_wrapper.container-fluid {
    padding: 0; }
  .Press table.dataTable tbody td a {
    color: #ec5a00; }
  @media (max-width: 768px) {
    .Press .dataTables_filter label {
      justify-content: flex-start; }
    .Press table.dataTable thead th, .Press table.dataTable thead td {
      padding: 10px 10px;
      font-size: 12px; }
    .Press table.dataTable tbody th, .Press table.dataTable tbody td {
      padding: 10px 10px;
      font-size: 12px; } }

.Contact-in {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px; }

.Contact-left {
  width: 63%; }
  .Contact-left img {
    width: 100%; }

.Contact-right {
  width: 37%; }

.Contact-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: #f1f1f1;
  padding: 60px 30px; }
  .Contact-text h3 {
    font-size: clamp(18px, 2.5vw, 48px);
    font-weight: bold;
    line-height: 1.11;
    text-align: right;
    color: #e26b05;
    margin-bottom: 20px; }
    .Contact-text h3 span {
      font-weight: 500;
      display: block; }
  .Contact-text p {
    font-size: clamp(14px, 1.05vw, 20px);
    font-weight: 500;
    text-align: right;
    color: #000000;
    max-width: 460px; }
    .Contact-text p:last-child {
      margin-top: 20px; }
    .Contact-text p a {
      transition: all 500ms; }
      .Contact-text p a:hover {
        color: #e26b05; }

@media (max-width: 768px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .Product-in {
    padding-top: 40px; }
  .Product-item {
    width: 50%;
    padding: 30px 20px; }
    .Product-item:nth-child(3n) {
      border-right: 1px solid #979797; }
    .Product-item:nth-child(2n) {
      border-right: none; }
  .Kurumsal-in {
    flex-direction: column-reverse;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px; }
  .Kurumsal-left {
    width: 70%; }
  .Kurumsal-right {
    width: 100%;
    margin-bottom: 20px; }
  .Bulten-in {
    flex-direction: column;
    justify-content: center; }
  .Bulten-head {
    margin-bottom: 20px; }
    .Bulten-head-text h6 {
      font-size: 20px; }
    .Bulten-head-text p {
      font-size: 13px; }
  .Bulten-form {
    width: 100%;
    min-width: 300px; } }

@media (min-width: 991px) and (max-width: 1367px) {
  .Slider .swiper-container .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 400px;
    height: 3px;
    margin: 0 5px; }
    .Slider .swiper-container .swiper-pagination-progressbar {
      position: static;
      background-color: rgba(255, 255, 255, 0.42); }
      .Slider .swiper-container .swiper-pagination-progressbar-fill {
        height: 12px;
        background-color: #fff;
        margin-top: -4px;
        left: 5px; }
  .Slider-pagination {
    left: 5%;
    bottom: 30%;
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
    max-width: clamp(200px, 18.23vw, 350px); }
    .Slider-pagination .activeslide, .Slider-pagination .totalslide {
      font-size: 12px;
      font-weight: 500;
      color: #ffffff; }
  .Slider-img {
    z-index: 2;
    width: 100%;
    left: 40%;
    top: 50%;
    -webkit-transform: translate(-18%, -40%);
            transform: translate(-18%, -40%);
    position: absolute; }
    .Slider-img img {
      width: 100%;
      max-width: clamp(300px, 34.4vw, 660px); }
  .Slider-buttons {
    }
    .Slider-buttons a:first-child {
      margin-right: 15px; }
  .Navbottom-menu {
    width: 80%; } }

@media (max-width: 991px) {
  html {
    overflow-x: hidden; }
  .mobile {
    display: block !important; }
  .mobile-f {
    display: flex !important; }
  .desktop {
    display: none !important; }
  .buton {
    width: 180px;
    height: 55px;
    border-radius: 4px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px; }
    .buton-radius {
      border-radius: 24px; }
  .p-container {
    padding-left: 0; }
  header {
    position: relative; }
  .Navtop {
    position: fixed;
    padding: 20px;
    background-color: #fff; }
    .Navtop .navbar-brand:before {
      width: 140px;
      height: 52px; }
    .Navtop .navbar-nav {
      margin-right: 60px; }
    .Navtop .navbar-collapse {
      padding-left: 30px;
      padding-top: 30px; }
      .Navtop .navbar-collapse-logo:before {
        width: 140px;
        height: 52px; }
    .Navtop .nav-search {
      position: absolute;
      top: 50%;
      right: 60px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .Navtop .nav-search-button .icon-submit2 {
        width: 24px;
        height: 24px; }
      .Navtop .nav-search label input {
        background-color: #fff; }
      .Navtop .nav-search:focus-within {
        transition: 500ms; }
        .Navtop .nav-search:focus-within input {
          width: 300px;
          padding-right: 50px;
          border: 1px solid #ef7f13;
          transition: 500ms; }
        .Navtop .nav-search:focus-within .icon-submit2 {
          transition: 500ms; }
    .Navtop-in {
      background-color: #fff;
      position: fixed; }
      .Navtop-in .navbar-brand:before {
        width: 140px;
        height: 52px; }
  .Menu-info {
    display: none; }
  .icon-menu {
    width: 100%;
    height: 103px;
    font-size: 14px;
    justify-content: center; }
    .icon-menu:before {
      width: 28px;
      height: 18px;
      margin-bottom: 10px; }
    .icon-menu-active:before {
      width: 31px;
      height: 31px; }
  .gutter {
    width: 100%; }
  .Right {
    position: fixed;
    width: 60px;
    height: 103px;
    min-height: auto;
    padding-bottom: 0;
    z-index: 9999;
    background-color: transparent; }
    .Right-active {
      height: 100%;
      background-color: #474747; }
    .Right-in.Right-active {
      background-color: #474747;
      min-height: 100vh; }
  .Slider {
    margin-top: 102px; }
    .Slider .swiper-container .swiper-slide {
      width: 100vw;
      height: 50vh; }
    .Slider-pagination {
      left: auto;
      right: 5%;
      bottom: auto;
      top: 5%; }
    .Slider-right {
      top: 35%;
     }

  .Slider .swiper-button-prev, .Slider .swiper-button-next {
    bottom: 30px;
  }
  .Slider .swiper-button-prev{
    right: 78px;
  }
  .Slider .swiper-button-next{
    right: 30px;
  }
  .H_info {
    background-size: 200% 60%;
    background-color: #fff;
    background-position: bottom left;
    position: relative; }
    .H_info-in {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: auto;
      padding-top: 30px;
      padding-bottom: 400px; }
    .H_info-text {
      padding: 20px; }
    .H_info-slider {
      position: static;
      height: clamp(240px, 19.27vw, 370px);
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .H_info-slider .swiper-wrapper {
        width: calc(100% - 100px); }
      .H_info-slider .swiper-button-prev, .H_info-slider .swiper-button-next {
        width: 25px;
        height: 15px;
        top: 35px; }
      .H_info-slider .swiper-button-prev {
        right: 10px; }
    .H_info .Katalog {
      padding: 0 16px; }
      .H_info .Katalog img {
        width: 40px; }
      .H_info .Katalog p {
        font-size: clamp(14px, 1.56vw, 30px);
        white-space: nowrap; }
  .Product-in {
    width: 100%; }
  .Detail {
    margin-top: 97px; }
    .Detail-in {
      flex-direction: column; }
    .Detail-left {
      width: 100%;
      padding-right: 0;
      border-right: none; }
      .Detail-left .Breadcrumbs {
        margin-bottom: 20px;
        margin-top: 30px; }
      .Detail-left img {
        max-width: 374px;
        margin-right: auto; }
    .Detail-right {
      width: 100%;
      padding-left: 0;
      padding-top: 40px;
      position: static; }
      .Detail-right .button-back {
        right: 20px;
        top: 150px; }
        .Detail-right .button-back .icon-left {
          width: 39px;
          height: 28px; }
  .Contact-in {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px; }
  .Contact-left {
    width: 100%; }
  .Contact-right {
    width: 100%; }
  .Contact-text {
    align-items: center;
    padding: 30px 30px; }
    .Contact-text h3 {
      text-align: center;
      margin-bottom: 15px; }
    .Contact-text p {
      text-align: center; }
  .Breadcrumbs {
    margin-top: 120px; }
  .Banner-in {
    background-size: 80% 100%; }
  .Menu-in {
    padding: 15px 0;
    flex-wrap: wrap; }
  .Menu-item {
    margin-bottom: 10px;
    padding: 10px; }
  .Navbottom-in {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .Navbottom-left {
    padding-left: 0;
    padding-bottom: 20px; }
  .Navbottom-menu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    width: 100%; }
    .Navbottom-menu ul {
      width: 100%;
      margin-right: 0;
      text-align: center;
      margin-bottom: 10px; }
      .Navbottom-menu ul li a {
        margin-right: 0;
        text-align: center; }
      .Navbottom-menu ul:after {
        display: none; }
    .Navbottom-menu-head-i {
      margin-top: 15px; }
    .Navbottom-menu-desc {
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 100%;
      margin-top: 15px; }
      .Navbottom-menu-desc-phone {
        margin-top: 20px; }
  .Navbottom-copy-in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; } }

@media (max-width: 500px) {
  .Slider-img {
    left: 30%; } }
