* { box-sizing: border-box; }
.show-in-phone { display: none; }
#mobile-menu-icon, #mobile-basket-icon { display: none; }
body { margin: 0; padding: 0; font-family: Regular; font-size: 14px; line-height: 22px; background-color: #f9f9f9; }
.color-yellow { color: #ffcc00; }
.color-green { color: #0da59c; }
color-gray1 { color: #42536e; }
.spinner-gray { width: 16px; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-bold { font-family: semiBold; }
i.icon { font-size: 24px; margin: 0 10px; }
.dflex { display: flex; }
.flexrow { flex-direction: row !important; }
.flexcol { flex-direction: column !important; }

.flex-1 { flex: 1; }
.flex-2 { flex: 2; }
.flex-3 { flex: 3; }
.flex-4 { flex: 4; }
.flex-5 { flex: 5; }
.flex-6 { flex: 6; }
.flex-7 { flex: 7; }
.flex-8 { flex: 8; }
.flex-9 { flex: 9; }
.flex-10 { flex: 10; }
.flex-11 { flex: 11; }
.flex-12 { flex: 12; }
.flex-jcc {justify-content: center;}
.flex-jcsb {justify-content: space-between;}
.flex-asc { align-self: center;}
.flex-align-center { align-items: center}

.mv-5 { margin-top: 50px; margin-bottom: 50px; }
.mt-5 { margin-top: 50px; }

a.btn { transition: all .5s; padding: 12px 30px 8px 30px; white-space: nowrap; text-decoration: none; border-radius: 5px; font-family: Medium; text-transform: uppercase;}
a.btn.blue { background-color: #0f53fa; color: #ffffff; text-decoration: none; }
a.btn.blue:hover { background-color: #0b47d9; }
a.btn.green { background-color: #0da59c; color: #ffffff; text-decoration: none;}
a.btn.green:hover { background-color: #0a857e; }

.login-seperator { width: 70%; margin-top: 40px; height: 20px; border-top: #d4d4d4 1px solid }

a:link, a:visited { text-decoration: none; color: #0da59c; }
a:hover { text-decoration: underline; }

.container { width: 100%; max-width: 1230px; margin: 0 auto; display: flex; flex-direction: column; }
#top-bar { background-color: #f5f5f5; padding: 12px 0; border-bottom: #e8e8e8 1px solid; position: sticky; top: 0; z-index: 1000; }
#top-bar .info { display: flex; flex-direction: row; justify-content: space-between; flex: 1; }
#top-bar .info span { margin: 0 15px 0 4px; }

#header { padding: 10px 0; border-bottom: #e8e8e8 1px solid; position: sticky; top: 47px; background-color: #ffffff; z-index: 1000; }
#header .container { display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
#header .logo a:link, #header .logo a:visited { display: flex; font-family: Bold; font-size: 34px; color: #242424; text-decoration: none; padding: 10px 0; }
#header nav { padding: 5px 0 0 0; }
#header nav span, #header nav a:link, #header nav a:visited { text-transform: uppercase; text-decoration: none; color: #242424; margin: 0 25px; font-size: 13px; }
#header nav a:last-child { margin-right: 0; }
#header nav span:hover, #header nav a:hover { color: #0da59c; }
#header nav a.active { color: #cc0001; }
#header nav span { position: relative; cursor: default; }
#header nav span .menu {
    position: absolute;
    display: none;
    flex-direction: column;
    padding-top: 33px;
    left: -25px;
    top: 15px;
}
#header nav span:hover .menu {
    display: flex;
}

#header nav span .menu .menu-container {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 2px;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    border: #e8e8e8 1.5px solid;
    border-top: transparent;
}

#header nav span .menu .menu-container a {
    white-space: nowrap;
    margin: 0;
    padding: 10px  25px;
}

#header nav span .menu .menu-container a:last-child {
    border-radius: 0 0 6px 6px;
}

#header nav span .menu .menu-container a:hover {
    color: #ffffff;
    background-color: #0da59c;
}

#haber-bar { display: flex; min-height: 160px; background-image: url(../img/bg01.jpeg); background-size: cover; background-position: center center; }
#haber-bar .container {flex-direction: column; align-items: center; justify-content: center; }
#haber-bar .container h3 { display: none; font-family: SemiBold; font-size: 22px; margin: 0; }
#haber-bar .container p { margin: 5px 0; font-size: 16px; }

section { padding: 75px 0; background-color: #ffffff; }
section.home-list { padding: 50px 0; }
section.inner { padding: 20px 0; min-height: 600px; }
section.gray { background-color: #f5f5f5; }
section.logon .container { flex-direction: row; }
.footer-bottom { background-color: #f5f5f5; border-top: #eeeeee 1px solid; padding: 15px 0; color: #999999; font-size: 12px; }
#categories {display: flex; flex-direction: column; flex: 1; padding-right: 30px; }
.searchbox { background-color: #f5f5f5; padding: 15px; border-radius: 5px; position: relative; }
.searchbox input { border: transparent 1px solid; background-color: #f5f5f5; width: 100%; padding-right: 35px; outline: none; font-size: 14px; font-family: Regular; color: #4a4a4a; }
.searchbox i { position: absolute; width: 36px; line-height: 36px; background-color: #ffffff; text-align: center; right: 8px; border-radius: 5px; top: 8px; color: #0da59c; cursor: pointer; }
h1.page-title { width: 100%; max-width: 1230px; border-bottom: #e8e8e8 1px solid; margin: 0 auto 30px auto; padding: 15px 0 15px 0; }
h3.category-title { font-family: Bold; padding: 15px 0; }
category-title i { display: none; }
#categories .category-list { display: flex; flex-direction: column; }
#categories a:link, #categories a:visited { text-decoration: none; padding: 20px 0; border-top: #f2f2f2 1px dashed; font-family: 'SemiBold'; color: #42536e; }
#categories a i { font-size: 18px; margin-right: 15px; }
#categories .list {  padding-bottom: 20px; display: none; }
#categories .list.show { display: block; }
#categories .list a:link, #categories .list a:visited { border-top: transparent 0px solid; border-radius: 5px; transition: all .2s; padding: 10px 32px; display: block; margin-bottom: 5px; text-decoration: none; color: #242424; }
#categories .list a:hover { background-color: #f2f2f2;  }
#categories .list a.selected { background-color: #42536e; color: #ffffff; }

.home-list .container { flex-direction: row; }
#product-list, .product-list { display: flex; flex-direction: column; flex: 3; padding-left: 30px; }
.toolbar {min-height: 51px; font-size: 14px; display: flex; flex-direction: column; }
.toolbar label { font-family: SemiBold; font-size: 26px; color: #42536c; padding-bottom: 15px; margin-bottom: 15px; border-bottom: #f2f2f2 1px solid; }
.toolbar .actions select { padding: 12px; border: #f2f2f2 1px solid; background-color: #f2f2f2; border-radius: 5px; color: #42536c; font-size: 14px; }
.toolbar .actions {display: flex; align-items: center; padding-bottom: 15px; border-bottom: #f2f2f2 1px solid; }
.toolbar .actions span { color: #42536c; margin: 0 10px; }
.toolbar .actions a.icon:link, .toolbar .actions a.icon:visited { margin: 0 2px; text-align: center; color: #42536c; text-decoration: none; width: 36px; font-size: 20px; padding: 5px; border-radius: 4px; }
.toolbar .actions a.icon:hover {background-color: #0da59c; color: #ffffff;}
.toolbar .actions a.icon.selected {background-color: #42536c; color: #ffffff;}
#product-list .items, .product-list .items { display: flex; flex-direction: row; flex-wrap: wrap; }
#product-list .items .product, .product-list .items .product { display: flex; position: relative; flex-direction: column; width: 33.3%; padding: 0 0 0 0; border-right: #e8e8e8 1px solid; border-bottom: #e8e8e8 1px solid;   }
.product-list.n4 .items .product { width: 25%; }
#product-list .items .product:nth-child(3n), .product-list .items .product:nth-child(3n) { border-right: transparent 1px solid; }
.product-list.n4 .items .product:nth-child(3n) { border-right: #e8e8e8 1px solid; }
.product-list.n4 .items .product:nth-child(4n) { border-right: transparent 1px solid; }
#product-list .items .product .inner, .product-list .items .product .inner { display: flex; flex-direction: column; flex: 1; }
#product-list .items .product .inner .image-container, .product-list .items .product .inner .image-container { display: flex; flex: 1; align-items: center; flex-direction: column; position: relative; padding: 20px 20px 20px 20px; border-radius: 8px 8px 0 0; }
#product-list .items .product .inner .image-container .image,
    .product-list .items .product .inner .image-container .image { display: flex; justify-content: center; /*height: 160px;*/ background-position: center; background-repeat: no-repeat; background-size: cover; align-items: center;}
#product-list .items .product .inner .image-container .image img,
    .product-list .items .product .inner .image-container .image img { max-width: 100%; max-height: 100%; }
#product-list .items .product .inner .image-container .basket-panel,
    .product-list .items .product .inner .image-container .basket-panel { overflow: hidden; height: 0px; position: absolute; left: 0; right: 0; bottom: 0; background-color: #0da59c; transition: all .5s; }
#product-list .items .product .inner .image-container .basket-panel-off,
    .product-list .items .product .inner .image-container .basket-panel-off { overflow: hidden; height: 5px; position: absolute; left: 0; right: 0; bottom: 0; background-color: #795548; transition: all .5s; }
#product-list .items .product .inner .image-container .basket-panel a,
    .product-list .items .product .inner .image-container .basket-panel a { text-decoration: none; text-align: center; display: block; color: #ffffff; font-size: 15px; font-family: SemiBold; padding: 15px 0; }
#product-list .items .product .inner .image-container .basket-panel a i,
    .product-list .items .product .inner .image-container .basket-panel a i { font-size: 20px; margin-right: 10px; }
#product-list .items .product .inner .image-container:hover .basket-panel,
    .product-list .items .product .inner .image-container:hover .basket-panel { height: 51px; }
#product-list .items .product .inner .info, .product-list .items .product .inner .info { text-align: center; padding: 20px 20px 0 20px; }
#product-list .items .product .inner .info a, .product-list .items .product .inner .info a { text-decoration: none; font-size: 14px; color: #42536c; line-height: 24px; }
#product-list .items .product .inner .info a label, .product-list .items .product .inner .info a label { cursor: pointer; }
#product-list .items .product .inner .info span, .product-list .items .product .inner .info span { display: block; font-size: 14px; color: #999999; padding-top: 5px; }
.items .product .inner .info a label b { font-family: Medium; }

.bookmark1 { position: absolute; right: 0px; top: 0; width: 40px !important; }
.bookmark2 { position: absolute; right: 10px; top: 0; width: 40px; }

.product-single { width: 100%; position: relative; display: flex; flex-direction: row; padding: 25px 0; border-bottom: #f2f2f2 1px solid; }
.product-single .image { display: flex; width: 250px; margin-right: 50px; }
.product-single .image img { width: 250px; align-self: center; }
.product-single .content { display: flex; flex-direction: column; padding: 0 50px; }
.product-single .content .row { display: flex; flex-direction: row; padding: 5px 0; align-items: center; }
.product-single .content .row label { width: 130px; font-family: SemiBold; }
.product-single .content .row div.value { flex: 1; }
.product-single .content .row div.value p { margin: 0; padding: 0; }
.add-to-basket-v2 { display: flex; flex-direction: row; align-items: center; }
.add-to-basket-v2 span { cursor: pointer; display: flex; width: 24px; height: 24px; border: #0da59b 1px solid; border-radius: 22px; align-items: center; justify-content: center; font-size: 16px; color: #0da59b; }
.add-to-basket-v2 label { width: 50px !important; align-items: center; justify-content: center; display: flex; font-size: 16px; height: 24px; }
.add-to-basket-v2 .btn { margin-left: 20px; padding-top: 8px; padding-bottom: 8px; }
table { width: 100%; }
th { font-family: SemiBold; text-align: left; padding: 10px; border-bottom: #e8e8e8 1px solid; }
td { text-align: left; padding: 10px; border-bottom: #e8e8e8 1px solid; }

/* add to basket */
#shadow-container { position: fixed; z-index: 1000; right: 0; top: 0; left: 0; bottom: 0; display: none; }
#shadow-container.show { display: flex; }
#shadow { position: absolute; right: 0; top: 0; left: 0; bottom: 0; background-color: #000000; opacity: .8; }
#shadow-content { padding: 40px 50px; width: 400px; position: absolute; top: 0; right: -400px; bottom: 0; transition: all .8s; z-index: 10; background-color: #ffffff; }
#shadow-content.show { right: -0px; }
#shadow-content h2 { margin: 5px 0 20px 0; line-height: 28px; }
#shadow-content span { font-family: 'SemiBold'; color: #52624c; }
#shadow-content label { margin-bottom: 25px; display: block; }
#add-panel { display: flex; flex-direction: column; align-items: center; }
#add-panel .item-count { display: flex; flex-direction: row; border: #d4d4d4 1px solid; margin-bottom: 20px; width: 100%; border-radius: 4px; }
#add-panel .item-count span { cursor: pointer; width: 70px; font-size: 20px; align-items: center; justify-content: center; display: flex; }
#add-panel .item-count span:hover { background-color: #f5f5f5; }
#add-panel .item-count span.left { border-right: #d4d4d4 1px solid; }
#add-panel .item-count span.right { border-left: #d4d4d4 1px solid; }
#add-panel .item-count label,
    #add-panel .item-count input { text-align: center; width: 160px; border: transparent 0px solid; display: flex; flex: 1; justify-content: center; align-items: center; font-size: 20px; margin: 0; height: 50px; }
#add-panel .btn { width: 100%; margin-bottom: 10px; cursor: pointer; text-transform: uppercase; }
.unselect {
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
.home-message {
    display: block;
    padding: 40px 30px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 5px;
    width: 100%;
}

section.user-messages { background-position: top right; margin-bottom: 0px; padding: 50px 0; background-image: url(../../contentFiles/page-title-bg.jpeg); background-repeat: no-repeat; background-size: cover; }
section.user-messages .container { position: relative; text-align: center; align-items: center; justify-content: center; height: 100%; }
section.user-messages .container .swiper-container { width: 900px; position: unset; }
section.user-messages .container .swiper-container .swiper-wrapper { align-items: center; }
section.user-messages .container .swiper-slide { justify-content: center; flex-direction: column; display: flex; color: #42536c; }
section.user-messages .container .swiper-slide * { margin: 0; }
section.user-messages .container .swiper-container .swiper-pagination { display: none; bottom: -30px; align-items: center; justify-content: center; }
section.user-messages .container .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 6px; height: 6px; }
section.user-messages .container .swiper-container .swiper-pagination .swiper-pagination-bullet-active { background: #242424; width: 8px; height: 8px; }
section.user-messages .container .swiper-container .swiper-button-prev { background-image: url(../../pages/images/left.png); width: 40px; height: 40px; background-position: center; background-repeat: no-repeat; background-size: 28px; }
section.user-messages .container .swiper-container .swiper-button-next { background-image: url(../../pages/images/right.png); width: 40px; height: 40px; background-position: center; background-repeat: no-repeat; background-size: 28px; }

.info-panel { background: #ECF4E7; border-radius: 4px; padding: 15px; display: flex; flex-direction: column; margin-bottom: 25px; }
.haber-list { display: flex; flex-wrap: wrap; }
.haber-list .haber-box { width: 100%; padding: 10px; display: flex; }
.haber-list .haber-box .item { color: #242424; position: relative; box-shadow: 0 0 5px #d4d4d4; padding: 15px 45px 15px 15px; border-radius: 5px; flex: 1; }
.haber-list .haber-box .item .view { position: absolute; right: 15px; top: 15px; color: #0da59c; }
.haber-list .haber-box .item a:link, .haber-list .haber-box .item a:visited { color: #242424; text-decoration: none; display: flex; flex: 1; flex-direction: column;}
.haber-list .haber-box .item a span { display: block; color: #999999; font-size: 12px; font-family: semiBold; }
.haber-list .haber-box .item:hover { cursor: pointer; box-shadow: 0 0 5px #0da59c; color: #0da59c; }
.haber-list .haber-box .item:hover a { color: #0da59c; }

#notification-container { transition: all 1s; z-index: 10000; width: 100%; position: fixed; top: -350px; left: 0; right: 0; display: flex; flex-direction: row; justify-content: center; align-items: center; }
#notification { text-align: center; color: #ffffff; padding: 20px; border-radius: 5px; box-shadow: 0 0 15px #d4d4d4; width: 280px; }
#notification.info { background-color: #242424; } 
#notification.error { background-color: #cc0001; }
#notification-container.show { top: 20px; } 
section.info .container { flex-direction: row; }
.cargo-info { align-items: center; padding: 15px; margin: 15px 0 5px 0; border-radius: 4px; background-color: #ffffff; display: flex; }
.cargo-info * { margin-right: 10px; }
.cargo-info i { font-size: 24px; color: #0da59c; }
.image i.arrow {
    position: absolute;
    top: 48%;
    font-size: 24px;
    color: #0da59b;
}
.image i.video {
    font-size: 34px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #cc0001;
}
.image { position: relative; }
.image i.arrow.left { left: -30px; }
.image i.arrow.right { right: -30px; }
.image.grid i.arrow.right { right: -10px; }
.image.grid i.arrow.left { left: -10px; }
.image.grid i.video { left: unset; right: 0; bottom: unset; top: 0; }

.popup-title { z-index: 10000; position: fixed; top: 0; width: 100%; background-color: #ffffff;  text-align: center; font-size: 22px; color: #242424; box-shadow: 0 0 5px #d4d4d4; line-height: 30px; margin: 0; padding: 20px 15px; }
.popup-container { flex: 1; overflow: auto; display: flex; flex-direction: column; padding: 100px 30px; background-color: #ffffff; }
.popup-container iframe, .popup-container .fancybox-iframe, .popup-container .fancybox-video { max-height: 340px; }
.popup-container .swiper-pagination { bottom: 0 !important; }
.popup-footer { text-align: right; position: fixed; bottom: 0; width: 100%; background-color: #ffffff; padding: 15px; box-shadow: 0 0 5px #d4d4d4; }
.contact-info { padding: 0 0 15px 0; display: flex; flex-direction: row; align-items: center;  }
.contact-info div { margin: 5px 0; display: flex; flex-direction: row; align-items: center; }
#productSlider .swiper-wrapper { align-items: center; }
.slider-arrow {
    position: absolute;
    top: 48%;
    font-size: 24px;
    background-color: #ffffff;
    color: #0da59b;
    z-index: 10;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 0 5px #d4d4d4;
    cursor: pointer;
}

.slider-arrow.left {
    left: 10px;
}

.slider-arrow.right {
    right: 10px;
}

#slider-area {
    height: 450px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

#slider-area .swiper-container, #slider-area .swiper-container .swiper-wrapper {
    height: 100%;
    width: 100%;
}

#slider-area .slide-item {
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    width: 100%;
}

#slider-area .slide-item .container .slide-content h1 {
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 0 5px #000000;
    font-size: 52px;
}

#slider-area .slide-item .container .slide-content p {
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 0 5px #000000;
    font-size: 30px;
    line-height:36px;
    padding: 0 15%;
}

#slider-area .slide-item .container .slide-content .slide-button-set {
    text-align: center;
    padding: 20px 0;
}

#slider-area .slide-item .container .slide-content .slide-button-set a:link,
    #slider-area .slide-item .container .slide-content .slide-button-set a:visited {
        display: inline-block;
        padding: 12px 30px;
        text-decoration: none;
        background-color: #0da59c;
        color: #ffffff;
        border-radius: 6px;
        white-space: nowrap;
        transition: all .75s;
    }

#slider-area .slide-item .container .slide-content .slide-button-set a:hover {
    background-color: #242424;
}

#slider-area .swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: .5;
}

#slider-area .swiper-container .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #ffffff;
    opacity: 1;
}

#footer {
    background-color: #f9f9f9;
    border-top: #e8e8e8 1.5px solid;
    padding: 40px 0 0 0;
}

#footer .container {
    flex-direction: row;
}

#footer .baseh-info {
    display: flex;
    flex: 4;
    flex-direction: column;
}

#footer .container h3 {
    font-size: 16px;
    font-family: 'SemiBold';
    color: #242424;
    margin: 0 0 0px 0;
}

#footer .container p {
    font-size: 12px;
    color: #666666;
    margin: 0 0 0px 0;
}

#footer .footer-links {
    display: flex;
    flex: 8;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

#footer .footer-links div a {
    text-transform: uppercase;
}

#footer .footer-links a:link, #footer .footer-links a:visited {
    color: #999999;
    text-decoration: none;
    margin-left: 10px;
    font-size: 12px;
}

#footer .footer-links a:hover {
    color: #242424;
}

#footer .footer-seperator {
    border-top: #e8e8e8 1px solid;
    margin-top: 30px;
    padding: 20px 0;
}

#footer .footer-seperator .container {
    justify-content: space-between;
    align-items: center;
}

#footer .footer-seperator .container div {
    display: flex;
    flex-direction: row;
    flex: 1;
}

#footer .footer-seperator .container div:nth-child(2) {
    justify-content: center;
}

#footer .footer-seperator .container div:nth-child(3) {
    justify-content: flex-end;
}

.pay-container {
    display: flex;
    flex-direction: column;
    width: 450px;
    margin: 0 auto;
    border: #d4d4d4 1px solid;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 20px 30px
}

.pay-container .row {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.pay-container .row label {
    display: flex;
    padding: 5px 0;
    font-weight: bold;
}

.pay-container .row .el {
    display: flex;
    flex-direction: column;
}

.pay-container .row .el.frow {
    flex-direction: row;
}

.pay-container .row .el input[type="text"],
.pay-container .row .el textarea,
.pay-container .row .el select {
    padding: 10px 12px;
}

.pay-container .row .el label.seperator {
    padding: 0 10px;
    display: flex;
    align-items: flex-end;
}

.pay-container .buttonset {
    text-align: center;
    padding: 20px 0;
}

.tab-container {
    display: flex;
    flex-direction: column;
}

.tab-container .tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tab-container .tabs label {
    text-transform: uppercase;
    padding: 9px 25px 7px 25px;
    border-radius: 5px;
    margin: 5px;
    color: #242424;
    background-color: #f5f5f5;
}

.tab-container .tabs label:hover {
    cursor: pointer;
    background-color: #e8e8e8;
}

.tab-container .tabs label.active {
    background-color: #0da59c;
    color: #ffffff;
    cursor: default;
}

.dspNone {
    display: none;
}

.product-list .button-set {
    padding-top: 35px;
    align-items: center;
}

.duyuru-item {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.duyuru-item span {
    font-size: 12px;
}

.duyuru-item h3 {
    font-family: semiBold;
    padding-bottom: 7px;
}

.fiyat span {
    margin-right: 10px;
}

.fiyat span.old {
    text-decoration: line-through;
    color: #cc0001;
}

.fiyat span.new {
    padding: 5px 15px;
    background-color: #009900;
    color: #ffffff;
    border-radius: 15px;
}

.fiyat span.normal {
    font-family: semiBold;
}

.page-title-container {
    background-color: #494b5f;
    color: #ffffff;
}

.page-title-container h1 {
    margin: 0;
    padding: 30px 0;
    font-family: 'SemiBold';
    letter-spacing: 0;
}

section.iletisim {
    padding: 100px 0;
}

.container.iletisim {
    flex-direction: row;
    min-height: 450px;
}

.container.iletisim .left-col, .container.iletisim .right-col {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.container.iletisim h2 {
    font-size: 16px;
    font-family: 'SemiBold';
    color: #242424;
    margin: 0 0 0px 0;
}

.container.iletisim h3 {
    font-size: 14px;
    color: #666666;
    margin: 0 0 10px 0;
}

.container.iletisim .left-col label {
    margin-bottom: 7px;
}

.container.iletisim .left-col label span {
    display: block;
    font-family: semiBold;
}

.container.iletisim .left-col p {
    line-height: 26px;
    padding-right: 50px;
}

.container.iletisim .right-col iframe {
    width: 100%;
    height: 100%;
}

.right-col .duyuru-item {
    margin-top: 30px;
}