/* GUIDE */
html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    user-select: none;
}

* {
    outline: none;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #412f28;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px;
    min-width: 664px;
    display: inline-block;
}
h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ba8c53;
}

h2 {
    font-size: 28px;
    line-height: 1.3;
    color: #412f28;
    font-weight: 500;
}

h3 {
    font-size: 20px;
    line-height: 1.3;
    color: #412f28;
}

h4 {
    font-size: 18px;
    line-height: 1.3;
    color: #412f28;
}

h5 {
    font-size: 16px;
    line-height: 1.3;
    color: #412f28;
}

h6 {
    font-size: 14px;
    line-height: 1.3;
    color: #412f28;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #494949;
    line-height: 1.3;
    margin-bottom: 20px;
}

a {
    font-size: 16px;
    color: #ef3340;
    line-height: 1.2;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: blue;
}

ul {
}

ul li {
    color: #494949;
    font-size: 16px;
    font-weight: 400;
}

table {
    width: 100%;
}

table tr:first-child td {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

table tr td {
    padding: 5px 10px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.text_center {
    text-align: center;
}
.text_center h1 {
    display: inline-block;
}

.go-to-section {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -15px;
    z-index: 3;
    cursor: pointer;
}

.splash-body {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    width: 100%;
}

.splash-close {
    background: url(https://ssb.gov.tr/savunmasanayii360/frontend/img/close-icon.svg);
    width: 40px;
    height: 40px;
    position: fixed;
    right: 40px;
    top: 40px;
    z-index: 9999;
    background-size: cover;
    cursor: pointer;
}

.splash-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    background-size: cover;
}

/* GUIDE */

.search-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
}

.search-form form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-top: -80px;
    max-width: 60%;
    margin-left: -30%;
}

.search-form input {
    font-size: 24px;
    color: #fff;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 20px;
    outline: 0;
    text-align: center;
}

.search-form {
    opacity: 0;
}

.search-form h2 {
    color: #fff;
    font-size: 36px;
    text-align: center;
}

#search-subform {
    max-width: 50%;
    margin: 0 auto;
}

#search-subform input {
    padding: 15px 20px;
    height: auto;
    font-size: 16px;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

#search-subform button {
    border: 1px solid #fff;
    padding: 15px;
    background: #fff;
    width: 60px;
    height: auto;
}

#search-subform button:hover {
    background: #efefef;
    border: 1px solid #efefef;
}

.search-item {
    border-bottom: 1px solid #000;
    padding: 20px;
    background: #f2f2f2;
    transition: all 300ms;
    top: 0;
}

.search-item + .search-item {
    margin-top: 20px;
}

.search-item h4 {
    color: #000;
}

#search-list .search-item:hover {
    top: -10px;
    transition: all 300ms;
}

/* FEATURES */

.accordion .card {
    border: 0;
    background: transparent;
}
.accordion .card-header {
    padding: 20px 0 10px;
    border-bottom: 1px solid #808180;
    cursor: pointer;
    background: transparent;
    position: relative;
    opacity: 0;
}

.accordion .card-header img {
    width: 25px;
    float: right;
    transform: rotate(0);
    transition: all 300ms;
    position: absolute;
    right: 0;
    top: 35px;
}

.accordion .card-header.active img {
    transform: rotate(-180deg);
    transition: all 300ms;
}

.accordion .card-header button {
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
    background: transparent;
    border: 0;
    box-shadow: none;
    text-decoration: none;
    max-width: calc(100% - 25px);
}

.accordion .card-header button:hover,
.accordion .card-header button:focus {
    text-decoration: none;
    outline: 0;
}

.accordion .card-body.active {
    padding: 30px 0;
}
.accordion .card-body {
    overflow: hidden;
    padding: 0 0;
}

.tab-content {
    padding: 15px;
}

.content-slider {
    overflow-x: hidden;
    overflow-y: visible;
}

.content-swiper-pagination {
    text-align: center;
}

.content-swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

.content-slide-prev {
    background: url('./frontend/img/news-slide-prev.svg') no-repeat;
    width: 30px;
    height: 30px;
    left: 50%;
    top: auto;
    bottom: -60px;
    margin-left: -40px;
}

.content-slide-prev:hover {
    background: url('./frontend/img/news-slide-prev-active.svg') no-repeat;
}

.content-slide-prev.swiper-button-disabled {
    opacity: 1;
}

.content-slide-next {
    background: url('./frontend/img/news-slide-next.svg') no-repeat;
    width: 30px;
    height: 30px;
    right: 50%;
    top: auto;
    bottom: -60px;
    margin-right: -40px;
}

.content-slide-next:hover {
    background: url('./frontend/img/news-slide-next-active.svg') no-repeat;
}

.content-slide-next.swiper-button-disabled {
    opacity: 1;
}

.info-box-title-clicked {
    color: red;
    cursor: pointer;
}

.info-box-title {
    color: red;
    cursor: pointer;
}

.info-box-content {
    display: none;
}

.tooltip:not(.contact-tooltip):not(.regular-tooltip) {
    position: absolute;
    font-size: 16px;
    color: #000;
    padding: 10px 20px 10px 10px;
    background: #ebebeb;
    opacity: 1;
}

.tooltip .close-tooltip {
    width: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

/* FEATURES */

/* MENUS */

.tabbed-nav {
    background: #ebebeb;
    padding: 30px 0;
    display: inline-block;
}

.tabbed-nav ul {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
}

.tabbed-nav ul li {
    display: inline-block;
    vertical-align: middle;
}

.tabbed-nav ul li a {
    color: #a3a4a6;
    font-size: 16px;
    padding: 0 15px;
}

.tabbed-nav ul li a:hover {
    color: #54565a;
}

.tabbed-nav ul li.active a {
    color: #54565a;
}

/* MENUS */

/* ANIMATION */

.top-to-bottom {
    opacity: 0;
    transition: all 400ms;
}

.bottom-to-top {
    opacity: 0;
    transition: all 400ms;
}

.right-to-left {
    opacity: 0;
    transition: all 400ms;
}

.left-to-right {
    opacity: 0;
    transition: all 400ms;
}

.fade-in {
    opacity: 0;
    transition: all 600ms;
}

.rotate {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 600ms;
}

.scale-in {
    transform: scale(0, 0);
    transition: all 600ms;
}

.in-line-fade {
    opacity: 0;
    transition: all 300ms;
}

.in-line-fade-300ms {
    opacity: 0;
    transition: all 300ms;
}

.in-line-fade-600ms {
    opacity: 0;
    transition: all 300ms;
}

.in-line-fade-900ms {
    opacity: 0;
    transition: all 300ms;
}

.in-line-rotate {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 300ms;
}

.in-line-rotate-300ms {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 300ms;
}

.in-line-rotate-600ms {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 300ms;
}

.in-line-rotate-900ms {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 300ms;
}

.in-line-scale {
    transform: scale(0, 0);
    transition: all 300ms;
}

.in-line-scale-300ms {
    transform: scale(0, 0);
    transition: all 300ms;
}

.in-line-scale-600ms {
    transform: scale(0, 0);
    transition: all 300ms;
}

.in-line-scale-900ms {
    transform: scale(0, 0);
    transition: all 300ms;
}

/*VISIBLE*/

.visible .top-to-bottom {
    opacity: 1;
    transition: all 400ms;
    top: 0 !important;
}

.visible .bottom-to-top {
    opacity: 1;
    transition: all 400ms;
    bottom: 0 !important;
}

.visible .right-to-left {
    opacity: 1;
    transition: all 400ms;
    right: 0 !important;
}

.visible .left-to-right {
    opacity: 1;
    transition: all 400ms;
    left: 0 !important;
}

.visible .fade-in {
    opacity: 1;
    transition: all 600ms;
}

.visible .rotate {
    opacity: 1;
    transform: rotate(0);
    transition: all 600ms;
}

.visible .scale-in {
    transform: scale(1, 1);
    transition: all 600ms;
}

.visible .in-line-fade {
    opacity: 1;
    transition: all 300ms;
}

.visible .in-line-fade-300ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.3s;
}

.visible .in-line-fade-600ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.6s;
}

.visible .in-line-fade-900ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.9s;
}

.visible .in-line-rotate {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
}

.visible .in-line-rotate-300ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.3s;
}

.visible .in-line-rotate-600ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.6s;
}

.visible .in-line-rotate-900ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.9s;
}

.visible .in-line-scale {
    transform: scale(1, 1);
    transition: all 300ms;
}

.visible .in-line-scale-300ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.3s;
}

.visible .in-line-scale-600ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.6s;
}

.visible .in-line-scale-900ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.9s;
}

/* SECTION */

.visible.top-to-bottom {
    opacity: 1;
    transition: all 400ms;
    top: 0 !important;
}

.visible.bottom-to-top {
    opacity: 1;
    transition: all 400ms;
    bottom: 0 !important;
}

.visible.right-to-left {
    opacity: 1;
    transition: all 400ms;
    right: 0 !important;
}

.visible.left-to-right {
    opacity: 1;
    transition: all 400ms;
    left: 0 !important;
}

.visible.fade-in {
    opacity: 1;
    transition: all 600ms;
}

.visible.rotate {
    opacity: 1;
    transform: rotate(0);
    transition: all 600ms;
}

.visible.scale-in {
    transform: scale(1, 1);
    transition: all 600ms;
}

.visible.in-line-fade {
    opacity: 1;
    transition: all 300ms;
}

.visible.in-line-fade-300ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.3s;
}

.visible.in-line-fade-600ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.6s;
}

.visible.in-line-fade-900ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.9s;
}

.visible.in-line-rotate {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
}

.visible.in-line-rotate-300ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.3s;
}

.visible.in-line-rotate-600ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.6s;
}

.visible.in-line-rotate-900ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.9s;
}

.visible.in-line-scale {
    transform: scale(1, 1);
    transition: all 300ms;
}

.visible.in-line-scale-300ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.3s;
}

.visible.in-line-scale-600ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.6s;
}

.visible.in-line-scale-900ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.9s;
}

/*SECTION*/

/*VISIBLE*/

/* ANIMATION */

footer .footer-social {
    margin-top: 90px;
}
footer .footer-social ul {
    padding: 0;
    list-style-type: none;
    text-align: right;
}

footer .footer-social ul li {
    padding: 0;
    margin: 0;
    flex: 0 0 auto;
    display: inline-block;
    margin-left: 10px;
}

footer .footer-social ul li a {
    display: block;
}

footer .footer-social ul li a img {
    transition: all 400ms;
    width: 40px;
}

footer .footer-social ul li a:hover img {
    transform: translate3d(0, -5px, 0);
}

.image-gallery-isotope {
}

.image-gallery-isotope:after {
    content: '';
    display: block;
    clear: both;
}

.image-gallery-isotope .grid-sizer {
    width: calc(25% - 15px);
}

.image-gallery-isotope .grid-item {
    width: calc(25% - 15px);
    float: left;
    height: 186px;
    margin-bottom: 15px;
    overflow: hidden;
}

.image-gallery-isotope .grid-item img {
    transition: all 400ms;
}

.image-gallery-isotope .grid-item:hover img {
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari */
    transform: scale(1.2, 1.2);
    transition: all 400ms;
}

.container-fluid .image-gallery-isotope .grid-item {
    height: 144px;
}

.image-gallery-isotope .grid-item--width2 {
    width: calc(50% - 15px);
    height: 388px;
}

.container-fluid .image-gallery-isotope .grid-item--width2 {
    height: 302px;
}

.grid-style .col-md-4 {
    margin-top: 30px;
}

.grid-style .grid-image {
    text-align: center;
    height: 250px;
    overflow: hidden;
}

.style-isotope {
}

.style-isotope:after {
    content: '';
    display: block;
    clear: both;
}

.style-isotope .grid-sizer {
    width: calc(25% - 15px);
}

.style-isotope .grid-item {
    width: calc(25% - 15px);
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 300ms;
}

.style-isotope .grid-item:hover {
    transition: all 400ms;
    margin-top: -15px !important;
}

.style-isotope .grid-item img {
    transition: all 400ms;
}

.style-isotope .grid-item:hover img {
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari */
    transform: scale(1.2, 1.2);
    transition: all 400ms;
}

.style-isotope .item-text {
    background: #424242;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
    position: relative;
    z-index: 2;
}

.style-isotope .grid-item--width2 {
    width: calc(50% - 15px);
    height: 388px;
}

.style-list ul {
    padding-left: 0;
}

.style-list ul li {
    background: #d2d2d2;
    display: block;
    position: relative;
    list-style: none;
    transition: all 400ms;
    top: 0;
}

.style-list ul li:hover {
    top: -10px;
    transition: all 400ms;
}

.style-list ul li + li {
    margin-top: 15px;
}

.style-list ul li .item-title {
    margin-bottom: 10px;
    display: block;
}

.style-list ul li p {
}

.style-list ul li a {
    padding: 10px 15px;
    display: block;
}

.category-list ul {
    padding-left: 0;
}

.category-list ul li {
    background: #d2d2d2;
    display: block;
    position: relative;
    list-style: none;
    transition: all 400ms;
    top: 0;
}

.category-list ul li + li {
    margin-top: 15px;
}

.category-list ul li:hover {
    top: -10px;
    transition: all 400ms;
}

.category-list ul li .item-title {
    display: block;
    margin-bottom: 10px;
}

.category-list ul li a {
    padding: 10px 15px;
    display: block;
}

.row-style {
    margin-right: 0;
    margin-left: 0;
}

.row-style .style-item {
    padding: 0;
    margin-bottom: 30px;
    background: #d2d2d2;
    height: 214px;
    position: relative;
    overflow: hidden;
    top: 0;
    transition: all 400ms;
}

.row-style .style-item .style-img-hidden {
    overflow: hidden;
    display: inline-block;
    float: left;
}

.row-style .style-item:hover {
    top: -10px;
    transition: all 400ms;
}

.row-style .style-item:hover .style-img {
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari */
    transform: scale(1.2, 1.2);
    transition: all 400ms;
}

.row-style .style-item a {
    display: block;
    height: 100%;
}

.row-style .style-item .style-img {
    max-width: 320px;
    float: left;
    transition: all 400ms;
}

.row-style .style-item .style-title {
    font-size: 18px;
    float: left;
    display: block;
    font-weight: 600;
    margin-left: 15px;
    margin-top: 30px;
    width: calc(100% - 335px);
}

.row-style .style-item .style-excerpt {
    font-size: 14px;
    font-size: 500;
    float: left;
    margin-left: 15px;
    width: calc(100% - 335px);
}

.style-slider {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.style-slider .swiper-slide {
    text-align: center;
}

.style-slider .style-slide-next {
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
}

.style-slider .style-slide-prev {
    position: absolute;
    right: 37px;
    left: auto;
    bottom: 0;
    top: auto;
}

.style-slider .item-content {
    padding: 0 10px;
    text-align: left;
}

.gallery-list {
    padding: 0;
}

.gallery-list li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-left: -4px;
    padding: 10px;
}

.gallery-list li a {
    display: block;
    overflow: hidden;
}

.gallery-list li a img {
    max-width: 100%;
    transition: all 400ms;
}

.gallery-list li a:hover img {
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari */
    transform: scale(1.2, 1.2);
    transition: all 400ms;
}

.grid-gallery {
    margin-top: -30px;
}

.grid-gallery .col-md-4 {
    height: 250px;
    margin-top: 30px;
    transition: all 400ms;
}

.grid-gallery .col-md-4 a {
    display: block;
    overflow: hidden;
}

.grid-gallery .col-md-4 a img {
    transition: all 400ms;
}

.grid-gallery .col-md-4 a:hover img {
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari */
    transform: scale(1.2, 1.2);
    transition: all 400ms;
}

.grid-gallery .col-md-4 .center-wrapper {
    background: #000;
}

.slide-fullheight {
    background: #000;
}

.slide-fullheight .center-inner {
    text-align: center;
}

.slide-fullheight .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 1);
}

.slide-fullheight .swiper-pagination-bullet-active {
    background: red;
}

.type-head-title {
    display: inline-block;
    width: 100%;
    padding-bottom: 18px;
    font-weight: 600;
    border-bottom: 1px solid #bbb;
    margin-bottom: 25px;
}

/*SECTION SHOW*/

.desktop-0 {
    display: none;
}

.desktop-1 {
    display: block;
}

.tablet-1 {
    display: block;
}

.mobile-1 {
    /* display: block; */
}

/*SECTION SHOW*/
.hidden_input {
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
    transition: all 400ms;
}

.hidden_input.active {
    height: 45px;
    margin-bottom: 20px;
}

#toast-container {
    position: fixed;
    z-index: 999999999999;
    pointer-events: none;
    width: 100%;
    right: 0;
}
#toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 30px 30px 30px 80px;
    width: 100%;
    border-radius: 0;
    background-position: 30px center;
    background-repeat: no-repeat;
    box-shadow: none;
    color: #ffffff;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}
.toast-top-right {
    top: 0px;
    right: 0px;
}
.toast-error {
    background-color: #e24445;
}
.t_m_t_0 {
    margin-top: 0;
}
.t_m_b_0 {
    margin-bottom: 0;
}
.p_m_b_0 {
    margin-bottom: 0;
}

.section_flex .container-fluid {
    height: 100%;
}
.section_flex .container {
    height: 100%;
}
.section_flex .container .row {
    height: 100%;
}
.section_flex .container-fluid .row {
    height: 100%;
}

.cookie_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    transition: all 400ms;
    pointer-events: all;
}
.cookie_modal .cookie_close {
    position: absolute;
    right: 35px;
    top: 35px;
    display: none;
    cursor: pointer;
}
.cookie_modal .cookie_close.active {
    display: block;
}
.cookie_modal .modal_body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 2;
    background: #fff;
}
.cookie_modal .modal_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.cookie_modal .modal_body button {
    padding: 10px 20px;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 8px;
    background: #f1ece1;
    color: #ba8c53;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
}
.cookie_modal .modal_body button.cookie_accept_all {
    background: #9a825d;
    color: #f1ece1;
}
.cookie_modal .modal_body button.cookie_accept_all:hover {
    background: #412f28;
}
.cookie_modal .modal_body button:first-child {
    margin-right: 10px;
}
.cookie_modal .modal_body .cookie_settings {
    max-height: 0;
    transition: all 400ms;
    overflow: hidden;
}
.cookie_modal .modal_body .cookie_settings .form-group {
    margin-bottom: 30px;
}
.cookie_modal .modal_body .cookie_settings label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.cookie_modal .modal_body .cookie_settings label input {
}
.cookie_modal .modal_body .cookie_settings label span {
    position: static;
    margin-left: 10px;
}
.cookie_modal .modal_body .cookie_settings.active {
    max-height: 1000px;
}
.cookie_modal .modal_body .cookie-bottom-container p {
    color: #796a59;
    font-size: 15px;
    font-weight: 400;
}
.cookie_modal .modal_body .cookie-bottom-container p a,
.cookie_modal .modal_body .cookie-bottom-container p a:hover,
.cookie_modal .modal_body .cookie-bottom-container p a:focus,
.cookie_modal .modal_body .cookie-bottom-container p a:active {
    color: #000;
}
/* .cookie_modal .modal_body .cookie_accept {
    margin-left: 10px;
    background: #000;
    color: #fff;
} */
.cookie_modal .modal_body .cookie_actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cookie_modal .modal_body .cookie_actions.active {
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
}
.cookie_modal .modal_body .cookie_actions.active button {
    margin: 0;
    width: 100%;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}
.cookie_modal .modal_body .cookie_actions.active button:last-child {
    margin-top: 10px;
}
.cookie_modal.hidden {
    opacity: 0;
    display: none;
}

.cookie_modal .modal_body .cookie_actions.active button.btn_cookie_settings {
    display: none;
}

/* .cookie_modal .modal_body .cookie-bottom-container.active >div:first-child{
    flex
} */

header {
    height: 150px;
    padding: 0 40px 0 40px;
    background-color: #ede6d8;
    background-image: url(https://ssb.gov.tr/savunmasanayii360/frontend/img/header-bg.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 400ms;
}
header.hide_header {
    transform: translate3d(0, -100%, 0);
}
header .navbar-collapse {
    flex-grow: initial;
}
header .navbar {
    height: 100%;
}
header .navbar-expand-lg .navbar-collapse {
    justify-content: center;
    width: 100%;
}
header .navbar-expand-lg .navbar-collapse > div {
    display: flex;
    align-items: center;
}
header .navbar-nav {
}
header .navbar-nav li {
    position: relative;
}
header .navbar-nav li:first-child:before {
    display: none;
}
header .navbar-nav li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(121, 106, 89, 0.5);
    width: 1px;
    height: 100%;
}
header .navbar-nav li a {
    font-size: 15px;
    color: #ba8c53;
    font-weight: 300;
    padding: 6px 15px;
    transition: all 200ms;
}
header .navbar-nav li a:hover {
    color: #412f28;
}
header .navbar-nav li.active a {
    color: #412f28;
}
.ssb_logo {
    max-width: 450px;
    width: 100%;
}
#logo {
    max-width: 246px;
    width: 100%;
}
header .social_links {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}
header .social_links li {
    list-style: none;
    margin: 0 7px;
}
header .social_links li a {
    display: block;
    opacity: 0.5;
}
header .second_nav {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
header .second_nav li {
    list-style: none;
    padding: 0 15px;
}
header #search {
    position: relative;
}
header .menu_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
header form {
}
header form input {
    height: 32px;
    background: transparent;
    border: 1px solid rgb(121 106 89 / 50%);
    border-radius: 10px;
    padding-left: 35px;
    padding-right: 35px;
    max-width: 375px;
    width: 100%;
    font-size: 15px;
}
header form button {
    position: absolute;
    left: 0;
    top: 50%;
    height: 100%;
    transform: translate3d(0, -50%, 0);
    padding: 0 10px;
    border: 0;
    box-shadow: none;
    outline: 0;
    background: transparent;
    display: flex;
    align-items: center;
}
header form button svg {
}

#timeline {
    width: 100%;
    display: block;
    height: calc(100vh - 86px);
    overflow: hidden;
    position: relative;
}
#timeline .group_items {
    display: flex;
    width: 100%;
    height: 100%;
}
#timeline .group_item {
}
#timeline .group_item .item {
    max-width: 150px;
    border-radius: 10px;
    width: 100%;
}
#timeline .loading {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#timeline canvas {
    width: 100vw;
    height: calc(100vh - 86px);
}

.side_nav_menu_icon {
    position: fixed;
    left: 0;
    top: 170px;
    height: 48px;
    max-width: 300px;
    width: 100%;
    background: #ede6d8;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-right: 20px;
    transform: translate3d(-70%, 0px, 0px);
    /*transition: all 400ms;*/
}
.side_nav_menu_icon.fixed {
    top: 20px;
}
.side_nav_menu_icon svg:first-child {
    display: block;
    cursor: pointer;
}
.side_nav_menu_icon svg:last-child {
    display: none;
    cursor: pointer;
}
.side_nav_menu_icon.active {
    transform: translate3d(0, 0, 0);
    border-bottom-right-radius: 0;
}
.side_nav_menu_icon.active svg:first-child {
    display: none;
}
.side_nav_menu_icon.active svg:last-child {
    display: block;
}
.resetFilter {
    position: fixed;
    left: 0;
    top: 223px;
    height: 48px;
    max-width: 450px;
    width: 100%;
    background: #ede6d8;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-right: 14px;
    transition: all 400ms;
    transform: translate3d(-100%, 0px, 0px);
    opacity: 0;
    cursor: pointer;
}
.resetFilter.active {
    opacity: 1;
    transform: translate3d(0, 0px, 0px);
}
.side_nav_cont {
    position: fixed;
    left: 0;
    top: 218px;
    max-width: 300px;
    max-height: calc(100% - 238px);
    width: 100%;
    background: #ede6d8;
    /*transition: all 400ms;*/
    z-index: 99;
    transform: translate3d(-100%, 0, 0);
    height: 100%;
    border-bottom-right-radius: 12px;
}
.side_nav_cont.fixed {
    top: 68px;
    max-height: calc(100% - 88px);
}
.side_nav_cont.transition {
    transition: all 400ms;
}
.side_nav_menu_icon.transition {
    transition: all 400ms;
}

.side_nav_cont ul::-webkit-scrollbar,
.side_nav_cont ul::-webkit-scrollbar-thumb,
.side_nav_cont ul::-webkit-scrollbar-track {
    width: 7px;
    border: none;
    background: transparent;
}

.side_nav_cont ul::-webkit-scrollbar-button,
.side_nav_cont ul::-webkit-scrollbar-track-piece,
.side_nav_cont ul::-webkit-scrollbar-corner,
.side_nav_cont ul::-webkit-resizer {
    display: none;
}

.side_nav_cont ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #796a59;
}

.side_nav_cont ul::-webkit-scrollbar-track {
    background-image: url('./frontend/img/scrollbar-line.svg');
    background-repeat: repeat-y;
    background-position: top center;
}
.side_nav_cont > span {
    color: #5b4239;
    font-size: 11px;
    font-weight: 300;
    padding: 30px 20px 30px;
    display: block;
    line-height: 1.3;
}
.side_nav_cont .side_nav_o {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    background: #ede6d8;
}
.side_nav_cont .side_nav_o a {
    display: block;
    padding: 15px 20px;
    color: #f1ece1;
    font-size: 14px;
    font-weight: 600;
    background: #796a59;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    max-width: calc(100% - 20px);
    margin: 10px 0;
}
.side_nav_cont ul {
    padding: 10px 10px 0px 20px;
    margin: 0;
    display: block;
    position: relative;
    max-height: calc(100% - 300px);
    max-width: calc(100% - 20px);
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.side_nav_cont ul li {
    display: block;
    list-style: none;
    color: #322c24;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
    border-bottom: 1px solid #bf9e74;
    cursor: pointer;
    position: relative;
    transition: all 300ms;
}
.side_nav_cont ul li span {
    display: block;
    position: relative;
}
.side_nav_cont ul li svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    max-width: 18px;
    opacity: 0;
}
.side_nav_cont ul li.active svg {
    opacity: 1;
}

.side_nav_cont ul li:hover {
    color: #412f28;
}

.side_nav_cont.active {
    transform: translate3d(0, 0px, 0px);
}
#search .remove_search {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    max-width: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#column_3d_slider {
    position: relative;
}
#column_3d_slider_mobile {
    position: relative;
}
.slide_3d {
    max-width: calc(100% - 70px);
    width: 100%;
}
.slide_3d .swiper-slide {
    max-width: 750px;
    width: 100%;
    opacity: 0;
    transition: all 300ms;
}
.slide_3d .swiper-slide .slide_content {
    background: #fff;
    transition: all 400ms;
    opacity: 0;
    padding-top: 30px;
    text-align: center;
}
.slide_3d .swiper-slide .slide_content h2 {
    margin-bottom: 10px;
    color: #796a59;
}
.slide_3d .swiper-slide .slide_content img {
    display: block;
}
.slide_3d .swiper-slide .slide_content p:first-child {
    display: none;
}
.slide_3d .swiper-slide.swiper-slide-active .slide_content {
    opacity: 1;
}
.slide_3d .swiper-slide img {
    border-radius: 10px;
}
.slide_3d .swiper-slide.swiper-slide-visible {
    opacity: 1;
}
#column_3d_slider .slide_3d_prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate3d(0, 0, 0);
    margin: 0 !important;
    background: transparent;
    width: 20px;
    height: 20px;
}
#column_3d_slider .slide_3d_prev:after {
    display: none;
}
#column_3d_slider .slide_3d_next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate3d(0, 0, 0);
    margin: 0 !important;
    background: transparent;
    width: 20px;
    height: 20px;
}
#column_3d_slider .slide_3d_next:after {
    display: none;
}

#column_3d_slider_mobile .slide_3d_prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate3d(0, 0, 0);
    margin: 0 !important;
    background: transparent;
    width: 20px;
    height: 20px;
}
#column_3d_slider_mobile .slide_3d_prev:after {
    display: none;
}
#column_3d_slider_mobile .slide_3d_next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate3d(0, 0, 0);
    margin: 0 !important;
    background: transparent;
    width: 20px;
    height: 20px;
}
#column_3d_slider_mobile .slide_3d_next:after {
    display: none;
}
.grecaptcha-badge {
    display: none;
}
.modal_contact {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    z-index: 9999;
}
.modal_contact .modal-content {
    /* transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%); */
    transform: translate3d(-50%, -100%, 0) scale(1, 1);
    transition: all 300ms;
    opacity: 0;
    z-index: 1;
    border-radius: 15px;
    /* background-color: #fff; */
    left: 50%;
    top: 50%;
    max-width: 590px;
    position: absolute;
    max-height: 80vh;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: transparent;
}
.modal_contact .modal_body {
    width: 100%;
    overflow: visible;
    /* overflow-y: auto; */
    /* transform: translate3d(-50%, -100%, 0); */
    max-width: 570px;
    border-radius: 15px;
    background-color: #fff;
}
.modal_contact .modal_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 14, 0.75);
    transition: all 400ms;
    opacity: 0;
}
.modal_contact.active {
    opacity: 1;
    display: block;
}
.modal_contact.active.show .modal-content {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
    /* transform: translate(-50%, -50%) translateZ(0) scale(1, 1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1, 1);
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1, 1); */
    -webkit-font-smoothing: subpixel-antialiased;
    /* -webkit-font-smoothing: antialiased; */
}
.modal_contact.active.show .modal_body {
    padding: 55px 55px 25px 55px;
}
.modal_contact.active.show .modal_overlay {
    opacity: 1;
}
.modal_contact.active.show.success .modal_body {
    min-height: 490px;
}
.modal_contact.success .modal_body {
    display: flex;
    position: relative;
    background-color: transparent;
}
.modal_contact .modal_body .success-m {
    display: none;
}
.modal_contact.success .modal_body .success-m {
    display: flex;
    flex: 1;
    font-size: 20px;
    text-align: center;
    color: #9a825d;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 4;
    border-radius: 15px;
}
.modal_contact.success form {
    /* display: none !important; */
    visibility: hidden;
}
#contact_form h3 {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 300;
    color: #9a825d;
    text-align: center;
}
#contact_form .form-floating {
    margin-bottom: 5px;
}
#contact_form .form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    opacity: 1 !important;
}
#contact_form .form-group {
    margin-top: 20px;
    margin-bottom: 15px;
}
label {
    color: #9a825d;
}
.form-floating > label {
    padding: 1rem 0 0;
    color: #9a825d;
    bottom: 0;
    top: auto;
    height: 80%;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0);
    padding: 0 0;
}
#contact_form .form-group.kvkk_group {
    margin-top: 0;
}
#contact_form input[type='text'],
#contact_form input[type='email'] {
    border: 0;
    border-bottom: 1px solid #d0b994;
    border-radius: 0;
    color: #412f28;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0 0;
    -webkit-font-smoothing: antialiased;
}
#contact_form .form-control.is-invalid,
#contact_form.was-validated .form-control:invalid,
#contact_form.was-validated .form-control.is-invalid {
    background: none;
    border-color: #412f28;
}
#contact_form .error-exclamation {
    /* display: none; */
}
#contact_form .has-error {
    position: relative;
}
#contact_form .form-control.is-invalid,
#contact_form.was-validated .form-control:invalid,
#contact_form .form-control.is-valid,
#contact_form.was-validated .form-control:valid {
    background: none !important;
}
#contact_form.was-validated :invalid ~ .invalid-feedback.error-exclamation,
#contact_form .has-error .error-exclamation {
    position: absolute;
    background-image: url('./frontend/img/exclamation.svg');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    right: 0px;
    top: 50%;
    transform: translateY(-20%);
}
.contact-tooltip {
    z-index: 10000;
    left: -30px !important;
}
.tooltip.contact-tooltip .tooltip-arrow {
    left: 30px !important;
}
.tooltip.contact-tooltip.show,
.tooltip.regular-tooltip.show {
    opacity: 1;
}
.contact-tooltip .tooltip-inner,
.regular-tooltip .tooltip-inner {
    background-color: #412f28;
    max-width: fit-content;
}

.bs-tooltip-auto.contact-tooltip[data-popper-placement^='bottom']
    .tooltip-arrow::before,
.bs-tooltip-bottom.contact-tooltip .tooltip-arrow::before {
    border-bottom-color: #412f28;
}
.bs-tooltip-auto.regular-tooltip[data-popper-placement^='top']
    .tooltip-arrow::before,
.bs-tooltip-bottom.regular-tooltip .tooltip-arrow::before {
    border-top-color: #412f28;
}
.form-control:focus {
    box-shadow: none !important;
    outline: 0 !important;
}
#contact_form textarea {
    border: 1px solid #d0b994;
    border-radius: 0;
    /* color: #9a825d; */
    color: #412f28;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 10px;
    margin-top: 3px;
    border-radius: 10px;
    height: 90px;
    -webkit-font-smoothing: antialiased;
}
#contact_form input::focus {
    outline: none !important;
    box-shadow: none !important;
}
input[type='radio'] {
    font-size: 14px;
    font-weight: 600;
    -webkit-appearance: none;
    position: relative !important;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: 1;
    height: 20px;
}
input[type='radio']:before {
    content: ' ';
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
    width: 24px;
    height: 24px;
    color: rgba(44, 75, 121, 0.5);
    border: 1px solid #d0b994;
    border-radius: 50%;
}
input[type='radio']:checked:before {
    border: 1px solid #d0b994;
}
input[type='radio']:checked:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 4px;
    background: #d0b994;
    opacity: 1;
    border-radius: 50%;
}

input[type='checkbox'] {
    font-size: 14px;
    font-weight: 600;
    -webkit-appearance: none;
    position: relative !important;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: 1;
    height: 20px;
}
input[type='checkbox']:before {
    content: ' ';
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
    width: 24px;
    height: 24px;
    color: rgba(44, 75, 121, 0.5);
    border: 1px solid #d0b994;
    border-radius: 4px;
}
input[type='checkbox']:checked:before {
    border: 1px solid #d0b994;
}
input[type='checkbox']:checked:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 4px;
    background: #d0b994;
    opacity: 1;
    border-radius: 2px;
}
.checkbox_label {
    display: flex;
}
.checkbox_label input[name='kvkk_consent'] {
    margin-right: 7px;
    height: 36px;
    width: 36px;
}
.checkbox_label input[name='kvkk_consent']::before {
    width: 36px;
    height: 36px;
}
.checkbox_label input[name='kvkk_consent']::after {
    width: 28px;
    height: 28px;
}
#contact_form .kvkk_text {
    color: #796a59;
}
#contact_form .kvkk_text a,
#contact_form .kvkk_text a:hover,
#contact_form .kvkk_text a:focus,
#contact_form .kvkk_text a:active {
    color: #412f28;
}
#contact_form button[type='submit'] {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 30px;
    text-align: center;
    transition: all 400ms;
    border: 0;
    border-radius: 10px;
    float: right;
}
.modal_contact:not(.error) #contact_form button[type='submit'] {
    background: #9a825d;
    color: #f1ece1;
}
.modal_contact:not(.error) #contact_form button[type='submit']:hover {
    background: #f1ece1;
    color: #9a825d;
}
#contact_form button[type='submit']:active,
.modal_contact.error #contact_form button[type='submit'] {
    background: #ba8c53;
    color: #f1ece1;
}

.laptop_logo {
    display: none;
}
#section_404 {
    text-align: center;
    height: calc(100vh - 150px) ;
}
#section_404 h1 {
    display: block;
    margin-bottom: 25px;
}
.btn_404 {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 30px;
    text-align: center;
    transition: all 400ms;
    border: 0;
    border-radius: 10px;
    background: #9a825d;
    color: #f1ece1;
}
.btn_404:hover {
    background: #f1ece1;
    color: #9a825d;
}
@media screen and (min-width: 768px) {
    #hover_modal::-webkit-scrollbar,
    #hover_modal::-webkit-scrollbar-thumb,
    #hover_modal::-webkit-scrollbar-track,
    .modal_contact .modal-content::-webkit-scrollbar,
    .modal_contact .modal-content::-webkit-scrollbar-thumb,
    .modal_contact .modal-content::-webkit-scrollbar-track {
        width: 10px;
        border: none;
        background: transparent;
    }

    #hover_modal::-webkit-scrollbar-button,
    #hover_modal::-webkit-scrollbar-track-piece,
    #hover_modal::-webkit-scrollbar-corner,
    #hover_modal::-webkit-resizer,
    .modal_contact .modal-content::-webkit-scrollbar-button,
    .modal_contact .modal-content::-webkit-scrollbar-track-piece,
    .modal_contact .modal-content::-webkit-scrollbar-corner,
    .modal_contact .modal-content::-webkit-resizer {
        display: none;
    }

    #hover_modal::-webkit-scrollbar-thumb,
    .modal_contact .modal-content::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #f1ece1;
    }

    #hover_modal::-webkit-scrollbar-track,
    .modal_contact .modal-content::-webkit-scrollbar-track {
        background-image: url('https://ssb.gov.tr/savunmasanayii360/frontend/img/contact-scrollbar-bg.svg');
        background-repeat: repeat-y;
        background-position: top center;
        border-radius: 10px;
    }
}
#wrapper .content_wrapper {
    transition: all 400ms;
    /* overflow-x: hidden; */
    max-width: 100%;
    margin-top: 150px;
}
#wrapper .content_wrapper.lefting {
    max-width: calc(100% - 300px);
    transform: translate3d(300px, 0, 0);
}
#root {
    margin-top: 150px;
}
body {
    overflow-x: hidden;
}
.full-height {
    height: 100vh;
}
#wrapper .content_wrapper section:first-child.full-height {
    height: calc(100vh - 150px);
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1420px) {
    .desktop_logo {
        display: none;
    }
    .laptop_logo {
        display: block;
    }
}
@media screen and (max-width: 1366px) {
    header {
        padding: 0 15px 0 15px;
    }
    .desktop_logo {
        display: none;
    }
    .laptop_logo {
        display: block;
    }
    .ssb_logo {
        max-width: 56px;
    }
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
    h1 {
        min-width: initial;
        display: block;
    }
    .modal_contact {
        opacity: 1;
        display: block;
        position: static;
    }
    .modal_contact .modal-content {
        position: static;
        max-width: 100%;
        max-height: initial;
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    .modal_contact .modal_body {
        max-width: 100%;
        transform: translate3d(0, 0, 0);
    }
    .modal_contact .modal_overlay {
        display: none !important;
    }
    #contact_form h3 {
        display: none;
    }
    #contact_form button[type='submit'] {
        float: none;
        margin: 0 auto 30px;
        display: block;
    }
    .modal_contact.success .modal_body {
        display: block;
    }
    .modal_contact.active.show .modal-content {
        transform: translate3d(0, 0, 0);
    }
    .modal_contact.success .modal_body .success-m {
        position: static;
    }

    /* .footer-holder {
        background-color: #fff;
        padding: 50px 0;
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 14px;
    } */
}
@media screen and (max-width: 640px) {
    .cookie_modal .modal_body {
        overflow-y: auto;
        padding-bottom: 80px;
        max-height: 100vh;
    }
    .cookie_modal .modal_body.active_setting {
        padding-bottom: 130px;
    }
    .cookie_modal .modal_body button {
        display: block;
        width: 100%;
    }
    .cookie_modal .modal_body .cookie_actions {
        flex-wrap: wrap;
    }
    .cookie_modal .modal_body .cookie_actions.active {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        max-width: calc(100% - 80px);
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .cookie_modal .modal_body .cookie_settings.active {
        max-height: 1000px;
    }
    .cookie_modal .modal_body button {
        display: block;
        width: 100%;
    }
    .cookie_modal .modal_body button:first-child {
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0;
    }
    .cookie_modal .cookie_close {
        position: absolute;
        right: 15px;
        top: 15px;
        display: none;
    }
}

.dtp-100 {
    padding-top: 70px !important;
}

/* terimler sözlüğü */
body.page-7 #wrapper {
    min-height: 100vh;
}
body.page-7 h1::after {
    background: #ba8c53;
}

.toolbar-holder {
}

.toolbar-holder a,
.toolbar-holder a:hover,
.toolbar-holder a:focus,
.toolbar-holder a:active {
    color: #ba8c53;
    position: relative;
    /* padding: 8px; */
    flex: 1;
    width: 100%;
    text-align: center;
}
.toolbar-holder a:not(:first-child)::before {
    content: '';
    position: absolute;
    width: 1px;
    top: -2px;
    bottom: -2px;
    left: 0;
    background-color: #e6e6e6;
}
.search-holder {
    display: inline-flex;
    position: relative;
}
.toolbar-holder .terimler-search {
    background: #ffffff;
    border: 1px solid #9a825d;
    border-radius: 10px;
    padding: 3px 7px;
    font-size: 16px;
    color: #ba8c53;
    padding-right: 26px;
    text-transform: lowercase;
}
@media (max-width: 768px) {
    .toolbar-holder .terimler-search {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

.terms-search-empty-result {
    text-align: center;
    font-weight: bold;
    display: none;
    margin: 10px auto;
    color: #6c5f50;
}
.terms-search-empty-result.active {
    display: block;
}

.toolbar-holder svg {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.toolbar-holder .terimler-search::placeholder {
    color: #ba8c53;
    opacity: 1;
}
.toolbar-holder .terimler-search:-ms-input-placeholder {
    color: #ba8c53;
}
.toolbar-holder .terimler-search::-ms-input-placeholder {
    color: #ba8c53;
}

.toolbar-holder .terimler-search::selection {
    background: #9a825d;
    color: #ffffff;
}

.toolbar-holder .terimler-search::-moz-selection {
    background: #9a825d;
    color: #ffffff;
}

.terms-container {
    padding-bottom: 50px;
}
.terms-holder {
    position: relative;
}
.terms-holder::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #000;
}

.alph-group {
    position: relative;
}

.alph-group-item::before {
    content: '';
    position: absolute;
    left: calc((0.75rem + 49px) * -1);
    top: 30px;
    width: 20px;
    height: 20px;
    background-color: #ae9a80;
    border-radius: 50%;
}

.alph-group-item:first-child:after {
    content: var(--letterContent);
    position: absolute;
    left: -88px;
    top: 20px;
    font-weight: 100;
    font-size: 32px;
    line-height: 39px;
    color: #412f28;
}

.alph-group-item {
    background-color: #f8f7f5;
    border-radius: 10px 0px 0px 10px;
    padding: 30px 50px;
    margin-bottom: 15px;
    position: relative;
}
.alph-group-item:not(:first-child)::before {
    width: 15px;
    height: 15px;
    left: calc((0.75rem + 46.5px) * -1);
    background-color: #412f28;
    top: 35px;
}
.alph-group-item.even {
    background-color: #e1d9ce;
}

.alph-group-item .heading {
    font-weight: 600;
    font-size: 17px;
    line-height: 36px;
    letter-spacing: -0.015em;
    color: #ffffff;
    background: #9a825d;
    border-radius: 10px;
    display: inline-flex;
    padding: 8px 16px;
}
.alph-group-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -0.015em;
    color: #412f28;
    margin-top: 20px;
    margin-left: 16px;
}
.terms-page-go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    transition: opacity 300ms;
}
.terms-page-go-top.active {
    opacity: 1;
}

.terms-page-go-top svg {
    width: 50px !important;
    height: 50px !important;
}

@media (max-width: 768px) {
    * {
        scroll-behavior: smooth;
    }
    /* html,
    body {
        min-height: 100vh;
    } */
    body {
        /* padding-top: 80px; */
    }

    .toolbar-holder {
        justify-content: center;
        flex-wrap: wrap;
    }

    .letters-container {
        margin-bottom: 30px;
    }

    .toolbar-holder a {
        padding: 0 10px;
        margin: 5px;
    }
    .toolbar-holder a:not(:first-child)::before {
        left: -5px;
    }
    .terms-holder {
        padding-left: 3rem;
    }
    .terms-holder::before {
        left: 2rem;
        background-color: #ede6d8;
    }
    .alph-group-item::before {
        left: -1.65rem;
        top: 20px;
        background-color: #6c5f50;
    }

    .alph-group-item.even::before {
        background-color: #ede6d8;
    }

    .alph-group-item:first-child:after {
        content: var(--letterContent);
        position: absolute;
        left: -2.75rem;
        top: 23px;
        font-size: 16px;
        line-height: 1;
        font-weight: bold;
        color: #6c5f50;
    }

    .alph-group.even .alph-group-item:first-child:after {
        color: #ede6d8;
    }

    .alph-group-item:not(:first-child)::before {
        left: -1.65rem;
        background-color: #6c5f50;
        top: 20px;
        width: 20px;
        height: 20px;
    }

    .alph-group.even .alph-group-item::before {
        background-color: #ede6d8;
    }

    .alph-group.odd .alph-group-item.even::before {
        background-color: #6c5f50;
    }

    .alph-group-item {
        padding: 0;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 10px 15px;
    }
    .alph-group.odd .alph-group-item {
        background-color: #6c5f50;
    }
    .alph-group.even .alph-group-item {
        background-color: #ede6d8;
    }
    .alph-group-item .heading {
        background-color: transparent;
        color: #ede6d8;
        padding: 0;
        font-size: 16px;
        /* padding: 10px 15px; */
        text-transform: uppercase;
        display: block;
        margin: 0;
    }

    .alph-group.even .alph-group-item .heading {
        color: #6c5f50;
    }

    .alph-group-item p {
        padding: 0;
        margin: 0;
        color: #ede6d8;
        transition: opacity 300ms, max-height 300ms;
        opacity: 0;
        max-height: 0px;
        overflow: hidden;
    }
    .alph-group-item.active p {
        max-height: 400px;
        opacity: 1;
    }

    .alph-group.even .alph-group-item p {
        color: #412f28;
    }

    #section_771019 {
        background: none !important;
    }

    .mobile-1 {
        display: block;
    }

    .desktop-1 {
        display: none;
    }

    .slide_3d .swiper-slide {
        opacity: 1;
    }

    .slide_3d {
        max-width: 100%;
        width: 100%;
    }
    .slide_3d .swiper-slide .slide_content h2 {
        margin-bottom: 30px;
    }
    #column_3d_slider_mobile .slide_3d_next {
        transition: top 100ms;
    }
    #column_3d_slider_mobile .slide_3d_prev {
        transition: top 100ms;
    }
    .slide_3d_pagination {
        position: absolute;
        top: 50%;
        bottom: auto;
        display: flex;
        justify-content: center;
        transition: all 100ms;
    }
    .slide_3d_pagination span {
        margin: 0 3px;
        background: #fff;
        width: 14px;
        height: 14px;
        opacity: 1;
        z-index: 9;
    }
    .slide_3d_pagination span.swiper-pagination-bullet-active {
        background: #6c5f50;
    }
}
