/* GUIDE */
html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
}

* { outline:none; }

.logo img { height:40px; }
.logo span { color:#fff; padding-left:20px; border-left:1px solid #fff; margin-left:20px; }

img {
	max-width: 100%;
}

h1 {
	font-size: 48px;
	line-height: 1.2;
	color: #000;
}

h2 {
	font-size: 24px;
	line-height: 1.3;
	color: #000;
	font-weight:500;
}

h3 {
	font-size: 20px;
	line-height: 1.3;
	color: #000;
}

h4 {
	font-size: 18px;
	line-height: 1.3;
	color: #000;
}

h5 {
	font-size: 16px;
	line-height: 1.3;
	color: #000;
}

h6 {
	font-size: 14px;
	line-height: 1.3;
	color: #000;
}

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;
}

.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(/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, .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[type="text"] {
	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;
}

.center-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.center-wrapper .center-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.content-pos-bottom .center-wrapper .center-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.content_wrapper {
	margin-top:80px;
}

header {
	height:80px;
	background:#fff;
	padding: 0 30px;
	z-index:11;
	position: fixed;
	top:0;
    width: 100%;
	transition: all 400ms;
}

header .navbar-main {
	border: 0;
	position: static;
	display: block;
	padding-top:0;
	padding-bottom:0;
}

header .navbar-main #logo {
	margin-top:21px;
	margin-bottom:21px;
	display: block;
    float: left;
	max-width:242px;
}
header .navbar-main #logo h1 {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 0;
}
header .navbar-main #logo img {
	position: relative;
	z-index: 1;
}

header .navbar-main .navbar-nav {
	float: right;
	padding-top: 0px;
	padding-left: 0;
	display: block;
}

header .navbar-main .navbar-nav li {
	position: static;
	display: inline-flex;
	vertical-align: top;
}

header .navbar-main .navbar-nav li:hover a {
	opacity: 1;
	background: transparent;
}
header .navbar-main .navbar-nav li:hover>a {
	color:#EF3340;
}
header .navbar-main .navbar-nav li.search {
	border-bottom: 0 !important;
}

header .navbar-main .navbar-nav li.infobar {
	border-bottom: 0 !important;
}

header .navbar-main .navbar-nav li a {
	color: #000;
	transition: all 300ms;
	font-size: 18px;
	font-weight:600;
	background: transparent;
	text-decoration: none;
	padding:29px 15px 29px;
	display:block;
}
header .navbar-main .navbar-nav li>a {
	font-weight: 500;
	position: relative;
	z-index: 1;
}

header .navbar-main .navbar-nav li>a:after {
	content:"";
	position: absolute;
	bottom:0;
	width:0;
	left:50%;
	transform: translate3d(-50%,0,0);
	height:2px;
	background:#EF3340;
	transition: all 400ms;
}
header .navbar-main .navbar-nav li a:hover {
	background: transparent;
	color:#EF3340;
}
header .navbar-main .navbar-nav li:hover>a:after {
	width:100%;
}

header .navbar-main .navbar-nav li div.mega-main {
	max-height:0;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left:0;
	width:100%;
	top:75px;
	transition: all 600ms;
}
header .navbar-main .navbar-nav li div.mega-main ul.d-menu {
	padding-left:0;
	position: relative;
	display: inline-block;
}
header .navbar-main .navbar-nav li div.mega-main ul.d-menu li {
	display: block;
	border-top:1px solid #E0E0E0;
}
header .navbar-main .navbar-nav li div.mega-main ul.d-menu li a {
	font-size:16px;
	color:#828282;
	font-weight: 400;
	display: block;
	padding:20px 10px;
}
header .navbar-main .navbar-nav li div.mega-main ul.d-menu li a:before {
	display: none;
}
header .navbar-main .navbar-nav li div.mega-main ul.d-menu li a:after {
	display: none;
}

header .navbar-main .navbar-nav li div.mega_container {
	max-height:0;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left:0;
	width:100%;
	top:80px;
	transition: all 600ms;
	z-index:1;
}
header .navbar-main .navbar-nav li div.mega_container .latest_news a {
	padding:0;
}
header .navbar-main .navbar-nav li div.mega_container .btn_red_icon {
	border:1px solid #EF3340;
	padding:15px 30px 15px 45px;
	line-height:1;
	font-size:14px;
	color:#EF3340;
	font-weight: 600;
	transition: all 400ms;
	position: relative;
	display:inline-block;
}
header .navbar-main .navbar-nav li div.mega_container .btn_red_icon:hover {
	color:#fff;
	background:#EF3340;
}

header .navbar-main .navbar-nav li div.mega_container .latest_news .btn_red_icon {
	border:1px solid #EF3340;
	padding:15px 30px 15px 45px;
	line-height:1;
	font-size:14px;
	color:#EF3340;
	font-weight: 600;
	transition: all 400ms;
	position: relative;
	display:inline-block;
	margin-top:30px;
}
header .navbar-main .navbar-nav li div.mega_container .latest_news .btn_red_icon:hover {
	color:#fff;
	background:#EF3340;
}

header .navbar-main .navbar-nav li div.mega_container .btn_white_icon {
	border:1px solid #FFFFFF;
	padding:15px 30px 15px 45px;
	line-height:1;
	font-size:14px;
	color:#FFFFFF;
	font-weight: 600;
	transition: all 400ms;
	position: relative;
	display:inline-block;
}

header .navbar-main .navbar-nav li div.mega_container .btn_white_icon:hover {
	color:#EF3340;
	background:#FFF;
}

header .navbar-main .navbar-nav li div.mega_container .col {
	border-right:1px solid rgba(128,129,128,.3);
	padding-top:10px;
}
header .navbar-main .navbar-nav li div.mega_container .col.f_15 {
	flex: 0 0 15%;
}
header .navbar-main .navbar-nav li div.mega_container .col.f_20 {
	flex: 0 0 20%;
}
header .navbar-main .navbar-nav li div.mega_container .col:last-child {
	border-right:0;
}
header .navbar-main .navbar-nav li div.mega_container .stabil_link {
	padding:0;
	color:#EF3340;
	font-weight:500;
	font-size:16px;
}
header .navbar-main .navbar-nav li div.mega_container .latest_news_img {
	display: block;
	max-width:320px;
	width:100%;
	height:220px;
	background-size:cover;
	background-position: center;
}
header .navbar-main .navbar-nav li div.mega_container .latest_news_t {
	display:block;
	color:#EF3340;
	font-size:18px;
	font-weight: 500;
	margin-bottom: 15px;
}
header .navbar-main .navbar-nav li div.mega_container .latest_news_title {
	display:block;
	color:#494949;
	font-size:16px;
	font-weight: 500;
	margin-top: 15px;
}
header .navbar-main .navbar-nav li div.mega_container ul {
	padding: 0;
    margin: 0;
}
header .navbar-main .navbar-nav li div.mega_container ul li {
	display:block;
}
header .navbar-main .navbar-nav li div.mega_container ul li:first-child {
	display:block;
	color:#EF3340;
	font-size:18px;
	font-weight: 500;
}
header .navbar-main .navbar-nav li div.mega_container ul li a {
	display: block;
	width:100%;
	padding:5px 0;
	margin:10px 0;
	color:#494949;
	font-size:16px;
	font-weight: 500;
	line-height:1.3;
}
header .navbar-main .navbar-nav li div.mega_container ul li a:hover {
	color:#EF3340;
}
header .navbar-main .navbar-nav li div.mega_container ul li a strong {
	font-weight:500;
	color:#BDBDBD;
}
header .navbar-main .navbar-nav li div.mega_container ul li a:hover strong {
	color:#EF3340;
}
header .navbar-main .navbar-nav li div.mega_container ul li a:before {
	display: none;
}
header .navbar-main .navbar-nav li div.mega_container ul li a:after {
	display: none;
}
header .navbar-main .navbar-nav li div.mega_container ul li a img {
	margin-bottom: 20px;
}

header .navbar-main .navbar-nav li div.mega_container .social_links {
	border-right:0;
}
header .navbar-main .navbar-nav li div.mega_container .social_links>p {
	display: block;
    color: #EF3340;
    font-size: 18px;
    font-weight: 500;
}
header .navbar-main .navbar-nav li div.mega_container .social_links ul {
	padding:0;
	margin:0 -10px;
}
header .navbar-main .navbar-nav li div.mega_container .social_links ul li {
	display: inline-block;
	vertical-align: middle;
}
header .navbar-main .navbar-nav li div.mega_container .social_links ul li a {
	display:block;
	padding:0 10px;
}
header .navbar-main .navbar-nav li div.mega_container .social_links ul li a img {
	margin-bottom:0;
}

header .navbar-main .navbar-nav li div.mega_container .social_links ul.blocked_list {
	margin:0;
	padding:0;
	margin-top:10px;
}
header .navbar-main .navbar-nav li div.mega_container .social_links ul.blocked_list li {
	display: block;
}
header .navbar-main .navbar-nav li div.mega_container .social_links ul.blocked_list li a {
	display:block;
	padding: 5px 0;
    margin: 10px 0;
}
header .navbar-main .navbar-nav li div.mega_container .social_links ul.blocked_list li a img {
	margin-bottom:0;
	margin-right:18px;
}
.press_card {}
.press_card .card_body {
	background:url(/uploads/images/1619653156_press-login-bg.jpg) no-repeat;
	background-size:cover;
	background-position: center;
	padding:50px 30px 20px 30px;
	text-align: center;
	max-width:310px;
}
.press_card .card_body img {
	margin-bottom:20px;
}
.press_card .card_body a.color_white {
	color:#fff !important;
	font-size:16px !important;
	font-weight:400 !important;
	text-decoration: underline !important;
}
.press_card .card_body a.btn_white_icon {
	margin-top:15px;
}

header .navbar-main .navbar-nav li div.mega_container ul.menu_dik {
	text-align: left;
}
header .navbar-main .navbar-nav li div.mega_container ul.menu_dik li {
	border-bottom: 0;
	border-right: 1px solid #E0E0E0;
	width:25%;
	margin:0;
	padding-left: 20px;
}
header .navbar-main .navbar-nav li div.mega_container ul.menu_dik li:last-child {
	border-right: 0;
}
header .navbar-main .navbar-nav li div.mega_container ul.menu_dik li a {}
header .navbar-main .navbar-nav li div.mega_container ul.menu_dik li a:nth-child(2) {
	color:#0063A5;
}
header .navbar-main .navbar-nav li div.mega_container ul.menu_dik li a img {}

header .navbar-main .navbar-nav li div.mega_container .col.career_m {
	border-right:0;
}

header .navbar-main .navbar-nav.header_second_nav {
	padding:0;
	margin:0;
	float:right;
}
header .navbar-main .navbar-nav.header_second_nav li {
	display: inline-block;
	vertical-align: top;
}
header .navbar-main .navbar-nav.header_second_nav li.mega_menu>a>span {
	content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    left: 50%;
    transform: translate3d(-50%,0,0);
    height: 2px;
    background: #EF3340;
    transition: all 400ms;
}
header .navbar-main .navbar-nav.header_second_nav li.mega_menu>a:before {
	content: "";
    width: 1px;
    height: 30px;
	background: #C4C4C4;
    position: absolute;
	left:0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
header .navbar-main .navbar-nav.header_second_nav li.mega_menu>a:after {
	content: "";
    width: 1px;
    height: 30px;
	background: #C4C4C4;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
	left:auto;
	right:0;
}

header .navbar-main .navbar-nav.header_second_nav li.mega_menu>a:hover>span {
	width: 100%;
}

header .navbar-main .navbar-nav.header_second_nav li a {
	display: block;
	font-size:18px;
	font-weight: 400;
	color:#808180;
	text-decoration: none;
	position: relative;
}

header .navbar-main .navbar-nav.header_second_nav li.lang_items {
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items span {
	display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #808180;
    text-align: center;
    padding: 26px 0 26px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items span svg {
	margin-right:5px;
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items ul {
	padding:0;
	margin:0;
	max-height:0;
	height:100%;
	overflow: hidden;
	background: #fff;
	transition: all 400ms;
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items:hover svg path {
	stroke:#EF3340;
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items:hover span {
	color:#EF3340;
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items:hover ul {
	max-height:300px;
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items ul li {
	display: block;
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items ul li a {
	display:block;
	padding: 10px 15px;
	position: relative;
	z-index: 1;
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items ul li a:hover {
	color:#EF3340;
}
header .navbar-main .navbar-nav.header_second_nav li a.lang-item {
	text-transform: uppercase;
}
header .navbar-main .navbar-nav.header_second_nav li.search a:hover svg path {
	stroke:#EF3340;
}

header .navbar-main .navbar-nav li:hover div.mega-main {
	max-height: 500px;
	padding-top: 30px;
	padding-bottom: 30px;
	box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.15);
}
header .navbar-main .navbar-nav li.mega_menu_active div.mega_container {
	max-height: 500px;
	padding-top: 60px;
	padding-bottom: 60px;
	box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.15);
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products {
	top:0;
	padding:0;
	z-index: 0;
	transition: all 0ms;
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products.menu_close_anim {
	transition: all 600ms;
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products .products_menu_cont {
	height:100vh;
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products .products_menu_cont p {
	position: relative;
	padding-left:30px;
	transform: translate3d(50%,0,0);
	opacity: 0;
	transition: all 500ms;
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products .products_menu_cont p:after {
	content:"";
	width:120px;
	background:#fff;
	height:1px;
	display: block;
	margin-top:12px;
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products ul li a {
	color:#fff;
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products .products_menu_cont .row {
	/*height:100%;*/
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products .col {
	border-right:0;
	padding-top:0;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding-left:0;
	padding-right:0;
	height:0;
	padding-top:0;
	transform: translate3d(0,0,0);
	transition: all 500ms;
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products .col ul {}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products .col ul li {
	transform: translate3d(50%,0,0);
	opacity: 0;
	transition: all 500ms;
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products .col ul li a {
	padding:15px 30px;
	position: relative;
	transition: all 400ms;
	margin:0;
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products .col ul li a:before {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	opacity: 0;
	display: block;
	z-index: -1;
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products .col ul li a:after {
	content:"";
	position: absolute;
	left:20px;
	top:18px;
	width:10px;
	height:16px;
	background:url(/frontend/img/menu-arrow.svg) no-repeat;
	background-size:cover;
	background-position: center;
	display: block;
	transform: translate3d(0,0,0);
	transition: all 400ms;
	opacity: 0;
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products .col ul li a:hover {
	padding:15px 30px 15px 50px
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products .col ul li a:hover:before {
	opacity: 1;
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products .col ul li a:hover:after {
	position: absolute;
	left:30px;
	opacity: 1;
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products .col:first-child {
	background-image:url(/uploads/images/1620213437_tracked-armored-vehicles-menu-min.jpg);
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products .col:nth-child(2) {
	background-image:url(/uploads/images/1620213437_wheeled-armored-vehicles-menu-min.jpg);
	transition-delay:75ms;
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products .col:nth-child(3) {
	background-image:url(/uploads/images/1620213437_combat-engineering-vehicles-menu-min.jpg);
	transition-delay:100ms;
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products .col:nth-child(4) {
	background-image:url(/uploads/images/1620213437_modernization-menu-min.jpg);
	transition-delay:125ms;
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products .col:nth-child(5) {
	background-image:url(/uploads/images/1620213436_turrets-menu-min.jpg);
	transition-delay:150ms;
}
header .navbar-main .navbar-nav li div.mega_container.mega_container_products .col:before {
	content:"";
	position: absolute;
	width:100%;
	height:100%;
	left: 0;
	top:0;
	background:rgba(0,0,0,0.7);
	mix-blend-mode: multiply;
	transition: all 400ms;
}
header.product_active .navbar-main .navbar-nav li div.mega_container.mega_container_products {
	max-height:100vh;
}

header.product_active .navbar-main .navbar-nav li div.mega_container.mega_container_products .col {
	padding-top:180px;
	height:100vh;
}
header.product_active .navbar-main .navbar-nav li div.mega_container.mega_container_products .col:hover:before {
	background: rgba(0,0,0,.5);
}

header.product_active .navbar-main .navbar-nav li div.mega_container.mega_container_products .col:first-child ul li {
	transform:translate3d(0,0,0);
	opacity: 1;
}
header.product_active .navbar-main .navbar-nav li div.mega_container.mega_container_products .col:first-child p {
	transform:translate3d(0,0,0);
	opacity: 1;
}
header.product_active .navbar-main .navbar-nav li div.mega_container.mega_container_products .col:nth-child(2) ul li {
	transform:translate3d(0,0,0);
	opacity: 1;
}
header.product_active .navbar-main .navbar-nav li div.mega_container.mega_container_products .col:nth-child(2) p {
	transform:translate3d(0,0,0);
	opacity: 1;
}
header.product_active .navbar-main .navbar-nav li div.mega_container.mega_container_products .col:nth-child(3) ul li {
	transform:translate3d(0,0,0);
	opacity: 1;
}
header.product_active .navbar-main .navbar-nav li div.mega_container.mega_container_products .col:nth-child(3) p {
	transform:translate3d(0,0,0);
	opacity: 1;
}
header.product_active .navbar-main .navbar-nav li div.mega_container.mega_container_products .col:nth-child(4) ul li {
	transform:translate3d(0,0,0);
	opacity: 1;
}
header.product_active .navbar-main .navbar-nav li div.mega_container.mega_container_products .col:nth-child(4) p {
	transform:translate3d(0,0,0);
	opacity: 1;
}
header.product_active .navbar-main .navbar-nav li div.mega_container.mega_container_products .col:nth-child(5) ul li {
	transform:translate3d(0,0,0);
	opacity: 1;
}
header.product_active .navbar-main .navbar-nav li div.mega_container.mega_container_products .col:nth-child(5) p {
	transform:translate3d(0,0,0);
	opacity: 1;
}

header.hide_header {
	top:-80px;
}
header.fixed_top {
	background: #fff;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
}
#mobile_menu_btn {
	display: none;
}
.menu_overlay {
	position: fixed;
	width: 100%;
	height: calc(100% - 500px);
	bottom: 0;
}



/** PANEL HEADER */
header.panel { background:#fff; display:block; width:100%; margin:0; position:fixed; height:80px; }
header.panel > .row { height:80px; }
header.panel.black { background:#000; padding:0; padding-left:20px; }

/* 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;
}

.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 */

.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 ul {
	padding: 0;
	margin: 0 -10px;
	list-style-type: none;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

footer .footer_social ul li {
	padding: 0;
	margin: 0;
	flex: 0 0 auto;
}

footer .footer_social ul li a {
	display:block;
	padding:10px;
}

footer .footer_social ul li a img {
	transition: all 400ms;
}
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*/

.form-group {
	margin-bottom: 20px;
}
input[type="text"] {
	border:1px solid #D7D7D7;
	border-radius:4px;
	height:45px;
	line-height:45px;
	width:100%;
	font-size:15px;
	color:#494949;
}
input[type="text"]:focus {
	outline:0;
	box-shadow: none;
}
input[type="email"] {
	border:1px solid #D7D7D7;
	border-radius:4px;
	height:45px;
	line-height:45px;
	width:100%;
	font-size:15px;
}
input[type="email"]:focus {
	outline:0;
	box-shadow: none;
}
textarea {
	border:1px solid #D7D7D7;
	border-radius:4px;
	height:135px;
	color:#494949;
	min-height: 135px;
}
textarea:focus {
	outline:0 !important;
	box-shadow: none !important;
}
label {
	display: block;
	position: relative;
}
label.title {
	font-weight:500;
	margin:20px 0;
}
label span {
	display: block;
    font-size: 15px;
    color: #494949;
    position: absolute;
    top: 14px;
    left: 15px;
    line-height: 1;
	pointer-events: none;
	z-index:1;
}
label span.input-group-append {
	position: absolute;
    top: 0;
    right: 0;
    left: auto;
	opacity: 1 !important;
}
input.date {
	border-top-right-radius :4px !important;
	border-bottom-right-radius :4px !important;
	width: 100% !important;
}
label span.input-group-append i {
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
label.checkbox_label span {
	position: static;
	margin-left: 10px;
	margin-top: 3px;
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 40px);
	line-height: 1.4;
	pointer-events: inherit;
}
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: 18px;
}
input[type="checkbox"]:before {
    content: " ";
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
    width: 18px;
    height: 18px;
    color: #66ddfb;
    border: 1px solid #BDBDBD;
}
input[type="checkbox"]:checked:before {
	border:1px solid #000;
}
input[type="checkbox"]:checked:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    left: 3px;
    background: #EF3340;
    opacity: 1;
}

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: 18px;
}
input[type="radio"]:before {
    content: " ";
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
    width: 18px;
    height: 18px;
    color: #66ddfb;
    border: 1px solid #BDBDBD;
	border-radius: 50%;;
}
input[type="radio"]:checked:before {
	border:1px solid #000;
}
input[type="radio"]:checked:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
	transform:translate3d(-50%,-50%,0);
    background: #EF3340;
	border-radius: 50%;
    opacity: 1;
}

.checkbox_label.label_inline {
	display: inline-block;
	vertical-align: middle;
	margin-right:20px;
}

select {
	border: 1px solid #D7D7D7;
    border-radius: 4px;
    height: 45px;
    line-height: 45px;
	width:100%;
	-webkit-appearance: none;
	background:url(/frontend/img/select-box-icon.svg) no-repeat;
	background-size: 15px;
    background-position: 98% 50%;
    font-size: 15px;
	padding: 0 .75rem;
	color:#494949;
}

button[type="submit"] {
	display: block;
    margin: 0 auto;
}

.btn_black_bordered {
	border:1px solid #000;
	border-radius: 4px;
	color:#000;
	background: transparent;
	box-shadow: none;
	outline: 0;
	padding:14px 35px;
	line-height: 1;
	font-size:14px;
	font-weight: 600;
	font-family: 'Barlow', sans-serif;
	transition: all 400ms;
}
.btn_black_bordered:hover {
	background: #000;
	color:#fff;
}

label.animate span {
	opacity:0;
}
.kvkk_text a {
	font-size:15px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width:1420px;
}

.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;
}

#sikayet_table {
    margin: 20px 0 40px;
    width: 100%;
}
#sikayet_table tr th {
	padding: 10px;
	border:1px solid #000;
}
#sikayet_table tr td {
	padding: 10px;
	border:1px solid #000;
}

#newsletter_form label[for="institution"] {
	height:0;
	overflow: hidden;
	padding:0;
	border:0;
	margin-top: -20px;
	transition:all 400ms;
}
#newsletter_form label[for="other_occupation"] {
	height:0;
	overflow: hidden;
	padding:0;
	border:0;
	margin-top: -20px;
	transition:all 400ms;
}
#newsletter_form label[for="institution"].active {
	height:45px;
	margin-top: 0;
	transition:all 400ms;
}
#newsletter_form label[for="other_occupation"].active {
	height:45px;
	margin-top: 0;
	transition:all 400ms;
}
.text-danger {
	display:block;
}
.bolum_tercih_table {
	margin-top:20px;
}
.bolum_tercih_table tr {}
.bolum_tercih_table tr th {
	border:1px solid #D7D7D7;
	border-radius: 4px;
	padding:15px;
	text-align: center;
}
.bolum_tercih_table tr td {
	border:1px solid #D7D7D7;
	border-radius: 4px;
	padding:15px;
	text-align: center;
}
.bolum_tercih_table tr td:first-child {
	text-align:left;
}
.bolum_tercih_table tr th:first-child {
	text-align:left;
}
span.note {
	display:block;
	font-weight: 500;
	margin:5px 0;
}

.relative_label>span {
	position: static;
	margin-bottom:15px;
	font-size:24px;
	font-weight: 500;
}
label.checkbox_label.block_check>span {
	display: block;
    margin: 0;
    max-width: 100%;
    text-align: center;
	min-width:18px;
}
#anket_form label.checkbox_label span {
	max-width: inherit;
}
#anket_form select {
	max-width:400px;
}
#anket_form .has-error select {
	border:1px solid #ff0000;
}
#anket_form input[type="text"] {
	max-width:400px;
}
#anket_form .col-lg-12 {
	border-bottom:1px solid #d9d9d9;
	padding:40px 0 30px;
}
#anket_form .row:nth-child(10) .col-lg-12 {
	border-bottom:0;
}

#anket_form .anket_sub_soru .col-lg-11 {
	padding:0;
}
#anket_form>.row {
	margin-left:0;
	margin-right:0;
}
#anket_form .col-lg-12 .row {
	margin-left:0;
	margin-right:0;
	padding:5px 0;
}
#anket_form .know_fnss_yes>.row {
	margin-left:0;
	margin-right:0;
}
#anket_form .col-lg-12 .col-lg-4 {
	padding:5px 0;
}

#customer_satisfaction_form label.checkbox_label span {
	max-width: inherit;
}
#customer_satisfaction_form select {
	max-width:400px;
}
#customer_satisfaction_form .has-error select {
	border:1px solid #ff0000;
}
#customer_satisfaction_form input[type="text"] {
	max-width:400px;
	padding:0 10px;
}
#customer_satisfaction_form .col-lg-12 {
	border-bottom:1px solid #d9d9d9;
	padding:40px 0 30px;
}

#customer_satisfaction_form .anket_sub_soru .col-lg-11 {
	padding:0;
}
#customer_satisfaction_form>.row {
	margin-left:0;
	margin-right:0;
}
#customer_satisfaction_form .col-lg-12 .row {
	margin-left:0;
	margin-right:0;
	padding:5px 0;
}
#customer_satisfaction_form .know_fnss_yes>.row {
	margin-left:0;
	margin-right:0;
}
#customer_satisfaction_form .col-lg-12 .col-lg-4 {
	padding:5px 0;
}
#customer_satisfaction_form .desktop_hide {
	display: none;
}
#customer_satisfaction_form .col-lg-12 .row.row_margined {
	margin-left:calc(var(--bs-gutter-x)/ -2);
	margin-right:calc(var(--bs-gutter-x)/ -2);
}
#customer_satisfaction_form>.row.row_margined {
	margin-left:calc(var(--bs-gutter-x)/ -2);
	margin-right:calc(var(--bs-gutter-x)/ -2);
}
.w_54 {
	width:54px;
}
.w_69 {
	width:69px;
}
.w_90 {
	width:90px;
}
.w_57 {
	width:57px;
}
.w_50 {
	width:50px;
}
.checkbox_label.label_inline {
	text-align: center;
}
.country_future_btn {
	background: #ebebeb;
	border-radius: 3px;
	font-size: 18px;
	font-weight: 400;
	color: #24282b;
	font-family: "Cuprum", Helvetica, Arial, "Lucida Grande", sans-serif;
	border: 0;
	margin: 5px 5px;
	padding: 10px 20px;
	text-transform: unset;
	outline: 0;
}
.country_future_btn svg {
	display: block;
	margin: 0 auto 10px;
}
.country_future_btn.active {
}
.country_future_btn.active svg g {
	opacity: 1;
}
.country_future_btn.active svg.strongly_agree path:nth-child(2) {
	fill:#5CAF1A;
}
.country_future_btn.active svg.agree path:nth-child(2) {
	fill:#9DF25A;
}
.country_future_btn.active svg.neutral path:nth-child(2) {
	fill:#FDBB3A;
}
.country_future_btn.active svg.disagree path:nth-child(2) {
	fill:#FD803A;
}
.country_future_btn.active svg.strongly_disagree path:nth-child(2) {
	fill:#FD3A3A;
}

#anket_form .desktop_hide {
	display: none;
}
#anket_form label.checkbox_label.inline_middle span {
	vertical-align: middle;
	margin-top:0;
}
#anket_form input[name="occ_other_text"] {
	margin-left:15px;
	max-width:200px;
	display:inline-block;
}
.occupation_type {
	max-height:0;
	height:100%;
	overflow: hidden;
	transition: all 400ms;
}
.occupation_type label {
	margin:5px 0;
}
.occupation_type.active {
	margin-top:20px;
	max-height:500px;
}
#worked_yes {
	max-height:0;
	height:100%;
	overflow: hidden;
	transition: all 400ms;
}
#worked_yes.active {
	margin-top:20px;
	max-height:500px;
}
#worked_yes.active label {
	margin-top:5px;
	margin-bottom:5px;
}
.know_fnss_yes {
	max-height: 0;
	overflow: hidden;
	transition: all 400ms;
}
.know_fnss_yes.active {
	max-height: 2700px;
}
.t_m_t_0 {
	margin-top:0;
}
.t_m_b_0 {
	margin-bottom:0;
}
.p_m_b_0 {
	margin-bottom:0;
}

.color_black {
	color:#000;
}
.color_white {
	color:#fff;
}
.color_red {
	color:#EF3340;
}
.color_grey {
	color:#494949;
}
.color_grey_light {
	color:#808180;
}

.btn_black {
	border:1px solid #000;
	padding:15px 30px;
	line-height:1;
	font-size:14px;
	color:#000;
	font-weight: 600;
	transition: all 400ms;
	display:inline-block;
	background:transparent;
}
.btn_black:hover {
	background:#000;
	color:#fff;
}

.btn_white {
	border:1px solid #fff;
	padding:15px 30px;
	line-height:1;
	font-size:14px;
	color:#fff;
	font-weight: 600;
	transition: all 400ms;
	display:inline-block;
}
.btn_white:hover {
	background:#fff;
	color:#000;
}

.btn_red {
	border:1px solid #EF3340;
	padding:15px 30px;
	line-height:1;
	font-size:14px;
	color:#EF3340;
	font-weight: 600;
	transition: all 400ms;
	display:inline-block;
}
.btn_red:hover {
	background:#EF3340;
	color:#fff;
}

.btn_black_icon {
	border:1px solid #000;
	padding:15px 30px 15px 45px;
	line-height:1;
	font-size:14px;
	color:#000;
	font-weight: 600;
	transition: all 400ms;
	position: relative;
	display:inline-block;
}
.btn_black_icon svg {
	position: absolute;
	left:15px;
	top:50%;
	transform:translate3d(0,-50%,0);
	width:22px;
	height:32px;
}
.btn_black_icon svg path {
	stroke-dasharray: 100;
    stroke-dashoffset: 0;
	transition: all 1000ms;
	stroke:#000;
} 

.btn_black_icon:hover {
	color:#fff;
	background:#000;
}

.btn_black_icon:hover svg path {
	stroke-dasharray: 100;
    stroke-dashoffset: -200;
	stroke:#fff;
}

.btn_white_icon {
	border:1px solid #FFFFFF;
	padding:15px 30px 15px 45px;
	line-height:1;
	font-size:14px;
	color:#FFFFFF;
	font-weight: 600;
	transition: all 400ms;
	position: relative;
	display:inline-block;
}
.btn_white_icon svg {
	position: absolute;
	left:15px;
	top:50%;
	transform:translate3d(0,-50%,0);
	width:22px;
	height:32px;
}
.btn_white_icon svg path {
	stroke-dasharray: 100;
    stroke-dashoffset: 0;
	transition: all 1000ms;
	stroke:#FFFFFF;
} 

.btn_white_icon:hover {
	color:#EF3340;
	background:#FFF;
}

.btn_white_icon:hover svg path {
	stroke-dasharray: 100;
    stroke-dashoffset: -200;
	stroke:#EF3340;
}

.btn_red_icon {
	border:1px solid #EF3340;
	padding:15px 30px 15px 45px;
	line-height:1;
	font-size:14px;
	color:#EF3340;
	font-weight: 600;
	transition: all 400ms;
	position: relative;
	display:inline-block;
}
.btn_red_icon svg {
	position: absolute;
	left:15px;
	top:50%;
	transform:translate3d(0,-50%,0);
	width:22px;
	height:32px;
}
.btn_red_icon svg path {
	stroke-dasharray: 100;
    stroke-dashoffset: 0;
	transition: all 1000ms;
} 

.btn_red_icon:hover {
	color:#fff;
	background:#EF3340;
}

.btn_red_icon:hover svg path {
	stroke-dasharray: 100;
    stroke-dashoffset: -200;
	stroke:#fff;
}
.highlight_text {
	color:rgba(128,129,128,.65);
	font-size:40px;
	font-weight:300;
	line-height:1.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%;
}
.product_title {
	color:#fff;
	font-size:60px;
	font-weight:800;
	line-height:1.1;
	margin-bottom:40px;
	position: relative;
	z-index: 1;
}
.product_title strong {
	display: block;
	color:rgba(255,255,255,.75);
	font-size:40px;
	font-weight:800;
}
.product_tagline {
	height: calc(100vh - 140px);
	position: relative;
}
.product_tagline:after {
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:250px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.75) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.75) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
	mix-blend-mode: multiply;
}
.f_w_900 {
	font-weight:900;
}
.f_w_800 {
	font-weight:800;
}
.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_s_60 {
	font-size:60px;
}
.f_s_48 {
	font-size:48px;
}
.f_s_40 {
	font-size:40px;
	line-height:1.1;
}
.f_s_36 {
	font-size:36px;
}
.f_s_30 {
	font-size:30px;
}
.f_s_24 {
	font-size:24px;
	line-height:1.2;
}
.f_s_20 {
	font-size:20px;
}
.f_s_18 {
	font-size:18px;
}
.f_s_16 {
	font-size:16px;
}
.f_s_14 {
	font-size:14px;
}

.tabbed_nav {
	text-align: center;
	border-bottom:1px solid #808180;
	padding:20px 0 0;
	transition: all 400ms;
}
.tabbed_animate .tabbed_nav {
	background: #EF3340;
}
.tabbed_animate .tabbed_nav ul li a {
	color:transparent;
}

.tabbed_animate .tabbed_nav ul li.active a {
	color:transparent;
}
.tabbed_animate .tabbed_nav ul li a:hover {
	color:transparent;
}
.tabbed_nav ul {
	margin:0;
	padding:0;
}
.tabbed_nav ul li {
	display:inline-block;
}

.tabbed_nav ul li a {
	display: block;
	padding:10px 25px;
	color:#808180;
	font-size:16px;
	font-weight: 600;
	position: relative;
}
.tabbed_nav ul li a:after {
	content:"";
	position: absolute;
	bottom:-1px;
	width:0;
	height:3px;
	left:50%;
	transform: translate3d(-50%,0,0);
	background:#EF3340;
	transition: all 400ms;
}
.tabbed_nav ul li.active a {
	color:#000;
}
.tabbed_nav ul li a:hover {
	color:#000;
}
.tabbed_nav ul li.active a:after {
	width:100%;
}
.tabbed_nav ul li a:hover:after {
	width:100%;
	background:#EF3340;
}

.tabbed_animate .tabbed_nav.active {
	background: transparent;
}

.tabbed_animate .tabbed_nav.active ul li a {
	color:#808180;
}

.tabbed_animate .tabbed_nav.active ul li.active a {
	color:#000;
}
.tabbed_animate .tabbed_nav.active ul li a:hover {
	color:#000;
}

.menu_white .tabbed_nav ul li a {
	color:#fff;
}
.menu_white .tabbed_nav ul li.active a {
	color:#fff;
}
.menu_white .tabbed_nav ul li a:hover {
	color:#fff;
}
.menu_white .tabbed_nav ul li.active a:after {
	width:100%;
}
.menu_white .tabbed_nav ul li a:hover:after {
	width:100%;
	background:#EF3340;
}
	
.tagline_c_t_l {
	position: relative;
}
.tagline_c_t_l .tagline_module {
	position: relative;
	transition: all 400ms;
	transform:translate3d(0,100%,0);
	opacity: 0;
}
.tagline_c_t_l .tagline_content {
	position: absolute;
	left:0;
	top:0;
	transform:translate3d(0,0,0);
	opacity:0;
	transition: all 400ms;
	transition-delay:200ms;
	background:#608D4C;
	max-width:460px;
	width:100%;
	padding:50px;
}

.play_btn {
	position: relative;
    cursor: pointer;
    width: 100%;
    height: 0;
    padding-bottom: 0;
	transition: all 400ms;
    overflow: hidden;
}
.play_btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0.3);
    z-index: 3;
	transition: all 400ms;
}
.play_btn img {
    width: auto;
    position: absolute;
    transition: all 400ms;
    left: 50%;
    top: 50%;
    height: 100%;
    max-width: inherit;
    z-index: 2;
    transform: translate3d(-50%,-50%,0);
}
.play_btn:after {
    content: "";
    position: absolute;
    left: 70px;
    top: 70px;
    background: url(/frontend/img/play-btn-white.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 90px;
    height: 90px;
    z-index: 4;
}
.play_btn iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}
.play_btn.active:before {
	display: none;
}
.play_btn.active:after {
	display: none;
}
.play_btn.active img {
	display: none;
}

section.visible .play_btn {
	padding-bottom: 56.25%;
}
section.visible .play_btn:before {
	width: 100%;
	height: 100%;
}

.list_lined {
	padding:0;
	margin:0
}
.list_lined li {
	color:#494949;
	list-style: none;
	position: relative;
	padding: 15px 0 15px 15px;
	border-bottom:1px solid #D2D2D2;
}
.list_lined li:before {
	content: "";
    background: url(/frontend/img/list-bullet.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 8px;
    height: 12px;
    position: absolute;
    left: 0;
    top:22px;
}

.list_non_lined {
	padding:0;
	margin:0
}
.list_non_lined li {
	color:#494949;
	list-style: none;
	position: relative;
	padding: 15px 0 15px 15px;
}
.list_non_lined li:before {
	content: "";
    background: url(/frontend/img/list-bullet.svg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 8px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 22px;
}
/*
.product_slider_cont {
	position: relative;
	
}
.line_bg {
	background:url(/frontend/img/category-bg.svg) no-repeat;
	background-size:100%;
	background-position: right;
	width:95%;
	height:76px;
	position: absolute;
	top:50%;
	transform: translate3d(0,-50%,0);
}
.product_slider_cont>h3 {
	position: absolute;
	left:15%;
	top:50%;
	transform: translate3d(0, -50%,0);
}
.product_slider_cont .product_slider {
	max-width:67%;
	margin:0 0 0 30%;
	transform: translate3d(0, 0, 0);
}
.product_slider_cont .product_slider .swiper-slide {}
.product_slider_cont .product_slider .swiper-slide a {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.product_slider_cont .product_slider .swiper-slide .item_title {
	transform: translate3d(0,100%,0);
	color:#333333;
	font-size:16px;
	font-weight: 400;
}
.product_slider_cont .product_slider .swiper-slide .item_img {
	max-width:280px;
	width:100%;
}

.product_slider_cont .product_slider .product_next {
	background:url(/frontend/img/slide-next.svg) no-repeat;
	background-size:cover;
	width:20px;
	height:30px;
	background-position: center;
	margin:0;
	top:50%;
	transform: translate3d(0,-50%,0);
}
.product_slider_cont .product_slider .product_prev {
	background:url(/frontend/img/slide-prev.svg) no-repeat;
	background-size:cover;
	width:20px;
	height:30px;
	background-position: center;
	margin:0;
	top:50%;
	transform: translate3d(0,-50%,0);
}
*/

.product_slider_cont {
	position: relative;
	overflow: hidden;
}
.product_slider_cont .product_line {
	width:1920px;
}
.product_slider_cont h3 {
	padding-left:250px;
}
.product_slider_cont .product_slider {
	margin-left:250px;
	margin-top:-78px;
}
.product_slider_cont .product_slider .swiper-slide {
}
.product_slider_cont .product_slider .swiper-slide a {
	display: block;
	text-align: center;
}
.product_slider_cont .product_slider .swiper-slide a .item_img_cont {
	position: relative;
	display: block;
}
.product_slider_cont .product_slider .swiper-slide a img {
	display: block;
	margin:0 auto;
	position: relative;
}
.product_slider_cont .product_slider .swiper-slide a .item_img_cont:before {
	content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 0%;
    transition: all 400ms;
    transform: translate3d(-50%,0,0) skewX(-15deg);
    background: #EF3340;
}
.product_slider_cont .product_slider .swiper-slide a span.item_title {
	display: block;
	text-align: center;
	font-size:16px;
	color:#333;
	font-weight: 400;
	margin-top:15px;
	transition: all 400ms;
}
.product_slider_cont .product_slider .swiper-slide a:hover span.item_title {
	color:#EF3340;
}
.product_slider_cont .product_slider .swiper-slide a:hover .item_img_cont:before {
	width:50%;
}
.product_slider_cont .product_next {
	position: absolute;
	left: 190px;
    top: 75px;
	background:transparent;
	width:20px;
	height:30px;
	opacity: 1;
}
.product_slider_cont .product_prev {
	position: absolute;
	left: 150px;
    top: 75px;
	background:transparent;
	width:20px;
	height:30px;
	opacity: 1;
}

.product_line_bg {
	width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.product_line_bg:after {
	content:"";
}

#section_document {
	display: none;
}
.product_tagline {
	overflow: hidden;
}

.section_tagline .document_href {
	position: absolute;
    right: 30px;
    bottom: 30px;
    color: #fff;
    max-width: 250px;
    width: 100%;
    height: 70px;
    overflow: hidden;
	transition: all 400ms;
}
.section_tagline .document_href:before {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: #EF3340;
	mix-blend-mode: multiply;
	z-index: 2;
}
.section_tagline .document_cover {
	overflow: hidden;
    display: block;
    transition: all 400ms;
    transform-origin: center;
    width: 100%;
    height: 350px;
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    bottom: 70px;
}
.section_tagline .document_title {
	color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    z-index: 2;
    padding: 10px 0 10px 20px;
    bottom: 19px;
    left: 0;
    line-height: 1;
}
.section_tagline .download_icon {
	margin-left: 10px;
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 10px;
}
.section_tagline .document_href:hover {
	height: 420px;
}

.product_tagline .document_href {
	position: absolute;
    right: 30px;
    bottom: 30px;
    color: #fff;
    max-width: 250px;
    width: 100%;
    height: 70px;
    overflow: hidden;
	transition: all 400ms;
}
.product_tagline .document_href:before {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: #EF3340;
	mix-blend-mode: multiply;
	z-index: 2;
}
.product_tagline .document_cover {
	overflow: hidden;
    display: block;
    transition: all 400ms;
    transform-origin: center;
    width: 100%;
    height: 350px;
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    bottom: 70px;
}
.product_tagline .document_title {
	color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    z-index: 2;
    padding: 10px 0 10px 20px;
    bottom: 19px;
    left: 0;
    line-height: 1;
}
.product_tagline .download_icon {
	margin-left: 10px;
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 10px;
}
.product_tagline .document_href:hover {
	height: 420px;
}
.product_tagline .product_sec_bg {
	position: absolute;
    width: 0%;
    height: 0%;
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    top: 50%;
    transition: all 200ms;
}
.visible.product_tagline .product_sec_bg {
	position: absolute;
    width: 100%;
    height: 100%;
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    top: 50%;
    transition: all 400ms;
}

.write_text {
	opacity:0;
}
.visible .write_text {
	opacity: 1;
}
.write_text span {
	position: relative;
	opacity:0;
	transform: translate3d(0,0,0);
}
.write_text span:after {}

p.bordered_bottom {
	display:inline-block;
}
.bordered_bottom {
	padding-bottom:10px;
	border-bottom:1px solid #EF3340;
}

.bordered_bottom_half {
	position:relative;
	padding-bottom:10px;
}
.bordered_bottom_half:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	height:1px;
	max-width:160px;
	width:100%;
	background: #EF3340;
}
.color_white.bordered_bottom_half:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	height:1px;
	max-width:160px;
	width:100%;
	background: #fff;
}

.section_variant {
	opacity: 0;
	display:none;
}

.varyant_menu {
	margin-bottom:0;
	padding:0;
}
.varyant_menu li {
	display: block;
	list-style:none;
}
.varyant_menu li a {
	display:block;
	position: relative;
	text-decoration: none;
	padding:20px 0;
	border-bottom:1px solid #E0E0E0;
	transition: all 400ms;
}
.varyant_menu li a svg {
	position: absolute;
    left: 0;
    top: 23px;
    width: 10px;
    height: 16px;
}
.varyant_menu li a svg path {
	stroke-dasharray: 100;
    stroke-dashoffset: 100;
	transition: all 1000ms;
}
.varyant_menu li a span.varyant_name {
	color:#000000;
	font-size:16px;
	font-weight: 500;
	display:block;
	margin-bottom:5px;
}
.varyant_menu li a span.varyant_desc {
	font-size:14px;
	font-weight:500;
	color:#808180;
	display:block;
}
.varyant_menu li a:hover {
	padding-left:20px;
}
.varyant_menu li a:hover span.varyant_name {
	color:#EF3340;
}
.varyant_menu li a:hover svg path {
    stroke-dashoffset: 0;
}

.varyant_menu li a.active {
	padding-left:20px;
}
.varyant_menu li a.active span.varyant_name {
	color:#EF3340;
}
.varyant_menu li a.active svg path {
    stroke-dashoffset: 0;
}

.section_variant.active {
	display:block;
	opacity:1;

}

.technical-table {}
.technical-table tr {}
.technical-table tr td {
	padding:10px 0;
	font-weight:16px;
	font-weight:400;
	border-bottom:1px solid #D2D2D2;
}
.technical-table tr td strong {
	font-weight:500;
	font-size:16px;
	color:#494949;
}
.technical-table tr td p {
	margin-bottom:0;
	font-weight:16px;
	font-weight:400;
}
.technical-table tr td p strong {
	font-weight:500;
	font-size:16px;
	color:#494949;
}
.technical-table tr td h3 {
	margin-bottom:20px;
	padding:10px 0;
	border-bottom:1px solid #EF3340;
}
.technical-table tr:first-child td {
}
.news_grid_cont {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin:-25px 0;
}
.news_grid_cont .news_item {
	max-width: calc((100% / 4) - 50px);
    width: 100%;
    flex: 0 0 auto;
	margin: 25px;
	opacity: 0;
	transform:scale(.5);
	transition: all 400ms;
}

.news_grid_cont .news_item a {
	display:block;
}

.news_grid_cont .news_item .item_img {
	position: relative;
	overflow: hidden;
	display: block;
	background-size:cover;
	background-position: center;
	background-repeat:no-repeat;
	height:280px;
}
.news_grid_cont .news_item .item_img:before {
	content:"";
	position: absolute;
	left:-12%;
	top:0;
	height:100%;
	width:0%;
	transition: all 400ms;
	transform:translate3d(0,0,0) skewX(0);
	background:#fff;
}

.news_grid_cont .news_item .item_img:after {
	content:"";
	position: absolute;
	right:-12%;
	top:0;
	height:100%;
	width:0%;
	transition: all 400ms;
	transform:translate3d(0,0,0) skewX(0);
	background:#fff;
}

.news_grid_cont .news_item .item_img img {
	display:none;
}
.news_grid_cont .news_item  .item_date {
	font-size:14px;
	font-weight:400;
	color:#808180;
	display:block;
	margin-top:20px;
	margin-bottom:10px;
}
.news_grid_cont .news_item  .item_title {
	color:#000;
	font-size:20px;
	font-weight:500;
	display:block;
	margin-bottom:15px;
	transition: all 400ms;
}
.news_grid_cont .news_item .item_description {
	color:#494949;
	font-size:16px;
	font-weight:400;
	display:block;
	transition: all 400ms;
}
.news_grid_cont .news_item .item_description p {
	color:#494949;
	font-size:16px;
	font-weight:400;
}
.news_grid_cont .news_item .item_description p a {
	color:#494949;
	font-size:16px;
	font-weight:400;
}
.news_grid_cont .news_item:hover {
	/*box-shadow:0 0 15px rgba(0,0,0,0.1);*/
}
.news_grid_cont .news_item:hover span.item_img:before {
	width:25%;
	transform:translate3d(0,0,0) skewX(-15deg);
}
.news_grid_cont .news_item:hover span.item_img:after {
	width:25%;
	transform:translate3d(0,0,0) skewX(-15deg);
}
.news_grid_cont .news_item:hover span.item_date {}
.news_grid_cont .news_item:hover span.item_title {
	color:#EF3340;
}
.news_grid_cont .news_item:hover span.item_description {
	color:#000;
}
.news_grid_cont .news_item.animate:nth-child(0n + 1) {
	transform:scale(1);
	transition-delay: 50ms;
	opacity: 1;
}
.news_grid_cont .news_item.animate:nth-child(1n + 1) {
	transform:scale(1);
	transition-delay: 100ms;
	opacity: 1;
}
.news_grid_cont .news_item.animate:nth-child(2n + 1) {
	transform:scale(1);
	transition-delay: 150ms;
	opacity: 1;
}
.news_grid_cont .news_item.animate:nth-child(3n + 1) {
	transform:scale(1);
	transition-delay: 200ms;
	opacity: 1;
}
.finish_animate {
	transition-delay:0ms !important;
}
.load_more {
	display:block;
	margin:45px auto 0;
}

.photo_grid_cont {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -23px 0;
	align-items: center;
}
.photo_grid_cont .photo_item {
	max-width: calc((100% / 5) - 46px);
    width: 100%;
    flex: 0 0 auto;
    margin: 23px;
    height: 215px;
    position: relative;
	overflow: hidden;
	transition:all 400ms;
	opacity: 0;
	transform: translate3d(0,0,0) scale(0.5);
}

.photo_grid_cont .photo_item .item_img img {
	max-height: 100%;
    display: block;
    margin: 0 auto;
	max-width:inherit;
	position: absolute;
	left:50%;
	top:50%;
	transform:translate3d(-50%,-50%,0);
}

.photo_grid_cont .photo_item .item_info {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
	transform-origin: center;
    transform: translate3d(0,0,0) scale(0);
    transition: all 200ms;
}
.photo_grid_cont .photo_item .item_info:before {
	content:"";
	width:0;
	height:1px;
	background: #fff;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate3d(-50%,-50%,0);
	z-index: 2;
	transition: all 200ms;
	transition-delay: 200ms;
}
.photo_grid_cont .photo_item .item_info a.download_btn {
	line-height: 1;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.photo_grid_cont .photo_item .item_info a.download_btn svg path:first-child {
	stroke-dasharray: 270;
	stroke-dashoffset: 270;
	transition:all 500ms;
	transition-delay: 150ms;
}

.photo_grid_cont .photo_item .item_info a.download_btn svg path:nth-child(2) {
	stroke-dasharray: 80;
	stroke-dashoffset: 80;
	transition:all 500ms;
	transition-delay: 150ms;
}

.photo_grid_cont .photo_item .item_info a.download_btn svg path:nth-child(3) {
	stroke-dasharray: 40;
	stroke-dashoffset: 40;
	transition:all 500ms;
	transition-delay: 150ms;
}

.photo_grid_cont .photo_item .item_info a.info_btn {
	position: absolute;
    right: 15px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
	cursor: pointer;
}
.photo_grid_cont .photo_item .item_info a.info_btn svg path:first-child {
	stroke-dasharray: 270;
	stroke-dashoffset: 270;
	transition:all 500ms;
	transition-delay: 150ms;
}
.photo_grid_cont .photo_item .item_info a.info_btn svg path:nth-child(2) {
	stroke-dasharray: 270;
	stroke-dashoffset: 270;
	transition:all 500ms;
	transition-delay: 150ms;
}
.photo_grid_cont .photo_item .item_info.no_download:before {
	display:none;
}
.photo_grid_cont .photo_item .item_info.no_download a.info_btn {
	right:auto;
	left:50%;
	transform:translate3d(-50%, -50%, 0);
}
.photo_grid_cont .photo_item:hover .item_info {
	transform: translate3d(0,0,0) scale(1);
}

.photo_grid_cont .photo_item:hover .item_info:before {
	width:40px;
}

.photo_grid_cont .photo_item:hover .item_info a.download_btn svg path:first-child {
	stroke-dasharray: 90;
    stroke-dashoffset: 270;
}
.photo_grid_cont .photo_item:hover .item_info a.download_btn svg path:nth-child(2) {
	stroke-dashoffset: 0;
}
.photo_grid_cont .photo_item:hover .item_info a.download_btn svg path:nth-child(3) {
	stroke-dashoffset: 0;
}
.photo_grid_cont .photo_item:hover .item_info a.info_btn svg path:first-child {
	stroke-dasharray: 90;
    stroke-dashoffset: 270;
}
.photo_grid_cont .photo_item:hover .item_info a.info_btn:hover svg path:first-child {
	stroke-dasharray: 270;
    stroke-dashoffset: 0;
}
.photo_grid_cont .photo_item:hover .item_info a.download_btn:hover svg path:first-child {
	stroke-dasharray: 270;
    stroke-dashoffset: 0;
}
.photo_grid_cont .photo_item:hover .item_info a.info_btn svg path:nth-child(2) {
	stroke-dashoffset: 0;
}
.photo_grid_cont .photo_item.animate:nth-child(0n + 1) {
	transform:scale(1);
	transition-delay: 50ms;
	opacity: 1;
}
.photo_grid_cont .photo_item.animate:nth-child(1n + 1) {
	transform:scale(1);
	transition-delay: 100ms;
	opacity: 1;
}
.photo_grid_cont .photo_item.animate:nth-child(2n + 1) {
	transform:scale(1);
	transition-delay: 150ms;
	opacity: 1;
}
.photo_grid_cont .photo_item.animate:nth-child(3n + 1) {
	transform:scale(1);
	transition-delay: 200ms;
	opacity: 1;
}
.photo_grid_cont {
	transition-delay:0ms !important;
}
.photo_grid_cont.photo_tag_cont {
	margin-top:20px;
	align-items: flex-start;
}
.photo_grid_cont.photo_tag_cont .photo_item {
	height:auto;
}
.photo_grid_cont.photo_tag_cont .photo_item .item_info:before {
	display: none;
}
.photo_grid_cont.photo_tag_cont .photo_item .item_info a.info_btn {
	left:50%;
	right:auto;
	top:50%;
	transform: translate3d(-50%,-50%,0);	
}
.photo_grid_cont.photo_tag_cont .photo_item .item_desc {
	margin-top:20px;
	position: relative;
}
.photo_grid_cont.photo_tag_cont .photo_item .item_desc .item_title {
	font-size:20px;
	color:#494949;
	font-weight:500;
	display:block;
	max-width:calc(100% - 36px);
	width:100%;
}
.photo_grid_cont.photo_tag_cont .photo_item .item_desc .item_size {
	display:block;
	font-size:14px;
	font-weight:400;
	color:#808180;
}
.photo_grid_cont.photo_tag_cont .photo_item .item_desc .item_dpi {
	display: block;
	font-size:14px;
	font-weight:400;
	color:#808180;
}
.photo_grid_cont.photo_tag_cont .photo_item .item_img {
	height:215px;
	position: relative;
}
.photo_grid_cont.photo_tag_cont .photo_item .item_desc a svg {
	position: absolute;
	right:0;
	top:5px;
}
.photo_grid_cont.photo_tag_cont .photo_item .item_desc a svg path:first-child {
	stroke-dasharray: 100;
    stroke-dashoffset: 0;
	transition: all 800ms;
}
.photo_grid_cont.photo_tag_cont .photo_item .item_desc a:hover svg path:first-child {
	stroke-dasharray: 100;
    stroke-dashoffset: 200;
}
.tabbed_animate {
	position: relative;
}
.page_down {
	position: absolute;
    top: 50%;
    right: 30px;
    transform: translate3d(0, -50%, 0);
	cursor: pointer;
}
:root {
    scroll-behavior: inherit; 
}
.visible .tagline_c_t_l .tagline_content {
	opacity:1;
	transform: translate3d(0,-50%,0);
}
.visible .tagline_c_t_l .tagline_module {
	transform:translate3d(0,0,0);
	opacity: 1;
}
.section_video {
	position: relative;
}
.section_tagline {
	position: relative;
}
.section_tagline:before {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	mix-blend-mode: multiply;
	background:rgba(0,0,0,.4);
}
.section_tagline.red:before {
	background: #EF3340;
}
.section_tagline.grey:before {
	background: #898989;
}
.section_tagline .container {
	position: relative;
}
.section_tagline .container-fluid {
	position: relative;
}
#section_history #timeline-embed {
	height: 600px;
}

.global_prensence {
	
}
.global_prensence h2 {
	position:absolute;
	bottom:20px;
	left:30px;
}
.global_prensence p {
	padding-left:30px;
	padding-right:30px;
}
.global_prensence>div {
	border:1px solid rgb(128 129 128 / 30%);
	min-height: 541px;
}
.global_prensence div div {
	height: 260px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -1px;
    width: calc(100% + 2px);
    margin-left: -1px;
    margin-right: -1px;
	margin-bottom:20px;
}
.global_prensence.turkey div div {
	background-image:url(/uploads/images/1620348408_fnss-turkey.jpg);
}
.global_prensence.malaysia div div {
	background-image:url(/uploads/images/1620348408_fnss-malaysia.jpg);
}
.global_prensence.oman div div {
	background-image:url(/uploads/images/1620348408_fnss-oman.jpg);
}
.video_btn_section {
	text-align: center;
	display: block;
}
.video_btn_section::before {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.video_btn_section svg {
	max-width:90px;
	position: relative;
}
.video_btn_section img {
	display:none;
}
.video_btn_section.active {
	z-index: 3 !important;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.video_btn_section.active svg {
	display: none;
}
.video_btn_section.active::before {
	display: none;
}
.product_tagline .video_btn_section {
	position:absolute;
	left:0;
	bottom:0;
	top: auto;
	transform: translate3d(0,0,0);
	z-index:2;
	width:100%;
	height:100%;
}
.product_tagline .video_btn_section svg {
	position:absolute;
	left:50%;
	top:50%;
	/*bottom:50px;*/
	transform:translate3d(-50%,-50%,0);
	background: rgba(0,0,0,0.3);
    border-radius: 50%;
}
#media_search_form {
	position: relative;
}
#media_search_form input[type="text"] {
	background: transparent;
	border:0;
	border-radius: 0;
	border-bottom:1px solid #fff;
	color:#fff;
}
#media_search_form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #fff;
opacity: 1; /* Firefox */
}

#media_search_form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff;
}

#media_search_form input::-ms-input-placeholder { /* Microsoft Edge */
color: #fff;
}
#media_search_form button {
	background: transparent;
    border: 0;
    box-shadow: none;
    display: inline-block;
    position: absolute;
	top:50%;
    right: 0px;
    padding: 0;
	transform:translate3d(0,-50%,0);
}
.news_all.news_grid_cont {
	margin:-10px;
	padding:40px 0 0;
}
.news_all.news_grid_cont .news_item {
	max-width: calc((100% / 4) - 20px);
	margin: 10px;
}

.news_all.news_grid_cont .news_item .item_img {
	height:220px;
}
.news_all.news_grid_cont .container {
	padding-left:15px;
	padding-right:15px;
}

.filter_div {
	padding:0 0;
	max-height:0;
	overflow:hidden;
	transition: all 400ms;
	position: absolute;
	z-index: 2;
	width:100%;
	left:0;
	background:#fff;
}
.filter_div h4 {
	color:#EF3340;
	font-size:18px;
	font-weight:500;
	margin-bottom:15px;
}
.filter_div ul {
	padding:0;
	margin:0 -20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.filter_div ul li {
	list-style: none;
	border-bottom:1px solid rgba(128, 129, 128, .45);
	margin:0 20px;
	max-width:calc(33.33333% - 40px);
	width:100%;
}
.filter_div ul li a {
	display:block;
	font-size:16px;
	font-weight:500;
	color:#494949;
	padding:10px 0;
	transition: all 400ms;
}
.filter_div .categories_col {
	padding-right:40px;
}
.filter_div .categories_col ul {}
.filter_div .categories_col ul li {

}
.filter_div .years_col ul {}
.filter_div .years_col li {
	max-width:calc(50% - 40px);
}
.filter_div ul li a:hover {
	color:#EF3340;
}
.filter_div ul li.active a {
	color:#EF3340;
}
.filter_div.active {
	max-height: 100vh;
	padding:30px 0 30px 0;
	box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
}

.grid_container {
	padding-left:15px;
	padding-right:15px;
}
.filter_cont {
	padding:30px;
	border-bottom:1px solid #cecece;
}
.filter_cont .container {
	padding-left:15px;
	padding-right:15px;
}
.filter_cont .open_filter {
	color:#494949;
	margin-right:40px;
	cursor: pointer;
	font-weight: 500;
}
.filter_cont .open_filter .filter_alert {
	border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    background: #EF3340;
    color: #fff;
	margin-left:5px;
}
.filter_cont .open_filter svg {
	margin-left:10px;
	transition:  all 400ms;
}
.filter_cont .open_filter svg.alert_margin {
	margin-left:5px;
}
.filter_cont .reset_filter {
	color:#494949;
	font-weight: 500;
}
.filter_cont .reset_filter img {
	margin-right:10px;
	margin-top:-3px;
}
.filter_cont .open_filter.active {
	color:#EF3340;
}
.filter_cont .open_filter.active svg {
	transform: rotate(-180deg);
}
.filter_cont .open_filter.active svg path {
	stroke:#EF3340;
}

.grid_pagination {
	text-align: center;
	margin-top:30px;
}
.grid_pagination ul {
	padding:0;
	margin:0;
}
.grid_pagination ul li {
	display: inline-block;
	vertical-align: middle;
}
.grid_pagination ul li a {
	display: block;
	padding: 15px 10px;
    line-height: 1;
	color:#494949;
	transition: all 400ms;
	font-weight: 500;
}
.grid_pagination ul li a svg path {
	stroke-dasharray: 100;
	stroke-dashoffset: 0;
	transition: all 800ms;
}
.grid_pagination ul li a:hover {
	color:#EF3340;
}
.grid_pagination ul li a:hover svg path {
	stroke-dasharray: 100;
	stroke-dashoffset: 200;
}
.grid_pagination ul li.current a {
	background: #EF3340;
	color:#fff;
}

.video_tag_cont {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -15px 0;
	padding:30px 0;
	align-items: flex-start;
}
.video_tag_cont .video_item {
	max-width: calc((100% / 5) - 30px);
    width: 100%;
    flex: 0 0 auto;
    margin: 30px 15px;
    position: relative;
	overflow: hidden;
	transition:all 400ms;
	opacity: 0;
	transform: translate3d(0,0,0) scale(0.5);
}
.video_tag_cont .video_item .item_img {
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:200px;
	position:relative;
	display:block;
}
}
.video_tag_cont span {
	display: block;
}
.video_tag_cont .video_item .play_btn_modal .item_img  {
}
.video_tag_cont .video_item .play_btn_modal .item_img svg {
	max-width: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.video_tag_cont .video_item .play_btn_modal .item_img svg circle {
	stroke-dasharray: 300;
    stroke-dashoffset: 300;
	transition: all 600ms;
}
.video_tag_cont .video_item .play_btn_modal .item_img svg path {
	opacity:0;
	transform: scale(.2);
	transition: all 200ms;
	transition-delay:200ms;
	transform-origin: center;
}
.video_tag_cont .video_item .play_btn_modal .item_img:before {
	content:"";
	position: absolute;
	left:50%;
	top:50%;
	transform: translate3d(-50%,-50%,0);
	background:rgba(0,0,0,0.65);
	width:0;
	height:0;
	transition: all 200ms;
}
.video_tag_cont .video_item .play_btn_modal:hover .item_img:before {
	width:100%;
	height:100%;
}
.video_tag_cont .video_item .play_btn_modal:hover svg circle {
	stroke-dashoffset: 0;
}
.video_tag_cont .video_item .play_btn_modal:hover svg path {
	opacity: 1;
	transform: scale(1);
}
.video_tag_cont .video_item .item_desc {
	margin-top:20px;
	display:block;
}
.video_tag_cont .video_item .item_desc .item_title {
	font-size:20px;
	font-weight: 500;
	color:#494949;
}

.video_tag_cont .video_item.animate:nth-child(0n + 1) {
	transform:scale(1);
	transition-delay: 50ms;
	opacity: 1;
}
.video_tag_cont .video_item.animate:nth-child(1n + 1) {
	transform:scale(1);
	transition-delay: 100ms;
	opacity: 1;
}
.video_tag_cont .video_item.animate:nth-child(2n + 1) {
	transform:scale(1);
	transition-delay: 150ms;
	opacity: 1;
}
.video_tag_cont .video_item.animate:nth-child(3n + 1) {
	transform:scale(1);
	transition-delay: 200ms;
	opacity: 1;
}
.video_tag_cont .video_item.animate:nth-child(4n + 1) {
	transform:scale(1);
	transition-delay: 250ms;
	opacity: 1;
}

.document_grid_cont {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -15px 0;
	padding:30px 0;
	align-items: flex-start;
}
.document_grid_cont .document_item {
	max-width: calc((100% / 8) - 30px);
    width: 100%;
    flex: 0 0 auto;
    margin: 30px 15px;
    position: relative;
	overflow: hidden;
	transition:all 400ms;
	opacity: 0;
	transform: translate3d(0,0,0) scale(0.5);
}
.document_grid_cont .document_item .item_img {
	width:160px;
	height:220px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	position: relative;
	display: block;
}
.document_grid_cont .document_item .item_img:before {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.65);
	transform: scale(0);
	opacity: 0;
	transition: all 400ms;
}
.document_grid_cont .document_item .item_img svg {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.document_grid_cont .document_item .item_img svg path:first-child {
	stroke-dasharray: 270;
    stroke-dashoffset: 270;
    transition: all 500ms;
    transition-delay: 150ms;
}
.document_grid_cont .document_item .item_img svg path:nth-child(2) {
	stroke-dasharray: 80;
    stroke-dashoffset: 80;
    transition: all 500ms;
    transition-delay: 150ms;
}
.document_grid_cont .document_item .item_img svg path:nth-child(3) {
	stroke-dasharray: 40;
    stroke-dashoffset: 40;
    transition: all 500ms;
    transition-delay: 150ms;
}
.document_grid_cont .document_item .item_desc {
	display:block;
	margin-top:20px;
}
.document_grid_cont .document_item .item_desc .item_title {
	font-size:20px;
	color:#494949;
	font-weight:500;
	display:block;
	margin-bottom: 5px;
}
.document_grid_cont .document_item .item_desc .item_file_size {
	font-size:14px;
	font-weight:400;
	color:#808180;
	display:block;
}
.document_grid_cont .document_item.animate:nth-child(0n + 1) {
	transform:scale(1);
	transition-delay: 50ms;
	opacity: 1;
}
.document_grid_cont .document_item.animate:nth-child(1n + 1) {
	transform:scale(1);
	transition-delay: 100ms;
	opacity: 1;
}
.document_grid_cont .document_item.animate:nth-child(2n + 1) {
	transform:scale(1);
	transition-delay: 150ms;
	opacity: 1;
}
.document_grid_cont .document_item.animate:nth-child(3n + 1) {
	transform:scale(1);
	transition-delay: 200ms;
	opacity: 1;
}
.document_grid_cont .document_item.animate:nth-child(4n + 1) {
	transform:scale(1);
	transition-delay: 250ms;
	opacity: 1;
}
.document_grid_cont .document_item:not(.no_download):hover .item_desc .item_title {
	color:#EF3340;
}
.document_grid_cont .document_item:not(.no_download):hover .item_img svg path:first-child {
	stroke-dasharray: 270;
    stroke-dashoffset: 0;
}
.document_grid_cont .document_item:not(.no_download):hover .item_img svg path:nth-child(2) {
	stroke-dashoffset: 0;
}
.document_grid_cont .document_item:not(.no_download):hover .item_img svg path:nth-child(3) {
	stroke-dashoffset: 0;
}
.document_grid_cont .document_item:not(.no_download):hover .item_img:before {
	transform: scale(1);
	opacity: 1;
}

.news_tagline {
	background:#000;
	height:340px;
	position: relative;
	padding-bottom:20px;
}
.news_tagline .container {
	position: relative;
}
.news_tagline .row {
	align-items: flex-end;
}
.share_icons {
	padding:0;
	margin:0;
	margin-bottom: 10px;
}
.share_icons li {
	display: inline-block;
	vertical-align: middle;
}
.share_icons li a {
	display: block;
	padding:0 8px;
}
.share_icons li:first-child a {
	padding-left:0;
}
.share_icons li a img {}

.news_tagline .news_back {
	position: absolute;
	top:30px;
	left:15px;
}
.news_tagline .news_back span {
	color:#fff;
	display: inline-block;
	vertical-align: middle;
	margin-left:10px;
}
.news_tagline .news_date {
	display: block;
    color: #fff;
    margin-bottom: 15px;
}
.news_content_container {
	padding-top:50px;
	padding-bottom:70px;
}
.news_content_container .container {
	padding:0;
}
.news_content_container>.row>.col-lg-4 {
	padding-left:30px;
}
#similar_news {
	padding-bottom:50px;
}
#similar_news .similar_news_header {
	position: relative;
	margin-bottom:20px;
}
#similar_news h3 {
	font-weight: 500;
	color:#EF3340;
}
#similar_news .similar_slide_next {
	background: transparent;
    width: auto;
    height: auto;
    margin: 0;
	right:0;
    transform: translate3d(0, -50%, 0);;
}
#similar_news .similar_slide_next svg path {
	stroke-dasharray: 100;
    stroke-dashoffset: 0;
	transition: all 800ms;
}
#similar_news .similar_slide_prev {
	background: transparent;
    width: auto;
    height: auto;
    margin: 0;
	left:auto;
	right:40px;
    transform: translate3d(0, -50%, 0);
}
#similar_news .similar_slide_prev svg path {
	stroke-dasharray: 100;
    stroke-dashoffset: 0;
	transition: all 800ms;
}
#similar_news .similar_slider .news_img {
	height:300px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	display: block;
}
#similar_news .similar_slider .news_date {
	font-size:14px;
	font-weight: 400;
	color:#808180;
	margin-top:10px;
	display: block;
}
#similar_news .similar_slider .news_title {
	margin-top:10px;
	font-size:16px;
	font-weight:500;
	color:#494949;
	display: block;
}
#similar_news .similar_slide_next:hover svg path {
	stroke-dasharray: 100;
    stroke-dashoffset: 200;
}
#similar_news .similar_slide_prev:hover svg path {
	stroke-dasharray: 100;
    stroke-dashoffset: 200;
}
#similar_news .similar_slider a:hover .news_title {
	color:#EF3340;
}

#related_product_news .related_product_news_header {
	position: relative;
	margin-bottom:20px;
}
#related_product_news h3 {
	font-weight: 500;
	color:#EF3340;
}
#related_product_news .product_slide_next {
	background: transparent;
    width: auto;
    height: auto;
    margin: 0;
	right:0;
    transform: translate3d(0, -50%, 0);;
}
#related_product_news .product_slide_prev {
	background: transparent;
    width: auto;
    height: auto;
    margin: 0;
	left:auto;
	right:40px;
    transform: translate3d(0, -50%, 0);
}
#related_product_news .product_slide_next svg path {
	stroke-dasharray: 100;
    stroke-dashoffset: 0;
	transition: all 800ms;
}
#related_product_news .product_slide_prev svg path {
	stroke-dasharray: 100;
    stroke-dashoffset: 0;
	transition: all 800ms;
}
#related_product_news .related_product_slider .product_img {
	height:300px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	display: block;
	border-bottom: 1px solid #808180;
}
#related_product_news .related_product_slider .product_title {
	margin-top:10px;
	font-size:16px;
	font-weight:500;
	color:#494949;
	display: block;
}
#related_product_news .product_slide_next:hover svg path {
	stroke-dashoffset: 200;
}
#related_product_news .product_slide_prev:hover svg path {
	stroke-dashoffset: 200;
}

#related_product_news .related_product_slider a:hover .product_title {
	color:#EF3340;
}

.type-news .photo_grid_cont {
	margin:-23px;
}
.type-news .photo_grid_cont .photo_item {
	max-width: calc((100% / 3) - 46px);
}
footer .content_wrapper {
	margin-top:0;
}

footer .menu_title {
	color:#808180;
	font-size:14px;
	font-weight:400;
	display: block;
}
footer .list_menu {
	display: block;
	padding:0;
	margin:0;
}
footer .list_menu li {
	display: block;
	list-style: none;
	margin:10px 0;
}
footer .list_menu li a {
	padding:5px 0;
	color:rgba(255,255,255,.8);
	font-size:14px;
	font-weight: 400;
	transition: all 400ms;
	display: block;
}
footer .list_menu li a:after {
	display: none;
}
footer .list_menu li:hover a {
	padding: 5px 0 5px 5px;
	color:#fff;
}
footer .list_menu li.active a {
	color:rgba(255,255,255,.8);
}
footer .footer_sec_1 {
	padding:80px 0 50px;
}
footer a {
	color:rgba(255,255,255,.8);
}
footer a:hover {
	color:rgba(255,255,255,1);
}
footer .p_margin_50 {
	margin-bottom:50px;
}
footer .footer_sec_2 .container {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
footer .footer_sec_2 .container:before {
	content:"";
	height:1px;
	width:calc(100% - 30px);
	position: absolute;
	bottom:0px;
	left:calc(var(--bs-gutter-x)/ 2);
	background: #EF3340;
}
footer .footer_sec_3 {
	padding:50px 0;
}
footer .footer_sec_3 p {
	color:#fff;
	display: inline-block;
	line-height: 1;
    vertical-align: middle;
	margin-bottom: 0;
}
footer .footer_sec_3 ul {
	padding:0 0 0 10px;
	margin:0;
	display: inline-block;
	line-height: 1;
    vertical-align: middle;
}
footer .footer_sec_3 ul li {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	position: relative;
}
footer .footer_sec_3 ul li:before {
	content:"";
	position: absolute;
	left:0;
	height:100%;
	width:1px;
	background:#fff;
}
footer .footer_sec_3 ul li a {
	display: block;
	color:#fff;
	padding:0 10px;
	line-height: 1;
}
footer .footer_sec_3 .container {
	position: relative;
}
footer .footer_sec_3 p:last-child {
	position: absolute;
    right: 15px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
#newsletter_footer_form .form-group {
	display: inline-block;
}
#newsletter_footer_form>span {
	display: block;
}
#newsletter_footer_form label {}
#newsletter_footer_form label span {
	left:0;
}
#newsletter_footer_form label input {
	border:0;
	background:transparent;
	color:#fff;
	border-bottom: 1px solid #808180;
	border-radius: 0 !important;
	padding-left:0;
	padding-right:0;
}
#newsletter_footer_form button {
	border:1px solid #808180;
	color:#808180;
	font-size:14px;
	font-weight:600;
	display: inline-block;
}

.gallery_normal {
	margin-bottom: 0;
	margin:0 auto;
}
.gallery_normal .swiper-wrapper {
	align-items:center;
}
.gallery_normal .swiper-slide {
	text-align: center;
	border:1px solid #f2f2f2;
}
.gallery_normal .gallery_next {
	background:#ed1c24;
	background-image: none;
	width:40px;
	height:40px;
	margin:0;
	left:45px;
	top:auto;
	bottom:0;
	text-align: center;
	transition: all 400ms;
}
.gallery_normal .gallery_next svg {
	margin-top:5px;
	margin-left:3px;
	transition: all 400ms;
}
.gallery_normal .gallery_next svg path {
	transition: all 400ms;
}
.gallery_normal .gallery_prev {
	background:#ed1c24;
	background-image: none;
	width:40px;
	height:40px;
	margin:0;
	left:0;
	top:auto;
	bottom:0;
	text-align: center;
	transition: all 400ms;
}
.gallery_normal .gallery_prev svg {
	margin-top:5px;
	margin-left:-3px;
	transition: all 400ms;
}
.gallery_normal .gallery_prev svg path {
	transition: all 400ms;
}

.gallery_normal .gallery_next:hover {
	background: #f2f2f2;
}
.gallery_normal .gallery_next:hover svg path {
	fill:#ed1c24;
}

.gallery_normal .gallery_prev:hover {
	background: #f2f2f2;
}
.gallery_normal .gallery_prev:hover svg path {
	fill:#ed1c24;
}
.bordered_right {
	border-right:1px solid rgb(128 129 128 / 30%);
}

.radius_col ul {
	padding:0;
	margin:0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.radius_col ul li {
	background: url('/uploads/images/1620826306_orange-circle.svg') no-repeat;
	background-size:cover;
	background-position: center;
	max-width:240px;
	margin:10px;
	height: 240px;
	width:100%;
	list-style: none;
	text-align: center;
}
.radius_col ul li div {
	height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.radius_col ul li:nth-child(2) {
	background: url('/uploads/images/1620826306_red-circle.svg') no-repeat;
	background-size:cover;
	background-position: center;
}
.radius_col ul li:nth-child(3) {
	background: url('/uploads/images/1620826306_blue-circle.svg') no-repeat;
	background-size:cover;
	background-position: center;
}
.radius_col ul li:nth-child(4) {
	background: url('/uploads/images/1620826306_green-circle.svg') no-repeat;
	background-size:cover;
	background-position: center;
}
.radius_col ul li:nth-child(5) {
	background: url('/uploads/images/1620826306_gray-circle.svg') no-repeat;
	background-size:cover;
	background-position: center;
}
.radius_col ul li:nth-child(6) {
	background: url('/uploads/images/1620826306_orange-circle.svg') no-repeat;
	background-size:cover;
	background-position: center;
}

.surecler_col ul {
	padding:0;
	margin:0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.surecler_col ul li {
	max-width:calc((100% / 6) - 20px);
	margin:10px;
	width:100%;
	list-style: none;
	border: 1px solid #EF3340;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	min-height: 260px;
}
.surecler_col ul li .surecler_title {
	position: relative;
	background: #EF3340;
	min-height: 130px;
	padding: 0 10px 20px 10px;
	display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
}
.surecler_col ul li .surecler_title:before {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #EF3340 transparent transparent transparent;
	position: absolute;
	bottom:-10px;
	left:50%;
	transform:translate3d(-50%,0,0);
}
.surecler_col ul li .surecler_title .t_c_1 {
	font-size:30px;
	font-weight: 700;
	color:#fff;
	width:100%;
	position: absolute;
	top:0;
}
.surecler_col ul li .surecler_title .t_c_2 {
	font-size:20px;
	font-weight: 700;
	color:#fff;
	width:100%;
}
.surecler_col ul li .surecler_content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	text-align: center;
	min-height: calc(100% - 130px);
}
.surecler_col ul li .surecler_content p {
	margin-bottom: 0;
}

.surecler_col ul li:nth-child(2) {
	border: 1px solid #F7A500;
}
.surecler_col ul li:nth-child(3) {
	border: 1px solid #0092CA;
}
.surecler_col ul li:nth-child(4) {
	border: 1px solid #608D4C;
}
.surecler_col ul li:nth-child(5) {
	border: 1px solid #808180;
}
.surecler_col ul li:nth-child(6) {
	border: 1px solid #EF3340;
}

.surecler_col ul li:nth-child(2) .surecler_title {
	background: #F7A500;
}
.surecler_col ul li:nth-child(3) .surecler_title {
	background: #0092CA;
}
.surecler_col ul li:nth-child(4) .surecler_title {
	background: #608D4C;
}
.surecler_col ul li:nth-child(5) .surecler_title {
	background: #808180;
}
.surecler_col ul li:nth-child(6) .surecler_title {
	background: #EF3340;
}

.surecler_col ul li:nth-child(2) .surecler_title:before {
	border-color: #F7A500 transparent transparent transparent;
}
.surecler_col ul li:nth-child(3) .surecler_title:before {
	border-color: #0092CA transparent transparent transparent;
}
.surecler_col ul li:nth-child(4) .surecler_title:before {
	border-color: #608D4C transparent transparent transparent;
}
.surecler_col ul li:nth-child(5) .surecler_title:before {
	border-color: #808180 transparent transparent transparent;
}
.surecler_col ul li:nth-child(6) .surecler_title:before {
	border-color: #EF3340 transparent transparent transparent;
}

.acik_pozisyonlar {
	position: relative;
	padding-bottom: 30px;
}
.acik_pozisyonlar .container {
	position: relative;
}
.acik_pozisyonlar svg {
	position: absolute;
	left:50%;
	bottom:0;
	transform:translate3d(-100%,0,0);
}

.center_col {
	height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.fancybox-container[remove_download="yes"] .fancybox-button--download {
	display: none !important;
}
.fancybox-container[remove_download="no"] .fancybox-button--download {
	display: inline-block !important;
}

.product_grid_cont {
	display:flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.product_grid_cont .product_item {
	width:calc(25% - 20px);
	margin: 20px 10px;
	position:relative;
	overflow: hidden;
}
.product_grid_cont .product_item a {
	display: block;
}
.product_grid_cont .product_item a .item_img {
	position: relative;
    overflow: hidden;
	display: block;
}
.product_grid_cont .product_item a .item_img img {
	position: relative;
	z-index: 2;
	transition: all 400ms;
}

.product_grid_cont .product_item a .item_img:before {
	content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 0%;
    transition: all 400ms;
    transform: translate3d(-50%,0,0) skewX(-15deg);
    background: #EF3340;
}
.product_grid_cont .product_item a .item_date {
	display: none;
}
.product_grid_cont .product_item a .item_title {
	color:#000;
	font-size:20px;
	font-weight: 500;
	padding: 15px;
	display: block;
	position: relative;
	transition: all 400ms;
}
.product_grid_cont .product_item a .item_description {}

.product_grid_cont .product_item:hover a .item_img:before {
	width: 50%;
}
.product_grid_cont .product_item:hover a .item_img img {
	transform: scale(1.05);
}
.product_grid_cont .product_item:hover a .item_title {
	color:#EF3340;
}

.main_slider {
	height:calc(100vh - 80px);
	margin-top: 80px;
}
.main_slider .main_bg_c {
	width:4800px;
	position: absolute;
	bottom:0;
	left:-10%;
	background-size:contain;
	background-position: 0 0;
    background-repeat: no-repeat;
	transition-timing-function: ease-out;
}
.main_slider .main_bg_c.main_bg {
	background: rgb(127,153,175);
	background: -moz-linear-gradient(180deg, rgba(127,153,175,1) 0%, rgba(249,251,250,1) 60%);
	background: -webkit-linear-gradient(180deg, rgba(127,153,175,1) 0%, rgba(249,251,250,1) 60%);
	background: linear-gradient(180deg, rgba(127,153,175,1) 0%, rgba(249,251,250,1) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7f99af",endColorstr="#f9fbfa",GradientType=1);
	top:0;
	left:-40%;
}
.main_slider .main_bg_c.main_bg img {
	margin-left:40%;
}
.main_slider .main_bg_c.main_bg_1 {
	top:0;
	width:1000px;
	left:10%;
}
.main_slider .main_bg_c.main_bg_1.main_bg_1_c {
	top:0;
	width:1000px;
	left:85%;
}
.main_slider .main_bg_c.main_bg_2 {
	/*width:1205px;
	top: 32%;
	bottom:auto;*/
	top:auto;
	bottom:20vh;
	width:1818px;
}
.main_slider .main_bg_c.main_bg_3 {
	left:-10%;
}
.main_slider .main_bg_c.main_bg_4 {
	left:50%;
	width:7200px;
	bottom:-6%;
}

.main_slider .swiper-wrapper {
	transition-timing-function: ease-out;
}
.main_slider .swiper-slide img {
}
.main_slider .swiper-slide.istihkam_araclari img {
    position: absolute;
    bottom: 15%;
    left: 25%;
}
.main_slider .swiper-slide.modernization img {
	position: absolute;
	bottom:12%;
	right:-20%;
}

.main_slider .swiper-slide.paletli_zirhli_araclar img {
	position: absolute;
    bottom: 12%;
	right:-15%;
}
.main_slider .swiper-slide.tekerlekli_zirhli_araclar img {
	position: absolute;
    bottom: 12%;
    left: 78%;
    transform: translate3d(-50%, 0, 0);
}
.main_slider .swiper-slide.silah_sistemleri img {
	position: absolute;
    bottom: 12%;
    left: 78%;
    transform: translate3d(-50%, 0, 0);
}
.main_slider .swiper-slide.insansiz_kara_araci img {
	position: absolute;
    bottom: 12%;
    left: 78%;
    transform: translate3d(-50%, 0, 0);
}

.home_category_cont {
	position: absolute;
	left:0;
	max-width:500px;
	width:100%;
	top:50%;
	transform: translate3d(0,-50%,0);
	z-index: 2;
	transition: all 400ms;
	min-height: 480px;
}
.home_category_cont .title_cont {
	background:rgba(78, 0 , 5, 0.65);
	mix-blend-mode: multiply;
	position: relative;
	height:100px;
}
.home_category_cont h2 {
	color: #fff;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
	opacity: 0;
	transition: all 400ms;
	max-width: calc(100% - 230px);
    width: 100%;
}
.home_category_cont h2.active {
	opacity: 1;
}
.home_category_cont .home_cat_next {
	background:transparent;
	margin:0;
	left:auto;
	right:0;
	top:50%;
	transform: translate3d(0,-50%,0);
	width:100px;
	height:100px;
	opacity: 1;
	transition: all 400ms;
}
.home_category_cont .home_cat_next svg {
	position: absolute;
	left:50%;
	top:50%;
	transform: translate3d(-50%,-50%,0);
}
.home_category_cont .home_cat_next:hover {
	background:rgba(0,0,0,0.5);
}
.home_category_cont .home_cat_prev {
	background:transparent;
	margin:0;
	left:auto;
	right:100px;
	top:50%;
	transform: translate3d(0,-50%,0);
	width:100px;
	height:100px;
	opacity: 1;
	transition: all 400ms;
}
.home_category_cont .home_cat_prev svg {
	position: absolute;
	left:50%;
	top:50%;
	transform: translate3d(-50%,-50%,0);
}
.home_category_cont .home_cat_prev:hover {
	background:rgba(0,0,0,0.5);
}
.home_category_cont .home_cat_prev.swiper-button-disabled {
	transform:translate3d(0,-50%,0) rotate(180deg);
	right:0;
}
.home_category_cont .home_cat_next.swiper-button-disabled {
	transform:translate3d(0,-50%,0) rotate(-180deg);
	right:0;
}
.home_category_cont .home_category_list {
	background: rgba(0,0,0,0.65);
	position: absolute;
	top:100px;
	max-width:400px;
	padding:30px 0;
	left:0;
	transform: translate3d(-180%,0,0) skewX(-30deg);
	transition: all 400ms;
}
.home_category_cont .home_category_list.active {
	transform: translate3d(0,0,0) skewX(0);
}
.home_category_cont .home_category_list a {
	display: block;
	color:#fff;
	padding:15px 30px;
	position: relative;
	font-size:16px;
	transition: all 400ms;
}
.home_category_cont .home_category_list a:hover {
	padding:15px 30px 15px 50px;
}
.home_category_cont .home_category_list a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	display: block;
	z-index: -1;
}
.home_category_cont .home_category_list a:after {
	content: "";
	position: absolute;
	left: 20px;
	top: 18px;
	width: 10px;
	height: 16px;
	background: url(/frontend/img/menu-arrow.svg) no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	transform: translate3d(0,0,0);
	transition: all 400ms;
	opacity: 0;
}
.home_category_cont .home_category_list a:hover:before {
	opacity:1;
}
.home_category_cont .home_category_list a:hover:after {
	left: 30px;
    opacity: 1;
}
.home_category_cont .home_category_list a svg {
	position: absolute;
    top: 3px;
    left: 0;
    width: 10px;
    height: 15px;
}
.home_category_cont .home_category_list a:last-child {
	margin-bottom: 0;
}
.pair-1019 .content_wrapper {
	margin-top:0;
}
#main-slider {
	position: relative;
}
#main-slider:after {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	background-image:url(/frontend/img/loading.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size:100px;
	background-color:#fff;
	z-index: 9;
	overflow: hidden;
}
#main-slider.active:after {
	opacity: 0;
	height:0;
}
#main-slider .page_down {
	top: auto;
	bottom:30px;
	z-index: 2;
}
.latest_updates {
	position: absolute;
	left:0;
	width:100%;
	bottom:0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, transparent 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, transparent 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#535353",endColorstr="#ffffff",GradientType=1);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	z-index: 2;
	height:80px;
	align-items: center;
	padding:0 30px;
}
.latest_updates h6 {
	color:rgba(255,255,255,.75);
	font-size:16px;
	font-weight: 800;
	margin-right:20px;
	margin-bottom: 0;
	line-height: 1;
}
.latest_updates .latest_update_next {
	position: static;
	margin:0;
	background: transparent;
	width:20px;
	height:30px;
	margin-left:5px;
}
.latest_updates .latest_update_prev {
	position: static;
	margin:0;
	background: transparent;
	width:20px;
	height:30px;
	margin-right:5px;
}
.latest_updates .latest_updates_slider {
	margin-left:20px;
	margin-right:0;
	max-width:800px;
	height:29px;
}
.latest_updates .latest_updates_slider .swiper-slide a {
	color:#fff;
	font-size:16px;
	font-weight: 400;
}
.latest_updates .latest_updates_slider .swiper-slide a .item_date {
	color:#fff;
	font-size:12px;
	position: relative;
	padding-right:15px;
	margin-right:5px;
}
.latest_updates .latest_updates_slider .swiper-slide a .item_date:before {
	content:"-";
	position: absolute;
	right: 0;
	top:50%;
	transform: translate3d(0,-50%,0);
}

.news_header {
	margin-bottom:30px;
	position: relative;
}
.news_header h2 {
	font-size:24px;
	font-weight: 500;
	color:#000;
}
.news_header h2 span {
	display: inline-block;
	vertical-align: middle;
}
.news_header h2 a {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding-left: 15px;
    margin-left: 15px;
}
.news_header h2 a:before {
	content:"";
	position: absolute;
	top:50%;
	left:0;
	transform: translate3d(0,-50%,0);
	height:100%;
	width:1px;
	background:#EF3340;
}
.news_header .news_slide_next {
	background: transparent;
    margin: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 20px;
    height: 30px;
	right:0;
}
.news_header .news_slide_prev {
	background: transparent;
    margin: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 20px;
    height: 30px;
	right:40px;
	left: auto;
}
.news_slider .swiper-slide {}
.news_slider .swiper-slide a {
	height: 600px;
    width: 100%;
    display: flex;
	position: relative;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
	padding:30px;
}
.news_slider .swiper-slide a:before {
	content:"";
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, #282828 0%, rgba(137, 137, 137, 0) 100%);
	background: -webkit-linear-gradient(0deg, #282828 0%, rgba(137, 137, 137, 0) 100%);
	background: linear-gradient(0deg, #282828 0%, rgba(137, 137, 137, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#282828",GradientType=1);
	z-index: 2;
	mix-blend-mode: multiply;
}
.news_slider .swiper-slide a:after {
	content:"";
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:0%;
	mix-blend-mode: multiply;
	background: #EF3340;
	transition: all 400ms;
}
.news_slider .swiper-slide a .item_bg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}
.news_slider .swiper-slide a .item_title {
	color:#fff;
	font-size:24px;
	font-weight: 500;
	line-height: 1.3;
	position: relative;
	z-index: 2;
	transition: all 400ms;
}
.news_slider .swiper-slide a .item_desc {
	font-size:16px;
	line-height: 1.4;
	color:#fff;
	position: relative;
	z-index: 2;
	max-height:0;
	overflow: hidden;
	transition: all 400ms;
}
.news_slider .swiper-slide a .more_btn {
	position: relative;
	z-index: 2;
	font-size:16px;
	color:#fff;
	max-height:0;
	overflow: hidden;
	transition: all 400ms;
}
.news_slider .swiper-slide a .more_btn svg {
	margin-right:10px;
}
.news_slider .swiper-slide a:hover .item_title {
	margin-bottom:20px;
}
.news_slider .swiper-slide a:hover .item_desc {
	margin-bottom:20px;
	max-height:150px;
}
.news_slider .swiper-slide a:hover .more_btn {
	max-height: 32px;
}
.news_slider .swiper-slide a:hover:after {
	height:100%;
}

.twitter_column {
	max-height:600px;
	overflow-y: auto;
	padding: 30px 15px;
	background:rgba(29,161,242, .05);
}
.twitter_column .timeline-Header {
	display: none !important;
}
.twitter_column .timeline-Footer {
	display: none !important;
}
.timeline-InformationCircle-widgetParent {
	display: none !important;
}
.tagline_module {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.align-items-center .tagline_module {
	align-items: center;
}
.home_hakkimizda .tagline_content {
	padding-left:30px;
	padding-right:20px;
	z-index: 2;
}
.home_hakkimizda .tagline_bg_color {
	display: none;
}
.home_kariyer .tagline_content {
	padding-left:30px;
	z-index: 2;
}
.home_kariyer .tagline_bg_color {
	display: none;
}
header.product_active .navbar-main .navbar-nav.header_second_nav li.search svg path {
	stroke:#fff;
}
header.product_active .navbar-main .navbar-nav.header_second_nav li.lang_items span {
	color:#fff;
}
header.product_active .navbar-main .navbar-nav.header_second_nav li.lang_items svg path {
	stroke:#fff;
}
header.product_active .navbar-main .navbar-nav.header_second_nav li a {
	color:#fff;
}
.pair-1197 .video_tag_cont {
	align-items: flex-start;
}

.pair-1197 h1 {
	color:#fff;
	text-align: center;
}

#search_subform {
	position: relative;
	max-width: 800px;
	width:100%;
	margin:0 auto;
}
#search_subform input[type="text"] {
	background: transparent;
	border:0;
	border-radius: 0;
	border-bottom:1px solid #fff;
	color:#fff;
}
#search_subform input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #fff;
opacity: 1; /* Firefox */
}

#search_subform input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff;
}

#search_subform input::-ms-input-placeholder { /* Microsoft Edge */
color: #fff;
}
#search_subform button {
	background: transparent;
    border: 0;
    box-shadow: none;
    display: inline-block;
    position: absolute;
	top:50%;
    right: 0px;
    padding: 0;
	transform:translate3d(0,-50%,0);
}

.search_section {
	background: url(/uploads/images/1620771709_fnss-documents.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: right;
	position: relative;
	height:350px;
}
.search_section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    background: #EF3340;
}
.search_section .container {
	position: relative;
}

.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: #EF3340;
}
#marketing_form {
	margin-top:20px;
}

.rate_cont {
	margin-bottom: 40px;
}
.rate-ex2-cnt{
	width:152px;
	height: 30px;
	margin:0 auto;
}
.rate-ex2-cnt .rate-btn{
	width: 30px;
	height:30px;
	float: left;
	background: url(/frontend/img/rate-btn2.png) no-repeat;
	cursor: pointer;
}
.rate-ex2-cnt .rate-btn:hover, .rate-ex2-cnt .rate-btn.rate-btn-hover, .rate-ex2-cnt .rate-btn.rate-btn-active{
	background: url(/frontend/img/rate-btn2-hover.png) no-repeat;
}


.rate-result-cnt{
	width: 82px;
	height: 18px;
	position: relative;
	background-color: #ccc;
	border: #ccc 1px solid;
}
.rate-stars{
	width: 82px;
	height: 18px;
	background: url(/frontend/img/rate-stars.png) no-repeat;
	position: absolute;
}
.rate-bg{
	height: 18px;
	background-color: #ffbe10;
	position: absolute;
}

.tagline_module {
	position: relative;
}
.tagline_module .tagline_bg_img {
	position: absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}

#geribildirim_form select[name="konu"] {
	height: calc(3.5rem + 2px);
    padding: 1rem .75rem;
}

#geribildirim_form select[name="geri_bildirim_kategori"] {
	height: calc(3.5rem + 2px);
    padding: 1rem .75rem;
}
#section_404 {
	height:calc(100vh - 80px);
	text-align: center;
}

.doc_list ul {
	padding:0;
	margin:0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin:-10px;
}
.doc_list ul li {
	max-width:calc((100% / 3) - 20px);
	widtH:100%;
	border:1px solid #A2A9AE;
	min-height: 175px;
	display: inherit;
	margin:10px;
}
.doc_list ul li a {
	display: flex;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	width:100%;
	position: relative;
}
.doc_list ul li a span.document_info {
	max-width: 100%;
	width:100%;
    padding: 15px;
    position: relative;
}
.doc_list ul li a span.document_img {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 28%;
	width:100%;
}
.doc_list ul li a span.document_title {
	color:#1C1C1B;
	display: block;
}
.doc_list ul li a svg {
	max-width:68px;
	height:auto;
	width:100%;
}
.doc_list ul li a svg {
	position: absolute;
    left: 10px;
    bottom: 10px;
    top: auto;
    right: auto;
	transform: translate3d(0,0,0);
}
.doc_list ul li a .download_btn {
	display: block;
    vertical-align: middle;
    position: absolute;
	bottom:20px;
	left:20px;
}
.doc_list ul li a .download_btn span {
	border-top: 1px solid #ed1c24;
	border-right: 1px solid #ed1c24;
	border-bottom: 1px solid #ed1c24;
	padding: 16px 30px 16px 40px;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
	margin-left: 28px;
	display: inline-block;
	line-height: 1;
	color:#ed1c24;
	font-weight: 700;
	font-size:14px;
	text-transform: uppercase;
}
.doc_list ul li a .download_btn svg {
	position: absolute;
	right: auto;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
}

.doc_list ul li.cover_ok a:before {
	content:"";
	background:#ed1c24;
	mix-blend-mode: multiply;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity: 0;
	transition:all 400ms;
}
.doc_list ul li.cover_ok a span.document_info {
	max-width: 100%;
	width:100%;
}
.doc_list ul li.cover_ok a .document_title {
	color:#000;
	position: relative;
}
.doc_list ul li.cover_ok a:hover:before {
	opacity: 1;
}
.doc_list ul li.cover_ok a:hover .document_title {
	color:#fff;
}
.doc_list ul li.cover_ok a:hover svg path {
	stroke:#fff;
}
.doc_list ul li a svg path:first-child {
	stroke-dasharray: 90;
    stroke-dashoffset: 270;
    transition: all 500ms;
    transition-delay: 150ms;
}
.doc_list ul li a svg path:nth-child(2) {
    stroke-dashoffset: 0;
    transition: all 500ms;
    transition-delay: 150ms;
}
.doc_list ul li a svg path:nth-child(3) {
	stroke-dashoffset: 0;
    transition: all 500ms;
    transition-delay: 150ms;
}
.doc_list ul li a:hover svg path:first-child {
	stroke-dasharray: 270;
    stroke-dashoffset: 0;
}
.doc_list ul li a:hover svg path:nth-child(2) {
	stroke-dashoffset: 0;
}
.doc_list ul li a:hover svg path:nth-child(3) {
	stroke-dashoffset: 0;
}

.col4 .doc_list ul li {
	max-width:calc(100% - 20px);
}
.gallery_title {
	margin-bottom: 30px;
}
.list_menu {
	padding:0;
	margin:0;
}
.list_menu li {
	display: block;
	list-style: none;
}
.list_menu li a {
	font-size:18px;
	color:#808180;
	padding:15px 0;
	display: block;
	font-weight: 500;
	position: relative;
}
.list_menu li a:after {
	content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    left: 50%;
    transform: translate3d(-50%,0,0);
    background: #808180;
    transition: all 400ms;
}
.list_menu li.active a {
	color:#000;
}
.list_menu li.active a:after {
	background: #ed1c24;
}
.list_menu li a:hover {
	color:#000;
}
.list_menu li a:hover:before {
	background: #ed1c24;
}
.col_in_col .row>div {
	padding-bottom:30px;
}
.col10 .photo_grid_cont .photo_item .item_info:before {
	display: none;
}

.parent-1209 .play_btn:after {
	left:50%;
	top:50%;
	transform: translate3d(-50%,-50%,0);
}
html[lang="en"] .home_category_cont {
	top:42%;
}
.cat_type_title {
	text-align: center;
	margin-bottom: 30px;
}

.video_download_col .tagline_module {
	padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video_download_col .tagline_content {
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	transition: all 400ms;
}
.video_download_col .tagline_content a {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	display: flex;
	color:#fff;
	padding:20px;
	align-items: flex-end;
}
.video_download_col .tagline_content:hover {
	background:rgba(0,0,0,0.8);
}

#modal_anket {
	position: fixed;
	bottom: -395px;
	right: 0;
	background: rgba(0,0,0,0.8);
	max-width: 300px;
	width: 100%;
	z-index: 110;
	padding: 30px 20px 30px 20px;
	text-align: center;
	transition: all 400ms;
	overflow: hidden;
	height:380px;
}
#modal_anket .modal_body {
	position: relative;top: 6px;
}
#modal_anket .modal_body svg {
	max-width: 120px;
	transition: all 400ms;
}
#modal_anket .modal_body a {
	transition: all 400ms;
}
#modal_anket .modal_body .anim_modal {
	opacity: 1;transition: all 50ms;transition-delay: 400ms;
}
#modal_anket .modal_body p {
	margin-top: 10px;color: #fff;font-size: 20px;font-weight: 400;text-align: center;line-height: 1.3;transition: all 400ms;
}
/*#modal_anket .modal_body a.join_btn {
	background: #f19f10;padding: 12px 30px;color: #010101;font-size: 20px;font-weight: 400;display: inline-block;margin: 0 auto;
	text-align: center;text-decoration: none;
}
#modal_anket .modal_body a.join_btn:hover {
	background: #333333;color: #f19f10;
}*/
#modal_anket .modal_close {
	position: absolute;
	left: -66px;
	top: 0px;
	background: #EF3340;
	width: 98px;
	height: 110px;
	text-align: center;
	z-index: 1;
	padding-top: 5px;
	cursor: pointer;
	transform: skew(-30deg, 0);
}
#modal_anket .modal_close img {
	position: absolute;
	right: 25px;
	top: 15px;
	transform: skew(30deg, 0);
}
#modal_anket ul {
	padding: 0;margin: 0;margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#modal_anket ul li {
	list-style: none;
	position: relative;
}
#modal_anket ul li a {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255,255,255,1);
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	line-height: 24px;
}
#modal_anket ul li a:hover {
	color: #fff
}
#modal_anket ul li:after {
	content: "";
	background: #EF3340;
	width: 1px;
	height: 100%;
	position: absolute;
	right:0;
	top:0;
}
#modal_anket ul li:last-child:after {
	content: "";
	display: none;
}
#modal_anket.active{
	bottom: 0;
	transition: all 400ms;
}
#modal_anket.de_active {
	overflow: hidden;
	max-width: 80px;
	height: 80px;
	transition: all 400ms;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	padding: 5px 10px 30px 10px;
}
#modal_anket.de_active .modal_close {
	display: none;
}
#modal_anket.de_active .modal_body .anim_modal {
	opacity: 0;transition: all 50ms;transition-delay: 0ms;
}
#modal_anket.de_active .modal_body p {
	transition-delay: 0;
}
#modal_anket.de_active .modal_body svg {
	cursor: pointer;
}
#modal_anket.de_active .modal_body a {
	transition-delay: 0;
}
.uyari {
	padding:10px 30px;
	color:#fff;
	background: #ed1c24;
	border-radius: 4px;
    margin: 110px 0;
}
/*body.es #modal_anket .modal_body a.join_btn {
	padding: 12px 10px;
}*/
.anket_lang {
	display: flex;
	align-items: center;
	margin-top:30px;
	margin-left:-8px;
	margin-right:-8px;
}
.anket_lang a {
	font-weight: 700;
	color:#000;
	margin:0 8px;
}
.anket_lang a.active {
	font-weight: 700;
	color:#ff0000;
}

.section_doc_m {
	position: relative;
}
.section_doc_m .document_href {
    color: #fff;
    max-width: 100%;
    width: 100%;
    height: 70px;
    overflow: hidden;
	transition: all 400ms;
	position: relative;
	display: flex;
	align-items: center;
}
.section_doc_m .document_href:before {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: #EF3340;
	mix-blend-mode: multiply;
	z-index: -1;
}
.section_doc_m .download_icon {
	position: absolute;
	z-index: 2;
	right: 10px;
	top:50%;
	transform: translate3d(0,-50%,0);
}
.section_doc_m .document_title {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	z-index: 2;
	padding: 10px 0 10px 20px;
	line-height: 1;
}
.no_border {
	border-bottom:0 !important;
}
.part_1_s_4_yes>.row {
	margin-left:0;
	margin-right:0;
}
#customer_satisfaction_form h4 {
	font-size:30px;
	color:#EF3340;
}
#customer_satisfaction_form h3 {
	font-size:36px;
}
.no_padding_top {
	padding-top: 0 !important;
}
.no_padding_bottom {
	padding-bottom: 0 !important;
}
.no_padding {
	padding:0 !important;
}

#customer_satisfaction_form .relative_label>span {
	line-height: 1.2;
}
.part_1_s_4_yes {
	overflow: hidden;
	transition: all 400ms;
}

.sicil_tablo {}
.sicil_tablo tr {}
.sicil_tablo tr:first-child td {
	font-weight:400;
}
.sicil_tablo tr td:first-child {
	font-weight:700;
}
.sicil_tablo tr td {
	border:1px solid #686868;
}
#wrapper {
	min-height: calc(100vh - 204px);
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1) { 
  
	.main_slider .main_bg_c.main_bg_2 {
		top: auto;
		bottom: 30%;
	}

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
	.main_slider .main_bg_c.main_bg_2 {
		top: auto;
		bottom: 30%;
	}

}
@media screen and (min-width: 2200px) {
	.main_slider .main_bg_c.main_bg img {
		margin-left: 50%;
	}
	.main_slider .swiper-slide.istihkam_araclari img {
		position: absolute;
		bottom: 9vh;
		left: 25%;
	}
	.main_slider .swiper-slide.modernization img {
		position: absolute;
		bottom: 12%;
		right: -60%;
	}
	.main_slider .swiper-slide.paletli_zirhli_araclar img {
		position: absolute;
		bottom: 12%;
		right: -55%;
	}
	.main_slider .swiper-slide.tekerlekli_zirhli_araclar img {
		position: absolute;
		bottom: 12%;
		left: 118%;
		transform: translate3d(-50%, 0, 0);
	}
	.main_slider .swiper-slide.insansiz_kara_araci img {
		position: absolute;
		bottom: 12%;
		left: 118%;
		transform: translate3d(-50%, 0, 0);
	}
	.main_slider .swiper-slide.silah_sistemleri img {
		position: absolute;
		bottom: 12%;
		left: 118%;
		transform: translate3d(-50%, 0, 0);
	}
	.main_slider .main_bg_c.main_bg_3 img {
		width:100%;
	}
}
@media screen and (min-width: 1199px) {
	
}
@media screen and (max-width: 1280px) {
	header .navbar-main .navbar-nav li a {
		padding: 29px 9px 29px;
	}
}

@media screen and (max-width: 1660px) {
	.home_category_cont {
		top:40%;
	}
	.product_tagline .video_btn_section svg {
		left:50%;
		transform: translate3d(-50%,-50%,0);
		top:50%;
		bottom:0;
	}
	.product_tagline .video_btn_section svg circle {
		fill:rgba(0,0,0,0.3);
	}
}
@media screen and (max-width: 1400px) {
	header .navbar-main .navbar-nav li a {
		padding: 29px 9px 29px;
	}
}
@media screen and (max-width: 1440px) {
	/*header .navbar-main .navbar-nav li.mega_menu_active div.mega_container {
		padding-top:30px;
		padding-bottom:30px;
	}
	header .navbar-main .navbar-nav li div.mega_container {
		padding-top:30px;
		padding-bottom:30px;
	}*/
	.main_slider .main_bg_c.main_bg_1 {
		top:-20%;
	}
	.main_slider .main_bg_c.main_bg_1.main_bg_1_c {
		top:-20%;
	}
	header.product_active .navbar-main .navbar-nav li div.mega_container.mega_container_products .col {
		padding-top:110px;
	}
	header .navbar-main .navbar-nav li div.mega_container .latest_news_img {
		height:160px;
	}
	.press_card .card_body {
		padding:30px 15px;
	}
	.photo_grid_cont .photo_item .item_info a.download_btn svg {
		height:auto;
		max-width:90px;
	}
	.photo_grid_cont .photo_item .item_info a.info_btn svg {
		height:auto;
		max-width:90px;
	}
	.photo_grid_cont .photo_item:hover .item_info:before {
		width:15px;
	}
	.photo_grid_cont .photo_item {
		height:160px;
	}
	.news_grid_cont .news_item .item_img {
		height:200px;
	}
	.visible .tagline_c_t_l .tagline_content {
		opacity: 1;
		transform: translate3d(0,-40%,0);
	}
	.news_all.news_grid_cont .news_item .item_img {
		height: 200px;
	}
	.photo_grid_cont.photo_tag_cont .photo_item .item_img {
		height:160px;
	}
	.video_tag_cont .video_item .item_img {
		height:150px;
	}
	.document_grid_cont .document_item .item_img {
		width:100%;
	}
	.col10 .photo_grid_cont .photo_item .item_info a.download_btn svg {
		max-width: 70px;
	}
	.col10 .photo_grid_cont .photo_item .item_info a.info_btn svg {
		max-width: 70px;
	}
	.home_category_cont .home_category_list {
		padding:0;
	}
	.home_category_cont .home_category_list a {
		padding:10px 30px;
	}
	.home_category_cont .home_category_list a:hover {
		padding:10px 30px 10px 50px;
	}
	.home_category_cont {
		top:50%;
	}
	.home_category_cont .home_category_list a:after {
		top:12px;
	}
}

@media screen and (max-width: 1280px) {
	.photo_grid_cont .photo_item .item_info a.download_btn svg {
		height:auto;
		max-width:70px;
	}
	.photo_grid_cont .photo_item .item_info a.info_btn svg {
		height:auto;
		max-width:70px;
	}
	.photo_grid_cont .photo_item:hover .item_info:before {
		width:15px;
		display: none;
	}
	.document_grid_cont .document_item {
		max-width:calc((100% / 6) - 30px);
	}
	.document_grid_cont .document_item .item_img {
		width:160px;
	}
	.col10 .photo_grid_cont .photo_item .item_info a.download_btn svg {
		max-width: 50px;
	}
	.col10 .photo_grid_cont .photo_item .item_info a.info_btn svg {
		max-width: 50px;
	}
}
@media screen and (max-width: 1200px) {
	header .navbar-main .navbar-nav li.mega_menu_active div.mega_container {
		padding-top:15px;
		padding-bottom:15px;
	}
	.press_card .card_body {
		padding:30px 15px;
	}
	.visible .tagline_c_t_l .tagline_content {
		opacity: 1;
		transform: translate3d(0,-30%,0);
	}
	.video_tag_cont .video_item {
		max-width:calc((100% / 4) - 30px);
	}
}
@media screen and (max-width: 1280px) {
	header {
		padding:0 15px;
	}
	#mobile_menu_btn {
		display: inline-block;
		width:40px;
		height:40px;
		float: right;
		position: relative;
		top:20px;
	}
	#mobile_menu_btn span {
		display: block;
		width:100%;
		height:2px;
		background:#EF3340;
		position:absolute;
		left:0%;
		top:calc(50% - 4px);
		transform: translate3d(0,-50%,0);
		transition: all 400ms;
	}
	#mobile_menu_btn span:last-child {
		top:calc(50% + 4px);
	}
	#mobile_menu_btn.active span:first-child {
		transform: translateY(-50%) translateX(0) rotate(45deg);
		top: 50%;
	}
	#mobile_menu_btn.active span:last-child {
		transform: translateY(-50%) translateX(0) rotate(-45deg);
		top: 50%;
	}
	header .navbar-main .navbar-nav.header_second_nav {
		margin-right:20px;
	}
	#mobileMenuCont {
		position: fixed;
		top:80px;
		width:100vw;
		right:-100vw;
		overflow-y: auto;
		overflow-x: hidden;
		height: calc(100vh - 80px);
		background: #fff;
		transition: all 400ms;
	}
	#mobileMenuCont.active {
		right:0;
	}
	header .navbar-main .navbar-nav {
		float:none;
	}
	header .navbar-main .navbar-nav li {
		display: block;
		position: relative;
	}
	header .navbar-main .navbar-nav li>a {
		font-size:24px;
		padding: 29px 15px 29px;
	}
	header .navbar-main .navbar-nav li a:hover {
		color:#000000;
	}
	header .navbar-main .navbar-nav li:hover>a:after {
		display: none;
	}
	header .navbar-main .navbar-nav li div.mega_container {
		position: relative;
		top:0;
	}
	.highlight_text {
		font-size:24px;
		line-height: 1.2;
	}
	header .navbar-main .navbar-nav li div.mega_container.mega_container_products .col {
		flex:0 0 100%;
		width:100%;	
	}
	header.product_active .navbar-main .navbar-nav li div.mega_container.mega_container_products {
		max-height:600px;
		overflow-y: auto;
	}
	header.product_active .navbar-main .navbar-nav li div.mega_container.mega_container_products .col {
		height:auto;
		padding-top:30px;
	}
	header .navbar-main .navbar-nav.header_second_nav li.mega_menu {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.tablet-0 {
		display: none;
	}
	.tablet-1 {
		display: block;
	}
	.image-gallery-isotope .grid-item {
		height: 146px;
	}
	.image-gallery-isotope .grid-item--width2 {
		height: 300px;
	}
	.product_title {
		font-size:40px;
	}
	.product_title strong {
		font-size:30px;
	}
	.photo_grid_cont .photo_item {
		max-width: calc((100% / 3) - 46px);
	}
	.photo_grid_cont .photo_item {
		height:200px;
	}
	.news_grid_cont .news_item {
		max-width: calc((100% / 2) - 50px);
	}
	.news_grid_cont .news_item .item_img {
		height:250px;
	}
	.photo_grid_cont .photo_item .item_info a.download_btn svg {
		max-width: 100px;
	}
	.photo_grid_cont .photo_item .item_info a.info_btn svg {
		max-width:100px;
	}
	.photo_grid_cont .photo_item:hover .item_info:before {
		display:block;
	}
	.news_all.news_grid_cont .news_item .item_img {
		height:180px;
	}
	.photo_grid_cont.photo_tag_cont .photo_item .item_img {
		height:215px;
	}
	.video_tag_cont .video_item {
		max-width: calc((100% / 3) - 30px);
	}
	.video_tag_cont .video_item .item_img {
		height:200px;
	}
	.document_grid_cont .document_item {
		max-width:calc((100% / 5) - 30px);
	}
	.document_grid_cont .document_item .item_img {
		width:160px;
	}
	.surecler_col ul li {
		max-width:calc((100% / 3) - 20px)
	}
	.main_slider .swiper-slide.istihkam_araclari img {
		left:0;
	}
	.main_slider .swiper-slide.modernization img {
		right:20%;
	}
	.main_slider .swiper-slide.paletli_zirhli_araclar img {
		right:20%;
	}
	.main_slider .swiper-slide.tekerlekli_zirhli_araclar img {
		left:48%;
	}
	.main_slider .swiper-slide.insansiz_kara_araci img {
		left:48%;
	}
	.main_slider .swiper-slide.silah_sistemleri img {
		left:48%;
	}
}

@media screen and (max-width: 910px) {
	header .navbar-main .navbar-nav li a {
		padding:29px 5px 29px;
	}
	.know_fnss_yes.active {
		max-height: 5000px;
	}
}
@media screen and (max-width: 768px) {
	header .navbar-main .navbar-nav.header_second_nav li.mega_menu {
		display: none;
	}
	.product_tagline {
		height:calc(100vh - 400px);
	}
	.tabbed_nav ul li a {
		padding:10px 15px;
	}
	.photo_grid_cont .photo_item {
		height:150px;
	}
	.photo_grid_cont .photo_item .item_info a.download_btn svg {
		max-width: 80px;
	}
	.photo_grid_cont .photo_item .item_info a.info_btn svg {
		max-width:80px;
	}
	.photo_grid_cont .photo_item:hover .item_info:before {
		display:none;
	}
	.varyant_menu {
		white-space: nowrap;
		overflow-x: scroll;
		margin-bottom: 30px;
	}
	.varyant_menu li {
		display: inline-block;
		list-style: none;
		margin: 10px 20px;
	}
	.varyant_menu li a {
		padding: 20px 0 10px;
	}
	.section_variant .col4 {
		flex: 0 0 auto;
	    width: 50%;
	}
	.tabbed_nav {
		white-space: nowrap;
		overflow-x: scroll;
	}
	.news_all.news_grid_cont .news_item {
		max-width: calc((100% / 2) - 20px);
	}
	.filter_div .years_col li {
		max-width: calc(25% - 40px);
	}
	.filter_div .years_col {
		margin-top:40px;
	}
	.photo_grid_cont.photo_tag_cont .photo_item .item_img {
		height:150px;
	}
	.video_tag_cont .video_item {
		max-width: calc((100% / 2) - 30px);
	}
	.video_tag_cont .video_item .item_img {
		height:200px;
	}
	.document_grid_cont .document_item {
		max-width:calc((100% / 4) - 30px);
	}
	.document_grid_cont .document_item .item_img {
		width:160px;
	}
	header {
		padding:0 15px;
	}
	#mobile_menu_btn {
		display: inline-block;
		width:40px;
		height:40px;
		float: right;
		position: relative;
		top:20px;
	}
	#mobile_menu_btn span {
		display: block;
		width:100%;
		height:2px;
		background:#EF3340;
		position:absolute;
		left:0%;
		top:calc(50% - 4px);
		transform: translate3d(0,-50%,0);
		transition: all 400ms;
	}
	#mobile_menu_btn span:last-child {
		top:calc(50% + 4px);
	}
	#mobile_menu_btn.active span:first-child {
		transform: translateY(-50%) translateX(0) rotate(45deg);
		top: 50%;
	}
	#mobile_menu_btn.active span:last-child {
		transform: translateY(-50%) translateX(0) rotate(-45deg);
		top: 50%;
	}
	header .navbar-main .navbar-nav.header_second_nav {
		margin-right:20px;
	}
	#mobileMenuCont {
		position: fixed;
		top:80px;
		width:100vw;
		right:-100vw;
		overflow-y: auto;
		overflow-x: hidden;
		height: calc(100vh - 80px);
		background: #fff;
		transition: all 400ms;
	}
	#mobileMenuCont.active {
		right:0;
	}
	header .navbar-main .navbar-nav {
		float:none;
	}
	header .navbar-main .navbar-nav li {
		display: block;
		position: relative;
	}
	header .navbar-main .navbar-nav li>a {
		font-size:24px;
		padding: 29px 15px 29px;
	}
	header .navbar-main .navbar-nav li a:hover {
		color:#000000;
	}
	header .navbar-main .navbar-nav li:hover>a:after {
		display: none;
	}
	header .navbar-main .navbar-nav li div.mega_container {
		position: relative;
		top:0;
	}
	.highlight_text {
		font-size:24px;
		line-height: 1.2;
	}
	header .navbar-main .navbar-nav li div.mega_container.mega_container_products .col {
		flex:0 0 100%;
		width:100%;	
	}
	header.product_active .navbar-main .navbar-nav li div.mega_container.mega_container_products {
		max-height:600px;
		overflow-y: auto;
	}
	header.product_active .navbar-main .navbar-nav li div.mega_container.mega_container_products .col {
		height:auto;
		padding-top:30px;
	}
	.col6 .play_btn:after {
		width:50px;
		height:50px;
	}
	.doc_list ul li {
		max-width: calc((100% / 2) - 20px);
	}

	.doc_list ul li a:hover svg path:first-child {
		stroke-dasharray: 270;
		stroke-dashoffset: 270;
		transition: all 500ms;
		transition-delay: 150ms;
	}
	.doc_list ul li a:hover svg path:nth-child(2) {
		stroke-dasharray: 80;
		stroke-dashoffset: 80;
		transition: all 500ms;
		transition-delay: 150ms;
	}
	.doc_list ul li a:hover svg path:nth-child(3) {
		stroke-dasharray: 40;
		stroke-dashoffset: 40;
		transition: all 500ms;
		transition-delay: 150ms;
	}
	.latest_updates .latest_updates_slider {
		margin-left:0;
	}
	.main_slider .swiper-slide.modernization img {
		right:35%;
		max-width: 768px;
	}
	.main_slider .swiper-slide.paletli_zirhli_araclar img {
		right:30%;
	}
	.main_slider .swiper-slide.tekerlekli_zirhli_araclar img {
		left:35%;
	}
	.main_slider .swiper-slide.insansiz_kara_araci img {
		left:32%;
	}
	.main_slider .swiper-slide.silah_sistemleri img {
		left:30%;
	}
}

@media screen and (max-width: 480px) {
	.relative_label>span {
		line-height: 1.2;
	}
	.country_future_btn {
		display: block;
		margin:5px auto;
	}
	.product_tagline .product_sec_bg {
		height:200px;
	}
	.mobile-0 {
		display: none;
	}
	.mobile-1 {
		display: block;
	}
	#anket_form .mobile_hide {
		display: none;
	}
	#anket_form .desktop_hide {
		display: block;
	}
	#customer_satisfaction_form .mobile_hide {
		display: none;
	}
	#customer_satisfaction_form .desktop_hide {
		display: block;
	}
	.product_tagline {
		height:auto;
	}
	.visible.product_tagline .product_sec_bg {
		position: relative;
		height:200px;
		left:0;
		top:0;
		transform:translate3d(0,0,0);
		display: block;
	}
	.product_tagline:after {
		display:none;
	}
	.product_tagline .document_href {
		top:130px;
		bottom:auto;
		right:0;
	}
	.product_title {
		font-size:30px;
		color:#000;
		margin-top:20px;
		margin-bottom:20px;
	}
	.product_title strong {
		font-size:20px;
		color:#000;
	}
	.product_tagline .document_href:hover {
		height:70px;
	}
	.page_down {
		display: none;
	}
	.visible .tagline_c_t_l .tagline_content {
		opacity: 1;
    	transform: translate3d(0,0,0);
	}
	.tagline_c_t_l .tagline_content {
		padding: 15px;
    	height: 100%;
		background:rgba(96,141,76,.8);
	}
	.play_btn:after {
		width:40px;
		height:40px;
		left:15px;
		top:15px;
	}
	.section_variant .col4 {
		width:100%;
	}
	.varyant_cont>.row {
		flex-direction: column-reverse;
	}
	.section_variant {
		padding:20px 0;
	}
	.section_variant>.container {
		padding:0;
	}
	.news_grid_cont .news_item {
		max-width: 100%;
		margin:30px 0;
	}
	.photo_grid_cont {
		margin: -12px;
	}
	.photo_grid_cont .photo_item {
		max-width: calc((100% / 2) - 30px);
		margin:12px;
	}
	.photo_grid_cont .photo_item .item_info a.download_btn {
		left:0;
	}
	.photo_grid_cont .photo_item .item_info a.info_btn {
		right:0;
	}
	.photo_grid_cont .photo_item .item_info a.info_btn svg {
		max-width:70px;
	}
	.photo_grid_cont .photo_item .item_info a.download_btn svg {
		max-width:70px;
	}
	#section_history #timeline-embed {
		height:700px;
	}
	.global_prensence>div {
		min-height: auto;
		margin-bottom: 40px;
	}
	.accordion .card-header button {
		font-size:18px;
		text-align:left;
	}
	.accordion .card-header img {
		top:33px;
	}
	h1 {
		font-size: 30px;
		line-height: 1.3;
		color: #000;
	}
	.product_tagline .video_btn_section {
		height:200px;
		top:0;
	}
	.product_tagline .video_btn_section svg {
		left: 50%;
		top: 50%;
		bottom: 5px;
		max-width: 60px;
		transform: translate3d(-50%,-50%,0);
	}
	.menu_white .tabbed_nav ul li a {
		color:#494949;
	}
	.menu_white .tabbed_nav ul li.active a {
		color:#EF3340;
	}
	.menu_white .tabbed_nav ul li a:hover {
		color:#EF3340;
	}
	.menu_white .tabbed_nav ul li.active a:after {
		width:100%;
	}
	.menu_white .tabbed_nav ul li a:hover:after {
		width:100%;
		background:#EF3340;
	}
	.filter_cont {
		padding:30px 15px;
	}
	.filter_cont .container {
		padding-left:0;
		padding-right:0;
	}
	.filter_div .row {
		margin:0;
	}
	.filter_div .categories_col {
		padding-right:calc(var(--bs-gutter-x)/ 2);
	}
	.filter_div ul li {
		max-width: calc(100% - 40px);
	}
	.news_all.news_grid_cont .news_item {
		max-width:calc(100% - 20px);
	}
	.photo_grid_cont.photo_tag_cont {
		margin:20px 0 0 0;
	}
	.photo_grid_cont.photo_tag_cont .photo_item .item_desc .item_title {
		margin-bottom: 5px;
	}
	.filter_div {
		overflow-y:auto;
	}
	.video_tag_cont .video_item {
		max-width: calc(100% - 30px);
	}
	.video_tag_cont .video_item .item_img {
		height:200px;
	}
	.video_tag_cont .video_item {
		margin:15px 15px;
	}
	.document_grid_cont .document_item {
		max-width:calc((100% / 2) - 20px);
		margin:30px 10px;
	}
	.document_grid_cont .document_item .item_img {
		width:140px;
		height:190px;
	}
	.document_grid_cont .document_item .item_desc .item_title {
		font-size:16px;
	}
	.document_grid_cont .document_item .item_desc {
		margin-top:10px;
	}
	.photo_grid_cont.photo_tag_cont .photo_item .item_desc {
		margin-top:10px;
	}
	.photo_grid_cont.photo_tag_cont .photo_item .item_desc .item_title {
		font-size:16px;
	}
	.bordered_right {
		border-right:0;
	}
	.surecler_col ul li {
		max-width: calc((100% / 2) - 10px);
		margin:5px;
	}
	.acik_pozisyonlar svg {
		display: none;
	}
	.product_slider_cont h3 {
		padding-left:calc(var(--bs-gutter-x)/ 2);
		padding-right:calc(var(--bs-gutter-x)/ 2);
	}
	.product_slider_cont .product_slider {
		margin-left:0;
	}
	.product_slider_cont .product_line {
		margin-left: -210px;
	}
	.product_slider_cont .product_next {
		left:65px;
		top:80px;
	}
	.product_slider_cont .product_prev {
		left:30px;
		top:80px;
	}
	.product_slider_cont .product_slider {
		margin-left:85px;
		max-width: calc(100% - 100px);
	}
	header {
		height:60px;
	}
	header .navbar-main #logo {
		max-width: 220px;
		margin-top:15px;
	}
	.content_wrapper {
		margin-top:60px;
	}
	header .navbar-main .navbar-nav.header_second_nav li.lang_items span {
		padding:16px 0 17px;
	}
	#mobile_menu_btn {
		top:10px;
	}
	header .navbar-main .navbar-nav.header_second_nav {
		margin-right:10px;
	}
	header .navbar-main .navbar-nav li>a {
		padding:18px 5px 17px;
	}
	#mobileMenuCont {
		top:60px;
	}
	header .navbar-main #mobileMenuCont .navbar-nav li>a {
		padding:19px 15px 17px;
		font-size:20px;
	}
	header .navbar-main #mobileMenuCont .navbar-nav li.mega_menu_active>a {
		color:#EF3340;
		border-bottom:1px solid #EF3340;
	}
	header .navbar-main .navbar-nav li div.mega_container .col {
		flex:0 0 100%;
	}
	header .navbar-main #mobileMenuCont .navbar-nav li .mega_container ul li a {
		padding:5px 0;
		font-size:14px;
	}
	header .navbar-main .navbar-nav li div.mega_container .col.f_15 {
		flex:0 0 100%;
	}
	header .navbar-main .navbar-nav li div.mega_container .col {
		border-right: 0;
	}
	header .navbar-main .navbar-nav li.mega_menu_active div.mega_container {
		max-height: 100vh;
		overflow-y: auto;
	}
	header .navbar-main .navbar-nav li div.mega_container .social_links ul {
		margin:0 -5px;
	}
	header .navbar-main .navbar-nav li div.mega_container .social_links ul li a {
		padding:5px 10px !important;
	}
	header .navbar-main .navbar-nav li div.mega_container .latest_news .btn_red_icon {
		margin-top:20px;
	}
	header .navbar-main .navbar-nav li div.mega_container.mega_container_products .products_menu_cont p {
		padding-left:15px;
	}
	header .navbar-main #mobileMenuCont .navbar-nav li .mega_container .products_menus ul li a {
		padding:10px 15px;
	}
	header .navbar-main .navbar-nav li div.mega_container.mega_container_products .col ul li a:after {
		display:none;
	}
	header .navbar-main .navbar-nav li div.mega_container.mega_container_products .products_menu_cont .row {
		flex-wrap:inherit;
	}
	header .navbar-main .navbar-nav li div.mega_container .col.latest_news {
		display: none;
	}
	header .navbar-main .navbar-nav li div.mega_container .col .highlight_text {
		display: none;
	}
	header .navbar-main .navbar-nav li div.mega_container.mega_container_products .products_menu_cont {
		padding:0;
	}
	header .navbar-main .navbar-nav li div.mega_container.mega_container_products .products_menu_cont .row {
		margin:0;
	}
	header.product_active .navbar-main .navbar-nav li div.mega_container.mega_container_products .col {
		height:calc(100vh - 60px);
	}
	header .navbar-main .navbar-nav li div.mega_container.mega_container_products .products_menu_cont {
		height:calc(100vh - 60px);
	}
	header.product_active .navbar-main .navbar-nav.header_second_nav li.search svg path {
		stroke:#808180;
	}
	header.product_active .navbar-main .navbar-nav.header_second_nav li.lang_items span {
		color:#808180;
	}
	header.product_active .navbar-main .navbar-nav.header_second_nav li.lang_items svg path {
		stroke:#808180;
	}
	header.product_active .navbar-main .navbar-nav.header_second_nav li a {
		color:#808180;
	}
	footer .footer_sec_1 {
		padding: 30px 0 10px;
	}
	footer .p_margin_50 {
		margin-bottom:30px;
	}
	footer .footer_sec_3 {
		padding: 20px 0 20px;
	}
	footer .footer_sec_3 p {
		text-align: center;
		display: block;
		margin-bottom: 20px;
	}
	footer .footer_sec_3 ul {
		padding:0;
		text-align: center;
		display: block;
		margin-bottom: 20px;
	}
	footer .footer_sec_3 ul li {
		display: block;
		text-align: center;
	}
	footer .footer_sec_3 ul li a {
		padding:10px 0;
		display: block;
	}
	footer .footer_sec_3 ul li:before {
		display: none;
	}
	footer .footer_sec_3 p:last-child {
		position: static;
		transform: translate3d(0,0,0);
	}
	.product_grid_cont .product_item {
		width: 100%;
		margin: 20px 0;
	}
	.tagline_c_t_l .tagline_module .tagline_bg_img {
		position: static;
		height:300px;
	}
	.tagline_c_t_l .tagline_module .tagline_content {
		position: static;
		height:auto;
		background: rgba(96,141,76,1);
	}
	.products_menu_next {
		position: absolute;
		right:10px;
		top:14px;
		z-index: 2;
	}
	.products_menu_prev {
		position: absolute;
		right:40px;
		top:14px;
		z-index: 2;
	}
	.news_slider .swiper-slide a {
		height:auto;
		padding:0;
	}
	.news_slider .swiper-slide a:before {
		display: none;
	}
	.news_slider .swiper-slide a:after {
		display: none;
	}
	.news_slider .swiper-slide a .item_bg {
		height: 300px;
		position: relative;
	}
	.news_slider .swiper-slide a .item_title {
		color:#000;
		font-size:20px;
		margin-top:15px;
	}
	.news_slider .swiper-slide a .item_desc {
		display: none;
	}
	.news_slider .swiper-slide a .more_btn {
		display: none;
	}
	.col10 .photo_grid_cont .photo_item .item_info a.info_btn svg {
		max-width:70px;
	}
	.col10 .photo_grid_cont .photo_item .item_info a.download_btn svg {
		max-width: 70px;
	}
	.doc_list ul li {
		max-width: calc(100% - 20px);
	}
	.mobile_reverse > .container >.row {
		flex-direction: column-reverse;
	}
	.mobile_reverse > .container-fluid >.row {
		flex-direction: column-reverse;
	}
	.list_menu {
		overflow-x: auto;
		white-space: nowrap;
		border-bottom: 1px solid #808180;
	}
	.list_menu li {
		display: inline-block;
	}
	.list_menu li a {
		padding: 10px 15px;
	}
	.list_menu li.active a:after {
		height:3px;
		background: #ed1c24;
	}
	footer .list_menu {
		border-bottom: 0;
	}
	footer .list_menu li a:after {
		display: none;
	}
	.latest_updates {
		display: none;
	}
	.home_category_cont {
		top:0;
		transform: translate3d(0,0,0);
	}
	.home_category_cont .title_cont {
		height:60px;
	}
	.home_category_cont h2 {
		font-size:16px;
		left:15px;
	}
	.home_category_cont .home_cat_next {
		width:60px;
		height:60px;
	}
	.home_category_cont .home_cat_prev {
		width:60px;
		height:60px;
	}
	.home_category_cont .home_category_list {
		top:60px;
	}
	.home_category_cont .home_category_list a {
		padding:10px 15px;
	}
	.main_slider {
		margin-top:60px;
		height:calc(100vh - 120px);
	}
	.main_slider .main_bg_c {
		width:1750px;
	}
	.main_slider .main_bg_c.main_bg_4 {
		width:3000px;
		bottom:0;
	}
	.main_slider .swiper-slide.istihkam_araclari img {
		max-width: 550px;
		bottom:13%;
	}
	.main_slider .swiper-slide.modernization img {
		right:44%;
		max-width:360px;
	}
	.main_slider .swiper-slide.paletli_zirhli_araclar img {
		right:45%;
		max-width:360px;
	}
	.main_slider .swiper-slide.tekerlekli_zirhli_araclar img {
		left: 28%;
		max-width: 420px;
	}
	.main_slider .swiper-slide.insansiz_kara_araci img {
		left: 27%;
		max-width: 400px;
	}
	.main_slider .swiper-slide.silah_sistemleri img {
		left: 24%;
		max-width: 420px;
	}
	.main_slider .main_bg_c.main_bg_2 {
		bottom:30%;
	}
	html[lang="en"] .home_category_cont {
		top:0;
		transform: translate3d(0,0,0);
	}
	.twitter_column {
		max-width: calc(100% - 50px);
		margin: 0 auto;
	}
	.home_kariyer .tagline_content {
		padding-right:20px;
	}
	.product_tagline .document_href {
		position: relative;
		top:0;
		max-width: 100%;
		display: block;
		height:60px;
	}
	.product_tagline .document_title {
		bottom: auto;
		top:50%;
		transform:translate3d(0, -50%, 0);
	}
	.product_tagline .download_icon {
		bottom:auto;
		top:50%;
		transform: translate3d(0,-50%,0);
	}
	.tabbed_animate .tabbed_nav {
		background:transparent;
	}
	.checkbox_label.label_inline {
		margin-right:10px;
	}
	.news_tagline {
		height:auto;
		padding-top:30px;
		padding-bottom:20px;
	}
	.news_tagline .news_back {
		position: static;
		margin-bottom: 10px;
		display: inline-block;
	}
	.share_icons {
		margin-bottom:20px;
	}
	.searched_page li {
		max-width:calc(50% - 30px);
	}
	.mobile_label .checkbox_label.label_inline:last-child {
		width:43px;
	}
}

.grecaptcha-badge { display:none; }
.signin-bg { background: url(/frontend/img/media-camera.jpg); height:100%; background-size:cover; background-position:center; background-size: cover; }
input.form-control { border:1px solid #D7D7D7; border-radius:4px; height:45px; line-height:45px; }
.forgot-the-password {position:relative;}
.forgot-the-password a {position:absolute; right:13px; top:12px; color:#000; text-decoration:none; color:#2F80ED; }

.btn { border-radius:4px; height:45px; padding:0 25px; font-size:14px; font-weight:600; }
.btn-default { border: 1px solid #000; }
.btn-default:hover { background:#333; color:#fff; }

.contact form { display:none; }

@media screen and (max-width:991px) {
	.r-hide { display:none }
	.country_future_btn svg  {
		margin:0 auto;
		max-width: 40px;
	}
	.country_future_btn {
		width: 100%;
	}
}