/*ortak_css*/
* {
  box-sizing: border-box;
  outline: 0px;
}

body {
  padding: 0px;
  margin: 0px;
  overflow-y: scroll;
  text-align: center;
}

::placeholder {
  color: #d1d1d1;
  opacity: 1;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #d1d1d1;
  font-weight: 400;
}

::-ms-input-placeholder {
  color: #d1d1d1;
  font-weight: 400;
}

a {
  cursor: pointer;
}

a:link {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p,
form {
  margin: 0px;
  padding: 0px;
}

button {
  cursor: pointer;
}

button,
select,
textarea,
input:not([type="checkbox"]),
textarea {
  font-family: inherit;
}

input[type="number"] {
  appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.sayfa_ikili_buyuk {
  width: 65%;
}

.sayfa_ikili_kucuk {
  width: 30%;
}

.sadece_SAYI {
  text-align: right !important;
}

.gorunmez {
  opacity: 0;
  position: absolute;
  left: -50000px;
}

.goster_mobil,
.goster_tablet,
.goster_laptop,
.gizle {
  display: none;
}

.img_cover_div {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.img_cover_div>a {
  height: 100%;
  width: 100%;
}

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

.site_sayfa_padding {
  padding: 25px 50px;
}

.sayfa_margin_genel {
  margin-top: 25px;
  margin-bottom: 25px;
}

.sayfa_padding_genel {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding_form {
  padding: 25px;
}

.padding_form_50 {
  padding: 50px;
}

.genel_div {
  float: left;
  clear: left;
  width: 100%;
  position: relative;
  min-height: 20px;
  text-align: left;
}

.duz_div {
  float: left;
  clear: left;
  width: 100%;
}

.inline_div {
  float: left;
  clear: left;
  width: 100%;
  text-align: center;
}

.inline_div>div {
  display: inline-block;
}

.sola_yasla {
  float: left !important;
}

.saga_yasla {
  float: right;
}

.saga_yasla_hep {
  float: right !important;
}

.sola_temizLE {
  float: left;
  clear: left;
}

.saga_temizLE {
  float: right;
  clear: right;
}

.div_golgele {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

.div_golgele_hafif {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.div_golge_border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.duz_cizgi {
  float: left;
  clear: left;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  margin: 10px 0px;
}

.duz_cizgi_2 {
  float: left;
  clear: left;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.cizgi_kesik {
  float: left;
  clear: left;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #e1e1e1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clearfix::after {
  content: "\A";
  visibility: hidden;
  display: block;
  height: 0px;
  clear: both;
}

.flex_ortala_kolon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.bos_satir_10 {
  height: 10px;
}

.bos_satir_20 {
  height: 20px;
}

.bos_satir_25 {
  height: 25px;
}

.bos_satir_50 {
  height: 50px;
}

[class*="bos_satir_"] {
  float: left;
  clear: both;
  width: 100%;
}

.kutuX_25 {
  width: 25%;
}

.kutuX_30 {
  width: 30%;
}

.kutuX_35 {
  width: 35%;
}

.kutuX_40 {
  width: 40%;
}

.kutuX_50 {
  width: 50%;
}

.kutuX_65 {
  width: 65%;
}

.kutuX_75 {
  width: 75%;
}

.kutuX_80 {
  width: 80%;
}

.renk_kirmizi {
  color: #f30 !important;
}

.renk_sari {
  color: #ffcc00 !important;
}

.renk_gri {
  color: #999999 !important;
}

.renk_beyaz {
  color: #ffffff !important;
}

.renk_yesil {
  color: #00cc33 !important;
}

.renk_turuncu {
  color: #f60 !important;
}

.renk_mavi {
  color: #06c !important;
}

.renk_gri_acik {
  color: #e1e1e1 !important;
}

.renk_siyah {
  color: #000 !important;
}

.renk_arka_beyaz {
  background-color: #ffffff !important;
}

.renk_arka_turuncu {
  background-color: #ff7f3e !important;
}

.renk_arka_kirmizi {
  background-color: #cf352e !important;
}

.renk_arka_turkuaz {
  background-color: #40e0d0 !important;
}

.renk_arka_lacivert {
  background-color: #07284a !important;
}

.renk_arka_mavi {
  background-color: #0158a3 !important;
}

.renk_arka_yesil {
  background-color: #50c878 !important;
}

.renk_arka_sari {
  background-color: #fdde6c !important;
}

.renk_arka_gri {
  background-color: #f3f3f3 !important;
}

.renk_arka_gri_acik {
  background-color: #e1e1e1 !important;
}

.renk_badge_mavi {
  background-color: #e2f3ff;
  color: #0d99ff;
}

.renk_badge_yesil {
  background-color: #d5f5e3;
  color: #2dcb73;
}

.renk_badge_turuncu {
  background-color: #fdf1db;
  color: #f6b749;
}

.renk_badge_sari {
  background-color: #fffbc1;
  color: #896c26;
}

.renk_badge_mor {
  background-color: #fbf1fe;
  color: #7a27ba;
}

.renk_badge_gri {
  background-color: #f0f0f0;
  color: #393a3e;
}

.renk_badge_kirmizi {
  background-color: #ffe2e2;
  color: #ff6c6c;
}


.blok_icin_aralik {
  margin-top: 25px;
}


.page_header_section {
  float: left;
  clear: left;
  width: 100%;

  text-align: left;

  display: grid;
  column-gap: 10px;
}

.page_header_section:nth-child(1) {
  grid-row: span 2 / span 2;
}

.page_header_section:nth-child(3) {
  grid-column-start: 2;
}

.page_header_section>:nth-child(1) {
  position: relative;

  color: #151515;
  font-size: 36px;
  font-weight: 700;
}

.page_header_section>:nth-child(1):before {
  position: absolute;
  top: -15px;
  width: 80px;
  height: 3px;
  content: "";
  background-color: #ff2122;
}

.page_header_section>:nth-child(2) {
  font-size: 18px;

  color: #575757;
  font-weight: 400;
}

.page_header_section>:nth-child(3) {
  text-align: right;
  color: #444;
  font-weight: 300;
  font-size: 13px;
  font-style: normal;

  grid-column: 2;
  grid-row: 1 / span 2;

  justify-self: right;
  align-self: center;
}

.page_header_section:has(> p) {
  grid-template-columns: 1fr 30%;
  grid-template-rows: auto auto;
}

.page_header_section:not(:has(> p)) {
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}







@<?=$GLOBALS["mobilCSS"]?> {
  .sayfa_padding_genel {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .padding_form_50 {
    padding: 50px 25px;
  }

  .padding_form {
    padding: 15px !important;
  }



  .page_header_section>:nth-child(1) {
    font-size: 18px !important;
  }

  .page_header_section>:nth-child(2) {
    font-size: 13px !important;
  }

  .page_header_section>:nth-child(3) {
    font-size: 12px !important;
    margin-top: 5px;
  }

  .page_header_section,
  .page_header_section:has(> p),
  .page_header_section:not(:has(> p)) {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .page_header_section>* {
    width: 100%;
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .page_header_section> :nth-child(3) {
    width: 100%;
    grid-column: 1 / -1;
    grid-row: auto;
    justify-self: stretch;
    align-self: auto;
    text-align: left;
  }

  .saga_yasla {
    float: left;
  }

  .sayfa_ikili_buyuk {
    width: 100%;
  }

  .sayfa_ikili_kucuk {
    width: 100%;
  }

  [class*="kutuX_"] {
    width: 100% !important;
  }
}

@<?=$GLOBALS["laptopCSS"]?> {
  .sayfa_padding_genel {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .page_header_section>:nth-child(1) {
    font-size: 24px !important;
  }

  .page_header_section>:nth-child(2) {
    font-size: 14px !important;
  }
}

.anim_yan_son_class {
  animation: anim_yan_son_key 1s linear infinite;
}

@keyframes anim_yan_son_key {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.anim_yaklas_uzaklas_class {
  animation: closenback_key 1.5s ease infinite;
}

@keyframes closenback_key {
  30% {
    transform: scale(1.2);
  }

  40%,
  60% {
    transform: rotate(-20deg) scale(1.2);
  }

  50% {
    transform: rotate(20deg) scale(1.2);
  }

  70% {
    transform: rotate(0deg) scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.anim_salla_class {
  animation: shake_key 0.5s ease infinite;
}

@keyframes shake_key {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.anim_biraz_titre_class {
  animation: gabarii 5s linear infinite;
}

@keyframes gabarii {

  0%,
  7% {
    transform: rotateZ(0);
  }

  15% {
    transform: rotateZ(-15deg);
  }

  20% {
    transform: rotateZ(10deg);
  }

  25% {
    transform: rotateZ(-10deg);
  }

  30% {
    transform: rotateZ(6deg);
  }

  35% {
    transform: rotateZ(-4deg);
  }

  40%,
  100% {
    transform: rotateZ(0);
  }
}

/*ortak_css*/