html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

img {
  vertical-align: middle;
}

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

button, fieldset, iframe {
  border: 0;
}

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

ol, ul {
  list-style: none;
}

textarea {
  resize: vertical;
}

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

td {
  padding: 0;
}

body {
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1.4;
  font-size: 18px;
  color: #282828;
  background-repeat: no-repeat;
  position: relative;
}
body.fixed {
  overflow: hidden;
}
body::after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  width: 100%;
}

*:focus {
  outline: none;
}

*[padding="no"] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

h1, h2, h3 {
  line-height: 1.2;
}

a {
  transition: .15s;
}

.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img[responsive="true"] {
  display: block;
  max-width: 100%;
  width:100%;
  height: auto;
}

p[role="paragraph"] {
  margin-bottom: 20px;
  line-height: 1.6em;
}

.select select, .button, .text {
  border-radius: 3px;
  border: 0;
  font-weight: bold;
}

h1.site-title {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
h1.site-title b {
  font-size: 1.22222em;
}

fieldset {
  margin-bottom: 15px;
  position: relative;
}
fieldset input, fieldset textarea {
  width: 100%;
  font-size: 1em;
}

input, textarea {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #969696;
}

input {
  height: 60px;
}

textarea {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 120px;
  resize: none;
}

.send-button {
  width: 130px;
  height: 44px;
  margin-left: auto;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0;
  background-color: #FDC619;
  font-size: 1em;
  font-weight: 700;
}

.title-style {
  display: flex;
  font-size: 40px;
  color: #FDC619;
  font-weight: 700;
}
.title-style--big {
  font-size: 50px;
}
.title-style--border {
  border-bottom: 1px solid #969696;
}

.subtitle {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
}

.style-centered {
  justify-content: center;
}

.navigation-icon {
  width: auto;
  cursor: pointer;
  align-items: center !important;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .navigation-icon {
    display: flex !important;
  }
}
@media (min-width: 769px) {
  .navigation-icon {
    display: none !important;
  }
}
.navigation-icon:hover:after {
  display: none;
}
.navigation-icon .nvi-rule {
  width: 40px;
  height: 2px;
  background-color: #282828;
  margin: 5px auto;
}

@media (max-width: 768px) {
  .wide {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .narrow {
    display: none !important;
  }
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@media (max-width: 768px) {
  .header {
    height: 300px;
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .header {
    height: 300px;
    margin-bottom: 40px;
  }
}
@media (min-width: 991px) {
  .header {
    height: 350px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1170px) {
  .header {
    height: 400px;
  }
}
.header-banner {
  width: 100%;
  display: flex;
  flex-flow: row;
}
@media (max-width: 768px) {
  .header-banner {
    height: 230px;
  }
}
@media (min-width: 769px) {
  .header-banner {
    height: 230px;
  }
}
@media (min-width: 991px) {
  .header-banner {
    height: 280px;
  }
}
@media (min-width: 1170px) {
  .header-banner {
    height: 330px;
  }
}
.header-banner ul {
  width: 100%;
}
.header-banner ul li {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.header nav {
  width: 100%;
  height:85px;
  padding: 10px 0px;
  background-color: #FDC619;
}
.header nav .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header nav ul {
    display: none;
  }
}
.header nav ul{
  display:flex;
  align-items: center;
}
.header nav ul > a {
  font-size: 15px;
  font-weight: 700;
  height: 44px;
  margin: 0px 18px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.header nav ul > a:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 8px;
  left: 0px;
  background-color: #282828;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  transition: width 0.1s, transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header nav ul > a:hover:after,.header nav ul > a.active:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.navigation {
  display: flex;
  width: 100%;
  height: 0;
  max-height: 80px;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #cfcfcf;
  overflow: hidden;
  position: absolute;
  z-index: 17;
}
.navigation.current {
  height: 100%;
  overflow: auto;
}
.navigation-item {
  display: flex;
  height: 44px;
  margin-right: 30px;
  margin-left: 30px;
  justify-content: center;
  align-items: center;
}
.navigation-item-image {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.navigation-item-text {
  color: inherit;
  font-size: 0.61111em;
}

/*
.Navigation {
  height: 50px;
  background-color: $color-soft-blue;

  .container {
    height: 100%;
    display: flex;
    align-items: center;
    overflow-x: scroll;
  }

  &-item {
    margin-right: 20px;
    font-size: $font-size-small;
    color: $color-navy;
  }

}
*/
.index-top {
  position: relative;
}
@media (min-width: 769px) {
  .index-top {
    height: 400px;
  }
}
@media (min-width: 991px) {
  .index-top {
    height: 550px;
  }
}
@media (min-width: 1170px) {
  .index-top {
    height: 600px;
  }
}
.index-top__banner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row-reverse;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (max-width: 768px) {
  .index-top__banner {
    height: 400px;
    position: relative;
  }
}
.index-top__banner::after {
  content: '';
  width: 50%;
  height: 100%;
  background: #efefef;
}
@media (max-width: 768px) {
  .index-top__banner::after {
    display: none;
  }
}
.index-top__banner div {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .index-top__banner div {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .index-top__banner div {
    width: 100%;
  }
  .index-top nav{
    height:85px;
  }
  .index-top .nav-logo{
    height:65px;
  }
}
.index-top nav {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 99;
  display: flex;
  right: 0px;
  padding: 10px 0px;
  background-color: rgba(253, 198, 25, 0.8);
}
@media (min-width: 991px) {
  .index-top nav .nav-logo {
    display: none;
  }
}
@media (min-width: 1170px) {
  .index-top nav {
    width: 50% !important;
    justify-content: left !important;
  }
}
@media (min-width: 991px) {
  .index-top nav {
    width: 100%;
    bottom: 0px;
    position: absolute;
    justify-content: center;
  }
}
@media (max-width: 990px) {
  .index-top nav {
    width: 100%;
    top: 0px;
    position: fixed;
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .index-top nav {
    justify-content: space-between;
  }
}
.index-top nav.fixednav {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height:85px;
  align-items: center;
}
@media (min-width: 1170px) {
  .index-top nav.fixednav {
    width: 100% !important;
    justify-content: left !important;
  }
}
.index-top nav a {
  font-size: 15px;
  font-weight: 700;
  height: 44px;
  margin: 0px 18px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.index-top nav a:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 8px;
  left: 0px;
  background-color: #282828;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  transition: width 0.1s, transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.index-top nav a:hover:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.index-top nav a.nav-logo:after {
  display: none;
}
@media (max-width: 768px) {
  .index-top nav .menu-item, .header .sb-nav {
    display: none;
  }
}
.index-top .container {
  display: flex;
  height: 100%;
  align-items: center;
}
.index-top__left {
  position: relative;
  z-index: 9;
  width: 40%;
}
@media (max-width: 768px) {
  .index-top__left {
    width: 100%;
    text-align: center;
  }
}
.index-top__left h1 {
  font-size: 4.44444em;
  font-weight: 700;
}
@media (min-width: 1170px) {
  .index-top__left h1 {
    margin: 85px 0px 47px 0px;
  }
}
@media (min-width: 991px) {
  .index-top__left h1 {
    margin: 10px 0px;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  .index-top__left h1 {
    margin: 65px 0px 0px 0px;
  }
}
@media (min-width: 991px) {
  .index-top__left p {
    width: 60%;
    margin-top:30px;
  }
}
@media (max-width: 990px) {
  .index-top__left a {
    display: none;
  }
}

.indexSec, .indexSec .container {
  display: flex;
}
@media (min-width: 769px) {
  .indexSec, .indexSec .container {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .indexSec, .indexSec .container {
    flex-direction: column;
  }
}

@media (min-width: 991px) {
  .indexSec {
    padding: 80px 0px;
  }
}
@media (max-width: 990px) {
  .indexSec {
    padding: 50px 0px;
  }
}
.indexSec__left, .indexSec__right {
  padding: 0px 15px;
}
@media (min-width: 991px) {
  .indexSec__left, .indexSec__right {
    width: 50%;
  }
}
@media (max-width: 990px) {
  .indexSec__left, .indexSec__right {
    width: 100%;
  }
}

@media (max-width: 990px) {
  .indexproduct .container {
    flex-direction: column !important;
  }
}
@media (max-width: 990px) {
  .indexproduct .indexSec__left {
    order: 2;
  }
}
.indexproduct .indexSec__left figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexproduct .indexSec__left figure img {
  opacity: 0;
  max-width: 0px;
  width:100%;
  margin: auto;
}
.indexproduct .indexSec__left figure img:first-child {
  opacity: 1;
  max-width: 100%;
}
@media (min-width: 991px) {
  .indexproduct__title {
    width: 60%;
  }
}
@media (max-width: 990px) {
  .indexproduct__title {
    width: 100%;
  }
}
.indexproduct p {
  float: left;
  padding: 30px 0px 15px 0px;
  border-bottom: 1px solid #969696;
}
@media (min-width: 991px) {
  .indexproduct p {
    width: 60%;
  }
}
@media (max-width: 990px) {
  .indexproduct p {
    width: 100%;
  }
}
.indexproduct p a {
  float: right;
  font-size: 16px;
  font-weight: 700;
  color: #FDC619;
  margin-top: 30px;
}
.indexproduct p span {
  float: left;
}
.indexproduct__thumbs {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row nowrap;
}
@media (min-width: 769px) {
  .indexproduct__thumbs {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .indexproduct__thumbs {
    margin-top: 30px;
  }
}
.indexproduct__thumbs .thumb {
  width: 33%;
  border: 1px solid #969696;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 769px) {
  .indexproduct__thumbs .thumb {
    margin: 0px 15px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .indexproduct__thumbs .thumb {
    margin: 0px 3px;
    padding: 3px;
  }
}
.indexproduct__thumbs .thumb:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #FDC619;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.indexproduct__thumbs .thumb:first-child {
  margin-left: 0px;
}
.indexproduct__thumbs .thumb:last-child {
  margin-right: 0px;
}
.indexproduct__thumbs .thumb:hover {
  border-color: #FDC619;
}
.indexproduct__thumbs .thumb:hover:after {
  opacity: 1;
}

.usage {
  background-image: url(../images/video-gorsel.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 580px;
}
@media (max-width: 768px) {
  .usage {
    display: flex;
    justify-content: center;
  }
}
.usage:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.usage .container {
  z-index: 2;
  align-items: center;
}
.usage__left figure {
  width: 50%;
  margin: auto;
}
.usage__left figure img {
  width: 100%;
}
@media (max-width: 768px) {
  .usage__left figure {
    display: none;
  }
}
@media (min-width: 769px) {
  .usage__right h2 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .usage__right h2 {
    font-size: 50px;
  }
}
.usage__right p {
  float: left;
  color: #ffffff;
}
@media (min-width: 769px) {
  .usage__right p {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .usage__right p {
    width: 100%;
  }
}
.usage__right p span {
  float: left;
}
.usage__right p a {
  float: left;
  margin-top: 30px;
  color: #ffffff;
}
.usage__right p a:after {
  background: url(../images/ok-sari.svg) no-repeat center center;
}

@media (min-width: 991px) {
  .faq {
    background: url(../images/araba.jpg) no-repeat right center;
    background-size: 50% auto;
  }
}
.faq .title-style a:after {
  background: url(../images/ok-sari.svg) no-repeat center center;
}
.faq__item {
  border-bottom: 1px solid #969696;
  padding: 15px 0px 20px 0px;
  float: left;
}
.faq__item .more {
  float: right;
  margin-top: 20px;
  font-weight: 700;
}
.faq__item .more:after {
  display: none;
}

.news {
  padding-top: 65px;
  margin-bottom: 80px;
  position: relative;
}
@media (min-width: 769px) {
  .news {
    height: 450px;
  }
}
.news .title-style {
  margin-bottom: 60px;
}
.news .title-style a:after {
  background: url(../images/ok.svg) no-repeat center center;
}
.news::before, .news::after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
}
.news::before {
  left: 0;
  background: url(../images/news-bg.png) no-repeat right top/cover;
  z-index: -1;
}
@media (min-width: 769px) {
  .news::before {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .news::before {
    width: 65%;
  }
}
.news::after {
  width: 100%;
  background-color: #FDC619;
  right: 0;
  z-index: -2;
}
.news__wrp {
  display: flex;
  z-index: 2;
}
@media (min-width: 769px) {
  .news__wrp {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .news__wrp {
    flex-direction: column;
  }
}
.news__item {
  height: 197px;
}
@media (min-width: 769px) {
  .news__item {
    padding: 0px 15px;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .news__item {
    padding: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 544px) {
  .news__item {
    height: 290px;
  }
}
.news__item:first-child {
  padding-left: 0px;
}
.news__item:last-child {
  padding-right: 0px;
}
.news__item a {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
}
.news__item a figure, .news__item a .item__content {
  display: block;
  float: left;
}
@media (min-width: 769px) {
  .news__item a figure, .news__item a .item__content {
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .news__item a figure, .news__item a .item__content {
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 544px) {
  .news__item a figure, .news__item a .item__content {
    width: 100%;
  }
}
.news__item a figure {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 544px) {
  .news__item a figure {
    height: 40%;
  }
}
.news__item a .item__content {
  background: #efefee;
  padding: 15px;
  position: relative;
  border: 1px solid #f0f0ef;
}
@media (max-width: 544px) {
  .news__item a .item__content {
    height: 60%;
  }
}
.news__item a .item__content b {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.news__item a .item__content strong {
  position: absolute;
  right: 15px;
  bottom: 20px;
}
.news__item a .item__content strong:after {
  background: url(../images/ok.svg) no-repeat center center;
}
.news__item a:hover .item__content {
  background: #fff;
}
.news__item a:hover .item__content strong {
  color: #FDC619;
}
.news__item a:hover .item__content strong:after {
  background: url(../images/ok-sari.svg) no-repeat center center;
}

.more {
  display: flex;
  height: 48px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #282828;
}
.more:after {
  content: '';
  width: 17px;
  height: 27px;
  display: block;
  float: right;
  margin-left: 5px;
  background-size: cover;
}

.newspage .title-style {
  margin-bottom: 50px;
}
.newspage .title-style .more:after {
  background: url(../images/ok.svg) no-repeat center center;
}
.newspage .news__wrp {
  margin-bottom: 50px;
}
.newspage .news__wrp figure {
  display: flex;
  justify-content: center;
}
.newspage .news__item {
  margin-bottom: 20px;
}
.newspage .subtitle {
  margin-top: 20px;
}

.pagefaq {
  background-image: none;
}
@media (min-width: 769px) {
  .pagefaq {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .pagefaq {
    margin-bottom: 50px;
  }
}
.pagefaq .faq__item {
  width: 100%;
}
.pagefaq .faq__item a.openText {
  width: 17px;
  height: 27px;
  float: right;
  background: url(../images/ok-sari.svg) no-repeat center center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagefaq .faq__item a.openText.active {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.pagefaq .faq__item .text-wrp {
  max-height: 0px;
  padding-right: 30px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagefaq .faq__item .text-wrp.active {
  max-height: 250px;
}

.pageusage__line {
  display: flex;
  padding: 30px 0px;
  border-bottom: 1px solid #969696;
}
@media (min-width: 769px) {
  .pageusage__line {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .pageusage__line {
    flex-direction: column;
  }
}
.pageusage__line figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .pageusage__line figure {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .pageusage__line figure {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pageusage__line figure {
    order: 1;
  }
}
.pageusage__content {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .pageusage__content {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .pageusage__content {
    width: 100%;
  }
}
.pageusage__content span {
  display: block;
}
.pageusage__content span strong {
  color: #FDC619;
}
.pageusage__content b {
  display: flex;
  width: 67px;
  height: 67px;
  background: #FDC619;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 2.22222em;
  margin-bottom: 30px;
}
.pageusage__content .apdf {
  display: flex;
  align-items: center;
  height: 44px;
  width: 130px;
  margin-top: 70px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pageusage__content .apdf:after {
  content: '';
  width: 34px;
  height: 44px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../images/pdf.svg) no-repeat center center/cover;
  margin-left: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pageusage__content .apdf:hover {
  color: #FDC619;
}
.pageusage__content .apdf:hover:after {
  background: url(../images/pdf_hover.svg) no-repeat center center/cover;
}
.pageusage__warn {
  background: #efefee;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .pageusage__warn {
    width: 100%;
  }
}
.pageusage__warn .container {
  display: flex;
  flex-direction: row;
}
.pageusage__warn .container div {
  padding: 50px 0px;
}
.pageusage__warn:hover {
  background: #FDC619;
}
.pageusage__warn:hover .pageusage__sign {
  background: url(../images/dikkat_hover.svg) no-repeat center center #fff;
  background-size: 80%;
}
.pageusage__warn:hover .warn-cont span strong, .pageusage__warn:hover .warn-cont .usage-style {
  color: #282828;
}
.pageusage__sign {
  background: url(../images/dikkat.svg) no-repeat center center #FDC619;
  background-size: 80%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .pageusage__sign {
    display: none;
  }
}
@media (min-width: 769px) {
  .pageusage .warn-cont {
    padding-left: 30px !important;
  }
}
.pageusage .warn-cont span {
  display: block;
}
.pageusage .warn-cont span strong {
  color: #FDC619;
}

@media (min-width: 769px) {
  .pageusage__line:nth-child(2n+1) figure {
    order: 2;
  }
}

.no-border {
  border: none;
}

.no-marg {
  margin: 0px !important;
}

.usage-style {
  font-size: 1.38889em;
  margin-top: 40px;
}

.pageproduct__view {
  display: flex;
  flex-direction: row;
}
@media (max-width: 990px) {
  .pageproduct__view {
    flex-direction: column !important;
  }
}
.pageproduct__view p {
  margin-top: 50px;
}
@media (max-width: 990px) {
  .pageproduct__view p {
    margin-top: 20px !important;
  }
}
.pageproduct__view figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageproduct__view figure img {
  opacity: 0;
  max-width: 0px;
  margin: auto;
}
.pageproduct__view figure img:first-child {
  opacity: 1;
  max-width: 100%;
}
.pageproduct__why {
  background: #efefee;
  padding: 30px 0px;
  margin-top: 40px;
}
.pageproduct__technic {
  display: flex;
  margin: 45px 0px;
}
@media (max-width: 768px) {
  .pageproduct__technic {
    flex-direction: column;
  }
}
.pageproduct__technic .usage-style {
  font-size: 1em;
}
.pageproduct__technic .tech-det p {
  display: block;
  margin-bottom: 30px;
}
.pageproduct__technic .tech-det span {
  display: block;
}
.pageproduct .product-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 544px) {
  .pageproduct .product-container {
    flex-direction: row;
  }
}
.pageproduct__reasons {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 544px) {
  .pageproduct__reasons {
    flex-direction: column;
    width: 50%;
  }
}
.pageproduct__reasons .group {
  width: 25%;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 20px;
}
@media (max-width: 544px) {
  .pageproduct__reasons .group {
    width: 100% !important;
    justify-content: center;
  }
}
.pageproduct__reasons img {
  width: 100%;
}
@media (min-width: 769px) {
  .pageproduct__reasons .arrow-spc {
    width: 33%;
    padding: 0px 6%;
  }
}
@media (max-width: 768px) {
  .pageproduct__reasons .arrow-spc {
    width: 35px;
  }
}
@media (min-width: 769px) {
  .pageproduct__reasons .fig-spc {
    width: 66%;
    padding: 0px 6%;
  }
}
@media (max-width: 768px) {
  .pageproduct__reasons .fig-spc {
    width: 85px;
  }
}
.pageproduct__reasons figure {
  padding: 23%;
  border-radius: 50%;
  background-color: #FDC619;
  position: relative;
}
@media (min-width: 769px) {
  .pageproduct__reasons figure {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pageproduct__reasons figure {
    width: 85px;
    height: 85px;
  }
}
.pageproduct__reasons figure figcaption {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  padding: 27px;
  color: #282828;
  font-size: 0.83333em;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pageproduct__reasons figure img {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pageproduct__reasons figure:hover > img {
  opacity: 0;
}
.pageproduct__reasons figure:hover > figcaption {
  opacity: 1;
}

.technic-detail {
  margin-top: 60px;
}
.technic-detail p a {
  color: #0080c9;
  text-decoration: underline;
}

.pagecontact .title-style {
  margin-bottom: 30px;
}
.pagecontact__info {
  display: flex;
  font-size: 0.88889em;
}
@media (max-width: 544px) {
  .pagecontact__info {
    flex-direction: column;
  }
}
.pagecontact__info p {
  display: block;
  margin-bottom: 20px;
}
.pagecontact__info p img {
  margin-right: 20px;
}
.pagecontact__info p b small {
  font-size: 0.88889em;
  font-weight: 400;
}
@media (max-width: 544px) {
  .pagecontact__info .info, .pagecontact__info .form {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .pagecontact__info .info, .pagecontact__info .form {
    width: 50%;
  }
}

#map {
  margin-top: 60px;
}

footer {
  width: 100%;
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  background: url(../images/footer.jpg) no-repeat center center/cover;
}
footer::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
footer .foo-container {
  width: 100%;
  position: relative;
  z-index: 1;
}

.foo {
  display: flex;
  align-items: flex-end;
}
.foo__left, .foo__right {
  width: 50%;
  display: flex;
}
.foo__left {
  height: 90%;
}
@media (max-width: 768px) {
  .foo__left {
    width: 100%;
  }
}
.foo__left .links, .foo__left .foo-nav {
  display: flex;
  width: 50%;
  flex-direction: column;
}
.foo__left .links {
  justify-content: center;
  align-items: left;
}
.foo__left .links .foo-logo {
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) and (max-width: 990px) {
  .foo__left .links .foo-logo img {
    width: 90%;
  }
}
.foo__left .foo-nav {
  padding-left: 20px;
  font-weight: 700;
  color: #FDC619;
  border-left: 1px solid #FDC619;
  justify-content: space-between;
}
@media (max-width: 544px) {
  .foo__left .foo-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .foo__right {
    display: none;
  }
}
.foo__right .foo-contact {
  width: 100%;
}
.foo__right .foo-contact p {
  text-align: right;
  color: #fff;
  margin-bottom: 10px;
  font-size: 0.88889em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.foo__right .foo-contact p b {
  font-weight: 400;
  margin-right: 10px;
  float: right;
}
.foo__right .foo-contact p img {
  float: right;
}
.foo__right .foo-contact p small {
  font-size: 0.88889em;
}
.foo__right .foo-contact p .contactlink {
  border: 1px solid #FDC619;
  padding: 12px 30px;
  font-size: 0.88889em;
  margin-left: 15px;
}
.foo__right .foo-contact p:last-child {
  margin-top: 20px;
}

.act {
  float: right;
  color: #969696;
  font-size: 0.77778em;
  margin-top: 30px;
}
.mrk{
  font-size:20px !important;
  color:#fff;
}
.arikan-link{
  display:flex;
  flex-direction:column;
}
@media (max-width:768px){
  .first-fig{
    display:none !important;
  }
  .video{
    height:230px;
  }
}
@media (min-width:768px){
  .first-fig{
    padding:50px;
  }
  .video{
    height:100%;
  }
}
.lang-container{position: relative;}
.lang-wrp{
  position:absolute;
  right:130px;
  top:10px;
  z-index: 99;
}
.lang-wrp a{
  width:30px;
  height:30px;
  font-size:15px;
  color:#282828;
  font-weight: 700;
  margin-right:10px;
}
.lang-link{
  height:30px;
  width:30px;
  text-align:center;
  justify-content: center;
  margin-right:10px !important;
}
.lang-link:hover,.lang-link.active{
  background:#282828;
  color:#fff;
}
.lang-link:hover:after,.lang-link.active:after{
  display:none !important;
}
.lang-link.en{
  margin-left:0px !important;
}