html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background-color: #FFF;
  font-family: "Roboto", sans-serif;
}

main {
  width: 100%;
}

h1 {
  font-size: 24px;
  line-height: normal;
  font-weight: bold;
}

h2 {
  font-size: 24px;
  line-height: normal;
  color: #1D2736;
}

h3 {
  font-size: 18px;
  line-height: normal;
  color: #1D2736;
}

p {
  font-size: 16px;
  color: #1D2736;
  line-height: 24px;
}

.m-50 {
  margin: 50px 0;
}
@media only screen and (max-width: 992px) {
  .m-50 {
    margin: 15px 0;
  }
}

.link-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: transparent;
}
.link-wrapper:hover {
  color: transparent !important;
}

.paragraph ul,
.paragraph ol,
.technical ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.paragraph ul li,
.paragraph ol li,
.technical ul li {
  text-indent: -15px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #1D2736;
}
.paragraph ul li:before,
.paragraph ol li:before,
.technical ul li:before {
  display: inline-block !important;
  font-family: "kale-icons";
  content: "\e934";
  font-size: 16px;
  padding: 3px;
  color: #EB1F25;
  margin-right: 10px;
  position: relative;
  top: 0px;
}

.task-menu {
  display: flex;
  padding-left: 0;
  border-bottom: 1px solid #e8e8e8;
}
.task-menu li {
  list-style-type: none;
  padding: 6px 10px;
}
.task-menu li a {
  position: relative;
  padding: 5px 0;
}
.task-menu li a.is-active {
  color: #5E5E63;
  border-bottom: 2px solid #5E5E63;
}

a {
  color: #EB1F25;
  text-decoration: none;
  transition: 0.5s ease-out all;
}
a:hover, a:focus {
  color: #5E5E63;
}

.btn-red-arrow {
  background: #EB1F25;
  border-radius: 5px;
  padding: 12px 70px 12px 20px;
  transition: 0.5s all;
  color: #fff;
  position: relative;
  display: inline-block;
}
@media (max-width: 993px) {
  .btn-red-arrow {
    padding: 12px 70px 12px 20px;
  }
}
.btn-red-arrow:before {
  font-family: "Flaticon" !important;
  content: "\f102";
  position: absolute;
  transform: rotate(270deg);
  color: #fff;
  font-size: 25px;
  float: right;
  right: 30px;
  transition: 0.5s all;
}
.btn-red-arrow:hover:before {
  transition: 0.5s all;
  color: #fff;
  right: 15px;
}
.btn-red-arrow:hover, .btn-red-arrow:focus {
  background: #b6070d;
  color: #fff;
}

.list-all, .read-more {
  padding: 15px 75px 15px 45px;
  background: white;
  border-radius: 5px;
  position: relative;
  align-items: center;
  font-size: 14px;
  color: #1D2736;
  cursor: pointer;
}
.list-all:after, .read-more:after {
  color: #929292;
  font-family: kale-icons;
  content: "\e922";
  position: absolute;
  right: 0;
  font-size: 10px;
  padding: 10px;
  top: 7px;
  border-left: 1px solid;
  transition: 0.5s ease-out all;
}
.list-all:hover, .read-more:hover {
  background: #CE1016;
  color: white;
}
.list-all:hover:after, .read-more:hover:after {
  color: white;
}

.read-more {
  border: 1px solid #C8C8C8;
}
.read-more:after {
  content: "\e911";
}

.kale-button {
  padding: 15px 30px;
  background: #CE1016;
  position: relative;
  color: white !important;
  background-image: url(/themes/custom/kk/images/corner.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  margin: 0px 5px 5px 0px;
  display: block;
  min-width: 205px;
}
@media only screen and (max-width: 992px) {
  .kale-button {
    padding: 15px 50px 15px 30px;
  }
}

.form-button, .form-submit {
  background: #CE1016;
  padding: 15px 65px 15px 50px;
  color: white !important;
  border: 0;
  border-radius: 5px;
  font-weight: 300;
}

.wiew-header .rota-olustur {
  text-align: center;
  display: flex;
  justify-content: center;
}
.wiew-header .rota-olustur a {
  padding: 15px 100px;
  background: #CE1016;
  color: white !important;
  position: absolute;
  top: 300px;
  bottom: inherit;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xlg,
.col-xlg-auto, .col-xlg-12, .col-xlg-11, .col-xlg-10, .col-xlg-9, .col-xlg-8, .col-xlg-7, .col-xlg-6, .col-xlg-5, .col-xlg-4, .col-xlg-3, .col-xlg-2, .col-xlg-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .col-xlg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xlg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xlg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xlg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xlg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xlg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xlg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xlg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xlg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xlg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xlg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xlg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xlg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xlg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-table {
  display: table;
}

.d-table-row {
  display: table-row;
}

.d-table-cell {
  display: table-cell;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1440px) {
  .d-xlg-none {
    display: none;
  }
  .d-xlg-inline {
    display: inline;
  }
  .d-xlg-inline-block {
    display: inline-block;
  }
  .d-xlg-block {
    display: block;
  }
  .d-xlg-table {
    display: table;
  }
  .d-xlg-table-row {
    display: table-row;
  }
  .d-xlg-table-cell {
    display: table-cell;
  }
  .d-xlg-flex {
    display: flex;
  }
  .d-xlg-inline-flex {
    display: inline-flex;
  }
}
@media print {
  .d-print-none {
    display: none;
  }
  .d-print-inline {
    display: inline;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .d-print-block {
    display: block;
  }
  .d-print-table {
    display: table;
  }
  .d-print-table-row {
    display: table-row;
  }
  .d-print-table-cell {
    display: table-cell;
  }
  .d-print-flex {
    display: flex;
  }
  .d-print-inline-flex {
    display: inline-flex;
  }
}
input[type=checkbox],
input[type=radio] {
  position: relative;
  cursor: pointer;
  outline: 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #6c757d;
  padding-left: 25px;
  -webkit-box-decoration-break: clone;
}

input[type=checkbox]:before,
input[type=radio]:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  border: 1px solid #989898;
  border-radius: 5px;
  background-color: white;
}

input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
  content: "";
  display: block;
  width: 12px;
  height: 23px;
  border: solid #CE1016;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  left: 10px;
  color: #CE1016;
}

.form-text,
.form-date,
.form-time,
.form-email,
.form-tel,
.form-number,
.form-search,
.form-select {
  outline: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 13px 50px 13px 13px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-text,
  .form-date,
  .form-time,
  .form-email,
  .form-tel,
  .form-number,
  .form-search,
  .form-select {
    transition: none;
  }
}
.form-text::-ms-expand,
.form-date::-ms-expand,
.form-time::-ms-expand,
.form-email::-ms-expand,
.form-tel::-ms-expand,
.form-number::-ms-expand,
.form-search::-ms-expand,
.form-select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-text:focus,
.form-date:focus,
.form-time:focus,
.form-email:focus,
.form-tel:focus,
.form-number:focus,
.form-search:focus,
.form-select:focus {
  color: #495057;
  outline: 0;
}
.form-text::placeholder,
.form-date::placeholder,
.form-time::placeholder,
.form-email::placeholder,
.form-tel::placeholder,
.form-number::placeholder,
.form-search::placeholder,
.form-select::placeholder {
  color: #6c757d;
  opacity: 1;
  font-weight: 300;
}
.form-text:disabled, .form-text[readonly],
.form-date:disabled,
.form-date[readonly],
.form-time:disabled,
.form-time[readonly],
.form-email:disabled,
.form-email[readonly],
.form-tel:disabled,
.form-tel[readonly],
.form-number:disabled,
.form-number[readonly],
.form-search:disabled,
.form-search[readonly],
.form-select:disabled,
.form-select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-textarea {
  outline: none;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-textarea {
    transition: none;
  }
}
.form-textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-textarea:focus {
  color: #495057;
  outline: 0;
}
.form-textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-textarea:disabled, .form-textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-select {
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
  -webkit-appearance: none;
  background-position-x: calc(100% - 15px);
}
select.form-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-file {
  display: block;
  width: 100%;
}

select.form-select[size], select.form-select[multiple] {
  height: auto;
}

.form-text {
  display: block;
}

.form-type-checkbox {
  position: relative;
  padding-left: 1.25rem;
  display: flex;
  align-items: center;
}
.form-type-checkbox label {
  margin-bottom: 0;
}
.form-type-checkbox .form-checkbox {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
  height: 30px;
}
.form-type-checkbox .form-checkbox[disabled] ~ .form-check-label {
  color: #6c757d;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: color-yiq(#28a745);
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-text:valid, .form-text.is-valid,
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='#28a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"), "#", "%23");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-text:valid:focus, .form-text.is-valid:focus,
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-text:valid ~ .valid-feedback,
.was-validated .form-text:valid ~ .valid-tooltip, .form-text.is-valid ~ .valid-feedback,
.form-text.is-valid ~ .valid-tooltip,
.was-validated .form-select:valid ~ .valid-feedback,
.was-validated .form-select:valid ~ .valid-tooltip,
.form-select.is-valid ~ .valid-feedback,
.form-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-file:valid ~ .valid-feedback,
.was-validated .form-file:valid ~ .valid-tooltip, .form-file.is-valid ~ .valid-feedback,
.form-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-checkbox:valid ~ .form-check-label, .form-checkbox.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-checkbox:valid ~ .valid-feedback,
.was-validated .form-checkbox:valid ~ .valid-tooltip, .form-checkbox.is-valid ~ .valid-feedback,
.form-checkbox.is-valid ~ .valid-tooltip {
  display: block;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: color-yiq(#dc3545);
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-text:invalid, .form-text.is-invalid,
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='#dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"), "#", "%23");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-text:invalid:focus, .form-text.is-invalid:focus,
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-text:invalid ~ .invalid-feedback,
.was-validated .form-text:invalid ~ .invalid-tooltip, .form-text.is-invalid ~ .invalid-feedback,
.form-text.is-invalid ~ .invalid-tooltip,
.was-validated .form-select:invalid ~ .invalid-feedback,
.was-validated .form-select:invalid ~ .invalid-tooltip,
.form-select.is-invalid ~ .invalid-feedback,
.form-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-file:invalid ~ .invalid-feedback,
.was-validated .form-file:invalid ~ .invalid-tooltip, .form-file.is-invalid ~ .invalid-feedback,
.form-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-checkbox:invalid ~ .form-check-label, .form-checkbox.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-checkbox:invalid ~ .invalid-feedback,
.was-validated .form-checkbox:invalid ~ .invalid-tooltip, .form-checkbox.is-invalid ~ .invalid-feedback,
.form-checkbox.is-invalid ~ .invalid-tooltip {
  display: block;
}

.webform-submission-_3-nisan-e-sergi-form .js-form-file {
  background-color: white;
  padding-top: 12px;
  min-width: 240px;
  width: 50%;
  height: 50px;
  text-indent: 14px;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  cursor: pointer;
  color: #6c757d;
  font-weight: 300;
}
.webform-submission-_3-nisan-e-sergi-form .form-required::after {
  filter: brightness(0.5);
  filter: hue-rotate(45deg);
}
.webform-submission-_3-nisan-e-sergi-form .js-webform-type-fieldset-lp {
  border: 1px solid white !important;
  color: white;
  margin-bottom: 22px;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: theme-color-level("primary", -9);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: theme-color-level("primary", -6);
}

.table-hover .table-primary:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: theme-color-level("secondary", -9);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: theme-color-level("secondary", -6);
}

.table-hover .table-secondary:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: theme-color-level("success", -9);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: theme-color-level("success", -6);
}

.table-hover .table-success:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: theme-color-level("info", -9);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: theme-color-level("info", -6);
}

.table-hover .table-info:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: theme-color-level("warning", -9);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: theme-color-level("warning", -6);
}

.table-hover .table-warning:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: theme-color-level("danger", -9);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: theme-color-level("danger", -6);
}

.table-hover .table-danger:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: theme-color-level("light", -9);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: theme-color-level("light", -6);
}

.table-hover .table-light:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: theme-color-level("dark", -9);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: theme-color-level("dark", -6);
}

.table-hover .table-dark:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 0) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 576px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 768px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 992px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1200px) {
  .table-responsive-xlg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xlg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1440px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
}

/*Table*/
table th {
  text-align: left;
  background: #f9fafb;
  border: 1px solid #dee2e6;
}
table tbody td {
  background: #fff;
  border: 1px solid #dee2e6;
}

@font-face {
  font-family: "kale-icons";
  src: url("../../fonts/kale-icons.eot?mrc9fm");
  src: url("../../fonts/kale-icons.eot?mrc9fm#iefix") format("embedded-opentype"), url("../../fonts/kale-icons.ttf?mrc9fm") format("truetype"), url("../../fonts/kale-icons.woff?mrc9fm") format("woff"), url("../../fonts/kale-icons.svg?mrc9fm#kale-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
  font-display: swap;
}
[class^=kale-icons-], [class*=" kale-icons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kale-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kale-icons-sertifika-silindir:before {
  content: "\e93c";
  color: #fff;
}

.kale-icons-sertifika-pencere:before {
  content: "\e93d";
  color: #fff;
}

.kale-icons-sertifika-kasa:before {
  content: "\e93e";
  color: #fff;
}

.kale-icons-sertifika-kilit:before {
  content: "\e93f";
  color: #fff;
}

.kale-icons-yetkili-servisler:before {
  content: "\e93a";
  color: #fff;
}

.kale-icons-sss:before {
  content: "\e93b";
  color: #fff;
}

.kale-icons-left-arrow:before {
  content: "\e900";
}

.kale-icons-22:before {
  content: "\e901";
  color: #fff;
}

.kale-icons-up:before {
  content: "\e929";
}

.kale-icons-right:before {
  content: "\e902";
}

.kale-icons-download:before {
  content: "\e903";
}

.kale-icons-download-right:before {
  content: "\e904";
}

.kale-icons-wp:before {
  content: "\e905";
}

.kale-icons-fax:before {
  content: "\e906";
}

.kale-icons-email:before {
  content: "\e907";
}

.kale-icons-call:before {
  content: "\e908";
}

.kale-icons-call-center:before {
  content: "\e909";
}

.kale-icons-pin:before {
  content: "\e90a";
}

.kale-icons-location:before {
  content: "\e90b";
}

.kale-icons-twitter-share:before {
  content: "\e90c";
  color: #949292;
}

.kale-icons-linkedin-share:before {
  content: "\e90d";
  color: #949292;
}

.kale-icons-facebook-share:before {
  content: "\e90e";
  color: #3d69be;
}

.kale-icons-share:before {
  content: "\e90f";
}

.kale-icons-9:before {
  content: "\e910";
  color: #fff;
}

.kale-icons-arrow-down:before {
  content: "\e911";
}

.kale-icons-clock:before {
  content: "\e912";
  color: #fff;
}

.kale-icons-box:before {
  content: "\e913";
}

.kale-icons-sistem:before {
  content: "\e914";
  color: #fff;
}

.kale-icons-kapi:before {
  content: "\e915";
  color: #fff;
}

.kale-icons-kasa:before {
  content: "\e916";
  color: #fff;
}

.kale-icons-kilit:before {
  content: "\e917";
  color: #fff;
}

.kale-icons-silindir:before {
  content: "\e918";
  color: #fff;
}

.kale-icons-youtube:before {
  content: "\e919";
}

.kale-icons-linkedin:before {
  content: "\e91a";
}

.kale-icons-instagram:before {
  content: "\e91b";
}

.kale-icons-facebook:before {
  content: "\e91c";
}

.kale-icons-113:before {
  content: "\e91d";
  color: #a6a6a6;
}

.kale-icons-icon2-1:before {
  content: "\e91f";
}

.kale-icons-icon1-2:before {
  content: "\e920";
}

.kale-icons-icon3-3:before {
  content: "\e921";
}

.kale-icons-right-arrow:before {
  content: "\e922";
}

.kale-icons-global-search:before {
  content: "\e923";
}

.kale-icons-Rectangle-28:before {
  content: "\e924";
}

.kale-icons-boxes:before {
  content: "\e925";
}

.kale-icons-phone:before {
  content: "\e926";
}

.kale-icons-search:before {
  content: "\e927";
}

.kale-icons-menu:before {
  content: "\e928";
}

.kale-icons-cross:before {
  content: "\ea0f";
}

.kale-icons-circle-right:before {
  content: "\ea42";
}

.kale-icons-mail:before {
  content: "\e900";
}

.kale-icons-phone-call:before {
  content: "\e901";
}

.kale-icons-address:before {
  content: "\e92e";
}

.kale-icons-twitter:before {
  content: "\e92f";
}

.kale-icons-market:before {
  content: "\e91e";
}

.kale-icons-bulten:before {
  content: "\e930";
}

.kale-icons-column:before {
  content: "\e931";
}

.kale-icons-row:before {
  content: "\e932";
}

.kale-icons-iletisim-mail:before {
  content: "\e933";
}

.kale-icons-check:before {
  content: "\e934";
}

.kale-icons-pdf:before {
  content: "\e935";
}

.icon-Group-5:before {
  content: "\e936";
  color: #fff;
}

.kale-icons-calendar:before {
  content: "\e937";
}

.kale-icons-whatsapp:before {
  content: "\e938";
}

.kale-icons-close:before {
  content: "\e939";
}

.webform-confirmation__message {
  padding: 20px;
  background: #CE1016;
  color: white;
  border-radius: 10px;
}

.page-taxonomy-categories .sidebar {
  transform: translateY(-35px);
}
.page-taxonomy-categories .layout-content .main-content {
  margin: 25px 0;
}
.page-taxonomy-categories .layout-content .main-content .region-content {
  margin: 0;
}

.webform-confirmation-modal .ui-dialog-titlebar {
  text-align: left;
  background: #1b1b1d;
}
.webform-confirmation-modal .webform-confirmation-modal--content {
  background: #fff;
  text-align: left;
}

html[lang=ar] {
  direction: ltr !important;
}
html[lang=ar] header, html[lang=ar] footer {
  direction: rtl !important;
}
html[lang=ar] footer .kale-icons-whatsapp {
  float: right;
}

html[lang=ar] .view-new-blog, html[lang=ar] .view-new-blog-2, html[lang=ar] .new-blog-wrapper,
html[lang=ru] .view-new-blog,
html[lang=ru] .view-new-blog-2,
html[lang=ru] .new-blog-wrapper,
html[lang=fr] .view-new-blog,
html[lang=fr] .view-new-blog-2,
html[lang=fr] .new-blog-wrapper {
  display: none;
}

body {
  background-color: #FFF;
}

main {
  padding-top: 92px;
}

.mfp-content {
  text-align: center !important;
}
@media screen and (max-width: 480px) {
  .mfp-content iframe {
    width: 75%;
  }
}

.paragraph img {
  width: 100%;
  height: auto;
  display: block;
}

.datetime {
  display: block;
  margin: 15px 0;
  color: #1D2736;
}
.datetime:before {
  font-family: "kale-icons";
  content: "\e937";
  color: #1D2736;
  padding-right: 10px;
}

.shs-field-container label {
  display: none;
}

.shs-widget-container {
  display: block;
}

.shs-processed {
  display: none;
}

.anasayfa-urun-kategorileri {
  width: 50%;
  margin: auto;
  padding: 50px 0;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .anasayfa-urun-kategorileri {
    width: 100%;
    padding: 15px 0;
  }
}

:-ms-lang(x), .e-bulten .bubbles {
  display: none !important;
}

.e-bulten {
  position: fixed;
  right: -75px;
  top: 66%;
  transform: rotate(-90deg);
  z-index: 5;
  width: 244px;
  height: 0;
}
@media screen and (max-width: 1300px) and (min-width: 993px) {
  .e-bulten {
    top: 70%;
    right: -66px;
  }
  .e-bulten a {
    font-size: 12px !important;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.e-bulten .bubbles {
  position: fixed;
  width: 80px;
  height: 80px;
  transform: translate(-80px, -54px);
}
.e-bulten .bubbles .bubble-1, .e-bulten .bubbles .bubble-2, .e-bulten .bubbles .bubble-3, .e-bulten .bubbles .bubble-4 {
  position: absolute;
  -webkit-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -moz-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -ms-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -webkit-animation: flash 3s infinite;
  -moz-animation: flash 3s infinite;
  -ms-animation: flash 3s infinite;
  animation: flash 3s infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
.e-bulten .bubbles .bubble-1 {
  top: 55px;
  left: 55px;
  width: 20px;
  height: 20px;
  background: #CE1016;
  border-radius: 50%;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
}
.e-bulten .bubbles .bubble-2 {
  top: 65px;
  left: 35px;
  width: 15px;
  height: 15px;
  background: #CE1016;
  border-radius: 50%;
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.66s;
  -ms-animation-delay: 0.66s;
  -moz-animation-delay: 0.66s;
}
.e-bulten .bubbles .bubble-3 {
  top: 75px;
  left: 20px;
  width: 10px;
  height: 10px;
  background: #CE1016;
  border-radius: 50%;
  -webkit-animation-delay: 0.33s;
  animation-delay: 0.33s;
  -ms-animation-delay: 0.33s;
  -moz-animation-delay: 0.33s;
}
.e-bulten .bubbles .bubble-4 {
  top: 85px;
  left: 7px;
  width: 8px;
  height: 8px;
  background: #CE1016;
  border-radius: 50%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
}
@media only screen and (max-width: 992px) {
  .e-bulten {
    display: none;
  }
}
.e-bulten a {
  padding: 15px 15px 15px 65px;
  border-radius: 10px;
  background: #CE1016;
  color: white;
  font-size: 14px;
  border: 1px solid transparent;
  position: absolute;
  white-space: nowrap;
}
.e-bulten a:hover {
  background: white;
  color: #CE1016;
  border-color: #CE1016;
}
.e-bulten i {
  font-size: 35px;
  position: absolute;
  left: 18px;
  transform: rotate(90deg);
}

html[lang=ar] .e-bulten {
  left: -9%;
}

.pwi-home .col-lg-6:last-child {
  display: none;
}
@media only screen and (max-width: 992px) {
  .pwi-home .col-lg-6:last-child {
    display: block;
  }
}

.product-images-wrapper .big-image {
  padding: 50px 0;
  text-align: center;
}
.product-images-wrapper .big-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .product-images-wrapper .big-image img {
    width: 100%;
    height: auto;
  }
}
.product-images-wrapper .thumb-image ul {
  display: flex;
  padding: 0;
  padding: 15px 0;
  overflow: hidden;
}
.product-images-wrapper .thumb-image ul:hover {
  overflow-x: scroll;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 993px) {
  .product-images-wrapper .thumb-image ul {
    justify-content: flex-start;
    -webkit-flex-flow: row wrap;
  }
}
.product-images-wrapper .thumb-image ul li {
  list-style-type: none;
  padding: 0 15px;
}
.product-images-wrapper .thumb-image ul .video {
  position: relative;
}
.product-images-wrapper .thumb-image img {
  transition: transform 0.5s ease;
  width: 100px;
  height: 100px;
  border: 2px solid gainsboro;
  padding: 5px;
  border-radius: 5px;
}
.product-images-wrapper .thumb-image img:hover {
  transform: scale(1.2);
  border: 2px solid #EB1F25;
}
.product-images-wrapper .contact-btn a {
  color: white;
  display: inline-block;
}
.product-images-wrapper .contact-btn a:before {
  font-family: "kale-icons";
  content: "\e933";
  position: relative;
  right: 10px;
  font-size: 20px;
}

.product-detail-wrapper {
  padding: 50px 0;
}
.product-detail-wrapper p {
  margin: 0;
  white-space: pre-wrap;
  text-overflow: ellipsis;
}
.product-detail-wrapper div .title {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: normal;
  color: #EB1F25;
  font-weight: 400;
}
.product-detail-wrapper div .title label {
  font-size: 18px;
  line-height: normal;
  color: #1D2736;
  font-weight: 600;
}
.product-detail-wrapper div #description {
  font-family: "Roboto", sans-serif !important;
  font-size: 17px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  color: #1D2736 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.product-detail-wrapper div #description .productTitle {
  display: none;
}
.product-detail-wrapper div .productDetail div,
.product-detail-wrapper div .productDetail p,
.product-detail-wrapper div .productDetail span {
  font-family: "Roboto", sans-serif !important;
  font-size: 17px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  color: #1D2736 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.product-detail-wrapper .product-features .view-content {
  text-align: left;
}
.product-detail-wrapper .product-features .view-content .text-center.item {
  display: inline-block;
  width: 24%;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 992px) {
  .product-detail-wrapper .product-features .view-content .text-center.item {
    width: 33%;
  }
}
.product-detail-wrapper .product-features .view-content .text-center.item img {
  width: 100%;
  height: auto;
}
.product-detail-wrapper .product-features .view-content .text-center.item .name {
  font-size: 11px;
  line-height: 13px;
  color: black;
  font-weight: 400;
  padding: 0 10px;
}
.product-detail-wrapper .d-flex.align-items-center {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .product-detail-wrapper .d-flex.align-items-center > div {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 992px) {
  .product-detail-wrapper .d-flex.align-items-center {
    display: inline !important;
  }
}
.product-detail-wrapper .d-flex.align-items-center a {
  padding: 15px 30px;
  color: white;
}
.product-detail-wrapper .d-flex.align-items-center .prg-download_link a:before {
  font-family: "kale-icons";
  content: "\e903";
  position: relative;
  right: 10px;
}
.product-detail-wrapper .d-flex.align-items-center .feature-item a:before {
  font-family: "kale-icons";
  content: "\e90a";
  position: relative;
  right: 10px;
}
.product-detail-wrapper .technical .title {
  font-size: 18px;
  line-height: normal;
  color: #1D2736;
  font-weight: 600;
  margin: 15px 0;
}
.product-detail-wrapper a {
  padding: 10px;
}
.product-detail-wrapper ul {
  overflow: hidden;
}
.product-detail-wrapper ul li {
  text-indent: -15px;
  padding-left: 30px;
  margin-bottom: 0;
  line-height: 24px;
}
.product-detail-wrapper ul li:before {
  display: none;
}

.similar-products-block {
  margin-top: 50px;
}
.similar-products-block .owl-carousel .owl-item .item {
  border: 1px solid rgba(163, 163, 163, 0.45);
  padding: 15px;
  min-height: 320px;
}
.similar-products-block .owl-carousel .owl-item .item .product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  padding-top: 10px;
  color: #1D2736;
}
.similar-products-block .owl-carousel .owl-item img {
  height: auto;
  width: 100%;
  display: block;
}
.similar-products-block .owl-carousel .owl-dots {
  text-align: center;
}
.similar-products-block .owl-carousel .owl-dots .owl-dot {
  outline: 0;
}
.similar-products-block .owl-carousel .owl-dots .active {
  padding: 10px;
  background: #CE1016;
}

.contact-wrapper i {
  color: #767676;
  font-size: 18px;
  padding-right: 15px;
}
.contact-wrapper h2 {
  font-size: 24px;
  color: #1D2736;
  line-height: normal;
}
.contact-wrapper a {
  color: #1D2736;
}
.contact-wrapper .contact-adress {
  display: flex;
}
.contact-wrapper .contact-adress i {
  position: relative;
  top: 3px;
}
.contact-wrapper .contact-adress p {
  margin: 0;
}
.contact-wrapper ul {
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #C0C0C0;
}
@media (min-width: 992px) {
  .contact-wrapper ul {
    column-count: 2;
  }
}
.contact-wrapper ul li {
  padding-left: 15px;
}
.contact-wrapper ul li:before {
  display: none !important;
}
.contact-wrapper .contact-fabrika, .contact-wrapper .contact-rusya, .contact-wrapper .contact-ingiltere {
  padding-bottom: 15px;
  border-bottom: 1px solid #C0C0C0;
}

.kale-button {
  display: flex;
  align-items: center;
}
.kale-button .kale-icons-box, .kale-button .kale-icons-boxes {
  font-size: 40px;
}
.kale-button .kale-icons-download, .kale-button .kale-icons-download-right {
  float: right;
  font-size: 25px;
  position: absolute;
  right: 15px;
}

.rota-olustur {
  text-align: center;
}
.rota-olustur a {
  padding: 15px 100px;
  background: #CE1016;
  color: white !important;
  position: relative;
  bottom: 100px;
}
.rota-olustur i {
  font-size: 25px;
  position: absolute;
  left: 15px;
  top: 10px;
}

.form-actions {
  display: inline-block;
  position: relative;
}
.form-actions:after {
  font-family: "kale-icons";
  content: "\e902";
  position: absolute;
  color: white;
  right: 0;
  padding: 17px;
  pointer-events: none;
}

.share-button {
  display: flex;
  align-items: center;
  font-weight: 300;
}
.share-button .kale-icons-share {
  font-size: 30px;
}
.share-button .line {
  width: 100px;
  border-top: 1px solid #949494;
  height: 0;
}
.share-button ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding-left: 15px;
}
.share-button ul i {
  font-size: 25px;
  padding-right: 10px;
}

.path-search .search-form {
  display: flex;
  background: #f9f9f9;
  padding: 50px;
}
@media only screen and (max-width: 992px) {
  .path-search .search-form {
    padding: 10px;
  }
}
.path-search .search-form .form-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .path-search .search-form .form-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.path-search .search-form .form-wrapper input#edit-keys {
  width: auto;
  display: inline;
  margin: 0;
  padding: 0 15px;
  height: 47px;
}
@media only screen and (max-width: 992px) {
  .path-search .search-form .form-submit {
    margin: 0;
  }
}
.path-search .search-advanced {
  display: none !important;
}
.path-search .item-list .search-results {
  padding-left: 0;
}
.path-search .item-list .search-results li {
  padding: 25px;
  border-radius: 5px;
  border: 2px solid #eeeeee;
  position: relative;
  margin: 15px 0;
}
.path-search .item-list .search-results li:hover {
  border: 2px solid #EB1F25;
  cursor: pointer;
}
.path-search .item-list .search-results li h3 a {
  color: #EB1F25;
  font-size: unset;
}
@media only screen and (max-width: 992px) {
  .path-search .pager__items {
    padding: 0;
  }
}

.yetkili-bayi-filter form, .block-views-exposed-filter-blockauthorized-service-dealer-russia-page-1 form {
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  background: white;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  text-align: center;
  padding: 15px;
}
.yetkili-bayi-filter form > div, .block-views-exposed-filter-blockauthorized-service-dealer-russia-page-1 form > div {
  display: flex;
  flex-direction: column;
}
.yetkili-bayi-filter form > div .form-checkboxes,
.yetkili-bayi-filter form > div .form-radios, .block-views-exposed-filter-blockauthorized-service-dealer-russia-page-1 form > div .form-checkboxes,
.block-views-exposed-filter-blockauthorized-service-dealer-russia-page-1 form > div .form-radios {
  display: flex;
  margin-bottom: 15px;
  padding-top: 5px;
  width: 100%;
  justify-content: space-between;
}
.yetkili-bayi-filter form > div .form-checkboxes input[type=checkbox] + label,
.yetkili-bayi-filter form > div .form-checkboxes input[type=radio] + label,
.yetkili-bayi-filter form > div .form-radios input[type=checkbox] + label,
.yetkili-bayi-filter form > div .form-radios input[type=radio] + label, .block-views-exposed-filter-blockauthorized-service-dealer-russia-page-1 form > div .form-checkboxes input[type=checkbox] + label,
.block-views-exposed-filter-blockauthorized-service-dealer-russia-page-1 form > div .form-checkboxes input[type=radio] + label,
.block-views-exposed-filter-blockauthorized-service-dealer-russia-page-1 form > div .form-radios input[type=checkbox] + label,
.block-views-exposed-filter-blockauthorized-service-dealer-russia-page-1 form > div .form-radios input[type=radio] + label {
  padding-left: 15px;
  font-size: 16px;
  color: black;
  font-weight: 500;
}
.yetkili-bayi-filter form > div .form-actions, .block-views-exposed-filter-blockauthorized-service-dealer-russia-page-1 form > div .form-actions {
  margin: 0;
}
.yetkili-bayi-filter form > div .form-actions input, .block-views-exposed-filter-blockauthorized-service-dealer-russia-page-1 form > div .form-actions input {
  width: 100%;
}
.yetkili-bayi-filter form > div .form-item, .block-views-exposed-filter-blockauthorized-service-dealer-russia-page-1 form > div .form-item {
  margin: 0;
}
.yetkili-bayi-filter form > div .form-select, .block-views-exposed-filter-blockauthorized-service-dealer-russia-page-1 form > div .form-select {
  margin-bottom: 10px;
}

.block-views-exposed-filter-blockauthorized-service-dealer-russia-page-1 form {
  margin-right: 0px !important;
}

.yetkili-bayi-wrapper.in-map {
  text-align: center;
  border-bottom: 0;
}
.yetkili-bayi-wrapper.in-map .yetkili-bayi-title {
  padding: 15px;
}

.yetkili-bayi-wrapper {
  min-height: 120px;
  margin-bottom: 10px;
  border-bottom: 1px solid #C6C6C6;
}
.yetkili-bayi-wrapper .yetkili-bayi-item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.yetkili-bayi-wrapper .yetkili-bayi-item .yetkili-bayi-logo {
  padding: 15px;
}
.yetkili-bayi-wrapper .yetkili-bayi-item .yetkili-bayi-content .yetkili-bayi-city {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 14px;
}
.yetkili-bayi-wrapper .yetkili-bayi-item .yetkili-bayi-content .yetkili-bayi-title {
  margin-top: 0;
}
.yetkili-bayi-wrapper .yetkili-bayi-item .yetkili-bayi-content i {
  padding-right: 10px;
  font-size: 14px;
}
.yetkili-bayi-wrapper .yetkili-bayi-item:hover {
  background: #F8F8F8;
  border-radius: 5px;
}

.yetkili-bayi-ek, .yetkili-bayi-detail-ek {
  margin: 30px 0;
  padding: 15px;
  padding-top: 0;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  height: 680px;
  overflow: scroll;
}

.yetkili-bayi-detail-ek {
  height: auto;
}
.yetkili-bayi-detail-ek .go-to-back {
  display: inline-block;
  font-size: 24px;
  line-height: normal;
  font-weight: 400;
}
.yetkili-bayi-detail-ek .go-to-back i {
  position: relative;
  padding-right: 30px !important;
}
.yetkili-bayi-detail-ek .go-to-back i:before {
  position: absolute;
  transform: rotate(180deg);
  color: #3E3E3E;
}
.yetkili-bayi-detail-ek .go-to-back:hover {
  cursor: pointer;
}
.yetkili-bayi-detail-ek .yetkili-bayi-wrapper {
  border-bottom: 0;
}
.yetkili-bayi-detail-ek .yetkili-bayi-wrapper .yetkili-bayi-item .yetkili-bayi-content .yetkili-bayi-title {
  margin-top: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
}
.yetkili-bayi-detail-ek .yetkili-bayi-wrapper .yetkili-bayi-item:hover {
  background: inherit;
  border-radius: inherit;
}
.yetkili-bayi-detail-ek .yetkili-bayi-wrapper i {
  padding: 0 15px;
  color: #CE1016;
}

.yetkili-bayi-birlikte-ac {
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid #C6C6C6;
}
.yetkili-bayi-birlikte-ac h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
}
.yetkili-bayi-birlikte-ac a {
  width: 65px !important;
  height: 60px !important;
  display: inline-flex;
  flex-direction: column;
  border-radius: 5px;
  padding: 12px;
  background: #CE1016;
  color: white;
  align-items: center;
  justify-content: center;
  margin: 15px;
  margin-left: 0;
}
.yetkili-bayi-birlikte-ac i {
  color: white !important;
  padding-right: 0;
}
.yetkili-bayi-birlikte-ac span {
  padding-top: 10px;
}

.rota-olustur {
  text-align: center;
  display: flex;
  justify-content: center;
}
.rota-olustur a {
  padding: 15px 100px;
  background: #CE1016;
  color: white !important;
  position: absolute;
  top: 300px;
  bottom: inherit;
}

#backtotop {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
}

.hakkimizda-page .region-content {
  margin: 25px 0;
}

.views-field.views-field-field-kale-in-press-date {
  width: 120px;
}

form .form-item-telefon .description {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #6c757d;
  padding: 5px;
  -webkit-box-decoration-break: clone;
}

.page-node-type-landing-page .node__content {
  overflow-x: hidden;
  position: relative;
}

.landing-page .shs-widget-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.landing-page .form-to-go {
  display: none;
}
@media screen and (max-width: 992px) {
  .landing-page .form-to-go {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    left: 0;
    display: block;
  }
  .landing-page .form-to-go a {
    outline: 0;
  }
  .landing-page .form-to-go img {
    width: 50px;
  }
}
.landing-page .paragraph {
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  .landing-page {
    padding-bottom: 200px;
  }
}
.landing-page .mobile-header-form {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .landing-page .mobile-header-form {
    display: none;
  }
}
.landing-page .mobile-header-form h2 {
  font-size: 25px;
  margin: 15px 0px;
  line-height: 30px;
}
.landing-page .mobile-header-form .black-text {
  font-size: 22px;
  color: #222;
}
.landing-page .landing-page-logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .landing-page .landing-page-logo img {
    width: 60%;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .landing-page > .col-lg-3 {
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .landing-page > .col-lg-9 {
    background: #fbfbfb;
    padding-right: 0;
    border-right: 3px solid #EB1F25;
  }
}
@media screen and (max-width: 992px) {
  .landing-page > .col-lg-9 {
    position: inherit;
  }
}

.landing-page-arrow-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.landing-page-arrow-wrapper img {
  width: 100px !important;
  height: auto !important;
  margin: auto;
}

.landing-page-title {
  text-align: center;
  color: #EB1F25;
}
@media screen and (max-width: 992px) {
  .landing-page-title {
    font-size: 30px;
    line-height: 32px;
  }
}

.landing-page-sub-title {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: #EB1F25;
}
@media screen and (max-width: 992px) {
  .landing-page-sub-title {
    font-size: 20px;
    line-height: 24px;
  }
}

.landing-page-form #edit-kampanya-secenekler {
  border: 1px solid #c0c0c0;
  margin-bottom: 30px;
}
.landing-page-form #edit-kampanya-secenekler span {
  color: #fff;
}
.landing-page-form .form-type-checkbox {
  margin-bottom: 0 !important;
}
.landing-page-form .landing-form-top {
  text-align: center;
}
.landing-page-form .landing-form-top .black-text {
  font-size: 26px;
  color: #222;
}
.landing-page-form .landing-form-top h2 {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .landing-page-form {
    position: relative;
    width: 100%;
    top: 0;
    min-height: 100%;
    z-index: 4;
  }
}
@media screen and (max-width: 992px) {
  .landing-page-form {
    padding-top: 20px;
  }
}
.landing-page-form fieldset {
  border: 0;
}
.landing-page-form .webform-type-fieldset.form-wrapper {
  margin: 0;
  z-index: 5;
  background: white;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .landing-page-form .webform-type-fieldset.form-wrapper {
    padding-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .landing-page-form .webform-type-fieldset.form-wrapper {
    position: relative;
  }
}
.landing-page-form .webform-type-fieldset.form-wrapper p {
  font-size: 15px;
  line-height: 22px;
  color: #868686;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .landing-page-form .webform-type-fieldset.form-wrapper p br {
    display: none;
  }
}
.landing-page-form .webform-type-fieldset.form-wrapper input[type=checkbox]:checked + label:before {
  background-color: red;
  border-color: red;
  color: red;
}
.landing-page-form .form-text, .landing-page-form .form-date, .landing-page-form .form-time, .landing-page-form .form-email, .landing-page-form .form-number, .landing-page-form .form-select, .landing-page-form .form-tel, .landing-page-form .form-textarea {
  height: 50px;
  line-height: 25px;
}
.landing-page-form .form-item {
  margin-top: 0;
}
.landing-page-form .form-actions {
  margin-top: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.landing-page-form .form-actions .form-submit {
  padding: 15px;
  z-index: 0;
  background: #3ecf8e;
  width: 50%;
  position: relative;
  left: 0;
  margin: 0;
  border-radius: 10px;
  border: none;
  bottom: 50px;
}
@media screen and (max-width: 992px) {
  .landing-page-form .form-actions .form-submit {
    z-index: 1;
    width: 50%;
    border-radius: 10px;
    bottom: 50px;
  }
}
.landing-page-form .form-item-il {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.landing-page-form .shs-field-container {
  display: block !important;
}
.landing-page-form .shs-field-container .shs-widget-container {
  width: 100%;
  margin: 0;
}
.landing-page-form .shs-field-container .shs-widget-container:first-child {
  margin-bottom: 15px;
}

.landing-page-image {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .landing-page-image {
    display: none;
  }
}
.landing-page-image img {
  width: 100%;
  height: auto;
}

.landing-page-image-mobile {
  text-align: center;
  padding-top: 100px;
}
@media screen and (min-width: 992px) {
  .landing-page-image-mobile {
    display: none;
  }
}
.landing-page-image-mobile img {
  width: 100%;
  height: auto;
}

.landing-page-footer {
  background: #f5f5f5;
  height: 100px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .landing-page-footer {
    position: absolute;
    bottom: 0;
    height: 200px;
    left: 0;
    width: 100%;
  }
}
.landing-page-footer > .row {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .landing-page-footer > .row {
    height: 100%;
  }
}
.landing-page-footer > .row .col-lg-3 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .landing-page-footer > .row .col-lg-3 {
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .landing-page-footer > .row .col-lg-3 img {
    width: 100%;
    height: auto;
  }
}
.landing-page-footer > .row .col-lg-5 {
  text-align: center;
}
.landing-page-footer .hemenara-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-page-footer .hemenara-wrapper i {
  font-size: 45px;
}
.landing-page-footer .hemenara-wrapper .hemenara-right {
  text-align: center;
  padding-left: 15px;
}
.landing-page-footer .landing-page-social i {
  padding: 12px;
  margin: 1px;
  border-radius: 5px;
  color: black;
  background-color: white;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
  .landing-page-footer .landing-page-social i {
    padding: 6px;
  }
}
.landing-page-footer .landing-page-social i:before {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.landing-page-footer .landing-page-social i:hover {
  color: white;
}
.landing-page-footer .kale-icons-twitter:hover {
  transition: background-color 0.5s;
  background-color: #55acee;
}
.landing-page-footer .kale-icons-facebook:hover {
  transition: background-color 0.5s;
  background-color: #43619c;
}
.landing-page-footer .kale-icons-instagram:hover {
  transition: background-color 0.5s;
  background-color: #ff9800;
}
.landing-page-footer .kale-icons-youtube:hover {
  transition: background-color 0.5s;
  background-color: #e7181d;
}
.landing-page-footer .kale-icons-linkedin:hover {
  transition: background-color 0.5s;
  background-color: #187fb8;
}

.shs-container {
  width: 100%;
}

.shs-processed {
  display: none;
}

.shs-field-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .shs-field-container {
    flex-direction: column;
  }
}
.shs-field-container label {
  display: none;
}
.shs-field-container .shs-widget-container {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .shs-field-container .shs-widget-container {
    width: 100%;
  }
}
.shs-field-container .shs-widget-container:last-child {
  margin-left: 10px;
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .shs-field-container .shs-widget-container:last-child {
    margin-left: 0;
    margin-top: 15px;
  }
}
.shs-field-container .shs-widget-container:first-child {
  margin-right: 10px;
  margin-left: 0;
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .shs-field-container .shs-widget-container:first-child {
    margin-right: 0;
  }
}

.iti {
  width: 100%;
}

.iti__divider::before {
  display: none;
}

.webform-submission-iletisim-formu-ingilizce-form .form-item-yabaci-telefon {
  width: 49%;
  display: inline-block;
  padding: 0 5px 0 0;
  margin: 0;
}
.webform-submission-iletisim-formu-ingilizce-form .js-webform-select-other {
  width: 49%;
  display: inline-block;
  padding: 0 0 0 5px;
  margin: 0;
  float: right;
}
.webform-submission-iletisim-formu-ingilizce-form .form-type-email {
  margin-top: 0px;
}

.page-node-type-product .views-exposed-form {
  display: none !important;
}

.path-search-list .pager__item {
  border: 0 !important;
  padding: 5px !important;
}

.path-search-list .pager__item:first-child {
  border: 0 !important;
}

.path-search-list .pager__item:last-child {
  border: 0 !important;
}

.product-price {
  margin-top: 50px;
}
.product-price span {
  font-weight: 600;
  font-size: 26px;
  color: #1D2736;
}
.product-price label {
  font-size: 24px;
  color: #eb1f25;
  font-weight: 600;
  padding-right: 5px;
}

.webform-submission-urun-talep-formu-form {
  background-color: #FCFCFC;
  padding: 20px 24px;
  border: 1px solid rgba(176, 176, 176, 0.3);
}
.webform-submission-urun-talep-formu-form .form-submit {
  float: left;
}
.webform-submission-urun-talep-formu-form div#edit-markup h2 {
  line-height: 15px;
  font-weight: 600;
}
@media screen and (max-width: 320px) {
  .webform-submission-urun-talep-formu-form div#edit-markup h2 {
    font-size: 26px;
  }
}
.webform-submission-urun-talep-formu-form div#edit-markup p {
  color: #6D6D6D;
  margin-bottom: 40px;
}
.webform-submission-urun-talep-formu-form .form-type-checkbox {
  line-height: 22px;
}
.webform-submission-urun-talep-formu-form .form-item-e-posta {
  width: 50%;
  display: inline-block;
  padding: 0 0 0 5px;
}
.webform-submission-urun-talep-formu-form .form-item-telefon {
  width: 50%;
  display: inline-block;
  padding: 0 5px 0 0;
}
.webform-submission-urun-talep-formu-form .form-item-ilce {
  width: 50%;
  display: inline-block;
  padding: 0 0 0 5px;
}
.webform-submission-urun-talep-formu-form .form-item-il {
  width: 50%;
  display: inline-block;
  padding: 0 5px 0 0;
}

.collapse .webform-submission-urun-talep-formu-form {
  opacity: 0;
  display: none;
  transition: all 0.5s ease-in-out;
}

.collapse.show .webform-submission-urun-talep-formu-form {
  display: block;
  transition: 0.5s all;
  opacity: 1;
  height: 850px;
}
@media screen and (max-width: 768px) {
  .collapse.show .webform-submission-urun-talep-formu-form {
    height: 900px;
  }
}

.urun-talep-wrapper {
  margin: 60px 0px;
  display: none;
}
.urun-talep-wrapper button.btn-red-arrow {
  border-radius: 0;
  background: #CE1016;
  margin: 0 !important;
  border: none;
  padding: 15px 60px 15px 8px !important;
}
@media screen and (max-width: 320px) {
  .urun-talep-wrapper button.btn-red-arrow {
    padding: 15px 45px 15px 8px !important;
  }
}
.urun-talep-wrapper button.btn-red-arrow:after {
  content: "" !important;
}
@media screen and (max-width: 992px) {
  .urun-talep-wrapper button.btn-red-arrow {
    width: 100%;
  }
}
.urun-talep-wrapper .icons-arrow-bottom:before {
  position: absolute;
  top: 25px;
  right: 25px;
}

form .form-item-telefon .description {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #6c757d;
  padding: 5px;
  -webkit-box-decoration-break: clone;
}

.showroom-text {
  text-align: center;
}
.showroom-text h2 {
  color: #EB1F25;
}
.showroom-text .add-border-left {
  border-left: 3px solid #EB1F25;
  padding-left: 15px;
}
.showroom-text p {
  text-align: left;
}

.showroom-form form {
  padding: 15px;
  background: #F8F8F8;
  border: 1px solid #C0C0C0;
  border-radius: 5px;
}
.showroom-form form select {
  background: white !important;
}

.view-new-blog .list-all, .view-new-blog-2 .list-all {
  background: #EB1F25;
  margin-bottom: 30px;
  color: white;
}
.view-new-blog .list-all:after, .view-new-blog-2 .list-all:after {
  color: white;
}

@media screen and (min-width: 992px) {
  .page-node-type-landing-page-yt #block-hemenara {
    display: none !important;
  }
}
.page-node-type-landing-page-yt form .black-text, .page-node-type-landing-page-yt form h2 {
  color: white !important;
  margin-bottom: 30px;
}
.page-node-type-landing-page-yt form .form-type-tel {
  margin-bottom: 0;
}
.page-node-type-landing-page-yt form .form-type-checkbox .form-checkbox {
  top: 0;
}
.page-node-type-landing-page-yt form .form-item-telefon, .page-node-type-landing-page-yt form .form-item-e-mail {
  width: calc(50% - 5px);
  display: inline-block;
}
.page-node-type-landing-page-yt form .form-item-adsoyad {
  width: calc(50% - 5px);
  display: inline-block;
  float: right;
}
@media screen and (min-width: 992px) {
  .page-node-type-landing-page-yt form .form-item-il .shs-widget-container[data-shs-level="0"] {
    width: calc(50% - 5px) !important;
    display: inline-block;
  }
  .page-node-type-landing-page-yt form .form-item-il .shs-widget-container[data-shs-level="1"] {
    width: calc(50% - 5px) !important;
    display: inline-block;
    float: right;
  }
}
.page-node-type-landing-page-yt .landing-page-tel {
  font-size: 20px;
}
@media screen and (max-width: 993px) {
  .page-node-type-landing-page-yt .landing-page-tel {
    display: none;
  }
}
@media screen and (max-width: 993px) {
  .page-node-type-landing-page-yt .mobile-menu-container .navigation {
    top: 80px !important;
  }
}
.page-node-type-landing-page-yt .landing-page-form {
  background: #EB1F25;
}
.page-node-type-landing-page-yt .landing-page-form label {
  color: white;
  font-size: 14px;
  line-height: 20px;
}
.page-node-type-landing-page-yt .landing-page-form label a {
  color: white;
  text-decoration: underline;
}
.page-node-type-landing-page-yt .landing-page-form .form-type-checkbox {
  margin-bottom: 20px !important;
}
.page-node-type-landing-page-yt .landing-page-form .landing-form-top {
  text-align: left;
}
@media screen and (max-width: 993px) {
  .page-node-type-landing-page-yt .landing-page-form .landing-form-top {
    text-align: center;
  }
}
.page-node-type-landing-page-yt .landing-page-form .landing-form-top img {
  width: 100px;
  position: absolute;
  right: 40px;
  top: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .page-node-type-landing-page-yt .landing-page-form .landing-form-top img {
    right: 40px;
    width: 70px;
  }
}
@media screen and (max-width: 993px) {
  .page-node-type-landing-page-yt .landing-page-form .landing-form-top img {
    position: static;
  }
}
@media screen and (min-width: 992px) {
  .page-node-type-landing-page-yt .landing-page-form {
    position: relative;
    width: 100%;
    top: 0;
    min-height: 100%;
    z-index: 4;
  }
}
@media screen and (max-width: 992px) {
  .page-node-type-landing-page-yt .landing-page-form {
    padding-top: 20px;
  }
}
.page-node-type-landing-page-yt .landing-page-form fieldset {
  border: 0;
}
.page-node-type-landing-page-yt .landing-page-form .webform-type-fieldset.form-wrapper {
  margin: 0;
  z-index: 5;
  background: #EB1F25;
  padding: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .page-node-type-landing-page-yt .landing-page-form .webform-type-fieldset.form-wrapper {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .page-node-type-landing-page-yt .landing-page-form .webform-type-fieldset.form-wrapper {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .page-node-type-landing-page-yt .landing-page-form .webform-type-fieldset.form-wrapper {
    position: relative;
    padding-left: 50px;
    padding-top: 0;
  }
}
.page-node-type-landing-page-yt .landing-page-form .webform-type-fieldset.form-wrapper > .fieldset-wrapper {
  width: 100%;
}
@media screen and (max-width: 993px) {
  .page-node-type-landing-page-yt .landing-page-form .webform-type-fieldset.form-wrapper > .fieldset-wrapper {
    width: 100%;
  }
}
.page-node-type-landing-page-yt .landing-page-form .webform-type-fieldset.form-wrapper p {
  font-size: 17px;
  line-height: 24px;
  color: white;
}
.page-node-type-landing-page-yt .landing-page-form .webform-type-fieldset.form-wrapper input[type=checkbox]:checked + label:before {
  background-color: red;
  border-color: red;
  color: red;
}
.page-node-type-landing-page-yt .landing-page-form .webform-type-fieldset.form-wrapper .form-text, .page-node-type-landing-page-yt .landing-page-form .webform-type-fieldset.form-wrapper .form-date, .page-node-type-landing-page-yt .landing-page-form .webform-type-fieldset.form-wrapper .form-time, .page-node-type-landing-page-yt .landing-page-form .webform-type-fieldset.form-wrapper .form-email, .page-node-type-landing-page-yt .landing-page-form .webform-type-fieldset.form-wrapper .form-number, .page-node-type-landing-page-yt .landing-page-form .webform-type-fieldset.form-wrapper .form-select, .page-node-type-landing-page-yt .landing-page-form .webform-type-fieldset.form-wrapper .form-tel, .page-node-type-landing-page-yt .landing-page-form .webform-type-fieldset.form-wrapper .form-textarea {
  height: 40px;
  line-height: 14px;
  color: #6c757d;
}
.page-node-type-landing-page-yt .landing-page-form .webform-type-fieldset.form-wrapper .form-item {
  margin-top: 0;
}
.page-node-type-landing-page-yt .landing-page-form .form-item-telefon .description {
  color: white;
}
.page-node-type-landing-page-yt .landing-page-form .form-actions {
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
  justify-content: left;
  text-align: left;
}
.page-node-type-landing-page-yt .landing-page-form .form-actions .form-submit {
  padding: 15px;
  z-index: 0;
  background: white;
  color: #6c757d !important;
  width: 50%;
  position: relative;
  left: 40px;
  margin: 0;
  border-radius: 10px;
  border: none;
  bottom: 20px;
}
@media screen and (max-width: 992px) {
  .page-node-type-landing-page-yt .landing-page-form .form-actions .form-submit {
    z-index: 15;
    width: 50%;
    border-radius: 10px;
    bottom: 30px;
  }
}
.page-node-type-landing-page-yt .landing-page-form .form-actions:after {
  font-family: "kale-icons";
  content: "\e902";
  position: absolute;
  color: white;
  left: 48%;
  top: -20px;
  pointer-events: none;
  right: initial;
}
.page-node-type-landing-page-yt .landing-page-form .form-item-il {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.page-node-type-landing-page-yt .landing-page-form .shs-field-container {
  display: block !important;
}
.page-node-type-landing-page-yt .landing-page-form .shs-field-container .shs-widget-container {
  width: 100%;
  margin: 0;
  background: white;
  border-radius: 5px;
}
.page-node-type-landing-page-yt .landing-page-form .shs-field-container .shs-widget-container:first-child {
  margin-bottom: 0px;
}

.page-node-type-landing-page-yt .node__content {
  overflow-x: hidden;
  position: relative;
}
.page-node-type-landing-page-yt .node__content .landing-page {
  padding-top: 80px;
}
.page-node-type-landing-page-yt .node__content .landing-page > .col-lg-5 > div {
  height: 100%;
}
@media screen and (max-width: 993px) {
  .page-node-type-landing-page-yt .node__content .landing-page > .col-lg-5 {
    order: -1;
  }
}
.page-node-type-landing-page-yt .node__content .landing-page .webform-submission-kendi-kaleni-yarat-form .webform-progress .progress-marker:after {
  display: none;
}
.page-node-type-landing-page-yt .node__content .landing-page .form-to-go {
  display: none;
}
@media screen and (max-width: 992px) {
  .page-node-type-landing-page-yt .node__content .landing-page .form-to-go {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    left: 0;
    display: block;
  }
  .page-node-type-landing-page-yt .node__content .landing-page .form-to-go a {
    outline: 0;
  }
  .page-node-type-landing-page-yt .node__content .landing-page .form-to-go img {
    width: 50px;
  }
}
@media screen and (max-width: 992px) {
  .page-node-type-landing-page-yt .node__content .landing-page .kalealarm-tercih .col-md-6 {
    padding: 0;
  }
}
.page-node-type-landing-page-yt .node__content .landing-page .field__item > .paragraph {
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  .page-node-type-landing-page-yt .node__content .landing-page .field__item > .paragraph .landing-page-title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 992px) {
  .page-node-type-landing-page-yt .node__content .landing-page {
    padding-bottom: 200px;
  }
}
.page-node-type-landing-page-yt .node__content .landing-page .mobile-header-form {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page-node-type-landing-page-yt .node__content .landing-page .mobile-header-form {
    display: none;
  }
}
.page-node-type-landing-page-yt .node__content .landing-page .mobile-header-form h2 {
  font-size: 25px;
  margin: 15px 0px;
  line-height: 30px;
}
.page-node-type-landing-page-yt .node__content .landing-page .mobile-header-form .black-text {
  font-size: 22px;
  color: #222;
}
.page-node-type-landing-page-yt .node__content .landing-page .landing-page-logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .page-node-type-landing-page-yt .node__content .landing-page .landing-page-logo img {
    width: 60%;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .page-node-type-landing-page-yt .node__content .landing-page > .col-lg-3 {
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-node-type-landing-page-yt .node__content .landing-page > .col-lg-9 {
    background: #fbfbfb;
    padding-right: 0;
    border-right: 3px solid #EB1F25;
  }
}
@media screen and (max-width: 992px) {
  .page-node-type-landing-page-yt .node__content .landing-page > .col-lg-9 {
    position: inherit;
  }
}

.landing-page-arrow-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.landing-page-arrow-wrapper img {
  width: 100px !important;
  height: auto !important;
  margin: auto;
}

.landing-page-image {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .landing-page-image {
    display: none;
  }
}
.landing-page-image img {
  width: 100%;
  height: auto;
  display: block;
}

.landing-page-image-mobile {
  text-align: center;
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .landing-page-image-mobile {
    display: none;
  }
}
.landing-page-image-mobile img {
  width: 100%;
  height: auto;
}

.landing-page-footer {
  background: #f5f5f5;
  height: 100px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .landing-page-footer {
    position: absolute;
    bottom: 0;
    height: 200px;
    left: 0;
    width: 100%;
  }
}
.landing-page-footer > .row {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .landing-page-footer > .row {
    height: 100%;
  }
}
.landing-page-footer > .row .col-lg-3 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .landing-page-footer > .row .col-lg-3 {
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .landing-page-footer > .row .col-lg-3 img {
    width: 100%;
    height: auto;
  }
}
.landing-page-footer > .row .col-lg-5 {
  text-align: center;
}
.landing-page-footer .hemenara-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-page-footer .hemenara-wrapper i {
  font-size: 45px;
}
.landing-page-footer .hemenara-wrapper .hemenara-right {
  text-align: center;
  padding-left: 15px;
}
.landing-page-footer .landing-page-social i {
  padding: 12px;
  margin: 1px;
  border-radius: 5px;
  color: black;
  background-color: white;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
  .landing-page-footer .landing-page-social i {
    padding: 6px;
  }
}
.landing-page-footer .landing-page-social i:before {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.landing-page-footer .landing-page-social i:hover {
  color: white;
}
.landing-page-footer .socialicons-twitter:hover {
  transition: background-color 0.5s;
  background-color: #55acee;
}
.landing-page-footer .socialicons-facebook-logo:hover {
  transition: background-color 0.5s;
  background-color: #43619c;
}
.landing-page-footer .socialicons-instagram-logo:hover {
  transition: background-color 0.5s;
  background-color: #ff9800;
}
.landing-page-footer .socialicons-youtube-play-button:hover {
  transition: background-color 0.5s;
  background-color: #e7181d;
}
.landing-page-footer .socialicons-linkedin-logo:hover {
  transition: background-color 0.5s;
  background-color: #187fb8;
}

.ui-dialog-titlebar {
  color: #EB1F25;
}

.ui-dialog-titlebar, .webform-confirmation-modal--content {
  text-align: center;
  background: white !important;
}

.webform-submission-ses-kaydet-form-form #edit-cinsiyet-radios .form-item-cinsiyet-radios {
  display: flex;
}
.webform-submission-ses-kaydet-form-form #edit-cinsiyet-radios .form-item-cinsiyet-radios:last-child {
  display: none;
}
.webform-submission-ses-kaydet-form-form .js-form-item-ses-gonder .js-form-file,
.webform-submission-ses-kaydet-form-form .js-form-item-ses-gonder2 .js-form-file,
.webform-submission-ses-kaydet-form-form .js-form-item-ses-gonder3 .js-form-file,
.webform-submission-ses-kaydet-form-form .js-form-item-ses-gonder4 .js-form-file {
  background-color: white;
  padding-top: 12px;
  min-width: 240px;
  width: 50%;
  height: 50px;
  text-indent: 14px;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  cursor: pointer;
  color: #6c757d;
  font-weight: 300;
  margin: 10px 0;
}
.webform-submission-ses-kaydet-form-form .js-form-item-ses-gonder label,
.webform-submission-ses-kaydet-form-form .js-form-item-ses-gonder2 label,
.webform-submission-ses-kaydet-form-form .js-form-item-ses-gonder3 label,
.webform-submission-ses-kaydet-form-form .js-form-item-ses-gonder4 label {
  font-weight: bold;
}

html[lang=fr] main .block-views-exposed-filter-blocksearch-list-page-1 {
  display: none;
}

.view-authorized-service-dealer-russia-detail {
  height: auto;
}
.view-authorized-service-dealer-russia-detail i:not(.kale-icons-up) {
  padding: 0 15px;
  color: #CE1016;
}
.view-authorized-service-dealer-russia-detail .yetkili-bayi-birlikte-ac {
  padding-left: 14px;
}

.messages {
  margin: 16px 0px !important;
}

/*# sourceMappingURL=style.css.map */
