@font-face {
 font-family: regular;
 src: url("font/Oswald-Regular.eot") /* EOT file for IE */
}
@font-face {
 font-family: regular;
 src: url("font/Oswald-Regular.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: light;
 src: url("font/Oswald-ExtraLight.eot") /* EOT file for IE */
}
@font-face {
 font-family: light;
 src: url("font/Oswald-ExtraLight.ttf") /* TTF file for CSS3 browsers */
}


@font-face { 
  font-family: open_sans;
  src: url("font/OpenSans-Regular.eot") /* EOT file for IE */
 }
 @font-face {
  font-family: open_sans;
  src: url("font/OpenSans-Regular.ttf") 
 }

 a:link {
  color: rgb(62, 62, 62);
  text-decoration: none;
}

a:visited {
  color: rgb(62, 62, 62);
  text-decoration: none;
}

a:hover {
  color: rgb(62, 62, 62);
  text-decoration: none;
}

a:active {
  color: rgb(62, 62, 62);
  text-decoration: none;
}
body{
  font-family: open_sans; 
  margin: 0;
  padding: 0;
  background-color: rgb(255, 255, 255);
}
.container{
  width: 95%;
  margin: 0 auto;
}
.container_mete{
  width: 95%;
  margin: 0 auto;
}
.pc_slider{
  display: block;
  margin-bottom: 70px;
}
.mobil_slider{
  display: none;
  margin-bottom: 70px;
}
.up{
  position: relative;
  width: 100%;
  padding: 10px 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.38);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.38);
}
.logo{
  float: left;
  width: 200px;
}
.menu{
  float: right;
  margin-top: 10px;
  width: calc(100% - 200px);
  text-align: right;
}
.menu a{
  display: inline-block;
  text-decoration: none;
  color: #000;
  margin: 20px;
  font-weight: bold;
}
.menu a:hover{
  color: rgb(232, 0, 101);
  text-decoration: underline;
}
.mobil_menu{
  display: none;
}

.urun_kare{
  width: 50%;
  text-align: center;
  display: inline-block;
  margin-top: 10px;
  border-radius: 10px;
}

.urun_kare span{
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.urun_kare:hover{
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.38);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.38);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.38);
}

.main_text{
  display: inline-block;
  font-size: 22px;
  text-align: left;
  text-indent: 30px;
  line-height: 2;
  width: 50%;
  letter-spacing: 2;
}

.main_gorsel{
  display: inline-block;
  width: 50%;
}
.hiz_tit{
  padding: 10px;
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
  text-align: left;
  color: #23adf7;
}
.hiz_box{
  display: inline-block;
  border: solid 1px #23adf7;
  width: 300px;
  text-align: center;
  margin-bottom: 25px;
  padding: 50px 0;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
}
.hiz_box:hover{
  cursor: pointer;
  background-color: #23adf7;
  color: #fff;
}
.vitrin_box{
  display: inline-block;
  width: 300px;
  margin: 10px;
  padding: 10px;
  vertical-align: top;
}
.vitrin_box span{
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.vitrin_box img{
  width: 100%;
}
.vb_sp{
  height: 60px;
}
.vitrin_box button{
  margin: 10px;
  width: 100%;
  height: 40px;
  border: none;
  text-align: center;
  background-color: #1764c7;
  color: #fff;
}
.down{
  width: 100%;
  background-color: rgb(235, 235, 235);
  padding: 50px 0;
}
.dw_box{
  display: inline-block;
  color: #5a5a5a;
}
.hakimizda_text p{
  line-height: 2;
  text-indent: 30px;
  font-size: 18px;
}
form {
  max-width: 400px;
  margin: 0 auto;
}
input[type="text"], textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type="submit"] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: #45a049;
}
.urun_gorsel{
  width: 500px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.urun_cc{
  width: calc(100% - 510px);
  display: inline-block;
  vertical-align: top;
}
.urun_baslik{
  padding: 10px 0 10px 20px;
  background-color: #1764c7;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  border-radius: 20px 0 20px 0;
}
.urun_map{
  margin-bottom: 25px;
  font-size: 16px;
  color: #5a5a5a;
}
.urun_fiyat{
  font-size: 22px;
  color: #1764c7;
  font-weight: bold;
  padding: 20px 0;
}
.ozellik{
  color: #5a5a5a;
  padding: 5px 0;
  font-size: 18px;
}
.urun_aciklama{
  width: 60%;
  padding: 15px;
  outline: solid 1px #dfdfdf;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
}
.sver_frm button{
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.order_area{
  width: 40%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (min-width: 700px) {
 
}

@media only screen and (max-width: 700px) {
  .urun_kare{
    width: 95%;
  }
  .main_text{
    font-size: 22px;
    text-align: left;
    text-indent: 30px;
    line-height: 2;
    width: 95%;
    letter-spacing: 2;
  }
  .main_gorsel{
    width: 350px;
  }
  .menu{
    display: none;
  }
  .mobil_menu{
    display: inline-block;
    text-align: right;
    width: calc(100% - 210px);
  }
  .urun_gorsel{
    width: 100%;
    
    margin-right: 0px;
  }
  .urun_cc{
    width: 100%;
  }
  .urun_aciklama{
    width: 100%;
    margin-bottom: 50px;
  }
  .order_area{
    width: 100%;
  }
  .pc_slider{
    display: none;
    margin-bottom: 70px;
  }
  .mobil_slider{
    display: block;
    margin-bottom: 70px;
  }
}
