/*! 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: "Poppins", 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: 1800px;
    padding-left: 45px;
    padding-right: 45px; }

.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; }

@-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; }

i.icon-search {
  width: 20px;
  height: 22px;
  background-image: url(../images/icon-search.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.Navtop {
  width: 100%;
  transition: 500ms;
  padding-top: 3vh;
  background-color: #fff;
  border-top: 15px solid #dd1d17;
  height: clamp(100px, 7.8vw, 150px);
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .Navtop .Logo {
    width: clamp(60px, 5.2vw, 100px); }
  .Navtop .navbar-brand {
    margin: 0;
    position: absolute;
    -webkit-transform: translateY(clamp(10px, 1.05vw, 15px));
            transform: translateY(clamp(10px, 1.05vw, 15px)); }
    .Navtop .navbar-brand:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: clamp(140px, 9.4vw, 180px);
      height: clamp(100px, 6.6vw, 125px);
      background-size: 100% 100%;
      background-image: url(../images/logo.svg);
      background-repeat: no-repeat; }
  .Navtop .navbar {
    position: static;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Navtop .navbar-nav {
      transition: 400ms; }
    .Navtop .navbar-collapse {
      flex-grow: 0;
      margin: 0 auto; }
      .Navtop .navbar-collapse .nav-item {
        margin-left: clamp(15px, 1.3vw, 25px);
        position: relative;
        align-items: center;
        display: flex;
        justify-content: center; }
        .Navtop .navbar-collapse .nav-item .nav-link {
          padding: 0 5px;
          position: relative;
          transition: 500ms;
          font-size: clamp(13px, 0.85vw, 16px);
          font-weight: 500;
          letter-spacing: normal;
          text-align: left;
          color: #636363; }
          .Navtop .navbar-collapse .nav-item .nav-link:hover {
            color: #dd1d17;
            transition: 500ms; }
      .Navtop .navbar-collapse .active .nav-link {
        color: #dd1d17; }
  .Navtop-search {
    margin-left: auto; }
    .Navtop-search label {
      position: relative; }
      .Navtop-search label input {
        border: solid 1px #e5e3e3;
        background-color: #f5f5f5;
        width: 100%;
        height: 36px;
        font-size: 14px;
        font-weight: normal;
        color: #636363;
        padding-left: 40px;
        padding-right: 20px;
        transition: all 500ms; }
        .Navtop-search label input:focus, .Navtop-search label input:active {
          border: 1px solid #dd1d17; }
  .Navtop-info {
    display: flex; }
    .Navtop-info a {
      display: flex;
      align-items: center;
      font-size: 10px;
      font-weight: 500;
      line-height: 1;
      color: #636363; }
      .Navtop-info a img {
        width: 36px;
        margin-right: 10px; }
  .Navtop-bottom {
    width: 100%;
    height: clamp(48px, 3.125vw, 60px);
    background-color: #f5f5f5; }
    .Navtop-bottom .swiper-slide {
      position: relative;
      height: clamp(48px, 3.125vw, 60px);
      opacity: 0; }
      .Navtop-bottom .swiper-slide .Slidernav-text {
        width: 100%;
        height: clamp(48px, 3.125vw, 60px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        opacity: 0; }
        .Navtop-bottom .swiper-slide .Slidernav-text a {
          max-width: clamp(400px, 32vw, 630px);
          font-size: 10px;
          line-height: 1.2;
          text-align: left;
          color: #636363; }
      .Navtop-bottom .swiper-slide.swiper-slide-active .Slidernav-text {
        opacity: 1; }
    .Navtop-bottom .swiper-button-prev, .Navtop-bottom .swiper-button-next {
      width: 18px;
      height: 11px;
      margin-top: 0;
      background-size: 100% 100%;
      opacity: 1;
      display: block;
      top: clamp(5px, 0.78vw, 15px);
      left: 0;
      outline: none; }
      .Navtop-bottom .swiper-button-prev:after, .Navtop-bottom .swiper-button-next:after {
        display: none; }
    .Navtop-bottom .swiper-button-prev {
      background-image: url(../images/icon-arrow-up.svg); }
    .Navtop-bottom .swiper-button-next {
      background-image: url(../images/icon-arrow-down.svg);
      -webkit-transform: translateY(20px);
              transform: translateY(20px); }

.Navbottom {
  position: relative;
  z-index: 99; }
  .Navbottom-in {
    display: flex;
    justify-content: space-between;
    padding-left: calc((100vw - 1850px) / 2); }
  .Navbottom-left {
    padding-top: clamp(35px, 4vw, 80px);
    padding-bottom: clamp(50px, 7vw, 130px);
    padding-left: 45px;
    padding-right: 30px;
    width: 23%;
    background-color: #f2f2f2; }
    .Navbottom-left a {
      transition: 500ms; }
      .Navbottom-left a:hover {
        color: #0060a8;
        transition: 500ms; }
    .Navbottom-left-logo {
      max-height: 65px;
      -o-object-fit: contain;
         object-fit: contain;
      max-width: 90%; }
    .Navbottom-left-phone {
      margin-top: 40px;
      font-size: clamp(20px, 1.6vw, 29px);
      font-weight: bold;
      line-height: 1;
      color: #727272; }
    .Navbottom-left-mail {
      margin-top: 20px;
      font-size: clamp(13px, 1.1vw, 14px);
      font-weight: 500;
      line-height: 1.54;
      color: #434646; }
    .Navbottom-left-adress {
      margin-top: 20px;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.4;
      color: #434646; }
  .Navbottom-menu {
    width: 77%;
    padding-top: clamp(35px, 4vw, 80px);
    padding-bottom: clamp(50px, 7vw, 130px);
    padding-right: calc((100vw - 1700px) / 2);
    background-color: #434646;
    display: flex;
    justify-content: space-around;
    padding-left: 2%; }
    .Navbottom-menu a {
      transition: 500ms; }
      .Navbottom-menu a:hover {
        color: white !important;
        transition: 500ms; }
    .Navbottom-menu ul li a {
      margin-right: 10px;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.97;
      color: #aeaeaf; }
      .Navbottom-menu ul li a i {
        font-size: 18px; }
    .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-head {
      margin-bottom: 10px;
      font-size: clamp(15px, 1vw, 17.6px);
      font-weight: 500;
      color: white; }
    .Navbottom-menu-copy {
      font-size: 13px;
      font-weight: 500;
      line-height: 1.97;
      color: #aeaeaf; }
    .Navbottom-menu-social {
      width: clamp(30px, 1.82vw, 35px);
      height: clamp(30px, 1.82vw, 35px); }
  .Navbottom-copy {
    background-color: #f5f5f5; }
    .Navbottom-copy-in {
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .Navbottom-copy-in p {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.97;
        color: #aeaeaf; }

.icon-menu {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
  background-color: transparent;
  -webkit-filter: invert(1);
          filter: invert(1); }
  .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; }
  .icon-menu-active {
    -webkit-filter: invert(0);
            filter: invert(0); }
    .icon-menu-active:before {
      background-image: url(../images/icon-exit.svg); }

.Search label {
  position: relative;
  width: 100%; }
  .Search label input {
    border: solid 1px #e5e3e3;
    background-color: #f5f5f5;
    width: 100%;
    height: 36px;
    font-size: 14px;
    font-weight: normal;
    color: #636363;
    padding-left: 40px;
    padding-right: 20px;
    transition: all 500ms; }
    .Search label input:focus, .Search label input:active {
      border: 1px solid #dd1d17; }

.Search .Button {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 0.95vw, 18px);
  font-weight: 500;
  line-height: 1.2;
  border: 1px solid #828282;
  background-color: #dd1d17;
  color: #fff;
  height: 40px;
  padding: 0 10px;
  transition: all 500ms;
  margin-top: 10px; }
  .Search .Button:hover {
    background-color: #828282;
    color: #fff; }

.Search .icon-exit {
  width: 20px;
  height: 21px;
  background-image: url(../images/icon-exit.svg); }

.modal-dialog {
  margin: 10.75rem auto; }

.Slider {
  position: relative;
  z-index: 1;
  margin-top: 40px; }
  .Slider .swiper-container .swiper-pagination-bullets {
    left: unset;
    width: auto;
    right: 110px;
    bottom: 40px; }
  .Slider .swiper-container .swiper-pagination-bullet {
    outline: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
    opacity: 0.5;
    position: relative;
    margin-right: 20px;
    z-index: 99; }
    .Slider .swiper-container .swiper-pagination-bullet:last-child {
      margin-right: 0; }
    .Slider .swiper-container .swiper-pagination-bullet:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 7px;
      height: 7px;
      border-radius: 100%;
      background: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 1; }
    .Slider .swiper-container .swiper-pagination-bullet:after {
      content: " ";
      display: inline-block;
      transition: 500ms;
      width: 20px;
      height: 20px;
      background-color: #dd1d17;
      border-radius: 100%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: -1;
      position: absolute;
      opacity: 0; }
    .Slider .swiper-container .swiper-pagination-bullet-active {
      opacity: 1;
      background-color: #dd1d17; }
      .Slider .swiper-container .swiper-pagination-bullet-active:after {
        opacity: 1; }
  .Slider .swiper-container .swiper-button-prev, .Slider .swiper-container .swiper-button-next {
    width: clamp(34px, 2.5vw, 48px);
    height: clamp(34px, 2.5vw, 48px);
    margin-top: 0;
    background-size: 100% 100%;
    opacity: 1;
    display: block;
    right: 20px;
    top: 20px;
    left: unset;
    outline: none; }
    .Slider .swiper-container .swiper-button-prev:after, .Slider .swiper-container .swiper-button-next:after {
      display: none; }
  .Slider .swiper-container .swiper-button-prev {
    background-image: url(../images/icon-prev.svg); }
  .Slider .swiper-container .swiper-button-next {
    background-image: url(../images/icon-next.svg);
    top: 75px;
    right: 75px; }
  .Slider .swiper-container .swiper-slide {
    position: relative;
    height: 100vh;
    max-height: 690px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }
    .Slider .swiper-container .swiper-slide:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 100%;
      height: 100%;
      background-image: url(../images/slider-back.svg);
      position: absolute;
      left: 0;
      top: 0; }
    .Slider .swiper-container .swiper-slide:after {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 87.4px;
      height: 2px;
      background-color: #dd1d17;
      position: absolute;
      right: 0;
      bottom: 50px; }
  .Slider-text {
    display: flex;
    flex-direction: column;
    max-width: 430px;
    z-index: 2;
    position: absolute;
    left: 70px;
    bottom: 45px; }
    .Slider-text img {
      max-width: clamp(150px, 13vw, 250px);
      position: absolute;
      left: clamp(100px, 9.4vw, 180px);
      top: -50px; }
    .Slider-text h1 {
      font-size: clamp(32px, 4.42vw, 85px);
      font-weight: 500;
      line-height: 1.2;
      color: #ffffff; }
    .Slider-text p {
      font-size: clamp(14px, 0.93vw, 18px);
      font-weight: 300;
      line-height: 1.53;
      color: #ffffff; }
      .Slider-text p span {
        font-size: clamp(18px, 1.2vw, 23px);
        font-weight: bold;
        color: #dd1d17;
        display: block; }
    .Slider-text-button {
      display: flex;
      width: 100%;
      margin-top: 20px; }
      .Slider-text-button .buton {
        border: solid 0.5px #ffffff;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.2;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        transition: all 500ms; }
        .Slider-text-button .buton:hover {
          background-color: #dd1d17; }
        .Slider-text-button .buton-red {
          background-color: #dd1d17;
          border: solid 0.5px transparent;
          margin-right: 20px; }
          .Slider-text-button .buton-red:hover {
            border: solid 0.5px #ffffff; }

.A_about {
  margin-bottom: 40px;
  margin-top: 35px; }
  .A_about-in {
    display: flex;
    justify-content: space-between;
    height: clamp(410px, 28.125vw, 540px); }
  .A_about-item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 20px);
    background-color: #E6E6E6;
    position: relative;
    z-index: 2; }
    .A_about-item h1 {
      font-size: clamp(20px, 2.6vw, 50px);
      font-weight: 800;
      line-height: 1.2;
      letter-spacing: normal;
      margin-bottom: 10px; }
    .A_about-item h4 {
      font-size: clamp(15px, 1.2vw, 23px);
      font-weight: bold;
      line-height: 1.53; }
    .A_about-item p {
      font-size: clamp(13px, 0.95vw, 18px);
      font-weight: 300;
      line-height: 1.53;
      max-width: 520px;
      position: relative;
      z-index: 2; }
    .A_about-item h1, .A_about-item h4, .A_about-item p {
      color: #333333; }
    .A_about-item a {
      display: flex;
      align-items: center;
      font-size: clamp(14px, 0.95vw, 18px);
      font-weight: 500;
      line-height: 1.2;
      border: 1px solid #828282;
      color: #727272;
      height: 50px;
      padding: 0 10px;
      transition: all 500ms; }
      .A_about-item a:first-child {
        margin-right: 13px; }
      .A_about-item a:hover {
        background-color: #595959;
        color: #fff; }
      .A_about-item a.bg-gray {
        background-color: #595959;
        color: #fff; }
        .A_about-item a.bg-gray:hover {
          color: #727272;
          background-color: #fff; }
    .A_about-item-text {
      padding: 35px; }
    .A_about-item-buttons {
      display: flex;
      background-color: #f2f2f2;
      margin-top: auto;
      padding: clamp(30px, 3.125vw, 60px) 35px 30px;
      position: relative;
      z-index: -1; }
    .A_about-item-img {
      position: absolute;
      right: 0;
      width: clamp(200px, 22.9vw, 440px);
      top: 35%;
      z-index: 1;
      pointer-events: none; }
    .A_about-item.red {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      .A_about-item.red h1, .A_about-item.red h4, .A_about-item.red p {
        color: #fff; }
      .A_about-item.red a {
        border-color: #dd1d17;
        color: #dd1d17; }
        .A_about-item.red a:hover {
          background-color: #dd1d17;
          color: #fff; }
        .A_about-item.red a.bg-red {
          background-color: #dd1d17;
          color: #fff; }
          .A_about-item.red a.bg-red:hover {
            color: #dd1d17;
            background-color: #fff; }

.Parkur {
  margin-bottom: 40px; }
  .Parkur-in {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .Parkur-left {
    width: 73%; }
    .Parkur-left img {
      width: 100%; }
  .Parkur-right {
    width: 25%; }
    .Parkur-right h3 {
      font-size: clamp(30px, 4.06vw, 78px);
      font-weight: bold;
      line-height: 1.2;
      text-align: right;
      color: #B40000; }
      .Parkur-right h3 span {
        font-size: clamp(24px, 2.23vw, 43px);
        font-weight: 300;
        display: block; }
    .Parkur-right p {
      font-size: clamp(13px, 0.95vw, 18px);
      font-weight: 300;
      line-height: 1.53;
      text-align: right;
      color: #000; }
      .Parkur-right p b {
        display: block;
        font-size: clamp(16px, 1.2vw, 23px);
        font-weight: bold; }

.Banner {
  margin: 55px 0; }
  .Banner-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 30px; }
    .Banner-text h2 {
      font-size: clamp(18px, 1.45vw, 28px);
      font-weight: 300;
      line-height: 1.25;
      color: #091037;
      max-width: 725px; }
      .Banner-text h2 b {
        display: block;
        font-weight: bold; }
    .Banner-text h1 {
      font-size: clamp(28px, 2.44vw, 47px);
      font-weight: bold;
      line-height: 1.19;
      letter-spacing: normal;
      color: #a8a8a8; }
  .Banner-img img {
    width: 100%; }
  .Banner-map {
    width: 100%;
    height: clamp(300px, 33vw, 650px); }

#map {
  width: 100%;
  height: 100%; }

.Kurumsal .Banner {
  height: unset; }

.Kurumsal-in {
  display: flex;
  width: 100%; }

.Kurumsal-text p {
  max-width: 850px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #898989;
  margin-bottom: 20px; }

.Kurumsal-text-logo {
  display: flex; }
  .Kurumsal-text-logo img {
    margin-left: auto; }

.Kurumsal-info {
  display: flex;
  align-items: center;
  margin-top: 50px;
  width: 100%;
  padding: 20px 0;
  border: 1px solid #b2b2b2;
  border-left: none;
  justify-content: space-between;
  border-right: none; }
  .Kurumsal-info h6 {
    font-size: clamp(19px, 1.61vw, 31px);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    border-right: 1px solid #b2b2b2;
    padding-right: 40px;
    padding-left: 20px; }
  .Kurumsal-info p {
    width: 55%;
    font-size: clamp(13px, 1vw, 18px);
    font-weight: 500;
    line-height: 1.11;
    color: #434646;
    padding-left: 30px;
    padding-right: 5%; }
  .Kurumsal-info a {
    display: block;
    transition: 500ms;
    font-size: clamp(23px, 1.78vw, 33px);
    font-weight: bold;
    line-height: 0.74;
    color: #727272;
    text-align: right;
    border-left: 1px solid #b2b2b2;
    padding-left: 100px; }
    .Kurumsal-info a.mail {
      font-size: 15.9px;
      font-weight: 500;
      line-height: 1.54;
      color: #434646; }
    .Kurumsal-info a:hover {
      color: #dd1d17;
      transition: 500ms; }

.Kurumsal-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px; }
  .Kurumsal-form-item {
    width: 49%;
    margin-bottom: 2%; }
    .Kurumsal-form-item input,
    .Kurumsal-form-item textarea {
      padding-left: 25px;
      font-size: 16px;
      line-height: 1.56;
      color: #8d8d8d;
      border-radius: 6px;
      border: solid 1px #cbceda;
      background-color: #ffffff; }
      .Kurumsal-form-item input:focus,
      .Kurumsal-form-item textarea:focus {
        border-color: #dd1d17;
        box-shadow: none; }
    .Kurumsal-form-item input {
      height: 60px; }
    .Kurumsal-form-item textarea {
      padding-top: 15px;
      height: 160px; }
  .Kurumsal-form-button {
    width: 133px;
    height: 50px;
    background-color: #dd1d17;
    border-radius: 10px;
    margin-left: auto;
    font-size: 18px;
    color: white;
    transition: 500ms; }
    .Kurumsal-form-button:hover {
      transition: 500ms;
      color: white; }

.Kurumsal-media {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px; }
  .Kurumsal-media-item {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(33.33% - 20px); }

.About-in {
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between; }

.About-left {
  width: 13.5vw; }

.About-right {
  width: calc(100% - 15.6vw);
  padding-left: 20px;
  margin-bottom: 60px; }

.About-menu ul li {
  margin-bottom: 20px; }
  .About-menu ul li a {
    display: block;
    font-size: clamp(16px, 1vw, 19px);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #aeaeaf;
    border-bottom: solid 1px #b2b2b2;
    padding-bottom: 10px;
    transition: 500ms; }
    .About-menu ul li a:hover {
      color: #0060a8;
      transition: 500ms; }

.About-text h6 {
  font-size: clamp(18px, 1.3vw, 20px);
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: -0.3px;
  color: #3d3a2f;
  margin-bottom: 30px; }

.About-text p {
  font-size: clamp(14px, 1.1vw, 20px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: -0.5px;
  text-align: left;
  color: #656565;
  margin-bottom: 15px; }

.About-text img {
  width: 100%;
  margin: 20px 0; }

.About-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px; }

.About-item {
  margin-bottom: 30px;
  margin-right: 30px;
  width: calc(33.33% - 30px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .About-item img {
    width: 100%; }
  .About-item h4 {
    font-size: 20px; }

.dataTables_wrapper label {
  width: 100%;
  display: flex;
  align-items: center; }

.dataTables_length,
.dataTables_filter {
  width: 100%; }

table.dataTable.no-footer {
  border: none; }

table.dataTable tbody td {
  padding: 10px 20px;
  font-size: clamp(14px, 1.1vw, 20px);
  color: #7b7b7b; }

table.dataTable thead th, table.dataTable tfoot th {
  font-size: clamp(14px, 1.1vw, 20px);
  font-weight: normal; }

.dataTables_wrapper .dataTables_length select {
  margin-right: 10px; }

.dataTables_filter label {
  justify-content: flex-end; }

.dataTables_wrapper .dataTables_filter label input {
  margin-left: 10px; }

.dataTables_wrapper label select,
.dataTables_wrapper label input {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  margin-top: 10px; }

table.dataTable thead th, table.dataTable thead td {
  border: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none;
  padding: 0; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: none;
  background: none; }

table.dataTable tbody tr.even {
  background-color: #fff; }

table.dataTable tbody tr.odd {
  background-color: #f6f4f4 !important; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: transparent; }

.Uygulama {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .Uygulama-item {
    width: calc(25% - 14px);
    border: solid 1px #f3f3f3;
    background-color: #fff;
    margin-bottom: 24px; }
    .Uygulama-item-img img {
      width: 100%; }
    .Uygulama-item-text {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 5px 10px 5px 20px; }
      .Uygulama-item-text h4 {
        font-size: 15px;
        font-weight: normal;
        letter-spacing: -0.38px;
        color: #000000; }
      .Uygulama-item-text i.uygulama {
        width: 51px;
        height: 48px;
        background-size: 100% 100%;
        background-image: url(../images/icon-uygulama.png);
        display: inline-block; }

.Renk-item {
  display: flex; }
  .Renk-item span {
    width: 17px;
    height: 17px;
    margin-right: 2px;
    display: block; }

.Urunler {
  display: flex;
  flex-wrap: wrap;
  margin-right: -28px; }
  .Urunler-item {
    width: calc(25% - 28px);
    background-color: #fff;
    margin-bottom: 28px;
    margin-right: 28px; }
    .Urunler-item-img {
      padding: clamp(40px, 4.7vw, 90px) 0;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      border: solid 1px #f3f3f3; }
      .Urunler-item-img img {
        width: 100%;
        max-width: 240px; }
    .Urunler-item-text {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 10px; }
      .Urunler-item-text h4 {
        font-size: 15px;
        font-weight: normal;
        letter-spacing: -0.38px;
        color: #000000; }
    .Urunler-item-detail {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      padding: clamp(15px, 1.56vw, 30px) clamp(9px, 1vw, 18px);
      background-color: #00000050;
      opacity: 0;
      pointer-events: none;
      transition: all 500ms; }
      .Urunler-item-detail-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 5px 0; }
        .Urunler-item-detail-item:nth-child(2) {
          border-top: none; }
      .Urunler-item-detail h6 {
        font-size: clamp(11px, 0.67vw, 13px);
        font-weight: normal;
        letter-spacing: -0.33px;
        color: #ffffff; }
      .Urunler-item-detail p {
        font-size: 10px;
        font-weight: normal;
        letter-spacing: -0.25px;
        color: #ffffff; }
      .Urunler-item-detail:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: clamp(24px, 2.18vw, 42px);
        height: clamp(24px, 2.18vw, 42px);
        background-size: 100% 100%;
        background-image: url(../images/icon-search-w.svg);
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .Urunler-item:hover {
      transition: 500ms; }
      .Urunler-item:hover .Urunler-item-detail {
        opacity: 1;
        pointer-events: all; }

.Pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .Pagination-arrows {
    width: 8.5px;
    height: 11.4px;
    background-size: 100% 100%;
    background-image: url(../images/next.svg); }
    .Pagination-arrows.Pagination-prev {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .Pagination-in {
    margin: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .Pagination-item {
    margin-right: 30px;
    font-size: 14px;
    color: #b7b7b7;
    position: relative;
    transition: all 500ms; }
    .Pagination-item:before {
      content: "";
      display: inline-block;
      transition: all 500ms;
      width: 41px;
      height: 41px;
      background-color: #dd1d17;
      border-radius: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: -1;
      opacity: 0; }
    .Pagination-item:last-child {
      margin-right: 0; }
    .Pagination-item:hover, .Pagination-item.active {
      color: #fff; }
    .Pagination-item:hover:before, .Pagination-item.active:before {
      opacity: 1; }

.Urun-modal .modal-dialog {
  max-width: 1380px; }

.Urun-detail {
  display: flex;
  justify-content: space-between;
  padding: clamp(15px, 1.56vw, 30px);
  position: relative; }
  .Urun-detail-left {
    width: 40%;
    padding-right: 50px;
    border-right: solid 1px #7d7d7d; }
    .Urun-detail-left h3 {
      font-size: clamp(18px, 1.3vw, 30px);
      font-weight: normal;
      margin-bottom: 15px;
      letter-spacing: -0.63px;
      color: #000000; }
    .Urun-detail-left-item {
      border-top: solid 1px #7d7d7d;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0; }
      .Urun-detail-left-item h6 {
        font-size: clamp(14px, 1.1vw, 21px);
        font-weight: normal;
        letter-spacing: -0.53px;
        color: #656565; }
      .Urun-detail-left-item .Renk-item span {
        width: clamp(20px, 1.45vw, 28px);
        height: clamp(20px, 1.45vw, 28px); }
      .Urun-detail-left-item p {
        margin-top: 15px;
        width: 100%;
        font-size: clamp(13px, 1vw, 20px);
        font-weight: normal;
        line-height: 1.75;
        letter-spacing: -0.5px;
        color: #656565; }
      .Urun-detail-left-item:last-child {
        border-bottom: none; }
  .Urun-detail-right {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .Urun-detail-right img {
      width: 100%;
      max-width: 400px; }
    .Urun-detail-right-links {
      position: absolute;
      top: 40px;
      right: 40px; }
      .Urun-detail-right-links a {
        display: block;
        width: 57px;
        height: 57px;
        background-size: 100% 100%; }
      .Urun-detail-right-links .Prev-urun {
        background-image: url(../images/icon-prev-b.svg); }
      .Urun-detail-right-links .Next-urun {
        background-image: url(../images/icon-next-w.svg);
        -webkit-transform: translateX(-57px);
                transform: translateX(-57px); }
      .Urun-detail-right-links .close {
        font-size: 32px;
        right: 10px;
        top: 72px;
        position: absolute; }

@media (max-width: 768px) {
  .dataTables_filter label {
    justify-content: flex-start; } }

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

@media (min-width: 768px) and (max-width: 1250px) {
  .Uygulama {
    justify-content: space-around; }
    .Uygulama-item {
      width: calc(33.3% - 14px); }
  .Urun-detail-right-links {
    top: 20px;
    right: 20px; }
    .Urun-detail-right-links a {
      width: 40px;
      height: 40px; }
    .Urun-detail-right-links .Next-urun {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px); }
    .Urun-detail-right-links .close {
      font-size: 24px;
      right: 10px;
      top: 48px; } }

@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 0 3px -1px rgba(0, 0, 0, 0.3);
    background-color: white;
    border-top: 5px solid #dd1d17;
    height: auto; }
    .Navtop-info {
      display: none; }
    .Navtop .navbar {
      padding: 0; }
      .Navtop .navbar-brand {
        padding: 0;
        margin-bottom: 0; }
        .Navtop .navbar-brand:before {
          width: 130px;
          height: 56px; }
      .Navtop .navbar-nav {
        margin-right: auto;
        margin-left: auto; }
      .Navtop .navbar-collapse {
        position: fixed;
        left: 0;
        right: 0;
        top: 95px;
        bottom: 0;
        display: flex;
        align-items: flex-start;
        transition: 300ms;
        opacity: 0;
        pointer-events: none;
        padding-top: 10vh;
        -webkit-transform: translateY(50px);
                transform: translateY(50px); }
        .Navtop .navbar-collapse:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: red;
          opacity: 0.8; }
        .Navtop .navbar-collapse-active {
          pointer-events: auto;
          transition: 300ms;
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
        .Navtop .navbar-collapse .nav-item {
          margin-left: 0;
          line-height: 2.5; }
          .Navtop .navbar-collapse .nav-item .nav-link {
            padding: 0 5px;
            font-size: 18px;
            color: white; }
            .Navtop .navbar-collapse .nav-item .nav-link:hover {
              color: #000;
              transition: 500ms; }
        .Navtop .navbar-collapse .navbar-brand {
          display: none; }
    .Navtop-search {
      position: absolute;
      right: 90px; }
      .Navtop-search label {
        position: relative;
        -webkit-transform: translateY(-2px);
                transform: translateY(-2px); }
        .Navtop-search label i.icon-search {
          pointer-events: all;
          cursor: pointer; }
        .Navtop-search label input {
          display: none; }
    .Navtop-bottom {
      display: none; }
  .Navbottom-in {
    flex-direction: column;
    align-items: center; }
  .Navbottom-left {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    text-align: center; }
    .Navbottom-left-map {
      justify-content: center;
      margin-top: 30px; }
    .Navbottom-left p {
      max-width: none; }
  .Navbottom-menu {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center; }
    .Navbottom-menu ul {
      margin-bottom: 20px; }
      .Navbottom-menu ul:last-child {
        margin-bottom: 0; }
      .Navbottom-menu ul li a {
        margin-right: 10px;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.97;
        color: #aeaeaf; }
        .Navbottom-menu ul li a i {
          font-size: 18px; }
      .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-head {
      margin-bottom: 10px;
      font-size: clamp(15px, 1vw, 17.6px);
      font-weight: 500;
      color: white; }
  .Navbottom-copy-in {
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
    flex-direction: column; }
    .Navbottom-copy-in p {
      font-size: 13px; }
  .Slider {
    margin-top: 95px;
    overflow: hidden; }
    .Slider .container {
      padding: 0 !important; }
    .Slider .swiper-container .swiper-slide {
      height: calc(90vh - 95px); }
      .Slider .swiper-container .swiper-slide:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        background-color: white;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.4; }
    .Slider .swiper-container .swiper-button-prev, .Slider .swiper-container .swiper-button-next {
      right: 0;
      top: unset;
      bottom: 40px;
      left: 20px; }
    .Slider .swiper-container .swiper-button-prev {
      background-image: url(../images/icon-prev.svg); }
    .Slider .swiper-container .swiper-button-next {
      background-image: url(../images/icon-next.svg);
      top: unset;
      right: unset;
      left: 60px; }
    .Slider-text {
      position: absolute;
      top: 50%;
      width: calc(100% - 60px);
      padding-left: 30px;
      padding-right: 30px;
      left: 50%;
      text-align: center;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: flex;
      flex-direction: column;
      align-items: center; }
      .Slider-text img {
        position: static; }
      .Slider-text h1 {
        font-size: 40px;
        letter-spacing: -2px; }
      .Slider-text-button {
        flex-direction: column;
        align-items: center; }
        .Slider-text-button .buton {
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          margin-bottom: 10px;
          margin-right: 0; }
          .Slider-text-button .buton:last-child {
            margin-bottom: 0; }
  .Banner {
    margin-top: 120px;
    margin-bottom: 0; }
    .Banner-text {
      flex-direction: column-reverse;
      justify-content: center;
      padding: 0 10px;
      text-align: center; }
  .A_about-in {
    flex-direction: column;
    justify-content: center;
    height: auto; }
  .A_about-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px; }
    .A_about-item-text {
      padding: 25px; }
    .A_about-item-buttons {
      padding: clamp(30px, 3.125vw, 60px) 25px 30px; }
  .Parkur {
    margin-bottom: 40px; }
    .Parkur-in {
      flex-direction: column;
      justify-content: center; }
    .Parkur-left {
      width: 100%;
      margin-bottom: 20px; }
    .Parkur-right {
      width: 100%; }
      .Parkur-right h3 {
        text-align: center;
        margin-bottom: 10px; }
      .Parkur-right p {
        text-align: center; }
  .About-in {
    padding-top: 30px;
    padding-bottom: 0;
    flex-direction: column; }
  .About-left {
    width: 100%; }
  .About-right {
    width: 100%;
    padding: 15px;
    margin-bottom: 0; }
    .About-right.Form {
      flex-direction: column-reverse;
      display: flex; }
  .About-menu ul li {
    margin-bottom: 15px; }
    .About-menu ul li a {
      font-size: 16px;
      padding-bottom: 5px; }
  .About-catalog {
    margin-top: 30px; }
  .About-text {
    text-align: center; }
    .About-text h6 {
      font-size: 20px;
      margin-bottom: 20px; }
    .About-text p {
      font-size: 15px;
      line-height: 1.5;
      margin-bottom: 10px; }
  .About-inner {
    margin-right: -15px; }
  .About-item {
    margin-bottom: 5px;
    margin-right: 15px;
    width: calc(50% - 30px); }
  .Kurumsal-text p {
    max-width: 850px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #898989;
    margin-bottom: 20px; }
  .Kurumsal-text-logo {
    display: flex; }
    .Kurumsal-text-logo img {
      margin-left: auto; }
  .Kurumsal-info {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    padding: 20px 0;
    border: none;
    margin-bottom: 20px; }
    .Kurumsal-info h6 {
      font-size: clamp(19px, 1.61vw, 31px);
      border-right: none;
      padding: 0;
      margin-bottom: 10px; }
    .Kurumsal-info p {
      width: 100%;
      font-size: clamp(13px, 1vw, 18px);
      padding: 0;
      text-align: center;
      margin-bottom: 10px; }
    .Kurumsal-info a {
      text-align: center;
      border-left: none;
      padding: 0; }
  .Kurumsal-form {
    justify-content: center;
    margin-top: 10px; }
    .Kurumsal-form-item {
      width: 100%; }
      .Kurumsal-form-item input,
      .Kurumsal-form-item textarea {
        padding-left: 15px;
        font-size: 14px; }
  .dataTables_wrapper.container-fluid {
    padding: 0 !important; }
  .dataTables_wrapper .col-sm-12 {
    padding: 0 !important; }
  table.dataTable tbody td {
    padding: 10px;
    font-size: 12px; }
  table.dataTable thead th, table.dataTable tfoot th {
    font-size: 12px; }
  .Pagination {
    margin-bottom: 40px; }
  .Urun-detail {
    flex-direction: column;
    justify-content: center; }
    .Urun-detail-left {
      width: 100%;
      padding-right: 0;
      border-right: none;
      padding-top: 35px; }
    .Urun-detail-right {
      width: 100%; }
      .Urun-detail-right-links {
        top: 0;
        right: 20px;
        display: flex; }
        .Urun-detail-right-links a {
          width: 40px;
          height: 40px; }
        .Urun-detail-right-links .Next-urun {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          margin-left: 10px;
          margin-right: 45px; }
        .Urun-detail-right-links .close {
          font-size: 32px;
          right: 0;
          top: 5px; } }

@media (max-width: 768px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .A_about-item h1 {
    margin-bottom: 30px; }
  .A_about-item-text {
    padding: 25px; }
  .A_about-item-buttons {
    padding: 20px; }
  .A_about-item-img {
    width: clamp(150px, 22.9vw, 440px);
    top: 5px; }
  .A_about-item.red a {
    border-color: #dd1d17;
    color: #dd1d17; }
    .A_about-item.red a:hover {
      background-color: #dd1d17;
      color: #fff; }
    .A_about-item.red a.bg-red {
      background-color: #dd1d17;
      color: #fff; }
      .A_about-item.red a.bg-red:hover {
        color: #dd1d17;
        background-color: #fff; }
  .About-right.Uygulama-pading {
    padding: 0; }
  .Uygulama {
    margin-top: 20px; }
    .Uygulama-item {
      width: calc(50% - 5px);
      margin-bottom: 10px; }
      .Uygulama-item-text {
        padding: 15px; }
        .Uygulama-item-text i.uygulama {
          display: none; }
  .Urunler {
    margin-right: -14px; }
    .Urunler-item {
      width: calc(50% - 14px);
      background-color: #fff;
      margin-bottom: 14px;
      margin-right: 14px; }
      .Urunler-item-img {
        padding: clamp(40px, 4.7vw, 90px) 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border: solid 1px #f3f3f3; }
        .Urunler-item-img img {
          width: 100%;
          max-width: 240px; }
      .Urunler-item-text {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 10px; }
        .Urunler-item-text h4 {
          font-size: 15px;
          font-weight: normal;
          letter-spacing: -0.38px;
          color: #000000; }
      .Urunler-item-detail {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: clamp(15px, 1.56vw, 30px) clamp(9px, 1vw, 18px);
        background-color: #00000050;
        opacity: 0;
        pointer-events: none;
        transition: all 500ms; }
        .Urunler-item-detail-item {
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-top: 1px solid #fff;
          border-bottom: 1px solid #fff;
          padding: 5px 0; }
          .Urunler-item-detail-item:nth-child(2) {
            border-top: none; }
        .Urunler-item-detail .Renk-item {
          display: flex; }
          .Urunler-item-detail .Renk-item span {
            width: 17px;
            height: 17px;
            margin-right: 2px;
            display: block; }
        .Urunler-item-detail h6 {
          font-size: clamp(11px, 0.67vw, 13px);
          font-weight: normal;
          letter-spacing: -0.33px;
          color: #ffffff; }
        .Urunler-item-detail p {
          font-size: 10px;
          font-weight: normal;
          letter-spacing: -0.25px;
          color: #ffffff; }
        .Urunler-item-detail:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          width: clamp(24px, 2.18vw, 42px);
          height: clamp(24px, 2.18vw, 42px);
          background-size: 100% 100%;
          background-image: url(../images/icon-search-w.svg);
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .Urunler-item:hover {
        transition: 500ms; }
        .Urunler-item:hover .Urunler-item-detail {
          opacity: 1;
          pointer-events: all; } }
