



/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: Poppins, sans-serif;
}
*,
::after,
::before {
  box-sizing: border-box;
  outline: unset;
}
body,
html {
  min-height: 100%;
  height: 100%;
  font-family: Poppins, sans-serif;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: unset;
}
#tamMenu {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  background: linear-gradient(256deg, #a70b0b 23%, #5f0000 75%);
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.5s;
  padding: 0 !important;
}
#tamMenu .container {
  height: 100%;
  padding: 0 20px;
}
#tamMenu .container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgb(157 157 157 / 12%);
}
#tamMenu .container .header span {
  color: #fff;
  font-weight: 500;
  flex: 1;
  padding-left: 15px;
}
#tamMenu .closebtn {
  font-size: 50px;
  color: #fff;
  text-align: right;
  width: 100%;
  max-width: 100px;
}
#tamMenu .container .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  padding: 0 0 0;
  flex-direction: column;
}
#tamMenu .container .content .topMenu {
  display: flex;
  width: 100%;
  padding: 10px 0;
  justify-content: space-between;
  border-bottom: 1px solid rgb(157 157 157 / 12%);
}
#tamMenu .container .content .topMenu .socials {
  display: flex;
}
#tamMenu .container .content .topMenu .socials .social {
  display: flex;
  align-items: center;
  padding: 15px 0;
  margin-right: 0;
  margin: 0 34px;
}
#tamMenu .container .content .topMenu .socials .social p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #fff;
}
#tamMenu .container .content .topMenu .socials .social p b {
  font-weight: 600;
}
#tamMenu .container .content .topMenu .socials .social .icons {
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  display: flex;
  border-left: 1px solid #a0a0a0;
}
#tamMenu .container .content .topMenu .socials .social .icons a {
  display: flex;
  margin-left: 5px;
}
#tamMenu .container .content .topMenu .socials .social .icons a:first-child {
  margin-left: 0;
}
#tamMenu .container .content .topMenu .socials .social .icons a img {
  height: 25px;
  filter: invert(100%) saturate(2%) brightness(108%) contrast(101%);
  transition: all 0.3s;
}
#tamMenu .container .content .topMenu .socials .social .icons a:hover img {
  transition: all 0.3s;
  filter: invert(73%) saturate(2619%) brightness(104%) contrast(104%);
}
#tamMenu .container .content .topMenu .socials .line {
  width: 1px;
  height: 67px;
  background: #686e75;
  margin: 0 15px;
}
#tamMenu .container .content .topMenu .socials .single {
  display: flex;
  align-items: center;
  transition: all 0.3s;
  padding: 15px 0;
}
#tamMenu .container .content .topMenu .socials .single img {
  height: 25px;
  filter: invert(100%) saturate(2%) brightness(108%) contrast(101%);
  transition: all 0.3s;
}
#tamMenu .container .content .topMenu .socials .single:hover img {
  filter: invert(73%) saturate(2619%) brightness(104%) contrast(104%);
  transition: all 0.3s;
}
#tamMenu .container .content .topMenu .socials .single p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #fff;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #686e75;
}
#tamMenu .container .content .topMenu .socials .single p b {
  font-weight: 600;
}
#tamMenu .container .content .topMenu .phone {
  display: flex;
  align-items: center;
  transition: all 0.3s;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#tamMenu .container .content .topMenu .phone:hover {
  opacity: 0.75;
  transition: all 0.3s;
}
#tamMenu .container .content .topMenu .phone .text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column-reverse;
}
#tamMenu .container .content .topMenu .phone .text p {
  font-size: 18px;
  color: rgb(255 255 255 / 54%);
  padding: 0;
  margin: 0;
}
#tamMenu .container .content .topMenu .phone .text h1 {
  margin: 0;
  padding: 0;
  font-size: 23px;
  color: #fff;
  font-weight: 600;
}
#tamMenu .container .content .topMenu .phone img {
  height: 35px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #386c8d;
  filter: invert(100%) saturate(2%) brightness(108%) contrast(101%);
}
#tamMenu .container .content .mMenuM {
  display: flex;
  width: 100%;
  padding: 20px 0;
}
#tamMenu .container .content .mMenuM .leftMenu {
  display: flex;
  flex-direction: column;
  padding: 0 20px 0 0;
  flex: 0.6;
  max-width: 300px;
  border-right: 1px dashed rgb(157 157 157 / 23%);
}
#tamMenu .container .content .mMenuM .leftMenu .links {
  display: flex;
  flex-direction: column;
  margin-left: 6px;
  justify-content: flex-start;
  height: fit-content;
  flex: 1;
  padding-left: 10px;
}
#tamMenu .container .content .mMenuM .leftMenu .links:first-child {
  margin-left: 0;
}
#tamMenu .container .content .mMenuM .leftMenu .links a {
  transition: all 0.3s;
  color: rgba(255, 255, 255, 0.685);
  font-weight: 400;
  font-size: 14px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
#tamMenu .container .content .mMenuM .leftMenu .links a:first-child {
  margin-top: 0;
}
#tamMenu .container .content .mMenuM .leftMenu .links a:hover {
  opacity: 0.89;
  transition: all 0.3s;
  transform: scale(0.95);
  color: rgb(255 255 255 / 40%);
}
#tamMenu .container .content .mMenuM .leftMenu .links a h1 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #fff;
}
#tamMenu .container .content .mMenuM .leftMenu .links a img {
  height: 35px;
  margin-right: 10px;
  filter: invert(100%) saturate(5098%) brightness(120%) contrast(100%);
  transition: all 0.3s;
}
#tamMenu .container .content .mMenuM .leftMenu .links a:hover h1 {
  color: rgb(255 255 255 / 40%);
  transition: all 0.3s;
}
#tamMenu .container .content .mMenuM .leftMenu .links a:hover img {
  filter: invert(73%) saturate(2619%) brightness(104%) contrast(104%);
  transition: all 0.3s;
}
#tamMenu .container .content .mMenuM .leftMenu .links .cmt {
  margin-top: 50px;
}
#tamMenu .container .content .mMenuM .rightMenu {
  flex: 2;
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
  width: 100%;
}
#tamMenu .container .content .mMenuM .rightMenu .singleLeft {
  display: flex;
  flex-wrap: wrap;
  margin-right: 15px;
  flex: 0.95;
  position: relative;
  padding-left: 25px;
}
#tamMenu .container .content .mMenuM .rightMenu .singleLeft .leftText {
  display: flex;
  flex: 1;
  flex-direction: column;
}
#tamMenu .container .content .mMenuM .rightMenu .singleLeft .leftText .title {
  display: flex;
  height: fit-content;
  margin-bottom: 20px;
  flex-direction: column;
}
#tamMenu
  .container
  .content
  .mMenuM
  .rightMenu
  .singleLeft.rghS
  .leftText
  .title {
  margin-bottom: 5px;
}
#tamMenu
  .container
  .content
  .mMenuM
  .rightMenu
  .singleLeft
  .leftText
  .title
  h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 19px;
}
#tamMenu
  .container
  .content
  .mMenuM
  .rightMenu
  .singleLeft
  .leftText
  .title
  h1
  b {
  color: #ff0000;
  font-size: 15px;
}
#tamMenu
  .container
  .content
  .mMenuM
  .rightMenu
  .singleLeft
  .leftText
  .title
  .line {
  width: 50px;
  height: 5px;
  background: #b1b1b1;
  margin-top: 20px;
  border-radius: 5px;
}
#tamMenu .container .content .mMenuM .rightMenu .singleLeft .leftText .content {
  display: flex;
  flex-direction: column;
}
#tamMenu
  .container
  .content
  .mMenuM
  .rightMenu
  .singleLeft
  .leftText
  .content
  a {
  transition: all 0.3s;
  margin: 0;
  padding: 8px 0;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: rgb(255 255 255 / 67%);
  border-bottom: 1px dashed rgb(255 255 255 / 16%);
  width: fit-content;
}
#tamMenu
  .container
  .content
  .mMenuM
  .rightMenu
  .singleLeft
  .leftText
  .content
  a
  img {
  transition: all 0.3s;
  height: 20px;
  filter: invert(99%) saturate(383%) brightness(122%) contrast(100%);
  opacity: 0;
}
#tamMenu
  .container
  .content
  .mMenuM
  .rightMenu
  .singleLeft
  .leftText
  .content
  a:hover {
  color: #fff;
  border-bottom: 2px solid #ff0000;
  transition: all 0.3s;
  font-weight: 600;
}
#tamMenu
  .container
  .content
  .mMenuM
  .rightMenu
  .singleLeft
  .leftText
  .content
  a:hover
  img {
  opacity: 1;
  transition: all 0.3s;
  transform: rotate(360deg);
}
#tamMenu .container .content .mMenuM .rightMenu .singleLeft .rightCont {
  display: flex;
  flex-direction: column;
  flex: 2;
  align-items: end;
}
#tamMenu
  .container
  .content
  .mMenuM
  .rightMenu
  .singleLeft
  .rightCont
  .favicon {
  height: 205px;
  position: absolute;
  top: 30px;
  right: 173px;
  opacity: 0.2;
  z-index: 4;
}
#tamMenu .container .content .mMenuM .rightMenu .singleLeft .rightCont .image {
  height: 225px;
  display: flex;
  position: relative;
  z-index: 9;
}
#tamMenu
  .container
  .content
  .mMenuM
  .rightMenu
  .singleLeft
  .rightCont
  .image
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  height: 180px;
}
#tamMenu .container .content .mMenuM .rightMenu .singleLeft .rightCont .text {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  margin-right: 50px;
  position: absolute;
  bottom: 75px;
}
#tamMenu .container .content .mMenuM .rightMenu .singleLeft .rightCont .text p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: rgb(255 255 255 / 63%);
  text-align: end;
}
#tamMenu .dropdownMenu {
  position: relative;
  display: none;
}
#tamMenu .dropdownMenu a {
  padding-top: 10px;
}
#tamMenu .dropdownMenu .colmnMenu {
  display: flex;
  flex-direction: column;
}
#tamMenu .dropdownMenu .levelTwo {
  padding: 10px 15px;
  border-top: 1px solid #f5f5f5;
  font-weight: 500;
}
#tamMenu .dropdownMenu .levelThree {
  padding: 10px 0;
  border-top: 1px solid #f5f5f5;
}
#tamMenu .dropdownMenu .levelFour {
  padding: 10px 0;
  border-top: 1px solid #f5f5f5;
}
#tamMenu .dropdownMenu i {
  float: right;
  font-size: 12px;
  margin-right: 0;
  line-height: 15px !important;
}
#tamMenu .footerNav {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgb(157 157 157 / 12%);
}
#tamMenu .footerNav-social {
  display: flex;
}
#tamMenu .footerNav-social span {
  color: #ffffffd1;
  font-weight: 300;
  font-size: 13px;
}
#tamMenu .flags img {
  width: fit-content;
  height: 60px;
  object-fit: contain;
  margin: 0 5px;
  opacity: 0.7;
}
#tamMenu .flags img:hover {
  opacity: 1;
  filter: brightness(150%);
}
#tamMenu .flags img.aktif {
  opacity: 1;
}
img.aktif {
  width: 180px;
}
#tamMenu .footerNav-social a {
  margin-left: 5px;
}
#tamMenu .footerNav-social a:first-child {
  margin-left: 0;
}
#tamMenu .footerNav-social img {
  width: 26px;
  height: 26px;
}
#tamMenu .footerNav-ugr {
  display: flex;
}
#tamMenu .footerNav-ugr img {
  height: 20px;
}
#tamMenu .container > .content {
  background-size: 280px;
  background-repeat: no-repeat;
  background-position: bottom 50px left 0px;
}
#header {
  height: 100px;
  position: relative;
  z-index: 99999999;
  transition: 0.3s ease-in-out;
  padding-right: 50px;
  overflow: visible;
  background-color: #ffffff;
  width: 100%;
}
#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 80px;
  transition: all 0.3s;
  box-shadow: 0 2px 8px 3px rgb(70 70 70 / 25%);

}
#header .container {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  transition: 0.3s ease-in-out;
  background-color: #ffffff;
  padding-right: 0px;
}
#header .container .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 315px;
  flex: 1;
  position: absolute;
  left: 20px;
  top: 20px;
}
#header.sticky .container .logo {
  top: 10px;
}
#header .container .logo img {
  max-width: unset;
  height: 60px;
  object-fit: contain;
}
#header .container .headerRight {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
  flex: 4;
  align-items: center;
  transition: 0.3s ease-in-out;
}
#header .container .headerRight .mobilMenu {
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  width: 60px;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
  margin-left: 15px;
}
#header .container .headerRight .mobilMenu .mobileMenu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#header .container .headerRight .mobilMenu::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  height: 10px;
  bottom: -10px;
  background: #ffffff;
  transition: all 0.3s;
  display: none;
}
#header .container .headerRight .mobilMenu img {
  height: 14px;
}
#header .container .headerRight .mobilMenu .mobileMenu:hover {
  opacity: 0.89;
  transition: all 0.3s;
  background: #a70b0b;
}
#header .container .headerRight .mobilMenu .mobileMenu svg {
  color: #000000 !important;
  width: 28px;
}
#header .container .headerRight .mobilMenu .mobileMenu:hover svg {
  color: #ffffff;
}
#header .container .headerRight .mobilMenu:hover:after {
  background: #000000;
  transition: all 0.3s;
}
#header .container .headerRight .menu {
  display: flex;
  height: 100%;
  padding: 0 30px;
  z-index: 999;
  margin-left: auto;
}
#header .container .headerRight .menu ul:not(.dropdown-menu) {
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  justify-content: center;
}
#header .container .headerRight .menu ul:not(.dropdown-menu) li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#header .container .headerRight .menu ul:not(.dropdown-menu) li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #d9d9d9;
}
#header
  .container
  .headerRight
  .menu
  ul:not(.dropdown-menu)
  li:first-child:after {
  background: unset;
}
#header .container .headerRight .menu ul:not(.dropdown-menu) li a {
  font-weight: 500;
  font-size: 15px;
  transition: all 0.5s;
  border-radius: 0;
  padding: 0 8px;
  width: 100%;
  color: #0f0f0f;
  display: flex;
  align-items: center;
  height: 20px;
  position: relative;
}
#header .container .headerRight .menu ul:not(.dropdown-menu) li:first-child a {
  padding: 0 12px 0 0;
}
#header .container .headerRight .menu ul:not(.dropdown-menu) li a::after {
  position: absolute;
  content: "";
  height: 3px;
  right: 0;
  top: -18px;
  left: 0;
  background-color: #a70b0b;
  transform: scale(0);
  transform-origin: right;
  transition: all ease 0.5s;
}
#header .container .headerRight .menu ul:not(.dropdown-menu) li:hover a::after {
  transform: scale(1);
  z-index: 99;
}
#header .container .headerRight .menu ul:not(.dropdown-menu) li a::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  height: 3px;
  width: 25px;
  background-color: #ff0000;
  z-index: 9;
  opacity: 0;
  transition: all 0.3s;
}

#header
  .container
  .headerRight
  .menu
  ul:not(.dropdown-menu)
  li.active
  a::before {
  opacity: 1;
  transition: all 0.3s;
}
#header .container .headerRight .menu ul:not(.dropdown-menu) li:hover a {
  color: #ff0000;
}
#header
  .container
  .headerRight
  .menu
  ul:not(.dropdown-menu)
  li:hover
  a::before {
  /* opacity:1; */
  transition: all 0.3s;
}
#header
  .container
  .headerRight
  .menu
  ul:not(.dropdown-menu)
  li.activeMenu
  a::after {
  transform: scale(1);
  z-index: 99;
  background-color: #ff0000;
}
#header .container .headerRight .menu ul:not(.dropdown-menu) li a i {
  color: #fff;
}
#header .container .headerRight .menu ul:not(.dropdown-menu) li:last-child a {
  border-right: unset;
}
#header .container .headerRight .menu ul:not(.dropdown-menu) li:hover a i {
  color: #fff;
}
#header .container .headerRight .menu ul:not(.dropdown-menu) li:hover.menuDrop {
  position: unset;
}

#header .container .headerRight .menu ul:not(.dropdown-menu) .altMenu {
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
  width: 275px;
  background: #f6f6f6;
  z-index: -111;
  font-size: 15px;
  box-shadow: 1px 8px 6px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  opacity: 0;
  height: auto;
}

#header
  .container
  .headerRight
  .menu
  ul:not(.dropdown-menu)
  li:hover
  > .altMenu {
  display: block;
  opacity: 1;
  z-index: 1;
}
#header
  .container
  .headerRight
  .menu
  ul:not(.dropdown-menu)
  .altMenu
  li
  > .altMenu {
  left: 275px;
  top: 0;
}
#header
  .container
  .headerRight
  .menu
  ul:not(.dropdown-menu)
  .altMenu
  li
  > .altMenu
  li
  a {
  color: #01193a !important;
}
#header
  .container
  .headerRight
  .menu
  ul:not(.dropdown-menu)
  .altMenu
  li
  > .altMenu
  li
  a:hover {
  color: #f6f6f6 !important;
  background-color: #01193a !important;
}
#header .container .headerRight .menu ul:not(.dropdown-menu) .altMenu ul {
  flex-direction: column !important;
}
#header .container .headerRight .menu ul:not(.dropdown-menu) .altMenu li {
  display: block !important;
  border-radius: 0;
}
#header .container .headerRight .menu ul:not(.dropdown-menu) .altMenu li {
  width: 100%;
}
#header .container .headerRight .menu ul:not(.dropdown-menu) .altMenu li:after {
  display: none;
}
#header
  .container
  .headerRight
  .menu
  ul:not(.dropdown-menu)
  .altMenu
  li
  a:after {
  display: none !important;
}
#header
  .container
  .headerRight
  .menu
  ul:not(.dropdown-menu)
  .altMenu
  li:before {
  display: none;
}
#header .container .headerRight .menu ul:not(.dropdown-menu) .altMenu li a {
  padding: 30px 15px !important;
  background: unset !important;
  color: #01193a !important;
}
#header
  .container
  .headerRight
  .menu
  ul:not(.dropdown-menu)
  .altMenu
  li:hover
  a {
  background: #e4e4e4 !important;
}
#header
  .container
  .headerRight
  .menu
  ul:not(.dropdown-menu)
  .altMenu
  li.active
  .altMenu
  a::before {
  display: none !important;
}
#header .container .headerRight .menu ul:not(.dropdown-menu) .altMenu li:hover {
  border-radius: 0 !important;
  background: #a70b0b !important;
  transition: all 0.3s;
}
#header
  .container
  .headerRight
  .menu
  ul:not(.dropdown-menu)
  .altMenu
  li:hover
  a {
  border-radius: 0 !important;
  background: unset !important;
  transition: all 0.3s;
  color: #fff !important;
}
#header .container .headerRight .phoneH {
  display: flex;
  align-items: center;
  height: fit-content;
  padding: 0 30px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  transition: all 0.3s;
}
#header .container .headerRight .phoneH img {
  height: 30px;
  filter: invert(24%) saturate(6916%) brightness(91%) contrast(101%);
}
#header .container .headerRight .phoneH p {
  margin: 0;
  padding: 0;
  color: #a70b0b;
  font-weight: 600;
  font-size: 15px;
  margin-left: 10px;
}
#header .container .headerRight .phoneH:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
#header .container .headerRight .soacilasH {
  display: flex;
  margin-left: 10px;
}
#header .container .headerRight .soacilasH a:not(.lang-link) {
  margin-left: 2px;
  transition: all 0.3s;
}
#header .container .headerRight .soacilasH a:not(.lang-link) img {
  height: 30px;
  filter: invert(61%) saturate(8%) brightness(103%) contrast(92%);
  transition: all 0.3s;
}
#header .container .headerRight .soacilasH a:not(.lang-link):hover img {
  filter: invert(24%) saturate(6916%) brightness(91%) contrast(101%);
  transition: all 0.3s;
}

#header .container .dropdown {
  position: absolute;
  display: inline-block;
  bottom: -43px;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s;
}
#header .container .dropbtn {
  background-color: #a70b0b;
  color: #fff;
  font-size: 14px;
  border: none;
  cursor: pointer;
  width: 100%;
  display: flex;
  height: 39px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
#header .container .dropbtn img {
  height: 21px !important;
  margin-right: 3px;
  filter: invert(100%) saturate(0%) brightness(103%) contrast(103%);
  transition: all 0.3s;
}
#header .container .dropdown-content {
  display: none;
  position: absolute;
  background-color: #a70b0b;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
  transition: all 0.3s;
}
#header .container .dropdown-content a {
  color: rgb(255 255 255 / 63%);
  text-decoration: none;
  display: flex;
  height: 37px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-bottom: 1px solid rgb(221 221 221 / 10%);
}
#header .container .dropdown-content a:hover {
  background-color: #ff0000;
  color: #3b3b3b;
  transition: all 0.3s;
  font-weight: 600;
}
#header .container .dropdown:hover .dropdown-content {
  display: block;
  transition: all 0.3s;
}
#header .container .dropdown:hover .dropbtn {
  background-color: #ff0000;
  transition: all 0.3s;
  color: #3b3b3b;
  font-weight: 600;
}
#header .container .dropdown:hover .dropbtn img {
  filter: invert(24%) saturate(2022%) brightness(95%) contrast(101%);
  transition: all 0.3s;
}
#headerProducts {
  width: 0;
  position: fixed;
  margin: 0;
  height: 100%;
  left: -100%;
  top: 100px;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
  z-index: 9999999;
  background: #fff;
  padding: 50px 0;
  border-top: 1px dashed rgba(65, 65, 65, 0.16);
}
#headerProducts.sticky {
  top: 80px;
  transition: all 0.3s;
}
#headerProducts .leftBack {
  top: 50px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 49%;
  background: #646464;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 575px;
}
#headerProducts .leftBack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#headerProducts .rightBack {
  top: 50px;
  right: 0;
  bottom: 0;
  position: absolute;
  position: absolute;
  width: 49%;
  background: #646464;
  overflow: hidden;
  z-index: -1;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 575px;
}
#headerProducts .rightBack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#headerProducts .container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 9999999;
}
#headerProducts .container .singleLeft {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-right: 15px;
  flex: 0.95;
  padding: 75px 50px 75px 0;
  position: relative;
  height: 575px;
}
#headerProducts .container .singleLeft .leftText {
  display: flex;
  flex: 1;
  flex-direction: column;
}
#headerProducts .container .singleLeft .leftText .title {
  display: flex;
  height: fit-content;
  margin-bottom: 50px;
  flex-direction: column;
}
#headerProducts .container .singleLeft .leftText .title h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 19px;
}
#headerProducts .container .singleLeft .leftText .title h1 b {
  color: #ff0000;
}
#headerProducts .container .singleLeft .leftText .title .line {
  width: 50px;
  height: 5px;
  background: #b1b1b1;
  margin-top: 20px;
  border-radius: 5px;
}
#headerProducts .container .singleLeft .leftText .content {
  display: flex;
  flex-direction: column;
}
#headerProducts .container .singleLeft .leftText .content a {
  transition: all 0.3s;
  margin: 0;
  padding: 8px 0;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: rgb(255 255 255 / 67%);
  border-bottom: 1px dashed rgb(255 255 255 / 16%);
  width: fit-content;
}
#headerProducts .container .singleLeft .leftText .content a img {
  transition: all 0.3s;
  height: 20px;
  filter: invert(99%) saturate(383%) brightness(122%) contrast(100%);
  opacity: 0;
}
#headerProducts .container .singleLeft .leftText .content a:hover {
  color: #fff;
  border-bottom: 5px solid #ff0000;
  transition: all 0.3s;
  font-weight: 600;
}
#headerProducts .container .singleLeft .leftText .content a:hover img {
  opacity: 1;
  transition: all 0.3s;
  transform: rotate(360deg);
}
#headerProducts .container .singleLeft .rightCont {
  display: flex;
  flex-direction: column;
  flex: 2;
  align-items: end;
}
#headerProducts .container .singleLeft .rightCont .favicon {
  height: 205px;
  position: absolute;
  top: 30px;
  right: 173px;
  filter: invert(99%) saturate(383%) brightness(122%) contrast(100%);
  opacity: 0.4;
  z-index: 4;
}
#headerProducts .container .singleLeft .rightCont .image {
  height: 225px;
  display: flex;
  position: relative;
  z-index: 9;
}
#headerProducts .container .singleLeft .rightCont .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#headerProducts .container .singleLeft .rightCont .text {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  margin-right: 50px;
  position: absolute;
  bottom: 75px;
}
#headerProducts .container .singleLeft .rightCont .text p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: rgb(255 255 255 / 63%);
  text-align: end;
}
#headerProducts .container .singleRight {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-left: 15px;
  flex: 0.95;
  padding: 75px 0 75px 50px;
  display: flex;
  position: relative;
  height: 575px;
}
#headerProducts .container .singleRight .leftCont {
  display: flex;
  flex-direction: column;
}
#headerProducts .container .singleRight .leftCont .favicon {
  height: 205px;
  position: absolute;
  top: 30px;
  right: 200px;
  filter: invert(99%) saturate(383%) brightness(122%) contrast(100%);
  opacity: 0.2;
  z-index: 4;
}
#headerProducts .container .singleRight .leftCont .image {
  height: 225px;
  display: flex;
}
#headerProducts .container .singleRight .leftCont .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#headerProducts .container .singleRight .leftCont .text {
  display: flex;
  flex-direction: column;
}
#headerProducts .container .singleRight .rightText {
  display: flex;
  flex-direction: column;
  z-index: 9;
  min-width: 225px;
  margin-left: 25px;
  align-items: self-end;
}
#headerProducts .container .singleRight .rightText .title {
  display: flex;
  height: fit-content;
  margin-bottom: 50px;
  flex-direction: column;
  align-items: end;
}
#headerProducts .container .singleRight .rightText .title h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 19px;
  text-align: end;
}
#headerProducts .container .singleRight .rightText .title h1 b {
  color: #ff0000;
}
#headerProducts .container .singleRight .rightText .title .line {
  width: 50px;
  height: 5px;
  background: #b1b1b1;
  margin-top: 20px;
  border-radius: 5px;
}
#headerProducts .container .singleRight .rightText .content {
  display: flex;
  flex-direction: column;
}
#headerProducts .container .singleRight .rightText .content a {
  transition: all 0.3s;
  margin: 0;
  padding: 8px 0;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: rgb(255 255 255 / 67%);
  border-bottom: 1px dashed rgb(255 255 255 / 16%);
  width: fit-content;
  text-align: end;
}
#headerProducts .container .singleRight .rightText .content a img {
  transition: all 0.3s;
  height: 20px;
  filter: invert(99%) saturate(383%) brightness(122%) contrast(100%);
  opacity: 0;
}
#headerProducts .container .singleRight .rightText .content a:hover {
  color: #fff;
  border-bottom: 5px solid #ff0000;
  transition: all 0.3s;
  font-weight: 600;
}
#headerProducts .container .singleRight .rightText .content a:hover img {
  opacity: 1;
  transition: all 0.3s;
  transform: rotate(180deg);
}
#headerProducts .container .singleRight .rightText .text {
  display: flex;
  flex-direction: column;
  width: 300px;
  position: absolute;
  bottom: 75px;
  right: 0;
}
#headerProducts .container .singleRight .rightText .text p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: rgb(255 255 255 / 63%);
  text-align: end;
}
#headerCorporate {
  width: 0%;
  position: fixed;
  margin: 0;
  height: 100%;
  left: -100%;
  top: 100px;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
  z-index: 9999999;
  background: #fff;
  padding: 50px 0;
  border-top: 1px dashed rgba(65, 65, 65, 0.16);
}
#headerCorporate.sticky {
  top: 80px;
  transition: all 0.3s;
}
#headerCorporate .container {
  background: #ededed;
  max-width: 1540px;
  padding: 70px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 48% 48%;
  grid-gap: 0 50px;
  position: relative;
  transition: all 0.3s;
}
#headerCorporate .container .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  z-index: 1;
  opacity: 0.1;
}
#headerCorporate .container .leftImg {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 99;
  padding-top: 40px;
}
#headerCorporate .container .leftImg img {
  height: 345px;
  object-fit: contain;
  width: 100%;
  margin-left: -37px;
  opacity: 0.8;
}
#headerCorporate .container .textCorp {
  display: flex;
  flex-direction: column;
  z-index: 999;
  position: relative;
}
#headerCorporate .container .textCorp h1 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 35px;
  margin-bottom: 10px;
  line-height: 1.15;
}
#headerCorporate .container .textCorp .butons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
#headerCorporate .container .textCorp .button {
  display: flex;
  width: fit-content;
  align-items: center;
  transition: all 0.3s;
  flex: 0 0 40%;
}
#headerCorporate .container .textCorp .button .icon {
  transition: all 0.3s;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #a9a9a9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
#headerCorporate .container .textCorp .button .icon img {
  filter: invert(99%) saturate(383%) brightness(122%) contrast(100%);
  height: 13px;
}
#headerCorporate .container .textCorp .button:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
#headerCorporate .container .textCorp .button:hover .icon {
  background: #a70b0b;
  transition: all 0.3s;
}
#slider {
  width: 100%;
  height: 100vh !important;
  position: relative;
  /* max-height: 850px; */
}
/* #slider {
    width: 100%;
    height: calc(100vh - 115px) !important;
    position: relative;
} */
#slider .swiper-container {
  position: relative;
  width: 100%;
  overflow: unset;
  height: 100%;
}
#slider .swiper-container .swiper-slide {
  transition: all 0.3s;
  position: relative;
  height: 100%;
  transition: all 0.3s;
}
#slider .swiper-container .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 50%;
  background: linear-gradient(1deg, #a70b0b -10%, rgb(0 0 0 / 0%) 80%);
  z-index: 2;
}
#slider .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#slider .swiper-container .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#slider .swiper-container .swiper-slide .mainSlider {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: left;
  z-index: 999;
  font-weight: 700;
  display: flex;
  align-items: center;
  max-width: 1400px;
  padding-bottom: 0;
  top: 50%;
}
#slider .swiper-container .swiper-slide .mainSlider .text {
  transition: all 0.3s;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#slider .swiper-container .swiper-slide .mainSlider .text h1 {
  font-size: 50px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
#slider .swiper-container .swiper-slide .mainSlider .text h2 {
  padding: 0;
  font-size: 50px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  text-align: left;
}
#slider .swiper-container .swiper-slide .mainSlider .text .button {
  width: 50px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #a70b0b -14%, #5f0000 100%);
  margin-top: 30px;
  border-radius: 2px;
  transition: all 0.3s;
  display: none;
}
#slider .swiper-container .swiper-slide .mainSlider .text .button img {
  height: 20px;
  filter: invert(99%) saturate(383%) brightness(122%) contrast(100%);
  width: fit-content;
}
#slider .swiper-container .swiper-slide .mainSlider .text .button:hover {
  opacity: 0.89;
  transition: all 0.3s;
  background: linear-gradient(57deg, rgb(0 0 0) -14%, rgb(0 0 0 / 0%) 100%);
  z-index: 2;
}
#slider .paginetionSlider {
  width: 100%;
  text-align: left;
  z-index: 999;
  font-weight: 700;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 0;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 120px;
}
#slider .paginetionSlider .swiper-pagination {
  position: unset;
  display: flex;
  align-items: center;
}
#slider .paginetionSlider .swiper-pagination-bullet {
  background: #c6cace;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 100%;
  opacity: 1;
}
#slider
  .paginetionSlider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15px;
  height: 5px;
  background: #a70b0b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.fglangdropdown {
  position: relative;
}
.fglangdropdown img {
  max-width: 24px;
}
.fglangbutton {
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 10px;
  border: 1px solid transparent;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  color: #fff;
  touch-action: manipulation;
}
.fglangbutton:hover,
.fglangbutton:focus {
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: transparent;
}
.fglangdropdown-toggle {
  position: relative;
}
.fglangdropdown-menu {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  max-width: 240px;
  z-index: 9999;
}
.fglangdropdown-menu a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  font-size: 14px;
}
.fglangdropdown-menu img {
  margin-right: 5px;
}
.fglangdropdown-menu > * {
  padding: 0.5rem 1rem;
  display: block;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.fglangdropdown-menu > :hover,
.fglangdropdown-menu > :focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.fglangdropdown-on > .fglangdropdown-menu {
  display: block;
}
.triangle-down1 {
  position: relative;
  top: -2px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 0.2em solid #fff;
  border-top: 0.2em solid #fff;
  transform: rotate(135deg);
  margin-left: 5px;
}
.contact__input.hfg40 {
  height: 40px;
}
@media (max-width: 992px) {
  .fglangdropdown-menu {
    right: auto;
    left: 0;
  }
  #homeProducts .col-6.col-lg-4:last-child {
    width: 100% !important;
  }
  #tamMenu .container > .content {
    background-size: 240px;
    background-position: bottom 20px right 0px;
  }
}
#homeCatalog {
  padding: 45px 0;
  background: linear-gradient(to right, #f4f4f4 0% 50%, transparent 50% 100%);
}
#homeCatalog h1 {
  color: #a70b0b;
  font-size: 44px;
  font-weight: 300;
}
#homeCatalog h1 span {
  font-weight: 700;
}
#homeCatalog p {
  color: #000;
  font-size: 14px;
}
.catalog-item {
  display: inline-flex;
  justify-content: end;
  width: 100%;
}
#homeCatalog img {
  transition: 0.6s ease all;
  border-radius: 2rem;
  max-width: 100%;
}
#homeCatalog img:hover {
  transform: perspective(800px) rotateY(-15deg) translateY(-50px) rotateX(10deg)
    scale(1);
  filter: blur(0);
  opacity: 1;
}
#homeGroupTwo {
  width: 100%;
  position: relative;
  margin: 45px 0 0 0;
  z-index: 9;
}
#homeGroupTwo .leftBack {
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 49%;
  background: #00524d;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#homeGroupTwo .leftBack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#homeGroupTwo .rightBack {
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  position: absolute;
  width: 49%;
  background: #343434;
  overflow: hidden;
  z-index: -1;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#homeGroupTwo .rightBack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#homeGroupTwo .container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 9999999;
}
#homeGroupTwo .container .singleLeft {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-right: 15px;
  flex: 0.95;
  padding: 75px 50px 75px 0;
  position: relative;
}
#homeGroupTwo .container .singleLeft .leftText {
  display: flex;
  flex: 1;
  flex-direction: column;
}
#homeGroupTwo .container .singleLeft .leftText .title {
  display: flex;
  height: fit-content;
  margin-bottom: 50px;
  flex-direction: column;
}
#homeGroupTwo .container .singleLeft .leftText .title h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 19px;
}
#homeGroupTwo .container .singleLeft .leftText .title h1 b {
  color: #fbf003;
}
#homeGroupTwo .container .singleLeft .leftText .title .line {
  width: 50px;
  height: 5px;
  background: #b1b1b1;
  margin-top: 20px;
  border-radius: 5px;
}
#homeGroupTwo .container .singleLeft .leftText .content {
  display: flex;
  flex-direction: column;
}
#homeGroupTwo .container .singleLeft .leftText .content a {
  transition: all 0.3s;
  margin: 0;
  padding: 8px 0;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: rgb(255 255 255 / 67%);
  border-bottom: 1px dashed rgb(255 255 255 / 16%);
  width: fit-content;
}
#homeGroupTwo .container .singleLeft .leftText .content a img {
  transition: all 0.3s;
  height: 20px;
  filter: invert(99%) saturate(383%) brightness(122%) contrast(100%);
  opacity: 0;
}
#homeGroupTwo .container .singleLeft .leftText .content a:hover {
  color: #fff;
  border-bottom: 5px solid #fbf003;
  transition: all 0.3s;
  font-weight: 600;
}
#homeGroupTwo .container .singleLeft .leftText .content a:hover img {
  opacity: 1;
  transition: all 0.3s;
  transform: rotate(360deg);
}
#homeGroupTwo .container .singleLeft .rightCont {
  display: flex;
  flex-direction: column;
  flex: 2;
  align-items: end;
}
#homeGroupTwo .container .singleLeft .rightCont .favicon {
  height: 205px;
  position: absolute;
  top: 30px;
  right: 173px;
  filter: invert(99%) saturate(383%) brightness(122%) contrast(100%);
  opacity: 0.4;
  z-index: 4;
}
#homeGroupTwo .container .singleLeft .rightCont .image {
  height: 225px;
  display: flex;
  position: relative;
  z-index: 9;
}
#homeGroupTwo .container .singleLeft .rightCont .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#homeGroupTwo .container .singleLeft .rightCont .text {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  margin-right: 50px;
  position: absolute;
  bottom: 75px;
}
#homeGroupTwo .container .singleLeft .rightCont .text p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: rgb(255 255 255 / 63%);
  text-align: end;
}
#homeGroupTwo .container .singleRight {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-left: 15px;
  flex: 0.95;
  padding: 75px 0 75px 50px;
  display: flex;
  position: relative;
}
#homeGroupTwo .container .singleRight .leftCont {
  display: flex;
  flex-direction: column;
}
#homeGroupTwo .container .singleRight .leftCont .favicon {
  height: 205px;
  position: absolute;
  top: 30px;
  right: 200px;
  filter: invert(99%) saturate(383%) brightness(122%) contrast(100%);
  opacity: 0.2;
  z-index: 4;
}
#homeGroupTwo .container .singleRight .leftCont .image {
  height: 225px;
  display: flex;
}
#homeGroupTwo .container .singleRight .leftCont .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#homeGroupTwo .container .singleRight .leftCont .text {
  display: flex;
  flex-direction: column;
}
#homeGroupTwo .container .singleRight .rightText {
  display: flex;
  flex-direction: column;
  z-index: 9;
  max-width: 300px;
}
#homeGroupTwo .container .singleRight .rightText .title {
  display: flex;
  height: fit-content;
  margin-bottom: 50px;
  flex-direction: column;
  align-items: end;
}
#homeGroupTwo .container .singleRight .rightText .title h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 19px;
  text-align: end;
}
#homeGroupTwo .container .singleRight .rightText .title h1 b {
  color: #fbf003;
}
#homeGroupTwo .container .singleRight .rightText .title .line {
  width: 50px;
  height: 5px;
  background: #b1b1b1;
  margin-top: 20px;
  border-radius: 5px;
}
#homeGroupTwo .container .singleRight .rightText .content {
  display: flex;
  flex-direction: column;
  align-items: end;
}
#homeGroupTwo .container .singleRight .rightText .content a {
  transition: all 0.3s;
  margin: 0;
  padding: 8px 0;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: rgb(255 255 255 / 67%);
  border-bottom: 1px dashed rgb(255 255 255 / 16%);
  width: fit-content;
  text-align: end;
}
#homeGroupTwo .container .singleRight .rightText .content a img {
  transition: all 0.3s;
  height: 20px;
  filter: invert(99%) saturate(383%) brightness(122%) contrast(100%);
  opacity: 0;
}
#homeGroupTwo .container .singleRight .rightText .content a:hover {
  color: #fff;
  border-bottom: 5px solid #fbf003;
  transition: all 0.3s;
  font-weight: 600;
}
#homeGroupTwo .container .singleRight .rightText .content a:hover img {
  opacity: 1;
  transition: all 0.3s;
  transform: rotate(180deg);
}
#homeGroupTwo .container .singleRight .rightText .text {
  display: flex;
  flex-direction: column;
  width: 300px;
  position: absolute;
  bottom: 75px;
  right: 0;
}
#homeGroupTwo .container .singleRight .rightText .text p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: rgb(255 255 255 / 63%);
  text-align: end;
}
#homeCorp {
  width: 100%;
  padding-top: 25px;
  position: relative;
  z-index: 99;
}
#homeCorp .container {
  background: #ededed;
  max-width: 1540px;
  padding: 0 70px;
  border-radius: 20px;
  transition: all 0.3s;
}
#homeCorp .container:hover {
  background: #f5f5f5;
  transition: all 0.3s;
}
#homeCorp .container .title {
  display: flex;
  padding: 40px 0 35px 0;
}
#homeCorp .container .title .single {
  display: flex;
  margin: 0 10px;
  padding: 5px 0;
  transition: all 0.3s;
}
#homeCorp .container .title .single h1 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #202020;
  font-weight: 400;
  transition: all 0.3s;
}
#homeCorp .container .title .single:first-child {
  border-bottom: 5px solid #202020;
  transition: all 0.3s;
}
#homeCorp .container .title .single:first-child h1 {
  font-weight: 600;
  transition: all 0.3s;
}
#homeCorp .container .title .single:hover {
  border-bottom: 5px solid #00524d;
  transition: all 0.3s;
}
#homeCorp .container .title .single:hover h1 {
  opacity: 0.89;
  font-weight: 400;
  color: #00524d;
  transition: all 0.3s;
}
#homeCorp .container .content {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-gap: 0 50px;
  height: 400px;
}
#homeCorp .container .content .corpSlider {
  width: 100%;
  height: 435px !important;
  position: relative;
}
#homeCorp .container .content .corpSlider .swiper-container {
  position: relative;
  width: 100%;
  overflow: unset;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 0 15px 0 rgb(51 51 51 / 28%);
}
#homeCorp .container .content .corpSlider .swiper-container .swiper-slide {
  transition: all 0.3s;
  position: relative;
  height: 100%;
  transition: all 0.3s;
}
#homeCorp
  .container
  .content
  .corpSlider
  .swiper-container
  .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(
    57deg,
    rgb(0 0 0 / 20%) -14%,
    rgb(0 0 0 / 0%) 100%
  );
  z-index: 2;
  border-radius: 5px;
}
#homeCorp .container .content .corpSlider .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
#homeCorp
  .container
  .content
  .corpSlider
  .swiper-container
  .swiper-slide
  video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#homeCorp .container .content .corpSlider .paginetionSlider {
  width: 100%;
  position: absolute;
  right: 35px;
  bottom: 20px;
  z-index: 9999;
}
#homeCorp .container .content .corpSlider .paginetionSlider .swiper-pagination {
  position: unset;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#homeCorp
  .container
  .content
  .corpSlider
  .paginetionSlider
  .swiper-pagination-bullet {
  background: #c6cace;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 100%;
  opacity: 1;
}
#homeCorp
  .container
  .content
  .corpSlider
  .paginetionSlider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15px;
  height: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
#homeCorp .container .content .textCorp {
  display: flex;
  flex-direction: column;
}
#homeCorp .container .content .textCorp h1 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 35px;
  margin-bottom: 10px;
  max-width: 250px;
  line-height: 1.15;
}
#homeCorp .container .content .textCorp p {
  margin: 0;
  padding: 0;
  margin-top: 19px;
  font-size: 15px;
  line-height: 1.4;
}
#homeCorp .container .content .textCorp .button {
  margin-top: 35px;
  display: flex;
  width: fit-content;
  align-items: center;
  transition: all 0.3s;
}
#homeCorp .container .content .textCorp .button .icon {
  transition: all 0.3s;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #a9a9a9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
#homeCorp .container .content .textCorp .button .icon img {
  filter: invert(99%) saturate(383%) brightness(122%) contrast(100%);
  height: 13px;
}
#homeCorp .container .content .textCorp .button .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#homeCorp .container .content .textCorp .button .text p {
  font-size: 15px;
  font-weight: 300;
  color: #333;
  margin-top: 0;
}
#homeCorp .container .content .textCorp .button .text p b {
  font-weight: 600;
}
#homeCorp .container .content .textCorp .button:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
#homeCorp .container .content .textCorp .button:hover .icon {
  background: #00524d;
  transition: all 0.3s;
}
#homeIntPro {
  width: 100%;
  margin-top: 10px;
}
#homeIntPro .container {
  background: #393939;
  max-width: 1540px;
  padding: 70px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 48% 48%;
  grid-gap: 0 50px;
  position: relative;
  transition: all 0.3s;
}
#homeIntPro .container .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  z-index: 1;
}
#homeIntPro .container .leftImg {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 99;
  padding-top: 40px;
}
#homeIntPro .container .leftImg img {
  height: 345px;
  object-fit: contain;
  width: 100%;
  margin-left: -37px;
}
#homeIntPro .container .textCorp {
  display: flex;
  flex-direction: column;
  z-index: 99;
  position: relative;
}
#homeIntPro .container .textCorp h1 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 35px;
  margin-bottom: 10px;
  max-width: 300px;
  color: #fff;
  line-height: 1.15;
}
#homeIntPro .container .textCorp p {
  margin: 0;
  padding: 0;
  margin-top: 19px;
  font-size: 15px;
  line-height: 1.4;
  color: rgb(255 255 255 / 53%);
}
#homeIntPro .container .textCorp .button {
  margin-top: 35px;
  display: flex;
  width: fit-content;
  align-items: center;
  transition: all 0.3s;
}
#homeIntPro .container .textCorp .button .icon {
  transition: all 0.3s;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #a9a9a9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
#homeIntPro .container .textCorp .button .icon img {
  filter: invert(99%) saturate(383%) brightness(122%) contrast(100%);
  height: 13px;
}
#homeIntPro .container .textCorp .button .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#homeIntPro .container .textCorp .button .text p {
  font-size: 15px;
  font-weight: 300;
  color: rgb(255 255 255 / 53%);
  margin-top: 0;
}
#homeIntPro .container .textCorp .button .text p b {
  font-weight: 600;
}
#homeIntPro .container .textCorp .button:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
#homeIntPro .container .textCorp .button:hover .icon {
  background: #00524d;
  transition: all 0.3s;
}
#homeIntPro .container:hover {
  background: #013936;
  transition: all 0.3s;
}
#thereeGroup {
  margin-top: 25px;
}
#thereeGroup .container {
  max-width: 1540px;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  position: relative;
}
#thereeGroup .container .single {
  position: relative;
  background: #f2f2f2;
  position: relative;
  padding: 0 60px 30px 75px;
  border-radius: 20px;
}
#thereeGroup .container .single .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  z-index: 1;
}
#thereeGroup .container .single .title {
  display: flex;
  position: relative;
  padding: 30px 0;
  z-index: 99;
}
#thereeGroup .container .single .title h1 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #3b3b3b;
  font-size: 17px;
}
#thereeGroup .container .single .title .lineC {
  display: flex;
  margin-left: 10px;
  align-items: center;
}
#thereeGroup .container .single .title .lineC .line {
  background: silver;
  width: 50px;
  height: 7px;
  border-radius: 5px;
}
#thereeGroup .container .single .title .lineC .circle {
  background: silver;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  margin-left: 5px;
}
#thereeGroup .container .single .contentT {
  background: #fff;
  padding: 16px;
  border-radius: 5px;
  position: relative;
  z-index: 99;
  box-shadow: 0 0 15px 0 rgb(51 51 51 / 28%);
}
#thereeGroup .container .single .contentT .swiper-container {
  position: relative;
  width: 100%;
  overflow: unset;
  height: 325px;
}
#thereeGroup .container .single .contentT .swiper-container .swiper-slide {
  position: relative;
  height: 100%;
  background: #fff !important;
  transition: all 0.3s;
}
#thereeGroup .container .single .contentT .swiper-container .swiper-slide img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  transition: all 0.3s;
}
#thereeGroup
  .container
  .single
  .contentT
  .swiper-container
  .swiper-slide
  .sTitle {
  display: flex;
  padding: 20px;
}
#thereeGroup
  .container
  .single
  .contentT
  .swiper-container
  .swiper-slide
  .sTitle
  img {
  height: 30px;
  width: fit-content;
}
#thereeGroup
  .container
  .single
  .contentT
  .swiper-container
  .swiper-slide
  .sTitle
  h1 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  margin-left: 15px;
  color: #00524d;
}
#thereeGroup
  .container
  .single
  .contentT
  .swiper-container
  .swiper-slide:hover
  img {
  filter: grayscale(1);
  transition: all 0.3s;
}
#thereeGroup
  .container
  .single
  .contentT
  .swiper-container
  .swiper-slide:hover
  .sTitle
  h1 {
  color: #3b3b3b;
  transition: all 0.3s;
}
#thereeGroup .container .single.homeRef {
  background: #fff;
  padding: 0 60px;
}
#thereeGroup .container .single.homeRef .contentR {
  display: flex;
  flex-direction: column;
}
#thereeGroup .container .single.homeRef .contentR .image {
  width: 100%;
  height: 300px;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0 9px 15px 0 rgb(51 51 51 / 28%);
}
#thereeGroup .container .single.homeRef .contentR .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
#thereeGroup .container .single.homeRef .contentR .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#thereeGroup
  .container
  .single.homeRef
  .contentR
  .swiper-container
  .swiper-slide {
  transition: all 0.3s;
  position: relative;
  height: 100%;
  transition: all 0.3s;
  padding: 4px;
  border-right: 1px solid #ddd;
}
#thereeGroup
  .container
  .single.homeRef
  .contentR
  .swiper-container
  .swiper-slide
  img {
  width: 100%;
  height: 57px;
  object-fit: contain;
}
#thereeGroup
  .container
  .single.homeRef
  .contentR
  .swiper-container
  .swiper-slide:hover {
  opacity: 0.89;
  transition: all 0.3s;
  filter: grayscale(1);
}
#thereeGroup .container .single.popButton {
  display: flex;
  padding: 50px 75px 60px 50px;
}
#thereeGroup .container .single.popButton #accordionF {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 99;
  background: #fff;
  box-shadow: 0 15px 15px 0 rgb(51 51 51 / 17%);
  border-radius: 6px;
}
#thereeGroup .container .single.popButton #accordionF .single-accordion {
  display: flex;
  flex-direction: column;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
}
#thereeGroup
  .container
  .single.popButton
  #accordionF
  .single-accordion
  .accordion-header {
  width: 100%;
  margin: 0;
  padding: 10px 30px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 700;
  border-bottom: 1px solid #dadada;
}
#thereeGroup
  .container
  .single.popButton
  #accordionF
  .single-accordion
  .accordion-header
  h1 {
  font-weight: 500;
  margin: 0;
  font-size: 15px;
  display: inline;
  color: #000;
}
#thereeGroup
  .container
  .single.popButton
  #accordionF
  .single-accordion
  .accordion-header
  .icon {
  transition: all 0.3s;
  transform: rotate(0);
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(0 82 77 / 23%);
}
#thereeGroup
  .container
  .single.popButton
  #accordionF
  .single-accordion
  .accordion-header
  .icon
  img {
  filter: invert(20%) saturate(4082%) brightness(97%) contrast(103%);
  height: 20px;
  transition: all 0.3s;
}
#thereeGroup
  .container
  .single.popButton
  #accordionF
  .single-accordion
  .accordion-text {
  margin: 0;
  padding: 20px 60px;
  background: linear-gradient(180deg, #ebebeb -14%, #fff 100%);
  transition: all 0.3s;
}
#thereeGroup
  .container
  .single.popButton
  #accordionF
  .single-accordion
  .accordion-text
  img {
  height: 170px;
  object-fit: contain;
  width: 100%;
  filter: drop-shadow(2px 6px 8px rgb(0 0 0 / 50%));
}
#thereeGroup
  .container
  .single.popButton
  #accordionF
  .single-accordion[data-opened="true"]
  .accordion-header
  .icon {
  border: unset;
  background: linear-gradient(57deg, #005550 -14%, #5f0000 100%);
  transform: rotate(90deg);
  transition: all 0.3s;
}
#thereeGroup
  .container
  .single.popButton
  #accordionF
  .single-accordion[data-opened="true"]
  .accordion-header
  .icon
  img {
  filter: invert(99%) saturate(383%) brightness(122%) contrast(100%);
  transition: all 0.3s;
}
#thereeGroup
  .container
  .single.popButton
  #accordionF
  .single-accordion
  .accordion-header:hover {
  opacity: 0.89;
  transition: all 0.3s;
}
#thereeGroup
  .container
  .single.popButton
  #accordionF
  .single-accordion
  .accordion-header:hover
  .icon {
  background: #393939;
  transition: all 0.3s;
  transform: rotate(180deg);
}
#thereeGroup
  .container
  .single.popButton
  #accordionF
  .single-accordion
  .accordion-header:hover
  .icon
  img {
  filter: invert(99%) saturate(383%) brightness(122%) contrast(100%);
  transition: all 0.3s;
}
#thereeGroup
  .container
  .single.popButton
  #accordionF
  .single-accordion
  .accordion-text:hover {
  transition: all 0.3s;
  background: linear-gradient(0deg, #ebebeb -14%, #fff 100%);
}
#footer {
  width: 100%;
  border-top: 1px solid #ededed;
  margin-top: 30px;
  padding: 0 !important;
}

#footer .container .fLeft {
  flex: 1;
  max-width: 460px;
  display: flex;
  justify-content: space-between;
}
#footer .container .fLeft .lFotT {
  display: flex;
  flex-direction: column;
}
#footer .container .fLeft .lFotT .logo {
  position: relative;
  margin-top: -30px;
}
#footer .container .fLeft .lFotT .logo:before {
  position: absolute;
  content: "";
  top: 29px;
  right: 64px;
  width: 30px;
  height: 1px;
}
#footer .container .fLeft .lFotT .logo img {
  height: 100px;
  background: #fff;
}
#footer .container .fLeft .lFotT .copyright {
  max-width: 289px;
  padding-left: 77px;
  margin-top: 50px;
}
#footer .container .fLeft .lFotT .copyright p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #767676;
}
#footer .container .fLeft .rFotT {
  display: flex;
  height: fit-content;
  margin-left: 50px;
}
#footer .container .fLeft .rFotT .vinc {
  height: 265px;
}
#footer .container .fRight {
  flex: 2;
  display: flex;
  flex-direction: column;
  margin-left: 50px;
}
#footer .container .fRight .rfTop {
  display: flex;
}
#footer .container .fRight .rfTop .socials {
  display: flex;
  position: relative;
  flex: 1;
  align-items: center;
  padding: 20px 0;
}
#footer .container .fRight .rfTop .socials:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 4px;
  background: #00524d;
}
#footer .container .fRight .rfTop .socials:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 4px;
  background: #00524d;
}
#footer .container .fRight .rfTop .socials p {
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #00524d;
  margin-right: 15px;
  font-weight: 600;
}
#footer .container .fRight .rfTop .socials .icons {
  display: flex;
}
#footer .container .fRight .rfTop .socials .icons a {
  margin-left: 3px;
  transition: all 0.3s;
}
#footer .container .fRight .rfTop .socials .icons a img {
  filter: invert(24%) saturate(2022%) brightness(95%) contrast(101%);
  transition: all 0.3s;
  height: 25px;
}
#footer .container .fRight .rfTop .socials .icons a:hover img {
  opacity: 0.8;
  filter: invert(53%) saturate(0%) brightness(85%) contrast(85%);
  transition: all 0.3s;
}
#footer .container .fRight .rfTop .supportF {
  display: flex;
  position: relative;
  flex: 1;
  padding: 20px 0;
  align-items: center;
}
#footer .container .fRight .rfTop .supportF:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 4px;
  background: #00524d;
}
#footer .container .fRight .rfTop .supportF:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 4px;
  background: #00524d;
}
#footer .container .fRight .rfTop .supportF p {
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #00524d;
  margin-right: 15px;
  font-weight: 600;
}
#footer .container .fRight .rfTop .supportF a {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
#footer .container .fRight .rfTop .supportF a img {
  height: 25px;
  filter: invert(24%) saturate(2022%) brightness(95%) contrast(101%);
  transition: all 0.3s;
}
#footer .container .fRight .rfTop .supportF a h1 {
  margin: 0;
  padding: 0;
  color: #00524d;
  font-size: 17px;
  margin-left: 12px;
}
#footer .container .fRight .rfTop .supportF a:hover img {
  opacity: 0.8;
  filter: invert(53%) saturate(0%) brightness(85%) contrast(85%);
  transition: all 0.3s;
}
#footer .container .fRight .rfTop .supportF a:hover h1 {
  color: #767676;
}
#footer .container .fRight .rfCont {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#footer .container .fRight .rfCont .lfMenu {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
#footer .container .fRight .rfCont .lfMenu .single {
  display: flex;
  flex-direction: column;
  flex: 1;
  transition: all 0.3s;
}
#footer .container .fRight .rfCont .lfMenu .single.lOne {
  max-width: 150px;
}
#footer .container .fRight .rfCont .lfMenu .single a {
  font-size: 13px;
  color: #767676;
  margin-bottom: 8px;
  transition: all 0.3s;
}
#footer .container .fRight .rfCont .lfMenu .single a h1 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
#footer .container .fRight .rfCont .lfMenu .single.lTwo {
  max-width: 210px;
}
#footer .container .fRight .rfCont .lfMenu .single .lTop {
  margin-top: 25px;
}
#footer .container .fRight .rfCont .lfMenu .single a:hover {
  color: #00524d;
  transition: all 0.3s;
  opacity: 0.89;
}
#footer .container .fRight .rfCont .rfMenu {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
#footer .container .fRight .rfCont .rfMenu .single {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 200px;
}
#footer .container .fRight .rfCont .rfMenu .single a {
  font-size: 14px;
  color: #767676;
  margin-bottom: 8px;
  transition: all 0.3s;
}
#footer .container .fRight .rfCont .rfMenu .single a h1 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
#footer .container .fRight .rfCont .rfMenu .single a:hover {
  color: #00524d;
  transition: all 0.3s;
  opacity: 0.89;
  transition: all 0.3s;
}
#footer .container .fRight .rfCont .rfMenu .phAdress {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 44px;
}
#footer .container .fRight .rfCont .rfMenu .phAdress .adress {
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #767676;
  margin-bottom: 20px;
  transition: all 0.3s;
}
#footer .container .fRight .rfCont .rfMenu .phAdress .phonef {
  padding: 0;
  margin: 0;
  font-size: 17px;
  color: #767676;
  margin-bottom: 5px;
  font-weight: 600;
  transition: all 0.3s;
}
#footer .container .fRight .rfCont .rfMenu .phAdress .adress:hover {
  color: #00524d;
  transition: all 0.3s;
  opacity: 0.89;
  transition: all 0.3s;
}
#footer .container .fRight .rfCont .rfMenu .phAdress .phonef:hover {
  color: #00524d;
  transition: all 0.3s;
  opacity: 0.89;
  transition: all 0.3s;
}
#footer .container .fRight .rfBottom {
  display: flex;
  justify-content: flex-end;
  padding: 30px 0;
}
#footer .container .fRight .rfBottom .ugr {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #767676;
}
#pageNavigationImg {
  width: 100%;
  height: 375px;
  position: relative;
  margin-top: 0;
}
#pageNavigationImg .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  z-index: 1;
  opacity: 0.5;
}
#pageNavigationImg .container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
#pageNavigationImg::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(19deg, rgb(0 0 0 / 55%) 0, transparent);
  z-index: 2;
}
#pageNavigationImg::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(187deg, rgb(0 0 0 / 10%) 0, rgb(0 0 0 / 32%));
  z-index: 2;
}
#pageNavigationImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#pageNavigationImg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#pageNavigationImg .container .text {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 999999;
  max-width: 400px;
}
#pageNavigationImg .container .text h1 {
  margin: 0;
  font-weight: 300;
  line-height: 1.1;
  font-size: 45px;
}
#pageNavigationImg .container .text a {
  font-size: 41px;
  color: #9d9d9c;
  max-width: 4000px;
}
#pageNavigationImg .container .text a:last-child {
  color: #fff;
}
#pageNavigationImg .container .text p {
  margin: 0;
  font-weight: 700;
}
#pageNavigationImg .container .image {
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: 999999;
}
#pageNavigationImg .container .image img {
  object-fit: contain;
  height: 205px;
  filter: invert(90%) saturate(4457%) brightness(114%) contrast(98%);
  z-index: 4;
  opacity: 0.65;
}

.form {
  flex: 1 0 45%;
}
.page-contact .boxes {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-basis: 50%;
  padding: 0 50px 0 0;
}
.page-contact .boxe {
  display: flex;
  flex-direction: column;
}
.page-contact .boxe h1 {
  margin: 0;
  padding: 17px 0;
  font-size: 16px;
  color: #519fd7;
  border-bottom: 1px solid #ddd;
}
.page-contact .boxes h1 {
  margin: 0;
  padding: 17px 0;
  font-size: 25px;
  color: #346ca9;
  border-bottom: 1px solid #ddd;
}
.page-contact .box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #d1287917;
  padding: 15px 0;
}
.page-contact .box .icon {
  text-align: center;
  height: 100%;
  min-width: 70px;
  display: flex;
  align-items: center;
}
.page-contact .box .icon i {
  font-size: 29px;
  color: #9ba6b1;
}
.page-contact .box .tel {
  font-size: 18px !important;
}
.page-contact .box .ctitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  height: 100%;
  width: 100%;
}
.page-contact .box:first-child .ctitle {
  justify-content: center;
}
.page-contact .box .ctitle a {
  font-weight: 400;
  letter-spacing: 1px;
  color: #8c8c8c;
}
.page-contact .box .ctitle p {
  color: #8c8c8c;
  margin: 0;
  font-size: 14px !important;
  line-height: 1 !important;
  margin-top: 0 !important;
}
.page-contact .contact-top {
  display: flex;
  flex: 1;
  margin: 20px 0;
}
.cookie-banner {
  position: fixed;
  bottom: 50px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1b2650;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  flex-direction: column;
}
.cookie-banner p {
  margin: 0;
  padding: 10px;
}
.cookie-banner a:hover {
  text-decoration: underline;
}
.cookie-close {
  background-color: #bc4f19;
  border: none;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
}
ul.pagination {
  display: flex;
  flex-direction: row;
  width: 100%;
  list-style-type: none;
  margin: 0;
  flex-wrap: wrap;
  padding: 10px 0;
  margin: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
ul.pagination li:first-child {
  border-left: unset;
}
ul.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: unset;
  width: 100%;
  flex: 1;
  border-left: 1px solid #ddd;
}
ul.pagination li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
li.active {
  color: #2c8db1;
}
#newsList .container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 17px 0;
}
#newsList .single {
  flex: 1 0 48%;
  padding: 10px;
}
#newsList .single .catSingle {
  width: 100%;
  height: 240px;
  margin: 20px 0 0;
  transition: all 1s ease 8ms;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px 0 rgba(221, 221, 221, 0.6196078431372549);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
#newsList .single .catSingle .top {
  position: relative;
  height: 45px;
  width: 100%;
}
#newsList .single .catSingle .top:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #ddd;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
#newsList .single .catSingle .midle h1 {
  color: #102a60;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}
#newsList .single .catSingle .bottom {
  width: 50px;
  height: 50px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  color: #bc4f19;
}
#newsList .single:hover .catSingle .bottom {
  transform: rotate(360deg);
}
#news-list {
  background: #fff;
  border-radius: 10px;
  width: 100%;
}
#news-list .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 15px;
  width: 100%;
}
.list li {
  list-style-type: none;
}
#news-list .list .inner-container {
  width: 100%;
  height: auto;
  position: relative;
  margin: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  flex-basis: 42%;
}
#news-list .list .inner-container .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: auto;
  background-color: #00524d;
  z-index: 2;
  padding: 18px 19px 10px 19px;
}
#news-list .list .inner-container .date:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -13px;
  border-top: 15px solid #00524d;
  border-right: 80px solid transparent;
  z-index: -1;
}
#news-list .list .inner-container .date h3 {
  font-size: 36px !important;
  font-weight: 300;
  margin-top: 10px !important;
  margin-bottom: 4px;
}
#news-list .list .inner-container .date h3 span {
  position: relative;
  color: #fff;
}
#news-list .list .inner-container .date h3 span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff3db;
  left: 0;
  bottom: 3px;
}
#news-list .list .inner-container .date h5 {
  margin: 0;
  padding: 0;
  color: #fff;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
#news-list .list .inner-container .date h5:first-child {
  padding: 10px 0 0 0;
}
#news-list .list .inner-container .image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  filter: grayscale(1);
  transition: 1s linear;
}
#news-list .list .inner-container:hover .image img {
  filter: unset;
  transition: 1s linear;
}
#news-list .list .inner-container .desc {
  width: 100%;
  height: auto;
  padding: 0 20px 30px 30px;
}
#news-list .list .inner-container .desc .title h3 {
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
  color: #14141c;
  margin-bottom: 10px;
  text-transform: capitalize;
}
#news-list .list .inner-container .desc .title h3 a {
  text-decoration: none;
  color: #181a2f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#news-list .list .inner-container .desc .title h3 a:hover {
  color: #274185;
}
#news-list .list .inner-container .desc .info {
  width: 100%;
  margin-bottom: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
}
#news-list .list .inner-container .desc .info span {
  position: relative;
  color: #000;
  font-size: 12px;
  padding-right: 22px;
  font-style: italic;
  font-weight: 400;
}
#news-list .list .inner-container .desc .info span:last-child {
  position: unset;
}
#news-list .list .inner-container .desc .info a {
  text-decoration: none;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#news-list .list .inner-container .desc .info a:hover {
  color: #274185;
}
#news-list .list .inner-container .desc .explanation {
  margin-bottom: 17px;
}
#news-list .list .inner-container .desc .explanation p {
  font-size: 15px;
  color: #3b3b3b;
  line-height: 1.6;
}
#news-list .list .inner-container .desc .readmore {
  width: 100%;
}
#news-list .list .inner-container .desc .readmore a {
  text-decoration: none;
  background-color: #505050;
  color: #fff;
  line-height: 1.6;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#news-list .list .inner-container .desc .readmore a:hover {
  opacity: 0.7;
}
#videoList .container .list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#videoList a {
  display: flex;
  flex: 1 0 47%;
  width: 100%;
  height: 300px;
  margin: 10px;
  position: relative;
  transition: all 0.4s;
}
#videoList a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
#videoList a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #3b3b3b7a;
  color: #fff;
  padding: 11px;
  margin: 0;
}
#videoList a:hover {
  opacity: 0.7;
}
#videoList a:hover img {
  filter: unset;
}
#filter {
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 9999999999999999;
  top: 0;
  overflow-x: hidden;
  transition: 0.5s;
  left: 0;
  right: 0;
  background: #fff;
  bottom: 0;
}
#filter .container {
  width: 100%;
  height: 100%;
  padding: 0;
  display: grid;
  grid-template-rows: 60px 1fr 100px;
}
#filter .container .header {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #c1c1c1;
}
#filter .container .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
#filter .closebtnn {
  font-size: 38px;
  color: #3c835e;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#filter .dropdownMenu {
  position: relative;
  display: none;
}
#filter .drop-down i {
  padding: 0 15px;
  font-size: 12px;
}
#filter .dropdownMenu .levelTwo {
  padding: 10px 15px;
  border-top: 1px solid #f5f5f5;
  font-weight: 500;
}
#filter .dropdownMenu .levelThree {
  padding: 10px 0;
  border-top: 1px solid #f5f5f5;
}
#filter .dropdownMenu .levelFour {
  padding: 10px 0;
  border-top: 1px solid #f5f5f5;
}
#filter .dropdownMenu i {
  float: right;
  font-size: 12px;
  margin-right: 0;
  line-height: 15px !important;
}
#filter .container .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
}
#filter .container .button p {
  cursor: pointer;
  padding: 15px;
  background: #96a0ad;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#filter .container .button input {
  width: 100% !important;
  background: #01625f;
  border: unset;
  padding: 10px;
  height: auto !important;
}
#cboxOverlay {
  z-index: 9999999999 !important;
}
#colorbox {
  z-index: 999999999999 !important;
}
.fotorama {
  border: 1px solid #ddd !important;
  padding: 20px !important;
}
.fotorama__nav--thumbs {
  border-top: 1px solid #ddd !important;
  padding-top: 20px !important;
}
.fotorama__thumb-border {
  background-color: rgb(199 199 199 / 56%) !important;
  border-color: #95a9ba !important;
}
.pPdf {
  margin-top: 10px;
  width: 100%;
  display: flex;
}
.pPdf a {
  width: 100%;
  padding: 10px;
  background-color: #2f297e;
  color: #fff;
}
#cboxCurrent {
  display: none !important;
}
.offerGet {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
.offerGet form {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.offerGet form input {
  height: 40px;
  border: 1px solid rgba(240, 240, 240, 0.415);
  border-radius: 7px;
  width: 100%;
  background: unset;
  color: #fff;
  font-size: 18px;
  padding: 0 8px;
}

.offerGet form .teklif-al-msj {
  resize: vertical;
  min-height: 150px;
  border: 1px solid rgba(240, 240, 240, 0.415);
  border-radius: 7px;
  background: unset;
  color: #fff;
}
.offerGet form select {
  height: 40px;
  border: 1px solid rgba(240, 240, 240, 0.415);
  border-radius: 7px;
  width: 100%;
  background: unset;
  color: #fff;
  font-size: 18px;
  padding: 0 8px;
}
.offerGet form option {
  color: #3b3b3b;
}
.offerGet form button {
  color: #fff;
  background-color: #00524d;
  height: 40px;
  border: 1px solid rgba(240, 240, 240, 0.415);
  border-radius: 7px;
  font-size: 15px;
  margin-top: 15px;
}
.offerGet form .singleFInput {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.offerGet form .singleFInput p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
.offerGet form .singleFInput .optitionsInput {
  display: flex !important;
}
.offerGet form .singleFInput .optitionsInput .sIsingle {
  display: flex !important;
  align-items: center !important;
}
.offerGet form .singleFInput .optitionsInput .sIsingle input {
  width: 15px !important;
  height: 15px !important;
  border-radius: unset !important;
}
.offerGet form .singleFInput .optitionsInput .sIsingle p {
  margin: 0 !important;
  padding: 0 10px !important;
  margin-bottom: 0 !important;
}
.offerGet .selectImg {
  display: flex;
  flex: 1;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}
.offerGet .selectImg .favicon {
  height: 235px;
  position: absolute;
  top: -10px;
  right: 35px;
  filter: invert(99%) saturate(383%) brightness(122%) contrast(100%);
  opacity: 0.2;
  z-index: 4;
}
.offerGet .selectImg .image {
  height: 350px;
  display: flex;
  position: relative;
  z-index: 9;
}
.offerGet .selectImg .image img {
  display: none;
  transition: 0.5s ease all;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.offerGet .selectImg .image img.active {
  display: block;
  transition: 0.5s ease all;
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}
.product-fg-seventeen .single-product .productImg {
  padding: 20px 5px;
}
.product-fg-seventeen .single-product .ratting {
  display: none;
}
.product-fg-seventeen .single-product .btn-wrapper {
  margin-top: 10px;
}
.pswp {
  z-index: 999999999 !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#homeNewsEvent {
  margin-top: 50px;
  position: relative;
  padding: 80px 0;
  /*background: linear-gradient(268deg, #efefef 0, rgb(255 255 255 / 0%) 100%);*/
  background: linear-gradient(
    135deg,
    #a70b0b 0%,
    #a70b0b 25%,
    #ffffff 25%,
    #ffffff 50%,
    #202020 50%,
    #202020 75%,
    #a70b0b 75%,
    #a70b0b 100%
  );
}

#homeNewsEvent .bg {
  position: absolute;
  left: 0;
  top: 36px;
  right: 0;
  object-fit: cover;
  width: 100%;
  z-index: 2;
  height: 90%;
  opacity: 0.4;
}

#homeNewsEvent .line {
  position: absolute;
  top: 65%;
  width: 100%;
  left: 0;
  height: 2px;
  background: #fdb614;
  z-index: -1;
}

#homeNewsEvent .container {
  display: flex;
  align-items: center;
}

#homeNewsEvent .container .rotateText {
  transform: rotate(270deg);
  display: flex;
  flex-direction: column;
  height: 152px;
  z-index: 9999;
}

#homeNewsEvent .container .rotateText span {
  margin: 0;
  font-size: 45px;
  font-weight: 600;
  color: #34383c;
  padding: 0;
  line-height: 1;
}

#homeNewsEvent .container .rotateText span:first-child {
  color: #afafaf;
  font-weight: 300;
  margin-left: 36px;
}

#homeNewsEvent .container .rotateText span:nth-child(3) {
  margin-left: 36px;
}

#homeNewsEvent .container .content {
  display: flex;
  height: 100%;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 20px;
  margin-left: 0;
  height: 440px;
}

#homeNewsEvent .container .content .single {
  height: 100%;
  z-index: 2;
  flex: 1;
  transition: all 0.3s;
  background-color: #ffffff;
}

#homeNewsEvent .container .content .single:hover {
  transition: all 0.3s;
  transform: scale(0.9);
}

#homeNewsEvent .container .content .single img {
  height: 225px;
  width: 100%;
  object-fit: cover;
  padding: 0;
  transition: all 0.3s;
}

#homeNewsEvent .container .content .single:hover img {
  transition: all 0.3s;
  opacity: 0.8;
  transform: scale(0.89);
}

#homeNewsEvent .container .content .single span {
  margin: 0;
  padding: 0 10px;
  font-size: 17px;
  color: #2c2c2c;
  font-weight: 500;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  width: 100%;
  margin-top: 30px;
}

#homeNewsEvent .container .content .single:hover span {
  transition: all 0.3s;
}

#homeNewsEvent .container .content .single p {
  padding: 0 10px;
  margin: 0;
  transition: all 0.3s;
  font-size: 16px;
  color: #2c2c2c;
  font-weight: 300;
  width: 100%;
}

#homeNewsEvent .container .content .single:hover p {
  transition: all 0.3s;
}

#homeNewsEvent .container .content .single .button {
  margin-top: 0;
  display: flex;
  align-items: center;
}

#homeNewsEvent .container .content .single .button img {
  height: 40px;
  width: auto;
  padding: 0;
}

#homeNewsEvent .container .content .single .button p {
  font-size: 17px;
  margin-left: 15px;
  line-height: 1.2;
  color: #656565;
  border-bottom: 1px solid #959595;
  width: auto;
}

#homeNewsEvent .container .content .single:nth-child(2) {
  position: relative;
  margin: 0 35px;
}

#homeNewsEvent .container .content .single:nth-child(2):before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    2deg,
    rgb(0 0 0 / 83%) 0,
    rgb(2 65 115 / 0%) 100%
  );
  z-index: 99;
  transition: all 0.3s;
}

#homeNewsEvent .container .content .single:nth-child(2) img {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
}

#homeNewsEvent .container .content .single:nth-child(2) span {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  color: #fff;
  z-index: 99999;
  margin-top: 0;
}
#homeNewsEvent .container .content .single:nth-child(2) .button {
  display: none;
}
#homeNewsEvent .container .content .single:nth-child(2):hover:before {
  background: linear-gradient(4deg, #efefef 0, rgb(255 255 255 / 31%) 100%);
  transition: all 0.3s;
}

#homeNewsEvent .container .content .single:nth-child(2):hover span {
  transition: all 0.3s;
  color: #3b3b3b;
}

#homeNewsEvent .container .content .single:nth-child(2):hover img {
  transition: all 0.3s;
  transform: scale(1);
}
.s #footer {
  padding-top: 125px;
}

#footer {
  width: 100%;
}

#footer .footerTop {
  width: 100%;
  background: #f3f3f3;
  padding: 30px 0;
}

#footer .footerTop .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer .footerTop .container .social {
  display: flex;
  align-items: center;
  margin-left: 0;
}

#footer .footerTop .container .social p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #75818d;
  font-weight: 400;
  margin-right: 20px;
}

#footer .footerTop .container .social .icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .footerTop .container .social .icons a {
  padding: 3px 10px;
  border-left: 1px solid #555d65;
  transition: all 0.3s;
}

#footer .footerTop .container .social .icons a:hover {
  transition: all 0.3s;
  transform: scale(0.89);
  opacity: 0.8;
}

#footer .footerTop .container .social .icons a img {
  height: 15px;
}

#footer .footerTop .container .fPhone {
  display: flex;
  align-items: center;
  color: #75818d;
  transition: all 0.3s;
}

#footer .footerTop .container .fPhone:hover {
  transition: all 0.3s;
  transform: scale(0.89);
  opacity: 0.8;
}

#footer .footerTop .container .fPhone img {
  height: 25px;
  margin-right: 15px;
}

#footer .footerTop .container .fPhone p {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

#footer .footerBottom {
  background: #ffffff;
  padding: 70px 0 0 0;
}

#footer .footerBottom .container {
  position: relative;
}

#footer .footerBottom .container .fLeft {
  display: flex;
}

#footer .footerBottom .container .fLeft .fIcon {
  position: absolute;
  left: 0;
  top: 0;
  height: 130px;
  width: 350px;
  object-fit: contain;
}

#footer .footerBottom .container .fLeft .logos {
  margin-left: 231px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

#footer .footerBottom .container .fLeft .logos .single {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  transition: all 0.3s;
  cursor: pointer;
}

#footer .footerBottom .container .fLeft .logos .single:hover {
  transition: all 0.3s;
  transform: scale(0.89);
  opacity: 0.8;
}

#footer .footerBottom .container .fLeft .logos .single:nth-child(2) {
  padding: 0 20px;
  border-left: 1px solid #5a626a;
  border-right: 1px solid #5a626a;
}

#footer .footerBottom .container .fLeft .logos .single img {
  object-fit: contain;
}

#footer .footerBottom .container .rightCopy {
  text-align: end;
}

#footer .footerBottom .container .rightCopy p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #a5b1bc;
  font-weight: 300;
  margin-bottom: 40px;
}

#footer .footerBottom .container .rightCopy p b {
  font-weight: 400;
}

#footer .footerBottom .container .rightCopy .adress {
  font-size: 15px;
  color: #a5b1bc;
  transition: all 0.3s;
}

#footer .footerBottom .container .rightCopy .adress:hover {
  transition: all 0.3s;
  transform: scale(0.89);
  opacity: 0.8;
}

.ugrlogo {
  width: 80px;
}
@keyframes DownUp {
  0% {
    top: -70px;
  }

  50% {
    top: -50px;
  }

  100% {
    top: -70px;
  }
}

@keyframes swing {
  0% {
    -webkit-clip-path: ellipse(30px 30px at -2.54% -30.25%);
    clip-path: ellipse(30px 30px at -2.54% -30.25%);
  }

  50% {
    -webkit-clip-path: ellipse(30px 30px at 30.66% 50.36%);
    clip-path: ellipse(30px 30px at 30.66% 50.36%);
  }

  100% {
    -webkit-clip-path: ellipse(30px 30px at 80.62% -5.61%);
    clip-path: ellipse(30px 30px at 80.62% -5.61%);
  }
}

@keyframes goRight {
  from {
    left: 0;
    right: 100%;
  }

  40% {
    left: 0;
    right: 0;
  }

  60% {
    left: 0;
    right: 0;
  }

  to {
    left: 100%;
    right: 0;
  }
}

@keyframes goLeft {
  from {
    left: 100%;
    right: 0;
  }

  40% {
    left: 0;
    right: 0;
  }

  60% {
    left: 0;
    right: 0;
  }

  to {
    left: 0;
    right: 100%;
  }
}

@keyframes goTop {
  from {
    top: 100%;
    bottom: 0;
  }

  40% {
    top: 0;
    bottom: 0;
  }

  60% {
    top: 0;
    bottom: 0;
  }

  to {
    top: 0;
    bottom: 100%;
  }
}

@keyframes goBottom {
  from {
    top: 0;
    bottom: 100%;
  }

  40% {
    top: 0;
    bottom: 0;
  }

  60% {
    top: 0;
    bottom: 0;
  }

  to {
    top: 100%;
    bottom: 0;
  }
}

@keyframes backRight {
  from {
    left: 0;
    right: 100%;
  }

  40% {
    left: 0;
    right: 0;
  }

  60% {
    left: 0;
    right: 0;
  }

  to {
    left: 0;
    right: 100%;
  }
}

@keyframes backLeft {
  from {
    left: 100%;
    right: 0;
  }

  40% {
    left: 0;
    right: 0;
  }

  60% {
    left: 0;
    right: 0;
  }

  to {
    left: 100%;
    right: 0;
  }
}

@keyframes backTop {
  from {
    top: 100%;
    bottom: 0;
  }

  40% {
    top: 0;
    bottom: 0;
  }

  60% {
    top: 0;
    bottom: 0;
  }

  to {
    top: 100%;
    bottom: 0;
  }
}

@keyframes backBottom {
  from {
    top: 0;
    bottom: 100%;
  }

  40% {
    top: 0;
    bottom: 0;
  }

  60% {
    top: 0;
    bottom: 0;
  }

  to {
    top: 0;
    bottom: 100%;
  }
}
#homeProducts {
  position: relative;
  padding: 75px 0;
  overflow: hidden;
}
#homeProducts:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("../img/blog/worldmap.jpg");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.cardfg {
  position: relative;
  width: 100%;
  height: 420px;
  background: #f3f3f3;
  border-radius: 20px;
  overflow: hidden;
}

.cardfg::before {
  content: "";
  position: absolute;
  top: -50%;
  width: 100%;
  height: 100%;
  background: #a70b0b;
  transform: skewY(345deg);
  transition: 0.5s;
}

.cardfg:hover::before {
  top: -70%;
  transform: skewY(390deg);
}

.cardfg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 600;
  font-size: 6em;
  color: rgba(0, 0, 0, 0.1);
}

.cardfg .imgBox {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  z-index: 1;
}

/*
  .cardfg .imgBox img {
	  max-width: 100%;

	  transition: .5s;
  }

  .cardfg:hover .imgBox img {
	  max-width: 50%;

  }
  */
.cardfg .contentBox {
  position: relative;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}

.cardfg .contentBox h3 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.cardfg .contentBox .price {
  font-size: 24px;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
}

.cardfg .contentBox .buy {
  position: relative;
  top: 100px;
  opacity: 0;
  padding: 10px 30px;
  margin-top: 15px;
  color: #fff;
  text-decoration: none;
  background: #a70b0b;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.5s;
}

.cardfg img {
  max-width: 100%;
  height: 240px;
  object-fit: contain;
  margin-bottom: 10px;
  margin-top: 40px;
}

img.mouse {
}

.cardfg:hover .contentBox .buy {
  top: -15px;
  opacity: 1;
}

.mousefg {
  height: 300px;
  width: auto;
}
.qu-about-us.layout-1 .section-thumbnail {
  position: relative;
}
.qu-about-us.layout-1 .section-thumbnail .experience {
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #a70b0b;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}
@media screen and (max-width: 575px) {
  .qu-about-us.layout-1 .section-thumbnail .experience {
    display: none;
  }
}
.qu-about-us.layout-1 .section-thumbnail .experience .number {
  font: 600 80px/0.65 "Poppins";
  color: #a70b0b;
  text-shadow: 1px 0 0 white, 0 1px 0 white, -1px 0 0 white, 0 -1px 0 white;
}
@media screen and (min-width: 1200px) {
  .qu-about-us.layout-1 .section-thumbnail .experience .number {
    font-size: 100px;
  }
}
.qu-about-us.layout-1 .section-thumbnail .experience p {
  font: 300 20px/1.875 "Poppins";
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .qu-about-us.layout-1 .section-content {
    padding-left: 40px;
  }
}
.qu-about-us.layout-1 .section-content ul {
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .qu-about-us.layout-1 .section-content ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .qu-about-us.layout-1 .section-content ul li + li {
    margin-top: 20px;
  }
}
.qu-about-us.layout-1 .section-content ul h6 {
  color: #a70b0b;
  font-size: 24px;
  margin-bottom: 10px;
}
.qu-about-us.layout-1 .section-content p {
  font-weight: 300;
}
.qu-about-us.layout-2 .cover-mockup .experience .number {
  font: 800 100px/0.9 "Poppins";
  color: white;
  text-shadow: 2px 0 0 #a70b0b, 0 2px 0 #a70b0b, -2px 0 0 #a70b0b,
    0 -2px 0 #a70b0b;
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .qu-about-us.layout-2 .cover-mockup .experience .number {
    font-size: 75px;
  }
}
.qu-about-us.layout-2 .cover-mockup .experience h6 {
  font-family: "Poppins";
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .qu-about-us.layout-2 .cover-mockup .experience h6 {
    font-size: 26px;
  }
}
.qu-about-us.layout-2 .cover-mockup img {
  width: 100%;
  height: var(--height);
  object-fit: cover;
  object-position: center;
}
.qu-about-us.layout-2 p {
  font-size: 16px;
}
.qu-about-us.layout-2 .bullet-list {
  margin-top: 30px;
}
.qu-about-us.layout-2 .bullet-list li {
  position: relative;
  padding-left: 25px;
  max-width: 400px;
}
.qu-about-us {
  padding: 60px 0px;
}
.qu-about-us .section-title h6 {
  color: #a70b0b;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.qu-about-us .section-title h6::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #a70b0b;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #a70b0b;
}
.qu-about-us .section-title h2 {
  font-size: 44px;
  font-weight: 900;
  margin: 20px 0px;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .qu-about-us .section-title h2 {
    font-size: 30px;
  }
}
.qu-about-us .section-title h2 span {
  color: #a70b0b;
}

.qu-about-us.layout-2 .bullet-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--qu-color-secondary);
  position: absolute;
  left: 0;
  top: 8px;
}
.qu-about-us.layout-2 .bullet-list li + li {
  margin-top: 15px;
}
.qu-about-us.layout-2 .signature-line {
  gap: 10px;
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .qu-about-us.layout-2 .signature-line {
    margin-top: 50px;
    gap: 20px;
  }
}
.qu-about-us.layout-2 .signature-line .thumb {
  border: 1px solid #a70b0b;
}
.qu-about-us.layout-2 .signature-line .divider {
  width: 1px;
  background-color: var(--qu-color-secondary);
  opacity: 0.3;
  height: 30px;
}
.btn__primary {
  background-color: #a70b0b;
  border: 1px solid #a70b0b;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  color: white;
  padding: 20px 30px;
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: all 0.15s ease;
}
.btn__primary.katalog-btn {
  padding: 15px 20px;
  font-size: 12px;
}
.btn__primary::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #2a2d32;
  position: absolute;
  right: -1px;
  bottom: -1px;
  transition: all 0.15s ease;
  z-index: -1;
}
.btn__primary:hover {
  color: white;
}
.btn__primary:hover::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
#homeCounters {
  padding: 40px 0 60px 0;
  background: linear-gradient(256deg, #a70b0b 23%, #5f0000 75%);
}
#homeCounters .container .row .counter-number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#homeCounters
  .container
  .row
  .col-lg-3
  .counter
  .counter-number
  .counter-number-value {
  font-size: 40px;
  font-weight: 600;
  color: white;
}

#homeCounters
  .container
  .row
  .col-lg-3
  .counter
  .counter-number
  .counter-number-text {
  font-size: 24px;
  font-weight: 300;
  color: white;
}
.qu-about-us.layout-1 .section-thumbnail img {
  max-width: 100%;
}
#tamMenu .container .content .mMenuM .leftMenu .links li {
  list-style: none;
  margin-bottom: 15px;
}
.wrapperfg {
  width: 100%;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  border-radius: 30px;
  background: #fff;
}
.wrapperfg .info-wrap {
  color: rgba(255, 255, 255, 0.8);
  background: #a70b0b;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.wrapperfg .info-wrap h3 {
  color: #fff;
}
.wrapperfg .contact-wrap {
  background: #fff;
  border-radius: 30px;
}
.wrapperfg a {
  color: #fff;
}
.wrapperfg .dbox:first-child .icon {
  padding-top: 5px;
}
.wrapperfg .info-wrap .dbox .icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-right: 10px;
}
.wrapperfg .dbox .text p {
  margin: 5px 0;
}
.wrapperfg input,
.wrapperfg textarea {
  border: none;
  padding: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 25px;
  padding-left: 15px;
}
.wrapperfg input:focus,
.wrapperfg textarea:focus {
  border-color: #a70b0b;
  outline: none;
}
.btn-fgcontact {
  background: #5f0000;
  border-color: #5f0000;
  color: #fff;
}
.btn-fgcontact:hover {
  background: #a70b0b;
  border-color: #a70b0b;
  color: #fff;
}
.ftco-section {
  position: relative;
  padding: 170px 0;
}
.ftco-section > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  filter: grayscale(100%);
  opacity: 0.5;
}
.ftco-section .container {
  position: relative;
  z-index: 3;
}
.fgdz-team.fgstyle-1 .fgdz-content {
  background-color: #a70b0b !important;
}
.fgdz-team .fgdz-media img {
  filter: grayscale(1);
  transition: 0.6s all;
}
.fgdz-team .fgdz-media:hover img {
  filter: grayscale(0);
}
.fgdz-team.fgstyle-1:hover .fgdz-content {
  background-color: #ff0000 !important;
}
.fggallery-card .fggallery-cover {
  border: unset;
  border-radius: 0px;
}
.fggallery-card .fggallery-body {
  padding: 0;
}
.fggallery-card .fggallery-body .logo-box {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #a70b0b;
  padding: 0 20px;
}
.fggallery-card .fggallery-body .logo-box img {
  width: 90px;
  height: 50px;
  object-fit: contain;
}

/* Responsive CSS Geçiş */
@media screen and (min-width: 1900px) {
}
@media screen and (max-width: 1480px) {
  #tamMenu .container {
  }
  #tamMenu .flags img {
    height: 50px;
  }
  #tamMenu .closebtn {
    font-size: 35px;
  }
  #tamMenu .container .content .topMenu {
    padding: 15px 0;
  }
  #tamMenu .container .content .topMenu .phone img {
    height: 20px;
    margin-right: 7px;
    padding-right: 7px;
  }
  #tamMenu .container .content .topMenu .phone .text h1 {
    font-size: 16px;
  }
  #tamMenu .container .content .topMenu .phone .text p {
    font-size: 14px;
  }
  #tamMenu .container .content .topMenu .socials .social p {
    font-size: 14px;
  }
  #tamMenu .container .content .topMenu .socials .social .icons {
    margin-left: 7px;
    padding-left: 7px;
  }
  #tamMenu .container .content .topMenu .socials .social .icons a {
    margin-left: 3px;
  }
  #tamMenu .container .content .topMenu .socials .social .icons a img {
    height: 18px;
  }
  #tamMenu .container .content .topMenu .socials .single p {
    font-size: 14px;
    padding-right: 7px;
    margin-right: 7px;
  }
  #tamMenu .container .content .topMenu .socials .single img {
    height: 18px;
  }
  #tamMenu .container .content .mMenuM .leftMenu {
    max-width: 250px;
  }
  #tamMenu .container .content .mMenuM .leftMenu .links a {
    margin-top: 7px;
    font-size: 13px;
  }
  #tamMenu .container .content .mMenuM .leftMenu .links a h1 {
    font-size: 14px;
  }
  #tamMenu .container .content .mMenuM .rightMenu .singleLeft .leftText .title {
    margin-bottom: 30px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft.rghS
    .leftText
    .title {
    margin-bottom: 15px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .leftText
    .title
    h1 {
    font-size: 15px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .leftText
    .title
    .line {
    margin-top: 10px;
    height: 2px;
    width: 30px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .leftText
    .content
    a {
    padding: 6px 0;
    font-size: 12px;
  }
  #tamMenu .container .content .mMenuM .rightMenu .singleLeft .rightCont {
    flex: 1.5;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .rightCont
    .favicon {
    top: 0;
    height: 150px;
    right: 150px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .rightCont
    .image {
    height: 130px;
  }
  #tamMenu .footerNav-social span {
    font-size: 10px;
  }

  #header {
    height: 80px;
  }
  #header.sticky {
    height: 70px;
  }
  #header .container .logo {
    max-width: 245px;
    top: 15px;
  }
  #header .container .logo img {
    max-width: unset;
    height: 50px;
    object-fit: contain;
  }
  #header .container .headerRight .mobilMenu {
    width: 50px;
  }
  #header .container .headerRight .mobilMenu img {
    height: 12px;
  }
  #header .container .headerRight .menu {
    padding: 0 20px;
  }
  #header .container .headerRight .phoneH {
    padding: 0 10px;
    min-width: 150px;
  }
  #header .container .headerRight .phoneH img {
    height: 25px;
  }
  #header .container .headerRight .phoneH p {
    font-size: 13px;
    margin-left: 7px;
  }
  #header .container .headerRight .soacilasH {
    margin-left: 20px;
  }
  #header .container .headerRight .soacilasH a img {
    height: 25px;
  }

  #header .container .dropdown {
    bottom: -35px;
  }
  #header .container .dropbtn {
    height: 31px;
    font-size: 12px;
  }
  #header .container .dropbtn img {
    height: 16px !important;
  }
  #header .container .dropdown-content a {
    height: 28px;
    font-size: 11px;
  }

  #headerProducts {
    top: 80px;
    padding: 30px 0;
  }
  #headerProducts.sticky {
    top: 70px;
  }
  #headerProducts .leftBack {
    width: 49.5%;
    top: 30px;
    height: 425px;
  }
  #headerProducts .container .singleLeft {
    padding: 30px 50px 30px 0;
    height: 425px;
  }
  #headerProducts .container .singleLeft .leftText .title {
    margin-bottom: 20px;
  }
  #headerProducts .container .singleLeft .leftText .title h1 {
    font-size: 17px;
  }
  #headerProducts .container .singleLeft .leftText .title .line {
    margin-top: 10px;
    width: 35px;
  }
  #headerProducts .container .singleLeft .leftText .content a {
    font-size: 12px;
    padding: 6px 0;
  }
  #headerProducts .container .singleLeft .rightCont {
    flex: 1.5;
    margin-left: 15px;
  }
  #headerProducts .container .singleLeft .rightCont .favicon {
    height: 160px;
    right: 100px;
    top: 15px;
  }
  #headerProducts .container .singleLeft .rightCont .text {
    bottom: 35px;
    margin-right: 0;
  }
  #headerProducts .container .singleLeft .rightCont .text p {
    font-size: 12px;
    margin-top: 2px;
  }
  #headerProducts .container .singleRight {
    padding: 30px 0px 30px 50px;
    height: 425px;
  }
  #headerProducts .container .singleRight .rightText .title {
    margin-bottom: 20px;
  }
  #headerProducts .container .singleRight .rightText .title h1 {
    font-size: 17px;
  }
  #headerProducts .container .singleRight .rightText .title .line {
    margin-top: 10px;
    width: 35px;
  }
  #headerProducts .container .singleRight .leftCont {
    flex: 1.5;
    margin-right: 15px;
  }
  #headerProducts .container .singleRight .leftCont .favicon {
    height: 160px;
    top: 15px;
    right: 225px;
  }
  #headerProducts .container .singleRight .leftCont .text {
    bottom: 35px;
    margin-right: 0;
  }
  #headerProducts .container .singleRight .leftCont .text p {
    font-size: 12px;
  }
  #headerProducts .container .singleRight .rightText .text {
    bottom: 35px;
    margin-right: 0;
  }
  #headerProducts .container .singleRight .rightText .text p {
    font-size: 12px;
    margin-top: 2px;
  }
  #headerProducts .rightBack {
    width: 49.5%;
    top: 30px;
    height: 425px;
  }

  #headerCorporate {
    top: 80px;
    padding: 30px 0;
  }
  #headerCorporate.sticky {
    top: 70px;
  }
  #headerCorporate .container {
    max-width: 98%;
    padding: 0 35px;
    grid-gap: 0 30px;
  }
  #headerCorporate .container .leftImg {
    padding-top: 50px;
  }
  #headerCorporate .container .leftImg img {
    height: 240px;
    margin-left: -15px;
  }
  #headerCorporate .container .textCorp h1 {
    font-size: 25px;
    margin-bottom: 7px;
  }
  #headerCorporate .container .textCorp p {
    margin-top: 10px;
    font-size: 13px;
  }
  #headerCorporate .container .textCorp .button {
    margin-top: 20px;
  }
  #headerCorporate .container .textCorp .button .icon {
    width: 27px;
    height: 27px;
    margin-right: 7px;
  }
  #headerCorporate .container .textCorp .button .text p {
    font-size: 12px;
    line-height: 1.3;
  }

  #slider {

  }
  #slider .swiper-container .swiper-slide .mainSlider {
    max-width: 95%;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text {
  }
  #slider .swiper-container .swiper-slide .mainSlider .text h1 {
    font-size: 40px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text h2 {
    font-size: 40px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text .button {
    width: 40px;
    height: 50px;
    margin-top: 15px;
  }
  #slider .paginetionSlider {
    max-width: 95%;
    padding-left: 100px;
    height: 30px;
  }

  #homeNewsEvent {
    padding: 50px 0;
  }
  #homeNewsEvent .container .rotateText span {
    font-size: 35px;
  }
  #homeNewsEvent .container .content {
    height: 400px;
  }
  #homeNewsEvent .container .content .single img {
    height: 200px;
  }
  #homeNewsEvent .container .content .single span {
    font-size: 16px;
    width: 90%;
    margin-top: 20px;
  }
  #homeNewsEvent .container .content .single p {
    padding: 13px 0;
  }
  #homeNewsEvent .container .content .single:nth-child(2) {
    margin: 0 20px;
  }

  #homeGroupTwo {
    margin: 35px 0 0 0;
  }
  #homeGroupTwo .leftBack {
    width: 49.5%;
  }
  #homeGroupTwo .container .singleLeft {
    padding: 30px 50px 30px 0;
  }
  #homeGroupTwo .container .singleLeft .leftText .title {
    margin-bottom: 20px;
  }
  #homeGroupTwo .container .singleLeft .leftText .title h1 {
    font-size: 17px;
  }
  #homeGroupTwo .container .singleLeft .leftText .title .line {
    margin-top: 10px;
    width: 35px;
  }
  #homeGroupTwo .container .singleLeft .leftText .content a {
    font-size: 12px;
    padding: 6px 0;
  }
  #homeGroupTwo .container .singleLeft .rightCont {
    flex: 1.5;
    margin-left: 15px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .favicon {
    height: 160px;
    right: 100px;
    top: 15px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .text {
    bottom: 35px;
    margin-right: 0;
  }
  #homeGroupTwo .container .singleLeft .rightCont .text p {
    font-size: 12px;
    margin-top: 2px;
  }
  #homeGroupTwo .container .singleRight {
    padding: 30px 0px 30px 50px;
  }
  #homeGroupTwo .container .singleRight .rightText .title {
    margin-bottom: 20px;
  }
  #homeGroupTwo .container .singleRight .rightText .title h1 {
    font-size: 17px;
  }
  #homeGroupTwo .container .singleRight .rightText .title .line {
    margin-top: 10px;
    width: 35px;
  }
  #homeGroupTwo .container .singleRight .leftCont {
    flex: 1.5;
    margin-right: 15px;
  }
  #homeGroupTwo .container .singleRight .leftCont .favicon {
    height: 160px;
    top: 15px;
    right: 225px;
  }
  #homeGroupTwo .container .singleRight .leftCont .text {
    bottom: 35px;
    margin-right: 0;
  }
  #homeGroupTwo .container .singleRight .leftCont .text p {
    font-size: 12px;
  }
  #homeGroupTwo .container .singleRight .rightText .text {
    bottom: 35px;
    margin-right: 0;
  }
  #homeGroupTwo .container .singleRight .rightText .text p {
    font-size: 12px;
    margin-top: 2px;
  }
  #homeGroupTwo .rightBack {
    width: 49.5%;
  }

  #homeCorp {
    padding-top: 15px;
  }
  #homeCorp .container {
    max-width: 98%;
    padding: 0 25px;
  }
  #homeCorp .container .title {
    padding: 20px 0 25px 0;
  }
  #homeCorp .container .title .single {
    margin: 0 8px;
    padding: 7px 0;
  }
  #homeCorp .container .title .single:first-child {
    border-bottom: 2px solid #202020;
  }
  #homeCorp .container .title .single:hover {
    border-bottom: 2px solid #00524d;
  }
  #homeCorp .container .title .single h1 {
    font-size: 13px;
  }
  #homeCorp .container .content {
    height: 275px;
    grid-gap: 0 30px;
  }
  #homeCorp .container .content .corpSlider {
    height: 325px !important;
  }
  #homeCorp .container .content .textCorp h1 {
    font-size: 25px;
    max-width: 200px;
    margin-bottom: 7px;
  }
  #homeCorp .container .content .textCorp p {
    margin-top: 10px;
    font-size: 13px;
  }
  #homeCorp .container .content .textCorp .button {
    margin-top: 20px;
  }
  #homeCorp .container .content .textCorp .button .icon {
    width: 27px;
    height: 27px;
    margin-right: 7px;
  }
  #homeCorp .container .content .textCorp .button .text p {
    font-size: 12px;
    line-height: 1.3;
  }

  #homeIntPro .container {
    max-width: 98%;
    padding: 35px;
    grid-gap: 0 30px;
  }
  #homeIntPro .container .leftImg {
    padding-top: 50px;
  }
  #homeIntPro .container .leftImg img {
    height: 240px;
    margin-left: -15px;
  }
  #homeIntPro .container .textCorp h1 {
    font-size: 25px;
    max-width: 325px;
    margin-bottom: 7px;
  }
  #homeIntPro .container .textCorp p {
    margin-top: 10px;
    font-size: 13px;
  }
  #homeIntPro .container .textCorp .button {
    margin-top: 20px;
  }
  #homeIntPro .container .textCorp .button .icon {
    width: 27px;
    height: 27px;
    margin-right: 7px;
  }
  #homeIntPro .container .textCorp .button .text p {
    font-size: 12px;
    line-height: 1.3;
  }

  #thereeGroup {
    margin-top: 15px;
  }
  #thereeGroup .container {
    max-width: 98%;
    grid-template-columns: 33.3% 33.3% 33.3%;
  }
  #thereeGroup .container .single {
    padding: 0 30px 30px 30px;
  }
  #thereeGroup .container .single .title {
    padding: 20px 0;
  }
  #thereeGroup .container .single .title h1 {
    font-size: 15px;
  }
  #thereeGroup .container .single .title .lineC {
    margin-left: 7px;
  }
  #thereeGroup .container .single .title .lineC .line {
    width: 35px;
    height: 5px;
  }
  #thereeGroup .container .single .title .lineC .circle {
    margin-left: 3px;
    height: 5px;
    width: 5px;
  }
  #thereeGroup .container .single .contentT {
    padding: 12px;
  }
  #thereeGroup .container .single .contentT .swiper-container {
    height: 270px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    img {
    height: 200px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    .sTitle {
    padding: 10px;
  }
  #thereeGroup .container .single.homeRef {
    padding: 0 30px;
  }
  #thereeGroup .container .single.homeRef .contentR .image {
    height: 230px;
    margin-bottom: 15px;
  }
  #thereeGroup
    .container
    .single.homeRef
    .contentR
    .swiper-container
    .swiper-slide {
    padding: 7px;
  }
  #thereeGroup
    .container
    .single.homeRef
    .contentR
    .swiper-container
    .swiper-slide
    img {
    height: 61px;
  }
  #thereeGroup .container .single.popButton {
    padding: 30px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header {
    padding: 5px 20px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header
    h1 {
    font-size: 14px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header
    .icon {
    width: 30px;
    height: 30px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header
    .icon
    img {
    height: 15px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-text {
    padding: 10px 30px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-text
    img {
    height: 150px;
  }

  #footer {
    margin-top: 50px;
  }
  #footer .container .fLeft {
    max-width: 350px;
  }
  #footer .container .fLeft .lFotT .logo {
    margin-top: -25px;
  }
  #footer .container .fLeft .lFotT .logo img {
    height: 75px;
  }
  #footer .container .fLeft .lFotT .copyright {
    padding-left: 10px;
    margin-top: 20px;
  }
  #footer .container .fLeft .rFotT {
    margin-left: 30px;
  }
  #footer .container .fLeft .rFotT .vinc {
    height: 180px;
  }
  #footer .container .fRight {
    margin-left: 30px;
    flex: 1.5;
  }
  #footer .container .fRight .rfTop .socials {
    padding: 15px 0;
  }
  #footer .container .fRight .rfTop .socials:before {
    width: 20px;
    height: 3px;
  }
  #footer .container .fRight .rfTop .socials:after {
    width: 20px;
    height: 3px;
  }
  #footer .container .fRight .rfTop .socials p {
    font-size: 12px;
    margin-right: 10px;
  }
  #footer .container .fRight .rfTop .socials .icons a img {
    height: 20px;
  }
  #footer .container .fRight .rfTop .supportF {
    padding: 15px 0;
  }
  #footer .container .fRight .rfTop .supportF:before {
    width: 20px;
    height: 3px;
  }
  #footer .container .fRight .rfTop .supportF:after {
    width: 20px;
    height: 3px;
  }
  #footer .container .fRight .rfTop .supportF p {
    font-size: 12px;
    margin-right: 10px;
  }
  #footer .container .fRight .rfTop .supportF a {
    margin-left: 10px;
  }
  #footer .container .fRight .rfTop .supportF a img {
    height: 20px;
  }
  #footer .container .fRight .rfTop .supportF a h1 {
    font-size: 15px;
    margin-left: 10px;
  }
  #footer .container .fRight .rfCont {
    padding: 30px 0;
  }
  #footer .container .fRight .rfCont .lfMenu .single a {
    margin-bottom: 5px;
    font-size: 12px;
  }
  #footer .container .fRight .rfCont .lfMenu .single a h1 {
    font-size: 12px;
  }
  #footer .container .fRight .rfCont .rfMenu .single a {
    margin-bottom: 5px;
    font-size: 12px;
  }
  #footer .container .fRight .rfCont .rfMenu .single a h1 {
    font-size: 12px;
  }
  #footer .container .fRight .rfCont .rfMenu .phAdress {
    padding-left: 30px;
  }
  #footer .container .fRight .rfCont .rfMenu .phAdress .adress {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #footer .container .fRight .rfCont .rfMenu .phAdress .phonef {
    font-size: 14px;
  }
  #footer .container .fRight .rfBottom {
    padding: 20px 0;
  }
  #footer .container .fRight .rfBottom .ugr {
    font-size: 12px;
  }

  #pageNavigationImg {
    height: 250px;
  }
  #pageNavigationImg .container .text {
    left: 10px;
    max-width: 300px;
  }
  #pageNavigationImg .container .text a {
    font-size: 30px;
  }
  #pageNavigationImg .container .image {
    bottom: -30px;
  }
  #pageNavigationImg .container .image img {
    height: 165px;
  }

  #pageNavigation {
    padding: 25px 0;
  }
  #pageNavigation .container a {
    font-size: 17px;
  }

  .page-contact .boxes h1 {
    font-size: 16px;
    padding: 5px 0;
  }
  .page-contact .box .icon {
    max-width: 40px;
  }
  .page-contact .box .icon i {
    font-size: 17px;
  }
  .page-contact .box .ctitle p {
    font-size: 13px !important;
  }

  .offerGet .selectImg .favicon {
    height: 185px;
  }
  .offerGet .selectImg .image {
    height: 200px;
  }
  .offerGet form .singleFInput p {
    font-size: 14px;
  }
  .offerGet form input {
    height: 30px;
    font-size: 13px;
  }
  .offerGet form button {
    height: 30px;
    font-size: 13px;
  }
  .offerGet form select {
    height: 30px;
    font-size: 12px;
  }

  .offerGet form .teklif-al-msj {
    font-size: 13px;
    min-height: 100px;
  }
}

@media screen and (max-width: 1380px) {
  .container {
    padding: 0 10px;
    max-width: 97%;
  }
}
@media screen and (max-width: 1200px) {
  #tamMenu .container {
    grid-template-rows: 60px 1fr 50px;
  }
  #tamMenu .flags img {
    height: 45px;
  }
  #tamMenu .closebtn {
    font-size: 35px;
  }
  #tamMenu .container .content .topMenu {
    padding: 10px 0;
  }
  #tamMenu .container .content .topMenu .phone img {
    height: 15px;
    margin-right: 5px;
    padding-right: 5px;
  }
  #tamMenu .container .content .topMenu .phone .text h1 {
    font-size: 15px;
  }
  #tamMenu .container .content .topMenu .phone .text p {
    font-size: 13px;
  }
  #tamMenu .container .content .topMenu .socials .social p {
    font-size: 13px;
  }
  #tamMenu .container .content .topMenu .socials .social .icons {
    margin-left: 5px;
    padding-left: 5px;
  }
  #tamMenu .container .content .topMenu .socials .social .icons a {
    margin-left: 3px;
  }
  #tamMenu .container .content .topMenu .socials .social .icons a img {
    height: 15px;
  }
  #tamMenu .container .content .topMenu .socials .single p {
    font-size: 13px;
    padding-right: 5px;
    margin-right: 5px;
  }
  #tamMenu .container .content .topMenu .socials .single img {
    height: 15px;
  }
  #tamMenu .container .content .mMenuM .leftMenu {
    max-width: 250px;
  }
  #tamMenu .container .content .mMenuM .leftMenu .links a {
    margin-top: 5px;
    font-size: 12px;
  }
  #tamMenu .container .content .mMenuM .leftMenu .links a h1 {
    font-size: 13px;
  }
  #tamMenu .container .content .mMenuM .rightMenu .singleLeft .leftText .title {
    margin-bottom: 20px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft.rghS
    .leftText
    .title {
    margin-bottom: 10px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .leftText
    .title
    h1 {
    font-size: 14px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .leftText
    .title
    .line {
    margin-top: 8px;
    height: 2px;
    width: 25px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .leftText
    .content
    a {
    padding: 5px 0;
    font-size: 11px;
  }
  #tamMenu .container .content .mMenuM .rightMenu .singleLeft .rightCont {
    flex: 1.3;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .rightCont
    .favicon {
    top: 0;
    height: 125px;
    right: 130px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .rightCont
    .image {
    height: 110px;
  }
  #tamMenu .footerNav-social span {
    font-size: 10px;
  }

  #header {
    height: 70px;
  }
  #header.sticky {
    height: 60px;
  }
  #header .container .logo,
  #header.sticky .container .logo {
    position: relative;
    top: unset;
    left: unset;
  }
  #header .container .logo img {
    max-width: unset;
    height: 40px;
    object-fit: contain;
  }
  #header .container .headerRight .mobilMenu {
    width: 45px;
  }
  #header .container .headerRight .mobilMenu img {
    height: 10px;
  }
  #header .container .headerRight .menu {
    padding: 0 15px;
  }
  #header .container .headerRight .menu ul li a {
    font-size: 12px;
    padding: 0 10px;
  }
  #header .container .headerRight .phoneH {
    padding: 0 15px;
    min-width: 125px;
  }
  #header .container .headerRight .phoneH img {
    height: 20px;
  }
  #header .container .headerRight .phoneH p {
    font-size: 13px;
    margin-left: 7px;
  }
  #header .container .headerRight .soacilasH {
    margin-left: 15px;
  }
  #header .container .headerRight .soacilasH a img {
    height: 20px;
  }

  #header .container .dropdown {
    bottom: -35px;
  }
  #header .container .dropbtn {
    height: 31px;
    font-size: 11px;
  }
  #header .container .dropbtn img {
    height: 15px !important;
  }
  #header .container .dropdown-content a {
    height: 25px;
    font-size: 10px;
  }

  #headerProducts {
    top: 70px;
    padding: 30px 0;
  }
  #headerProducts.sticky {
    top: 60px;
  }
  #headerProducts .leftBack {
    width: 49.5%;
    height: 350px;
  }
  #headerProducts .container .singleLeft {
    padding: 30px 30px 30px 0;
    height: 350px;
  }
  #headerProducts .container .singleLeft .leftText .title {
    margin-bottom: 20px;
  }
  #headerProducts .container .singleLeft .leftText .title h1 {
    font-size: 15px;
  }
  #headerProducts .container .singleLeft .leftText .title .line {
    margin-top: 5px;
    height: 3px;
    width: 30px;
  }
  #headerProducts .container .singleLeft .leftText .content a {
    font-size: 11px;
    padding: 4px 0 3px 0;
  }
  #headerProducts .container .singleLeft .rightCont {
    flex: 1.3;
    margin-left: 15px;
  }
  #headerProducts .container .singleLeft .rightCont .favicon {
    height: 125px;
    right: 80px;
    top: 15px;
  }
  #headerProducts .container .singleLeft .rightCont .image {
    height: 125px;
  }
  #headerProducts .container .singleLeft .rightCont .text {
    bottom: 35px;
    margin-right: 0;
    max-width: 220px;
  }
  #headerProducts .container .singleLeft .rightCont .text p {
    font-size: 10px;
    margin-top: 2px;
  }
  #headerProducts .container .singleRight {
    padding: 30px 0px 30px 30px;
    height: 350px;
  }
  #headerProducts .container .singleRight .leftCont {
    flex: 1.3;
    margin-right: 15px;
  }
  #headerProducts .container .singleRight .leftCont .favicon {
    height: 125px;
    top: 15px;
    right: 225px;
  }
  #headerProducts .container .singleRight .leftCont .image {
    height: 125px;
  }
  #headerProducts .container .singleRight .rightText .title {
    margin-bottom: 20px;
  }
  #headerProducts .container .singleRight .rightText .title h1 {
    font-size: 15px;
  }
  #headerProducts .container .singleRight .rightText .title .line {
    margin-top: 5px;
    height: 3px;
    width: 30px;
  }
  #headerProducts .container .singleRight .rightText .content a {
    font-size: 11px;
    padding: 4px 0 3px 0;
  }
  #headerProducts .container .singleRight .rightText .text {
    bottom: 35px;
    margin-right: 0;
    max-width: 220px;
  }
  #headerProducts .container .singleRight .rightText .text p {
    font-size: 10px;
    margin-top: 2px;
  }
  #headerProducts .rightBack {
    width: 49.5%;
    height: 350px;
  }

  #headerCorporate {
    top: 70px;
    padding: 30px 0;
  }
  #headerCorporate.sticky {
    top: 60px;
  }
  #headerCorporate .container {
    max-width: 98%;
    padding: 40px;
    grid-gap: 0 30px;
  }
  #headerCorporate .container .leftImg {
    padding-top: 25px;
  }
  #headerCorporate .container .leftImg img {
    height: 175px;
    margin-left: -15px;
  }
  #headerCorporate .container .textCorp h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #headerCorporate .container .textCorp p {
    margin-top: 8px;
    font-size: 12px;
  }
  #headerCorporate .container .textCorp .button {
    margin-top: 20px;
  }
  #headerCorporate .container .textCorp .button .icon {
    width: 25px;
    height: 25px;
    margin-right: 7px;
  }
  #headerCorporate .container .textCorp .button .text p {
    font-size: 11px;
    line-height: 1.3;
  }

  #slider {
    max-height: 450px;
  }
  #slider .swiper-container .swiper-slide .mainSlider {
    max-width: 95%;
    bottom: -20px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text {
    max-width: 130px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text h1 {
    font-size: 15px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text h2 {
    font-size: 20px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text .button {
    width: 30px;
    height: 40px;
    margin-top: 10px;
  }
  #slider .paginetionSlider {
    max-width: 95%;
    padding-left: 80px;
    height: 20px;
  }

  #homeGroupTwo {
    margin: 25px 0 0 0;
  }
  #homeGroupTwo .leftBack {
    width: 49.5%;
  }
  #homeGroupTwo .container .singleLeft {
    padding: 30px 30px 30px 0;
  }
  #homeGroupTwo .container .singleLeft .leftText .title {
    margin-bottom: 20px;
  }
  #homeGroupTwo .container .singleLeft .leftText .title h1 {
    font-size: 15px;
  }
  #homeGroupTwo .container .singleLeft .leftText .title .line {
    margin-top: 5px;
    height: 3px;
    width: 30px;
  }
  #homeGroupTwo .container .singleLeft .leftText .content a {
    font-size: 11px;
    padding: 4px 0 3px 0;
  }
  #homeGroupTwo .container .singleLeft .rightCont {
    flex: 1.3;
    margin-left: 15px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .favicon {
    height: 125px;
    right: 80px;
    top: 15px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .image {
    height: 125px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .text {
    bottom: 35px;
    margin-right: 0;
    max-width: 220px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .text p {
    font-size: 10px;
    margin-top: 2px;
  }
  #homeGroupTwo .container .singleRight {
    padding: 30px 0px 30px 30px;
  }
  #homeGroupTwo .container .singleRight .leftCont {
    flex: 1.3;
    margin-right: 15px;
  }
  #homeGroupTwo .container .singleRight .leftCont .favicon {
    height: 125px;
    top: 15px;
    right: 225px;
  }
  #homeGroupTwo .container .singleRight .leftCont .image {
    height: 125px;
  }
  #homeGroupTwo .container .singleRight .rightText .title {
    margin-bottom: 20px;
  }
  #homeGroupTwo .container .singleRight .rightText .title h1 {
    font-size: 15px;
  }
  #homeGroupTwo .container .singleRight .rightText .title .line {
    margin-top: 5px;
    height: 3px;
    width: 30px;
  }
  #homeGroupTwo .container .singleRight .rightText .content a {
    font-size: 11px;
    padding: 4px 0 3px 0;
  }
  #homeGroupTwo .container .singleRight .rightText .text {
    bottom: 35px;
    margin-right: 0;
    max-width: 220px;
  }
  #homeGroupTwo .container .singleRight .rightText .text p {
    font-size: 10px;
    margin-top: 2px;
  }
  #homeGroupTwo .rightBack {
    width: 49.5%;
  }

  #homeCorp {
    padding-top: 15px;
  }
  #homeCorp .container {
    max-width: 98%;
    padding: 0 25px;
  }
  #homeCorp .container .title {
    padding: 15px 0 20px 0;
  }
  #homeCorp .container .title .single {
    margin: 0 8px;
    padding: 7px 0;
  }
  #homeCorp .container .title .single:first-child {
    border-bottom: 2px solid #202020;
  }
  #homeCorp .container .title .single:hover {
    border-bottom: 2px solid #00524d;
  }
  #homeCorp .container .title .single h1 {
    font-size: 12px;
  }
  #homeCorp .container .content {
    height: 249px;
    grid-gap: 0 30px;
  }
  #homeCorp .container .content .corpSlider {
    height: 286px !important;
  }
  #homeCorp .container .content .textCorp h1 {
    font-size: 20px;
    max-width: 200px;
    margin-bottom: 5px;
  }
  #homeCorp .container .content .textCorp p {
    margin-top: 8px;
    font-size: 12px;
  }
  #homeCorp .container .content .textCorp .button {
    margin-top: 10px;
  }
  #homeCorp .container .content .textCorp .button .icon {
    width: 25px;
    height: 25px;
    margin-right: 4px;
  }
  #homeCorp .container .content .textCorp .button .text p {
    font-size: 11px;
    line-height: 1.3;
  }

  #homeIntPro .container {
    max-width: 98%;
    padding: 40px;
    grid-gap: 0 30px;
  }
  #homeIntPro .container .leftImg {
    padding-top: 25px;
  }
  #homeIntPro .container .leftImg img {
    height: 175px;
    margin-left: -15px;
  }
  #homeIntPro .container .textCorp h1 {
    font-size: 20px;
    max-width: 275px;
    margin-bottom: 5px;
  }
  #homeIntPro .container .textCorp p {
    margin-top: 8px;
    font-size: 12px;
  }
  #homeIntPro .container .textCorp .button {
    margin-top: 20px;
  }
  #homeIntPro .container .textCorp .button .icon {
    width: 25px;
    height: 25px;
    margin-right: 7px;
  }
  #homeIntPro .container .textCorp .button .text p {
    font-size: 11px;
    line-height: 1.3;
  }

  #thereeGroup {
    margin-top: 15px;
  }
  #thereeGroup .container {
    max-width: 98%;
    grid-template-columns: 33.3% 33.3% 33.3%;
  }
  #thereeGroup .container .single {
    padding: 0 20px 20px 20px;
  }
  #thereeGroup .container .single .title {
    padding: 20px 0;
  }
  #thereeGroup .container .single .title h1 {
    font-size: 14px;
  }
  #thereeGroup .container .single .title .lineC {
    margin-left: 5px;
  }
  #thereeGroup .container .single .title .lineC .line {
    width: 30px;
    height: 5px;
  }
  #thereeGroup .container .single .title .lineC .circle {
    margin-left: 3px;
    height: 5px;
    width: 5px;
  }
  #thereeGroup .container .single .contentT {
    padding: 10px;
  }
  #thereeGroup .container .single .contentT .swiper-container {
    height: 235px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    img {
    height: 170px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    .sTitle {
    padding: 8px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    .sTitle
    img {
    height: 20px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    .sTitle
    h1 {
    font-size: 12px;
    margin-left: 10px;
  }
  #thereeGroup .container .single.homeRef {
    padding: 0 20px;
  }
  #thereeGroup .container .single.homeRef .contentR .image {
    height: 200px;
    margin-bottom: 10px;
  }
  #thereeGroup
    .container
    .single.homeRef
    .contentR
    .swiper-container
    .swiper-slide {
    padding: 5px;
  }
  #thereeGroup
    .container
    .single.homeRef
    .contentR
    .swiper-container
    .swiper-slide
    img {
    height: 61px;
  }
  #thereeGroup .container .single.popButton {
    padding: 20px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header {
    padding: 5px 15px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header
    h1 {
    font-size: 13px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header
    .icon {
    width: 25px;
    height: 25px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header
    .icon
    img {
    height: 10px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-text {
    padding: 10px 20px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-text
    img {
    height: 130px;
  }

  #footer {
    margin-top: 50px;
  }
  #footer .container .fLeft {
    max-width: 300px;
  }
  #footer .container .fLeft .lFotT .logo {
    margin-top: -25px;
  }
  #footer .container .fLeft .lFotT .logo img {
    height: 75px;
  }
  #footer .container .fLeft .lFotT .copyright {
    padding-left: 10px;
    margin-top: 20px;
  }
  #footer .container .fLeft .lFotT .copyright p {
    font-size: 12px;
  }
  #footer .container .fLeft .rFotT {
    margin-left: 30px;
  }
  #footer .container .fLeft .rFotT .vinc {
    height: 159px;
  }
  #footer .container .fRight {
    margin-left: 30px;
    flex: 1.5;
  }
  #footer .container .fRight .rfTop .socials {
    padding: 15px 0;
  }
  #footer .container .fRight .rfTop .socials:before {
    width: 20px;
    height: 3px;
  }
  #footer .container .fRight .rfTop .socials:after {
    width: 20px;
    height: 3px;
  }
  #footer .container .fRight .rfTop .socials p {
    font-size: 12px;
    margin-right: 10px;
  }
  #footer .container .fRight .rfTop .socials .icons a img {
    height: 20px;
  }
  #footer .container .fRight .rfTop .supportF {
    padding: 15px 0;
  }
  #footer .container .fRight .rfTop .supportF:before {
    width: 20px;
    height: 3px;
  }
  #footer .container .fRight .rfTop .supportF:after {
    width: 20px;
    height: 3px;
  }
  #footer .container .fRight .rfTop .supportF p {
    font-size: 12px;
    margin-right: 10px;
  }
  #footer .container .fRight .rfTop .supportF a {
    margin-left: 10px;
  }
  #footer .container .fRight .rfTop .supportF a img {
    height: 20px;
  }
  #footer .container .fRight .rfTop .supportF a h1 {
    font-size: 15px;
    margin-left: 10px;
  }
  #footer .container .fRight .rfCont {
    padding: 20px 0;
  }
  #footer .container .fRight .rfCont .lfMenu .single a {
    margin-bottom: 5px;
    font-size: 11px;
  }
  #footer .container .fRight .rfCont .lfMenu .single a h1 {
    font-size: 11px;
  }
  #footer .container .fRight .rfCont .rfMenu .single a {
    margin-bottom: 5px;
    font-size: 11px;
  }
  #footer .container .fRight .rfCont .rfMenu .single a h1 {
    font-size: 11px;
  }
  #footer .container .fRight .rfCont .rfMenu .phAdress {
    padding-left: 15px;
  }
  #footer .container .fRight .rfCont .rfMenu .phAdress .adress {
    font-size: 12px;
    margin-bottom: 8px;
  }
  #footer .container .fRight .rfCont .rfMenu .phAdress .phonef {
    font-size: 12px;
  }
  #footer .container .fRight .rfBottom {
    padding: 10px 0;
  }
  #footer .container .fRight .rfBottom .ugr {
    font-size: 11px;
  }

  #pageNavigationImg {
    height: 225px;
  }
  #pageNavigationImg .container .text {
    max-width: 250px;
  }
  #pageNavigationImg .container .text a {
    font-size: 25px;
  }
  #pageNavigationImg .container .image img {
    height: 110px;
  }

  #productsListe .list a img {
    padding: 0;
  }
  #productsListe .list a .title {
    font-size: 12px;
    min-height: auto;
    padding: 20px 15px;
  }
  #productsListe .list a span {
    left: 10px;
    top: 10px;
    font-size: 12px;
  }
  #productsListe .list a .title:before {
    width: 5px;
    height: 60px;
  }

  #header .container .headerRight .menu ul:not(.dropdown-menu) .altMenu {
    right: 0;
    left: unset;
  }
}
@media screen and (max-width: 1024px) {
  #footer .footerBottom .container .fLeft .fIcon {
    width: 200px;
  }
  .container {
    padding: 0 15px;
  }
  .qu-about-us.layout-1 .section-thumbnail img {
    max-width: 50%;
  }
  .cardfg {
    margin-bottom: 30px;
  }
  #tamMenu .container {
  }
  #tamMenu .flags img {
    height: 40px;
  }
  #tamMenu .closebtn {
    font-size: 35px;
  }
  #tamMenu .container .content .topMenu {
    padding: 8px 0;
  }
  #tamMenu .container .content .topMenu .phone img {
    height: 18px;
    margin-right: 5px;
    padding-right: 5px;
  }
  #tamMenu .container .content .topMenu .phone .text h1 {
    font-size: 14px;
  }
  #tamMenu .container .content .topMenu .phone .text p {
    font-size: 12px;
  }
  #tamMenu .container .content .topMenu .socials .social p {
    font-size: 12px;
  }
  #tamMenu .container .content .topMenu .socials .social .icons {
    margin-left: 5px;
    padding-left: 5px;
  }
  #tamMenu .container .content .topMenu .socials .social .icons a {
    margin-left: 3px;
  }
  #tamMenu .container .content .topMenu .socials .social .icons a img {
    height: 15px;
  }
  #tamMenu .container .content .topMenu .socials .single p {
    font-size: 12px;
    padding-right: 5px;
    margin-right: 5px;
  }
  #tamMenu .container .content .topMenu .socials .single img {
    height: 15px;
  }
  #tamMenu .container .content .mMenuM .leftMenu {
    max-width: 225px;
  }
  #tamMenu .container .content .mMenuM .leftMenu .links a {
    margin-top: 5px;
    font-size: 11px;
  }
  #tamMenu .container .content .mMenuM .leftMenu .links a h1 {
    font-size: 12px;
  }
  #tamMenu .container .content .mMenuM .rightMenu .singleLeft {
    margin-right: 0;
    padding-left: 10px;
  }
  #tamMenu .container .content .mMenuM .rightMenu .singleLeft .leftText .title {
    margin-bottom: 15px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft.rghS
    .leftText
    .title {
    margin-bottom: 8px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .leftText
    .title
    h1 {
    font-size: 13px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .leftText
    .title
    .line {
    margin-top: 8px;
    height: 2px;
    width: 25px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .leftText
    .content
    a {
    padding: 4px 0;
    font-size: 11px;
  }
  #tamMenu .container .content .mMenuM .rightMenu .singleLeft .rightCont {
    flex: 1;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .rightCont
    .favicon {
    top: 0;
    height: 100px;
    right: 50px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .rightCont
    .image {
    height: 100px;
  }
  #tamMenu .footerNav-social span {
    font-size: 10px;
  }

  #header {
    height: 65px;
  }
  #header .container .logo {
    max-width: 120px;
  }
  #header .container .logo img {
    max-width: unset;
    height: 35px;
    object-fit: contain;
  }
  #header .container .headerRight .mobilMenu {
    width: 49px;
  }
  #header .container .headerRight .mobilMenu img {
    height: 15px;
  }
  #header .container .headerRight .mobilMenu::after {
    height: 5px;
    bottom: -5px;
  }
  #header .container .headerRight .menu {
    padding: 0 7px;
  }
  #header .container .headerRight .menu ul li a {
    font-size: 9px;
    padding: 0 7px;
  }
  #header .container .headerRight .menu ul li:first-child a {
    padding: 0 7px 0 0;
  }
  #header .container .headerRight .phoneH {
    padding: 0 7px;
    min-width: 100px;
    display: none;
  }
  #header .container .headerRight .phoneH img {
    height: 15px;
  }
  #header .container .headerRight .phoneH p {
    font-size: 11px;
    margin-left: 5px;
  }
  #header .container .headerRight .soacilasH {
    margin-left: 7px;
    display: none;
  }
  #header .container .headerRight .soacilasH a {
    margin-left: 3px;
  }
  #header .container .headerRight .soacilasH a img {
    height: 15px;
  }

  #header .container .dropdown {
    bottom: -35px;
  }
  #header .container .dropbtn {
    height: 31px;
    font-size: 11px;
  }
  #header .container .dropbtn img {
    height: 15px !important;
  }
  #header .container .dropdown-content a {
    height: 25px;
    font-size: 10px;
  }

  #headerProducts {
    top: 65px;
    padding: 20px 0;
  }
  #headerProducts .leftBack {
    width: 49.5%;
    top: 20px;
    height: 250px;
  }
  #headerProducts .container .singleLeft {
    padding: 15px 0px 15px 0;
    height: 250px;
  }
  #headerProducts .container .singleLeft .leftText .title {
    margin-bottom: 6px;
  }
  #headerProducts .container .singleLeft .leftText .title h1 {
    font-size: 13px;
  }
  #headerProducts .container .singleLeft .leftText .title .line {
    margin-top: 5px;
    height: 3px;
    width: 10px;
  }
  #headerProducts .container .singleLeft .leftText .content a {
    font-size: 12px;
    padding: 0;
  }
  #headerProducts .container .singleLeft .rightCont {
    flex: 1.3;
    margin-left: 15px;
  }
  #headerProducts .container .singleLeft .rightCont .favicon {
    height: 90px;
    right: 40px;
    top: 10px;
  }
  #headerProducts .container .singleLeft .rightCont .image {
    height: 125px;
  }
  #headerProducts .container .singleLeft .rightCont .text {
    bottom: 20px;
    margin-right: 0;
    max-width: 220px;
  }
  #headerProducts .container .singleLeft .rightCont .text p {
    font-size: 9px;
    margin-top: 1px;
  }
  #headerProducts .container .singleRight {
    padding: 15px 0px 15px 0px;
    height: 250px;
  }
  #headerProducts .container .singleRight .leftCont {
    flex: 1.3;
    margin-right: 15px;
  }
  #headerProducts .container .singleRight .leftCont .favicon {
    height: 90px;
    top: 10px;
    right: 157px;
  }
  #headerProducts .container .singleRight .leftCont .image {
    height: 122px;
  }
  #headerProducts .container .singleRight .rightText {
    max-width: 150px;
  }
  #headerProducts .container .singleRight .rightText .title {
    margin-bottom: 6px;
  }
  #headerProducts .container .singleRight .rightText .title h1 {
    font-size: 13px;
  }
  #headerProducts .container .singleRight .rightText .title .line {
    margin-top: 5px;
    height: 3px;
    width: 10px;
  }
  #headerProducts .container .singleRight .rightText .content a {
    font-size: 9px;
    padding: 2px 0 2px 0;
  }
  #headerProducts .container .singleRight .rightText .text {
    bottom: 20px;
    margin-right: 0;
    max-width: 220px;
  }
  #headerProducts .container .singleRight .rightText .text p {
    font-size: 9px;
    margin-top: 1px;
  }
  #headerProducts .rightBack {
    width: 49.5%;
    top: 20px;
    height: 250px;
  }
  #homeNewsEvent {
    padding: 27px 0;
  }
  #homeNewsEvent .bg {
    height: 64%;
  }
  #homeNewsEvent .container .rotateText span {
    font-size: 30px;
  }
  #homeNewsEvent .container .content {
    height: 301px;
  }
  #homeNewsEvent .container .content .single img {
    height: 125px;
  }
  #homeNewsEvent .container .content .single span {
    font-size: 12px;
    width: 90%;
    margin-top: 10px;
  }
  #homeNewsEvent .container .content .single p {
    padding: 10px 0;
    font-size: 11px;
    width: 100%;
  }
  #homeNewsEvent .container .content .single:nth-child(2) {
    margin: 0 20px;
  }
  #homeNewsEvent .container .content .single:nth-child(2) span {
    left: 15px;
  }
  #homeNewsEvent .container .content .single .button img {
    height: 35px;
  }
  #homeNewsEvent .container .content .single .button p {
    font-size: 13px;
  }
  #headerCorporate {
    top: 65px;
    padding: 20px 0;
  }
  #headerCorporate .container {
    max-width: 98%;
    padding: 20px;
    grid-gap: 0 15px;
  }
  #headerCorporate .container .leftImg {
    padding-top: 25px;
  }
  #headerCorporate .container .leftImg img {
    height: 125px;
    margin-left: -15px;
  }
  #headerCorporate .container .textCorp h1 {
    font-size: 16px;
    margin-bottom: 3px;
  }
  #headerCorporate .container .textCorp p {
    margin-top: 5px;
    font-size: 11px;
  }
  #headerCorporate .container .textCorp .button {
    margin-top: 5px;
  }
  #headerCorporate .container .textCorp .button .icon {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }
  #headerCorporate .container .textCorp .button .text p {
    font-size: 10px;
    line-height: 1.3;
  }

  #slider {
    max-height: 375px;
  }
  #slider .swiper-container .swiper-slide .mainSlider {
    max-width: 95%;
    bottom: -20px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text {
    max-width: 110px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text h1 {
    font-size: 13px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text h2 {
    font-size: 16px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text .button {
    width: 20px;
    height: 30px;
    margin-top: 5px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text .button img {
    height: 15px;
  }
  #slider .paginetionSlider {
    max-width: 95%;
    padding-left: 42px;
    height: 20px;
  }
  #slider .paginetionSlider .swiper-pagination-bullet {
    width: 3px;
    height: 3px;
    margin-right: 3px;
  }
  #slider
    .paginetionSlider
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 3px;
  }

  #homeGroupTwo {
    margin: 25px 0 0 0;
  }
  #homeGroupTwo .leftBack {
    width: 49.5%;
  }
  #homeGroupTwo .container .singleLeft {
    padding: 15px 0px 15px 0;
  }
  #homeGroupTwo .container .singleLeft .leftText .title {
    margin-bottom: 6px;
  }
  #homeGroupTwo .container .singleLeft .leftText .title h1 {
    font-size: 13px;
  }
  #homeGroupTwo .container .singleLeft .leftText .title .line {
    margin-top: 5px;
    height: 3px;
    width: 10px;
  }
  #homeGroupTwo .container .singleLeft .leftText .content a {
    font-size: 8px;
    padding: 0;
  }
  #homeGroupTwo .container .singleLeft .rightCont {
    flex: 1.3;
    margin-left: 15px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .favicon {
    height: 90px;
    right: 40px;
    top: 10px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .image {
    height: 125px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .text {
    bottom: 20px;
    margin-right: 0;
    max-width: 220px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .text p {
    font-size: 9px;
    margin-top: 1px;
  }
  #homeGroupTwo .container .singleRight {
    padding: 15px 0px 15px 0px;
  }
  #homeGroupTwo .container .singleRight .leftCont {
    flex: 1.3;
    margin-right: 15px;
  }
  #homeGroupTwo .container .singleRight .leftCont .favicon {
    height: 90px;
    top: 10px;
    right: 157px;
  }
  #homeGroupTwo .container .singleRight .leftCont .image {
    height: 122px;
  }
  #homeGroupTwo .container .singleRight .rightText {
    max-width: 150px;
  }
  #homeGroupTwo .container .singleRight .rightText .title {
    margin-bottom: 6px;
  }
  #homeGroupTwo .container .singleRight .rightText .title h1 {
    font-size: 13px;
  }
  #homeGroupTwo .container .singleRight .rightText .title .line {
    margin-top: 5px;
    height: 3px;
    width: 10px;
  }
  #homeGroupTwo .container .singleRight .rightText .content a {
    font-size: 9px;
    padding: 2px 0 2px 0;
  }
  #homeGroupTwo .container .singleRight .rightText .text {
    bottom: 20px;
    margin-right: 0;
    max-width: 220px;
  }
  #homeGroupTwo .container .singleRight .rightText .text p {
    font-size: 9px;
    margin-top: 1px;
  }
  #homeGroupTwo .rightBack {
    width: 49.5%;
  }

  #homeCorp {
    padding-top: 15px;
  }
  #homeCorp .container {
    max-width: 98%;
    padding: 0 15px;
  }
  #homeCorp .container .title {
    padding: 10px 0 13px 0;
  }
  #homeCorp .container .title .single {
    margin: 0 5px;
    padding: 5px 0;
  }
  #homeCorp .container .title .single:first-child {
    border-bottom: 1px solid #202020;
  }
  #homeCorp .container .title .single:hover {
    border-bottom: 1px solid #00524d;
  }
  #homeCorp .container .title .single h1 {
    font-size: 11px;
  }
  #homeCorp .container .content {
    height: 230px;
    grid-gap: 0 15px;
  }
  #homeCorp .container .content .corpSlider {
    height: 260px !important;
  }
  #homeCorp .container .content .textCorp h1 {
    font-size: 16px;
    max-width: 150px;
    margin-bottom: 3px;
  }
  #homeCorp .container .content .textCorp p {
    margin-top: 5px;
    font-size: 11px;
  }
  #homeCorp .container .content .textCorp .button {
    margin-top: 5px;
  }
  #homeCorp .container .content .textCorp .button .icon {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }
  #homeCorp .container .content .textCorp .button .text p {
    font-size: 10px;
    line-height: 1.3;
  }

  #homeIntPro .container {
    max-width: 98%;
    padding: 20px;
    grid-gap: 0 15px;
  }
  #homeIntPro .container .leftImg {
    padding-top: 25px;
  }
  #homeIntPro .container .leftImg img {
    height: 125px;
    margin-left: -15px;
  }
  #homeIntPro .container .textCorp h1 {
    font-size: 16px;
    max-width: 150px;
    margin-bottom: 3px;
  }
  #homeIntPro .container .textCorp p {
    margin-top: 5px;
    font-size: 11px;
  }
  #homeIntPro .container .textCorp .button {
    margin-top: 5px;
  }
  #homeIntPro .container .textCorp .button .icon {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }
  #homeIntPro .container .textCorp .button .text p {
    font-size: 10px;
    line-height: 1.3;
  }

  #thereeGroup {
    margin-top: 15px;
  }
  #thereeGroup .container {
    max-width: 98%;
    grid-template-columns: 33.3% 33.3% 33.3%;
  }
  #thereeGroup .container .single {
    padding: 0 15px 15px 15px;
  }
  #thereeGroup .container .single .title {
    padding: 15px 0;
  }
  #thereeGroup .container .single .title h1 {
    font-size: 13px;
  }
  #thereeGroup .container .single .title .lineC {
    margin-left: 5px;
  }
  #thereeGroup .container .single .title .lineC .line {
    width: 20px;
    height: 5px;
  }
  #thereeGroup .container .single .title .lineC .circle {
    margin-left: 3px;
    height: 5px;
    width: 5px;
  }
  #thereeGroup .container .single .contentT {
    padding: 8px;
  }
  #thereeGroup .container .single .contentT .swiper-container {
    height: 200px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    img {
    height: 140px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    .sTitle {
    padding: 5px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    .sTitle
    img {
    height: 15px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    .sTitle
    h1 {
    font-size: 11px;
    margin-left: 5px;
  }
  #thereeGroup .container .single.homeRef {
    padding: 0 15px;
  }
  #thereeGroup .container .single.homeRef .contentR .image {
    height: 175px;
    margin-bottom: 10px;
  }
  #thereeGroup
    .container
    .single.homeRef
    .contentR
    .swiper-container
    .swiper-slide {
    padding: 5px;
  }
  #thereeGroup
    .container
    .single.homeRef
    .contentR
    .swiper-container
    .swiper-slide
    img {
    height: 61px;
  }
  #thereeGroup .container .single.popButton {
    padding: 15px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header {
    padding: 5px 10px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header
    h1 {
    font-size: 11px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header
    .icon {
    width: 18px;
    height: 18px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header
    .icon
    img {
    height: 8px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-text {
    padding: 10px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-text
    img {
    height: 100px;
  }

  #footer {
    margin-top: 50px;
  }

  #footer .container .fLeft {
    max-width: 189px;
  }
  #footer .container .fLeft .lFotT .logo {
    margin-top: -25px;
  }
  #footer .container .fLeft .lFotT .logo img {
    height: 52px;
  }
  #footer .container .fLeft .lFotT .copyright {
    padding-left: 0;
    margin-top: 4px;
  }
  #footer .container .fLeft .lFotT .copyright p {
    font-size: 9px;
  }
  #footer .container .fLeft .rFotT {
    margin-left: 30px;
  }
  #footer .container .fLeft .rFotT .vinc {
    height: 113px;
  }
  #footer .container .fRight {
    margin-left: 30px;
    flex: 1.5;
  }
  #footer .container .fRight .rfTop .socials {
    padding: 7px 0;
    margin-right: 10px;
  }
  #footer .container .fRight .rfTop .socials:before {
    width: 15px;
    height: 2px;
  }
  #footer .container .fRight .rfTop .socials:after {
    width: 15px;
    height: 2px;
  }
  #footer .container .fRight .rfTop .socials p {
    font-size: 11px;
    margin-right: 5px;
  }
  #footer .container .fRight .rfTop .socials .icons a img {
    height: 16px;
  }
  #footer .container .fRight .rfTop .supportF {
    padding: 7px 0;
  }
  #footer .container .fRight .rfTop .supportF:before {
    width: 15px;
    height: 2px;
  }
  #footer .container .fRight .rfTop .supportF:after {
    width: 15px;
    height: 2px;
  }
  #footer .container .fRight .rfTop .supportF p {
    font-size: 11px;
    margin-right: 7px;
  }
  #footer .container .fRight .rfTop .supportF a {
    margin-left: 10px;
  }
  #footer .container .fRight .rfTop .supportF a img {
    height: 16px;
  }
  #footer .container .fRight .rfTop .supportF a h1 {
    font-size: 12px;
    margin-left: 5px;
  }
  #footer .container .fRight .rfCont {
    padding: 20px 0;
  }
  #footer .container .fRight .rfCont .lfMenu .single.lOne {
    max-width: 110px;
  }
  #footer .container .fRight .rfCont .lfMenu .single a {
    margin-bottom: 4px;
    font-size: 10px;
  }
  #footer .container .fRight .rfCont .lfMenu .single a h1 {
    font-size: 10px;
  }
  #footer .container .fRight .rfCont .rfMenu .single a {
    margin-bottom: 4px;
    font-size: 10px;
  }
  #footer .container .fRight .rfCont .rfMenu .single a h1 {
    font-size: 10px;
  }
  #footer .container .fRight .rfCont .rfMenu .phAdress {
    padding-left: 10px;
  }
  #footer .container .fRight .rfCont .rfMenu .phAdress .adress {
    font-size: 10px;
    margin-bottom: 4px;
  }
  #footer .container .fRight .rfCont .rfMenu .phAdress .phonef {
    font-size: 10px;
  }
  #footer .container .fRight .rfBottom {
    padding: 7px 0;
  }
  #footer .container .fRight .rfBottom .ugr {
    font-size: 10px;
  }
  #footer .footerBottom .container {
    justify-content: flex-end;
  }
  /*Haber List*/
  #news-list .list .inner-container {
    flex-basis: 40%;
    margin: 10px;
  }
  #news-list .list .inner-container .date {
    padding: 0;
    height: auto;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
  }
  #news-list .list .inner-container .date:before {
    border-right: 60px solid transparent;
  }
  #news-list .list .inner-container .date h3 {
    font-size: 20px !important;
  }
  #news-list .list .inner-container .date h5 {
    font-size: 11px;
  }
  #news-list .list .inner-container .image img {
    height: 160px;
  }
  #news-list .list .inner-container .desc {
    padding: 0 7px;
  }
  #news-list .list .inner-container .desc .title h3 {
    font-size: 15px;
    margin-bottom: 0;
  }
  #news-list .list .inner-container .desc .info span {
    font-size: 10px;
    padding-right: 0;
  }
  #news-list .list .inner-container .desc .readmore a {
    padding: 10px;
    font-size: 13px;
    line-height: 1;
  }

  #pageNavigation {
    padding: 20px 0;
  }
  #pageNavigation .container a {
    font-size: 15px;
  }

  #pageNavigationImg {
    height: 200px;
  }
  #pageNavigationImg .container .text {
    max-width: 225px;
  }
  #pageNavigationImg .container .text a {
    font-size: 20px;
  }

  #productsListe .list a img {
    padding: 0;
  }
  #productsListe .list a .title {
    font-size: 12px;
    min-height: auto;
    padding: 20px 15px;
  }
  #productsListe .list a span {
    left: 10px;
    top: 10px;
    font-size: 12px;
  }
  #productsListe .list a .title:before {
    width: 5px;
    height: 60px;
  }

  .offerGet .selectImg .favicon {
    height: 150px;
  }
  .offerGet .selectImg .image {
    height: 180px;
  }
  .offerGet form .singleFInput p {
    font-size: 13px;
  }
  .offerGet form input {
    height: 30px;
    font-size: 12px;
  }
  .offerGet form button {
    height: 30px;
    font-size: 12px;
  }
  .offerGet form select {
    height: 30px;
    font-size: 12px;
  }
  .offerGet form .teklif-al-msj {
    font-size: 12px;
    min-height: 100px;
  }
}
@media screen and (max-width: 992px) {
  #homeCatImg {
    display: none;
  }
  #footer .footerBottom .container .fLeft {
    display: flex;
    justify-content: center;
  }
  #footer .footerBottom .container .fLeft .fIcon {
    position: relative;
  }
  #footer .footerBottom .container .fLeft .logos {
    display: none;
  }
  #footer .footerBottom {
    padding: 35px 0;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
  .fgdz-team.fgstyle-1 .fgdz-name {
    font-size: 15px !important;
  }
  .fgdz-team.fgstyle-1 .fgdz-name a:last-child {
    font-size: 12px !important;
    display: block;
    margin-top: 5px;
  }
  .fgdz-team.fgstyle-1 .fgdz-position {
    font-size: 12px !important;
  }
  #tamMenu .container {
  }
  #tamMenu .flags img {
    height: 40px;
  }
  #tamMenu .closebtn {
    font-size: 35px;
  }
  #tamMenu .container .content .topMenu {
    padding: 8px 0;
  }
  #tamMenu .container .content .topMenu .phone img {
    height: 18px;
    margin-right: 5px;
    padding-right: 5px;
  }
  #tamMenu .container .content .topMenu .phone .text h1 {
    font-size: 14px;
  }
  #tamMenu .container .content .topMenu .phone .text p {
    font-size: 12px;
  }
  #tamMenu .container .content .topMenu .socials .social p {
    font-size: 12px;
  }
  #tamMenu .container .content .topMenu .socials .social .icons {
    margin-left: 5px;
    padding-left: 5px;
  }
  #tamMenu .container .content .topMenu .socials .social .icons a {
    margin-left: 3px;
  }
  #tamMenu .container .content .topMenu .socials .social .icons a img {
    height: 15px;
  }
  #tamMenu .container .content .topMenu .socials .single p {
    font-size: 12px;
    padding-right: 5px;
    margin-right: 5px;
  }
  #tamMenu .container .content .topMenu .socials .single img {
    height: 15px;
  }
  #tamMenu .container .content .mMenuM {
    display: flex;
    flex-direction: column-reverse;
    padding: 15px 0;
  }
  #tamMenu .container .content .mMenuM .leftMenu {
    max-width: unset;
    border-right: unset;
  }
  #tamMenu .container .content .mMenuM .leftMenu .links a {
    margin-top: 5px;
    font-size: 11px;
  }
  #tamMenu .container .content .mMenuM .leftMenu .links a h1 {
    font-size: 12px;
  }
  #tamMenu .container .content .mMenuM .rightMenu {
    border-bottom: 1px dashed rgb(157 157 157 / 23%);
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  #tamMenu .container .content .mMenuM .rightMenu .singleLeft {
    margin-right: 0;
    padding-left: 10px;
  }
  #tamMenu .container .content .mMenuM .rightMenu .singleLeft .leftText .title {
    margin-bottom: 15px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft.rghS
    .leftText
    .title {
    margin-bottom: 8px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .leftText
    .title
    h1 {
    font-size: 13px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .leftText
    .title
    .line {
    margin-top: 8px;
    height: 2px;
    width: 25px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .leftText
    .content
    a {
    padding: 4px 0;
    font-size: 11px;
  }
  #tamMenu .container .content .mMenuM .rightMenu .singleLeft .rightCont {
    flex: 1;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .rightCont
    .favicon {
    top: 0;
    height: 100px;
    right: 50px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .rightCont
    .image {
    height: 100px;
  }
  #tamMenu .footerNav-social span {
    font-size: 10px;
  }

  #header {
    height: 65px;
  }
  #header .container .logo {
    max-width: 120px;
  }
  #header .container .logo img {
    max-width: unset;
    height: 35px;
    object-fit: contain;
  }
  #header .container .headerRight .mobilMenu {
    width: 55px;
  }
  #header .container .headerRight .mobilMenu img {
    height: 15px;
  }
  #header .container .headerRight .mobilMenu::after {
    height: 5px;
    bottom: -5px;
  }
  #header .container .headerRight .menu {
    padding: 0 7px;
    display: none;
  }
  #header .container .headerRight .menu ul li a {
    font-size: 9px;
    padding: 0 7px;
  }
  #header .container .headerRight .menu ul li:first-child a {
    padding: 0 7px 0 0;
  }
  #header .container .headerRight .phoneH {
    padding: 0 7px;
    min-width: 100px;
  }
  #header .container .headerRight .phoneH img {
    height: 15px;
  }
  #header .container .headerRight .phoneH p {
    font-size: 11px;
    margin-left: 5px;
  }
  #header .container .headerRight .soacilasH {
    margin-left: 7px;
  }
  #header .container .headerRight .soacilasH a {
    margin-left: 3px;
  }
  #header .container .headerRight .soacilasH a img {
    height: 15px;
  }

  #header .container .dropdown {
    bottom: -35px;
  }
  #header .container .dropbtn {
    height: 31px;
    font-size: 11px;
  }
  #header .container .dropbtn img {
    height: 15px !important;
  }
  #header .container .dropdown-content a {
    height: 25px;
    font-size: 10px;
  }
  #homeNewsEvent {
    padding: 27px 0;
  }
  #homeNewsEvent .bg {
    height: 40%;
    top: 70%;
    transform: translateY(-50%);
  }
  #homeNewsEvent .container {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  #homeNewsEvent .container .rotateText {
    transform: rotate(00deg);
    height: auto;
    margin-bottom: 20px;
  }
  #homeNewsEvent .container .rotateText span {
    font-size: 27px;
    margin-left: 0;
  }
  #homeNewsEvent .container .rotateText span:nth-child(1) {
    margin-left: 22px;
  }
  #homeNewsEvent .container .rotateText span:nth-child(3) {
    margin-left: 22px;
  }

  #homeNewsEvent .container .content {
    height: 301px;
    padding: 0;
  }
  #homeNewsEvent .container .content .single:nth-child(2) p {
    display: none;
  }
  #homeNewsEvent .container .content .single img {
    height: 125px;
  }
  #homeNewsEvent .container .content .single span {
    font-size: 12px;
    width: 90%;
    margin-top: 10px;
  }
  #homeNewsEvent .container .content .single p {
    padding: 10px 0;
    font-size: 11px;
    width: 100%;
  }
  #homeNewsEvent .container .content .single:nth-child(2) {
    margin: 0 20px;
  }
  #homeNewsEvent .container .content .single:nth-child(2) span {
    left: 15px;
  }
  #homeNewsEvent .container .content .single .button img {
    height: 35px;
  }
  #homeNewsEvent .container .content .single .button p {
    font-size: 13px;
  }

  #slider {
    max-height: 375px;
  }
  #slider .swiper-container .swiper-slide .mainSlider {
    max-width: 95%;
    bottom: -20px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text {
    max-width: 110px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text h1 {
    font-size: 13px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text h2 {
    font-size: 16px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text .button {
    width: 20px;
    height: 30px;
    margin-top: 5px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text .button img {
    height: 15px;
  }
  #slider .paginetionSlider {
    max-width: 95%;
    padding-left: 42px;
    height: 20px;
  }
  #slider .paginetionSlider .swiper-pagination-bullet {
    width: 3px;
    height: 3px;
    margin-right: 3px;
  }
  #slider
    .paginetionSlider
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 3px;
  }

  #homeGroupTwo {
    margin: 25px 0 0 0;
  }
  #homeGroupTwo .leftBack {
    width: 49.5%;
  }
  #homeGroupTwo .container .singleLeft {
    padding: 15px 0px 15px 0;
  }
  #homeGroupTwo .container .singleLeft .leftText .title {
    margin-bottom: 6px;
  }
  #homeGroupTwo .container .singleLeft .leftText .title h1 {
    font-size: 13px;
  }
  #homeGroupTwo .container .singleLeft .leftText .title .line {
    margin-top: 5px;
    height: 3px;
    width: 10px;
  }
  #homeGroupTwo .container .singleLeft .leftText .content a {
    font-size: 8px;
    padding: 0;
  }
  #homeGroupTwo .container .singleLeft .rightCont {
    flex: 1.3;
    margin-left: 15px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .favicon {
    height: 90px;
    right: 40px;
    top: 10px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .image {
    height: 125px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .text {
    bottom: 20px;
    margin-right: 0;
    max-width: 220px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .text p {
    font-size: 9px;
    margin-top: 1px;
  }
  #homeGroupTwo .container .singleRight {
    padding: 15px 0px 15px 0px;
  }
  #homeGroupTwo .container .singleRight .leftCont {
    flex: 1.3;
    margin-right: 15px;
  }
  #homeGroupTwo .container .singleRight .leftCont .favicon {
    height: 90px;
    top: 10px;
    right: 157px;
  }
  #homeGroupTwo .container .singleRight .leftCont .image {
    height: 122px;
  }
  #homeGroupTwo .container .singleRight .rightText {
    max-width: 150px;
  }
  #homeGroupTwo .container .singleRight .rightText .title {
    margin-bottom: 6px;
  }
  #homeGroupTwo .container .singleRight .rightText .title h1 {
    font-size: 13px;
  }
  #homeGroupTwo .container .singleRight .rightText .title .line {
    margin-top: 5px;
    height: 3px;
    width: 10px;
  }
  #homeGroupTwo .container .singleRight .rightText .content a {
    font-size: 9px;
    padding: 2px 0 2px 0;
  }
  #homeGroupTwo .container .singleRight .rightText .text {
    bottom: 20px;
    margin-right: 0;
    max-width: 220px;
  }
  #homeGroupTwo .container .singleRight .rightText .text p {
    font-size: 9px;
    margin-top: 1px;
  }
  #homeGroupTwo .rightBack {
    width: 49.5%;
  }

  #homeCorp {
    padding-top: 15px;
  }
  #homeCorp .container {
    max-width: 98%;
    padding: 0 15px;
  }
  #homeCorp .container .title {
    padding: 5px 0 6px 0;
  }
  #homeCorp .container .title .single {
    margin: 0 5px;
    padding: 5px 0;
  }
  #homeCorp .container .title .single:first-child {
    border-bottom: 1px solid #202020;
  }
  #homeCorp .container .title .single:hover {
    border-bottom: 1px solid #00524d;
  }
  #homeCorp .container .title .single h1 {
    font-size: 11px;
  }
  #homeCorp .container .content {
    height: 224px;
    grid-gap: 0 15px;
  }
  #homeCorp .container .content .corpSlider {
    height: 250px !important;
  }
  #homeCorp .container .content .textCorp h1 {
    font-size: 15px;
    max-width: 150px;
    margin-bottom: 3px;
  }
  #homeCorp .container .content .textCorp p {
    margin-top: 5px;
    font-size: 10px;
  }
  #homeCorp .container .content .textCorp .button {
    margin-top: 5px;
  }
  #homeCorp .container .content .textCorp .button .icon {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }
  #homeCorp .container .content .textCorp .button .text p {
    font-size: 9px;
    line-height: 1.3;
  }

  #homeIntPro .container {
    max-width: 98%;
    padding: 20px;
    grid-gap: 0 15px;
  }
  #homeIntPro .container .leftImg {
    padding-top: 25px;
  }
  #homeIntPro .container .leftImg img {
    height: 113px;
    margin-left: -15px;
  }
  #homeIntPro .container .textCorp h1 {
    font-size: 15px;
    max-width: 150px;
    margin-bottom: 3px;
  }
  #homeIntPro .container .textCorp p {
    margin-top: 4px;
    font-size: 10px;
  }
  #homeIntPro .container .textCorp .button {
    margin-top: 5px;
  }
  #homeIntPro .container .textCorp .button .icon {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }
  #homeIntPro .container .textCorp .button .text p {
    font-size: 9px;
    line-height: 1.3;
  }

  #thereeGroup {
    margin-top: 15px;
  }
  #thereeGroup .container {
    max-width: 98%;
    grid-template-columns: repeat(2, 49%);
  }
  #thereeGroup .container .single {
    padding: 0 15px 15px 15px;
  }
  #thereeGroup .container .single .title {
    padding: 15px 0;
  }
  #thereeGroup .container .single .title h1 {
    font-size: 12px;
  }
  #thereeGroup .container .single .title .lineC {
    margin-left: 5px;
  }
  #thereeGroup .container .single .title .lineC .line {
    width: 20px;
    height: 5px;
  }
  #thereeGroup .container .single .title .lineC .circle {
    margin-left: 3px;
    height: 5px;
    width: 5px;
  }
  #thereeGroup .container .single .contentT {
    padding: 8px;
  }
  #thereeGroup .container .single .contentT .swiper-container {
    height: 200px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    img {
    height: 140px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    .sTitle {
    padding: 5px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    .sTitle
    img {
    height: 15px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    .sTitle
    h1 {
    font-size: 11px;
    margin-left: 5px;
  }
  #thereeGroup .container .single.homeRef {
    padding: 0 15px;
  }
  #thereeGroup .container .single.homeRef .contentR .image {
    height: 175px;
    margin-bottom: 10px;
  }
  #thereeGroup
    .container
    .single.homeRef
    .contentR
    .swiper-container
    .swiper-slide {
    padding: 5px;
  }
  #thereeGroup
    .container
    .single.homeRef
    .contentR
    .swiper-container
    .swiper-slide
    img {
    height: 61px;
  }
  #thereeGroup .container .single.popButton {
    padding: 15px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header {
    padding: 5px 10px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header
    h1 {
    font-size: 11px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header
    .icon {
    width: 18px;
    height: 18px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header
    .icon
    img {
    height: 8px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-text {
    padding: 10px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-text
    img {
    height: 100px;
  }

  #footer {
    margin-top: 50px;
  }
  #footer .container .fLeft {
    max-width: 150px;
  }
  #footer .container .fLeft .lFotT .logo {
    margin-top: -25px;
  }
  #footer .container .fLeft .lFotT .logo img {
    height: 50px;
  }
  #footer .container .fLeft .lFotT .copyright {
    padding-left: 0;
    margin-top: 4px;
  }
  #footer .container .fLeft .lFotT .copyright p {
    font-size: 9px;
  }
  #footer .container .fLeft .rFotT {
    margin-left: 10px;
  }
  #footer .container .fLeft .rFotT .vinc {
    height: 88px;
  }
  #footer .container .fRight {
    margin-left: 30px;
    flex: 1.5;
  }
  #footer .container .fRight .rfTop .socials {
    padding: 7px 0;
    margin-right: 10px;
  }
  #footer .container .fRight .rfTop .socials:before {
    width: 15px;
    height: 2px;
  }
  #footer .container .fRight .rfTop .socials:after {
    width: 15px;
    height: 2px;
  }
  #footer .container .fRight .rfTop .socials p {
    font-size: 10px;
    margin-right: 5px;
  }
  #footer .container .fRight .rfTop .socials .icons a img {
    height: 16px;
  }
  #footer .container .fRight .rfTop .supportF {
    padding: 7px 0;
  }
  #footer .container .fRight .rfTop .supportF:before {
    width: 15px;
    height: 2px;
  }
  #footer .container .fRight .rfTop .supportF:after {
    width: 15px;
    height: 2px;
  }
  #footer .container .fRight .rfTop .supportF p {
    font-size: 10px;
    margin-right: 7px;
  }
  #footer .container .fRight .rfTop .supportF a {
    margin-left: 10px;
  }
  #footer .container .fRight .rfTop .supportF a img {
    height: 16px;
  }
  #footer .container .fRight .rfTop .supportF a h1 {
    font-size: 11px;
    margin-left: 5px;
  }
  #footer .container .fRight .rfCont {
    padding: 15px 0;
  }
  #footer .container .fRight .rfCont .lfMenu .single.lOne {
    max-width: 110px;
  }
  #footer .container .fRight .rfCont .lfMenu .single a {
    margin-bottom: 4px;
    font-size: 10px;
  }
  #footer .container .fRight .rfCont .lfMenu .single a h1 {
    font-size: 10px;
  }
  #footer .container .fRight .rfCont .rfMenu .single a {
    margin-bottom: 4px;
    font-size: 10px;
  }
  #footer .container .fRight .rfCont .rfMenu .single a h1 {
    font-size: 10px;
  }
  #footer .container .fRight .rfCont .rfMenu .phAdress {
    padding-left: 10px;
  }
  #footer .container .fRight .rfCont .rfMenu .phAdress .adress {
    font-size: 9px;
    margin-bottom: 4px;
  }
  #footer .container .fRight .rfCont .rfMenu .phAdress .phonef {
    font-size: 9px;
  }
  #footer .container .fRight .rfBottom {
    padding: 7px 0;
  }
  #footer .container .fRight .rfBottom .ugr {
    font-size: 9px;
  }

  /*Page Title*/
  .pageTitle {
    padding: 15px;
    background: #3d3d3d;
  }
  .pageTitle h1 {
    font-size: 17px;
  }
  .pageImage {
    height: 200px;
  }
  .pageImage .container h1 {
    font-size: 17px;
  }

  /*sayfa*/
  .pageContent {
    flex-direction: column;
  }
  .pageContent h2 {
    font-size: 18px;
  }
  .pageContent p {
    font-size: 15px;
  }
  .pageContent img {
    width: 100%;
    height: 250px;
    object-fit: contain;
  }
  .docs a {
    height: 150px;
  }
  /*Urun List*/
  #productsList .container .list li {
    flex-basis: 46%;
  }

  /*ekip List*/
  #teamList .list li {
    flex-basis: 46%;
  }

  /*Sayfa Info*/
  .pageInfo {
    height: auto;
  }
  .pageInfo .container {
    flex-direction: column;
    padding: 13px;
  }
  .pageInfo .container .nextPrev {
    margin-bottom: 8px;
  }
  .pageInfo .container .productNavigation {
    display: block;
    text-align: center;
  }

  /*ekip detay*/
  #teamContent .container {
    flex-direction: column;
  }
  #teamContent .container .left {
    flex: 1 0 100%;
    width: 100% !important;
  }
  #teamContent .container .right {
    flex: 1 0 100%;
    padding: 0;
  }

  /*Haber List*/
  #news-list .list .inner-container {
    /* flex-basis: 100%; */
  }

  /*Haber Detay*/

  #newsList .single {
    padding: 0 5px;
  }

  /*Iletisim*/
  .page-contact .contact-top {
    flex-direction: column;
  }

  .kadromuz .single {
    height: 250px;
  }
  .kadromuz .single .image {
    height: 150px;
  }
  .kadromuz .single .title h1 {
    font-size: 17px;
  }
  .kadromuz .single .title p {
    font-size: 12px;
  }

  #pageNavigationImg {
    height: 175px;
  }
  #pageNavigationImg .container .text {
    max-width: 175px;
  }
  #pageNavigationImg .container .text a {
    font-size: 18px;
  }

  #filter .detailPromise {
    display: flex !important;
  }

  #homeBrands .container .icons i {
    font-size: 23px !important;
  }

  #productsListe .list a img {
    padding: 0;
  }
  #productsListe .list a .title {
    font-size: 12px;
    min-height: auto;
    padding: 20px 15px;
  }
  #productsListe .list a span {
    left: 10px;
    top: 10px;
    font-size: 12px;
  }
  #productsListe .list a .title:before {
    width: 5px;
    height: 60px;
  }

  #news-list .list .inner-container {
    flex-basis: 45%;
    margin: 5px;
  }
  #news-list .list .inner-container .date {
    padding: 0;
    height: auto;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
  }
  #news-list .list .inner-container .date:before {
    border-right: 50px solid transparent;
  }
  #news-list .list .inner-container .date h3 {
    font-size: 18px !important;
  }
  #news-list .list .inner-container .date h5 {
    font-size: 10px;
  }
  #news-list .list .inner-container .image img {
    height: 140px;
  }
  #news-list .list .inner-container .desc {
    padding: 0 5px;
  }
  #news-list .list .inner-container .desc .title h3 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 3px;
  }
  #news-list .list .inner-container .desc .info span {
    font-size: 9px;
    padding-right: 0;
  }
  #news-list .list .inner-container .desc .readmore a {
    padding: 8px;
    font-size: 12px;
    line-height: 1;
  }

  .offerGet {
    flex-direction: column-reverse;
  }
  .offerGet .selectImg .favicon {
    height: 150px;
  }
  .offerGet .selectImg .image {
    height: 180px;
  }
  .offerGet form {
    margin-top: -136px;
    z-index: 99999;
    position: relative;
  }
  .offerGet form .singleFInput p {
    font-size: 13px;
  }
  .offerGet form input {
    height: 30px;
    font-size: 12px;
  }
  .offerGet form button {
    height: 30px;
    font-size: 12px;
  }
  .offerGet form select {
    height: 30px;
    font-size: 12px;
  }
  .offerGet form .teklif-al-msj {
    font-size: 12px;
    min-height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .container {
    padding: 0 10px;
  }

  #tamMenu .container {
  }
  #tamMenu .flags img {
    height: 40px;
  }
  #tamMenu .closebtn {
    font-size: 35px;
  }
  #tamMenu .container {
    padding: 0;
  }
  #tamMenu .container .content .topMenu {
    padding: 8px 0;
  }
  #tamMenu .container .content .topMenu .phone img {
    height: 18px;
    margin-right: 5px;
    padding-right: 5px;
  }
  #tamMenu .container .content .topMenu .phone .text h1 {
    font-size: 14px;
  }
  #tamMenu .container .content .topMenu .phone .text p {
    font-size: 12px;
  }
  #tamMenu .container .content .topMenu .socials .social {
    margin: 0 5px;
  }
  #tamMenu .container .content .topMenu .socials .social p {
    font-size: 12px;
  }
  #tamMenu .container .content .topMenu .socials .social .icons {
    margin-left: 5px;
    padding-left: 5px;
  }
  #tamMenu .container .content .topMenu .socials .social .icons a {
    margin-left: 3px;
  }
  #tamMenu .container .content .topMenu .socials .social .icons a img {
    height: 15px;
  }
  #tamMenu .container .content .topMenu .socials .single p {
    font-size: 12px;
    padding-right: 5px;
    margin-right: 5px;
  }
  #tamMenu .container .content .topMenu .socials .single img {
    height: 15px;
  }
  #tamMenu .container .content .mMenuM {
    display: flex;
    flex-direction: column-reverse;
    padding: 15px 0;
  }
  #tamMenu .container .content .mMenuM .leftMenu {
    max-width: unset;
    border-right: unset;
  }
  #tamMenu .container .content .mMenuM .leftMenu .links a {
    margin-top: 5px;
    font-size: 11px;
  }
  #tamMenu .container .content .mMenuM .leftMenu .links a h1 {
    font-size: 12px;
  }
  #tamMenu .container .content .mMenuM .rightMenu {
    border-bottom: 1px dashed rgb(157 157 157 / 23%);
    padding-bottom: 5px;
    margin-bottom: 5px;
    flex-direction: column;
  }
  #tamMenu .container .content .mMenuM .rightMenu .singleLeft {
    margin-right: 0;
    padding-left: 10px;
    flex: unset;
  }
  #tamMenu .container .content .mMenuM .rightMenu .singleLeft .singleLeft {
    padding-left: 0;
  }
  #tamMenu .container .content .mMenuM .rightMenu .singleLeft.rghS {
    margin-top: 15px;
  }
  #tamMenu .container .content .mMenuM .rightMenu .singleLeft .leftText .title {
    margin-bottom: 15px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft.rghS
    .leftText
    .title {
    margin-bottom: 8px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .leftText
    .title
    h1 {
    font-size: 13px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .leftText
    .title
    .line {
    margin-top: 8px;
    height: 2px;
    width: 25px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .leftText
    .content
    a {
    padding: 4px 0;
    font-size: 11px;
  }
  #tamMenu .container .content .mMenuM .rightMenu .singleLeft .rightCont {
    flex: 1.2;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .rightCont
    .favicon {
    top: 0;
    height: 100px;
    right: 50px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .rightCont
    .image {
    height: 135px;
  }
  #tamMenu .footerNav-social span {
    font-size: 10px;
  }

  #header {
    height: 55px;
  }
  #header.sticky {
    height: 50px;
  }
  #header .container .logo {
    max-width: 120px;
  }
  #header .container .logo img {
    max-width: unset;
    height: 35px;
    object-fit: contain;
  }
  #header .container .headerRight .mobilMenu {
    width: 50px;
  }
  #header .container .headerRight .mobilMenu img {
    height: 15px;
  }
  #header .container .headerRight .mobilMenu::after {
    height: 5px;
    bottom: -5px;
  }
  #header .container .headerRight .menu {
    padding: 0 7px;
  }
  #header .container .headerRight .menu ul li a {
    font-size: 9px;
    padding: 0 7px;
  }
  #header .container .headerRight .menu ul li:first-child a {
    padding: 0 7px 0 0;
  }
  #header .container .headerRight .phoneH {
    padding: 0 7px;
    min-width: 100px;
  }
  #header .container .headerRight .phoneH img {
    height: 15px;
  }
  #header .container .headerRight .phoneH p {
    font-size: 11px;
    margin-left: 5px;
  }
  #header .container .headerRight .soacilasH {
    margin-left: 7px;
  }
  #header .container .headerRight .soacilasH a {
    margin-left: 3px;
  }
  #header .container .headerRight .soacilasH a img {
    height: 15px;
  }

  #slider {
    max-height: 375px;
  }
  #slider .swiper-container .swiper-slide .mainSlider {
    max-width: 95%;
    bottom: -20px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text {
    max-width: 110px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text h1 {
    font-size: 12px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text h2 {
    font-size: 15px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text .button {
    width: 20px;
    height: 30px;
    margin-top: 5px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text .button img {
    height: 15px;
  }
  #slider .paginetionSlider {
    max-width: 95%;
    padding-left: 42px;
    height: 20px;
  }
  #slider .paginetionSlider .swiper-pagination-bullet {
    width: 3px;
    height: 3px;
    margin-right: 3px;
  }
  #slider
    .paginetionSlider
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 3px;
  }

  #homeGroupTwo {
    margin: 25px 0 0 0;
  }
  #homeGroupTwo .leftBack {
    width: 98%;
    height: 275px;
  }
  #homeGroupTwo .container {
    flex-wrap: unset;
    flex-direction: column;
  }
  #homeGroupTwo .container .singleLeft {
    padding: 15px 0px 15px 0;
    height: 275px;
    flex: unset;
  }
  #homeGroupTwo .container .singleLeft .leftText .title {
    margin-bottom: 6px;
  }
  #homeGroupTwo .container .singleLeft .leftText .title h1 {
    font-size: 13px;
  }
  #homeGroupTwo .container .singleLeft .leftText .title .line {
    margin-top: 5px;
    height: 3px;
    width: 10px;
  }
  #homeGroupTwo .container .singleLeft .leftText .content a {
    font-size: 10px;
    padding: 2px;
  }
  #homeGroupTwo .container .singleLeft .rightCont {
    flex: 1.3;
    margin-left: 15px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .favicon {
    height: 90px;
    right: 40px;
    top: 10px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .image {
    height: 125px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .text {
    bottom: 20px;
    margin-right: 0;
    max-width: 220px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .text p {
    font-size: 10px;
    margin-top: 1px;
  }
  #homeGroupTwo .container .singleRight {
    padding: 15px 0px 15px 0px;
    height: 275px;
    flex: unset;
    margin-top: 5px;
  }
  #homeGroupTwo .container .singleRight .leftCont {
    flex: 1.3;
    margin-right: 15px;
  }
  #homeGroupTwo .container .singleRight .leftCont .favicon {
    height: 90px;
    top: 10px;
    right: 157px;
  }
  #homeGroupTwo .container .singleRight .leftCont .image {
    height: 122px;
  }
  #homeGroupTwo .container .singleRight .rightText {
    max-width: 150px;
  }
  #homeGroupTwo .container .singleRight .rightText .title {
    margin-bottom: 6px;
  }
  #homeGroupTwo .container .singleRight .rightText .title h1 {
    font-size: 13px;
  }
  #homeGroupTwo .container .singleRight .rightText .title .line {
    margin-top: 5px;
    height: 3px;
    width: 10px;
  }
  #homeGroupTwo .container .singleRight .rightText .content a {
    font-size: 10px;
    padding: 2px 0 2px 0;
  }
  #homeGroupTwo .container .singleRight .rightText .text {
    bottom: 20px;
    margin-right: 0;
    max-width: 220px;
  }
  #homeGroupTwo .container .singleRight .rightText .text p {
    font-size: 10px;
    margin-top: 1px;
  }
  #homeGroupTwo .rightBack {
    width: 98%;
    height: 275px;
    top: unset;
    bottom: 0;
  }

  #homeCorp {
    padding-top: 15px;
  }
  #homeCorp .container {
    max-width: 98%;
    padding: 0 15px;
  }
  #homeCorp .container .title {
    padding: 5px 0 6px 0;
  }
  #homeCorp .container .title .single {
    margin: 0 5px;
    padding: 5px 0;
  }
  #homeCorp .container .title .single:first-child {
    border-bottom: 1px solid #202020;
  }
  #homeCorp .container .title .single:hover {
    border-bottom: 1px solid #00524d;
  }
  #homeCorp .container .title .single h1 {
    font-size: 11px;
  }
  #homeCorp .container .content {
    height: fit-content;
    grid-gap: 0 15px;
    display: flex;
    flex-direction: column-reverse;
  }
  #homeCorp .container .content .corpSlider {
    height: 200px !important;
    margin-bottom: -25px;
    margin-top: 7px;
  }
  #homeCorp .container .content .textCorp h1 {
    font-size: 15px;
    max-width: 150px;
    margin-bottom: 3px;
  }
  #homeCorp .container .content .textCorp p {
    margin-top: 5px;
    font-size: 10px;
  }
  #homeCorp .container .content .textCorp .button {
    margin-top: 5px;
  }
  #homeCorp .container .content .textCorp .button .icon {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }
  #homeCorp .container .content .textCorp .button .text p {
    font-size: 9px;
    line-height: 1.3;
  }

  #homeIntPro .container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    grid-gap: 0 15px;
  }
  #homeIntPro .container .leftImg {
    padding-top: 25px;
    align-items: end;
    justify-content: end;
  }
  #homeIntPro .container .leftImg img {
    height: 113px;
    margin-left: -15px;
    width: fit-content;
  }
  #homeIntPro .container .textCorp {
    margin-top: -69px;
  }
  #homeIntPro .container .textCorp h1 {
    font-size: 15px;
    max-width: 150px;
    margin-bottom: 3px;
  }
  #homeIntPro .container .textCorp p {
    margin-top: 4px;
    font-size: 10px;
  }
  #homeIntPro .container .textCorp .button {
    margin-top: 5px;
  }
  #homeIntPro .container .textCorp .button .icon {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }
  #homeIntPro .container .textCorp .button .text p {
    font-size: 9px;
    line-height: 1.3;
  }

  #thereeGroup {
    margin-top: 15px;
  }
  #thereeGroup .container {
    max-width: 98%;
    grid-template-columns: repeat(2, 49%);
  }
  #thereeGroup .container .single {
    padding: 0 10px 10px 10px;
  }
  #thereeGroup .container .single .title {
    padding: 10px 0;
  }
  #thereeGroup .container .single .title h1 {
    font-size: 12px;
  }
  #thereeGroup .container .single .title .lineC {
    margin-left: 3px;
  }
  #thereeGroup .container .single .title .lineC .line {
    width: 10px;
    height: 3px;
  }
  #thereeGroup .container .single .title .lineC .circle {
    margin-left: 3px;
    height: 3px;
    width: 3px;
  }
  #thereeGroup .container .single .contentT {
    padding: 5px;
  }
  #thereeGroup .container .single .contentT .swiper-container {
    height: 150px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    img {
    height: 120px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    .sTitle {
    padding: 5px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    .sTitle
    img {
    height: 12px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    .sTitle
    h1 {
    font-size: 10px;
    margin-left: 5px;
  }
  #thereeGroup .container .single.homeRef {
    padding: 0 10px;
  }
  #thereeGroup .container .single.homeRef .contentR .image {
    height: 160px;
    margin-bottom: 5px;
  }
  #thereeGroup
    .container
    .single.homeRef
    .contentR
    .swiper-container
    .swiper-slide {
    padding: 3px;
  }
  #thereeGroup
    .container
    .single.homeRef
    .contentR
    .swiper-container
    .swiper-slide
    img {
    height: 61px;
  }
  #thereeGroup .container .single.popButton {
    padding: 10px;
    margin-top: 10px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header {
    padding: 5px 8px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header
    h1 {
    font-size: 10px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header
    .icon {
    width: 15px;
    height: 15px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header
    .icon
    img {
    height: 5px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-text {
    padding: 8px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-text
    img {
    height: 65px;
  }

  #footer {
    margin-top: 50px;
  }
  #footer .container {
    flex-direction: column;
    flex-wrap: unset;
  }
  #footer .container .fLeft {
    max-width: 100%;
    flex: unset;
  }
  #footer .container .fLeft .lFotT .logo {
    margin-top: -25px;
  }
  #footer .container .fLeft .lFotT .logo img {
    height: 50px;
  }
  #footer .container .fLeft .lFotT .copyright {
    padding-left: 0;
    margin-top: 4px;
  }
  #footer .container .fLeft .lFotT .copyright p {
    font-size: 9px;
  }
  #footer .container .fLeft .rFotT {
    margin-left: 10px;
  }
  #footer .container .fLeft .rFotT .vinc {
    height: 88px;
  }
  #footer .container .fRight {
    margin-left: 0px;
    flex: unset;
  }
  #footer .container .fRight .rfTop .socials {
    padding: 7px 0;
    margin-right: 10px;
  }
  #footer .container .fRight .rfTop .socials:before {
    width: 15px;
    height: 2px;
  }
  #footer .container .fRight .rfTop .socials:after {
    width: 15px;
    height: 2px;
  }
  #footer .container .fRight .rfTop .socials p {
    font-size: 10px;
    margin-right: 5px;
  }
  #footer .container .fRight .rfTop .socials .icons a img {
    height: 16px;
  }
  #footer .container .fRight .rfTop .supportF {
    padding: 7px 0;
  }
  #footer .container .fRight .rfTop .supportF:before {
    width: 15px;
    height: 2px;
  }
  #footer .container .fRight .rfTop .supportF:after {
    width: 15px;
    height: 2px;
  }
  #footer .container .fRight .rfTop .supportF p {
    font-size: 10px;
    margin-right: 7px;
  }
  #footer .container .fRight .rfTop .supportF a {
    margin-left: 10px;
  }
  #footer .container .fRight .rfTop .supportF a img {
    height: 16px;
  }
  #footer .container .fRight .rfTop .supportF a h1 {
    font-size: 11px;
    margin-left: 5px;
  }
  #footer .container .fRight .rfCont {
    padding: 15px 0;
  }
  #footer .container .fRight .rfCont .lfMenu .single.lOne {
    max-width: 110px;
  }
  #footer .container .fRight .rfCont .lfMenu .single a {
    margin-bottom: 4px;
    font-size: 10px;
  }
  #footer .container .fRight .rfCont .lfMenu .single a h1 {
    font-size: 10px;
  }
  #footer .container .fRight .rfCont .rfMenu .single a {
    margin-bottom: 4px;
    font-size: 10px;
  }
  #footer .container .fRight .rfCont .rfMenu .single a h1 {
    font-size: 10px;
  }
  #footer .container .fRight .rfCont .rfMenu .phAdress {
    padding-left: 10px;
  }
  #footer .container .fRight .rfCont .rfMenu .phAdress .adress {
    font-size: 9px;
    margin-bottom: 4px;
  }
  #footer .container .fRight .rfCont .rfMenu .phAdress .phonef {
    font-size: 9px;
  }
  #footer .container .fRight .rfBottom {
    padding: 7px 0;
  }
  #footer .container .fRight .rfBottom .ugr {
    font-size: 9px;
  }

  #pageNavigationImg {
    height: 150px;
  }

  #filter .detailPromise {
    display: flex !important;
  }

  #homeNewsEvent .container .content {
    height: 270px;
    padding: 0;
  }
  #homeNewsEvent .container .content .single img {
    height: 108px;
  }
  #homeNewsEvent .container .content .single span {
    font-size: 11px;
    width: 90%;
    margin-top: 6px;
  }
  #homeNewsEvent .container .content .single p {
    padding: 4px 0;
    font-size: 9px;
    width: 100%;
  }
  #homeNewsEvent .container .content .single:nth-child(2) {
    margin: 0 10px;
  }
  #homeNewsEvent .container .content .single:nth-child(2) span {
    left: 15px;
  }
  #homeNewsEvent .container .content .single .button {
    margin-top: 12px;
  }
  #homeNewsEvent .container .content .single .button img {
    height: 25px;
  }
  #homeNewsEvent .container .content .single .button p {
    font-size: 10px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 5px;
  }
  #homeCatImg {
  }
  #homeCatImg .container-fluid {
    padding: 0 !important;
  }
  #homeCatImg .map-container > img {
    height: 280px;
    object-fit: fill;
  }
  #homeCatImg .map-container .map-point:last-child .tooltip-box {
    left: unset !important;
    right: 0 !important;
  }
  img.aktif {
    width: 70%;
  }
  #tamMenu {
    padding: 0 5px;
  }
  #tamMenu .container {
  }
  #tamMenu .flags img {
    height: 35px;
    width: 115px;
    object-fit: contain;
  }
  #tamMenu .closebtn {
    font-size: 30px;
  }
  #tamMenu .container {
    padding: 0;
  }
  #tamMenu .container .content .topMenu {
    padding: 10px 0;
    flex-direction: column;
  }
  #tamMenu .container .content .topMenu .phone img {
    height: 18px;
    margin-right: 5px;
    padding-right: 5px;
  }
  #tamMenu .container .content .topMenu .phone .text h1 {
    font-size: 13px;
  }
  #tamMenu .container .content .topMenu .phone .text p {
    font-size: 11px;
  }
  #tamMenu .container .content .topMenu .socials .social {
    margin: 0 5px;
    padding: 7px 0 0;
  }
  #tamMenu .container .content .topMenu .socials .social p {
    font-size: 11px;
  }
  #tamMenu .container .content .topMenu .socials .social .icons {
    margin-left: 5px;
    padding-left: 5px;
  }
  #tamMenu .container .content .topMenu .socials .social .icons a {
    margin-left: 3px;
  }
  #tamMenu .container .content .topMenu .socials .social .icons a img {
    height: 15px;
  }
  #tamMenu .container .content .topMenu .socials .single {
    margin: 0 5px;
    padding: 7px 0 0;
  }
  #tamMenu .container .content .topMenu .socials .single p {
    font-size: 11px;
    padding-right: 5px;
    margin-right: 5px;
  }
  #tamMenu .container .content .topMenu .socials .single img {
    height: 15px;
  }
  #tamMenu .container .content .mMenuM {
    display: flex;
    flex-direction: column-reverse;
    padding: 15px 0;
  }
  #tamMenu .container .content .mMenuM .leftMenu {
    max-width: unset;
    border-right: unset;
  }
  #tamMenu .container .content .mMenuM .leftMenu .links a {
    margin-top: 5px;
    font-size: 15px;
  }
  #tamMenu .container .content .mMenuM .leftMenu .links a h1 {
    font-size: 11px;
  }
  #tamMenu .container .content .mMenuM .rightMenu {
    border-bottom: 1px dashed rgb(157 157 157 / 23%);
    padding-bottom: 5px;
    margin-bottom: 16px;
    flex-direction: column;
  }
  #tamMenu .container .content .mMenuM .rightMenu .singleLeft {
    margin-right: 0;
    padding-left: 10px;
    flex: unset;
    width: 100%;
  }
  #tamMenu .container .content .mMenuM .rightMenu .singleLeft.rghS {
    margin-top: 10px;
  }
  #tamMenu .container .content .mMenuM .rightMenu .singleLeft .leftText .title {
    margin-bottom: 10px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft.rghS
    .leftText
    .title {
    margin-bottom: 5px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .leftText
    .title
    h1 {
    font-size: 12px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .leftText
    .title
    .line {
    margin-top: 8px;
    height: 2px;
    width: 20px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .leftText
    .content
    a {
    padding: 4px 0;
    font-size: 11px;
  }
  #tamMenu .container .content .mMenuM .rightMenu .singleLeft .rightCont {
    flex: 1;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .rightCont
    .favicon {
    top: 0;
    height: 100px;
    right: 50px;
    width: 62px;
    object-fit: contain;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .rightCont
    .image {
    height: 135px;
    width: 175px;
  }
  #tamMenu
    .container
    .content
    .mMenuM
    .rightMenu
    .singleLeft
    .rightCont
    .image
    img {
    height: 135px;
    width: 175px;
  }
  #tamMenu .footerNav-social span {
    font-size: 9px;
  }
  #tamMenu .footerNav-ugr img {
    height: 36px;
  }

  .qu-about-us.layout-1 .section-thumbnail {
    text-align: center;
  }

  #header {
    height: 55px;
  }
  #header .container .logo {
    max-width: 120px;
  }
  #header .container .logo img {
    max-width: unset;
    height: 35px;
    object-fit: contain;
  }
  #header .container .headerRight {
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
  }
  #header .container .headerRight .mobilMenu {
    width: 48px;
  }
  #header .container .headerRight .mobilMenu img {
    height: 15px;
  }
  #header .container .headerRight .mobilMenu::after {
    height: 5px;
    bottom: -5px;
  }
  #header .container .headerRight .menu {
    padding: 0 7px;
  }
  #header .container .headerRight .menu ul li a {
    font-size: 9px;
    padding: 0 7px;
  }
  #header .container .headerRight .menu ul li:first-child a {
    padding: 0 7px 0 0;
  }
  #header .container .headerRight .phoneH {
    padding: 0 7px;
    min-width: 85px;
  }
  #header .container .headerRight .phoneH img {
    height: 15px;
  }
  #header .container .headerRight .phoneH p {
    font-size: 11px;
    margin-left: 5px;
  }
  #header .container .headerRight .soacilasH {
    margin-left: 7px;
    margin-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .container .headerRight .soacilasH a {
    margin-left: 3px;
    display: flex;
    align-items: center;
  }
  #header .container .headerRight .soacilasH a img {
    height: 15px;
  }

  #slider {
    max-height: 375px;
  }
  #slider .swiper-container .swiper-slide .mainSlider {
    max-width: 95%;
    bottom: -20px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text {
    max-width: 250px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text h1 {
    font-size: 18px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text h2 {
    font-size: 20px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text .button {
    width: 20px;
    height: 30px;
    margin-top: 5px;
  }
  #slider .swiper-container .swiper-slide .mainSlider .text .button img {
    height: 15px;
  }
  #slider .paginetionSlider {
    max-width: 95%;
    padding-left: 42px;
    height: 20px;
  }
  #slider .paginetionSlider .swiper-pagination-bullet {
    width: 3px;
    height: 3px;
    margin-right: 3px;
  }
  #slider
    .paginetionSlider
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 3px;
  }

  #homeGroupTwo {
    margin: 25px 0 0 0;
  }
  #homeGroupTwo .leftBack {
    width: 98%;
    height: 275px;
  }
  #homeGroupTwo .container {
    flex-wrap: unset;
    flex-direction: column;
  }
  #homeGroupTwo .container .singleLeft {
    padding: 15px 0px 15px 0;
    height: 275px;
    flex: unset;
  }
  #homeGroupTwo .container .singleLeft .leftText .title {
    margin-bottom: 6px;
  }
  #homeGroupTwo .container .singleLeft .leftText .title h1 {
    font-size: 13px;
  }
  #homeGroupTwo .container .singleLeft .leftText .title .line {
    margin-top: 5px;
    height: 3px;
    width: 10px;
  }
  #homeGroupTwo .container .singleLeft .leftText .content a {
    font-size: 10px;
    padding: 2px;
  }
  #homeGroupTwo .container .singleLeft .rightCont {
    flex: 1.3;
    margin-left: 15px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .favicon {
    height: 90px;
    right: 40px;
    top: 10px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .image {
    height: 125px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .text {
    bottom: 20px;
    margin-right: 0;
    max-width: 220px;
  }
  #homeGroupTwo .container .singleLeft .rightCont .text p {
    font-size: 10px;
    margin-top: 1px;
  }
  #homeGroupTwo .container .singleRight {
    padding: 15px 0px 15px 0px;
    height: 275px;
    flex: unset;
    margin-top: 5px;
  }
  #homeGroupTwo .container .singleRight .leftCont {
    flex: 1.3;
    margin-right: 15px;
  }
  #homeGroupTwo .container .singleRight .leftCont .favicon {
    height: 90px;
    top: 10px;
    right: 157px;
  }
  #homeGroupTwo .container .singleRight .leftCont .image {
    height: 122px;
  }
  #homeGroupTwo .container .singleRight .rightText {
    max-width: 150px;
  }
  #homeGroupTwo .container .singleRight .rightText .title {
    margin-bottom: 6px;
  }
  #homeGroupTwo .container .singleRight .rightText .title h1 {
    font-size: 13px;
  }
  #homeGroupTwo .container .singleRight .rightText .title .line {
    margin-top: 5px;
    height: 3px;
    width: 10px;
  }
  #homeGroupTwo .container .singleRight .rightText .content a {
    font-size: 10px;
    padding: 2px 0 2px 0;
  }
  #homeGroupTwo .container .singleRight .rightText .text {
    bottom: 20px;
    margin-right: 0;
    max-width: 220px;
  }
  #homeGroupTwo .container .singleRight .rightText .text p {
    font-size: 10px;
    margin-top: 1px;
  }
  #homeGroupTwo .rightBack {
    width: 98%;
    height: 275px;
    top: unset;
    bottom: 0;
  }

  #homeCorp {
    padding-top: 15px;
  }
  #homeCorp .container {
    max-width: 98%;
    padding: 0 10px;
  }
  #homeCorp .container .title {
    padding: 5px 0 6px 0;
    flex-wrap: wrap;
  }
  #homeCorp .container .title .single {
    margin: 0 5px;
    padding: 8px;
    flex: 1 0 45%;
  }
  #homeCorp .container .title .single:first-child {
    border-bottom: 1px solid #202020;
  }
  #homeCorp .container .title .single:hover {
    border-bottom: 1px solid #00524d;
  }
  #homeCorp .container .title .single h1 {
    font-size: 10px;
  }
  #homeCorp .container .content {
    height: fit-content;
    grid-gap: 0 15px;
    display: flex;
    flex-direction: column-reverse;
  }
  #homeCorp .container .content .corpSlider {
    height: 175px !important;
    margin-bottom: -25px;
    margin-top: 10px;
  }
  #homeCorp .container .content .textCorp h1 {
    font-size: 15px;
    max-width: 150px;
    margin-bottom: 3px;
  }
  #homeCorp .container .content .textCorp p {
    margin-top: 5px;
    font-size: 10px;
  }
  #homeCorp .container .content .textCorp .button {
    margin-top: 5px;
  }
  #homeCorp .container .content .textCorp .button .icon {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }
  #homeCorp .container .content .textCorp .button .text p {
    font-size: 9px;
    line-height: 1.3;
  }
  #homeCorp .container .content .corpSlider .paginetionSlider {
    right: 10px;
    bottom: 10px;
  }

  #homeIntPro .container {
    display: flex;
    flex-direction: column;
    padding: 20px 13px;
    grid-gap: 0 15px;
  }
  #homeIntPro .container .leftImg {
    padding-top: 10px;
    align-items: end;
    justify-content: end;
  }
  #homeIntPro .container .leftImg img {
    height: 100px;
    margin-left: 0;
    width: fit-content;
  }
  #homeIntPro .container .textCorp {
    margin-top: -69px;
  }
  #homeIntPro .container .textCorp h1 {
    font-size: 15px;
    max-width: 150px;
    margin-bottom: 3px;
  }
  #homeIntPro .container .textCorp p {
    margin-top: 4px;
    font-size: 10px;
  }
  #homeIntPro .container .textCorp .button {
    margin-top: 5px;
  }
  #homeIntPro .container .textCorp .button .icon {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }
  #homeIntPro .container .textCorp .button .text p {
    font-size: 9px;
    line-height: 1.3;
  }

  #thereeGroup {
    margin-top: 15px;
  }
  #thereeGroup .container {
    max-width: 98%;
    grid-template-columns: repeat(1, 100%);
  }
  #thereeGroup .container .single {
    padding: 0 10px 10px 10px;
  }
  #thereeGroup .container .single .title {
    padding: 10px 0;
  }
  #thereeGroup .container .single .title h1 {
    font-size: 12px;
  }
  #thereeGroup .container .single .title .lineC {
    margin-left: 3px;
  }
  #thereeGroup .container .single .title .lineC .line {
    width: 10px;
    height: 3px;
  }
  #thereeGroup .container .single .title .lineC .circle {
    margin-left: 3px;
    height: 3px;
    width: 3px;
  }
  #thereeGroup .container .single .contentT {
    padding: 5px;
  }
  #thereeGroup .container .single .contentT .swiper-container {
    height: fit-content;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    img {
    height: 124px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    .sTitle {
    padding: 8px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    .sTitle
    img {
    height: 12px;
  }
  #thereeGroup
    .container
    .single
    .contentT
    .swiper-container
    .swiper-slide
    .sTitle
    h1 {
    font-size: 10px;
    margin-left: 5px;
  }
  #thereeGroup .container .single.homeRef {
    padding: 0 10px;
    margin: 10px 0 20px 0;
  }
  #thereeGroup .container .single.homeRef .contentR .image {
    height: 154px;
    margin-bottom: 16px;
  }
  #thereeGroup
    .container
    .single.homeRef
    .contentR
    .swiper-container
    .swiper-slide {
    padding: 0;
  }
  #thereeGroup
    .container
    .single.homeRef
    .contentR
    .swiper-container
    .swiper-slide
    img {
    height: 61px;
  }
  #thereeGroup .container .single.popButton {
    padding: 10px;
    margin-top: 0;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header {
    padding: 5px 8px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header
    h1 {
    font-size: 11px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header
    .icon {
    width: 18px;
    height: 18px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-header
    .icon
    img {
    height: 7px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-text {
    padding: 8px;
  }
  #thereeGroup
    .container
    .single.popButton
    #accordionF
    .single-accordion
    .accordion-text
    img {
    height: 85px;
  }

  #footer {
    margin-top: 20px;
  }
  #footer .container {
    flex-direction: column;
    flex-wrap: unset;
  }
  #footer .container .fLeft {
    max-width: 100%;
    flex: unset;
  }
  #footer .container .fLeft .lFotT .logo {
    margin-top: -25px;
  }
  #footer .container .fLeft .lFotT .logo img {
    height: 50px;
  }
  #footer .container .fLeft .lFotT .copyright {
    padding-left: 0;
    margin-top: 4px;
    max-width: 170px;
  }
  #footer .container .fLeft .lFotT .copyright p {
    font-size: 9px;
  }
  #footer .container .fLeft .rFotT {
    margin-left: 10px;
  }
  #footer .container .fLeft .rFotT .vinc {
    height: 110px;
  }
  #footer .container .fRight {
    margin-left: 0px;
    flex: unset;
  }
  #footer .container .fRight .rfTop {
    flex-direction: column;
    margin-top: 10px;
  }
  #footer .container .fRight .rfTop .socials {
    padding: 7px 0;
    margin-right: 0px;
    border-top: 1px solid #ccc;
    justify-content: space-between;
  }
  #footer .container .fRight .rfTop .socials:before {
    width: 15px;
    height: 2px;
    left: unset;
    right: 0;
  }
  #footer .container .fRight .rfTop .socials:after {
    width: 15px;
    height: 2px;
  }
  #footer .container .fRight .rfTop .socials p {
    font-size: 10px;
    margin-right: 5px;
    font-weight: 500;
  }
  #footer .container .fRight .rfTop .socials .icons a img {
    height: 16px;
  }
  #footer .container .fRight .rfTop .supportF {
    padding: 7px 0;
    justify-content: space-between;
  }
  #footer .container .fRight .rfTop .supportF:before {
    width: 15px;
    height: 2px;
    left: unset;
    right: 0;
  }
  #footer .container .fRight .rfTop .supportF:after {
    width: 15px;
    height: 2px;
  }
  #footer .container .fRight .rfTop .supportF p {
    font-size: 10px;
    margin-right: 7px;
    font-weight: 500;
  }
  #footer .container .fRight .rfTop .supportF a {
    margin-left: 10px;
  }
  #footer .container .fRight .rfTop .supportF a img {
    height: 16px;
  }
  #footer .container .fRight .rfTop .supportF a h1 {
    font-size: 11px;
    margin-left: 5px;
  }
  #footer .container .fRight .rfCont {
    padding: 10px 0;
    flex-direction: column;
    flex-wrap: unset;
  }
  #footer .container .fRight .rfCont .lfMenu {
    flex: unset;
  }
  #footer .container .fRight .rfCont .lfMenu .single.lOne {
    max-width: 100%;
  }
  #footer .container .fRight .rfCont .lfMenu .single a {
    margin-bottom: 3px;
    font-size: 11px;
  }
  #footer .container .fRight .rfCont .lfMenu .single a h1 {
    font-size: 11px;
  }
  #footer .container .fRight .rfCont .rfMenu {
    flex: unset;
  }
  #footer .container .fRight .rfCont .rfMenu .single a {
    margin-bottom: 4px;
    font-size: 10px;
  }
  #footer .container .fRight .rfCont .rfMenu .single a h1 {
    font-size: 11px;
  }
  #footer .container .fRight .rfCont .rfMenu .phAdress {
    padding-left: 10px;
  }
  #footer .container .fRight .rfCont .rfMenu .phAdress .adress {
    font-size: 11px;
    margin-bottom: 9px;
  }
  #footer .container .fRight .rfCont .rfMenu .phAdress .phonef {
    font-size: 11px;
  }
  #footer .container .fRight .rfBottom {
    padding: 7px 0;
  }
  #footer .container .fRight .rfBottom .ugr {
    font-size: 10px;
  }

  /*Page Title*/
  .pageTitle h1 {
    font-size: 15px;
  }
  .pageImage {
    height: 120px;
  }
  .pageImage .container h1 {
    font-size: 15px;
    bottom: 10px;
    left: 11px;
  }

  /*sayfa*/
  .pageContent h2 {
    font-size: 15px;
  }
  .pageContent p {
    font-size: 13px;
  }
  .docs a {
    flex: 1 0 45%;
  }

  /*Urun List*/
  #productsList .list li {
    flex-basis: 100%;
  }

  /*Urun List*/
  #teamList .list li {
    flex-basis: 100%;
  }

  /*Urun Detay*/
  #productContent .right p {
    font-size: 14px;
  }

  /*Sayfa Info*/
  .pageInfo .container .nextPrev {
    flex-direction: column;
  }

  /*Haber List*/
  #news-list .list {
    padding: 0;
  }
  #news-list .list .inner-container .desc .title h3 {
    font-size: 18px;
  }
  #news-list .list .inner-container .desc .info {
    margin-bottom: 5px;
  }
  #news-list .list .inner-container .desc .explanation p {
    font-size: 14px;
    margin: 0;
  }
  #news-list .list .inner-container .desc .explanation {
    margin-bottom: 10px;
  }
  #news-list .list .inner-container .desc .readmore a {
    padding: 10px;
    font-size: 14px;
  }

  /*Haber Detay*/
  #newsList .single {
    padding: 0;
    flex: 1 0 100%;
  }
  #newsList .single .catSingle {
    padding: 15px;
  }

  .cookie-banner {
    padding: 0 14px 25px 14px;
  }

  .kadromuz .single {
    height: 190px;
  }
  .kadromuz .single .image {
    height: 105px;
  }
  .kadromuz .single .title h1 {
    font-size: 12px;
  }
  .kadromuz .single .title p {
    font-size: 8px;
  }

  #accordion .single-accordion .accordion-header h1 {
    font-size: 12px;
  }
  #accordion .single-accordion .accordion-text {
    padding: 8px;
  }
  #accordion .single-accordion .accordion-text p {
    font-size: 11px;
  }
  #SS-information .container .information .image {
    height: 134px;
  }
  #SS-information .container .information .desc h1 {
    font-size: 12px;
  }

  #pageNavigationImg {
    height: 110px;
  }
  #pageNavigationImg .container .text {
    bottom: 10px;
    max-width: 150px;
  }
  #pageNavigationImg .container .text a {
    font-size: 15px;
  }
  #pageNavigationImg .container .image {
    bottom: -20px;
  }
  #pageNavigationImg .container .image img {
    height: 90px;
  }

  #pageNavigation .container a {
    font-size: 12px;
  }

  #homeBrands .container .icons i {
    font-size: 20px !important;
  }

  #productsListe .list a img {
    padding: 0;
  }
  #productsListe .list a .title {
    font-size: 11px;
    min-height: auto;
    padding: 5px 11px;
  }
  #productsListe .list a span {
    left: 6px;
    top: 6px;
    font-size: 10px;
    width: 35px !important;
    height: 35px;
  }
  #productsListe .list a .title:before {
    width: 3px;
    height: 47px;
  }

  #filter .detailPromise {
    display: flex !important;
  }

  #cboxCurrent {
    display: none !important;
  }
  #homeProductCat .container .single .bottom {
    width: auto;
  }

  #news-list .list .inner-container {
    flex-basis: 45%;
    margin: 5px;
  }
  #news-list .list .inner-container .date {
    padding: 0;
    height: auto;
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45px;
  }
  #news-list .list .inner-container .date:before {
    border-right: 45px solid transparent;
  }
  #news-list .list .inner-container .date h3 {
    font-size: 15px !important;
  }
  #news-list .list .inner-container .date h5 {
    font-size: 9px;
  }
  #news-list .list .inner-container .image img {
    height: 125px;
  }
  #news-list .list .inner-container .desc {
    padding: 0 5px;
  }
  #news-list .list .inner-container .desc .title h3 {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 3px;
    min-height: 27px;
  }
  #news-list .list .inner-container .desc .info span {
    font-size: 8px;
    padding-right: 0;
  }
  #news-list .list .inner-container .desc .readmore a {
    padding: 8px;
    font-size: 10px;
    line-height: 1;
  }

  .page-contact .boxes h1 {
    font-size: 15px;
    padding: 5px 0;
  }
  .page-contact .box .icon {
    max-width: 30px;
  }
  .page-contact .box .icon i {
    font-size: 16px;
  }
  .page-contact .box .ctitle p {
    font-size: 12px !important;
  }

  .offerGet {
    flex-direction: column-reverse;
  }
  .offerGet .selectImg .favicon {
    height: 130px;
  }
  .offerGet .selectImg .image {
    height: 150px;
  }
  .offerGet form {
    margin-top: -100px;
    z-index: 99999;
    position: relative;
  }
  .offerGet form .singleFInput p {
    font-size: 13px;
  }
  .offerGet form input {
    height: 30px;
    font-size: 12px;
  }
  .offerGet form button {
    height: 30px;
    font-size: 12px;
  }
  .offerGet form select {
    height: 30px;
    font-size: 12px;
  }
  .offerGet form .teklif-al-msj {
    font-size: 12px;
    min-height: 70px;
  }
}
.worldmap img {
  opacity: 0.2;
}
#homeProducts .title {
  font-size: 44px;
  font-weight: 600;
}
.btn-info {
  color: #fff;
}
/* .product-fg-seventeen .single-product .productImg:before,#fgurunslider1:before,.fgprod-img:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;background-image: url('../img/filigran.png')!important;background-size: cover!important;background-repeat: no-repeat!important;z-index:1;opacity:.3} */
/*.product-fg-seventeen .single-product .productImg,
#fgurunslider1,
.fgprod-img,
.cardfg {
  background-image: url("../img/filigran.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}*/
.product-fg-seventeen .single-product .productImg .sticky {
  z-index: 99;
}
.product-fg-seventeen .single-product .productImg img {
  object-fit: contain !important;
}
.fgsdesc,
.fgsdesc * {
  font-family: inherit;
  font-weight: 300;
  font-size: 16px;
}
.turkey-map-drawing g.is-completed path {
  fill: #5f0000 !important;
}
#tamMenu .container .content .mMenuM .leftMenu .links .dropdown-menu {
  padding: 10px;
}
#tamMenu .container .content .mMenuM .leftMenu .links .dropdown-menu a {
  color: #000;
}
.owl-theme .owl-nav [class*="owl-"] {
  z-index: 99999;
}

.home-products-swiper .swiper-slide {
  padding: 8px;
}

.site-border {
  display: block;
  height: 1px;
  border-bottom: solid 1px #6c6c6c74;
  width: 100%;
  margin-bottom: 20px;
}
.footerBottom ul li a {
  font-weight: 300;
  transition: 0.3s ease-in-out;
}
.footerBottom ul li a:hover {
  color: #a70b0b;
}
@media screen and (max-width: 768px) {
  .footer-title {
    margin-top: 30px;
  }
}
.container-logo img {
  width: 180px;
}















#home__product-caregory .title {
    font-weight: bold;
    font-size: 4.5rem;
    letter-spacing: -0.02em;
    color: #313133;
}

#home__product-caregory .title-text {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #7b7b7b;
}


#product-slider-wrapper h2 {
    font-weight: bold;
    font-size: 4.5rem;
    letter-spacing: -0.02em;
    color: #313133;
    margin-left: 1rem;
}

#product-slider-wrapper p {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #7b7b7b;
    margin-left: 1rem;
}

#product-slider-wrapper span {
    font-weight: var(--regular-font-size);
    font-size: 14px !important;
    letter-spacing: -0.02em;
    color: #313133;
    margin-right: 1rem;
}

#home__product-caregory a {
    display: flex;
    justify-content: center;
}


#home-content-wrapper {
    position: relative;
}

#home-content-wrapper #background {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 12%;
    width: 85%;
    height: 47%;
    border-radius: 24px !important;
    z-index: -1;
    background: linear-gradient(#edeef2 0, #edeef2 73%, #313133 73%, #313133 100%);
}

.carousel-indicators {
    position: absolute;
    right: 0 !important;
    top: 50%;
}

.carousel-indicators [data-bs-target] {
    background-color: #313133 !important;
    font-size: 50px !important;
    color: #000 !important;
}

.carousel-indicators .active {
    background-color: #e50031 !important;
    font-size: 50px !important;
    color: #000 !important;
}

.incele-line {
    font-family: var(--urbanist-font) !important;
    font-weight: var(--bold-font-weight) !important;
    font-size: 14px !important;
    letter-spacing: var(--normal-letter-space) !important;
}

.live-search-div {
    background-color: white;
    border-left: 1px solid #dde0e9 !important;
    border-right: 1px solid #dde0e9 !important;
    border-bottom: 1px solid #dde0e9 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 3px;
    top: 78px;
    position: absolute;
    border-radius: 0px 0px 10px 10px;
}

.live-search-list {
    display: flex;
    align-items: center;
    border-top: 1px solid #dde0e9;
    padding: 10px;
    width: 589px;
}

.live-search-product-image {
    width: 25%;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
    border-radius: 10px;
}

#liveSearchProductList a {
    display: none;
}



.product-card {
    font-family: var(--urbanist-font) !important;
    font-size: var(--normal-font-size);
    font-weight: var(--regular-font-weight);
    letter-spacing: var(--normal-letter-space);
    color: #edeef2 !important;
    width: 290px;
    height: 370px;
    border-radius: 12px;
    background: #FFFFFF;
    border: 1px solid #dde0e9;
    position: relative;
}

.product-card:hover {
    border: 1px solid rgba(229, 0, 49, 0.26);
    box-shadow: 0px 28px 38px rgba(0, 0, 0, 0.07);
}

.product-card .product-image {
    width: 100%;
    height: 250px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 3rem;
}

.product-card span:first-child {
    font-weight: var(--bold-font-weight) !important;
    font-size: 14px !important;
    color: #313133;
}

.product-card span:first-child span {
    font-weight: var(--normal-font-weight) !important;
    font-size: 14px !important;
    color: #313133;
}

.product-card span:nth-child(3) {
    font-weight: var(--normal-font-weight) !important;
    font-size: 14px !important;
    color: #7b7b7b !important;
}

.product-card-square {
    width: 192px;
    height: 192px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #dde0e9;
    position: relative;
}

.product-card-square:hover {
    background: #FFFFFF;
    border: 1px solid rgba(229, 0, 49, 0.26);
    box-shadow: 0px 24px 28px rgba(0, 0, 0, 0.04);
}

.product-card-square img {
    width: 100%;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 1rem;
    vertical-align: middle;
    top: 0%;
}

.product-card-square span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    font-weight: var(--normal-font-weight);
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #313133;
    line-height: 16px;
}

#other-products {
    width: 390px;
    height: 192px;
    border-radius: 12px;
    background: #FFFFFF;
    border: 1px solid #dde0e9;
    position: relative;
}

#other-products span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #313133;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14%;
}


#button-270 {
    display: grid;
    place-items: center;
    width: 270px;
    height: 70px;
    border-radius: 6px;
    background-color: #313133;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}

#button-270:hover {
    background-color: #e50031;
}

#button-290 {
    display: grid;
    place-items: center;
    width: 290px;
    height: 70px;
    border-radius: 6px;
    background-color: #313133;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}

#button-290:hover {
    background-color: #e50031;
}

#button-390 {
    display: grid;
    place-items: center;
    width: 100%;
    height: 70px;
    border-radius: 6px;
    background-color: #313133;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}

#button-390:hover {
    background-color: #e50031;
}


.red-button {
    font-size: 1.5rem;
    font-weight: 500;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
    padding-left: 3rem;
    border-radius: 6px;
    background-color: #e50031;
    color: white;
}

.dark-button {
    width: 100%;
    height: 8rem;
    border-radius: 6px;
    background: #313133;
    color: #FFFFFF;
    font-size: var(--h4-font-size);
    font-family: var(--urbanist-font) !important;
    font-weight: var(--bold-font-weight) !important;
    line-height: 24px;
}

.my-10 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mb-7 {
    margin-bottom: 70px;
}

.top-20 {
    top: 20%;
}

@media (min-width: 1400px) {

    .live-search-div {
        top: 59px !important;
        left: 3px;
    }

    .live-search-list {
        width: 502px !important;
        margin-top: 8px;
    }
}

@media (min-width: 1920px) {
   


    .container-home-product-category {
        width: 1190px !important;
    }

    #product-slider-wrapper .container {
        width: 1190px;
    }


    #product-product-container {
        width: 1840px;
        max-width: 1840px;
    }

    #product-product-grid .product-card {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

}

@media (min-width: 1440px) and (max-width: 1919px) {
    .products-header-content {
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
        left: 2%;
        z-index: 3;
    }

    #button-390 {
        display: grid;
        place-items: center;
        width: 90%;
        height: 50px;
        border-radius: 6px;
        background-color: #313133;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }

    .product-card {
        width: 280px !important;
        height: 350px;
    }

    #product-product-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        width: 70%;
        row-gap: 10px;
    }

    #product-product-grid * {
        margin-left: 10px;
    }

    .container-home-product-category {
        width: 1190px;
    }

    #product-slider-wrapper .container {
        width: 1190px;
    }

    #home-news-wrapper .container {
        width: 1190px;
    }

    .first-product-slide {
        visibility: hidden !important;
        width: 140px !important;
    }

}

@media (max-width: 1440px) {


    .product-search {
        width: 510px;
        height: 70px;
    }

    .product-card {
        width: 250px;
        height: 350px;
    }

    .product-card-square {
        width: 170px;
        height: 172px;
    }


    

    #home-body .container {
        width: 73%;
    }

    #home-body #other-products {
        width: 101% !important;
        height: 100%;
    }

    #home-body .home-catalog {
        width: auto;
    }

    #home-body .home-list {
        width: auto;
    }


    #news-ann-wrapper .col-12:not(:first-child) {
        display: flex;
        justify-content: center;
    }

    #news-ann-wrapper .container {
        width: 1100px;
    }

    #news-detail-main {
        width: 1100px;
    }

    .news-detail-slider {
        background: linear-gradient(transparent 0, transparent 60%, #f5f5f8 60%, #f5f5f8 100%), linear-gradient(90deg, transparent 0, transparent 11.8%, #fff 11.8%, #fff 88.2%, transparent 88.2%, transparent 100%);
    }

    #news-detail-slider-placeholder {
        width: 190px;
    }

    #home-news-wrapper .container {
        width: 1047px;
    }

    #product-product-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        width: 70%;
        padding-left: 57px;
        row-gap: 10px;
    }

    #product-product-grid * {
        margin-left: 10px;
    }

    #product-detail-body #three-div-logo {
        width: 95.5%;
    }

    #product-detail-body .product-detail__spare-parts .row {
        width: 76% !important;
    }

    #inst-hist-placeholder {
        opacity: 0;
        width: 538px;
    }

    #home-body #product-slider-placeholder {
        width: 190px !important;
    }

    #home-body #news-slider-placeholder {
        width: 190px !important;
    }

    footer {
        height: 980px !important;
    }

    .waspo-customer-rep-logo-shadow {
        opacity: 0.2;
        z-index: -1000;
        position: absolute;
        bottom: 0%;
        right: -10%;
        height: 110rem;
    }
}

@media (max-width: 1280px) {
    .product-detail-background {
        background: linear-gradient(#f5f5f8, transparent 71%, #313133 71%, #313133 100%) !important;
    }

    #product-div-logo {
        position: relative;
        background: linear-gradient(transparent 0, transparent 56%, #edeef2 56%, #edeef2 100%);
        width: 90%;
        height: 143rem;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 24px 24px;
    }

    #product-div-logo #customer-rep {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 35%;
        height: 15rem;
        background: #313133;
        border-radius: 12px;
        position: relative;
        bottom: 320%;
        margin-left: auto;
        margin-right: auto;
    }

    #product-div-logo #customer-rep h6,
    #product-div-logo #customer-rep #get-contact {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: -0.04em;
        color: #FFFFFF;
    }

    #product-div-logo #customer-rep #get-contact {
        font-size: 14px !important;
        z-index: 9999;
    }

    #product-div-logo #customer-rep #ss {
        display: inline-block !important;
        font-weight: 300;
        font-size: 7.5rem;
        letter-spacing: -0.18em;
        color: #FFFFFF;
        opacity: 0.17;
    }

    #product-div-logo #customer-rep div {
        width: 100%;
        height: 100%;
        background-color: #e50031;
        position: absolute;
        right: 0;
        border-radius: 12px;
        z-index: -1;
    }

    #product-div-logo #customer-rep:hover div {
        width: 33%;
        transition: all 0.2s;
        z-index: 1;
    }

    #product-div-logo #customer-rep:hover #ss {
        color: #FFFFFF;
        opacity: 1;
    }

    .products-three-div-logo {
        text-align: -webkit-center;
        width: 85% !important;
        position: absolute;
        bottom: 0% !important;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mobile-search-toggle {
        display: none;
    }

    #search {
        margin-right: 10rem !important;
    }

    .language-mobile {
        display: none;
    }

    .main-header-content {
        margin-top: 20rem;
    }

    .products-mobile-fix {
        height: 50vh !important;
    }

    .products-mobile-fix-image {
        height: 150vh !important;
    }

 

    #news-detail-slider-placeholder {
        width: 112px;
    }

    #product-product-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-content: start;
        row-gap: 10px;
        left: 0px !important;
        padding-left: 0px;
    }

    .product-card {
        width: 200px;
        height: 300px;
    }

    #product-detail-main .container {
        width: auto;
    }

    #product-detail-product-change {
        width: 520px;
    }

    #product-detail-body .product-detail__spare-parts .row {
        width: 80% !important;
    }

    #three-div-logo {
        height: 710px;
    }

    #inst-hist-placeholder {
        opacity: 0;
        width: 458px;
    }

    .quality-certificates__card {
        width: 100%;
    }

    .main-instituonal-content .container {
        width: 1000px;
    }

    .main-instituonal-content .waspo-by-numbers__item:hover .waspo-by-numbers__item__text-hover {
        width: 40%;
    }

    #home-body #background {
        height: 55%;
    }

    #home-body #home-news-wrapper {
        background: none;
    }

    #home-body .product-card-square {
        position: relative;
        width: 100%;
        height: 144px;
    }

    #home-body .product-card-square img {
        width: 50%;
    }

    #home-body .product-card-square #water-pump {
        width: 100%;
        position: absolute;
    }

    #home-body .product-slider .owl-dots {
        width: 80%;
    }

    .big-image-container img {
        margin: 1rem;
        width: 100%;
        height: 300px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .product-dividerx {
        display: none;
    }

    .three-d-images {
        display: none;
    }

    #three-div-logo {
        height: 1000px !important;
    }

    .product-images-div {
        padding: 0rem !important;
    }

    .product-image-container {
        width: 15rem;
        height: 15rem;
        overflow: hidden;
        border-radius: 5%;
    }

    #product-detail-main .container {
        width: 80%;
        max-width: 80%;
    }

    .product-slider__item .product-card {
        width: 240px !important;
        height: 300px !important;
    }

    .product-slider__item .product-card .product-image {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 1rem;
        vertical-align: middle;
        padding-bottom: 9rem;
    }

    #customer-rep {
        height: 80px !important;
        width: 40rem !important;
    }

    .main-header-content .product-search {
        top: -20rem;
        width: 50rem;
    }

    .main-header-content .search-under-line {
        margin-top: -20rem;
    }

    .waspo-customer-rep-logo {
        height: 50rem;
    }

    .new-product-line {
        font-family: var(--urbanist-font) !important;
        font-weight: var(--regular-font-weight) !important;
        font-size: 10px !important;
        letter-spacing: var(--normal-letter-space) !important;
    }

    .new-product-underline {
        font-family: var(--urbanist-font) !important;
        font-weight: var(--normal-font-weight) !important;
        font-size: 16px !important;
        letter-spacing: var(--normal-letter-space) !important;
    }

    .man-mercedes-volvo {
        font-family: var(--urbanist-font) !important;
        font-weight: var(--bold-font-weight) !important;
        font-size: 8px !important;
        letter-spacing: var(--normal-letter-space) !important;
    }

    .incele-line {
        font-family: var(--urbanist-font) !important;
        font-weight: var(--bold-font-weight) !important;
        font-size: 10px !important;
        letter-spacing: var(--normal-letter-space) !important;
    }

    .waspo-customer-rep-logo-shadow {
        display: none;
    }
}

@media (min-width: 992px) {
    #search {
        margin-right: 75px;
    }
}

@media (min-width: 1024px) {
    .mobile-header {
        display: none;
    }
}

@media (min-width: 1280px) {
    .live-search-div {
        top: -101px;
    }

    .live-search-list {
        width: 392px;
        margin-top: 8px;
    }
}

@media (max-width: 1024px) {
    .live-search-list {
        width: 392px;
        margin-top: 7px;
    }

    #news-detail-slider-placeholder {
        width: 60px;
    }

    #home-news-wrapper .container {
        width: 88%;
    }

    #product-product-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 10px;
        margin-left: 112px;
    }

    #product-detail-main .container {
        width: auto;
    }

    #product-detail-product-change-wrap {
        width: 60% !important;
        margin-left: 0 !important;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-left: auto;
    }

    #product-detail-body .product-detail__spare-parts .row {
        width: 84% !important;
    }

    .product-detail__spare-parts .product-card {
        width: 100%;
        height: 300px;
    }

    #three-div-logo {
        height: 590px;
    }

    #inst-hist-placeholder {
        opacity: 0;
        width: 368px;
    }

    .main-instituonal-content .container {
        width: 80% !important;
    }

    .main-instituonal-content .waspo-by-numbers__item:hover .waspo-by-numbers__item__text-hover {
        width: 40%;
    }

    #certificates {
        width: 600px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    #home-body #home-news-wrapper .container {
        width: 72%;
    }

    #home-body #news-slider-placeholder {
        width: 140px !important;
    }

    #home-body #customer-rep {
        width: 100%;
        height: 100px;
        margin: 30px 0;
    }

    #home-body .product-search {
        width: 100%;
    }

    #home-body #container-three-div-logo {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    #home-body #three-div-logo {
        margin-bottom: 50px;
    }
}

@media (max-width: 992px) {
    header {
        padding: 7rem;
        background-color: transparent !important;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    }

    .pc-header {
        display: none;
    }

    .header-logo {
        height: 8rem !important;
        padding: 1rem;
    }

    .navbar-collapse {
        background-color: var(--color-white);
    }

    .nav-link {
        padding-top: 5rem;
    }

    .search-icon {
        display: none;
    }

    #search {
        margin-right: 0 !important;
        padding-bottom: 3rem;
    }

    .mobile-search-toggle {
        display: inline;
    }

    #lang-item {
        display: none;
    }

    .language-mobile {
        display: none;
    }

    .products-mobile-fix {
        height: 100vh !important;
    }

    .products-mobile-fix-image {
        height: 120vh !important;
    }

   

    /* catalog */
    .list.grid-view-filter li {
        padding: 30px;
    }

    #product-product-grid {
        margin-top: 10px;
        display: grid;
        grid-template-columns: repeat(3, 1fr) !important;
        row-gap: 10px;
        margin-left: 0 !important;
        padding-left: 0;
    }

    #product-product-grid * {
        margin-left: 8px;
    }

    #product-product-cars #button-270 {
        width: 100%;
    }

    #tip {
        margin-left: 0 !important;
    }

    #motor {
        margin-left: 0 !important;
    }

    #product-detail-spare-parts .product-card {
        height: 410px !important;
    }

    #inst-hist-placeholder {
        width: 78px;
    }

    .main-instituonal-content .waspo-by-numbers__item:hover .waspo-by-numbers__item__text-hover {
        width: 60%;
    }

    #home-body #product-slider-placeholder {
        width: 100px !important;
    }

    #home-body #news-slider-placeholder {
        width: 100px !important;
    }

    #home-body #home-content-wrapper {
        height: 4300px;
    }

    #home-body #three-div-logo {
        height: 1100px;
    }

    .news-card {
        height: 50rem;
    }

    #home-content-wrapper {
        position: relative;
    }

    #home-content-wrapper #background {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 12%;
        width: 100%;
        height: 47%;
        border-radius: 24px !important;
        z-index: -1;
        background: linear-gradient(#edeef2 0, #edeef2 73%, #313133 73%, #313133 100%);
    }
}

@media (max-width: 768px) {
    .all-products {
        display: none;
    }

    #dropdown-search .product-search {
        width: 60rem;
    }

    #dropdown-search {
        top: -2px;
    }

    .mobile-search-icon-link {
        position: absolute !important;
        right: -32rem !important;
        top: -4.5rem !important;
    }

    #search .search-under-line {
        font-size: 14px !important;
        padding-top: 3rem !important;
    }

    .search-header-logo {
        padding-top: 3.9rem;
        padding-left: 1.8rem;
        height: 13rem;
    }

    .open-menu .dropdown-menu {
        right: 0 !important;
        border-radius: 8px 0 8px 24px;
        background: #fff;
        /* color: #313133; */
        -moz-text-align-last: center;
        text-align-last: center;
    }

    .open-menu .nav-item.dropdown:not(#search):hover {
        background-color: white;
        border-radius: 6px 6px 0 0;
        color: white;
        -moz-text-align-last: center;
        text-align-last: center;
    }

    .open-menu .dropdown-item {
        color: #313133 !important;
        -moz-text-align-last: center;
        text-align-last: center;
    }

    .product-detail-background {
        background: linear-gradient(#f5f5f8, transparent 87%, #313133 87%, #313133 100%) !important;
    }

    #product-div-logo {
        position: relative;
        background: linear-gradient(transparent 0, transparent 56%, #edeef2 56%, #edeef2 100%);
        width: 100%;
        height: 146rem;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 24px 24px;
    }

    #product-div-logo #customer-rep {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 35%;
        height: 15rem;
        background: #313133;
        border-radius: 12px;
        position: relative;
        bottom: 110%;
        margin-left: auto;
        margin-right: auto;
    }

    #product-div-logo #customer-rep h6,
    #product-div-logo #customer-rep #get-contact {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: -0.04em;
        color: #FFFFFF;
    }

    #product-div-logo #customer-rep #get-contact {
        font-size: 14px !important;
        z-index: 9999;
    }

    #product-div-logo #customer-rep #ss {
        display: inline-block !important;
        font-weight: 300;
        font-size: 7.5rem;
        letter-spacing: -0.18em;
        color: #FFFFFF;
        opacity: 0.17;
    }

    #product-div-logo #customer-rep div {
        width: 100%;
        height: 100%;
        background-color: #e50031;
        position: absolute;
        right: 0;
        border-radius: 12px;
        z-index: -1;
    }

    #product-div-logo #customer-rep:hover div {
        width: 33%;
        transition: all 0.2s;
        z-index: 1;
    }

    #product-div-logo #customer-rep:hover #ss {
        color: #FFFFFF;
        opacity: 1;
    }

    .products-three-div-logo {
        text-align: -webkit-center;
        width: 85% !important;
        position: absolute;
        bottom: -10% !important;
        left: 50%;
        transform: translate(-50%, -50%);
    }

 

    .pc-header {
        display: none;
    }

    header {
        padding: 6.5rem;
        background-color: #FFFFFF !important;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    }

    #news-ann-wrapper {
        top: -10rem !important;
    }

    .header-logo {
        height: 8rem !important;
        padding: 1rem;
    }

    #lang-item {
        display: none;
    }

    .search-icon {
        display: none;
    }

    .navbar-collapse {
        background-color: var(--color-white);
    }

    .nav-link {
        padding-top: 5rem;
        color: #313133 !important;
    }

    .mobile-search-toggle {
        display: inline;
    }

    footer {
        height: 1000px !important;
    }

    .footer .container {
        top: 5%;
    }

    #footer-socials {
        justify-content: start !important;
    }

    /*___________*/
    .products-mobile-fix {
        height: 100vh !important;
    }

    .products-mobile-fix-image {
        height: 300vh !important;
    }

    .photo-mobile-fix {
        height: 300vh !important;
    }

    .photo-mobile-fix-image {
        height: 120vh !important;
    }

    #gallery-detail-images {
        top: 70rem;
    }

    /*___________*/
    .component__gallery-list__item__title {
        font-size: var(--h3-font-size);
    }

    /* HOME PAGE */
    .brands-title {
        width: 206px;
    }

    #home-body #other-products {
        width: 98% !important;
    }

    .product-slider .owl-dots {
        width: auto !important;
    }

    .header-slider__item {
        background-position: 70% !important;
    }

    .product-search {
        width: 100%;
    }

    .product-search button {
        width: 30%;
    }

    #product-slider-placeholder {
        opacity: 0;
        width: 96px !important;
    }

    .news-slider:not(#institutional-slider) #news-slider-placeholder {
        width: 80px !important;
    }

    /* catalog */
    .list.grid-view-filter li {
        padding: 50px;
    }

    #news-detail-slider-placeholder {
        width: 40px;
    }

    #product-product-grid {
        margin-top: 10px;
        display: grid;
        grid-template-columns: repeat(3, 1fr) !important;
        row-gap: 10px;
        margin-left: 0 !important;
        padding-left: 0;
    }

    #product-product-grid * {
        margin-left: 8px;
    }

    #product-product-cars #button-270 {
        width: 100%;
    }

    #product-detail-product-change-wrap {
        width: 80% !important;
    }

    #inst-hist-placeholder {
        width: 70px;
    }

    .main-instituonal-content .waspo-by-numbers__item:hover .waspo-by-numbers__item__text-hover {
        width: 64%;
    }

    #home-body #background {
        top: 8%;
    }

    #home-body .product-slider .owl-dots {
        width: 80% !important;
    }

    .component__gallery-list__item__title {
        font-size: var(--h3-font-size);
    }

    .catalog-desc-divider {
        border-right: 1px solid #e5e7ee;
    }

    .news-card {
        height: 45rem;
    }

    .news-imagesx {
        visibility: hidden !important;
    }

    #news-ann-title {
        color: #313133 !important;
        margin-top: 17rem;
        margin-left: 3rem;
    }

    #news-ann-breadcrump {
        color: #313133 !important;
        margin-left: 3rem;
    }

    .news-ann-wrapper {
        top: 0px;
        margin-top: 0px;
    }

    .big-image-container img {
        margin: 10rem;
        width: 100%;
        height: 250px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .product-dividerx {
        display: none;
    }

    .three-d-images {
        display: none;
    }

    #three-div-logo {
        height: 1000px !important;
    }

    .product-image-container {
        width: 20rem;
        height: 20rem;
        overflow: hidden;
        border-radius: 5%;
    }

    #product-detail-main .container {
        width: 80%;
        max-width: 80%;
    }

    .product-slider__item .product-card {
        width: 240px !important;
        height: 300px !important;
    }

    .product-slider__item .product-card .product-image {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 1rem;
        vertical-align: middle;
        padding-bottom: 5rem;
    }

    #customer-rep {
        height: 80px !important;
    }

    .brands {
        display: none !important;
    }

    #home-div-logo {
        height: 1000px;
        background-color: #edeef2 !important;
        padding-top: 50px;
        border-radius: 24px;
        width: 95%;
    }

    .home-catalog {
        width: 100% !important;
        height: 300px !important;
    }

    .home-list {
        width: 100% !important;
        height: 300px !important;
    }

    .home-list img {
        height: 300px !important;
    }

    .news-slider__item .news-card {
        width: 300px;
        height: 347px;
    }

    .home-video {
        position: absolute;
        width: 768px !important;
        top: 0;
    }

    .news-card {
        margin: 1rem;
    }

    .main-header-content {
        margin-top: -10%;
    }

    .main-header-content .big-line {
        margin-top: 0%;
        font-family: var(--urbanist-font);
        font-weight: var(--bold-font-weight);
        font-size: 24px;
        letter-spacing: var(--normal-letter-space);
        padding-bottom: 5rem;
    }

    .main-header-content .product-search {
        top: -20rem;
        width: 40rem;
        height: 8rem;
    }

    .main-header-content .product-search button {
        width: 30%;
    }

    .main-header-content .search-under-line {
        font-size: 12px;
        font-weight: var(--normal-font-weight);
    }

    .new-product-wrapper {
        top: 100rem !important;
    }

    #customer-rep {
        width: 50rem !important;
        height: 120px;
        margin: 30px 0;
    }

    .container-three-div-logo {
        text-align: -webkit-center;
    }

    #product-slider-wrapper {
        margin-top: 20rem !important;
        margin-bottom: 2rem;
    }

    .first-product-slide {
        display: none;
    }

    .first-news-slide {
        display: none;
    }

    .kurumsal-first-news-slide {
        display: none;
    }

    .news-detail-main {
        background-color: #fff;
        position: relative;
        top: 50vw;
        border-radius: 12px;
        padding-bottom: 50rem !important;
        margin-bottom: 50rem;
    }

    .news-slider-container {
        position: relative;
        z-index: 9999;
        top: -30rem;
    }

    #home-div-logo #customer-rep {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 96%;
        height: 134px;
        background: #313133;
        border-radius: 12px;
        position: relative;
        bottom: 0%;
    }

    #home-div-logo .how-can-we-help {
        font-weight: bold;
        font-size: 4.5rem;
        letter-spacing: -0.04em;
        color: #313133;
        position: relative;
        top: 0%;
    }

    #home-div-logo .how-can-we-help-text {
        font-weight: 600;
        font-size: 14px;
        letter-spacing: -0.02em;
        color: #7b7b7b;
        position: relative;
        top: 20%;
    }

    .waspo-customer-rep-logo {
        position: relative;
        left: -5%;
    }

    .first-product-slide {
        visibility: hidden !important;
        width: 100px !important;
    }

    .owl-theme .owl-dots .owl-dot span {
        display: none !important;
    }

    .gallery {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 1rem;
    }

    .gallery img {
        width: 100%;
        aspect-ratio: 1/1;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 7px;
    }

    #institutional-slider .news-card h5 {
        font-weight: 600 !important;
        font-size: 16px !important;
        color: #fff !important;
        position: absolute !important;
        left: 7% !important;
        bottom: 28% !important;
    }

    #institutional-slider .news-card span:not(:last-child) {
        font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 26px !important;
        color: #7b7b7b !important;
        position: absolute !important;
        bottom: 9% !important;
        left: 7% !important;
    }

    .live-search-div {
        top: -95px !important;
    }

    .live-search-list {
        width: 272px !important;
    }
}

@media (max-width: 576px) {
    .live-search-list {
        margin-top: 8px;
    }

    .product-card .product-image {
        width: 100%;
        height: 250px;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 14rem;
    }

    #institutional-slider .news-card h5 {
        font-weight: 600 !important;
        font-size: 16px !important;
        color: #fff !important;
        position: absolute !important;
        left: 7% !important;
        bottom: 25% !important;
    }

    #institutional-slider .news-card span:not(:last-child) {
        font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 26px !important;
        color: #7b7b7b !important;
        position: absolute !important;
        bottom: 9% !important;
        left: 7% !important;
    }

    .mobile-news-title {
        color: #313133 !important;
        padding-top: 15rem;
    }

    .mobile-news-title-text {
        color: #7b7b7b !important;
    }

    .mobile-search-icon-link {
        position: absolute !important;
        right: -18rem !important;
        top: -5rem !important;
    }

    #dropdown-search {
        width: 99vw !important;
        height: 70vh;
        border-radius: 0px 0px 48px 48px;
        background: #313133;
        opacity: 0.98;
        z-index: 9999;
        position: fixed;
        top: -1px;
    }

    .main-header-content {
        margin-top: -14%;
        left: 15%;
    }

    .main-header-content .big-line {
        margin-top: -30%;
        font-family: var(--urbanist-font);
        font-weight: var(--bold-font-weight);
        font-size: 24px;
        letter-spacing: var(--normal-letter-space);
        padding-bottom: 5rem;
        -moz-text-align-last: center;
        text-align-last: center;
    }

    .main-header-content .product-search {
        top: -20rem;
        width: 56rem;
        height: 14rem;
    }

    .main-header-content .product-search button {
        width: 30%;
        line-height: 20px;
        font-size: 14px;
    }

    .main-header-content .search-under-line {
        display: none;
    }



    .component__gallery-list__item__title {
        font-size: var(--h3-font-size);
    }

    .component__gallery-list__item {
        height: 537px;
    }

    #gallery-detail-images {
        bottom: auto !important;
        text-align: center;
        width: 65%;
        top: 30%;
    }

    #foto-gallery-detail-text {
        top: auto !important;
    }

    #foto-gallery-detail-text {
        left: 3% !important;
    }

    #home__product-caregory a {
        display: flex;
        justify-content: center;
    }

    footer {
        height: 1367px !important;
    }

    #footer-container {
        padding: 2rem;
    }

    .footer__title {
        padding-top: 5rem;
    }

    #footer-socials {
        justify-content: center !important;
    }

    .footer .container {
        top: 3%;
    }

    .component__gallery-list__item {
        height: 537px;
    }

    .navbar-collapse {
        background-color: var(--color-white);
    }

    .nav-link {
        padding-top: 5rem;
    }

    .search-icon {
        display: none;
    }

    .language-mobile {
        display: inline;
        padding-top: 5rem;
    }

    .language-mobile-item {
        font-family: var(--urbanist-font);
        font-size: var(--h4-font-size);
        font-weight: var(--bold-font-weight) !important;
        color: var(--color-dark);
        padding-left: 1rem;
        padding-right: 1rem;
        text-decoration: none;
        background: 0 0;
        border: 0;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    }

    .component__gallery-list__item__more-photos {
        margin-bottom: 5rem;
    }

    .component__gallery-list__item__show-album {
        font-size: 16px;
        margin-bottom: 10rem;
    }

    .component__gallery-list__item__group-links {
        bottom: 0% !important;
    }

    .active-lang {
        color: var(--color-red) !important;
    }

    .fa-magnifying-glass {
        font-size: var(--normal-plus-font-size) !important;
    }

    .navbar-brand {
        padding: 1.5rem !important;
    }

    .nav-search-mobile {
        font-family: var(--urbanist-font);
        font-weight: var(--bold-font-weight);
        font-size: 21px;
        line-height: 24px;
        vertical-align: middle;
        text-align: right;
        color: #313133;
    }

    #footer-foto-gallery-detail {
        margin-top: 900px;
    }

    .stage-logo-div {
        text-align: center;
    }

    .socials {
        text-align: center;
    }

    #gallery-detail-images {
        bottom: auto !important;
        text-align: center;
        width: 65%;
        top: 30%;
    }

    #foto-gallery-detail-text {
        top: auto !important;
    }

    #footer-foto-gallery-detail {
        margin-top: 900px;
    }

    #foto-gallery-detail-text {
        left: 3% !important;
    }

    stage-logo-div {
        text-align: center;
    }

    #home__product-caregory a {
        display: flex;
        justify-content: center;
    }

    #sketch img {
        left: 10%;
    }

    #foto-gallery-detail-text {
        top: 130px !important;
    }

    #news-ann-wrapper {
        top: -10rem;
    }

    #news-ann-wrapper .container {
        width: 100%;
    }

    .news-card {
        height: 65rem;
    }

    .news-card span:not(:last-child) {
        line-height: 20px;
        bottom: 4%;
        left: 7%;
    }

    #gallery-detail-images {
        position: absolute;
        top: 70rem;
    }

    #news-detail-main {
        margin-top: 100rem;
        width: 100%;
    }

    #media-news-detail-gallery {
        display: flex;
        justify-content: center;
    }

    .news-slider:not(#institutional-slider) .owl-dots {
        right: 1% !important;
    }

    #product-body {
        background-color: #edeef2;
    }

    #product-body .product-search {
        width: 350px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    #product-body .main-header-content {
        top: 60%;
    }

    #product-body .main-header-content .col-12 {
        display: flex;
        justify-content: center;
    }

    #product-body .main-header-content p {
        text-align: center;
    }

    #product-body footer {
        top: 140px;
    }

    #product-product-grid {
        margin-top: 10px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        place-items: center;
        row-gap: 10px;
        margin-left: 0 !important;
        padding-left: 0;
    }

    #product-product-grid * {
        margin-left: 0;
    }

    .product-slider__item .product-card {
        width: 240px !important;
        height: 300px !important;
    }

    .product-slider__item .product-card .product-image {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 1rem;
        vertical-align: middle;
        padding-bottom: 8rem;
    }

    #product-product-grid .product-card {
        width: 95% !important;
        height: 250px !important;
        border-radius: 12px;
        background: #FFFFFF;
        border: 1px solid #dde0e9;
        position: relative;
    }

    #product-product-grid .product-card .product-image {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        padding-bottom: 13rem;
    }

    .product-grid-more {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    #product-product-search-form .product-search {
        width: 98vw;
    }

    #product-detail-customer-representative-breadcrump a {
        width: 100%;
        margin-top: 20px;
    }

    #product-detail-product-change {
        width: auto;
        margin: 20px 0;
    }

    .products-mobile-fix {
        height: 82vh !important;
    }

    .products-mobile-fix-image {
        height: 220vh !important;
    }

    #home-div-logo .product-search {
        display: inline-block;
        position: relative;
        border: 3px solid white;
        outline: none !important;
        width: 50rem !important;
        height: 12rem;
        background: #fff;
        border-radius: 10px;
        text-align: center;
        vertical-align: middle;
    }

    #home-div-logo .product-search button {
        position: absolute;
        height: 90%;
        right: 1%;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        width: 25%;
        height: 90%;
        border-radius: 6px;
        background: #313133;
        color: #FFFFFF;
        font-size: var(--h1-font-size);
        font-family: var(--urbanist-font) !important;
        font-weight: var(--bold-font-weight) !important;
        line-height: 26px;
        vertical-align: middle;
    }

    #home-div-logo .product-search button:hover {
        background-color: #e50031;
    }

    #home-div-logo .product-search button span {
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
    }

    #home-div-logo .product-search input {
        width: 100%;
        height: 100%;
        outline: none;
        border: none;
        font-size: 14px;
        padding-left: 3%;
        font-weight: 600;
    }

    #home-div-logo .product-search ::-moz-placeholder {
        font-weight: var(--normal-font-weight) !important;
        font-size: var(--normal-plus-font-size) !important;
        color: #313133 !important;
        align-items: center;
    }

    #home-div-logo .product-search ::placeholder {
        font-weight: var(--normal-font-weight) !important;
        font-size: var(--normal-plus-font-size) !important;
        color: #313133 !important;
        align-items: center;
    }

    #inst-hist-placeholder {
        width: 34px;
    }

    .main-instituonal-content .waspo-by-numbers__item:hover .waspo-by-numbers__item__text-hover {
        width: 64%;
    }

    .main-instituonal-content .waspo-by-numbers__item:hover .waspo-by-numbers__item__text-hover {
        width: 100%;
    }

    .waspo-by-numbers__item__text {
        right: 4%;
        width: 80%;
    }

    #certificates {
        width: 100%;
    }

    #institutional-slider .news-card {
        width: 300px !important;
    }

    #institutional-slider .news-card h5 {
        bottom: 30% !important;
    }

    #institutional-slider .date-wrapper {
        height: 40px !important;
        width: 70px !important;
    }

    #home-body .brands {
        display: flex !important;
        flex-direction: column;
        height: 400px;
    }

    #home-body .brands-cars {
        height: 100%;
        grid-template-columns: 1fr;
    }

    #home-body .brands-title {
        width: 100%;
        border-radius: 12px 12px 0 0;
    }

    #home-body .brands a:last-child {
        border-radius: 0 0 12px 12px !important;
    }

    #home-body .header-slider .owl-dots {
        top: 35% !important;
    }

    #home-body #product-slider-placeholder {
        width: 40px !important;
    }

    #home-body #other-products {
        width: 100%;
        height: 140px;
    }

    #home-body .home-list img {
        width: 50%;
        top: auto;
    }

    #home-body .news-slider #news-slider-placeholder {
        width: 50px !important;
    }

    #home-body .news-slider .news-card {
        width: 70vw;
        height: 300px;
    }

    #home-body .news-slider .owl-dots {
        width: 50%;
    }

    #home-body #three-div-logo {
        background-color: #edeef2 !important;
        padding-top: 50px;
        border-radius: 24px;
    }

    #home-body #home-content-wrapper {
        height: 3900px;
    }

    #home-body #background {
        height: 63%;
    }

    #home-body .product-search {
        width: 94vw;
    }

    #product-slider-wrapper {
        margin-top: 5rem !important;
        margin-bottom: 2rem;
    }

    .catalog-desc-divider {
        border-right: 0px solid #e5e7ee;
    }

    .catalog-image-link {
        font-weight: 500;
        font-size: 18px;
        letter-spacing: -0.02em;
        color: #FFFFFF;
    }

    .catalog-image-link i {
        font-size: 20px !important;
        letter-spacing: -0.02em !important;
        color: #e50031 !important;
    }

    .news-imagesx {
        visibility: hidden !important;
    }

    #news-ann-title {
        color: #313133 !important;
        margin-top: 17rem;
        margin-left: 3rem;
    }

    #news-ann-breadcrump {
        color: #313133 !important;
        margin-left: 3rem;
    }

    .three-d-images {
        display: none;
    }

    .component__gallery-list {
        margin-top: 5rem !important;
    }

    .institutional-content__page-directs__info-text {
        color: #313133;
        font-size: 21px;
        line-height: 29px;
        padding-bottom: 16px;
        padding-top: 14px;
    }

    .product-detail-background {
        background: linear-gradient(#f5f5f8, transparent 83%, #313133 83%, #313133 100%) !important;
    }

    #product-div-logo {
        position: relative;
        background: linear-gradient(transparent 0, transparent 56%, #edeef2 56%, #edeef2 100%);
        width: 100%;
        height: 146rem;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 24px 24px;
    }

    #product-div-logo #customer-rep {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 35%;
        height: 15rem;
        background: #313133;
        border-radius: 12px;
        position: relative;
        bottom: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    #product-div-logo #customer-rep h6,
    #product-div-logo #customer-rep #get-contact {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 2.4rem;
        letter-spacing: -0.04em;
        color: #FFFFFF;
    }

    #product-div-logo #customer-rep #get-contact {
        font-size: 14px !important;
        z-index: 9999;
    }

    #product-div-logo #customer-rep #ss {
        display: inline-block !important;
        font-weight: 300;
        font-size: 7.5rem;
        letter-spacing: -0.18em;
        color: #FFFFFF;
        opacity: 0.17;
    }

    #product-div-logo #customer-rep div {
        width: 100%;
        height: 100%;
        background-color: #e50031;
        position: absolute;
        right: 0;
        border-radius: 12px;
        z-index: -1;
    }

    #product-div-logo #customer-rep:hover div {
        width: 33%;
        transition: all 0.2s;
        z-index: 1;
    }

    #product-div-logo #customer-rep:hover #ss {
        color: #FFFFFF;
        opacity: 1;
    }

    .big-image-container img {
        margin: 5rem;
        width: 100%;
        height: 200px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .product-dividerx {
        display: none;
    }

    .product-desc-divider {
        border: 0px white;
    }

    .product-detail__title {
        font-size: 20px !important;
    }

    .product-detail__breadcrump {
        font-size: 16px !important;
    }

    #product-detail-customer-representative-breadcrump {
        display: none;
    }

    .product-detail__product-image-title {
        display: none;
    }

    .product-images-div {
        padding: 0;
    }

    .product-image-container {
        padding: 1rem;
        width: 17rem;
        height: 17rem;
        overflow: hidden;
        border-radius: 5%;
    }

    #product-detail-main .container {
        width: 80%;
        max-width: 80%;
    }

    #customer-rep {
        height: 80px !important;
        margin: 1rem !important;
    }

    .photo-mobile-fix {
        height: 200vh !important;
    }

    .photo-mobile-fix-image {
        height: 220vh !important;
    }

    .brands {
        display: none !important;
    }

    #home-div-logo {
        height: 780px;
        background-color: #edeef2 !important;
        padding-top: 91px;
        border-radius: 24px;
        width: 95%;
    }

    .home-catalog {
        width: 100% !important;
        height: 300px !important;
    }

    .home-list {
        width: 100% !important;
        height: 300px !important;
    }

    .home-list img {
        height: 300px !important;
    }

    .news-slider__item .news-card {
        width: 300px;
        height: 340px;
    }

    .home-video {
        position: absolute;
        width: 576px !important;
        top: 0;
        left: -30rem;
    }

    .news-card {
        margin: 1rem;
    }

    .new-product-wrapper {
        top: -100rem !important;
    }

    .container-three-div-logo {
        text-align: -webkit-center;
    }

    .products-three-div-logo {
        text-align: -webkit-center;
        width: 85% !important;
        position: absolute;
        bottom: -18% !important;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .products-header-content {
        margin-top: -70px !important;
    }

    .first-news-slide {
        visibility: hidden !important;
        width: 0 !important;
    }

    .kurumsal-first-news-slide {
        visibility: hidden !important;
        width: 0 !important;
    }

    .first-product-slide {
        display: none !important;
    }

    .new-product-line {
        font-family: var(--urbanist-font) !important;
        font-weight: var(--regular-font-weight) !important;
        font-size: 10px !important;
        letter-spacing: var(--normal-letter-space) !important;
    }

    .new-product-underline {
        font-family: var(--urbanist-font) !important;
        font-weight: var(--normal-font-weight) !important;
        font-size: 16px !important;
        letter-spacing: var(--normal-letter-space) !important;
    }

    .man-mercedes-volvo {
        font-family: var(--urbanist-font) !important;
        font-weight: var(--bold-font-weight) !important;
        font-size: 8px !important;
        letter-spacing: var(--normal-letter-space) !important;
    }

    .incele-line {
        font-family: var(--urbanist-font) !important;
        font-weight: var(--bold-font-weight) !important;
        font-size: 10px !important;
        letter-spacing: var(--normal-letter-space) !important;
    }

    .news-detail-main {
        background-color: #fff;
        position: relative;
        top: 120vw;
        border-radius: 12px;
        padding-bottom: 50rem !important;
        margin-bottom: 75rem;
    }

    .news-slider-container {
        position: relative;
        z-index: 9999;
        top: -20rem;
    }

    #home-div-logo #customer-rep {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 96%;
        height: 134px;
        background: #313133;
        border-radius: 12px;
        position: relative;
        bottom: 10%;
    }

    #home-div-logo .how-can-we-help {
        font-weight: bold;
        font-size: 4.5rem;
        letter-spacing: -0.04em;
        color: #313133;
        position: relative;
        top: -30%;
    }

    #home-div-logo .how-can-we-help-text {
        font-weight: 600;
        font-size: 14px;
        letter-spacing: -0.02em;
        color: #7b7b7b;
        position: relative;
        top: -10%;
    }

    #product-detail-spare-parts .product-card {
        height: 300px !important;
    }

    .gallery {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .gallery img {
        width: 100%;
        aspect-ratio: 1/1;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 7px;
    }

    .how-can-we-help {
        padding-bottom: 10px;
    }

    .newsteller {
        padding-top: 20px;
    }

    .waspo-by-numbers__item__tex {
        font-size: 14px;
        color: #fff;
        opacity: 0;
        width: 80%;
        height: 200px;
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
    }

    .live-search-div {
        top: -42px !important;
    }

    .live-search-list {
        width: 272px !important;
    }
}

/* Küçük Ekranlar için Stil Ayarları (Maksimum Genişlik: 374px) */
@media (max-width: 374px) {
    .mobile-search-icon-link {
        position: absolute !important;
        right: -13rem !important;
        top: -5rem !important;
    }

    /* Ürün Detay Ana Bölüm */
    #product-detail-main .container {
        width: 80%;
        max-width: 80%;
    }

    /* Ürün Kartları */
    .product-card {
        width: 100% !important;
        height: 250px !important;
        border-radius: 12px;
        background: #FFFFFF;
        border: 1px solid #dde0e9;
        position: relative;
        /* Ürün Resmi */
    }

    .product-card .product-image {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0%;
    }

    /* Ürün Resmi Konteyneri */
    .product-image-container {
        width: 13rem;
        height: 13rem;
    }

    /* Ürün Ayracı */
    .product-dividerx {
        display: none;
    }

    /* Ürün Açıklama Ayracı */
    .product-desc-divider {
        border: 0px white;
    }

    .news-detail-main {
        background-color: #fff;
        position: relative;
        top: 150vw;
        border-radius: 12px;
        padding-bottom: 50rem !important;
        margin-bottom: 100rem !important;
    }

    .news-slider-container {
        position: relative;
        z-index: 9999;
        top: -50rem;
    }



}

.product-slider .owl-dots {
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
}

.product-slider .owl-dots .owl-dot span {
    width: 20px !important;
    height: 10px !important;
    border-radius: 5px !important;
    background: #313133 !important;
}

.product-slider .owl-dots .owl-dot.active span {
    background-color: #e50031 !important;
}

#institutional-slider .owl-dot {
    margin-top: 3rem;
}

#institutional-slider .owl-dot span {
    width: 20px;
    height: 10px;
    border-radius: 5px;
    background: #313133;
}

#institutional-slider .owl-dot.active span {
    background-color: #e50031;
}

#institutional-slider .news-card {
    background-color: #313133;
}

#institutional-slider .news-card span:nth-of-type(1) {
    font-weight: normal;
    font-size: 14px;
    color: #7b7b7b;
}

#institutional-slider .news-card span:not(:last-child) {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #7b7b7b;
    position: absolute;
    bottom: 6%;
    left: 7%;
}

#institutional-slider .news-card h5 {
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    left: 7%;
    bottom: 13%;
}

#institutional-slider .news-card .date-wrapper {
    width: 142px;
    height: 92px;
    border-radius: 0px 0px 8px 0px;
    background: #e50031;
}

#institutional-slider .news-card .date-wrapper .date {
    font-weight: 900 !important;
    font-size: 3.7rem !important;
    color: #FFFFFF;
}

.news-slider:not(#institutional-slider) .owl-dots {
    position: absolute;
    top: -50px;
    right: 19%;
    display: inline-block;
}

.news-slider:not(#institutional-slider) .owl-dot span {
    width: 20px !important;
    height: 10px !important;
    border-radius: 5px !important;
    background: #FFFFFF;
}

.news-slider:not(#institutional-slider) .owl-dot.active span {
    background: #e50031 !important;
}

.header-slider .owl-dots {
    flex-direction: column;
    display: inline-flex;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
    right: 3% !important;
}

.header-slider .owl-dots .owl-dot {
    font-size: 14px;
    color: #edeef2;
    font-weight: bold;
    padding-top: 2rem !important;
    margin: 0;
    width: 2.5rem;
}

.header-slider .owl-dots .owl-dot:nth-of-type(1)::after {
    content: "01";
}

.header-slider .owl-dots .owl-dot:nth-of-type(2)::after {
    content: "02";
}

.header-slider .owl-dots .owl-dot:nth-of-type(3)::after {
    content: "03";
}

.header-slider .owl-dots .owl-dot:nth-of-type(4)::after {
    content: "04";
}

.header-slider .owl-dots .owl-dot span {
    display: none !important;
}

.header-slider .owl-dots .owl-dot.active {
    color: #313133;
    border-bottom: 4px solid #e50031;
    border-radius: 0px 0px 2px 2px;
}

.search-header-logo {
    padding-top: 3.9rem;
    padding-left: 1.8rem;
}

.mobile-search-icon-link {
    position: absolute;
    right: -18rem;
    top: -5rem;
}

.mobile-search-icon {
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.nav-item.dropdown:not(#search):hover {
    background-color: #313133;
    border-radius: 6px 6px 0 0;
}

.nav-item.dropdown:not(#search):hover .dropdown-menu {
    display: block;
}

.nav-item.dropdown:not(#search):hover #dropdown-link {
    color: #fff;
}

.dropdown-menu {
    right: 0 !important;
    border-radius: 8px 0 8px 24px;
    background: #313133;
}

.dropdown-menu li:hover a {
    background-color: #313133 !important;
    color: #FFFFFF !important;
}

.dropdown-item {
    font-family: var(--urbanist-font);
    font-weight: var(--regular-font-weight);
    font-size: var(--normal-plus-font-size);
    line-height: 41px;
    text-align: left;
    color: #FFFFFF;
}

#dropdown-products {
    width: 550px;
    height: 298px;
}

.navbar-brand {
    padding: 2.5rem;
}

.nav-link {
    font-family: var(--urbanist-font);
    font-weight: var(--normal-font-weight);
    font-size: var(--h4-font-size);
    line-height: 24px;
    text-align: left;
    color: #313133;
    margin-left: 1rem;
    margin-right: 1rem;
}

.nav-link.active {
    color: #e50031 !important;
}

.navbar-nav {
    align-items: center;
}

#dropdown-media {
    width: 189px;
    height: 150px;
}

#dropdown-media .dropdown-item {
    text-align: right !important;
    font-family: var(--urbanist-font);
    font-weight: var(--bold-font-weight);
    font-size: var(--normal-plus-font-size);
    line-height: 32px;
    text-align: left;
    color: #FFFFFF;
}

.dropdown-menu.show {
    width: 98vw !important;
    height: 70vh;
    border-radius: 0px 0px 48px 48px;
    background: #313133;
    opacity: 0.98;
    z-index: 9999;
    position: fixed;
    /* right: 0px!important; */
    top: -13px;
}

#search-button {
    background-color: #313133;
    border: none;
    font-size: 3.4rem;
}

.nav-link:focus .dropdown-menu.show {
    display: none !important;
}

.nav-item:focus .dropdown-menu.show {
    display: none !important;
}




.fa-magnifying-glass {
    font-size: var(--h2-font-size);
}

#search-button {
    padding-top: 5rem;
    padding-right: 13.5rem;
}

:root {
    /* Theme Colors */
    --body-color: #ffff;
    --button-bg-color: #313133ff;
    --button-text-color: #ffff;
    --color-red: #E50031;
    --color-dark: #313133;
    --color-light: #7B7B7B;
    --color-ultra-light: #bcbcbcff;
    --color-white: #FFFFFF;
    --color-bg: #edeef2ff;
    --color-border: #fbd9e0ff;


}

.color-red {
    color: #e50031 !important;
}

.color-bg {
    color: #f5f5f8 !important;
}

.color-dark {
    color: #313133 !important;
}

.color-border {
    color: #dde0e9 !important;
}

.color-white {
    color: #FFFFFF !important;
}

.color-light {
    color: #7b7b7b !important;
}

.color-ultra-light {
    color: #edeef2 !important;
}

.search-under-line {
    font-size: var(--normal-plus-font-size);
    font-weight: var(--normal-font-weight);
    padding-top: 1rem;
    padding-bottom: 4rem;
    padding-left: 0.5rem;
}

.big-title {
    font-family: var(--urbanist-font) !important;
    font-weight: var(--bold-font-weight) !important;
    font-size: 3.6rem !important;
}

.big-title-underline {
    font-family: var(--urbanist-font) !important;
    font-weight: var(--normal-font-weight) !important;
    font-size: var(--normal-plus-font-size) !important;
    letter-spacing: var(--normal-letter-space) !important;
}

.mobile-news-title {
    font-family: var(--urbanist-font) !important;
    font-weight: var(--bold-font-weight) !important;
    font-size: 24px !important;
    color: #FFFFFF;
}

.mobile-news-title-text {
    font-family: var(--urbanist-font) !important;
    font-weight: var(--normal-font-weight) !important;
    font-size: var(--normal-plus-font-size);
    letter-spacing: var(--normal-letter-space);
    color: #FFFFFF;
}

.catalog-title {
    font-family: var(--urbanist-font) !important;
    font-weight: var(--bold-font-weight) !important;
    font-size: 24px !important;
    letter-spacing: var(--normal-letter-space) !important;
}

.sub-title {
    font-family: var(--urbanist-font) !important;
    font-weight: var(--bold-font-weight) !important;
    font-size: 3.2rem !important;
    letter-spacing: var(--normal-letter-space) !important;
}

.info-text {
    font-family: var(--urbanist-font) !important;
    font-weight: var(--regular-font-weight) !important;
    font-size: var(--normal-plus-max-font-size) !important;
    letter-spacing: var(--normal-letter-space) !important;
}

.maincampaigns {
    margin-bottom: 125px;
}

.maincampaigns .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.maincampaigns .top .title {
    font-size: 26px;
    font-weight: 400;
    line-height: 42px;
    background: linear-gradient(0deg, #000 0%, #000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.maincampaigns .top .viewAll {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    gap: 20px;
}

.maincampaigns .top .viewAll .iconArea {
    width: 27px;
    height: 27px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(11, 69, 86, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.maincampaigns .top .viewAll .iconArea .icon {
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    flex-shrink: 0;
    fill: #fff;
    margin-right: 2px;
    margin-bottom: 2px;
}

/* -------------------- campaignCardBig -------------------- */

.campaignCardBig {
    display: flex;
    border-radius: 20px;
    height: 100%;
    background: linear-gradient(99deg, #E7EFF3 14.02%, #E8F0F3 94.55%);
    padding: 45px;
    gap: 20px;
    align-items: center;
}

.campaignCardBig .imgArea {
    aspect-ratio: 343/239;
    width: 343px;
    max-width: calc(100% - 20px);
    pointer-events: none;
}

.campaignCardBig .imgArea img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.campaignCardBig .cardContent .description {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.campaignCardBig .cardContent .description b {
    font-weight: 500;
    display: flex;
    margin-bottom: 25px;
}

.campaignCardBig .cardContent a {
    display: flex;
    margin-top: 75px;
    gap: 20px;
    color: #000;
    align-items: center;
    transition: .3s ease all;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.campaignCardBig .cardContent a .iconArea {
    width: 27px;
    height: 27px;
    flex-shrink: 0;
    transition: .3s ease all;
    border-radius: 50%;
    background: #a70b0b8f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.campaignCardBig .cardContent a .iconArea .icon {
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    flex-shrink: 0;
    fill: #fff;
    margin-right: 2px;
    margin-bottom: 2px;
    transition: .3s ease all;
}

.campaignCardBig .cardContent a:hover .iconArea {
    background: #a70b0b;
}

.campaignCardBig .cardContent a:hover .iconArea .icon {
    fill: #fff;
}

.campaignCardBig.type2 {
    background: #FFFFFF;
}

.campaignCardBig.type2 .imgArea {
    aspect-ratio: 313/265;
    position: relative;
    width: 313px;
    max-width: calc(100% - 20px);
}

.campaignCardBig.type2 .imgArea:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: rgba(183, 183, 183, 0.83);
    opacity: 0.67;
    filter: blur(36.9px);
}

.campaignCardBig.type2 .description b {
    font-size: 20px;
}

/* -------------------- campaignCard -------------------- */

.campaignCard {
    position: relative;
    display: flex;
    border-radius: 20px;
    padding: 45px 70px;
    overflow: hidden;
    gap: 20px;
    align-items: center;
    height: 100%;
    background: linear-gradient(114deg, #E3E9E3 1.13%, #D9DCD2 82.84%);
}

.campaignCard .imgArea {
    aspect-ratio: 275/339;
    flex-shrink: 0;
    width: 275px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    pointer-events: none;
    max-width: calc(100% - 20px);
}

.campaignCard .imgArea img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.campaignCard .cardContent {
    max-width: 250px;
}

.campaignCard .cardContent .description {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.campaignCard .cardContent .description b {
    font-weight: 500;
    display: flex;
    margin-bottom: 25px;
}

.campaignCard .cardContent a {
    display: flex;
    margin-top: 75px;
    gap: 20px;
    align-items: center;
    transition: .3s ease all;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.campaignCard .cardContent a .iconArea {
    width: 27px;
    height: 27px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(11, 69, 86, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease all;
}

.campaignCard .cardContent a .iconArea .icon {
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    flex-shrink: 0;
    fill: #fff;
    margin-right: 2px;
    margin-bottom: 2px;
    transition: .3s ease all;
}

.campaignCard .cardContent a:hover .iconArea {
    background: #EF7D00;
}

.campaignCard .cardContent a:hover .iconArea .icon {
    fill: #fff;
}

.campaignCard.type2 {
    width: 100%;
}

.campaignCard.type2 .imgArea {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    aspect-ratio: unset;
    width: 100%;
    max-width: 100%;
}

.campaignCard.type2 .cardContent {
    position: relative;
    z-index: 2;
}

.campaignCard.type2 .cardContent .description {
    max-width: 190px;
    color: #fff;
}

.campaignCard.type2 .cardContent a {
    color: #EF7D00;
}

.campaignCard.type2 .cardContent a .iconArea {
    background: #EF7D00;
}

.campaignCard.type2 .cardContent a .iconArea .icon {
    fill: #000;
}

@media (max-width: 576px) {
    #tamMenu .container .content .topMenu .socials {
            display: flex;
            text-align: center;
            justify-content: center;
        }

                #tamMenu .container .content .topMenu .phone {
                    display: flex;
                    align-items: center;
                    transition: all 0.3s;
                    flex-direction: row-reverse;
                    justify-content: center;
                }
}