:root {
  --sdt: #F58345;
  --sdt-1: #2E3192;
  --pembe-sdt: #F8056B;
  --gray-1: #333;
  --gray-3: #828282;
  --gray-6: #F2F2F2;
}

/* GUIDE */
html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	height: 100%;
}

#wrapper { min-height:calc(100% - 130px) !important; }

* { outline:none; }

.logo img { height:40px; }
.logo span { color:#fff; padding-left:20px; border-left:1px solid #fff; margin-left:20px; }

.document-href .document-title {
	display:none;
}

img {
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {	
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-size: 48px;
	line-height: 59px;
	letter-spacing: -0.02em;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -0.05em;
	margin-bottom:15px;
}

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-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

a {
	font-size: 16px;
	color: var(--sdt-1);
	line-height: 1.2;
	text-decoration:none;
}

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

ul {
	padding-left:20px;
}

ul li {
	color: #494949;
	font-size: 16px;
	font-weight: 400;
	padding:3px 0;
	line-height: 1.5;
}

ul li::marker {
	color:var(--sdt-1);
}

table {
	width: 100%;
}
table tr td {
	border:1px solid #ccc;
	padding:10px;
}
/*
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 {
	font-size: 24px;
	color: #fff !important;
	width: 100%;
	background: transparent;
	border: 0;
	padding: 20px;
	outline: 0;
	text-align: center;
}

.search-form {
	opacity: 0;
}

.search-form h2 {
	color: #fff;
	font-size: 32px;
	line-height: 50px;
	padding:0;
	margin:0;
	padding-bottom:15px;
	text-align: center;
}

#search-section { padding-bottom:60px; }

#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 input::placeholder {
	color: #fefefe;
}

#search-subform button {
	border: 1px solid #fff;
	padding: 15px;
	background: #fff;
	width: 60px;
	height: 100%;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}

#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;
}

header {
	height:80px;
	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;
	color:#f2f2f2;
}

header #logo {
	color:#fff;
}

header #logo span {
	font-size:16px;
	font-weight:300;
	border-left:1px solid #fff;
	padding-left:15px;
	margin-left:15px;
}

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-block;
	vertical-align: top;
}

header .navbar-main .navbar-nav li:hover a {
	opacity: 1;
	background: transparent;
	color:#fff !important;
}
header .navbar-main .navbar-nav li:hover>a {
	color:var(--sdt-1);
}
header .navbar-main .navbar-nav li.search {
	border-bottom: 0 !important;
	color:#fff;
}

header .navbar-main .navbar-nav li.infobar {
	border-bottom: 0 !important;
}

header .navbar-main .navbar-nav li a {
	color: #fff;
	transition: all 300ms;
	font-size: 16px;
	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:#fff;
	transition: all 400ms;
}
header .navbar-main .navbar-nav li a:hover {
	background: transparent;
	color:#fff;
}
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;
	position: absolute;
	left:0;
	width:100%;
	top:80px;
	transition: all 600ms;
	z-index:1;
}

.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: var(--sdt-1);
    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:var(--sdt-1);
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items:hover span {
	color:var(--sdt-1);
}
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:var(--sdt-1);
}
header .navbar-main .navbar-nav.header_second_nav li a.lang-item {
	text-transform: uppercase;
}

header ul li.lang { position: relative !important; text-transform: uppercase; }
header ul li.lang ul { height:0; overflow: hidden; transition: all 400ms; position:absolute; background:#001739; width:55px; right:0; margin:0; padding:0; }
header ul li.lang:hover ul { height:auto; }
header ul li.lang ul li { display:block; width:100%; text-align:center; }
.slide-nav-hide {	display:none;}.type-news #wrapper .content_wrapper section:first-child a:hover {	color:#fff;}.type-news #wrapper .content_wrapper h1 {	font-size:30px;	line-height:1.3;}
.tradingview-widget-container {
	max-width:100%;
}
.tradingview-widget-container iframe {
	max-width:100%;
}

@media screen and (min-width:1291px) {
	header .navbar-main .navbar-nav li:hover div.mega-main {
		max-height: 100vh;
		padding-top: 30px;
		padding-bottom: 30px;
		box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.15);
	}
	header .navbar-main .navbar-nav li:hover div.mega_container {
		max-height: 100vh;
		padding-top: 60px;
		padding-bottom: 60px;
		box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.15);
		overflow-y:auto;
	}
}

@media screen and (min-width:1290px) and (max-width:1440px) {
	header .navbar-main .navbar-nav li a {
		padding:29px 7px 29px;
		font-size:14px;
	}
	header .navbar-main .navbar-nav.header_second_nav li a {
		font-size:14px;
	}
}
@media screen and (max-height:850px) {
	header .navbar-main .navbar-nav li div.mega_container ul li a{
		font-size:14px;
		padding:10px 15px 10px;
	}
	header .navbar-main .navbar-nav li div.mega_container ul li.active a {
		padding-left:50px;
	}
	header .navbar-main .navbar-nav li div.mega_container ul li:hover a {
		padding-left:50px;
	}
	.mega-menu ul li:hover a:before, .mega-menu ul li.active a:before {
		width:22px;
		height:17px;
	}
}
@media screen and (max-width:1366px) {
	header {
		background: #001739;
	}
	.mega-menu ul li:hover a:before, .mega-menu ul li.active a:before {
		display: none !important;
	}
	header .navbar-main .navbar-nav li div.mega-main,
	header .navbar-main .navbar-nav li div.mega_container {
		max-height: 0;
	}
	header .navbar-main .navbar-nav li .show div.mega-main {
		max-height: 100vh;
		padding-top: 30px;
		padding-bottom: 30px;
		box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.15);
		transform: skew(0);
	}
	header .navbar-main .navbar-nav li div.mega_container.show {
		max-height: 100vh;
		padding-top: 30px;
		padding-bottom: 30px;
		box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.15);
		transform: skew(0);
		position: absolute;
		z-index: 9;
		height: 100vh;
	}
}

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/1620213436_turrets-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/1620213437_modernization-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 .navbar-main .navbar-nav li:hover div.mega_container.mega_container_products {
	max-height:100vh;
}

header .navbar-main .navbar-nav li:hover div.mega_container.mega_container_products .col {
	padding-top:180px;
	height:100vh;
}
header .navbar-main .navbar-nav li:hover div.mega_container.mega_container_products .col:hover:before {
	background: rgba(0,0,0,.5);
}

header .navbar-main .navbar-nav li:hover div.mega_container.mega_container_products .col:first-child ul li {
	transform:translate3d(0,0,0);
	opacity: 1;
}
header .navbar-main .navbar-nav li:hover div.mega_container.mega_container_products .col:first-child p {
	transform:translate3d(0,0,0);
	opacity: 1;
}
header .navbar-main .navbar-nav li:hover div.mega_container.mega_container_products .col:nth-child(2) ul li {
	transform:translate3d(0,0,0);
	opacity: 1;
}
header .navbar-main .navbar-nav li:hover div.mega_container.mega_container_products .col:nth-child(2) p {
	transform:translate3d(0,0,0);
	opacity: 1;
}
header .navbar-main .navbar-nav li:hover div.mega_container.mega_container_products .col:nth-child(3) ul li {
	transform:translate3d(0,0,0);
	opacity: 1;
}
header .navbar-main .navbar-nav li:hover div.mega_container.mega_container_products .col:nth-child(3) p {
	transform:translate3d(0,0,0);
	opacity: 1;
}
header .navbar-main .navbar-nav li:hover div.mega_container.mega_container_products .col:nth-child(4) ul li {
	transform:translate3d(0,0,0);
	opacity: 1;
}
header .navbar-main .navbar-nav li:hover div.mega_container.mega_container_products .col:nth-child(4) p {
	transform:translate3d(0,0,0);
	opacity: 1;
}
header .navbar-main .navbar-nav li:hover div.mega_container.mega_container_products .col:nth-child(5) ul li {
	transform:translate3d(0,0,0);
	opacity: 1;
}
header .navbar-main .navbar-nav li:hover div.mega_container.mega_container_products .col:nth-child(5) p {
	transform:translate3d(0,0,0);
	opacity: 1;
}

.cover {
	height:570px;
	color:#F2F2F2;
	margin-top:-80px;
	padding:30px;
}

header.hide_header {
	top:-80px;
}
header.fixed_top {
	background:#001739;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
	z-index: 9999;
}

.lang a { color:#fff !important; }

#mobile_menu_btn { display: none; }

@media screen and (max-width: 768px) {

	header { background:#001739; }

	#logo span { display:none; }	.slide-nav-hide {		display:block;	}
}

@media screen and (max-width: 1366px) {
	#mobile_menu_btn {
		display: inline-block;
		width:40px;
		height:40px;
		position: relative;
		float:right;
		top:20px;
		margin-left:10px;
		cursor:pointer;
	}
	#mobile_menu_btn span {
		display: block;
		width:100%;
		height:2px;
		background:#fff;
		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%;
	}
	#mobileMenuCont {
		position: fixed;
		top:60px;
		width:100vw;
		right:-100vw;
		overflow-y: auto;
		overflow-x: hidden;
		height: calc(100vh - 60px);
		background: #fff;
		transition: all 400ms;
	}






	#mobileMenuCont.active {
		right:0;
	}
	.header_c_1 #mobile_menu_btn span {
		background:#fff;
	}
	.header_c_1 .fixed_top #mobile_menu_btn span {
		background:#1C1C1B;
	}
	header .navbar-main #logo {
		max-width:125px;
		width:100%;
		margin-top:20px;
	}
	header .navbar-main .navbar-nav.header_second_nav {
		padding-top:16px;
	}
	header .navbar-main .navbar-nav li>a {
		padding:10px 20px; 
	}
	header .navbar-main .navbar-nav li {
		display: block;
	}
	header .navbar-main .navbar-nav.header_second_nav li {
		display: inline-block;
	}
	header .navbar-main .navbar-nav.header_second_nav li a {
		padding:10px;
	}
	header .navbar-main .navbar-nav {
		float:none;
	}
	header .navbar-main .navbar-nav li a {
		font-size:16px;
	}
	.header_c_1 header .navbar-main .navbar-nav li a {
		color:#1C1C1B;
		font-size:16px;
	}
	header .navbar-main .navbar-nav li div.mega_main ul li a {
		font-size:16px;
	}
	header .navbar-main .navbar-nav li div.mega_container {
		top:0;
		position: relative;
	}
	header .navbar-main .navbar-nav li.m_active div.mega_container {
		padding-top: 0;
    	padding-bottom: 20px;
	}
	#mobile_menu_btn.active span {
		background:#fff;
	}
	header .product_photos .product_photo .product_photo_img {
		max-width: 200px;
		height: 200px;
	}
	header .product_photos {
		display: none;
	}
	header .navbar-main .navbar-nav li div.mega_main ul {
		margin-right:10px;
	}
	.content_wrapper {
		margin-top:80px;
	}
	header .navbar-main .navbar-nav li.m_active {
		border-bottom:1px solid #1c1c1b;
	}
	header .navbar-main .navbar-nav li>a {
		display: block;
		padding:20px 20px;
	}

}

.mobile-back { display:none; }
@media screen and (max-width: 1366px) {
	.header-main-menu {
		max-height: 0vh;
		transition: all 400ms;
		overflow: hidden;
		width: 100%;
		position:absolute;
		left:0;
		top:80px;
		background:#001739;
		content:"";
		opacity: 0.70;
		transform: skew(-20deg, -10deg);
	}
	header.head_active .header-main-menu {
		max-height: 100vh;
		overflow-y:scroll !important;
		opacity: 1;
		transform: skew(0);
	}

	.menu-col.mobile-swipe {
		position: absolute;
		top:30px;
		right:0;
		background:#001739;
		height:100vh;
		z-index: 9;
	}

	.mobile-back {
		display:inline-block; background:rgba(255, 255, 255, .3); 
		color:#fff; line-height:30px; padding:10px; padding-left:50px; border-radius:5px;
		margin:0 20px; margin-bottom:15px; position:relative; font-size:14px;
	}

	.mobile-back::before {
		position:absolute; left:7px; top:12px; background:url(/frontend/img/arrow-left.svg); content:""; width:32px; height:24px;
	}

	nav.navbar ul.nav:not(.header_second_nav) {
		height: 100vh;
	}

	header .navbar-main .navbar-nav li:hover div.mega_container {
		position: absolute;
    	height: 100vh;
    	z-index: 9;
	}

	.mega-menu:hover .container-fluid {
		height: 100%;
	}

	/*
	header.head_active .header-main-menu .menu-col { display:none; }
	header.head_active .header-main-menu .menu-col:first-child { display:block; }
	*/
}

/** 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;
}

.product-info .accordion .card-header {
	padding: 15px 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.01em;
	color: #494949;
}

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

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

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

.product-info .accordion .card-header button {
	font-size: 18px;
}

.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-slider .swiper-wrapper {
	display: flex;
	align-items: stretch;
}
.content-slider .swiper-wrapper .swiper-slide {
	background-image:url(/frontend/img/colon-border.svg);
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center right;
	overflow: hidden;
	padding:0 60px;
}

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

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

.content-slide-prev {
	background: url("/frontend/img/slider-left.svg") no-repeat;
	width: 30px;
	height: 30px;
	left: -100px;
	top: 50%;
}

.content-slide-prev:hover {
	background: url("/frontend/img/slider-left.svg") no-repeat;
}

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

.content-slide-next {
	background: url("/frontend/img/slider-right.svg") no-repeat;
	width: 30px;
	height: 30px;
	right: -100px;
	top: 50%;
}

.content-slide-next:hover {
	background: url("/frontend/img/slider-right.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;
	width: 100%;
    text-align: center;
}

.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 {
	color:#bdbdbd !important;
}
footer section:first-child {
	padding:30px 0;
	background:#000;
}
footer section:last-child {
	padding:10px 0;
	background:#ebebeb;
}
footer section:last-child img {
    mix-blend-mode: multiply;
}
footer a {
	color:#bdbdbd;
}
footer a:hover {
	color:var(--sdt-1);
}
footer p {
	color:#BDBDBD;
	margin:0;
}

footer .footer-social ul {
	padding: 0;
	margin:0;
	list-style-type: none;
	text-align: right;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
@media screen and (max-width:1366px) {
	footer .footer-social ul {
		justify-content: center;
		margin-top:15px;
	}

	header .navbar-main .navbar-nav li div.mega_container .menu-col.text-center {
		display: none;
	}
	header .navbar-main .navbar-nav li div.mega_container .menu-col {
		width: 100%;
	}
	header .navbar-main #logo {
		max-width: 345px;
	}
}

footer p {
	display: inline-block;
}
footer ul {
	display:inline-block;
	margin:0;
	padding:0;
}
footer ul li {
	display:inline-block;
	margin-left:20px;
	padding-left:20px;
	border-left:1px solid #bdbdbd;
	line-height:20px;
}
footer ul li a:hover {
	color:#fff;
}

footer .footer-social ul li {
	color:#BDBDBD;
	padding: 0;
	margin: 0;
	border-left:0;
	display:inline-block;
	margin-left:10px;
}

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

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

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

@media screen and (max-width:1366px) {
	footer { text-align: center; }
	footer .content_wrapper {
		margin-top:0;
	}
	footer .footer-social ul {
		text-align:center;
	}
	footer ul {
		display:block !important;
		margin:10px 0;
	}
	footer ul li {
		border-left:none;
		margin-left: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(20% - 15px);
	float: left;
	/* height: 143px; */
	margin-bottom: 15px;
	margin-right: 15px;
	overflow: hidden;
}

@media screen and (max-width:768px) {
	.image-gallery-isotope .grid-sizer,
	.image-gallery-isotope .grid-item {
		width: calc(50% - 15px) !important;
	}
}

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

.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(40% - 15px);
	/* height: 300px; */
}

.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;
	text-align: left;
}

.style-slider .item-content .style-title {
	color: var(--sdt-1);
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: -0.5px;
}

.style-slider {
	padding: 10px;
	margin:-10px;
}
.style-slider .swiper-slide { padding:20px; }
.style-slider .swiper-slide:hover {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.style-slider .item-content time {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: -0.01em;
	display: inline-block;
	margin-top:17px;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px solid #BDBDBD;
	color:var(--gray-1);
}

.homepage .style-slider .swiper-button-next,
.homepage .style-slider .swiper-button-prev {
	display:none;
}

.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%;
	font-weight: 600;
	margin-bottom: 10px;
	color:var(--sdt-1);
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -0.05em;
}


/*SECTION SHOW*/

/*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: var(--sdt-1);
    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: var(--sdt-1);
	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: 'Montserrat', 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;
}
.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_white a {
	color:#fff;
}
.color_red {
	color:var(--sdt-1);
}
.color_grey {
	color:#494949;
}
.color_grey_light {
	color:#808180;
}
.color_grey_6 {
	color:#F2F2F2;
}

[class^="color"]::marker {
	color:inherit !important;
}

.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 var(--sdt-1);
	padding:15px 30px;
	line-height:1;
	font-size:14px;
	color:var(--sdt-1);
	font-weight: 600;
	transition: all 400ms;
	display:inline-block;
}
.btn_red:hover {
	background:var(--sdt-1);
	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:var(--sdt-1);
	background:#FFF;
}

.btn_white_icon:hover svg path {
	stroke-dasharray: 100;
    stroke-dashoffset: -200;
	stroke:var(--sdt-1);
}

.btn_red_icon {
	border:1px solid var(--sdt-1);
	padding:15px 30px 15px 45px;
	line-height:1;
	font-size:14px;
	color:var(--sdt-1);
	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:var(--sdt-1);
}

.btn_red_icon:hover svg path {
	stroke-dasharray: 100;
    stroke-dashoffset: -200;
	stroke:#fff;
}

.color-white .btn_download {
	color:#fff;
}
.btn_download {
	position:relative;
	padding-left:40px;
	padding-right:15px;	margin-bottom:15px;
	border:1px solid var(--pembe-sdt);
	height:46px;
	display:inline-block;
	line-height:46px;
	color:#333;
	transition: all 400ms;
	text-decoration:none;
}
.btn_download:before {
	content:"";
	position:absolute;
	left:15px;
	top:10px;
	width:17px;
	height:22px;
	background:url(/frontend/img/download.svg);
	background-repeat:no-repeat;
}
.btn_download:hover {
	background: var(--sdt-1);
	color:#ebebeb;
}
.btn_download:hover:before {
	background:url(/frontend/img/download-white.svg);
}

.btn_download_block {
	position:relative;
	padding-left:40px;
	padding-right:15px;
	border:1px solid var(--pembe-sdt);
	height:46px;
	display:block;
	line-height:46px;
	color:#333;
	transition: all 400ms;
	text-decoration:none;
}
.btn_download_block:before {
	content:"";
	position:absolute;
	left:15px;
	top:10px;
	width:17px;
	height:22px;
	background:url(/frontend/img/download.svg);
	background-repeat:no-repeat;
}
.btn_download_block:hover {
	background: var(--sdt-1);
	color:#ebebeb;
}
.btn_download_block:hover:before {
	background:url(/frontend/img/download-white.svg);
}

.btn_goback {
	padding-left:50px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.16em;
	position:relative;
	color:#fff !important;
}
.btn_goback:before {
	display: inline-block;
	position: absolute;
	background: url(/frontend/img/arrow-left.svg);
	width:32px;
	height:24px;
	content:"";
	left:0;
	top:-5px;
}

.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%;
}

.color-purple {
	color: #2E3192;
}

.news_item .post-cont {
	display:block;
	padding:20px;
	transition:all 400ms;
}
.news_item .post-cont:hover {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.news_item .item_img {
	height:225px;
	background-size:cover;
	background-position: center center;
}
.news_item .item_title {
	color:var(--sdt-1);
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: -0.5px;
	margin:15px 0;
	position:relative;
}
.news_item .item_title:before {
	width:100px;
	height:1px;
	background:#BDBDBD;
	position:absolute;
	bottom:-7px;
	content:"";
}
.news_item .item_date {
	font-size: 12px;
	line-height: 15px;
	color:#333;
}

#diger_haberler .type-head-title {
	font-size:18px;
	font-weight:600;
	color:#525252 !important;
}

#diger_silah_sistemleri .type-head-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: var(--sdt-1);
	position:relative;
	padding-left:45px;
	padding-bottom:0;
}

#diger_silah_sistemleri .type-head-title:before {
	position:absolute;
	left:0;
	top:0;
	content:"";
	width:32px;
	height:25px;
	background-image:url(/frontend/img/arrow-right-pink.svg);
}

.mega-menu .container-fluid {
	margin:0 auto !important;
	height: 0%;
	transition: all 400ms;
	padding-left:30px;
	padding-right:30px;
}

.mega-menu:hover .container-fluid {
	height: 100%;
}

.mega-menu .container-fluid .d-menu {
	padding-left:0;
}

.mega-menu .container-fluid:before {
	position:absolute;
	height:100vh;
	width:100%;
	content:"";
	z-index: -9;
	left:0;
	right:0;
	top:0;
	background-color:#001739;
	background-image:url(/frontend/img/menu-bg.png);
	background-repeat: no-repeat;
}

.mega-menu .container-fluid .row {
	height: 100vh !important;
}
.mega-menu ul li { display:block !important; }
.mega-menu ul li a { color:var(--gray-6) !important; font-size:14px; line-height:17px; border-bottom:2px dotted #4076BD; }

.mega-menu ul li:hover a,
.mega-menu ul li.active a { font-weight:600; padding-left:50px; position:relative; border-bottom:2px dotted transparent; }

.mega-menu ul li a:before { width:0; }

.mega-menu .d-menu-child { display:none; }

.mega-menu ul li:hover a:before,
.mega-menu ul li.active a:before {
	width:32px; height:25px; position: absolute; left:0; top:0; bottom:0; margin:auto 0; 
	background-image:url(/frontend/img/arrow-right-pink.svg); content:"";
}
.mega-menu ul li:hover a:after,
.mega-menu ul li.active a:after { background:var(--pembe-sdt); width:100%; }

.mega-menu:hover ul { display:block; }

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

.degerler-slider { overflow:hidden; }
.degerler-slider .swiper-slide { background-color:transparent !important; }

.other-news .style-title { font-size:15px; color:#525252; line-height:24px; margin:20px 0 0; }
.other-news time { font-weight:300; font-size:13px; line-height:24px; color:#525252; }

.other-prev-nav, .other-next-nav { cursor:pointer; color:#828282; content:''; display:inline-block; width:9px; height:15px; margin:0 5px; vertical-align: middle; }
.other-prev-nav { background: url(/frontend/img/aside-slide-left.svg); }
.other-next-nav { background: url(/frontend/img/aside-slide-right.svg); }

.other-guns { overflow:visible !important; }
.other-guns .style-title { font-size:16px; line-height:24px; color:#333333; margin:20px 0; }
.other-guns .swiper-slide {
	border: 0.5px solid #BDBDBD; box-sizing: border-box; border-radius: 8px; height:100%; padding:20px;
}
.other-guns .swiper-slide { background:#fff; }

.other-guns .swiper-slide .slide-image { background-size:contain !important; height:230px; background-repeat:no-repeat !important; background-position:center center !important; }

.card { border-radius:8px !important; margin:10px 0; }
.card .card-header { padding:20px 0; }

.product-info .card { margin:0; }
.product-info .card .card-header { padding:21px 0; }

.KalitePolitikası, .QualityPolicy { background: url(/uploads/images/1631460190_kalite-tab-bg.jpg) !important; background-size:cover !important; padding:0 20px; }
.KalitePolitikası .card-header, .QualityPolicy .card-header { border-bottom: none; }
.KalitePolitikası *, .QualityPolicy * { color:#fff !important; font-size:16px; line-height:24px; }

.GizlilikPolitikamız { background: url(/uploads/images/1631461055_gizlilik-tab-bg.jpg) !important; background-size:cover !important; padding:0 20px; }
.GizlilikPolitikamız .card-header { border-bottom: none; }
.GizlilikPolitikamız * { color:#fff !important; font-size:16px; line-height:24px; }

.İşGüvenliğiveSağlığı, .OurPrivacyPolicy { background: url(/uploads/images/1631461153_is-guvenligi-bg.jpg) !important; background-size:cover !important; padding:0 20px; }
.İşGüvenliğiveSağlığı .card-header, .OurPrivacyPolicy .card-header { border-bottom: none; }
.İşGüvenliğiveSağlığı *, .OurPrivacyPolicy * { color:#fff !important; font-size:16px; line-height:24px; }

.BilgiGüvenliğiPolitikası, .InformationSecurityPolicy { background: url(/uploads/images/1631461220_bilgi-guvenligi-bg.jpg) !important; background-size:cover !important; padding:0 20px; }
.BilgiGüvenliğiPolitikası .card-header, .InformationSecurityPolicy .card-header { border-bottom: none; }
.BilgiGüvenliğiPolitikası *, .InformationSecurityPolicy * { color:#fff !important; font-size:16px; line-height:24px; }


.f_w_300 { font-weight:300; }
.f_w_400 { font-weight:400; }
.f_w_500 { font-weight:500; }
.f_w_600 { font-weight:600; }
.f_w_700 { font-weight:700; }
.f_w_800 { font-weight:800; }
.f_w_900 { font-weight:900; }


.f_s_60 { font-size:60px !important; line-height: 70px; }
.f_s_48 { font-size:48px !important; line-height: 58px; }
.f_s_40 { font-size:40px !important; line-height: 50px; }
.f_s_36 { font-size:36px !important; line-height: 46px; }
.f_s_30 { font-size:30px !important; line-height: 30px; }
.f_s_24 { font-size:24px !important; line-height: 34px; }
.f_s_20 { font-size:20px !important; line-height: 30px; }
.f_s_18 { font-size:18px !important; line-height: 28px; }
.f_s_16 { font-size:16px !important; line-height: 26px; }
.f_s_14 { font-size:14px !important; line-height: 24px; }

.colon-border .col4 { background-image:url(/frontend/img/colon-border.svg); background-position: center right; background-repeat:no-repeat; }
.colon-border-gray .col6 { background-image:url(/frontend/img/colon-border-gray.svg); background-position: center right; background-repeat:no-repeat; }

.colon-border .col4:last-child, .colon-border-gray .col6:last-child { background-image:none; }


.home-columns .col2,
.home-columns .col3, 
.home-columns .col4, 
.home-columns .col6 {
	background-size:cover; position:relative; height:100%; display:flex;
	align-items:flex-end; cursor:pointer; padding-bottom:50px; padding-left:20px;
	background-position:center center; background-size:100% 100%; transition: all 750ms !important;
	transform: transale3d(0,0,0);
}

.home-columns .col2:not(.active):hover,
.home-columns .col3:not(.active):hover, 
.home-columns .col4:not(.active):hover, 
.home-columns .col6:not(.active):hover {
	background-size:125% 125%;
}

.radar { background-image:url(/uploads/images/1631279241_radar.jpg); }
.gorev { background-image:url(/uploads/images/1631279241_gorev-sistemleri.jpg); }
.simulasyon { background-image:url(/uploads/images/1631279241_simulasyon.jpg); }
.uretim { background-image:url(/uploads/images/1631279241_uretim-programlari.jpg); }

.home-columns .col2 div,
.home-columns .col3 div, 
.home-columns .col4 div, 
.home-columns .col6 div { z-index: 999; padding-top:50px; }

.home-columns .col2::after,
.home-columns .col3::after, 
.home-columns .col4::after, 
.home-columns .col6::after {
	position: absolute; content:""; top:0; left:0; width:100%; height:100%;
	background: linear-gradient(180deg, #2E3192 0%, rgba(46, 49, 146, 0) 100%);
	opacity: 0.65; transform: rotate(-180deg); z-index: 9 !important;
}

.home-columns .col2 *,
.home-columns .col3 *, 
.home-columns .col4 *, 
.home-columns .col6 * { color:#fff; transition: all 75ms; transform: transale3d(0,0,0); }

.home-columns .col2:hover div,
.home-columns .col3:hover div,
.home-columns .col4:hover div,
.home-columns .col6:hover div {
	border-top:1px solid #eaeaea; position:relative;
}

.home-columns .col2 div:before,
.home-columns .col3 div:before, 
.home-columns .col4 div:before, 
.home-columns .col6 div:before {
	content:''; z-index:9; background: url(/frontend/img/tab-plus.svg);
	width:29px; height:28px; bottom:20px; position: absolute;
}

.home-columns .col2:hover div:before,
.home-columns .col3:hover div:before, 
.home-columns .col4:hover div:before, 
.home-columns .col6:hover div:before {
	bottom:-30px;
}

.home-columns .col2:hover div:after,
.home-columns .col3:hover div:after,
.home-columns .col4:hover div:after,
.home-columns .col6:hover div:after {
	position:absolute; top:10px; background:url(/frontend/img/right-arrow.svg); width:40px; height:35px; content:"";
}

.home-columns .col2:hover div *,
.home-columns .col3:hover div *,
.home-columns .col4:hover div *,
.home-columns .col6:hover div * { 
	font-size:40px !important; font-weight: 500; line-height: 50px;
}

.col_square, .col_circle { position:relative; }
.col_square img, .col_circle img {
	position:absolute; bottom:0px; right:0; left:0; margin:0 auto;
	background-size:100% 100% !important; width: auto; background-repeat:no-repeat !important;
}
.col_square img { background: url(/frontend/img/cover-img-border-square.svg); padding:10px; max-width:700px; }
.col_circle img { background: url(/frontend/img/cover-img-border-circle.svg); padding:10px; max-width:700px; }

@media screen and (max-width:1290px) {
	.col_square img, .col_circle img {
		position: static;
		max-width: 100%;
	}
}

ul.pagination-not-special {
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.pagination-not-special li {
	display:inline-block;
}

ul.pagination-not-special li a {
	width:41px;
	height:41px;
	line-height:41px;
	margin:0 5px;
	text-align:center;
	display:inline-block;
	border-radius:50%;
	color:var(--gray-3);
}

ul.pagination-not-special li.current a {
	background: var(--pembe-sdt);
	color:#fff;
}

#home_special_tab {
	padding:0;
}
.special_cont {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#home_special_tab .special_item {
	background-repeat:no-repeat;
	background-size:cover;
	flex:1;
	height: 100vh;
	transition: all 500ms;
	position: relative;
	overflow:hidden;
	cursor: pointer;
	background-position: center;
}
#home_special_tab .special_item .special_item_c {
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	padding:40px;
}
#home_special_tab .special_item .plus_icon {
	width: 48px;
	margin-top:15px;
}
#home_special_tab .special_item h3 {
	font-size:25px;
	line-height: 1.3;
	color:#fff;
	font-weight: 300;
	transition: all 300ms;
	position: relative;
	padding-top:60px;
}
#home_special_tab .special_item>img {
	max-width: 55px;
	width: 100%;
	position: absolute;
	bottom:70px;
	left:80px;
	transition: all 300ms;
}
#home_special_tab .special_item .special_content_cont {
	display: none;
	opacity: 0;
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
	height:100%;
}
#home_special_tab .special_item .special_content_cont .special_content {
	max-width: 480px;
	width:100%;
	margin:0 auto;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	left:0;
	top:50%;
	transform:translate3d(0,-50%,0);
	background:rgba(0,0,0,0.75);
}
#home_special_tab .special_item .special_content_cont .special_content img:first-child {
	display: none !important;
}
#home_special_tab .special_item .special_content_cont .special_content h3 {}
#home_special_tab .special_item .special_content_cont .special_content p {}
#home_special_tab .close_special_tab {
	position: absolute;
	right: 40px;
	top: 100px;
	display: none;
	max-width: 55px;
	cursor:pointer;
	z-index: 999;
	border-radius:50%;
}
#home_special_tab .close_special_tab.active {
	display: block;
}
#home_special_tab .special_item.other {
	flex:0;
	transition: all 500ms;
}
#home_special_tab .special_item.hoveredTitle>h3, #home_special_tab .special_item.hoveredTitle>img {
	display: none;
	opacity: 0;
	transition: all 300ms;
}
#home_special_tab .special_item.otherTitle>h3, #home_special_tab .special_item.otherTitle>img {
	display: none;
	opacity: 0;
	transition: all 300ms;
}
#home_special_tab .special_item h3:before {
	content:"";
	position: absolute;
	left:0;
	top:20px;
	background:url(/frontend/img/right-arrow.svg) no-repeat;
	background-size:cover;
	background-position: center;
	width:40px;
	height:35px;
	opacity: 0;
	transition: all 400ms;
}
#home_special_tab .special_item h3:after {
	content:"";
	position: absolute;
	top:0;
	left:0;
	width:0;
	height:1px;
	background:#fff;
	transition: all 400ms;
}
#home_special_tab .special_item:hover h3 {
	font-size:25px;
	font-weight: 600;
}
#home_special_tab .special_item:hover h3:before {
	opacity: 1;
}
#home_special_tab .special_item:hover h3:after {
	width:100%;
}
#home_special_tab .special_item:hover>img {
	max-width: 75px;
}
#home_special_tab .special_item.hovered h3 {
	opacity:0;
}
#home_special_tab .special_item.hovered .plus_icon {
	opacity:0;
}

#home_special_tab .special_item .special_content_cont .special_content h2 {
	color:#fff;
	font-size:40px;
	font-weight:600;
	line-height: 1.2;
	position: relative;
	padding-top:70px;
}
#home_special_tab .special_item .special_content_cont .special_content h2:before {
	content:"";
	position: absolute;
	top:0;
	left:0;
	background:url(/frontend/img/right-arrow.svg) no-repeat;
	background-size:contain;
	background-position: center;
	width:30px;
	height:40px;
}
#home_special_tab .special_item .special_content_cont .special_content h2:after {
	content:"";
	position: absolute;
	left:0;
	max-width:260px;
	width:100%;
	top:50px;
	background:#fff;
	height:1px;
}
#home_special_tab .special_item .special_content_cont .special_content p {
	color:#fff;
}
:root {
    scroll-behavior: inherit;
}
@media screen and (max-width: 1024px) {

	#home_special_tab .special_item {
		flex:0 0 100%;
		margin:0 0 1px;
		height: 200px;
		transition: all 400ms;
	}
	
	#home_special_tab .special_item.hovered {
		height: 100vh;
	}
	#home_special_tab .special_item.active {
		height: 100vh;
	}
	#home_special_tab .special_item .special_item_c {
		padding:20px;
		background: rgba(0,0,0,0.3);
	}
	#home_special_tab .special_item h3 {
		font-size:20px;
	}
	#home_special_tab .special_item:hover h3 {
		font-size:20px;
		font-weight: 600;
	}
	#home_special_tab .special_item:hover h3:before {
		opacity: 0;
	}
	#home_special_tab .special_item:hover h3:after {
		width:0;
	}
	#home_special_tab .close_special_tab {
		position: fixed;
		top:20px;
		right:20px;
	}
	#home_special_tab .close_special_tab.active {
		display: block;
	}
	#home_special_tab .special_item.active h3 {
		opacity:0;
	}
	#home_special_tab .special_item.active .plus_icon {
		opacity:0;
	}

	.special_cont .special_item {
		min-height:25vh !important;
	}
	.special_cont .special_item .hovered {
		height: 100vh;
	}
}

.gallery-slide-normal { margin-bottom:30px; }
.gallery-slide-normal .swiper-slide { height:600px; background-position: center center; background-size: cover; }
@media screen and (max-width:768px) {
	.gallery-slide-normal .swiper-slide { height:400px; }	header .navbar-main .navbar-nav li div.mega-main, header .navbar-main .navbar-nav li div.mega_container {		transform:skew(0, 0);	}	.header-main-menu {		transform:skew(0, 0);	}
}
.gallery-pagination { margin-top:-50px; z-index:1; text-align:center; position:relative; }
.swiper-pagination-bullet { width:12px; height:12px; }
.swiper-pagination-bullet-active { background: #001739; }

.column_border .col2 {
	background-image:url(/frontend/img/colomn-bg-bottom.svg); background-repeat: no-repeat; background-position:bottom right;
	height: 100%; min-height: 209px;
}

.play_btn {
	position: relative;
	overflow:hidden;
	height:100%;
}
.play_btn img {
	width: 100%;
	max-height: 600px;
	object-fit: cover;
}
.play_btn:not(.active):before {
	content:""; position:absolute; top:calc(50% - 45px); left:calc(50% - 45px); width:150px; height:150px; width:90px; height:90px; 
	background:url(/frontend/img/play.svg); background-repeat:no-repeat; background-size:100% 100%;
}
.play_btn iframe {
	height:400px;
}
.archive-links {
	padding-bottom:30px;
}
.archive-links a {
	color:#54565a !important;
	text-decoration:none;
	box-shadow:none;
	margin:0 10px;
	padding-left:15px;
	padding-right:15px;
}
.archive-links a:active,
.archive-links a:focus {
	outline: none !important;
	box-shadow: none;
}
.archive-links a.active {
	color:#2e3192 !important;
	text-decoration:none;
	border-bottom:3px solid #2e3192;
	border-radius:10px;
}

@media screen and (min-width:600px) {
	.css_h_400 {
		height: 400px !important;
	}
}

/* -------------- */
@media screen and (min-width:1170px) {
	.desktop-1 { display: block; }
	.desktop-0 { display: none; }
}

@media screen (min-width:768px) and (max-width:1291px) {
	.tablet-1 { display: block; }
	.tablet-0 { display: none; }
}

@media screen and (max-width:768px) {
	.mobile-1 { display: block; }
	.mobile-0 { display: none; }
	.type-product #wrapper .content_wrapper section:first-child {
		height: auto !important;
		padding-top:45px;
	}
	.type-product #wrapper .content_wrapper section.product_bg {
		height: 300px !important;
	}
	h1 {
		font-size:24px;
		line-height:1.2;
	}
	.btn_goback {
		display:block;
		font-size:11px;
		line-height:1.3;
		letter-spacing:0;
	}
	.btn_goback:before {
		top: 50%;
		transform: translate3d(0, -50%, 0);
	}
}
/* -------------- */

@media screen and (max-width:1366px) {
	header .navbar-main .navbar-nav li a {
		padding: 29px 10px 29px;
	}
}

@media screen and (max-width:480px) {	footer p {		font-size:14px;	}	footer .footer-social ul li a{		font-size:14px;	}	footer ul li {		display:block;		padding-left:0;		padding-right:0;	}	footer ul li a {		font-size:14px;	}	.accordion .card-header button {		font-size:18px;	}	#home_special_tab .special_item .plus_icon {		width:35px;	}	#home_special_tab .special_item .special_content_cont .special_content h2 {		font-size:22px;	}	header ul li.lang ul {		width:46px;	}	.content-slide-prev {		left:10px;	}	.content-slide-next {		right:10px;	}	.content-slider .swiper-wrapper .swiper-slide {		background:transparent;	}
	header .navbar-main #logo {
		max-width: 125px;
	}
	#home_special_tab .special_item {
		height: 200px;
	}
	#home_special_tab {
		margin-top: 80px;
	}
	.menu-col.mobile-swipe {
		height: calc(100vh - 110px);
	}
	header .navbar-main .navbar-nav li a {
		padding: 15px;
	}
}

