:root {
    --yanmenugenislik: 80px;
    --ustbosluk: 80px;
    --altbosluk: 40px;
}

::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #181715;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

img
{
        transition: all .5s ease-out;
}
.flags a img {
    transition: all .5s ease-out;
}
.menu.fixed .flags a img {
    width: 25px !important;
}
.flags a img:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transform: scale(1.7);
}
.flags {
    transition: all .5s ease-out;
}
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-5');
.mailglobal {width: 100%;background-color: #f4f4f4;}
.mobile-menu{display:none;background:#fff;position:fixed;bottom: 0px;margin:0 auto;z-index:100;padding: 10px 10px 5px 10px;border-radius: 20px 20px 0 0;border: 1px solid #E5E5E5;box-shadow: 1px 1px 13px rgb(0 0 0 / 30%);left: calc(50% - 125px);}
.mobile-menu>ul>li{display:table-cell;padding: 5px;}



/*Mobile Menu*/
.mmenu{display:none;position:fixed;top:0px;width:100%;z-index:100;transition:.5s;left:0; height:var(--yanmenugenislik);    align-items: center;}
.mmenu>.ustbar{position:absolute;z-index:2; top:0; left:0; width:100%; height:var(--yanmenugenislik);align-items: center; display:flex ;border-bottom:1px solid rgba(255, 255, 255, 0.15) }
.mmenu>.ustbar>.logo{width:200px; margin:0 auto}
.mmenu>.ustbar>.logo a img{width:100%; height:55px;filter: brightness(0) invert(1);transition:.5s}

.mmenu .search, .mmenu .menuicon{width: 60px;cursor: pointer;height:100%;align-items: center;display:flex;justify-content: center;}
.mmenu .search a svg {  width:auto; height:20px}
.mmenu .iconbar {width: 22px;height: 3px;background: white;position: relative;transition: .3s;}
.iconbar:after, .iconbar:before {content: '';width: 22px;height: 3px;background: white;position: absolute;left: 0;transform-origin: 50% 50%;-webkit-transform-origin: 50% 50%;transition: .3s;}
.iconbar:before { top: -8px;}
.iconbar:after { top: 8px;}
.menuicon.active .iconbar {   background: 0 0;}

.menuicon.active .iconbar:before {transform: rotate(45deg);-webkit-transform: rotate(135deg);}
.menuicon.active .iconbar:after {transform: rotate(45deg);-webkit-transform: rotate(45deg);}
.menuicon.active .iconbar:after { top:0px}
.menuicon.active  .iconbar:before{top: 0px;}
.mmenu>.ustbar>div:first-child{position: absolute;display:flex;align-items: center;height:var(--yanmenugenislik);}

.mmunepopup{transition:.5s;z-index:1;position:absolute;left:0;top:-100vh;height:100vh;background: rgba(0, 0, 0, 0.90);width:100%;display: flex;align-items: center; overflow:hidden}
.mmunepopup.active{top:0}
.popaltmenu ul, .mmunepopup>ul{ overflow-y: auto; overflow-x: hidden;
    height: 462px;     margin: 0 auto; width: calc(100% - 20vw); padding-top: 10%;}
.popaltmenu ul>li, .mmunepopup>ul>li{border-bottom:1px solid rgba(255, 255, 255, 0.15);}
.popaltmenu ul>li a, .mmunepopup>ul>li>a{color:#fff;padding: 15px 10px;display:flex;justify-content: space-between;cursor:pointer;font-size: 21px;}
.mmunepopup > ul > li > a>span:after {content: ""; padding: 3px;  border: solid #fff;   border-width: 0 1px 1px 0;  transform: rotate( -45deg );    width: 1px;    display: flex;}
.popaltmenu{position: absolute; right: 0;  top: 0px;  width: 100%;    height: 100%;    background: #181715;    z-index: 99; right:-100vw;transition:.5s; display: flex; align-items: center;}
.popaltmenu.active{right:0}
.altclose{color: #181715;
    position: absolute;
    top: 90px;
    left: 0;
    background: white;
    padding: 10px 25px;
    cursor: pointer;}
.mmenu.fixed .logo a img { filter:none;}
.mmenu.fixed .search a svg path{fill:rgb(0 0 0 / 30%)}
.mmenu.fixed .search, .mmenu.fixed .menuicon{background: #181715;}
.mmenu.fixed .ustbar{border-bottom: 1px solid #e1e1e1;background:#fff}
.flags  {padding-top: 24px;}   
.menu.fixed .flags {
    padding-top: 0px;
}
/*menu bar*/
.menu { position: absolute;  width: 100%;   height: var(--yanmenugenislik);   left: 0;    top: 0;    z-index: 99;    transition: .5s}
.menu>div{width:calc(100% - (var(--yanmenugenislik)*2));margin:0 auto;position:relative;display:flex;justify-content: space-between;align-items: center;}
.menu ul {position: relative;height:var(--yanmenugenislik);display:flex;justify-content: flex-end;align-items: center;padding-top: 24px;transition:.5s}
.menu ul li {text-align: center;padding: 0px 20px;}
.menu ul li a {position: relative;display: inline-block;-moz-box-sizing: border-box;box-sizing: border-box;padding: .4em .2em;color: #fff;font-weight:500;text-align:center;width:100%; }
.menu ul :not(li.search) .menu ul :not(div.lang-menu) a:before,.menu ul :not(li.search) a:focus:before { content: '';  position: absolute;  right: 0;  bottom: -12px;    left: 0;
    height: 4px; border-radius: 2px;  background-color: #ffffff;  pointer-events: none;  -webkit-transform: scaleX(0);  -ms-transform: scaleX(0);   transform: scaleX(0);    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);   transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);   transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),-webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);  -webkit-transform-origin: center top;  -ms-transform-origin: center top;    transform-origin: center top;}
.menu ul li.active a:before, .menu ul li a:hover:before { -webkit-transform: scaleX(1);  -ms-transform: scaleX(1);}   


/*.menu ul :not(li.search):hover a::before{width:0px;transition:.5s}
.menu ul :not(li.search):hover a::after {content: "";position: absolute;bottom: -12px;left: 0;width: inherit;height: 4px;border-radius: 2px;pointer-events: none;background: #329aba;}*/
.menu ul li.search{width:23px; padding:0px}
.menu ul li.search a{position:initial;display:block;text-align:center;width: 23px;padding: 0;cursor: pointer;}
.menu ul li.search a svg path{fill:#fff;transition:.5s}
.menu ul li.search a:hover svg path{fill:#46B974;}
.search a svg{width:100%}
.searchbox{position:absolute; left:0;top:0; width:100%; background:#fff; z-index:999}
.menu .logo{padding-top: 32px;transition:.5s}
.menu .logo img{ height:55px;filter: brightness(0) invert(1);transition:.5s}
.menu .logo a{display:block}
.menu .logo .line{position:absolute;top: calc(var(--yanmenugenislik) - 1px);height:1px;background:rgba(255, 255, 255, 0.24); left:0; width:0}
.menu.fixed {position:fixed; background: #fff;  box-shadow: 5px 4px 5px rgba(0, 0, 0, 0.15);}
.menu.fixed .logo {padding-top:0px;}
.menu.fixed .logo img{filter:none;height: 45px;}
.menu.fixed .logo .line{width:0;}
.menu.fixed  ul li a {color: #181715;}
.menu.fixed ul{padding-top:0}
.menu.fixed ul li.search a svg path{fill:#b5b5b5}
.menu.fixed ul li.search a:hover svg path{fill:#46B974}

#toTop { position: fixed; right: 20px; bottom: 20px;  border-radius: 10px;    display: none;    background: #ffffff;    border-radius: 30px;    width: 60px;    height: 60px;    z-index: 999;    box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);}
#toTop a{display:block;width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;}
#toTop a svg path{fill: #181715; stroke: #181715;}
#toTop:hover{background: #181715;}
#toTop:hover a svg path{fill: #fff;stroke: #fff;}




.carousel__text{position:absolute;z-index:2; color:#fff}
.carousel__slide__overlay{width: 100%; height: 100%; background:rgba(0, 0, 0, 0.3);  top: 0;  position: absolute;  z-index: 1;}

/*carousel*/
.homeslader.slader .slick-arrow{top: auto;bottom: 39px;background: url(/assets/img/white-arrow.svg) no-repeat 6px;width: 30px;height: 30px;left: calc(50% - 145px);display: block;z-index: 11;}
.homeslader.slader .slick-arrow:hover{/* background-color: #001665; */opacity: .5;}
.homeslader.slader .slick-next.slick-arrow{left: calc(50% + 110px);}
.homeslader.slader .slick-dots li.slick-active button::after{content:"";border: 2px solid #ffffff;padding: 10px;border-radius: 15px;left: 3px;position: absolute;top: -8px;}

.homeslader .socialmedia{    bottom: 30px;
    left: 20px;
    position: absolute;
    /* width: 100px; */
    height: 30px;
    display: flex;
    z-index: 13;}
.homeslader .socialmedia a {display: block;padding: 5px 25px 0 0;text-align: left;height: 35px;}
.homeslader .socialmedia a svg {width: 21px;}
.homeslader .socialmedia a:hover svg path{fill:#46B974}
#chVideo2,#chVideo1{width:100%;cursor: pointer; transition:.5s; height: 100%; -o-object-fit: cover;  object-fit: cover;  position: relative;}
#chVideo2{border: 1px solid rgba(255, 255, 255, 0.15);box-shadow: 5px 4px 5px rgb(0 0 0 / 55%);height: auto;}
.greenborder{border: 1px solid rgba(70, 185, 116, 0.90)}
/*carousel*/

.carousel__slide__inner {overflow: hidden;position: relative;cursor: pointer;}
.doAnimation .slick-active .carousel__slide__inner .carousel__image { -webkit-animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;  animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both; transform: scale(1.3);}
.carousel__slide__overlay {background-color:transparent;background-size:100%;height:100%; left: 0;  opacity: 0.5; position: absolute; top: 0;  width: 100%; z-index: 2;}

.carousel__image { height: 100%; -o-object-fit: cover; object-fit: cover; position: relative;  width: 100%; z-index: 1; cursor:pointer}

.doAnimation .slick-active .carousel__slide__inner .carousel__text { -webkit-animation: scale-out-text 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;  animation: scale-out-text 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;}

@-webkit-keyframes scale-out {
    0% { transform: scale(1.3);}
    100% { transform: scale(1);}
}
@keyframes scale-out { 
    0% { transform: scale(1.3);} 
    100% { transform: scale(1);}
}

@-webkit-keyframes scale-out-text {
    0% { transform: scale(0);}
    100% { transform: scale(1);}
}

@keyframes scale-out-text { 
    0% { transform: scale(0); opacity:0;  margin-left:10vw;}
    100% { transform: scale(1); opacity:1; margin-left:10vw;}
}
/*carousel bitti*/



.begin-item {
    width: 100%;
    margin: var(--ustbosluk) auto;
    position: relative
}
.img-item{width: 100%; margin:var(--altbosluk) auto; position:relative}

.fhed{width:100%;margin-bottom: 20px;}
.fhed h2, .fhed h1, .fhed h3{ color:#181715}
.fhed h1{font-size: 45px;font-weight: bold;line-height: 45px;}
.fhed h2{font-size: 25px;font-weight: 500;line-height: 27px;letter-spacing:5px;margin-bottom: 8px;}
.fhed h3{font-size: 30px;font-weight: 300;line-height: 40px;letter-spacing:1px;margin-bottom: 8px;}
.txtcenter{text-align:center}
.txtright{text-align:right;}
.ftxt{font-size:15px;line-height:24px;color:#181715;}
.txtright.ftxt{ display: flex;  flex-direction: column;    align-items: flex-end;}
.ftxt p{margin-bottom:15px;}
.txtwhite h1, .txtwhite h2, .txtwhite, .txtwhite{color:#fff}
.font-size25{font-size:25px;line-height: 35px;font-weight: 300;}
.liman{background: url(../img/arkaplan.jpeg); background-size: cover;background-repeat: no-repeat;    height: 500px;}
.liman>.fullsize{    margin: 0 auto;max-width: 700px;text-align: center;display: flex;align-items: center;height: 100%;}
.home1{    background: #181715;
    background-size: cover;
    background-repeat: no-repeat;}
.home2{padding:var(--yanmenugenislik) 0  calc(var(--yanmenugenislik) - 40px) 0;margin:0;}
.twoflex{display:flex;padding: var(--yanmenugenislik) 0;width:calc(100% - (var(--yanmenugenislik) * 2));margin: 0 auto;justify-content: space-between;flex-wrap: wrap;}
.twoflex>div{flex-wrap: wrap;  display: flex;    width: calc((100% /2 ) - 10px);    align-content: center;   justify-content: flex-start;    position: relative;}
.twoflex>div img{width:100%}

.w60{width:60% !important}.w55{width:55% !important}
.w40{width:40% !important}.w45{width:45% !important}
.button{font-weight: 500;font-size: 16px;line-height: 30px;padding: 5px 20px;color: #fff;margin-top: 25px;cursor: pointer;position: relative;display: inline-block;overflow: hidden;}
.button p { position: relative;  transition: all 0.25s ease; margin:0; padding:0}
.button::before, .button::after { content: ""; position: absolute; top: 0; left: 0;height: 100%; width: 100%; transition: all 0.25s ease; }
.button::before {transition-duration: 0.5s;    box-shadow: inset 0 0 0 1px #ffffff;}
.button:hover::before {box-shadow: inset 0 0 0 60px #329aba;}

.treeflex{display: flex;flex-wrap: wrap;width: calc(100% - (var(--yanmenugenislik) * 2));margin: 0 auto;flex-direction: row;justify-content: space-between;align-content: stretch;}
.treeflex>div{width:calc((100% / 3) - 15px);display: flex;position:relative;flex-direction: column;justify-content: space-between;align-items: flex-start;max-height: 45vh;min-height: 40vh;overflow: hidden;}
.alticerik .treeflex>div{max-height: 100%}
.news .treeflex>div{ min-height:auto !important;max-height:none !important; overflow:auto;}
/*.news>div:first-child a{height:100%}*/

.homeslo.treeflex>div img{width:100%;-o-object-fit: cover;object-fit: cover;position: relative;height: 100%;}
.homeslo.treeflex>div:nth-child(2n){background: #181715;}

.txtpop{position:absolute;bottom:50px; left:50px; width:calc(100% - 100px); margin:0 auto; color:#fff; z-index:2}
.txtpop a{color:#fff}
.txtpop h1{font-weight:bold;font-size:30px;line-height: 39px;}
.txtpop h2{font-weight:300; font-size:25px; line-height:28px}

.txtkalite{left:50px;width:calc(100% - 100px);margin:0 auto;color:#fff;/* top: 50px; */margin-top: 50px;}
.txtkalite h1{font-size: 33px;font-weight:bold;line-height: 39px;margin-bottom: 8px;}
.txtkalite p{font-size: 17px;font-weight:300;line-height: 25px;}
.mg50{left: 50px;bottom: 50px;}
.ptb15{padding:15px 0}
.ptb20{padding:20px 0}

.fullsize{width:100%;}
.fiveflex{display:flex;flex-wrap: wrap;}
.fiveflex>div{text-align:center;flex-wrap: wrap;align-items: center;display: flex;justify-content: center;font-size:16px;line-height:20px;padding:0 65px;border-right:1px solid #F4F6F7;padding-top:35px;padding-bottom:35px;width: calc(100% / 3);}
.news{max-width:1920px; margin:0 auto}
.news>div:first-child a{display:block; color:#181715}
.news>div:first-child a img{width:100%;}
.news>div:first-child a h1{ font-weight:bold; font-size:20px; line-height:25px; margin-bottom:10px}
.news>div:first-child a p{ font-size:300;font-size:15px; line-height:19px}
.news .button{margin:50px auto 10px auto; display:table; padding:10px 25px}
.news .button p{ color:#181715}
.news .button::before {box-shadow: inset 0 0 0 1px #E5E5E5!important}
.news .button:hover::before {box-shadow: inset 0 0 0 60px #E5E5E5 !important;}
.news .treeflex>div>div{position: relative; border-radius: 5px;  overflow: hidden; padding: 0;  width: 100%;  /*height: 100%;*/  display: -webkit-box;  display: -ms-flexbox;  display: flex;    -webkit-box-orient: vertical;    -webkit-box-direction: normal;    -ms-flex-direction: column;    flex-direction: column;    cursor: pointer;    background-color: #fff;}
.news .treeflex>div>div .text{padding: 55px 45px;}

.newspage{margin-top:35px}
.newspage.news>div:first-child a h1{ font-size:16px; line-height:20px;}
.newspage.news .treeflex>div>div .text{padding:20px 15px}
.newspage.news>div:first-child a p{ font-size:14px; line-height:18px}

.newsdetail .fhed h1{ font-size:35px; line-height:40px}

/*Resim zoom*/
.zoomimg{ cursor:pointer}
.zoomimg>a:not(.button){display:block;width:100%; height:100%; }
.zoomimg:hover .img img{  -webkit-transform: scale(1.06);  -ms-transform: scale(1.06);  transform: scale(1.06);}
.zoomimg .img{position:relative; width:100%; overflow:hidden}
.zoomimg .img img {width: 100%;position:relative;-webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1),-webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);-o-object-fit: cover;object-fit: cover;position: relative;}

.fourflex{display: flex;flex-wrap: wrap;width: calc(100% - (var(--yanmenugenislik) * 2));margin: 0 auto;flex-direction: row;justify-content: space-between;align-items: flex-start;}
.fourflex>div{width:calc((100% / 4) - 15px);display: flex;position:relative;flex-direction: column;justify-content: space-between;align-items: flex-start;}
.rakamlarla{margin-bottom:0}
.rakamlarla .fourflex div{text-align:center;display: flex;align-items: center;margin-bottom: 14px;/* position: relative; */justify-content: center;}
.rakamlarla .fourflex>div>div:first-child{height:70px;}
.rakamlarla .fourflex>div>div:nth-child(2){align-items: flex-start;}
.rakamlarla .fourflex div span,.rakamlarla .fourflex div h1, .rakamlarla .fourflex div p{color:#fff;text-align:center;}
.rakamlarla .fourflex div h1{font-weight:900;font-size:55px;position:relative;line-height:55px;}
.rakamlarla .fourflex div span{font-weight:bold;font-size:17px;line-height: 17px;text-align: left;padding-left: 7px;padding-top: 7px;}
.rakamlarla .fourflex div p{font-weight:500;font-size: 16px;line-height: 22px;}
.rakamlarla .fourflex svg{ max-width:85px; width:100%}


footer {position: relative;z-index: 2;padding: 70px 0px;color:#fff;font-weight:500;text-align:left;}
footer>div{display:flex;justify-content: space-between;align-content: space-between; margin:0 auto;width:calc(100% - (var(--yanmenugenislik) * 2)); max-width:1850px}
footer>div>div{display:flex;flex-direction: column;justify-content: space-between; width:calc(50% / 3); margin:0 35px 0 0 }
footer .fline{ width: 1px;      background: #ffffff; padding:0}
footer>div>div:first-child,footer>div>div:last-child {width:25%;padding: 15px 0;}
footer>div>div:first-child{align-items: flex-end;font-size:14px; line-height:18px; font-weight:300; letter-spacing:1px !important}
footer>div>div:first-child img{width:240px;filter: brightness(0) invert(1);}
footer>div>div:first-child span{display:block; text-align:right}
footer>div>div ul>li:first-child{font-weight:bold;font-size:16px;line-height:20px;color:#fff;margin-bottom: 15px;}
footer>div>div ul>li a{font-weight:300; font-size:14px; line-height:25px ; color:#fff; letter-spacing:1px; display:block}
footer>div>div ul>li a:hover{color:#329aba}
footer>div>div:last-child {}
footer>div>div:last-child h1 { font-weight:bold; font-size:23px; line-height:27px}
footer>div>div:last-child h2 { font-weight:300; font-size:19px; line-height:23px; letter-spacing:5px}
footer>div>div:last-child .social {margin-top:20px;display: flex;flex-direction: row;justify-content: flex-start;}
footer>div>div:last-child .social a{display:block;margin-right: 10px;}
footer>div>div:last-child .social a svg{width:40px;}
footer>div>div:last-child .social a svg path{transition:.5s}
footer>div>div:last-child .social a:hover svg path{fill:#329aba !important}
.vesna{width:100%;padding:25px 0;text-align:center;background: #fff;}
.vesna a{display:block}
.vesna a img{width:320px}


/*Dialog*/
.whitebg{background:#fff}
.display_none{display:none}
.fullscreen { z-index: 6000;  border-radius: 0!important;    max-width: 100vw;    max-height: 100vh;    position: fixed;    top: 0;    right: 0;    bottom: 0;    left: 0;background:rgba(0, 0, 0, 0.85)}
.dialog-begin-bg>div{display:table; width:100%; height:100%}
.dialog-begin-bg>div>div{display:table-cell; vertical-align:middle; height:100%}
.dialog-begin-bg .dialog-begin-bg-begin{position:relative;/*height:60vh;width: 60vw;top:20vh;*/box-shadow: 0 6px 12px rgba(0,0,0,.175);padding: 40px 45px;border-radius:15px;}
.dialog-center{max-width:550px; margin:0 auto; width:100%}
.dialog-begin{position:relative; width:100%; padding:50px 25px}
.dialog-head-close{position:absolute;right: 30px;top: 30px;}
.dialog-head-close a{float:right;padding: 1px;width: 20px;height: 20px;text-align: center;}

.modal-icerik{height: calc(60vh - 60px );line-height:20px;padding-right: 25px;}
.modal-icerik h1{font-weight:700; font-size:16px;margin-top:25px}
.modal-icerik h2{font-weight:700; font-size:16px;margin-top:15px}
.modal-icerik strong{font-weight:bold; }
.modal-icerik p{margin-top:15px }
.modal-icerik>div{display:none}
.modal-buton{font-size: 14px;color: #7065D0;margin-right: 10px;font-weight: 800;display: block;  float: left;   padding: 10px 20px;border-radius: 10px; position: relative; cursor:pointer;border: 1px solid #7065D0;}
.modal-buton.active, .modal-buton:hover{ background: #110a4b; color: #fff;}

/*Dialog bitti*/
/* Kapsayıcıyı responsive yapmak için */
.video-container {
    padding-bottom: 56.25%; /* 16:9 oranı için */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

/* iframe'i kapsayıcıya uygun hale getirmek için */
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup-icerik{text-align:center}
.popup-icerik  img{ width: 95px;  margin-bottom: 15px;}
.popup-icerik h1{font-weight:bold;font-size:35px;margin-bottom: 15px;}
.popup-icerik input{ width: 100%; padding: 15px 15px; border: 1px solid #ccc;  font-weight: 500;  font-size: 18px;   border-radius: 15px;    margin-bottom: 15px;}
.popup-icerik .buttons{background: #126734;color: #ffffff;font-size: 18px;font-weight: bold;border: 1px solid #126734;border-radius: 15px;}
.popup-icerik .buttons:hover{background: #ffffff;color: #126734;}

.bottompage{position:relative;overflow:hidden;}
.mainbar{width:100%; height:40vh; overflow:hidden;position:relative}
.mainbar img{width:100%;position: relative;top: 50%;transform: translateY(-50%);height: 100%;-o-object-fit: cover;object-fit: cover;position: relative;}
.bottommain{display:flex;top:20vh;width: calc(100% - (var(--yanmenugenislik) * 4));margin:0 auto;justify-content: space-around;flex-direction: row;align-items: stretch;padding-bottom: var(--yanmenugenislik);}
.altmenu{left:var(--yanmenugenislik);      border-radius: 15px;   background: #181715;width:350px;color:#fff;z-index:3;margin-top: -15vh;}
.altmenu h1{    background: #181715;     border-radius: 15px; padding: 70px 10px 24px 39px;font-size:30px;font-weight:bold;color:#fff;     TEXT-TRANSFORM: UPPERCASE;} 
.altmenu ul{margin: 24px auto;width: calc(100% - 80px);}
.altmenu ul li{}
.altmenu ul li a{font-size: 16px;line-height: 38px;color:#fff;font-weight: 300;display: block;letter-spacing: .3px;}

.altmenu ul li a svg{ width: 10px;  height: 11px; transition:.3s}
.altmenu ul li .active, .altmenu ul li a:hover{ color:#46B974}
.altmenu ul li .active svg, .altmenu ul li a:hover svg{ margin-left:15px}
.altmenu ul li .active svg path, .altmenu ul li a:hover svg path{stroke:#46B974}
.homepage{    display: grid;
    border-radius: 30px;
    width: 100%;
    align-items: center;
    padding: 6px;
    margin-bottom: 25px;}
.homepage a{color: #fff;font-weight: bold;display: flex; padding: 20px;width: 100%;/* height: 100%; */align-items: center;justify-content: flex-start;font-size: 14px;}
.homepage svg{margin-right: 14px;}
.homepage svg path{}
.homepage:hover a svg path{fill:#fff}

.alticerik{width: calc(100% - (var(--yanmenugenislik) * 2) - 350px);}
.minibar{width: 100%;border-bottom: 1px solid #e8e8e8;padding: 21px 0;}
.minibar ul{display: flex;flex-direction: row;justify-content: flex-start;align-items: center;font-weight: 300;font-size: 13px;letter-spacing: 1px;}
.minibar ul li:nth-child(2n+1){ margin-right: 5px;}
.minibar ul li:nth-child(2n){ margin-right: 12px;}
.minibar ul a {font-weight: 300;font-size: 13px; color:#181715}
.minibar a{ font-weight:300}
.minibar b{ font-weight:bold}
.contact-txt{  margin-top: var(--yanmenugenislik);}
.text-dec{font-size: 18px;line-height: 25px;color: #444;font-weight: 300;margin-bottom: 30px;}
.text-dec p{margin-bottom:15px}
.text-dec p i{font-weight:500; font-size:120%; line-height:125%}
.text-dec p:last-child{margin-bottom:0}
.fullsize.hvideo{/* width:980px; */cursor:pointer;}
.fullsize.hvideo video{width:980px;max-width: 100%;}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.tesekkurler {width: calc(100% - 20px);padding: 30px 10px;display: none;}
.tesekkurler>p{color: #0a960f;text-align: center;font-size: 17px;font-weight: 600;line-height: 23px;}


/*product carousel*/
.product .slick-arrow {
}
.product .slick-arrow:hover{}
.product .slick-slide{height:auto !important}
/*product carousel end*/
.medya .treeflex{width:100%;}
.medya .treeflex>div{margin-bottom:45px}
.newsdetail  a{background:#126734}
.newsdetail a:hover::before{box-shadow: initial;}
.kariyer .text-dec h1{font-weight:bold;font-size:24px;margin-bottom: 10px;margin-top: 35px;}
.kariyer ul>li{ margin-bottom:10px} 
.kariyer .news{margin:0;width:200px; text-align:center }
.sablon1 .text-dec{ display:flex;    justify-content: space-between;    align-items: flex-start;}
.sablon1 .text-dec img{width:400px;margin-right: 50px;}

.sablon2 .text-dec{}
.sablon2 .text-dec>div:nth-child(2n){flex-direction: row-reverse;}    
.sablon2 .twoflex{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;padding: 0 0 95px 0;}
.sablon2 .twoflex>div{font-size:18px;line-height:25px;width:calc(50% - 25px);}
.sablon2 .twoflex>div h2{ font-weight:bold; font-size:30px; line-height:35px; margin-bottom:15px; color:#181715}

.sablon2 .news{ width:auto; margin:0}
.sablon2 .news a{margin:0}

.text-dec table {border-collapse: collapse;width: 100%;margin: 20px auto;font-weight:300;text-align:left;background: #f9f9f9;}
.text-dec table thead td{}
.text-dec table.cizgili tbody:nth-child(2n) { background: #fff}
/*.text-dec table.cizgili tbody tr:first-child td:first-child,tbody tr td:first-child{font-weight:500}
.text-dec table.cizgili tbody:hover td[rowspan], .text-dec table.cizgili tr:hover td {  background: red; }*/



.text-dec table td {padding: 5px 10px;border: solid 1px #ddd;text-align: left;font-size: 15px;line-height: 20px;vertical-align: middle;}
.text-dec h1{font-weight:bold;color:#181715;margin-top: 25px;font-size: 20px;margin-bottom: 10px;}
strong{text-align:left; font-weight:bold}
.text-dec ul {text-align: left;padding-left: 20px;margin-bottom: 15px;}
.text-dec ul li{font-size: 18px;list-style-type: none;line-height: 29px;position: relative;}
.modalicon{position:absolute; top:15px; right:15px;z-index:1}
.modalicon svg{width:35px; height:35px}

.modalicerik {position: fixed;top: 0;right: 0;bottom: 0;left: 0;width: 100vw;height: 100%;opacity: 0;z-index:999;visibility: hidden;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;background: rgba(0, 0, 0, 0.45);}
.modal__wrapper{position: absolute;width: 100vw;height: 100%;top: 0;right: -17px;overflow: hidden auto;cursor: pointer;padding: 0;}
.modalicerik .modal__wrapper>div{width:30vw;background:#fff;right:-30vw;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;padding:45px;position: absolute;min-height: 100vh;}
.modalicerik.active { opacity: 1;  visibility: visible;}
.modalicerik #modal-guncelle{ position:relative}
.modalicerik.active .modal__wrapper>div{right:var( --yanmenugenislik)}
.modal-close {width:30px;height:30px;position:absolute;right: 44px;cursor:pointer;text-align: right;z-index: 2;display: flex;align-items: center;justify-content: flex-end;}
#modal-guncelle img{width:100%; margin-bottom:30px}
#modal-guncelle h1{margin-bottom: 15px;font-size: 25px;line-height:30px;width: calc(100% - 75px);font-weight: bold;}
#modal-guncelle p{font-size: 16px;  line-height: 24px;}
body.modal-open { overflow: hidden;}
    

.sablon3 .treeflex>div{background:#fff;margin-bottom: 23px;border-radius: 5px;overflow: hidden; position:page}
.sablon3 .treeflex>div .text {padding: 20px 15px;}
.sablon3 .text-dec h1{margin-top:0;font-size: 16px;line-height: 22px;font-weight:bold;}
.sablon3 .text-dec p{margin-top:0; font-size:12px; line-height:16px; font-weight:300}
.sablon3 .treeflex>div>a{display:block}
.sablon3 .treeflex>div>a:hover .modalicon svg path{fill:#46B974;}
.contact .alticerik {  width: calc(100% - (var(--yanmenugenislik) * 2));}
.contact .maps iframe{ width:calc(100% - 55px)}
.contact .twoflex{justify-content: flex-start;align-items: flex-start;}
.contact .text-dec{width:100%}
.contact .item{ padding-left: 0; display: flex;  flex-direction: column;  justify-content: center;}
.contact .item li{list-style-type: none; display: flex;  justify-content: flex-start; font-size:16px}
.contact .item li>div:first-child{margin-right:10px;font-weight: 500;color:#329aba;}
.contact .item a{ color:#181715}
.contact .item a:hover{ color:#329aba}

.bottommain .fhed h1{font-size: 35px; line-height: 35px;  margin-top: 10px;}
.bottommain .fhed h2{ font-size: 17px; line-height: 17px;  margin-bottom: 0;}

.surdurebilirlik .note{border: 1px dashed #329aba;padding: 15px 35px;/* background: #fff; */}
.surdurebilirlik .note ul{border-bottom:1px solid #e1e1e1;display:flex;justify-content: space-between;align-items: center;}
.surdurebilirlik .note ul:last-child{border:0px solid #fff}
.surdurebilirlik .note ul:last-child{border:0px solid #fff}
.surdurebilirlik .note ul li a{color:#181715;display:block;width:100%;padding: 10px 0;font-weight:500;transition:none;font-size: 15px;line-height:18px;}
.surdurebilirlik .note ul li a:hover{color:#329aba; }
.surdurebilirlik .note ul li{width:calc(100% - 150px)}
.surdurebilirlik .note ul li:last-child{width:100px;text-align: right;}
.surdurebilirlik .note ul li:last-child img{width: 100%}
.surdurebilirlik .belge.fhed h1{font-size: 23px;line-height: 23px;/* margin-top: 45px; */}
.kvkk table td{ padding: 10px; text-align: left;  font-size: 18px; line-height: 24px;}
.surdurebilirlik .twoflex{ padding:0}
.surdurebilirlik .twoflex {font-weight:300}
.surdurebilirlik .twoflex h2{font-weight:bold; margin-bottom:20px}
.surdurebilirlik .twoflex>div{margin-bottom:25px;width: calc((100% /2 ) - 12.5px);-webkit-box-orient: vertical; -webkit-box-direction: normal;  -ms-flex-direction: column;    flex-direction: column;    cursor: pointer;    background-color: #fff;border-radius: 5px; padding:25px} 
.surdurebilirlik .twoflex div>img{width:100%}
.urunbelge  h1{font-weight:bold;font-size: 20px;background: #f4f4f4;padding: 10px 15px; margin-top:15px}
.urunbelge ul{ width: calc(100% - 20px);  margin: 0 auto;}
.urunbelge div ul:last-child { border: 0px solid #fff}
.urunbelge ul li{}

.uretim-detay{width:100%; background:#fff;border-radius: 5px; padding:25px; margin-top:25px}
.uretim-detay h1{ font-weight: bold; font-size: 20px;  margin-top: 15px; margin-bottom:10px}
.uretim-detay .td2.table>.row>div{width:30%; padding:8px 0; border-bottom:1px solid rgba(0, 0, 0, 0.05)}
.uretim-detay .td2.table>.row:first-child>div{font-weight:bold; font-size:17px; padding:10px 0}

.uretim-detay table{width:100%}
.uretim-detay  table>tr>td{vertical-align:middle}
.uretim-detay h1{ font-weight: bold; font-size: 20px;  margin-top: 15px; margin-bottom:10px}
.uretim-detay table tr>td h2{ font-weight: bold; margin-top: 15px; margin-bottom:3px}
.uretim-detay table tr>td{padding:8px 0; border-bottom:1px solid rgba(0, 0, 0, 0.05)}
.uretim-detay table tr:first-child>td{font-weight:bold; font-size:17px; padding:10px 0}

.formloading{position:absolute;top:0;left:0;background: rgb(0 0 0 / 0.55);height: 100%;display: none;}
.contact-form{max-width:990px; margin:0 auto; width:100%;position:relative}
.contact-form>div{ width:100%;}
.contact-form>div>div{width:100%;margin-bottom:25px;}
.contact-form>div>.smallform{  display:flex}
.contact-form>div>.smallform input{ margin-right:15px;width:calc((100% / 2) - 15px)}
.contact-form>div>.smallform input:last-child{margin-right:0; width:50%}
.contact-form>div>div:last-child{text-align:center}

.contact-form .fhed{text-align:center;margin-bottom: 35px;}
.contact-form .buton{ border:1px solid #46B974}
.contact-form .buton:hover{color:#fff; background:#126734; border:1px solid #46B974}

@media(max-width:1700px) {
.bottommain {width: calc(100% - (var(--yanmenugenislik) * 2));}
.altmenu{width:300px}
alticerik { width: calc(100% - (var(--yanmenugenislik)) - 300px);}
.txtkalite h1{ font-size: 30px; line-height: 33px;}
.txtkalite p {  font-size: 16px;   line-height: 22px;}
.txtkalite{left: 35px; width: calc(100% - 70px); margin-top: 35px;}    
.mg50 {  left: 35px;      bottom: 35px;    }
}

@media(max-width:1500px) {
    :root {
        --yanmenugenislik: 70px;
        --ustbosluk: 70px;
        --altbosluk: 30px;
    }

    .menu ul :not(li.search) a:before, .menu ul :not(li.search) a:focus:before{bottom: -7px}
    .bottommain {width: calc(100% - (var(--yanmenugenislik)))}
    .sablon1 .text-dec img {  width: 300px;   margin-right: 50px}        
    .menu .logo img{height:45px}           
    .menu.fixed .logo img { filter: none;  height: 35px;}       
    .yanmenu>div .hizlimenu .item>div:last-child a svg{max-width:30px}
    .yanmenu>div .lang a{font-size:18px}
    .menu ul li a {font-size: 15px;  letter-spacing: .5px;}
    .menu.fixed ul li a {font-size: 13px;  letter-spacing:0px;}

    .carousel__text h1{font-size:70px; line-height:70px}
    .carousel__text h2{font-size:25px; line-height:30px}
    .fhed h1{font-size: 35px; line-height: 35px;}
    .fhed h2 { font-size: 20px;   line-height: 22px;    margin-bottom: 5px;}
    .font-size25 { font-size: 20px;  line-height: 28px; }
    .txtkalite h1 { font-size: 20px;  line-height: 25px;}
    .txtkalite p { font-size: 14px;  line-height: 18px;}    
    .txtpop h1 { font-size: 25px; line-height: 32px;}
    .txtpop h2 { font-size: 20px;  line-height: 25px;}
    .news>div:first-child a h1 {font-size: 17px;line-height: 22px;margin-bottom: 7px;}
    .news > div:first-child a p {font-size: 14px;line-height: 17px; }
    .news .treeflex>div>div .text { padding: 35px 25px;}
   .rakamlarla .fourflex div h1 {font-size: 45px;line-height: 45px;color: #fff;}
   .rakamlarla .fourflex div p { font-size: 14px; line-height: 19px;}
   .menu ul li { padding: 0px 15px;}
   footer>div>div{margin: 0 15px 0 0;}
    footer > div > div ul > li a {   font-size: 13px;    line-height: 24px;}
  footer>div>div:first-child, footer>div>div:last-child{width:20%}
  footer>div>div:last-child h2 { font-size: 14px;  line-height: 21px;  letter-spacing: 3px;}
  footer>div>div:last-child h1 {  font-size: 16px; line-height: 25px;}
  footer>div>div:last-child .social a svg{width: 100%;}
.button {font-size: 14px; line-height: 16px;  padding: 10px 20px;}
.homeslo>div{min-height:310px; max-height:320px}
.homeslo.treeflex>div img {height: 100%;}
footer>div>div ul>li:first-child { font-size: 15px;  line-height: 19px;  margin-bottom: 10px;}
.vesna a img {  width: 270px;}

.altmenu {  width: 270px;}
.alticerik {  width: calc(100% - (var(--yanmenugenislik) * 2) - 270px);}

.contact-txt {  margin-top: calc(var(--yanmenugenislik) - 15px);}
.bottommain .fhed h1{font-size: 30px; line-height: 30px;  margin-top: 8px;}
.bottommain .fhed h2 { font-size: 15px;  line-height: 15px; }
.fhed h3 { font-size: 25px;  line-height: 32px; }
.text-dec {font-size: 16px;  line-height: 22px; margin-bottom: 22px;}
.altmenu h1 {padding: 40px 10px 20px 30px;font-size: 25px; }
.altmenu ul li a { font-size: 14px;  line-height: 35px;  }
.homepage a {font-size: 13px;}
.sablon2 .twoflex>div {  font-size: 16px;  line-height: 22px;}
.sablon2 .twoflex>div h2 { font-size: 25px; line-height: 30px;   margin-bottom: 10px;  }
#modal-guncelle p { font-size: 14px;  line-height: 21px;}
.modalicerik .modal__wrapper>div {padding: 30px;}
#modal-guncelle h1 { font-size: 22px;  line-height: 28px;}
.text-dec table {  margin: 15px auto;}
.text-dec ul li, .kvkk table td {font-size: 16px; line-height: 22px;}
.text-dec table td {  font-size: 14px;line-height: 19px;}
.text-dec h1 { font-size: 18px;  margin-bottom: 8px;}
.uretim-detay h1 {  font-size: 18px; margin-top: 10px;  margin-bottom: 7px;}
.uretim-detay table tr>td h2 {margin-top: 10px; font-size: 16px;}{}
.uretim-detay table tr>td{padding: 5px 0;font-size: 14px;line-height: 19px}
.urunbelge h1 {font-size: 18px; margin-top: 10px;}
.surdurebilirlik .note ul li a {  font-size: 14px;   line-height: 16px;}
.newspage.news>div:first-child a h1 { font-size: 15px;  line-height: 18px;}
.newspage.news>div:first-child a p { font-size: 13px; line-height: 17px;}
}

@media(max-width:1300px) {
    :root {
        --yanmenugenislik: 60px;
        --ustbosluk: 60px;
        --altbosluk: 25px;
    }
    .menu>div { width: calc(100% - (var(--yanmenugenislik)));}
    .menu ul {padding-top: 16px;}
    .menu .logo img{height:35px} 
    .menu ul li a { font-size: 14px;  letter-spacing: .5px;   padding: .4em .1em;}
    .yanmenu>div .hizlimenu .item>div:last-child a svg { max-width: 26px;}
   .homeslo>div {  min-height: 320px;  max-height: 330px;}
   .txtpop { bottom: 25px;  left: 25px;}
   .txtkalite {left: 25px; width: calc(100% - 50px);  margin-top: 25px;}
    .mg50 {   left: 25px;      bottom: 25px;    }
    .rakamlarla .fourflex div p {  font-size: 13px;     line-height: 18px;      font-weight: 300; }
    footer > div > div:first-child img { width: 190px;     filter: brightness(0) invert(1);   }
    footer {padding: 50px 0px;}
    footer>div>div:first-child { font-size: 12px;  line-height: 16px;}
    footer > div > div ul > li a { font-size: 12px;  line-height: 23px;   letter-spacing: 0.4px;}
    footer > div > div:last-child h1 {font-size: 14px; line-height: 23px; }
    footer>div>div:last-child h2 {font-size: 12px; line-height: 19px;  letter-spacing: 2px;}
    .twon a, .twon {  font-size: 10px;    }
    .vesna a img { width: 220px;}
    .sablon1 .text-dec img {  width: 200px;  margin-right: 25px;}
    .text-dec p {  margin-bottom: 10px;}
    .text-dec ul li, .kvkk table td, .text-dec { font-size: 14px;  line-height: 20px;    margin-bottom: 10px;}
}

@media(max-width:1200px) {
}

@media(max-width:1100px) {
}

@media(max-width:1080px) {
    .menu{display:none}
    .mmenu{display:flex;}
    .rakamlarla .fourflex>div{width:45%; margin-bottom:25px}
    footer>div>div{display:none}
    footer > div > div:first-child{ display:flex; width:45%}
    footer > div > div:last-child{ display:flex; width:45%}
    .twon{margin-top:25px}
    footer>div>div:first-child span {
    display: block;
    text-align: center;
}
    footer { padding: 30px 0px;}
    .altmenu{display:none}    
    .contact .maps iframe, .contact .alticerik, .alticerik {  width: 100%; }
    .modalicerik .modal__wrapper>div{width:50vw}
    .contact .twoflex>div{width:100% !important; display:table; margin-bottom:35px}
    .homeslo>div{min-height:400px;   max-height:410px;}
}

@media(max-width:800px) 
{
	.popupkampanya > .kampanyalar > div > div{width:90%;}
    .homeslader .socialmedia{display:none}
    .carousel__text{bottom:20vh}
    .treeflex>div, .twoflex>div{display: flex;width: 100% !important;min-height:auto;max-height:none;}   
    .home1 .twoflex>div:first-child{margin-bottom:45px}
    .homeslo>div:nth-child(2) .button{ margin-top:35px}
    .homeslo.treeflex > div img {height: auto;  width: 100% }
    .leftcolum{padding:0}
    .begin-item .ptb20{padding:0}
    .bottompage .twoflex>div{margin-bottom:25px}
    .sablon2 .twoflex{padding:0 0 35px 0}
       .modalicerik .modal__wrapper>div{width:70vw}
    .product-photos{margin-top:25px}
    .product-photos__slider {   padding-bottom: 0px;    }
    .surdurebilirlik .note ul li a {font-size: 13px;line-height: 18px;}
    .surdurebilirlik .note ul li {width: calc(100% - 80px);}
    .urunbelge h1 {font-size: 16px;margin-top: 10px;}
   .fhed h1, .bottommain .fhed h1 {font-size: 22px;  line-height: 25px;}
   .fhed h2{font-size:17px; line-height:20px}
    .product-photos__slider .slick-arrow, .slader .slick-arrow, .slider .slick-arrow, #toTop,#toTop a{width:40px; height:40px}
    .product-photos__slider .slick-arrow, .slader .slick-arrow, .slider .slick-arrow{ background-size: 9px; background-position: 16px;}
    .product-photos__slider .slick-arrow.slick-next, .slader .slick-arrow.slick-next, .slider .slick-arrow.slick-next{background-position: 16px;}
}

@media(max-width:500px) {
    .wrapper { width: 100% !important; margin-left: 0 !important; padding-top: 20px !important;}
    .wrapperone { width: 100% !important; }
        .butun { display: grid !important; padding: 10px !important; }
    .myImg {     width: 100% !important;
    max-width: 400px !important; }
    .tab-link {    padding: 10px 10px !important; }
.whatsapp-button { width: 40px !important; height: 40px !important; bottom: 20px !important; left: 20px;}
.whatsapp-button img { width: 40px; height: 40px;}
	.popupkampanya > .kampanyalar > div > div{width:70%;}
     .homeslo.treeflex > div img {height:100%;  width:100%; }
    .mainbar{height:20vh}
    .mailglobal{width:100%}
    .begin-item {  margin:30px auto;}
    .mmenu>.ustbar{justify-content: flex-end;}
    .mmenu .search{order:1}
    .mmenu .menuicon{order:2}
    .mmenu > .ustbar > .logo{margin-left:10px}
    .dialog-center{max-width:90%}
    .dialog-begin-bg .dialog-begin-bg-begin{padding:20px 25px;}
    .popup-icerik img{width:65px}
    .popup-icerik h1{font-size:25px}
    .mmenu .search, .mmenu .menuicon {border-left: 1px solid rgba(255, 255, 255, 0.15); border-right:0}
    .mmenu.fixed .search, .mmenu.fixed .menuicon {border-left: 1px solid #e1e1e1; border-right:0}
    .carousel__text{width:calc(100% - 16vw)}
    .carousel__text h1 {font-size: 60px; line-height: 60px;}
    .carousel__text h2 { font-size: 20px;  line-height: 25px;}
    .home1 {background:none; margin:15px auto}
    .home1>.twoflex{width: 100%; margin:0; padding:0}
    #chVideo2{border: 0px solid rgba(255, 255, 255, 0.15);    box-shadow: none;}
    .home1 .w45{width: 100% !important;margin:0 auto;background: #181715;padding: 4vw 8vw;}
    .home1 .twoflex>div:first-child{margin-bottom: 0;}
    .home1 .txtwhite{}
    .home1 .button{font-size:18px;}
    .home1 .txtmain{width:100%}
    .font-size25 {font-size: 16px;line-height: 21px;}
    .mfp-bg,.mfp-wrap{width: 100% !important}
    .mfp-container{width:90% !important; margin-left:5%}
    .fhed{margin-bottom:0px}
    .fhed h2, .fhed h1 {text-align:left;margin-left:8vw;width: calc(100% - 16vw);}
    .fhed h1, .bottommain .fhed h1 {font-size: 18px;line-height: 23px;color: #181715 !important;}
    .fhed h2 {font-size: 16px;line-height: 20px;letter-spacing: 0px;margin-bottom: 0;}
    .ftxt p:last-child{margin-bottom:0}
    .home1 .button{margin-top:0}
    .txtpop {left: 8vw; width: calc(100% - 16vw);}
    .homeslo > div:nth-child(2){}
    .txtkalite {left: 0; width: 100%; margin-top: 0;}
    .homeslo>div:nth-child(2) .button {left:0}
    .news .treeflex{ margin: 0 auto;  width: 90%;}
    .news .treeflex>div{margin:15px auto}
    .news .button {margin: 15px auto 10px auto;}
    .news .treeflex>div>div .text {  padding: 20px 25px;}
    .home2 {background: #ffffff;}
    .home2 .fhed h1,.home2 .fhed h2{color: #181715;text-align:center;}
    .home2 .fourflex{margin-top:25px;width: 80%;}
    .begin-item.rakamlarla{margin:0; background: #181715;}
footer>div {

    margin: 0 auto;

}
    .rakamlarla .fourflex>div {width: 100%;margin-bottom: 25px;color: #181715;}
    .rakamlarla .fourflex svg path{fill:#329aba}
    .rakamlarla .fourflex div span, .rakamlarla .fourflex div h1, .rakamlarla .fourflex div p {   color: #181715    }
    footer>div{display:table}
    footer > div > div:first-child, footer > div > div:last-child{width:100%; display:table; text-align:center;}
    footer > div > div:first-child, footer > div > div:last-child {
    width: 100%;
    display: table;
    text-align: center;
}
footer>div>div:last-child .social {
    justify-content: center;
}
    footer > div > div:first-child:first-child a{display:block; margin-bottom:10px}
    #toTop{right:10px}
    .alticerik .fhed h2, .alticerik .fhed h1 {  margin-left: 0;    width: calc(100% );}
    .alticerik .text-dec{margin-top:15px}
    .fullsize.hvideo{margin-top:25px}
    .bottommain{padding-bottom: 25px}
    .bottompage .twoflex>div:last-child{margin-bottom:0}
    .sablon2 .fhed h3{margin:15px 0 25px 0}
    .sablon1 .text-dec{display:table}
    .sablon1 .text-dec>div:first-child{margin-bottom:15px; text-align:center}
    .sablon1 .text-dec>div:first-child img{width:100%}
    .modalicerik.active .modal__wrapper>div {right:16px}
    .modalicerik .modal__wrapper > div {  width: 90vw; }
    .contact-txt.sablon1 .text-dec>div{text-align:left}
    .uretim-detay{line-height:20px}
    .product-photos__slider .slick-dots li {  margin: 0 2px;     width: 15px; }
    .product-photos__slider .slick-dots button {  width: 10px;height: 10px;}
    .product-photos__slider figure{width:200px}
    .product-photos__slider .slick-arrow.slick-next { right: 10px; }
    .product-photos__slider .slick-arrow{left:10px;}
    .note{margin-top:15px;padding: 10px 10px !important;}
    .note ul li:last-child {  width: 65px !important;}
    .newspage { margin-top: 15px;}
    .newspage>.treeflex {width:100%}
    .contact .maps iframe{height:250px}
    .contact-form > div > .smallform{display:table}
    .contact-form>div>.smallform input:last-child, .contact-form>div>.smallform input{width:100%;}
    .contact-form>div>div, .smallform, .contact-form>div>.smallform input:first-child{margin-bottom:15px}
    .contact-form .buton {border: 1px solid #46B974;  background: #126734;    color: #fff; } 
.liman>.fullsize {text-align: left;width: calc(100% - 16vw);}
.liman {height: 350px}
   

}

