/* GUIDE */
html,
body {
	margin: 0;
	padding: 0;
	font-family: "canada-type-gibson",sans-serif;
	font-size: 18px;
}
body::selection {
	background: rgba(226, 10, 22, 1);
	color: #fff;
}

* { outline:none; }
*::selection {
	background: rgba(226, 10, 22, 1);
	color: #fff;
}
img {
	max-width: 100%;
}
b, strong {
	font-weight: 600;
}
h1 {
	font-size: 36px;
	line-height: 1.3;
	font-weight: 500;
	color: rgba(38, 43, 56, 1);
}
h2 {
	font-size: 28px;
	line-height: 1.3;
	color: rgba(0, 0, 0, 1);
	font-weight:500;
	margin-bottom: 30px;
}
h2 span {
	position: relative;
	padding-bottom: 10px;
}
h2 span:after {
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	max-width: 60px;
	width:100%;
	background:rgba(226, 10, 22, 1);
	border-radius: 4px;
	height:3px;
}

h3 {
	font-size: 20px;
	font-weight:500;
	line-height: 1.3;
	color: rgba(38, 43, 56, 1);
	margin-bottom: 15px;
}

h4 {
	font-size: 18px;
	font-weight:500;
	line-height: 1.3;
	color: #000;
}

h5 {
	font-size: 18px;
	line-height: 1.3;
	color: #000;
}

h6 {
	font-size: 16px;
	line-height: 1.3;
	color: #000;
}

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

a {
	font-size: 18px;
	color: #2F80ED;
	line-height: 1.5;
	text-decoration:none;
}

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

ul {}

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

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1420px;
}

.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%;
	transform: translate3d(-50%,-50%,0);
	background:#fff;
	padding: 10px 0;
	overflow: auto;
}
.splash_flex {
	display: flex;
	align-items: flex-end;
	height: calc(100% - 70px);
}

.splash-close {
	width: 30px;
	height: 30px;
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 9999;
	background-size: cover;
	cursor: pointer
}

.splash-overlay {
	background: rgba(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 !important;
	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-item:first-of-type .accordion-button {
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.accordion-header {
	font-size:20px;
	font-weight: 500;
	color:#E20A16;
	margin-bottom: 0 !important;
}
.accordion-button:focus {
	border-bottom:1px solid #494949;
	box-shadow: none;
}
.accordion-button {
	background: transparent;
	padding:15px 0;
	justify-content: space-between;
	border-bottom:1px solid #494949;
	font-size:20px;
	font-weight: 500;
	color:#E20A16;
}
.accordion-button::after {
	display: none;
}
.accordion-button svg {
	transition: all 200ms;
}
.accordion-button:not(.collapsed) {
	background:transparent;
	font-size:20px;
	font-weight: 500;
	color:#E20A16;
	box-shadow: none;
	border-color:transparent;
}
.accordion-item:last-of-type .accordion-collapse {
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.accordion-button:not(.collapsed) svg {
	transform: rotate(-180deg);
}
.accordion-item {
	border:0;
	background:transparent;
}
.accordion-collapse.collapse.show {
	border-bottom:1px solid #494949;
}
.accordion-body {
	background: transparent;
	padding:0 0 30px;
}


.mobile-nav-tabb ul {}

.mobile-nav-tabb ul li {}

.mobile-nav-tabb ul li a {}

.mobile-nav-tabb ul li.active a {
	background: #f2f2f2;
}

.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 {
	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 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.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;
	transform: translate3d(0,0,0) !important;
}

.visible .bottom-to-top {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible .right-to-left {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible .left-to-right {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,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;
}


.swiper-slide-active .slide_top-to-bottom {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active .slide_bottom-to-top {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active .slide_right-to-left {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active .slide_left-to-right {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active .slide_fade-in {
	opacity: 1;
	transition: all 600ms;
}

.swiper-slide-active .slide_rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 600ms;
}

.swiper-slide-active .slide_scale-in {
	transform: scale(1, 1);
	transition: all 600ms;
}

.swiper-slide-active .slide_in-line-fade {
	opacity: 1;
	transition: all 300ms;
}

.swiper-slide-active .slide_in-line-fade-300ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.3s;
}

.swiper-slide-active .slide_in-line-fade-600ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.6s;
}

.swiper-slide-active .slide_in-line-fade-900ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.9s;
}

.swiper-slide-active .slide_in-line-rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
}

.swiper-slide-active .slide_in-line-rotate-300ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.swiper-slide-active .slide_in-line-rotate-600ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.swiper-slide-active .slide_in-line-rotate-900ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.9s;
}

.swiper-slide-active .slide_in-line-scale {
	transform: scale(1, 1);
	transition: all 300ms;
}

.swiper-slide-active .slide_in-line-scale-300ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.swiper-slide-active .slide_in-line-scale-600ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.swiper-slide-active .slide_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;
	transform: translate3d(0,0,0) !important;
}

.visible.bottom-to-top {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible.right-to-left {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible.left-to-right {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,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;
}


.swiper-slide-active.slide_top-to-bottom {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active.slide_bottom-to-top {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active.slide_right-to-left {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active.slide_left-to-right {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active.slide_fade-in {
	opacity: 1;
	transition: all 600ms;
}

.swiper-slide-active.slide_rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 600ms;
}

.swiper-slide-active.slide_scale-in {
	transform: scale(1, 1);
	transition: all 600ms;
}

.swiper-slide-active.slide_in-line-fade {
	opacity: 1;
	transition: all 300ms;
}

.swiper-slide-active.slide_in-line-fade-300ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.3s;
}

.swiper-slide-active.slide_in-line-fade-600ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.6s;
}

.swiper-slide-active.slide_in-line-fade-900ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.9s;
}

.swiper-slide-active.slide_in-line-rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
}

.swiper-slide-active.slide_in-line-rotate-300ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.swiper-slide-active.slide_in-line-rotate-600ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.swiper-slide-active.slide_in-line-rotate-900ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.9s;
}

.swiper-slide-active.slide_in-line-scale {
	transform: scale(1, 1);
	transition: all 300ms;
}

.swiper-slide-active.slide_in-line-scale-300ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.swiper-slide-active.slide_in-line-scale-600ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.swiper-slide-active.slide_in-line-scale-900ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.9s;
}

/*SECTION*/


/*VISIBLE*/


/* ANIMATION */

.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*/
#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;
}
.p_m_b_5 {
	margin-bottom: 5px;
}
.p_m_b_7 {
	margin-bottom: 7px;
}

.color_black {
	color:#000;
}
.color_white {
	color:#fff;
}
.color_blue {
	color:rgba(38, 43, 56, 1);
}
.color_grey {
	color:#494949;
}
.color_grey_2 {
	color:rgba(189, 189, 189, 1);
}
.color_red {
	color:rgba(226, 10, 22, 1);
}


.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;
}
.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;
}
.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_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.hidden {
	opacity: 0;
	display: none;
}

.justify_center .row {
	justify-content: center;
}

.f_w_700 {
	font-weight: 700;
}
.f_w_600 {
	font-weight: 600;
}
.f_w_500 {
	font-weight: 500;
}
.f_w_400 {
	font-weight: 400;
}
.f_w_300 {
	font-weight: 300;
}
.f_w_200 {
	font-weight: 200;
}
.f_s_96_vh {
	font-size:10.212765957446809vh;
	line-height: 1.1;
}
.f_s_96 {
	font-size:96px;
	line-height: 1.1;
}
.f_s_60 {
	font-size:60px;
	line-height: 1.05;
}
.f_s_48 {
	font-size:48px;
	line-height: 1.05;
}
.f_s_44 {
	font-size:44px;
	line-height: 1.2;
}
.f_s_40 {
	font-size:40px;
	line-height: 1.2;
}
.f_s_36 {
	font-size:36px;
	line-height: 1.2;
}
.f_s_35 {
	font-size:35px;
	line-height: 1.2;
}
.f_s_30 {
	font-size:30px;
	line-height: 1.05;
}
.f_s_28 {
	font-size:30px;
}
.f_s_24 {
	font-size:24px;
}
.f_s_20 {
	font-size:20px;
}
.f_s_18 {
	font-size:18px;
}
.f_s_16 {
	font-size:16px;
	line-height: 1.3;
}
.f_s_14 {
	font-size:14px;
}
.f_s_12 {
	font-size:12px;
}
.flex_col {
	display: flex;
}
.align_item_center {
	align-items: center;
}
.justify_space_between {
	justify-content: space-between;
}
.justify_center {
	justify-content: center;
}
.tagline_to_col {
	width: calc(100% - ((var(--bs-gutter-x) * .5)*2));
	margin-left: calc(var(--bs-gutter-x) * .5);
}
.tagline_module {
	height:100%;
}
.flex_col .tagline_module {
	height:auto;
}
.h_100_100 {
	height:100%;
}
.nav-tabs {
	border-bottom: 0;
	justify-content: space-between;
}
.nav-tabs li {
	max-width: calc(calc(100% / 4) - 20px);
	width:100%;
}
.nav-tabs li + li {
	margin-left: 20px;
}
.nav-tabs .nav-link {
	padding:0 40px;
	background: #EBEBEB;
	border-radius: 16px 16px 0px 0px;
	margin-bottom: 0;
	display: flex;
    align-items: center;
    height: 100%;
	justify-content: center;
	width: 100%;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border:0;
}
.tab-content {
	background: #fff;
	padding:40px 50px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
iframe.map {
	height:100%;
	min-height: 500px;
}
.grecaptcha-badge { display:none; }
.head_color_0 #wrapper .content_wrapper {
	margin-top:100px;
}
.head_color_2 #wrapper .content_wrapper {
	margin-top:100px;
}
header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100px;
	padding:0 30px;
	display: flex;
	align-items: center;
	z-index: 9;
	transition: all 200ms;
}
.navbar-expand-lg .navbar-collapse {
	justify-content: flex-end;
	margin-top:28px;
}
header .navbar-expand-lg .navbar-nav {}
header .navbar-expand-lg .navbar-nav li {}
header .navbar-expand-lg .navbar-nav li a {
	color:#fff;
	padding:0 15px;
	font-weight: 400;
}
header .navbar-expand-lg {
	padding:0;
	width:100%;
}
header .second_nav {
	padding:0;
	margin:0;
	display: flex;
	align-items: center;
	padding-left: 5px;
	margin-top:25px;
}
header .second_nav li {
	list-style: none;
}
header .second_nav li a {
	padding:0 10px;
	color:#fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	font-size:14px;
	line-height: 1;
}
header .second_nav li.search a svg {}
header .second_nav li.search a svg path {
	stroke:#fff;
}
header .second_nav li a.lang-item svg {
	margin-right: 7px;
}
header .second_nav li a.lang-item span {
	border-bottom: 1px solid rgba(226, 10, 22, 1);
}
header .second_nav li a.lang-item svg path {
	stroke:#fff;
}
.head_color_0 header {
	background:#000;
}
.head_color_2 header {
	background:#fff;
}
.head_color_2 header #logo svg path.sub_text {
	fill:rgba(159, 159, 159, 1);
}
.head_color_2 header #logo svg path.logo_b {
	fill:rgba(159, 159, 159, 1);
}
.head_color_2 header .navbar-expand-lg .navbar-nav li a {
	color:rgba(38, 43, 56, 1);
}
.head_color_2 header .second_nav li.search a svg path {
	stroke:rgba(38, 43, 56, 1);
}
.head_color_2 header .second_nav li a.lang-item svg path {
	stroke:rgba(38, 43, 56, 1);
}
.head_color_2 header .second_nav li a {
	color:rgba(38, 43, 56, 1);
}
.head_color_2 header {
	border-bottom:1px solid rgba(226, 10, 22, 1);
}
header.hide_header {
	transform: translate3d(0,-100%,0);
}
header:hover {
	background:#fff;
}
header:hover #logo svg path.sub_text {
	fill:#9F9F9F;
}
header:hover #logo svg path.logo_b {
	fill:#9F9F9F;
}
header:hover .navbar-expand-lg .navbar-nav li a {
	color:#262B38;
}
header:hover .second_nav li.search a svg path {
	stroke:#262B38;
}
header:hover .second_nav li a.lang-item svg path {
	stroke:#262B38;
}
header:hover .second_nav li a {
	color:#262B38;
}

header.fixed_top {
	background:#fff;
}
header.fixed_top #logo svg path.sub_text {
	fill:#9F9F9F;
}
header.fixed_top #logo svg path.logo_b {
	fill:#9F9F9F;
}
header.fixed_top .navbar-expand-lg .navbar-nav li a {
	color:#262B38;
}
header.fixed_top .second_nav li.search a svg path {
	stroke:#262B38;
}
header.fixed_top .second_nav li a.lang-item svg path {
	stroke:#262B38;
}
header.fixed_top .second_nav li a {
	color:#262B38;
}

.adres_list {
	padding:0;
	margin:0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(210, 210, 210, 1);
}
.adres_list li {
	list-style: none;
	max-width: 83%;
	width:100%;
	font-size:16px;
	margin-bottom: 7px;
}
.adres_list li a {
	font-size:16px;
	color:#494949;
	text-decoration: underline;
}
.adres_list li:nth-child(2n+1) {
	max-width: 17%;
	width:100%;
	font-size: 16px;
	font-weight: 500;
	color:rgba(38, 43, 56, 1);
}

.lined_title {
	margin-bottom: 30px;
}
.lined_title>span {
	position: relative;
	padding-bottom: 10px;
}
.lined_title>span:after {
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	max-width: 60px;
	width:100%;
	background:rgba(226, 10, 22, 1);
	border-radius: 4px;
	height:3px;
}
.m_t_40 {
	margin-top:40px;
}
.type_news h1 {
	font-weight: 500;
	color:rgba(0, 0, 0, 1);
	line-height: 1.2;
}
.news_date {
	font-size:14px;
	font-weight: 400;
	color:rgba(130, 130, 130, 1);
}
.other_news_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.other_news_header h3 {
	color:#494949;
	font-weight: 500;
	margin-bottom: 0;
}
.other_news_header .all_news_link {
	font-size:14px;
	color:#494949;
	display: flex;
}
.other_news_header .all_news_link svg {
	margin-left:13px;
}
.other_news_cont {
	margin-top:20px;
	display: flex;
	align-items: flex-start;
	margin-left:-10px;
	margin-right:-10px;
	padding-bottom: 50px;
}
.other_news_cont .news_item {
	max-width: calc((100% / 4) - 10px);
	width:100%;
	margin:0 10px;
}
.other_news_cont .news_item .item_bg {
	display: block;
	width:100%;
	height:260px;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}
.other_news_cont .news_item .item_date {
	display: block;
	width:100%;
	margin-top:12px;
	font-size:12px;
	font-weight: 400;
	color:#494949;
}
.other_news_cont .news_item .item_title {
	display: block;
	width:100%;
	font-size:16px;
	font-weight: 500;
	line-height: 1.3;
	color:#494949;
}
.red_border_bottom {
	padding-bottom: 5px;
	border-bottom:1px solid rgba(226, 10, 22, 1);
}
.list_menu {}
.list_menu ul {
	display: block;
	margin:0;
	padding:0;
}
.list_menu>div {
	color:rgba(226, 10, 22, 1);
	border-bottom:1px solid rgba(226, 10, 22, 1);
	padding-bottom: 5px;
}
.list_menu ul li {
	list-style: none;
}
.list_menu ul li a {
	display: block;
	font-size:14px;
	font-weight:400;
	color:rgba(189, 189, 189, 1);
	transition: all 200ms;
	padding:7px 0;
}
.list_menu ul li a:hover {
	color:#fff;
}
.menu_col_2 .list_menu ul {
	columns:2;
}

footer {
	position: relative;
}
footer .list_menu>div {
	color:#fff;
	font-weight: 300;
	font-size:14px;
}
footer section:first-child {
	padding-top:50px;
}
footer section:first-child .container {
	padding-bottom:30px;
	position: relative;
}
footer section:first-child .container:after {
	content:"";
	position: absolute;
	left:50%;
	bottom:0;
	background: rgba(226, 10, 22, 1);
	height:1px;
	max-width: calc(100% - ((var(--bs-gutter-x) * .5) + (var(--bs-gutter-x) * .5)));
	width:100%;
	transform: translate3d(-50%,0,0);
}
footer section:last-child .row {
	margin-left: 0;
	margin-right: 0;
}
footer section:last-child .col12 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:20px 0;
}
footer section:last-child .col12>div {
	display: flex;
	align-items: center;
}
footer section:last-child .col12>div:last-child {
	justify-content: flex-end;
}
#column_iletisim a:hover {
	color:#fff;
}
.social_links {
	display: flex;
	align-items: center;
	padding:0;
	margin:0;
}
.social_links li {
	list-style: none;
	margin: 0 12px;
}
.social_links li a {
	display: block;
}
.footer_bottom_menu {
	display: flex;
	align-items: center;
	padding:0;
	margin:0;
	margin-left: 10px;
	border-left:1px solid rgba(189, 189, 189, 1);
}
.footer_bottom_menu li {
	list-style: none;
}
.footer_bottom_menu li a {
	display: block;
	font-size:14px;
	color:rgba(189, 189, 189, 1);
	padding:0 10px;
}
.footer_bottom_menu li + li {
	border-left:1px solid rgba(189, 189, 189, 1);
}
.footer_phone {
	display: flex;
	align-items: center;
	color:#fff;
	margin-left:15px;
	font-weight: 600;
}
.footer_phone img {
	margin-right: 8px;
}
.news_cont {
	display: flex;
	flex-wrap: wrap;
	margin:-12px;
}
.news_cont .item {
	display: flex;
	max-width: calc(50% - 24px);
	width:100%;
	margin:12px;
}
.news_cont .item .item_img {
	height:276px;
	max-width:calc(50% - 10px);
	width:100%;
	margin-right:10px;
	display: block;
	position: relative;
	overflow: hidden;
}
.news_cont .item .item_img img {
	position: absolute;
	left:50%;
	top:50%;
	max-width: initial;
	transform: translate3d(-50%,-50%,0);
}
.news_cont .item .item_info {
	display: block;
	max-width:calc(50% - 10px);
	width:100%;
	margin-left:10px;
}
.news_cont .item .item_info .item_date {
	color:rgba(130, 130, 130, 1);
	font-size:14px;
	font-weight: 400;
	display: block;
	width:100%;
}
.news_cont .item .item_info .item_title {
	font-size:20px;
	font-weight: 500;
	color:rgba(0, 0, 0, 1);
	display: block;
	width:100%;
	margin-top: 2px;
}
.news_cont .item .item_info .item_desc {
	font-size:16px;
	font-weight: 400;
	color:#494949;
	display: block;
	width:100%;
	margin-top:15px;
}
.grid_pagination {
	margin-top:30px;
	padding-top:30px;
	padding-bottom:35px;
	border-top:1px solid rgba(226, 10, 22, 1);
}
.grid_pagination ul {
	padding:0;
	margin:0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.grid_pagination ul li {
	list-style: none;
	margin-left:3px;
	margin-right:3px;
}
.grid_pagination ul li a {
	display: block;
	font-size:18px;
	font-weight: 400;
	color:rgba(130, 130, 130, 1);
	line-height: 1;
	transition: all 200ms;
}
.grid_pagination ul li a:hover {
	color:rgba(226, 10, 22, 1);
}
.grid_pagination ul li a:hover svg path {
	fill:rgba(226, 10, 22, 1);
}
.grid_pagination ul li a.pgcur {
	font-weight: 600;
	color:rgba(226, 10, 22, 1);
}
.grid_pagination ul li.pagination_prev_icon {
	margin-right: 45px;
}
.grid_pagination ul li.pagination_next_icon {
	margin-left: 45px;
}
.uretim_col {
	padding-left:0;
	padding-right:0;
	position: relative;
}
.uretim_col .tagline_module {
	padding:45px 60px;
	transition: all 200ms;
	filter:grayscale(1);
}
.uretim_col .tagline_module p:last-child a {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.uretim_col .tagline_module p:last-child a:after {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 54.57%);
	opacity: 0.6;
	transition: all 200ms;
}

.uretim_col .tagline_module .tagline_content p:first-child {
	position: relative;
	margin-bottom: 0;
	z-index: 1;
}
.uretim_col .tagline_module .tagline_content p:first-child a {
	color:#fff;
	font-size:24px;
	font-weight: 500;
	padding-bottom: 10px;
	display: block;
}
.uretim_col .tagline_module .tagline_content p:first-child a:before {
	content:"";
	position: absolute;
	right:0;
	top:0;
	width:40px;
	height:40px;
	background-image:url('/frontend/img/uretim-arrow-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 200ms;
	transition-delay: 100ms;
}
.uretim_col .tagline_module .tagline_content p:first-child:after {
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:162px;
	height:2px;
	background:#fff;
}
.uretim_col .tagline_module:before {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.1741071428571429) 0%, rgba(207,60,53,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.1741071428571429) 0%, rgba(207,60,53,1) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.1741071428571429) 0%, rgba(207,60,53,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#cf3c35",GradientType=1);
	opacity: 0;
	transition: all 300ms;
}
.uretim_col .tagline_module:hover {
	filter:grayscale(0);
}
.uretim_col .tagline_module:hover p:last-child a:after {
	height:0;
}
.uretim_col .tagline_module:hover:before {
	height:134px;
	opacity: 0.9;
	background:rgba(207,60,53,1) !important;
}
.uretim_col .tagline_module:hover .tagline_content p:first-child a:before {
	opacity: 1;
}
.center_lined span:after {
	left:50%;
	transform: translate3d(-50%,0,0);
}
.lined_title.center_lined>span:after {
	left:50%;
	transform: translate3d(-50%,0,0);
}
.no_lined {
	margin-bottom: 15px;
}
.no_lined span:after {
	display: none;
}


.list_red {
	display: block;
	padding:0;
	margin:0;
}
.list_red li {
	list-style: none;
	display: block;
	color:#494949;
	padding-left: 18px;
	position: relative;
}
.list_red li:before {
	content:"";
	background:rgba(226, 10, 22, 1);
	width:6px;
	height:6px;
	border-radius: 50%;
	position: absolute;
	left:0;
	top:9px;
}
.list_red.columns_2 {
	display: flex;
	flex-wrap: wrap;
}
.list_red.columns_2 li {
	max-width: 50%;
	width:100%;
}
.m_b_20 {
	margin-bottom: 20px;
}
.tabbed_nav {}
.tabbed_nav ul {
	display: flex;
	align-items: center;
	padding:0;
	margin:0;
	justify-content: center;
}
.tabbed_nav ul li {
	list-style: none;
	margin-left:20px;
	margin-right:20px;
}
.tabbed_nav ul li a {
	display: block;
	font-size:18px;
	font-weight: 400;
	color:rgba(38, 43, 56, 1);
	position: relative;
	padding:18px 10px 18px;
}
.tabbed_nav ul li a:after {
	content:"";
	width:0;
	height:2px;
	position: absolute;
	bottom:0;
	left:50%;
	transform: translate3d(-50%,0,0);
	background:rgba(226, 10, 22, 1);
	transition: all 200ms;
}
.tabbed_nav ul li.active a:after {
	width:100%;
}
#hikayemiz_cont {
	position: relative;
}
#hikayemiz_cont::before {
	content:"";
	position: absolute;
	left:50%;
	top: 0;
	transform: translate3d(calc(-50% - 1px),0,0);
	border-left:1px dashed rgba(130, 130, 130, 1);
	height:100%;
}
#hikayemiz_cont .item {
	position: relative;
	max-width: 50%;
	width:100%;
	padding-right: 35px;
	margin-top: 50px;
}
#hikayemiz_cont .item:after {
	content:"";
	width:12px;
	height:12px;
	border:4px solid rgba(226, 10, 22, 1);
	background:#fff;
	border-radius: 50%;
	position: absolute;
	right:-5px;
	top:14px;
}
#hikayemiz_cont .item .item_title {
	color:rgba(226, 10, 22, 1);
	font-size:30px;
	font-weight: 600;
	text-align: right;
	position: relative;
}
#hikayemiz_cont .item .item_desc {
	text-align: right;
}
#hikayemiz_cont .item .item_desc p {
	margin-bottom: 10px;
}
#hikayemiz_cont .item.item_right {
	left:50%;
	padding-left: 35px;
}
#hikayemiz_cont .item.item_right:after {
	left:-7px;
}
#hikayemiz_cont .item.item_right .item_title {
	text-align: left;
}
#hikayemiz_cont .item.item_right .item_desc {
	text-align: left;
}
#hikayemiz_cont .item:first-child {
	margin-top:60px;
}
#hikayemiz_cont .item:first-child:after {
	top: 0;
}
#hikayemiz_cont .item:first-child .item_title {
	top: -14px;
}
#hikayemiz_cont .item:first-child .item_desc {
	margin-top: -14px;
}
#hikayemiz_cont .item:last-child:after {
	bottom:0;
	top:auto;
}
.productgroup_cont {
	display: flex;
	flex-wrap: wrap;
}
.productgroup_cont .item {
	max-width: calc(100% / 5);
	width:100%;
	position: relative;
	height:500px;
	/*height:calc((100vh - 400px) / 2);*/
}
.productgroup_cont .item:before {
	content:"";
	position: absolute;
	width:100%;
	height:100%;
	background: #323232;
	mix-blend-mode: multiply;
	opacity: 0.8;
	left:0;
	top:0;
	z-index: 1;
	transition: all 200ms;
}
.productgroup_cont .item .item_img {
	position: relative;
	overflow: hidden;
	display: block;
	height:100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	filter:grayscale(1);
	transition: all 200ms;
}
.productgroup_cont .item .item_img img {
	position: absolute;
	left:50%;
	top:50%;
	max-width: initial;
	transform: translate3d(-50%,-50%,0);
	filter:grayscale(1);
	transition: all 200ms;
	height: 100%;
}
.productgroup_cont .item .item_info {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	max-height: 170px;
	height:100%;
	padding:40px 30px 40px 30px;
	z-index: 2;
	transition: all 200ms;
}
.productgroup_cont .item .item_info svg {
	margin-top:15px;
	opacity: 0;
	transition: all 200ms;
}
.productgroup_cont .item .item_info .item_date {
	display: none;
}
.productgroup_cont .item .item_info .item_title {
	font-size:24px;
	font-weight: 500;
	color:#fff;
	padding-bottom: 15px;
	position: relative;
	display: block;
	transition: all 200ms;
}
.productgroup_cont .item .item_info .item_title:before {
	content:"";
	position: absolute;
	left:0;
	bottom:0;
	background:rgba(226, 10, 22, 1);
	width:162px;
	height:2px;
	transition: all 200ms;
}
.productgroup_cont .item .item_info .item_desc {
	display: none;
}
.productgroup_cont .item:hover .item_info  .item_title:before {
	width:100%;
	background: #fff;
}
.productgroup_cont .item:hover .item_img {
	filter:grayscale(0);
}
.productgroup_cont .item:hover .item_info {
	background:rgba(207, 60, 53, .75);
}
.productgroup_cont .item:hover:before {
	opacity: 0;
}
.productgroup_cont .item:hover .item_info .item_title {
	transform: translate3d(0,-10px,0);
}
.productgroup_cont .item:hover .item_info svg {
	opacity: 1;
}

.productgroup_list_cont {}
.productgroup_list_cont ul {
	padding:0;
	margin:0 -10px;
	display: flex;
	flex-wrap: wrap;
}
.productgroup_list_cont ul li {
	list-style: none;
	max-width: calc(50% - 20px);
	width:100%;
	border-bottom:1px solid rgba(210, 210, 210, 1);
	margin-left:10px;
	margin-right:10px;
}
.productgroup_list_cont ul li a {
	display: flex;
	align-items: center;
	font-size:16px;
	color:#494949;
	transition: all 50ms;
	padding:25px 0;
	position: relative;
	line-height: 1;
}
.productgroup_list_cont ul li a svg {
	opacity: 0;
	transform: translate3d(-8px,0,0);
	transition: all 200ms;
	position: absolute;
}
.productgroup_list_cont ul li a span {
	transition: all 200ms;
	display: block;
	margin-top: 2px;
}

.productgroup_list_cont ul li a:hover {
	text-shadow: 0 0 0 #000, 0 0 0 #000;
	color:rgba(0, 0, 0, 1);
}
.productgroup_list_cont ul li a:hover span {
	padding-left: 18px;
}
.productgroup_list_cont ul li a:hover svg {
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: all 200ms;
}
.col_border {
	border:1px solid rgba(213, 213, 213, 1);
}
.flex_p {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btn_black_bordered {
	border:1px solid #000;
	border-radius: 4px;
	color:#000;
	font-size:18px;
	font-weight: 400;
	padding:7.5px 44px;
	transition: all 200ms;
	display: inline-block;
}
.btn_black_bordered:hover {
	background:#000;
	color:#fff;
	border-radius: 50px;
}
.btn_white_bordered {
	border:1px solid #fff;
	border-radius: 4px;
	color:#fff;
	font-size:18px;
	font-weight: 400;
	padding:7.5px 44px;
	transition: all 200ms;
	display: inline-block;
}
.btn_white_bordered:hover {
	background:#fff;
	color:#000;
	border-radius: 50px;
}

.btn_download_white {
	border:1px solid #fff;
	color:#fff;
	font-size:18px;
	font-weight: 400;
	padding:9px 15px 9px 15px;
	transition: all 200ms;
	display: inline-block;
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	font-size:16px;
	max-width: 212px;
    width: 100%;
}
.btn_download_white svg {
	margin-right:10px;
	transition: all 200ms;
}
.btn_download_white svg path {
	transition: all 200ms;
}
.btn_download_white:hover {
	background:#fff;
	color:#000;
	border-radius: 50px;
}
.btn_download_white:hover svg path {
	stroke:#000;
}

html[lang="en"] .btn_download_white {
	max-width: 262px;
}

.btn_download_black {
	border:1px solid #000;
	color:#000;
	font-size:18px;
	font-weight: 400;
	padding:9px 44px 9px 15px;
	transition: all 200ms;
	display: inline-block;
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	font-size:16px;
	max-width: 212px;
    width: 100%;
}
.btn_download_black svg {
	margin-right:10px;
	transition: all 200ms;
}
.btn_download_black svg path {
	transition: all 200ms;
}
.btn_download_black:hover {
	background:#000;
	color:#fff;
	border-radius: 50px;
}
.btn_download_black:hover svg path {
	stroke:#fff;
}

.bize_ulasin_box {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	flex-wrap: wrap;
	background:#fff;
}
.catalog_col .tagline_content {
	padding:35px 25px 25px;
	height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.ozel-celik-slider {
	height:690px
}

.ozel-celik-slider .container-fluid {
	height:100%;
}
.ozel-celik-slider .container {
	height:100%;
}
.ozel-celik-slider .row {
	height:100%;
}
.ozel-celik-slider .row .col6:first-child {
	padding-right: 8vw;
}
.ozel-celik-slider .col6 p {
	font-size:36px;
	font-weight: 300;
	color:#fff;
	line-height: 1.2;
}
.ozel-celik-slider .col6 p strong {
	font-weight: 600;
}

.ozel-celik-slider-en {
	height:690px
}

.ozel-celik-slider-en .container-fluid {
	height:100%;
}
.ozel-celik-slider-en .container {
	height:100%;
}
.ozel-celik-slider-en .row {
	height:100%;
}
.ozel-celik-slider-en .row .col6:first-child {
	padding-right: 8vw;
}
.ozel-celik-slider-en .col6 p {
	font-size:36px;
	font-weight: 300;
	color:#fff;
	line-height: 1.2;
}
.ozel-celik-slider-en .col6 p strong {
	font-weight: 600;
}


.ozel_celik_slide_arrows {
	position: absolute;
	left:calc(50% - 40px);
	top:50%;
	transform: translate3d(0,-50%,0);
	height:calc(100% - 90px);
	z-index: 1;
}
.ozel_celik_slide_arrows:before {
	content:"";
	position: absolute;
	left:0;
	top:50%;
	transform: translate3d(0,-50%,0);
	height:calc(100% - 100px);
	width:1px;
	background: rgb(212,76,64);
	background: -moz-linear-gradient(180deg, rgba(212,76,64,1) 0%, rgba(206,59,53,1) 14%, rgba(156,21,41,1) 28%, rgba(185,32,49,1) 42%, rgba(134,27,37,1) 56%, rgba(98,28,34,1) 70%, rgba(78,41,34,1) 84%, rgba(55,41,36,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(212,76,64,1) 0%, rgba(206,59,53,1) 14%, rgba(156,21,41,1) 28%, rgba(185,32,49,1) 42%, rgba(134,27,37,1) 56%, rgba(98,28,34,1) 70%, rgba(78,41,34,1) 84%, rgba(55,41,36,1) 100%);
	background: linear-gradient(180deg, rgba(212,76,64,1) 0%, rgba(206,59,53,1) 14%, rgba(156,21,41,1) 28%, rgba(185,32,49,1) 42%, rgba(134,27,37,1) 56%, rgba(98,28,34,1) 70%, rgba(78,41,34,1) 84%, rgba(55,41,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d44c40",endColorstr="#372924",GradientType=1);
}

.ozel_celik_slide_arrows .ozel_celik_slide_pagination {
	position: absolute;
	left:0;
	top:50px;
	height:calc(100% - 100px);
	transform: translate3d(-100%, 0, 0);
}

.ozel_celik_slide_arrows .ozel_celik_slide_pagination>span {
	font-size:16px;
	line-height: 1;
	color:rgba(255, 255, 255, 0.5);
	position: relative;
	display: block;
	margin-bottom: calc(480px / 8 + -5px);
	padding-right: 15px;
	text-align: right;
	min-width: 270px;
}
.ozel_celik_slide_arrows .ozel_celik_slide_pagination>span>span:first-child {
	transition: all 200ms;
	opacity: 0;
	top: -4px;
    display: block;
    position: relative;
}
.ozel_celik_slide_arrows .ozel_celik_slide_pagination>span>span:last-child {
	content:"";
	background:rgba(255, 255, 255, 0.4);
	width:5px;
	height:5px;
	border-radius: 50%;
	transition: all 200ms;
	display: block;
	position: absolute;
	right:-3px;
	top:0;
}
.ozel_celik_slide_arrows .ozel_celik_slide_pagination>span:last-child {
	margin-bottom: 0;
}
.ozel_celik_slide_arrows .ozel_celik_slide_pagination>span.active>span:first-child {
	opacity: 1;
}
.ozel_celik_slide_arrows .ozel_celik_slide_pagination>span.active>span:last-child {
	background:#fff;
}
.ozel_celik_slide_arrows .slide_prev {
	position: absolute;
	top:0;
	left:-8px;
}
.ozel_celik_slide_arrows .slide_next {
	position: absolute;
	bottom:0;
	left:-8px;
}

.yeni_nesil_celikler_home  .tagline_content {
	padding-top:70px;
}


.birlesik_home .tagline_content {
	padding-left:70px;
}

.birlesik_home .tagline_module {
	display: flex;
    width: 100%;
    align-items: flex-end;
	padding-bottom: 100px;
}
#column_home_news .news_title {
	font-size:40px;
	margin-bottom: 0;
}
#column_home_news .news_title strong {
	font-weight: 600;
}

#column_home_news .news_header_cont {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 30px;
}
#column_home_news .news_header_cont a {
	font-size:14px;
	font-weight: 400;
	color:rgba(0, 0, 0, 1);
	display: flex;
}
#column_home_news .news_header_cont a svg {
	margin-left: 15px;
}
#column_home_news .news_cont {
	display: flex;
	margin: -2px;
}
#column_home_news .news_cont>div {
	margin:2px;
}
#column_home_news .news_cont .item {
	position: relative;
	margin:0;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}
#column_home_news .news_cont .item_info:before {
	content:"";
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:520px;
	background: linear-gradient(180deg, rgba(137, 137, 137, 0) 0%, #000 100%);
	mix-blend-mode: multiply;
	transition: all 400ms;
}
#column_home_news .news_cont .item_small .item_info:before {
	height:270px;
}
#column_home_news .news_cont .item .item_info {
	z-index: 1;
	display: block;
	max-width: 100%;
	padding:20px 20px; 
	margin-left:0;
	position: relative;
}
#column_home_news .news_cont .item .item_info .item_date {
	font-size:12px;
	color:rgba(242, 242, 242, 1);
	display: block;
	position: relative;
}
#column_home_news .news_cont .item .item_info .item_title {
	color:#fff;
	font-size:16px;
	font-weight: 500;
	display: block;
	position: relative;
}
#column_home_news .news_cont .item_big {
	max-width: calc(40% - 4px);
	width:100%;
}
#column_home_news .news_cont .item_big .item {
	max-width: 100%;
	background-size:cover;
	background-position: center;
	height:520px;
	filter:grayscale(1);
	transition: all 500ms;
}

#column_home_news .news_cont .item_small {
	max-width: calc(60% - 4px);
	width:100%;
	display: flex;
	flex-wrap: wrap;
	margin:0;
}

#column_home_news .news_cont .item_small .item {
	margin:2px;
	max-width: calc(50% - 4px);
	width:100%;
	background-position: center;
	background-size:cover;
	filter:grayscale(1);
	transition: all 500ms;
}
#column_home_news .news_cont .item_small .item .item_info .item_date {}
#column_home_news .news_cont .item_small .item .item_info .item_title {}
#column_home_news .news_cont .item:hover {
	filter: grayscale(0);
}
#column_home_news .news_cont .item:hover .item_info {
	position: relative;
}
#column_home_news .news_cont .item:hover .item_info:before {
	background: linear-gradient(180deg, rgba(000, 000, 000, 0) 0%, #000 100%);
	height:100%;
}
#column_home_news .news_cont .item:hover:before {
	height:50%;
}
.birlesik_online .tagline_module {
	padding:0 80px 0 50px;
	display: flex;
	align-items: center;
}
.document_cont {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.document_cont a {
	max-width: 340px;
	width:100%;
	margin:10px;
	min-height: 185px;
	background:#F8F8F8;
	border:1px solid rgba(189, 189, 189, 1);
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: flex-end;
	padding:20px;
	transition: all 200ms;
}
.document_cont a>span:first-child {
	max-width: 100%;
	width:100%;
	font-size:20px;
	font-weight: 500;
	color:#494949;
	transition: all 200ms;
}
.document_cont .btn_download_black span:first-child {
	color: #000;
    font-size: 18px;
    font-weight: 400;
	transition: all 200ms;
}
.document_cont a:hover {
	background:rgba(226, 10, 22, 1);
}
.document_cont a:hover>span:first-child {
	color:#fff;
}
.document_cont a:hover .btn_download_black {
	background: #000 !important;
    color: #fff !important;
    border-radius: 50px !important;
}
.document_cont a:hover .btn_download_black span:first-child {
	color:#fff;
}
.document_cont a:hover .btn_download_black svg path {
	stroke:#fff;
}
.category_list_names {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:10px 0;
	border-bottom:1px solid rgba(226, 10, 22, 1);
}
.category_list_names.fixed {
	position: sticky;
	top:0;
	background: #fff;
	z-index: 1;
}
.category_list_names>div {
	font-size:16px;
	font-weight: 500;
	color:rgba(51, 51, 51, 1);
	text-align: center;
}
.category_list_names .genel_bilgi {
	max-width: 350px;
	width:100%;
}
.category_list_names .detay_btn {
	max-width: 30px;
	width:100%;
}
.category_list_names .download_doc {
	max-width: 40px;
	width:100%;
}
.category_list_names .title_urun_adi {
	max-width: 110px;
	width:100%;
	text-align: center;
}
.category_list_names .title_din_norm {
	max-width: 140px;
	width:100%;
	text-align: left;
}
.category_list_names .title_meta_c {
	max-width: 70px;
	width:100%;
}
.category_list_names .title_meta_si {
	max-width: 70px;
	width:100%;
}
.category_list_names .title_meta_mn {
	max-width: 70px;
	width:100%;
}
.category_list_names .title_meta_cr {
	max-width: 70px;
	width:100%;
}
.category_list_names .title_meta_mo {
	max-width: 70px;
	width:100%;
}
.category_list_names .title_meta_v {
	max-width: 70px;
	width:100%;
}
.category_list_names .title_meta_w {
	max-width: 70px;
	width:100%;
}
.category_list_names .title_meta_ni {
	max-width: 70px;
	width:100%;
}
.category_list_names .title_meta_p {
	max-width: 70px;
	width:100%;
}
.category_list_names .title_meta_co {
	max-width: 70px;
	width:100%;
}
.category_list_names .title_meta_al {
	max-width: 70px;
	width:100%;
}
.category_list_names .title_meta_be {
	max-width: 70px;
	width:100%;
}
.category_list_names .title_meta_isil_iletkenlik {
	max-width: 70px;
	width:100%;
}
.category_list_names .title_meta_others {
	max-width: 100px;
	width:100%;
}
.category_list_names .title_uygulama_alanlari {
	display: none;
	text-align: left;
}
.category_type_list {
}
.category_type_list a {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(210, 210, 210, 1);
	position: relative;
}
.category_type_list a:hover {
	background:#F8F8FA;
}
.category_type_list a:hover span.item_name {
	color:#E30613;
}
.category_type_list a span {
	text-align: center;
	text-decoration: none;
	padding:10px 0;
	font-size:16px;
	color:rgba(51, 51, 51, 1);
	font-weight: 400;
	display: flex;
    align-items: center;
    justify-content: center;
}
.category_type_list a span span.colored {
	color:rgba(51, 51, 51, 1);
	position: relative;
	padding:0;
	background:transparent;
}
.category_type_list a span span:not(.colored) {
	display: block;
	width:4px;
	height:4px;
	border-radius: 50%;
	background:rgba(51, 51, 51, 1);
	margin:0 auto;
	padding:0;
}
.category_type_list a span.item_name {
	max-width: 110px;
	width:100%;
	font-weight: 600;
	color:#494949;
}
.category_type_list a span.item_din_norm {
	max-width: 140px;
	width:100%;
	text-align: left;
	justify-content: flex-start;
}
.category_type_list a span.item_meta_c {
	max-width: 70px;
	width:100%;
}
.category_type_list a span.item_meta_si {
	max-width: 70px;
	width:100%;
}
.category_type_list a span.item_meta_mn {
	max-width: 70px;
	width:100%;
}
.category_type_list a span.item_meta_cr {
	max-width: 70px;
	width:100%;
}
.category_type_list a span.item_meta_mo {
	max-width: 70px;
	width:100%;
}
.category_type_list a span.item_meta_v {
	max-width: 70px;
	width:100%;
}
.category_type_list a span.item_meta_w {
	max-width: 70px;
	width:100%;
}
.category_type_list a span.item_meta_ni {
	max-width: 70px;
	width:100%;
}
.category_type_list a span.item_meta_p {
	max-width: 70px;
	width:100%;
}
.category_type_list a span.item_meta_co {
	max-width: 70px;
	width:100%;
}
.category_type_list a span.item_meta_al {
	max-width: 70px;
	width:100%;
}
.category_type_list a span.item_meta_be {
	max-width: 70px;
	width:100%;
}
.category_type_list a span.item_meta_isil_iletkenlik {
	max-width: 70px;
	width:100%;
}
.category_type_list a span.item_meta_others {
	max-width: 100px;
	width:100%;
}
.category_type_list a span.item_genel_bilgi {
	max-width: 350px;
	width:100%;
	text-align: left;
	justify-content: flex-start;
	padding-left:10px;
	padding-right:10px;
}
.category_type_list a span.item_detay_btn {
	max-width: 30px;
	width:100%;
}
.category_type_list a span.item_detay_btn span {
	display: flex;
	width:100%;
	align-items: center;
	background:#000;
	color:rgba(236, 236, 236, 1);
	border-radius: 50px;
	height:30px;
	width:30px;
	font-size:16px;
	font-weight: 400;
	opacity: 0;
	transition: all 200ms;
	align-items: center;
    justify-content: center;
    text-align: center;
}
.category_type_list a span.item_detay_btn span svg {
}
.category_type_list a:hover span.item_detay_btn span {
	opacity: 1;
}
.category_type_list a span.item_download {
	max-width: 40px;
	width:100%;
	text-align: center;
	text-decoration: none;
	padding:10px 0;
	font-size:16px;
	color:rgba(51, 51, 51, 1);
	font-weight: 400;
	display: flex;
    align-items: center;
    justify-content: center;
}
.category_type_list a span.item_uygulama_alanlari {
	display: none;
}
.category_type_list a span.hovered {
	color:#fff;
}
.category_type_list a span.hovered span.colored {
	color:#fff;
	position: relative;
	padding:0;
	background:transparent;
}
.category_type_list a>span.hovered:before {
	content:"";
	display: block;
	position: absolute;
	max-width: 70px;
	width:100%;
	height:100%;
	top:0;
	background: rgba(84, 89, 98, 1);
	color:#fff;
}
.category_type_list a>span.hovered:after {
	content:"";
	display: block;
	position: absolute;
	max-width: 70px;
	width:100%;
	height:1px;
	bottom:-1px;
	background: #494949;
	color:#fff;
}
.category_type_list a span.hovered span:not(.colored) {
	background:#fff;
	position: relative;
}
.category_type_list a span.item_meta_others.hovered:before {
	max-width: 100px;
}
.category_type_list a span.item_meta_others.hovered:after {
	content:"";
	display: block;
	position: absolute;
	max-width: 100px;
	width:100%;
	height:1px;
	bottom:-1px;
	background: #494949;
	color:#fff;
}

.pair-23 .category_type_list a span.item_name {
	max-width: 150px;
}
.pair-23 .category_list_names .title_urun_adi {
	max-width: 150px;
}
.product_list_header {
	padding:15px 15px 15px 35px;
	border-radius: 80px;
	background:rgba(248, 248, 250, 1);
	border:1px solid rgba(210, 210, 210, 1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.product_list_header h2 {
	margin-bottom: 0;
}
.product_list_header div {
	display: flex;
	align-items: center;
}
.product_list_header div span {
	font-size:18px;
	font-weight: 400;
	color:#494949;
	background: #fff;
	height:50px;
	border-radius: 25px;
	border:1px solid rgba(210, 210, 210, 1);
	display: flex;
	align-items: center;
	padding:0 30px;
	cursor: pointer;
	transition: all 200ms;
}
.product_list_header div span:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
}
.product_list_header div span:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
}
.product_list_header div span:hover {
	color:#fff;
	background:#000;
	border-color:#000;
}
.product_list_header div span.active {
	color:#fff;
	background:#000;
	border-color:#000;
}

.category_type_cont.uygulama_alanlari .category_list_names {
	justify-content: flex-start;
}
.category_type_cont.uygulama_alanlari .category_list_names div {
	display: none;
}
.category_type_cont.uygulama_alanlari .category_list_names .title_urun_adi {
	display: block;
}
.category_type_cont.uygulama_alanlari .category_list_names .title_uygulama_alanlari {
	display: block;
}
.category_type_cont.uygulama_alanlari .category_list_names .download_doc {
	display: block;
}
.category_type_cont.uygulama_alanlari .category_type_list {}
.category_type_cont.uygulama_alanlari .category_type_list a span {
	display: none;
}
.category_type_cont.uygulama_alanlari .category_type_list a span.item_name {
	display: flex;
}
.category_type_cont.uygulama_alanlari .category_type_list a span.item_uygulama_alanlari {
	display: flex;
	text-align: left;
	justify-content: flex-start;
	max-width: calc(100% - 150px);
	width:100%;
}
.category_type_cont.uygulama_alanlari .category_type_list a span.item_download {
	display: flex;
}
#product_tagline {
	height:380px;
	background-image:url(/uploads/images/1669886364_kategori-tagline-min.jpg);
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom:30px;
}
#product_tagline h1 {
	color:#fff;
	margin-bottom: 0;
}

#product_tagline .back_category {
	color:rgba(255,255,255,.6);
	font-size:14px;
	font-weight: 500;
	transition: all 200ms;
}
#product_tagline .back_category svg {
	transition: all 200ms;
	opacity: .6;
	margin-right: 10px;
	margin-top: -2px;
}

#product_tagline .col-lg-2 {
	display: flex;
	justify-content: flex-end;
}
#product_tagline .btn_download_white {
	max-width: initial;
	width: auto;
}
.kompozisyon_cont {
	display: flex;
	flex-wrap: wrap;
	margin-left: -11px;
	margin-right: -11px;
}
.kompozisyon_cont div {
	max-width: calc(50% - 22px);
	width:100%;
	margin-left:11px;
	margin-right:11px;
	padding:10px 0 8px;
	border-bottom: 1px solid rgba(210, 210, 210, 1);
}
.kompozisyon_cont div span:first-child {
	font-size:18px;
	color:rgba(226, 10, 22, 1);
	font-weight: 600;
	margin-right: 15px;
}
.kompozisyon_cont div span:last-child {
	font-size:18px;
	font-weight: 400;
	color:#494949;
}
.type_product h2 {
	color:rgba(38, 43, 56, 1);
}
#product_specification {
	padding-top: 50px;
	padding-bottom: 60px;
}
.product_list {
	padding:0;
	margin:0;
	border-bottom: 1px solid rgba(210, 210, 210, 1);
	margin-bottom: 20px;
}
.product_list li {
	list-style: none;
	color:#494949;
	font-size:18px;
	font-weight: 400;
	margin-bottom: 25px;
}
.product_list li strong {
	font-size:18px;
	font-weight: 500;
}

.product_list_red {
	padding:0;
	margin:0;
	border-bottom: 1px solid rgba(210, 210, 210, 1);
	margin-bottom: 20px;
}
.product_list_red li {
	list-style: none;
	color:#494949;
	font-size:18px;
	font-weight: 400;
	margin-bottom: 25px;
}
.product_list_red li strong {
	font-size:18px;
	font-weight: 500;
	color:rgba(226, 10, 22, 1);
}
.isil_islem_left {
	border:1px solid rgba(210, 210, 210, 1);
	border-radius: 10px;
}
.isil_islem_left p {
	margin-bottom: 10px;
}
.isil_islem_left strong {
	font-weight: 500;
}

.no_lined_list {
	border-bottom: 0;
}
.isil_islem_right {
	
}
.single_flex>div {
	width:100%;
}
.isil_islem_right>div {
	border:1px solid rgba(210, 210, 210, 1);
	border-radius: 10px;
	overflow: hidden;
	background-color:#fff;
}
.product_table {
	width:100%;
	border:0;
}
.product_table tr {
	border:0;
	width:auto !important;
	height: auto !important;
}
.product_table tr td {
	border:0;
	width:auto !important;
	height: auto !important;
	font-size:16px;
	font-weight: 400;
	color:#494949;
	padding:20px 10px;
	border-bottom: 1px solid rgba(226, 10, 22, 1);
	border-right:1px solid rgba(210, 210, 210, 1);
}
.product_table tr td:last-child {
	border-right: 0;
}
.product_table tr:last-child td {
	border-bottom: 1px solid rgba(210, 210, 210, 1);
}

.category_product_list {
	display: flex;
	flex-wrap: wrap;
	margin-left:-10px;
	margin-right:-10px;
}
.category_product_list a.item {
	max-width: calc(50% - 20px);
	width:100%;
	margin-left:10px;
	margin-right:10px;
	padding:15px 0;
	font-size:14px;
	color:#494949;
	border-bottom: 1px solid rgba(210, 210, 210, 1);
}
.category_product_list a.item span {
	display: block;
	font-size:14px;
	color:#494949;
}
.other_product_sec {
	padding:60px 0;
	margin-top:50px;
	background:#f4f4f4;
}

.other_product_sec .bize_ulasin_box {
	padding-left:20px;
	padding-bottom:25px;
	padding-right:20px;
	padding-top:35px;
	min-height: 400px;
	background:#fff;
}
.product_slider {}
.product_slider .swiper-slide {}
.product_slider .swiper-slide a.item {
	display: block;
	max-width: 100%;
	width:100%;
	padding:15px 0;
	font-size:14px;
	color:#494949;
	border-bottom: 1px solid rgba(210, 210, 210, 1);
	transition: all 200ms;
}
.product_slider .swiper-slide a.item span {
	display: block;
	font-size:14px;
	color:#494949;
	transition: all 200ms;
}
.product_slider .swiper-slide a.item:hover {
	padding: 15px 0 15px 15px;
	background: #494949;
}
.product_slider .swiper-slide a.item:hover span {
	color:#fff;
}
.category_product_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.products_nav {
	display: flex;
	align-items: center;
}
.products_nav .product_slide_next {
	position: static;
	margin:0;
	width:auto;
	height:auto;
	background:transparent;
	margin-left: 5px;
	transform: translate3d(0, -12px, 0);
}
.products_nav .product_slide_next:after {
	display: none;
}
.products_nav .product_slide_prev {
	position: static;
	margin:0;
	width:auto;
	height:auto;
	background:transparent;
	margin-right: 5px;
	transform: translate3d(0, -12px, 0);
}
.products_nav .product_slide_prev:after {
	display: none;
}
body.pair-1 h1 {
	background: linear-gradient(90.43deg, #FC9144 6.26%, #E20A16 114.71%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.full-height {
	height:100vh;
}

.home_anim {
	transition:all 200ms;
	background-color: #000 !important;
	position: relative;
}
.home_anim::before {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image: url("/uploads/images/1669982424_celigin-birlesik-gucu-min.jpg");
	background-position: center;
	background-size:cover;
	opacity: 0;
	transition: all 200ms;
}
.home_anim.bg_image_active:before {
	opacity: 1;
}
.home_anim .container {
	position: relative;
}
.home_anim h1 {
	transition: all 300ms;
	opacity: 0;
	transform: scale(.7);
}
.home_anim p {
	opacity: 0;
	transition: all 300ms;
	transition-delay: 100ms;
}
.home_anim.text_active h1 {
	opacity: 1;
	transform: scale(1);
}
.home_anim.text_active p {
	opacity: 1;
}

.kalite_urunler_cont {
	display: flex;
	margin-top:30px;
}
.kalite_urunler_cont ul {
	padding:0;
	margin:0;
	max-width: 30%;
	width:100%;
}
.kalite_urunler_cont ul li {
	display: block;
	padding:10px 0;
	color:#828282;
	font-size:18px;
	font-weight: 400;
	transition: all 200ms;
	cursor: pointer;
}
.kalite_urunler_cont ul li.active {
	color:#000;
	border-bottom: 1px solid #E20A16;
}
.kalite_urunler_cont .products_cont {
	max-width: 70%;
	width:100%;
	background:#F2F2F2;
	border-radius: 16px;
}
.kalite_urunler_cont .products_cont div {
	display: none;
	opacity: 0;
	padding:30px 40px;
	background:#F2F2F2;
	border-radius: 16px;
	transition: all 200ms;
}
.kalite_urunler_cont .products_cont div a {
	max-width: calc(50% - 20px);
	width:100%;
	display: block;
	margin:0 10px;
	font-size:18px;
	font-weight: 400;
	color:#494949;
	padding:8px 0;
	border-bottom: 1px solid #BDBDBD;
}
.kalite_urunler_cont .products_cont div a span {
	font-size:14px;
	font-weight: 400;
	color:#494949;
}
.kalite_urunler_cont .products_cont div a span:first-child {
	font-weight: 600;
	margin-right: 10px;
}
.kalite_urunler_cont .products_cont div.active {
	display: flex;
	flex-wrap: wrap;
	opacity: 1;
}
#touch_logo {
	position: absolute;
    right: 20px;
    bottom: 26px;
}
#touch_logo svg g {
	transition: all 200ms;
}
#touch_logo:hover svg g {
	opacity: 1;
}
.product_title_row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	height:100%;
}
p a.color_black:hover {
	color:rgba(226, 10, 22, 1);
}
a.color_black:hover {
	color:rgba(226, 10, 22, 1);
}
.search_section {
	background:#E30613;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: right;
	position: relative;
	height:350px;
}
.search_section .container {
	position: relative;
}
.search_section h1 {
	color:#fff;
	text-align: center;
}
.search_section h2 {
	color:#fff;
	text-align: center;
}
#search_subform {
	max-width: 500px;
	width:100%;
	margin:0 auto;
	position: relative;
}
#search_subform input[type="text"] {
	background:transparent;
	border:1px solid #fff;
	border-radius: 4px;
	color:#fff;
}
#search_subform input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}
#search_subform input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}
#search_subform input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}
#search_subform button {
	position: absolute;
	right:10px;
	top:50%;
	background:transparent;
	border:0;
	box-shadow: none;
	outline:0;
	padding:0;
	transform: translate3d(0,-50%,0);
}
.searched_page {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-left:-15px;
	margin-right:-15px;
	padding: 30px 0 15px;
}
.searched_page li {
	max-width:calc(33.33333% - 30px);
	width:100%;
	list-style: none;
	margin-left:15px;
	margin-right:15px;
	margin-bottom: 15px;
}
.searched_page li a {
	display: block;
	padding:15px;
	background: #f2f2f2;
	color:#000;
	transition: all 400ms;
}
.searched_page li a:hover {
	color:#fff;
	background: #E30613;
}
.product_grid_cont {
	display: flex;
	align-items: center;
	margin:-15px;
	flex-wrap: wrap;
	padding:30px 0;
}
.product_grid_cont a {
	max-width: calc((100% / 3) - 30px);
	width:100%;
	margin:15px;
	padding:15px;
	background:#f2f2f2;
	color:rgba(38, 43, 56, 1);
	transition: all 200ms;	
}
.product_grid_cont a:hover {
	background:#E30613;
	color:#fff;
}
#search_section .news_cont {
	padding:30px 0;
}
.text_bottom_tagline .tagline_module {
	position: relative;
}
.text_bottom_tagline .tagline_module .tagline_content {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	padding: 8px 20px;
}
@media screen and (max-width:1440px) {
	footer section:last-child .col12>div:last-child {
		padding-right: 60px;
	}
	.productgroup_cont .item {
		height:300px;
	}
	.productgroup_cont .item .item_info {
		padding:30px 20px 30px 20px;
	}
	.productgroup_cont .item .item_info .item_title {
		font-size:20px;
	}
	.uretim_col .tagline_module {
		padding:45px 40px;
	}
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1320px) {
	.category_type_cont {
		overflow-x: auto;
	}
	.category_list_names {
		width:1320px;
	}
	.category_type_list {
		width:1320px;
	}
	#section_849097 .col6 {
		flex: 0 0 auto;
    	width: 33.33333333%;
	}
	#section_849097 .bize_ulasin_box {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	#section_849097 .catalog_col {
		flex: 0 0 auto;
    	width: 33.33333333%;
	}
}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:991px) {
	.head_color_0 #wrapper .content_wrapper {
		margin-top:60px;
	}
	.head_color_2 #wrapper .content_wrapper {
		margin-top:60px;
	}
	header {
		height:60px;
	}
	#logo {
		max-width: 150px;
	}
	#logo svg {
		max-width: 100%;
		width:100%;
	}
	.navbar-toggler {
		border:0;
		width:30px;
		height:30px;
		padding:0;
		position: absolute;
		right:0;
		top:50%;
		transform: translate3d(0,-50%,0);
		border:0 !important;
		border-radius: 0;
		outline: 0 !important;
		box-shadow: none !important;
	}
	.navbar-toggler span {
		background:#E30613;
		display: block;
		height:1px;
		width:100%;
		position: absolute;
		left:0;
		top:50%;
		transform: translate3d(0,-3px,0);
		transition: all 200ms;
	}
	.navbar-toggler span:last-child {
		transform: translate3d(0,3px,0);
	}
	.navbar-toggler[aria-expanded="true"] {
		
	}
	.navbar-toggler[aria-expanded="true"] span {
		transform: translate3d(0,-0,0) rotate(45deg);
	}
	.navbar-toggler[aria-expanded="true"] span:last-child {
		transform: translate3d(0,0,0) rotate(-45deg);
	}
	header .second_nav {
		position: absolute;
		right:40px;
		top:50%;
		transform: translate3d(0,-50%,0);
		margin-top:0;
	}
	.navbar-expand-lg .navbar-collapse {
		position: fixed;
		top:0;
		right:0;
		transform: translate3d(100vw,0,0);
		transition: transform 300ms;
		height:100vh;
		padding-top:60px;
		margin-top:0;
		width:100%;
	}
	.navbar-expand-lg .navbar-collapse.show {
		transform: translate3d(0,0,0);		
	}
	header .navbar-expand-lg .navbar-nav {
		background:#fff;
		height:100%;
		padding-top: 10px;
	}
	header .navbar-expand-lg .navbar-nav li a {
		color:#494949;
		font-size:24px;
		border-bottom: 1px solid #494949;
		display: block;
		padding:15px 30px;
	}
	header.active {
		background:#fff;
	}
	header.active #logo svg path.sub_text {
		fill:rgba(159, 159, 159, 1);
	}
	header.active #logo svg path.logo_b {
		fill:rgba(159, 159, 159, 1);
	}
	header.active .navbar-expand-lg .navbar-nav li a {
		color:rgba(38, 43, 56, 1);
	}
	header.active .second_nav li.search a svg path {
		stroke:rgba(38, 43, 56, 1);
	}
	header.active .second_nav li a.lang-item svg path {
		stroke:rgba(38, 43, 56, 1);
	}
	header.active .second_nav li a {
		color:rgba(38, 43, 56, 1);
	}
	header.active header {
		border-bottom:1px solid rgba(226, 10, 22, 1);
	}


	h1 {
		font-size: 30px;
		line-height: 1.3;
		font-weight: 500;
		color: rgba(38, 43, 56, 1);
	}
	h2 {
		font-size: 24px;
		line-height: 1.3;
		color: rgba(0, 0, 0, 1);
		font-weight:500;
		margin-bottom: 30px;
	}
	h2 span {
		position: relative;
		padding-bottom: 10px;
	}
	h2 span:after {
		content:"";
		position: absolute;
		bottom:0;
		left:0;
		max-width: 60px;
		width:100%;
		background:rgba(226, 10, 22, 1);
		border-radius: 4px;
		height:3px;
	}
	
	h3 {
		font-size: 20px;
		font-weight:500;
		line-height: 1.3;
		color: rgba(38, 43, 56, 1);
		margin-bottom: 15px;
	}
	
	h4 {
		font-size: 18px;
		font-weight:500;
		line-height: 1.3;
		color: #000;
	}
	
	h5 {
		font-size: 18px;
		line-height: 1.3;
		color: #000;
	}
	
	h6 {
		font-size: 16px;
		line-height: 1.3;
		color: #000;
	}
	
	p {
		font-size: 16px;
		font-weight:400;
		color: #494949;
		line-height: 1.5;
		margin-bottom:20px;
	}
	
	a {
		font-size: 16px;
		color: #2F80ED;
		line-height: 1.5;
		text-decoration:none;
	}
	ul li {
		font-size:16px;
	}
	.f_s_96 {
		font-size:36px;
		line-height: 1.1;
	}
	.f_s_60 {
		font-size:36px;
		line-height: 1.05;
	}
	.f_s_48 {
		font-size:30px;
		line-height: 1.05;
	}
	.f_s_44 {
		font-size:30px;
		line-height: 1.2;
	}
	.f_s_40 {
		font-size:30px;
		line-height: 1.2;
	}
	.f_s_36 {
		font-size:30px;
		line-height: 1.2;
	}
	.f_s_35 {
		font-size:30px;
		line-height: 1.2;
	}
	.birlesik_home .tagline_content {
		padding-left:40px;
	}
	#hikayemiz_cont .item .item_title {
		font-size:24px;
	}
	.productgroup_cont .item {
		max-width: calc(100% / 3);
	}
	#section_849097 .col6 {
		flex: 0 0 auto;
    	width: 25%;	
	}
	#section_849097 .bize_ulasin_box {
		flex: 0 0 auto;
		width: 41.66666667%;
		min-height: 330px;
	}
	#section_849097 .catalog_col {
		flex: 0 0 auto;
    	width: 33.33333333%;
		min-height: 330px;
	}
	.productgroup_list_cont ul li {
		max-width: calc(100% - 20px);
	}
	#section_849097 .row {
		align-items: flex-start;
	}
}
@media screen and (max-width:768px) {
	#section_849097 .col6 {
		flex: 0 0 auto;
    	width: 100%;	
	}
	#section_849097 .bize_ulasin_box {
		flex: 0 0 auto;
		width: 50%;
		min-height: 330px;
		margin-top:20px;
		margin-left:15px;
	}
	#section_849097 .catalog_col .tagline_module {
		min-height: 330px;
	}
	#section_849097 .catalog_col {
		flex: 0 0 auto;
    	width: calc(50% - 15px);
		min-height: 330px;
		margin-top:20px;
	}
	.productgroup_list_cont ul li {
		max-width: calc(100% - 20px);
	}
	#section_849097 .row {
		align-items: flex-start;
	}
	.mobile_dark {
		position: relative;
	}
	.mobile_dark:before {
		content:"";
		position: absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
	}
	.mobile_dark p {
		color:#fff;
	}
	.mobile_dark .tagline_module {
		position: relative;
	}
	.f_s_96_vh {
		font-size:30px;
	}
}
@media screen and (max-width:640px) {
	.product_list_header div {
		justify-content: center;
	}
	.product_list_header div span {
		font-size: 16px;
	}
	.category_type_cont.fixed {
		padding-top:45px;
	}
	.category_list_names.fixed {
		position: fixed;
	}
	header {
		padding:0 15px;
	}
	header .second_nav li a {
		padding:0 5px;
	}
	.birlesik_home .tagline_module {
		padding-bottom: 20px;
	}
	#column_home_news .news_cont .item_big {
		max-width: 100%;
		width:100%;
	}
	#column_home_news .news_cont .item_big .item {
		max-width: 100%;
		height:250px;
		padding:30px 20px;
	}
	#column_home_news .news_cont .item_small .item {
		max-width: 100%;
		height:250px;
	}
	#column_home_news .news_cont .item_small {
		max-width: 100%;
	}
	.birlesik_online .tagline_module {
		padding:40px 20px 10px 45px;
	}
	#column_home_news .news_title {
		font-size:24px;
	}
	#column_home_news .news_header_cont {
		align-items: center;
	}
	#column_home_news .news_header_cont a {
		margin-top: 4px;
	}
	footer .list_menu {
		margin-bottom: 20px;
	}
	footer section:last-child .col12 {
		flex-wrap: wrap;
		display: block;
	}
	footer section:last-child .col12>div {
		flex-wrap: wrap;
		display: block;
		text-align: center;
	}
	.footer_bottom_menu {
		display: block;
		border-left:0;
		text-align: center;
	}
	.footer_bottom_menu li {
		padding:7px 0;
	}
	.footer_bottom_menu li + li {
		border-left:0;
	}
	footer section:first-child .container {
		padding-bottom: 0;
	}
	footer section:last-child .col12>div:last-child {
		display: flex;
		justify-content: center;
		margin-top: 10px;
		padding-right: 0;
	}
	footer {
		background:rgba(11,10,10,1);
	}
	#touch_logo {
		display: block;
		text-align: center;
		position: static;
		padding-bottom: 20px;
	}
	.tabbed_nav {
		overflow-x: auto;
	}
	.tabbed_nav ul {
		justify-content: flex-start;
		white-space: nowrap;
	}
	.yeni_nesil_celikler_home .tagline_content {
		padding-left:40px !important;
	}
	#hikayemiz_cont .item {
		max-width: 100%;
		padding-right: 0;
		background:#fff;
	}
	#hikayemiz_cont .item .item_title {
		text-align: center;
	}
	#hikayemiz_cont .item .item_desc p {
		text-align: center;
	}
	#hikayemiz_cont .item:after {
		display: none;
	}
	#hikayemiz_cont .item.item_right {
		left:0;
		padding-left: 0;
	}
	#hikayemiz_cont .item.item_right .item_title {
		text-align: center;
	}
	.productgroup_cont .item {
		max-width: 100%;
	}
	.product_list_header {
		padding:15px 0 15px 0;
		border-radius: 0;
		background:transparent;
		border:0;
		display: block;
	}
	.product_list_header h2 {
		margin-bottom: 10px;
	}
	.product_list_header div span {
		padding:0 20px;
	}
	#section_849097 .bize_ulasin_box {
		width:calc(100% - 30px);
		margin-right: 15px;
	}
	#section_849097 .catalog_col {
		width: 100%;
	}
	#product_tagline {
		position: relative;
	}
	#product_tagline .container {
		position: absolute;
		bottom:0;
		height: auto;
		padding-bottom: 20px;
	}
	.product_title_row {
		display: block;
	}
	#product_tagline .btn_download_white {
		border-bottom-right-radius: 50px;
		border-top-right-radius: 50px;
		border-bottom-left-radius: 4px;
		border-top-left-radius: 4px;
	}
	#product_tagline h1 {
		margin-bottom: 10px;
	}
	#product_specification {
		padding-top:30px;
		padding-bottom:30px;
	}
	#product_specification .col-lg-8 h2 {
		margin-top:30px;
	}
	.isil_islem_left {
		margin-left: 15px;
		width: calc(100% - 30px);
	}
	.isil_islem_right {
		margin-top:30px;
	}
	.other_product_sec .bize_ulasin_box {
		width: calc(100% - 30px);
		margin-right: 15px;
		flex: 0 0 auto;
		min-height: 330px;
		margin-top: 20px;
		margin-left: 15px;
		background:#fff;
	}
	.other_product_sec .catalog_col {
		margin-top: 20px;
	}
	.kalite_urunler_cont {
		display: block;
	}
	.kalite_urunler_cont ul {
		max-width: 100%;
		display: flex;
		align-items: center;
		overflow-x: auto;
	}
	.kalite_urunler_cont ul li {
		white-space: nowrap;
		padding:10px;
	}
	.kalite_urunler_cont .products_cont {
		max-width: 100%;
		margin-top:20px;
		margin-bottom:20px;
	}
	.kalite_urunler_cont .products_cont div {
		padding:20px 10px;
	}
	.kalite_urunler_cont .products_cont div a {
		max-width: 100%;
	}
	.ozel-celik-slider {
		height: auto;
	}
	.ozel-celik-slider .col6 p {
		font-size:20px;
	}
	.ozel-celik-slider .swiper-slide {
		padding:30px 0 0;
	}
	.ozel-celik-slider .tagline_module {
		height:300px;
	}
	.ozel-celik-slider-en {
		height: auto;
	}
	.ozel-celik-slider-en .col6 p {
		font-size:20px;
	}
	.ozel-celik-slider-en .swiper-slide {
		padding:30px 0 0;
	}
	.ozel-celik-slider-en .tagline_module {
		height:300px;
	}
	.ozel_celik_slide_arrows {
		left:0;
		width:100%;
		height:auto;
		top: auto;
		bottom:0;
		display: flex;
		justify-content: space-between;
		transform: translate3d(0,0,0);
		padding: 0 15px 20px;
	}
	.ozel_celik_slide_arrows .slide_prev {
		left:0;
		transform: rotate(-90deg);;
		position: static;
	}
	.ozel_celik_slide_arrows .slide_next {
		left:0;
		transform: rotate(-90deg);;
		position: static;
	}
	.ozel_celik_slide_arrows .ozel_celik_slide_pagination {
		display: none;
	}
	.ozel_celik_slide_arrows:before {
		display: none;
	}
	.other_news_cont {
		flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0;
	}
	.other_news_cont .news_item {
		max-width: 100%;
		margin:10px 0;
	}
	.news_cont {
		margin: -12px 0;
	}
	.news_cont .item {
		max-width: 100%;
		margin:12px 0;
		display: block;
	}
	.news_cont .item .item_img {
		max-width: 100%;
		height:200px;
	}
	.news_cont .item .item_info {
		max-width: 100%;
		margin-left:0;
		margin-top:10px;
	}
	.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;
	}
}