﻿/* font */
/* font */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearence: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.clearfix {
  clear: both;
  min-height: 0px;
  display: block;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.fln {
  float: none;
}
.tableAbs {
  display: table;
  position: absolute;
}
.table {
  display: table;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.dn {
  display: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.ovisible {
  overflow: visible;
}
.ohidden {
  overflow: hidden;
}
.pointer {
  cursor: pointer;
}
.fullw {
  width: 100%;
}
.fullh {
  height: 100%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.wh-100 {
  width: 100%;
  height: 100%;
}
.no-padding {
  padding: 0;
}
*:hover {
  text-decoration: none;
}
@font-face {
  font-family: 'gothamblack';
  src: url("../fonts/gothamblack.eot");
  src: url("../fonts/gothamblack.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamblack.woff") format("woff"), url("../fonts/gothamblack.ttf") format("truetype"), url("../fonts/gothamblack.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambold';
  src: url("../fonts/gothambold.eot");
  src: url("../fonts/gothambold.eot?#iefix") format("embedded-opentype"), url("../fonts/gothambold.woff") format("woff"), url("../fonts/gothambold.ttf") format("truetype"), url("../fonts/gothambold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambook';
  src: url("../fonts/gothambook.eot");
  src: url("../fonts/gothambook.eot?#iefix") format("embedded-opentype"), url("../fonts/gothambook.woff") format("woff"), url("../fonts/gothambook.ttf") format("truetype"), url("../fonts/gothambook.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothammedium';
  src: url("../fonts/gothammedium.eot");
  src: url("../fonts/gothammedium.eot?#iefix") format("embedded-opentype"), url("../fonts/gothammedium.woff") format("woff"), url("../fonts/gothammedium.ttf") format("truetype"), url("../fonts/gothammedium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'korinnastdheavy';
  src: url("../fonts/korinnastdheavy.eot");
  src: url("../fonts/korinnastdheavy.eot?#iefix") format("embedded-opentype"), url("../fonts/korinnastdheavy.woff") format("woff"), url("../fonts/korinnastdheavy.ttf") format("truetype"), url("../fonts/korinnastdheavy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.selectArea {
  width: 300px;
  margin: 0 auto 25px auto;
  box-shadow: inset 0px 0px 5px 1px #c79936;
  background-color: #fdbf14;
  border-radius: 5px;
}
.selectArea .ilSec {
  text-align: center;
  font-family: 'gothammedium';
  font-size: 20px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  padding: 10px;
  width: 100%;
  border: none;
}
.salesPointsArea {
  position: relative;
}
.salesPointsArea:before {
  content: '';
  background-image: url('../images/icon-green.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 53px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.salesPointsArea .salesPoinstInner {
  position: relative;
}
.salesPointsArea .salesPoinstInner:after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #c4c4c4;
  top: 44px;
  left: 15px;
  width: 98%;
  z-index: -2;
}
.salesPointsArea .salesPoinstInner .salesPointsTitle h3 {
  position: relative;
  box-shadow: inset 0px 0px 5px 1px #198492;
  font-family: 'gothammedium';
  font-size: 20px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  background-color: #25b7d0;
  padding: 13px 0px 13px 20px;
}
.salesPointsArea .salesPoinstInner .salesPointsTitle h3:after {
  content: '';
  position: absolute;
  background-image: url('../images/salesTitle.png');
  background-repeat: no-repeat;
  width: 32px;
  height: 21px;
  right: 20px;
  top: 12px;
}
.salesPointsArea .salesPoinstInner .salesPointsList {
  margin-top: 85px;
}
.salesPointsArea .salesPoinstInner .salesPointsList .item {
  border: 2px solid #25b7d0;
  color: #808087;
  padding: 20px;
  margin-bottom: 70px;
  position: relative;
  min-height: 269px;
}
.salesPointsArea .salesPoinstInner .salesPointsList .item span {
  position: absolute;
  top: -20px;
  right: -20px;
  color: #ffffff;
  border-radius: 100%;
  font-family: 'gothambold';
  font-size: 15px;
  line-height: 15px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  box-shadow: -2px 32px 30px -20px rgba(0, 0, 0, 0.75);
}
.salesPointsArea .salesPoinstInner .salesPointsList .item .bayi {
  background-color: #e22084;
  padding: 30px 28px;
}
.salesPointsArea .salesPoinstInner .salesPointsList .item .satis-noktasi {
  background-color: #9fc400;
  padding: 23px 15px;
}
.salesPointsArea .salesPoinstInner .salesPointsList .item h4 {
  font-family: 'gothammedium';
  font-size: 18px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 15px;
  padding-right: 30px;
}
.salesPointsArea .salesPoinstInner .salesPointsList .item p {
  font-family: 'gothambook';
  font-size: 15px;
  line-height: 19px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}
.salesPointsArea .salesPoinstInner .salesPointsList .item p b {
  font-weight: bold;
}
.salesPointsArea .salesPoinstInner .salesPointsList .item p a {
  color: #808087;
}
.salesPointsArea .salesPoinstInner .salesPointsList .item .adress {
  margin-bottom: 30px;
}
.salesPointsArea .salesPoinstInner .salesPointsList .item .scrollBar {
  height: 57px;
  overflow-y: scroll;
}
.salesPointsArea .salesPoinstInner .salesPointsList .item .scrollBar::-webkit-scrollbar-track {
  border: none !important;
}
@media (max-width: 1199px) {
  .salesPointsArea {
    position: relative;
  }
  .salesPointsArea:before {
    background: none;
  }
  .salesPointsArea .salesPoinstInner:after {
    border: none;
    width: 0px;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList {
    margin-top: 85px;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item {
    border: 2px solid #25b7d0;
    color: #808087;
    padding: 20px;
    margin-bottom: 70px;
    position: relative;
    min-height: 269px;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item span {
    position: absolute;
    top: -20px;
    right: -20px;
    color: #ffffff;
    border-radius: 100%;
    font-family: 'gothambold';
    font-size: 15px;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    box-shadow: -2px 32px 30px -20px rgba(0, 0, 0, 0.75);
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item .bayi {
    background-color: #e22084;
    padding: 30px 28px;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item .satis-noktasi {
    background-color: #9fc400;
    padding: 23px 15px;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item h4 {
    font-family: 'gothammedium';
    font-size: 18px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
    padding-right: 30px;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item p {
    font-family: 'gothambook';
    font-size: 15px;
    line-height: 19px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item p b {
    font-weight: bold;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item p a {
    color: #808087;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item .adress {
    margin-bottom: 30px;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item .scrollBar {
    height: 57px;
    overflow-y: scroll;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item .scrollBar::-webkit-scrollbar-track {
    border: none !important;
  }
}
@media (max-width: 576px) {
  .salesPointsArea .salesPoinstInner .salesPointsList .item {
    min-height: auto;
    padding-top: 0px;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item span {
    position: inherit;
    top: 0px;
    left: 0px;
    font-family: 'gothambold';
    font-size: 15px;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    box-shadow: -2px 32px 30px -20px rgba(0, 0, 0, 0.75);
    display: block;
    margin-bottom: 40px;
    border-radius: 0px;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item .bayi {
    background-color: #e22084;
    padding: 30px 28px;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item .satis-noktasi {
    background-color: #9fc400;
    padding: 23px 15px;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item h4 {
    font-family: 'gothammedium';
    font-size: 18px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
    padding-right: 30px;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item p {
    font-family: 'gothambook';
    font-size: 15px;
    line-height: 19px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item p b {
    font-weight: bold;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item p a {
    color: #808087;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item .adress {
    margin-bottom: 30px;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item .scrollBar {
    height: 57px;
    overflow-y: scroll;
  }
  .salesPointsArea .salesPoinstInner .salesPointsList .item .scrollBar::-webkit-scrollbar-track {
    border: none !important;
  }
}