
.slider{
    width: 100%;
    height: calc(100vh - 100px);
    float: left;
    position: relative;
    margin-top:0px;
    overflow: hidden;
    margin-top:100px;
}

.slider .slide_logo{
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 90;
  filter: drop-shadow(0 0 140px #3d3d3d);
}

.slider_a{ display: block;}

.slider .slide{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 5;
}

.slider_cont{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
  object-fit: cover;
  
  -webkit-animation: slide_anim 500ms;
  -moz-animation: slide_anim 500ms;
  -o-animation: slide_anim 500ms;
  animation: slide_anim 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slider_cont.eskislide{ z-index: 2; }



@keyframes slide_anim { 
  0% { opacity: 0; }
  100%{ opacity: 1; }
}

.slider_but_n,.slider_but_p{
 width: 46px;
 height: 46px;
 float: left;
 position: absolute;
 z-index: 600;
 top:50%;
 background-color: rgba(0,0,0,1);
 transform: translateY(-50%);
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: all 250ms;
 cursor: pointer;
 opacity: 0.2;
}

.slider_but_n:hover,.slider_but_p:hover{opacity: 0.7;}

.slider_but_n:before,.slider_but_p:before{
 content: '';
 width: 12px;
 height: 12px;
 position: absolute;
 border:4px solid;
 border-color:transparent transparent #ddd #ddd;
 display: inline-block;
}

.slider_but_n{ right:-100px;}
.slider_but_n:before{ transform: rotate(225deg); margin-left: -6px;}

.slider_but_p{ left:-100px;}
.slider_but_p:before{ transform: rotate(45deg); margin-right: -6px;}

.slider:hover .slider_but_n{right:10px;}
.slider:hover .slider_but_p{left:10px;}


.slider_tablar{
  width: 100%;
  position: absolute;
  bottom: 20px;
  z-index: 10;
  display: flex;
  align-items: flex-end;
}

.slider_tablar .slider_tab{
  width:calc(25% - 30px);
  position: relative;
  float: left;
  margin: 0px 15px;
  padding: 10px 0px;
  cursor: pointer;
}

.slider_tablar .slider_tab p{
  width:calc(100% - 0px);
  position: relative;
  float: left;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1.7px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

.slider_tablar .slider_tab:before{
  content: '';
  width:100%;
  height: 1px;
  position: absolute;
  background-color: #fff;
  bottom: -2px;
  left: 0px;
  z-index: 2;
}

.slider_tablar .slider_tab .bar{
  width:0%;
  height: 3px;
  position: absolute;
  background-color: #253064;
  bottom: -3px;
  transition: all 300ms;
  z-index: 4;
}

.slider_tablar .slider_tab.s_shw .bar{
  -webkit-animation: bar_anim;
  -moz-animation: bar_anim;
  -o-animation: bar_anim;
  animation: bar_anim;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@keyframes bar_anim { 
  from { width:0%; }
  to{ width:100%; }
}


















.buton_anim1{ 
  -webkit-animation: buton_anim1 1.8s infinite;
  -moz-animation: buton_anim1 1.8s infinite;
  -o-animation: buton_anim1 1.8s infinite;
  animation: buton_anim1 1.8s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes buton_anim1 { 
0%  {transform: scale(1); }
  15% {transform: scale(1.05);}
  30%{transform: scale(1);}
  45%{transform: scale(1.05);}
  60%{transform: scale(1);}
  100%{transform: scale(1);}
}




.buton_anim2{ 
  -webkit-animation: buton_anim2 1.1s infinite;
  -moz-animation: buton_anim2 1.1s infinite;
  -o-animation: buton_anim2 1.1s infinite;
  animation: buton_anim2 1.1s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes buton_anim2{ 
0%  {transform: scale(1);}
  70% {transform: scale(1.1);}
  100%{transform: scale(1);}
}





.buton_anim3:before{ animation-delay: 0.4s; -webkit-animation-delay: 0.4s; }
.buton_anim3:after{ animation-delay: 0.7s !important; -webkit-animation-delay: 0.7s !important; }

.buton_anim3:before, .buton_anim3:after{
  -webkit-animation: buton_anim3 1.8s infinite;
  -moz-animation: buton_anim3 1.8s infinite;
  -o-animation: buton_anim3 1.8s infinite;
  animation: buton_anim3 1.8s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin: -20px;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
z-index: -1;
background-color: inherit;
}

@keyframes buton_anim3 { 
0%  {opacity: .7; margin: -0px }
  70% {opacity: 0; margin: -20px}
  100%{opacity: 0; margin: 0px}
}




.buton_anim4{
  -webkit-animation: buton_anim4 1.8s infinite;
  -moz-animation: buton_anim4 1.8s infinite;
  -o-animation: buton_anim4 1.8s infinite;
  animation: buton_anim4 1.8s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes buton_anim4 { 
0%  {bottom:0px; }
15%  {bottom:15px; }
23%  {bottom:0px; }
30%  {bottom:9px; }
36%  {bottom:0px; }
41%  {bottom:6px; }
45%  {bottom:0px; }
100%  {bottom:0px; }
}











.grs_anim{
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}















@-webkit-keyframes rollIn {
 0% {
   opacity: 0;
   -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
   transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
 }
  
 100% {
   opacity: 1;
   -webkit-transform: none;
   transform: none;
 }
  }
  
  @keyframes rollIn {
 0% {
   opacity: 0;
   -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
   -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
   transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
 }
  
 100% {
   opacity: 1;
   -webkit-transform: none;
   -ms-transform: none;
   transform: none;
 }
  }
  
  .donerek {
 -webkit-animation-name: rollIn;
 animation-name: rollIn;
  }
  




@-webkit-keyframes zoomIn {
 0%{
   opacity: 0;
   -webkit-transform: scale3d(.3, .3, .3);
   transform: scale3d(.3, .3, .3);
 }
  
 50%{ opacity: 1;}
  }
  
  @keyframes zoomIn {
 0%{
   opacity: 0;
   -webkit-transform: scale3d(.3, .3, .3);
   -ms-transform: scale3d(.3, .3, .3);
   transform: scale3d(.3, .3, .3);
 }
  
 50%{opacity: 1;}
  }
  
  .buyuyerek {-webkit-animation-name: zoomIn; animation-name: zoomIn;}
  





  @-webkit-keyframes flipInX {
 0% {
   -webkit-transform: perspective(200px) rotate3d(1, 0, 0, 220deg);
   transform: perspective(200px) rotate3d(1, 0, 0, 220deg);
   -webkit-transition-timing-function: ease-in;
   transition-timing-function: ease-in;
   opacity: 0;
 }
  
 40% {
   -webkit-transform: perspective(200px) rotate3d(1, 0, 0, -70deg);
   transform: perspective(200px) rotate3d(1, 0, 0, -70deg);
   -webkit-transition-timing-function: ease-in;
   transition-timing-function: ease-in;
 }
  
 60% {
   -webkit-transform: perspective(200px) rotate3d(1, 0, 0, 20deg);
   transform: perspective(200px) rotate3d(1, 0, 0, 20deg);
   opacity: 1;
 }
  
 80% {
   -webkit-transform: perspective(200px) rotate3d(1, 0, 0, -5deg);
   transform: perspective(200px) rotate3d(1, 0, 0, -5deg);
 }
  
 100% {
   -webkit-transform: perspective(200px);
   transform: perspective(200px);
 }
  }
  
  @keyframes flipInX {
 0% {
   -webkit-transform: perspective(200px) rotate3d(1, 0, 0, 220deg);
   -ms-transform: perspective(200px) rotate3d(1, 0, 0, 220deg);
   transform: perspective(200px) rotate3d(1, 0, 0, 220deg);
   -webkit-transition-timing-function: ease-in;
   transition-timing-function: ease-in;
   opacity: 0;
 }
  
 40% {
   -webkit-transform: perspective(200px) rotate3d(1, 0, 0, -70deg);
   -ms-transform: perspective(200px) rotate3d(1, 0, 0, -70deg);
   transform: perspective(200px) rotate3d(1, 0, 0, -70deg);
   -webkit-transition-timing-function: ease-in;
   transition-timing-function: ease-in;
 }
  
 60% {
   -webkit-transform: perspective(200px) rotate3d(1, 0, 0, 20deg);
   -ms-transform: perspective(200px) rotate3d(1, 0, 0, 20deg);
   transform: perspective(200px) rotate3d(1, 0, 0, 20deg);
   opacity: 1;
 }
  
 80% {
   -webkit-transform: perspective(200px) rotate3d(1, 0, 0, -5deg);
   -ms-transform: perspective(200px) rotate3d(1, 0, 0, -5deg);
   transform: perspective(200px) rotate3d(1, 0, 0, -5deg);
 }
  
 100% {
   -webkit-transform: perspective(200px);
   -ms-transform: perspective(200px);
   transform: perspective(200px);
 }
  }
  
  .dikey_donerek {
 -webkit-backface-visibility: visible !important;
 -ms-backface-visibility: visible !important;
 backface-visibility: visible !important;
 -webkit-animation-name: flipInX;
 animation-name: flipInX;
  }
  


  @-webkit-keyframes flipInY {
 0% {
   -webkit-transform: perspective(200px) rotate3d(0, 1, 0, 140deg);
   transform: perspective(200px) rotate3d(0, 1, 0, 140deg);
   -webkit-transition-timing-function: ease-in;
   transition-timing-function: ease-in;
   opacity: 0;
 }
  
 40% {
   -webkit-transform: perspective(200px) rotate3d(0, 1, 0, -50deg);
   transform: perspective(200px) rotate3d(0, 1, 0, -50deg);
   -webkit-transition-timing-function: ease-in;
   transition-timing-function: ease-in;
 }
  
 60% {
   -webkit-transform: perspective(200px) rotate3d(0, 1, 0, 10deg);
   transform: perspective(200px) rotate3d(0, 1, 0, 10deg);
   opacity: 1;
 }
  
 80% {
   -webkit-transform: perspective(200px) rotate3d(0, 1, 0, -5deg);
   transform: perspective(200px) rotate3d(0, 1, 0, -5deg);
 }
  
 100% {
   -webkit-transform: perspective(200px);
   transform: perspective(200px);
 }
  }
  
  @keyframes flipInY {
 0% {
   -webkit-transform: perspective(200px) rotate3d(0, 1, 0, 140deg);
   -ms-transform: perspective(200px) rotate3d(0, 1, 0, 140deg);
   transform: perspective(200px) rotate3d(0, 1, 0, 140deg);
   -webkit-transition-timing-function: ease-in;
   transition-timing-function: ease-in;
   opacity: 0;
 }
  
 40% {
   -webkit-transform: perspective(200px) rotate3d(0, 1, 0, -50deg);
   -ms-transform: perspective(200px) rotate3d(0, 1, 0, -50deg);
   transform: perspective(200px) rotate3d(0, 1, 0, -50deg);
   -webkit-transition-timing-function: ease-in;
   transition-timing-function: ease-in;
 }
  
 60% {
   -webkit-transform: perspective(200px) rotate3d(0, 1, 0, 10deg);
   -ms-transform: perspective(200px) rotate3d(0, 1, 0, 10deg);
   transform: perspective(200px) rotate3d(0, 1, 0, 10deg);
   opacity: 1;
 }
  
 80% {
   -webkit-transform: perspective(200px) rotate3d(0, 1, 0, -5deg);
   -ms-transform: perspective(200px) rotate3d(0, 1, 0, -5deg);
   transform: perspective(200px) rotate3d(0, 1, 0, -5deg);
 }
  
 100% {
   -webkit-transform: perspective(200px);
   -ms-transform: perspective(200px);
   transform: perspective(200px);
 }
  }
  
  .yatay_donerek {
 -webkit-backface-visibility: visible !important;
 -ms-backface-visibility: visible !important;
 backface-visibility: visible !important;
 -webkit-animation-name: flipInY;
 animation-name: flipInY;
  }
  




  @-webkit-keyframes fadeIn {
 0% {opacity: 0;}
 100% {opacity: 1;}
  }
  
  @keyframes fadeIn {
 0% {opacity: 0;}
 100% {opacity: 1;}
  }
  
  .belirme {
 -webkit-animation-name: fadeIn;
 animation-name: fadeIn;
  }
  




  @-webkit-keyframes bounceInDown {
 0%, 60%, 75%, 90%, 100% {
   -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }
  
 0% {
   opacity: 0;
   -webkit-transform: translate3d(0, -3000px, 0);
   transform: translate3d(0, -3000px, 0);
 }
  
 60% {
   opacity: 1;
   -webkit-transform: translate3d(0, 25px, 0);
   transform: translate3d(0, 25px, 0);
 }
  
 75% {
   -webkit-transform: translate3d(0, -10px, 0);
   transform: translate3d(0, -10px, 0);
 }
  
 90% {
   -webkit-transform: translate3d(0, 5px, 0);
   transform: translate3d(0, 5px, 0);
 }
  
 100% {
   -webkit-transform: none;
   transform: none;
 }
  }
  
  @keyframes bounceInDown {
 0%, 60%, 75%, 90%, 100% {
   -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }
  
 0% {
   opacity: 0;
   -webkit-transform: translate3d(0, -3000px, 0);
   -ms-transform: translate3d(0, -3000px, 0);
   transform: translate3d(0, -3000px, 0);
 }
  
 60% {
   opacity: 1;
   -webkit-transform: translate3d(0, 25px, 0);
   -ms-transform: translate3d(0, 25px, 0);
   transform: translate3d(0, 25px, 0);
 }
  
 75% {
   -webkit-transform: translate3d(0, -10px, 0);
   -ms-transform: translate3d(0, -10px, 0);
   transform: translate3d(0, -10px, 0);
 }
  
 90% {
   -webkit-transform: translate3d(0, 5px, 0);
   -ms-transform: translate3d(0, 5px, 0);
   transform: translate3d(0, 5px, 0);
 }
  
 100% {
   -webkit-transform: none;
   -ms-transform: none;
   transform: none;
 }
  }
  
  .yukaridan {
 -webkit-animation-name: bounceInDown;
 animation-name: bounceInDown;
  }
  
  @-webkit-keyframes bounceInLeft {
 0%, 60%, 75%, 90%, 100% {
   -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }
  
 0% {
   opacity: 0;
   -webkit-transform: translate3d(-3000px, 0, 0);
   transform: translate3d(-3000px, 0, 0);
 }
  
 60% {
   opacity: 1;
   -webkit-transform: translate3d(25px, 0, 0);
   transform: translate3d(25px, 0, 0);
 }
  
 75% {
   -webkit-transform: translate3d(-10px, 0, 0);
   transform: translate3d(-10px, 0, 0);
 }
  
 90% {
   -webkit-transform: translate3d(5px, 0, 0);
   transform: translate3d(5px, 0, 0);
 }
  
 100% {
   -webkit-transform: none;
   transform: none;
 }
  }
  
  @keyframes bounceInLeft {
 0%, 60%, 75%, 90%, 100% {
   -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }
  
 0% {
   opacity: 0;
   -webkit-transform: translate3d(-3000px, 0, 0);
   -ms-transform: translate3d(-3000px, 0, 0);
   transform: translate3d(-3000px, 0, 0);
 }
  
 60% {
   opacity: 1;
   -webkit-transform: translate3d(25px, 0, 0);
   -ms-transform: translate3d(25px, 0, 0);
   transform: translate3d(25px, 0, 0);
 }
  
 75% {
   -webkit-transform: translate3d(-10px, 0, 0);
   -ms-transform: translate3d(-10px, 0, 0);
   transform: translate3d(-10px, 0, 0);
 }
  
 90% {
   -webkit-transform: translate3d(5px, 0, 0);
   -ms-transform: translate3d(5px, 0, 0);
   transform: translate3d(5px, 0, 0);
 }
  
 100% {
   -webkit-transform: none;
   -ms-transform: none;
   transform: none;
 }
  }
  
  .soldan {
 -webkit-animation-name: bounceInLeft;
 animation-name: bounceInLeft;
  }
  
  @-webkit-keyframes bounceInRight {
 0%, 60%, 75%, 90%, 100% {
   -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }
  
 0% {
   opacity: 0;
   -webkit-transform: translate3d(3000px, 0, 0);
   transform: translate3d(3000px, 0, 0);
 }
  
 60% {
   opacity: 1;
   -webkit-transform: translate3d(-25px, 0, 0);
   transform: translate3d(-25px, 0, 0);
 }
  
 75% {
   -webkit-transform: translate3d(10px, 0, 0);
   transform: translate3d(10px, 0, 0);
 }
  
 90% {
   -webkit-transform: translate3d(-5px, 0, 0);
   transform: translate3d(-5px, 0, 0);
 }
  
 100% {
   -webkit-transform: none;
   transform: none;
 }
  }
  
  @keyframes bounceInRight {
 0%, 60%, 75%, 90%, 100% {
   -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }
  
 0% {
   opacity: 0;
   -webkit-transform: translate3d(3000px, 0, 0);
   -ms-transform: translate3d(3000px, 0, 0);
   transform: translate3d(3000px, 0, 0);
 }
  
 60% {
   opacity: 1;
   -webkit-transform: translate3d(-25px, 0, 0);
   -ms-transform: translate3d(-25px, 0, 0);
   transform: translate3d(-25px, 0, 0);
 }
  
 75% {
   -webkit-transform: translate3d(10px, 0, 0);
   -ms-transform: translate3d(10px, 0, 0);
   transform: translate3d(10px, 0, 0);
 }
  
 90% {
   -webkit-transform: translate3d(-5px, 0, 0);
   -ms-transform: translate3d(-5px, 0, 0);
   transform: translate3d(-5px, 0, 0);
 }
  
 100% {
   -webkit-transform: none;
   -ms-transform: none;
   transform: none;
 }
  }
  
  .sagdan {
 -webkit-animation-name: bounceInRight;
 animation-name: bounceInRight;
  }
  
  @-webkit-keyframes bounceInUp {
 0%, 60%, 75%, 90%, 100% {
   -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }
  
 0% {
   opacity: 0;
   -webkit-transform: translate3d(0, 3000px, 0);
   transform: translate3d(0, 3000px, 0);
 }
  
 60% {
   opacity: 1;
   -webkit-transform: translate3d(0, -20px, 0);
   transform: translate3d(0, -20px, 0);
 }
  
 75% {
   -webkit-transform: translate3d(0, 10px, 0);
   transform: translate3d(0, 10px, 0);
 }
  
 90% {
   -webkit-transform: translate3d(0, -5px, 0);
   transform: translate3d(0, -5px, 0);
 }
  
 100% {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
 }
  }
  
  @keyframes bounceInUp {
 0%, 60%, 75%, 90%, 100% {
   -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 }
  
 0% {
   opacity: 0;
   -webkit-transform: translate3d(0, 3000px, 0);
   -ms-transform: translate3d(0, 3000px, 0);
   transform: translate3d(0, 3000px, 0);
 }
  
 60% {
   opacity: 1;
   -webkit-transform: translate3d(0, -20px, 0);
   -ms-transform: translate3d(0, -20px, 0);
   transform: translate3d(0, -20px, 0);
 }
  
 75% {
   -webkit-transform: translate3d(0, 10px, 0);
   -ms-transform: translate3d(0, 10px, 0);
   transform: translate3d(0, 10px, 0);
 }
  
 90% {
   -webkit-transform: translate3d(0, -5px, 0);
   -ms-transform: translate3d(0, -5px, 0);
   transform: translate3d(0, -5px, 0);
 }
  
 100% {
   -webkit-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
 }
  }
  
  .asagidan {
 -webkit-animation-name: bounceInUp;
 animation-name: bounceInUp;
  }
  
















@media screen and (max-width: 1440px), screen and (max-device-width: 1440px) { 
   



    
}
    
    
    





@media screen and (max-width: 1280px), screen and (max-device-width: 1280px) { 



}
    
    
    



@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) { 

	.slider{
    height: calc(100vh - 60px);
    margin-top: 60px;
	}

  .slider_tablar .slider_tab p{
    font-size: 15px;
    letter-spacing: 1.5px;
  }

  @media (orientation: portrait) {
    
    
    .slider_mobil{ padding-top: 100%;}
    
  }
	
}
    
    
    


@media screen and (max-width: 800px), screen and (max-device-width: 800px) { 

  .slider_mobil{ padding-top: 100%;}

}
    
    
    








@media screen and (max-width: 640px), screen and (max-device-width: 640px) { 




  .slider_tablar .slider_tab{
    width:calc(25% - 20px);
    margin: 0px 10px;
  }

  .slider_tablar .slider_tab p{
    font-size: 14px;
    letter-spacing: 1.4px;
  }

}
    
    








@media screen and (max-width: 533px), screen and (max-device-width: 533px) { 


}
    
    
    





@media screen and (max-width: 480px), screen and (max-device-width: 480px) { 



  .slider_tablar .slider_tab{
    width:calc(25% - 16px);
    margin: 0px 8px;
  }


    .slider_tablar .slider_tab:before{
      height: 3px;
      bottom: 8px;
    }
    
    .slider_tablar .slider_tab .bar{
      height: 5px;
      bottom: 7px;
    }
  
  .slider_tablar .slider_tab p{ display: none; }


}
    
    
    




@media screen and (max-width: 400px), screen and (max-device-width: 400px) { 

  .slider_mobil{ padding-top: 130%;}

}
    
    
    

    






@media screen and (max-width: 360px), screen and (max-device-width: 360px) { 


  .slider_mobil{ padding-top: 140%;}

}
    
    
    






















































