/* GUIDE */
html,
body {
	margin: 0;
	padding: 0;
	font-family: 'HCo Gotham SSm', sans-serif;
	font-size: 16px;
	height: 100%;
}

* { 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: 72px;
	line-height: 1.1;
	color: #1C1C1B;
	font-weight: 700;
	letter-spacing: -4px;
}

h2 {
	font-size: 24px;
	line-height: 1.2;
	color: #1C1C1B;
	font-weight:400;
	margin-bottom:15px;
	letter-spacing: -1px;
}

h3 {
	font-size: 20px;
	line-height: 1.2;
	color: #1C1C1B;
}

h4 {
	font-size: 18px;
	line-height: 1.2;
	color: #1C1C1B;
}

h5 {
	font-size: 16px;
	line-height: 1.2;
	color: #1C1C1B;
}

h6 {
	font-size: 14px;
	line-height: 1.2;
	color: #1C1C1B;
}

p {
	font-size: 16px;
	font-weight:400;
	color: #4f4f4f;
	line-height: 1.5;
	margin-bottom:20px;
}

a {
	font-size: 16px;
	color: #3f873f;
	line-height: 1.2;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: blue;
}

ul {}

ul li {
	color: #4f4f4f;
	font-size: 16px;
	font-weight: 400;
}

table {
	width: 100%;
	margin-bottom:20px;
}

table tr td:first-child {
	font-size: 16px;
	font-weight: 700;
	color: #4F4F4F;
}

table tr td {
	padding: 20px 15px 20px 0;
	font-size: 16px;
	color: #4F4F4F;
	font-weight: 400;
	border-bottom:1px solid #BDBDBD;
}
table tr td strong {
	font-weight: 700;
}

.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%;
	height: 100%;
	transform: translate3d(-50%, -50%, 0);
}

.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;
}

.content_wrapper {
	margin-top:100px;
	position: relative;
}
#wrapper {
	min-height: calc(100vh - 203px);
}

#wrapper .content_wrapper>section:first-child:before {
	content:"";
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:300px;
	background: rgb(13,55,83);
	background: -moz-linear-gradient(0deg, rgba(13,55,83,0) 0%, rgba(13,55,83,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(13,55,83,0) 0%, rgba(13,55,83,1) 100%);
	background: linear-gradient(0deg, rgba(13,55,83,0) 0%, rgba(13,55,83,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d3753",endColorstr="transparent",GradientType=1);
	mix-blend-mode: multiply;
	transition: all 400ms;
}
#wrapper .content_wrapper>section:first-child .container {
	position: relative;
	z-index: 1;
}
#wrapper .content_wrapper>section:first-child .container-fluid {
	position: relative;
	z-index: 1;
}

body.type-product #wrapper section:first-child:before {
	display: none;
}

header {
	height:100px;
	position: fixed;
	top:0;
	width:100%;
	z-index: 11;
	transition: all 400ms;
}

header.header-2 {
	background:transparent;
	height: auto;
}

header #mobileMenuCont {
	/*display: inline-block;
	vertical-align: middle;
    max-width: calc(50% - 103px);
	width:100%;
	padding-top:29px;*/
}
header .navbar-main {
	border: 0;
	position: relative;
	display: block;
	padding: 0 20px;
	background:#fff;
	height:100%;
	transition: all 800ms;
}

header .navbar-main #logo {
	display: block;
	float: left;
	margin-top: 30px;
}
header .navbar-main #logo {
	max-width:206px;
	max-height: 36px;
	width: 100%;
}

header .navbar-main .navbar-nav {
	float: right;
    padding-top: 36px;
    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.m_active>a {
	font-weight: 700;
}
header .navbar-main .navbar-nav li.search {
	border-bottom: 0 !important;
}

header .navbar-main .navbar-nav li a {
	color: #1C1C1B;
	transition: color 300ms;
	font-size: 16px;
	font-weight:400;
	background: transparent;
	text-decoration: none;
	padding:10px 10px 10px;
	display:block;
}
header .navbar-main .navbar-nav li>a {
	position: relative;
	z-index: 2;
	padding:10px 10px 35px;
	display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}
header .navbar-main .navbar-nav li>a:after {
	content: attr(data-text);
    content: attr(data-text)/"";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    font-weight: 700;
}
header .navbar-main .navbar-nav li>a:hover {
	font-weight: 700;
}

header .navbar-main .navbar-nav li div.mega_main {
	background: #fff;
	transition: all 600ms;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	width:100%;
}
header .navbar-main .navbar-nav li div.mega_main ul {
	padding-left:0;
	position: relative;
	display: block;
	padding:0 15px;
}
header .navbar-main .navbar-nav li div.mega_main ul li {
	display: block;
}
header .navbar-main .navbar-nav li div.mega_main ul li a {
	font-size:16px;
	color:#4F4F4F;
	font-weight: 400;
	display: inline-flex;
	padding:15px 0;
	line-height: 1.5;
}
header .navbar-main .navbar-nav li div.mega_main ul li .menu_child {
	position: absolute;
	left:100%;
	top:0;
	min-width: 300px;
	max-height:0;
	overflow: hidden;
	transition: all 400ms;
	background: #fff;
	z-index:1;
}
header .navbar-main .navbar-nav li div.mega_main ul li .menu_child li {}
header .navbar-main .navbar-nav li div.mega_main ul li .menu_child li a {}
header .navbar-main .navbar-nav li div.mega_main .third_child_cont ul.active li a:after {
	font-weight: 500;
}
header .navbar-main .navbar-nav li div.mega_main ul li>a:hover {
	color:#3f873f;
	font-weight: 700;
}

header .navbar-main .navbar-nav li div.mega_container {
	max-height:0;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left:0;
	width:100%;
	top:100px;
	transition: all 600ms;
	z-index:1;
	padding:0;
	box-shadow: 0 30px 20px rgb(0 0 0 / 20%);
}
header .navbar-main .navbar-nav li div.mega_container.low_mega_container {
	height: auto;
	left:auto;
	width: auto;
	max-height: 0;
	overflow: hidden;
}
header .navbar-main .navbar-nav li.m_active div.mega_container.low_mega_container {
	max-height: 300px;
	height:auto;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
}
header .navbar-main .navbar-nav li div.mega_main ul li.active>a {
	color:#3f873f;
	font-weight: 700;
}
header .navbar-main .navbar-nav li div.mega_main .second_child_cont ul {
	max-height: 0;
	overflow: hidden;
	transition: all 400ms;
}
header .navbar-main .navbar-nav li div.mega_main .second_child_cont ul.active {
	max-height: calc(100vh - 200px);
}

header .navbar-main .navbar-nav li div.mega_main .third_child_cont.w_0 {
	width:0;
	overflow: hidden;
}
header .navbar-main .navbar-nav li div.mega_main .third_child_cont ul {
	max-height: 0;
	overflow-y: hidden;
	transition: all 400ms;
}

header .navbar-main .navbar-nav li div.mega_main .third_child_cont ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #f2f2f2;
}

header .navbar-main .navbar-nav li div.mega_main .third_child_cont ul::-webkit-scrollbar
{
	width: 6px;
	background-color: #f2f2f2;
}

header .navbar-main .navbar-nav li div.mega_main .third_child_cont ul::-webkit-scrollbar-thumb
{
	background-color: #cccccc;
}
header .navbar-main .navbar-nav li div.mega_main .third_child_cont ul.active {
	max-height: calc(100vh - 200px);
}
header .navbar-main .navbar-nav li div.mega_main .third_child_cont ul.active li a:hover {
	color:#3f873f;
	font-weight: 500;
}

header .navbar-main .navbar-nav li div.mega_container .container {
	display: flex;
	flex-direction: row;
	height:100%;
}

header .navbar-main .navbar-nav.header_second_nav {
	display: inline-block;
	float: right;
	padding-top:36px;
	margin-left:10px;
}
header .navbar-main .navbar-nav.header_second_nav {}
header .navbar-main .navbar-nav.header_second_nav .low_menu {}
header .navbar-main .navbar-nav.header_second_nav .low_menu .mega-main {
	position: absolute;
    background: #fff;
	max-height: 0;
	overflow: hidden;
	transition: all 400ms;
}
header .navbar-main .navbar-nav.header_second_nav .low_menu .mega-main ul {
	padding:0;
	margin:0;
}
header .navbar-main .navbar-nav.header_second_nav .low_menu .mega-main ul li {
	display: block;
}
header .navbar-main .navbar-nav.header_second_nav .low_menu .mega-main ul li a {
	padding:15px 15px;
}
header .navbar-main .navbar-nav.header_second_nav .low_menu.hovered>a {
	font-weight: 700;
}
header .navbar-main .navbar-nav.header_second_nav .low_menu.hovered .mega-main {
	max-height: 400px;
}
header .navbar-main .navbar-nav.header_second_nav .low_menu .mega-main ul li a:hover {
	color:#3f873f;
}
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: 16px;
    font-weight: 400;
    color: #1C1C1B;
    text-align: center;
    padding: 7px 0 7px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items span svg {
	margin-right:5px;
	margin-top:-2px;
}
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:#1C1C1B;
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items:hover span {
	color:#1C1C1B;
}
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;
	color:#1C1C1B;
}
header .navbar-main .navbar-nav.header_second_nav li.lang_items ul li a:hover {
	color:#1C1C1B;
}
header .navbar-main .navbar-nav.header_second_nav li a.lang-item {
	text-transform: uppercase;
}
header .navbar-main .navbar-nav li.m_active div.mega_container {
	max-height:calc(100vh - 100px);
	padding-top:50px;
	padding-bottom:150px;
}
header .navbar-main .navbar-nav li.mega_active div.mega_container {
	overflow: visible;
}

header .hizmet_infos {
	width:100%;
	position: relative;
}
header .hizmet_infos .hizmet_info {
	position: absolute;
    width: 100%;
    opacity: 0;
    transition: all 400ms;
    top: 0;
    left: 0;
}
header .hizmet_infos .hizmet_info.active {
	opacity:1;
}
header .hizmet_infos .hizmet_info .hizmet_img {
	max-width: 450px;
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}
header .hizmet_infos .hizmet_info .hizmet_desc {
	display: inline-block;
	vertical-align: top;
	max-width:300px;
	width:100%;
	padding:0 30px;
}

header .product_photos {
	width:100%;
	position: relative;
	max-width: 400px !important;
}
header .product_photos .product_photo {
	position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 400ms;
    top: -50px;
    left: 0;
	transform:translate3d(0,-50%,0);
}
header .product_photos .product_photo.active {
	opacity:1;
}
header .product_photos .product_photo .product_photo_img {
	max-width: 400px;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}
header .navbar-main .navbar-nav li.search svg path {
	stroke:#1C1C1B;
}

.header_c_1 header .navbar-main {
	background:transparent;
}
.header_c_1 .content_wrapper {
	margin-top:0;
}
.header_c_1 header .navbar-main .navbar-nav li a {
	color:#fff;
}
.header_c_1 header .navbar-main .navbar-nav li .mega-main a {
	color:#1C1C1B;
}
.header_c_1 header:not(.head_active) .navbar-main #logo svg path {
	fill:#fff;
}
.header_c_1 header .navbar-main .navbar-nav.header_second_nav li.lang_items span svg path {
	stroke:#fff;
}
.header_c_1 header .navbar-main .navbar-nav.header_second_nav li.lang_items span  {
	color:#fff;
}
.header_c_1 header .navbar-main .navbar-nav li.search svg path {
	stroke:#FFF;
}



.header_c_1 header.head_active .navbar-main {
	background:#fff;
}
.header_c_1 header.head_active .navbar-main .navbar-nav li a {
	color:#1C1C1B;
}
.header_c_1 header.head_active .navbar-main .navbar-nav li .mega-main a {
	color:#1C1C1B;
}
.header_c_1 header.head_active .navbar-main #logo svg path {
}
.header_c_1 header.head_active .navbar-main .navbar-nav.header_second_nav li.lang_items span svg path {
	stroke:#1C1C1B;
}
.header_c_1 header.head_active .navbar-main .navbar-nav.header_second_nav li.lang_items span  {
	color:#1C1C1B;
}
.header_c_1 header.head_active .navbar-main .navbar-nav li.search svg path {
	stroke:#1C1C1B;
}

.header_c_1 header.fixed_top .navbar-main {
	background:#fff;
}
.header_c_1 header.fixed_top .navbar-main .navbar-nav li a {
	color:#1C1C1B;
}
.header_c_1 header.fixed_top .navbar-main .navbar-nav li .mega-main a {
	color:#1C1C1B;
}
.header_c_1 header.fixed_top .navbar-main #logo svg path {
	fill:#1C1C1B;
}
.header_c_1 header.fixed_top .navbar-main #logo svg path.logo_line {
	fill:#399144;
}
.header_c_1 header.fixed_top .navbar-main .navbar-nav.header_second_nav li.lang_items span svg path {
	stroke:#1C1C1B;
}
.header_c_1 header.fixed_top .navbar-main .navbar-nav.header_second_nav li.lang_items span {
	color:#1C1C1B;
}
.header_c_1 header.fixed_top .navbar-main .navbar-nav li.search svg path {
	stroke:#1C1C1B;
}

.menu_news_list {
	padding:0 !important;
	margin:0;
}
.menu_news_list li {
	display: block;
	list-style: none;
	margin-bottom: 30px;
}
.menu_news_list li a {
	display: block;
	padding:0;
}
.menu_news_list li a .news_date {
	font-size:14px;
	font-weight: 400;
	color:#828282;
	display: block;
	margin-bottom: 5px;
}
.menu_news_list li a .news_title {
	font-size:16px;
	font-weight: 400;
	color:#4F4F4F;
	display: block;
	transition: all 400ms;
}
.menu_news_list li a:hover .news_title {
	color:#3f873f;
}
.menu_news_list li a:hover .news_date { 
	color:#3f873f;
}
header .navbar-main .navbar-nav li div.mega_main .menu_news_list li a {
	padding:0;
}
.latest_news h2 {
	font-size:24px;
	font-weight: 400;
	color:#4F4F4F;
	border-bottom:1px solid #A2A9AE;
	padding-bottom: 10px;
	margin-bottom:20px;
}
.special_menu {
	width:100%;
	max-width:550px;
}
.special_menu .latest_news {
	max-width: calc(41.6666666667% - 120px);
	width:100%;
	margin:0 60px;
}

.special_menu .arge_1 {
	background:url('/uploads/images/1626089586_menu-arge-1.jpg') no-repeat;
	background-size:cover;
	max-width: 200px;
    width: 100%;
    margin: 0 10px;
	position: relative;
	min-height: 380px;
}
header .navbar-main .navbar-nav li .special_menu .arge_1 a {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	padding:12px;
	justify-content: center;
}
.special_menu .arge_1 a span.arge_title {
	color:#fff;
	font-size:20px;
	font-weight: 400;
}
.special_menu .arge_1 a span.arge_title:last-child {
	margin-left:20px;
}
.special_menu .arge_1 a span.arge_img {

}
.special_menu .arge_2 {
	background:url('/uploads/images/1626089587_menu-arge-2.jpg') no-repeat;
	background-size:cover;
	background-position: center;
	max-width: 320px;
    width: 100%;
    margin: 0 10px;
	position: relative;
}
header .navbar-main .navbar-nav li .special_menu .arge_2 a {
	color:#fff;
	font-size:20px;
	padding: 30px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

/*header.hide_header {
	top:-100px;
}*/
header.hide_header:not(.head_active) {
	top:-100px;
}
header.fixed_top {
	background: #fff;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
}
header.hide_header:before {
	top:-300px;
}
#mobile_menu_btn {
	display: none;
}

/* FEATURES */

.accordion .card {
	border:0;
	background:transparent;
	opacity: 0;
}
.accordion .card-header {
	padding: 30px 0;
	border-bottom: 1px solid #DDDDDD;
	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: 30px;
	font-weight: 700;
	line-height: 1.1;
	color: #1C1C1B;
	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 {
	position:relative;
}
footer a {
	color:#BDBDBD;
}
footer #rocket-top {
	width:28px;
	height:60px;
	background: url(/frontend/img/rocket-top.svg);
	background-repeat:no-repeat;
	background-size:contain;
	position: absolute;
	right:20px;
	bottom:20px;
	cursor:pointer;
}

.runrocket {
	animation-name: runRocketAnimate;
	animation-duration: .7s;
	animation-timing-function:linear;
}

@keyframes runRocketAnimate {
	0% {transform: rotate(0deg); }
	33% {transform: rotate(-15deg); }
	67% {transform: rotate(15deg); }
	100% {transform: rotate(0deg); }
}
.home_overlay svg {
	max-width: 300px;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.home_overlay svg .st0 {
	fill:none;
	stroke:#FFFFFF;
	stroke-width:3.5987;
	stroke-miterlimit:10;
	animation-name: homeRocketAnime;
	animation-duration: 1s;
	animation-timing-function:linear;
	animation-iteration-count: infinite;
	stroke-dasharray: 10000;
    stroke-dashoffset: 10000;
}
.home_overlay svg.loading_5 g * {
	fill:none;
	stroke:#FFFFFF;
	animation-name: homeRocketAnime5;
	animation-duration: 2s;
	animation-timing-function:linear;
	animation-iteration-count: infinite;
	stroke-dasharray: 600;
    stroke-dashoffset: 600;
}

.home_overlay svg.loading_1 g * {
	fill:none;
	stroke:#FFFFFF;
	animation-name: homeRocketAnime1;
	animation-duration: 2s;
	animation-timing-function:linear;
	animation-iteration-count: infinite;
	stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.home_overlay svg.loading_2 g * {
	fill:none;
	stroke:#FFFFFF;
	animation-name: homeRocketAnime2;
	animation-duration: 1.5s;
	animation-timing-function:linear;
	animation-iteration-count: infinite;
	stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.home_overlay svg.loading_3 g * {
	fill:none;
	stroke:#FFFFFF;
	animation-name: homeRocketAnime3;
	animation-duration: 1.3s;
	animation-timing-function:linear;
	animation-iteration-count: infinite;
	stroke-dasharray: 650;
    stroke-dashoffset: 650;
}

.home_overlay svg.loading_4 g * {
	fill:none;
	stroke:#FFFFFF;
	animation-name: homeRocketAnime4;
	animation-duration: 2s;
	animation-timing-function:linear;
	animation-iteration-count: infinite;
	stroke-dasharray: 1950;
    stroke-dashoffset: 1950;
}

.home_overlay svg.loading_6 g * {
	fill:none;
	stroke:#FFFFFF;
	animation-name: homeRocketAnime6;
	animation-duration: 1.7s;
	animation-timing-function:linear;
	animation-iteration-count: infinite;
	stroke-dasharray: 920;
    stroke-dashoffset: 920;
}

.home_overlay svg.loading_7 g * {
	fill:none;
	stroke:#FFFFFF;
	animation-name: homeRocketAnime7;
	animation-duration: 1.7s;
	animation-timing-function:linear;
	animation-iteration-count: infinite;
	stroke-dasharray: 1350;
    stroke-dashoffset: 1350;
}

.home_overlay svg.loading_8 g * {
	fill:none;
	stroke:#FFFFFF;
	animation-name: homeRocketAnime8;
	animation-duration: 2s;
	animation-timing-function:linear;
	animation-iteration-count: infinite;
	stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.home_overlay svg.loading_9 g * {
	fill:none;
	stroke:#FFFFFF;
	animation-name: homeRocketAnime9;
	animation-duration: 1.7s;
	animation-timing-function:linear;
	animation-iteration-count: infinite;
	stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.home_overlay svg.loading_10 g * {
	fill:none;
	stroke:#FFFFFF;
	animation-name: homeRocketAnime10;
	animation-duration: 1.7s;
	animation-timing-function:linear;
	animation-iteration-count: infinite;
	stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

@keyframes homeRocketAnime1 {
	0% {
		stroke-dasharray: 1000;
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dasharray: 1000;
		stroke-dashoffset: 0;
	}
}
@keyframes homeRocketAnime2 {
	0% {
		stroke-dasharray: 1000;
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dasharray: 1000;
		stroke-dashoffset: 0;
	}
}
@keyframes homeRocketAnime3 {
	0% {
		stroke-dasharray: 650;
		stroke-dashoffset: 650;
	}
	100% {
		stroke-dasharray: 650;
		stroke-dashoffset: 0;
	}
}
@keyframes homeRocketAnime4 {
	0% {
		stroke-dasharray: 1950;
		stroke-dashoffset: 1950;
	}
	100% {
		stroke-dasharray: 1950;
		stroke-dashoffset: 0;
	}
}
@keyframes homeRocketAnime5 {
	0% {
		stroke-dasharray: 600;
		stroke-dashoffset: 600;
	}
	100% {
		stroke-dasharray: 600;
		stroke-dashoffset: 0;
	}
}
@keyframes homeRocketAnime6 {
	0% {
		stroke-dasharray: 920;
		stroke-dashoffset: 920;
	}
	100% {
		stroke-dasharray: 920;
		stroke-dashoffset: 0;
	}
}
@keyframes homeRocketAnime7 {
	0% {
		stroke-dasharray: 1350;
		stroke-dashoffset: 1350;
	}
	100% {
		stroke-dasharray: 1350;
		stroke-dashoffset: 0;
	}
}

@keyframes homeRocketAnime8 {
	0% {
		stroke-dasharray: 1000;
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dasharray: 1000;
		stroke-dashoffset: 0;
	}
}

@keyframes homeRocketAnime9 {
	0% {
		stroke-dasharray: 1000;
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dasharray: 1000;
		stroke-dashoffset: 0;
	}
}

@keyframes homeRocketAnime10 {
	0% {
		stroke-dasharray: 1000;
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dasharray: 1000;
		stroke-dashoffset: 0;
	}
}

@keyframes homeRocketAnime {
	0% {
		stroke-dasharray: 1000;
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dasharray: 1000;
		stroke-dashoffset: 0;
	}
}

footer hr {
	background: rgba(63,135,63,1);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(63,135,63,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(63,135,63,1) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(63,135,63,1) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	color:transparent !important;
	max-width: 1200px;
	margin:1rem auto;
	opacity: 1;
}
footer ul.footer_social_links {
	padding: 0;
	margin: 50px -10px;
	list-style-type: none;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	position: absolute;
    left: 60px;
    top: 100%;
    transform: translate3d(0, 13%, 0);
    margin: 0;
}
footer .footer_sec_1 {
	position: relative;
	padding-top:80px;
}
footer .footer_sec_1 p {
	position: absolute;
    right: 60px;
    top: 100%;
    transform: translate3d(0, -28%, 0);
}
footer .footer_sec_1 p img {
	max-width: 90px;
	margin:0 5px;
}

footer ul.footer_social_links li {
	padding: 0;
	margin: 0;
	flex: 0 0 auto;
}

footer ul.footer_social_links li a {
	display:block;
	padding:10px;
}
footer ul.footer_social_links li a img {
	transition: all 400ms;
	opacity: .7;
	width: auto;
    height: 24px;
}

footer ul.footer_social_links li a img {
	transition: all 400ms;
}
footer ul.footer_social_links li a:hover img {
	opacity: 1;
}
footer .content_wrapper {
	margin-top: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;
	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: #3f873f;
    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: #3f873f;
	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;
}

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:#1C1C1B;
}
.color_white {
	color:#fff;
}
.color_green {
	color:#3f873f;
}
.color_green_2 {
	color:#5D6D5F;
}
.color_orange {
	color:#F5831F;
}
.color_grey {
	color:#4F4F4F;
}
.color_grey_light {
	color:#A2A9AE;
}
.color_blue {
	color:#043D5B;
}
.f_w_800 {
	font-weight: 800;
}
.f_w_700 {
	font-weight: 700;
}
.f_w_500 {
	font-weight: 500;
}
.f_w_400 {
	font-weight: 400;
}
.f_w_300 {
	font-weight: 300;
}
.f_w_200 {
	font-weight: 200;
}

.f_s_72 {
	font-size:72px;
}
.f_s_60 {
	font-size:60px;
}
.f_s_48 {
	font-size:48px;
}
.f_s_40 {
	font-size:40px;
}
.f_s_36 {
	font-size:36px;
}
.f_s_30 {
	font-size:30px;
	line-height:1.3;
}
.f_s_24 {
	font-size:24px;
}
.f_s_20 {
	font-size:20px;
}
.f_s_18 {
	font-size:18px;
}
.f_s_16 {
	font-size:16px;
}
.f_s_14 {
	font-size:14px;
}
.f_s_12 {
	font-size:12px;
}

.btn_black {
	font-size:14px;
	font-weight: 700;
	color:#1C1C1B;
	display: inline-block;
	transition:all 400ms;
	border-radius: 30px;
	line-height: 1.150;
}
.btn_black svg {
	width:48px;
	height:48px;
	position: relative;
	z-index: 1;
}
.btn_black svg path:last-child {
	transition: all 400ms;
	transform-origin: center;
}
.btn_black span {
    border-top: 1px solid #1C1C1B;
    border-right: 1px solid #1C1C1B;
    border-bottom: 1px solid #1C1C1B;
    padding: 14px 30px 16px 40px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    margin-left: -24px;
    display: inline-block;
    line-height: 1.150;
}
.btn_black:hover {
	color:#fff;
	background:#000;
}
.btn_black:hover svg path {
	fill:#fff;
}
.btn_black:hover svg path:last-child {
	transform:rotate(45deg);
}

.btn_white {
	font-size:14px;
	font-weight: 700;
	color:#FFFFFF;
	display: inline-block;
	transition:all 400ms;
	border-radius: 30px;
	line-height: 1.150;
}
.btn_white svg {
	width:48px;
	height:48px;
	position: relative;
	z-index: 1;
	top:0;
}
.btn_white svg path:last-child {
	transition: all 400ms;
	transform-origin: center;
}
.btn_white span {
	border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding: 14px 30px 16px 40px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    margin-left: -24px;
    display: inline-block;
    line-height: 1.150;
}
.btn_white:hover {
	color:#000;
	background:#fff;
}
.btn_white:hover svg path {
	fill:#000;
}
.btn_white:hover svg path:last-child {
	transform:rotate(45deg);
}

.btn_green {
	font-size:14px;
	font-weight: 700;
	color:#3f873f;
	display: inline-block;
	border-radius: 30px;
	line-height: 1.150;
}
.btn_green svg {
	width:48px;
	height:48px;
	position: relative;
	z-index: 1;
}
.btn_green svg path:last-child {
	transition: all 400ms;
	transform-origin: center;
}
.btn_green span {
	border-top: 1px solid #3f873f;
    border-right: 1px solid #3f873f;
    border-bottom: 1px solid #3f873f;
    padding: 14px 30px 16px 40px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    margin-left: -24px;
    display: inline-block;
    line-height: 1.150;
}

.btn_green:hover {
	color:#000;
	background:#3f873f;
}
.btn_green:hover svg path {
	fill:#000;
}
.btn_green:hover svg path:last-child {
	transform:rotate(45deg);
}

.btn_green_colored {
	font-size:14px;
	font-weight: 400;
	color:#fff;
	display: inline-block;
	border-radius: 30px;
	line-height: 1;
}
.btn_green_colored svg {
	position: relative;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #fff;
	width: 45px;
    height: 45px;
	transition: all 400ms;
}
.btn_green_colored svg path {
	transition: all 400ms;
	transform-origin: center;
}
.btn_green_colored span {
	border-top: 1px solid #3f873f;
    border-right: 1px solid #3f873f;
    border-bottom: 1px solid #3f873f;
    padding: 9px 30px 13px 40px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    margin-left: -24px;
    display: inline-block;
	background:#3f873f;
}
.btn_green_colored:hover {
	color:#fff;
}
.btn_green_colored:hover svg path:last-child {
	transform:rotate(45deg);
}

.btn_blue_colored {
	font-size:14px;
	font-weight: 400;
	color:#fff;
	display: inline-block;
	border-radius: 30px;
	line-height: 1;
}
.btn_blue_colored svg {
	position: relative;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #fff;
	width: 45px;
    height: 45px;
	transition: all 400ms;
}
.btn_blue_colored svg path {
	transition: all 400ms;
	transform-origin: center;
}
.btn_blue_colored span {
	border-top: 1px solid #043D5B;
    border-right: 1px solid #043D5B;
    border-bottom: 1px solid #043D5B;
    padding: 9px 30px 13px 40px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    margin-left: -24px;
    display: inline-block;
	background:#043D5B;
}
.btn_blue_colored:hover {
	color:#fff;
}
.btn_blue_colored:hover svg path:last-child {
	transform:rotate(45deg);
}
.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_tagline {
	height:calc(100vh - 100px);
	position: relative;
}
.product_tagline .col12 {
	padding:0;
}
.product_tagline .product_title {
	padding:30px;
	display: inline-block;
}
.product_tagline .product_title h1 {
	margin:0;
	font-size:36px;
	font-weight: 700;
	line-height: .9;
	letter-spacing: -2px;
}
.product_tagline .product_title h1 strong {
	font-size:24px;
	font-weight: 400;
	letter-spacing: -1px;
}
.tagline-highlight {
	font-size:24px;
	font-weight: 400;
	color:#1C1C1B;
	line-height: 1.3;
}
.gallery_list_cont {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
.gallery_list {
	max-width:calc(100% - 240px);
	width:100%;
	height:660px;
	border:1px solid #e2e2e2;
}
.gallery_list .swiper-slide {
	height:100%;
}
.gallery_list .swiper-slide a {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	height:100%;
}
.gallery_list .swiper-slide a img {
	max-height: 100%;
}
.gallery_list_thumb {
	max-width:220px;
	width:100%;
	margin-left:20px;
	height:600px;
	margin-top:60px;
}
.gallery_list_thumb .swiper-slide {
	width:100%;
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	position: relative;
	cursor: pointer;
}
.gallery_list_thumb .swiper-slide:before {
	content:"";
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.65);
	transition: all 400ms;
	opacity: 1;
}
.gallery_list_thumb .swiper-slide.swiper-slide-thumb-active:before {
	opacity: 0;
}
.gallery_list_cont .gallery_list_next {
	background:transparent;
	top: 0;
	right: 0;
	margin: 0;
	transform: rotate(90deg);
	transform-origin: center;
	width:40px;
	height:40px;
}
.gallery_list_cont .gallery_list_next svg path:last-child {
	transition: all 400ms;
	transform-origin: center;
}
.gallery_list_cont .gallery_list_next:hover svg path:last-child {
	transform: rotate(45deg);
}
.gallery_list_cont .gallery_list_prev {
	background:transparent;
	top: 0;
	left:auto;
	right: 50px;
	margin: 0;
	transform: rotate(90deg);
	transform-origin: center;
	width:40px;
	height:40px;
}
.gallery_list_cont .gallery_list_prev svg path:last-child {
	transition: all 400ms;
	transform-origin: center;
}
.gallery_list_cont .gallery_list_prev:hover svg path:last-child {
	transform: rotate(45deg);
}
#three_cont {
	height:450px;
	position: relative;
}
#three_cont:active {
	
}
#three_cont canvas {
	width:100%;
	height:100%;
	cursor: grab;
}
#three_cont canvas:active {
	cursor: grabbing;
}
.dik_kadraj #three_cont {
	height:600px;
}
#three_cont svg {
	position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate3d(-50%, 0, 0);
	pointer-events: none;
}
.document_cont {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
	position: relative;
	min-height: 150px;
	padding:30px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 400ms;
	border:1px solid #b9b9b9;
}
.document_cont .doc_cover_img {
	background-image: url(/uploads//docs/kataloglar/ENG/1628418141_l-umtas-en.jpg);
    position: absolute;
    width: 150px;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}
/*.document_cont:before {
	content:"";
	position: absolute;
	left:0;
	width:100%;
	top:0;
	height:100%;
	background: #2D9CDB;
	mix-blend-mode: multiply;
}*/
.document_cont .document_info {
	max-width: calc(100% - 200px);
    width: 100%;
    position: relative;
    margin-left: 140px;
}
.document_cont .document_info .document_title {
	color:#1C1C1B;
	font-size:24px;
	font-weight: 400;
	letter-spacing: -1px;
}
.document_cont .document_info .document_size_type {
	display: block;
	margin-top:10px;
}
.document_cont .document_info .document_size_type .document_type {
	color:#1C1C1B;
	font-size:14px;
}
.document_cont .document_info .document_size_type .document_filesize {
	color:#1C1C1B;
	font-size:14px;
	margin-left:5px;
}
.document_cont svg {
	position: relative;
	width:48px;
	height:48px;
	margin-left: 12px;
}
.document_cont svg path {
	transition:all 400ms;
	transform: scale(1);
	transform-origin: center;
}
.document_cont:hover {
	background:#3f873f;
}
.document_cont:hover .document_info .document_title {
	color:#fff;
}
.document_cont:hover .document_info .document_size_type .document_filesize {
	color:#fff;
}
.document_cont:hover .document_info .document_size_type .document_type {
	color:#fff;
}
.document_cont:hover svg path {
	fill:#fff;
}
.document_cont:hover svg path:first-child {
	transform: rotate(45deg);
}
.document_cont:hover svg path:nth-child(2) {
	transform: scale(1.2);
}
.document_cont:hover svg path:last-child {
	transform: scale(1.2);
}
.play_btn {
	position: relative;
    cursor: pointer;
    width: 100%;
    height: 0;
    transition: all 400ms;
    overflow: hidden;
	padding-bottom: 56.25%;
}
.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 svg {
	position: absolute;
	left:50%;
	top:50%;
	transform: translate3d(-50%,-50%,0);
	width:90px;
	height:90px;
	z-index: 3;
}
.play_btn svg path {
	transition: all 400ms;
	transform-origin: center;
	transform:scale(1);
}
.play_btn svg:hover path:last-child {
	transform:rotate(45deg);
}
.play_btn svg:hover path:first-child {
	transform:scale(1.2);
}
.play_btn:after {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: #043D5B;
	mix-blend-mode: multiply;
	opacity: 0.65;
	z-index: 2;
}
.play_btn iframe {
	position: absolute;
	left:0;
	top:0;
	width:100%;

}
.play_btn.active:before {
	display: none;
}
.play_btn.active:after {
	display: none;
}
.play_btn.active img {
	display: none !important;
}
.play_btn.active svg {
	display: none !important;
}

.other_products_cont {
	position: relative;
	margin-top:50px;
	margin-bottom:50px;
}
.other_products {
	max-width:calc(100% - 140px);
	margin-top:30px;
}
.other_products h2 {
	text-align: center;
	font-weight: 700;
}

.other_products .swiper-slide {}
.other_products .swiper-slide a {
	text-align: center;
	display: block;
	color:#4F4F4F;
	font-size:16px;
	transition: all 400ms;
}
.other_products .swiper-slide a span {
	display: block;
	margin-bottom:20px;
}
.other_products .swiper-slide a img {
}
.other_products .swiper-slide a .other_product_image {
	position: relative;
	display: block;
	border-bottom:1px solid #A2A9AE;
}
.other_products .swiper-slide a .other_product_image:after {
	content:"";
	width:0;
	position: absolute;
	bottom:-1px;
	left:50%;
	transform:translate3d(-50%,0,0);
	height:2px;
	background:#3f873f;
	transition:all 400ms;
}
.other_products .swiper-slide a:hover .other_product_image:after {
	width:100%;
}
.other_products .swiper-slide a:hover {
	color:#3f873f;
}
.other_products_cont .product_slide_next {
	margin-top:0;
	width:40px;
	height:40px;
	transform:translate3d(0,-50%,0);
	background:transparent;
	opacity: 1;
	right:15px;
}
.other_products_cont .product_slide_prev {
	margin-top:0;
	width:40px;
	height:40px;
	transform:translate3d(0,-50%,0);
	background:transparent;
	opacity: 1;
	left:15px;
}
.other_products_cont .product_slide_next svg {}
.other_products_cont .product_slide_next svg path {
	transition:all 400ms;
	transform:scale(1);
	transform-origin: center;
}
.other_products_cont .product_slide_next:hover svg path:first-child {
	transform:scale(1.2);
}
.other_products_cont .product_slide_next:hover svg path:last-child {
	transform:rotate(45deg);
}
.scroll_icon {
	width: 28px;
    height: 57px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    transform: translate3d(-50%,0,0);
    background-size: 50%;
	z-index: 2;
    cursor: pointer;
    overflow: hidden;
	background-image:url('/frontend/img/rocket-down.svg');
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	animation: scroll_anim .4s infinite;
}

@keyframes scroll_anim {
	0% {
		transform: translate3d(-50%,0,0);
		opacity: 1;
	}
	50% {
		opacity: 1;
		transform: translate3d(-50%,4px,0);
	}
	100% {
		opacity: 1;
		transform: translate3d(-50%,0,0);
	}
}

.comment_text {
	position: relative;
	padding:20px 50px 0;
}
.comment_text:before {
	content:"";
	position: absolute;
	top:0;
	left:0;
	background-image:url(/uploads/images/1624458034_apost-1.svg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	width:20px;
	height:17px;
}
.comment_text:after {
	content:"";
	position: absolute;
	bottom:0;
	right:50px;
	background-image:url(/uploads/images/1624458034_apost-2.svg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	width:20px;
	height:17px;
}
.bordered_bottom {
	position: relative;
	overflow: hidden;
}
.bordered_bottom:after {
	content:"";
	position: absolute;
	bottom:0;
	width:100%;
	height: 1px;
	background:url(/frontend/img/bottom-border.svg) no-repeat;
	background-size:cover;
	background-position: center;
}
.bordered_right {
	position: relative;
}
.bordered_right:after {
	content:"";
	position: absolute;
	top:50%;
	right:0;
	transform: translate3d(0,-50%,0);
	width:1px;
	height: 100%;
	background:url(/frontend/img/right-border.svg) no-repeat;
	background-size:cover;
	background-position: center;
}
.bordered_right_white {
	position: relative;
}
.bordered_right_white:after {
	content:"";
	position: absolute;
	top:50%;
	right:0;
	transform: translate3d(0,-50%,0);
	width:1px;
	height: 100%;
	background:url(/frontend/img/right-border-slide.svg) no-repeat;
	background-size:cover;
	background-position: center;
}

.list_orange {
	padding:0;
	margin-bottom: 0;
}
.list_orange li {
	display: block;
	list-style: none;
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
}
.list_orange li:before {
	content: "";
	position: absolute;
	background: url(/frontend/img/roketsan-bullet.svg) no-repeat;
	background-size: contain;
	background-position: center;
	width: 12px;
	height: 18px;
	left: 0;
	top: 3px;
	transform: rotate(30deg);
}

.list_blue {
	padding:0;
	margin-bottom: 0;
}
.list_blue li {
	display: block;
	list-style: none;
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
}
.list_blue li:before {
	content: "";
	position: absolute;
	background: url(/frontend/img/roketsan-bullet.svg) no-repeat;
	background-size: cover;
	background-position: center;
	width: 12px;
	height: 18px;
	left: 0;
	top: 3px;
	transform: rotate(30deg);
}

.list_white {
	padding:0;
	margin-bottom: 0;
}
.list_white li {
	display: block;
	list-style: none;
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
	color:#fff;
}
.list_white li:before {
	content: "";
	position: absolute;
	background: url(/frontend/img/list-item-white.svg) no-repeat;
	background-size: cover;
	background-position: center;
	width: 10px;
	height: 10px;
	left: 0;
	top: 6px;
}
.doc_list {}
.doc_list h2 {
	margin-bottom: 30px;
}
.doc_list ul {
	padding:0;
	margin:0;
}
.doc_list ul li {
	display: block;
	list-style: none;
	border-bottom: 1px dashed #828282;
}
.doc_list ul li a {
	color:#1C1C1B;
	font-size:16px;
	font-weight: 400;
	padding:20px 20px 20px 0;
	display: block;
	position: relative;
}
.doc_list ul li a svg {
	position: absolute;
	right:20px;
	top:50%;
	transform: translate3d(0,-50%,0);
}
.doc_list ul li a svg path {
	transition: all 400ms;
	transform-origin: center;
}
.doc_list ul li a:hover {
	color:#3f873f;
}
.doc_list ul li a:hover svg path {
	fill:#3f873f;
}
.doc_list ul li a:hover svg path:first-child {
	transform: rotate(45deg);
}
.ozdegerler_swiper .swiper-slide {
	height: 100% !important;
	position: relative;
	padding:0 30px;
}

.ozdegerler_swiper .swiper-slide-active:after {
	content:"";
	position: absolute;
	top:50%;
	right:0;
	transform: translate3d(0,-50%,0);
	width:1px;
	height: 100%;
	background:url(/frontend/img/right-border-slide.svg) no-repeat;
	background-size:cover;
	background-position: center;
}
.ozdegerler_swiper .swiper-slide-next:after {
	content:"";
	position: absolute;
	top:50%;
	right:0;
	transform: translate3d(0,-50%,0);
	width:1px;
	height: 100%;
	background:url(/frontend/img/right-border-slide.svg) no-repeat;
	background-size:cover;
	background-position: center;
}
.ozdegerler_slider_section {
	position: relative;
}
.ozdegerler_slider_section .oz_degerler_prev {
	background: transparent;
	width:40px;
	height:40px;
	position: absolute;
	left: 60px;
	top:50%;
	margin-top:0;
	transform: translate3d(0,-50%,0);
}
.ozdegerler_slider_section .oz_degerler_next {
	background: transparent;
	width:40px;
	height:40px;
	position: absolute;
	right: 60px;
	top:50%;
	margin-top:0;
	transform: translate3d(0,-50%,0);
}
.pagebreak {
	cursor: pointer;
	display: block;
	color: #1C1C1B;
	padding: 15px 25px;
	position: relative;
	transition: all 400ms;
	border-radius: 4px;
	border:1px solid #1C1C1B;
	font-size:14px;
	font-weight: 400;
	max-width: 130px;
    margin: 0 auto;
	text-align: center;
}
.pagebreak:hover {
	background:#1C1C1B;
	color:#fff;
}

.tab_list_images_cont {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
}
.tab_list_images_cont ul {
	padding:0;
	margin:0;
	max-width: 40%;
    width: 100%;
}
.tab_list_images_cont ul li {
	display: block;
	list-style: none;
	
}
.tab_list_images_cont ul li a {
	display: block;
	background: #f3f3f3;
	padding:30px;
	color:#1C1C1B;
	font-size:20px;
	font-weight: 400;
	transition: all 400ms;
	border-bottom: 1px dashed rgb(130 130 130 / 45%);
}
.tab_list_images_cont ul li a span {
	margin-bottom:10px;
	display: block;
}
.title_0 .tab_list_images_cont ul li a span:first-child {
	display: none;
}
.tab_list_images_cont ul li a span p {
	margin-bottom:0;
	color:#1C1C1B;
	font-size:14px;
}
.tab_list_images_cont ul li a img {
	display: none;
}
.tab_list_images_cont ul li.active a {
	background:#5D6D5F;
	color:#fff;
}
.tab_list_images_cont ul li.active a span p {
	color:#fff;
}
.tab_list_images_cont ul li a:hover {
	background:#5D6D5F;
	color:#fff;
}
.tab_list_images_cont ul li a:hover span p {
	color:#fff;
}
.tab_list_images_cont .tab_list_content {
	max-width: 60%;
	width: 100%;
	position: absolute;
	left: 40%;
	top: 0;
	height: 100%;
}
.tab_list_images_cont .tab_list_content .tab_img_bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity:0;
	transition: all 400ms;
}
.tab_list_images_cont .tab_list_content .tab_img_bg.active {
	opacity: 1;
}
.tabbed_nav {
	background:rgba(255,255,255,.1);
	margin-top:-60px;
	position: relative;
	z-index: 2;
}
.tabbed_nav ul {
	padding:0;
	margin:0;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.tabbed_nav ul li {
	list-style: none;
}
.tabbed_nav ul li a {
	display: block;
	padding: 22px 30px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	transition: all 400ms;
}
.tabbed_nav ul li.active a {
	color:#3f873f;
	background:#fff;
}
.tabbed_nav ul li a:hover {
	color:#3f873f;
	background:#fff;
}
.menu_white .tabbed_nav {
	background: #fff;
	margin-top:0;
}
.menu_white .tabbed_nav ul {}
.menu_white .tabbed_nav ul li {}
.menu_white .tabbed_nav ul li a {
	color:#1C1C1B;
}
.menu_white .tabbed_nav ul li.active a {
	color:#fff;
	background:#043D5B
}
.menu_white .tabbed_nav ul li a:hover {
	color:#fff;
	background:#043D5B
}
.align-items-center .tagline_module {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.section_sayp_logos .col2 {
	border-right: 1px solid #A2A9AE;
	border-bottom: 1px solid #A2A9AE;
}
.section_sayp_logos .col2:last-child {
	border-right:0;
}
.section_sayp_logos.border_bottom_0 .col2 {
	border-bottom: 0;
}
.side_nav h2 {
	margin-bottom:15px;
}
.side_nav ul {
	padding:0;
	margin:0;
}
.side_nav ul li {
	display: block;
}

.side_nav ul li a {
	display:block;
	padding:20px 0;
	font-size:18px;
	font-weight: 400;
	border-bottom:1px solid #A2A9AE;
	color:#4F4F4F;
	transition: all 400ms;
}
.side_nav ul li a:hover {
	color:#3f873f;
}
.side_nav ul li.active a {
	color:#3f873f;
}

.footer-social ul { padding:0; margin:90px 0; list-style-type:none; text-align:center; }
.footer-social ul li { display:inline-block; margin:0 15px; }
.style_col .doc_list ul {
	padding:0;
	margin:0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin:-10px;
}
.style_col .doc_list ul li {
	max-width:calc((100% / 3) - 20px);
	widtH:100%;
	border:1px solid #A2A9AE;
	min-height: 175px;
	display: inherit;
	margin:10px;
}
.style_col .doc_list ul li a {
	display: block;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	padding:20px;
	width:100%;
}
.style_col .doc_list ul li a span.document_title {
	color:#1C1C1B;
	display: block;
}
.style_col .doc_list ul li a svg {
	max-width:48px;
	width:100%;
}
.style_col .doc_list ul li a svg {
	position: absolute;
    left: 20px;
    bottom: 20px;
    top: auto;
    right: auto;
	transform: translate3d(0,0,0);
}
.style_col .doc_list ul li a .download_btn {
	display: block;
    vertical-align: middle;
    position: absolute;
	bottom:20px;
	left:20px;
}
.style_col .doc_list ul li a .download_btn span {
	border-top: 1px solid #3f873f;
	border-right: 1px solid #3f873f;
	border-bottom: 1px solid #3f873f;
	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:#3f873f;
	font-weight: 700;
	font-size:14px;
	text-transform: uppercase;
}
.style_col .doc_list ul li a .download_btn svg {
	position: absolute;
	right: auto;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
}

.style_col .doc_list ul li.cover_ok a:before {
	content:"";
	background:#3f873f;
	mix-blend-mode: multiply;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.style_col .doc_list ul li.cover_ok a .document_title {
	color:#fff;
	position: relative;
}
.style_col .doc_list ul li.cover_ok a:hover svg path {
	fill:#fff;
}

.news_grid_cont {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.news_grid_cont .news_item {
	max-width: calc((100% / 2) - 50px);
	width: 100%;
	flex: 0 0 auto;
	margin: 25px;
	transition: all 400ms;
}
.news_grid_cont .news_item a {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap:wrap;
}
.news_grid_cont .news_item a .item_img {
	max-width:50%;
	width:100%;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	height:200px;
}
.news_grid_cont .news_item a .item_info {
	max-width:50%;
	width:100%;
	padding-left:20px;
}
.news_grid_cont .news_item a .item_date {
	display: block;
	font-size:14px;
	color:#828282;
	font-weight: 400;
	margin-bottom:15px;
}
.news_grid_cont .news_item a .item_title {
	font-size:20px;
	font-weight: 400;
	color:#4F4F4F;
}

.grid_pagination {
	border-top:1px solid #A2A9AE;
	padding-top:20px;
}
.grid_pagination ul {
	padding:0;
	margin:0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
.grid_pagination ul li {
	list-style: none;
}
.grid_pagination ul li a {
	display: block;
	font-size:18px;
	font-weight: 700;
	color:#A2A9AE;
	line-height: 1;
	padding:10px;
	transition: all 400ms;
}
.grid_pagination ul li a svg {
	margin-top:-4px;
}
.grid_pagination ul li.current a {
	background:#3f873f;
	color:#fff;
	border-radius: 4px;
}
.grid_pagination ul li.current a svg {}

.news_info_section {
	background:url(/uploads/images/1626452780_news-tagline.jpg) no-repeat;
	background-size:cover;
	background-position: right;
	height:480px;
	padding-bottom: 20px;
}

.news_info_section .all_news_link {
	color:#fff;
	font-size:14px;
	font-weight: 400;
}
.news_info_section .all_news_link svg {
	display: inline-block;
	vertical-align: middle;
	margin-right:2px;
	transition: all 400ms;
	transform: translate3d(0,0,0);
}
.news_info_section .all_news_link span {
	display: inline-block;
	vertical-align: middle;
}
.news_info_section .all_news_link:hover svg {
	transform: translate3d(-5px,0,0);
}
.news_info_section h1 {
	font-size:32px;
	font-weight: 400;
	color:#fff;
	letter-spacing: 0;
	margin-top:5px;
	margin-bottom:5px;
}
.news_info_section .news_date {
	color:#BDBDBD;
	font-size:14px;
	font-weight:400;
}
#media_search_form {
	max-width:700px;
	margin:15px auto 0;
	position: relative;
}
#media_search_form input {
	background: rgba(255, 255, 255, 0.25);
	border: 1px solid #A2A9AE;
	border-radius: 100px;
	height:60px;
	font-size:14px;
	font-weight:400;
	color:#A2A9AE;
	padding-left:30px;
	line-height: 60px;;
	padding-top:0;
	padding-bottom: 0;
}
#media_search_form button {
	background: #1C1C1B;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    box-shadow: none;
    border: 0;
	position: absolute;
	right:1px;
	top:1px;
}
#media_search_form button svg {}
#media_search_form label {
	color:#A2A9AE;
}

#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;
}

.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%;
}
.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;
    right: 0;
    bottom: 0;
	background: rgba(0,0,0,0.65);
	transform-origin: center;
    transform: translate3d(0,0,0) scale(0);
    transition: all 200ms;
	width:60px;
	height:60px;
}
.photo_grid_cont .photo_item .item_info a.download_btn svg {
	width:40px;
	height:40px;
}
.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 a.download_btn {
	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;
	margin-bottom:40px;
	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.download_btn svg {
	width: 40px;
    height: 40px;
	position: absolute;
	left:10px;
	top:10px;
}
.photo_grid_cont.photo_tag_cont .photo_item .item_info a.info_btn {
	left: 0;
    right: auto;
    top: 0;
    transform: translate3d(0,0,0);
    width: 100%;
    height: 100%;
}
.photo_grid_cont.photo_tag_cont .photo_item .item_desc {
	margin-top:10px;
	position: relative;
}
.photo_grid_cont.photo_tag_cont .photo_item .item_desc .item_title {
	font-size:18px;
	color:#4f4f4f;
	font-weight:400;
	display:block;
	max-width:100%;
	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.dikey .item_img {
	border:1px solid #f2f2f2;
}
.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;
}

.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:160px;
	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);
	opacity: 0;
	transition: all 400ms;
	width:40px;
	height:40px;
}

.document_grid_cont .document_item .item_img svg path:first-child {
	transition: all 400ms;
	transition-delay: 200ms;
	transform-origin: center;
}

.document_grid_cont .document_item .item_desc {
	display:block;
	margin-top:10px;
}
.document_grid_cont .document_item .item_desc .item_title {
	font-size:18px;
	color:#4f4f4f;
	font-weight:400;
	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:#3f873f;
}
.document_grid_cont .document_item:not(.no_download):hover .item_img svg {
	opacity: 1;
}
.document_grid_cont .document_item:not(.no_download):hover .item_img svg path:first-child {
	transform:rotate(45deg);
}
.document_grid_cont .document_item:not(.no_download):hover .item_img:before {
	transform: scale(1);
	opacity: 1;
}

.border_bottom_dashed {
	border-bottom: 1px dashed #828282;
	padding-bottom:20px;
}
.social_links {
	padding:0;
	margin:0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	text-align: center;
	justify-content: center;
}
.social_links li {
	margin:15px;
	list-style: none;
}
.social_links li a {
	display: block;
}
.social_links li a img {}

.product_grid_list {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding:0;
	margin:0;
}
.product_grid_list li {
	max-width: calc(100% / 4);
	width:100%;
	list-style: none;
	border:1px solid #E0E0E0;
}
.product_grid_list li a {
	display: block;
	color:#4F4F4F;
	font-size:16px;
	font-weight: 400;
	transition: all 400ms;
}
.product_grid_list li a img {}
.product_grid_list li a span {
	padding:30px;
	display: block;
}
.product_grid_list li a:hover {
	color:#3f873f;
}
/*#wrapper .content_wrapper section:first-child:before {
	content:"";
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:300px;
	background: rgb(13,55,83);
	background: -moz-linear-gradient(180deg, rgba(13,55,83,0.95) 0%, rgba(13,55,83,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(13,55,83,0.95) 0%, rgba(13,55,83,0) 100%);
	background: linear-gradient(180deg, rgba(13,55,83,0.95) 0%, rgba(13,55,83,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d3753",endColorstr="#0d3753",GradientType=1);
}*/

.timeline_slider {
	height:680px;
}
.timeline_slider>.container {
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	z-index: 2;
	top: 40px;
	padding:0;
}
.timeline_slider .swiper-slide {
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:calc(100% - 100px);
}


.timeline_slider .swiper-slide .container {
	height:100%;
	padding:0;
}
.timeline_slider .swiper-slide .slider_text_cont {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	height: 100%;
	width: 100%;
	max-width: 1000px;
}
.timeline_slider .swiper-slide.right .slider_text_cont {
	justify-content: flex-end;
}
.timeline_slider .swiper-slide.left .slider_text_cont {}
.timeline_slider .swiper-slide .slider_text_cont .slider_text {
}
.timeline_slider .swiper-slide .slider_text_cont h3 {
	color:#fff;
	font-size:30px;
	font-weight: 700;
	border-bottom: 1px dashed #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.timeline_slider .swiper-slide .slider_text_cont p {
	font-size:18px;
	font-weight: 400;
	color:#fff;
}
.timeline_slider_cont {
	position: relative;
	overflow: hidden;
}
.timeline_pagination {
	background:#1C1C1B;
	position: absolute;
	bottom:0 !important;
	top: auto;
	left:0;
	width:100%;
	height:100px;
	z-index: 1;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.timeline_pagination:before {
	content:"";
	position: absolute;
	left:0;
	width:100%;
	top:50%;
	transform: translate3d(0,-50%,0);
	border:1px dashed #fff;
}
.timeline_pagination>span {
	width:70px;
	height:70px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin:0 10px !important;
	opacity: 1;
	background-color:#1C1C1B;
	border-radius: 50%;
	position: relative;
	transition: all 400ms;
	
}
.timeline_pagination span span.bullet_bg {
	position: absolute;
	top:3px;
	left:3px;
	width:calc(100% - 6px);
	height:calc(100% - 6px);
	background:#3f873f;
	border-radius: 50%;
	transition: all 400ms;
	opacity: 0;
	transform-origin: center;
}
.timeline_pagination span span.bullet_icon {
	background-image:url(/frontend/img/hikayemiz-bullet.svg);
	background-repeat: no-repeat;
	background-size:cover;
	width:60px;
	height:60px;
	position: absolute;
	left:50%;
	top:50%;
	border-radius: 50%;
	transform-origin: center;
	transform:translate3d(-50%,-50%,0);
}
.timeline_pagination span span {
	font-size:16px;
	font-weight: 400;
	color:#fff;
	transition: all 400ms;
	position: relative;
	transform-origin: center;
}

.timeline_pagination>span.swiper-pagination-bullet-active {
	width:70px;
	height:70px;
}
.timeline_pagination>span.swiper-pagination-bullet-active span.bullet_bg {
	opacity: 1;
}
.timeline_pagination>span.swiper-pagination-bullet-active span.bullet_icon {
	background-color:#1C1C1B;
	transform: translate3d(-50%,-50%,0) rotate(45deg);
	width:70px;
	height:70px;
}

.shadow_title {
	text-shadow: 0px 5px 10px rgba(0,0,0,.4);
}

.news_slider {}
.news_slider .swiper-slide {
	background:#F2F2F2;
	height: 100%;
}
.news_slider .swiper-slide a {
	display: block;
	height:100%;
}
.news_slider .swiper-slide a .item_bg {
	display: block;
	height:370px;
	background-size:cover;
	background-position: center;
}
.news_slider .swiper-slide a .item_info {
	background:#F2F2F2;
	padding:20px;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	min-height:170px;
}
.news_slider .swiper-slide a .item_info .item_title {
	color:#4F4F4F;
	font-size:18px;
	font-weight: 400;
	display: block;
	transition: all 400ms;
	line-height: 1.3;
}
.news_slider .swiper-slide a .item_info svg {
	margin-top:20px;
	float:right;
	position: absolute;
	bottom:20px;
}
.news_slider .swiper-slide a .item_info svg path {
	transform-origin: center;
	transition: all 400ms;
}
.news_slider .swiper-slide:hover {
	background:#007EA9;
}
.news_slider .swiper-slide a:hover .item_info {
	background:#007EA9;
}
.news_slider .swiper-slide a:hover .item_info .item_title {
	color:#fff;
}
.news_slider .swiper-slide a:hover .item_info svg path {
	fill:#fff;
}
.news_slider .swiper-slide a:hover .item_info svg path:last-child {
	transform:rotate(-45deg);
}
.news_header {
	position: relative;
	height:40px;
	margin-bottom:30px;
	padding-top: 6px;
}
.news_header h2 {
	margin:0;
}
.news_header .news_slide_next {
	position:absolute;
	top:50%;
	left:auto;
	right:0;
	width:40px;
	height:40px;
	background:transparent;
	transform: translate3d(0,-50%,0);
	margin-top:0;
}
.news_header .news_slide_next svg {}
.news_header .news_slide_next svg path{}
.news_header .news_slide_prev {
	position:absolute;
	top:50%;
	left:auto;
	right:60px;
	width:40px;
	height:40px;
	background:transparent;
	transform: translate3d(0,-50%,0);
	margin-top:0;
}
.news_header .news_slide_prev svg {}
.news_header .news_slide_prev svg path {}

.flip_box_cont {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.flip_box_cont .flip_faces {
	max-width: calc(33.333333% - 20px);
	width:100%;
	margin:10px;
	position: relative;
}
.flip_box_cont .flip_faces .back_face ul li {
	margin-bottom:0;
}
.flip_box_cont .flip_faces .front_face {
	transition: all 300ms;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	backface-visibility: hidden;
	background:#0D6774;
	min-height: 365px;
	display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
	cursor: pointer;
	transition: all 700ms;
}
.flip_box_cont .flip_faces .front_face img {
	margin:0 auto 20px;
	display: block;
}
.flip_box_cont .flip_faces .front_face span {
	display: block;
	text-align: center;
	color:#fff;
}
.flip_box_cont .flip_faces .back_face {
	background:#0D6774;
    position: absolute;
	padding:30px;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    transform: rotateY(-180deg);
    transition: all 500ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    backface-visibility: hidden;
	cursor: pointer;
	display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
	transition: all 700ms;
}
.flip_box_cont .flip_faces .back_face img {
	display: none;
}
.flip_box_cont .flip_faces .back_face p {
	color:#fff;
}

.flip_box_cont .flip_faces:nth-child(1n+1) .front_face {
	background: #0D6774;
}
.flip_box_cont .flip_faces:nth-child(2n+2) .front_face {
	background: #A2A4C3;
}
.flip_box_cont .flip_faces:nth-child(3n+3) .front_face {
	background: #FF8C64;
}
.flip_box_cont .flip_faces:nth-child(4n+4) .front_face {
	background: #EBB83D;
}
.flip_box_cont .flip_faces:nth-child(5n+5) .front_face {
	background: #BF657D;
}
.flip_box_cont .flip_faces:nth-child(6n+6) .front_face {
	background: #9CB94F;
}

.flip_box_cont .flip_faces:nth-child(1n+1) .back_face {
	background: #0D6774;
}
.flip_box_cont .flip_faces:nth-child(2n+2) .back_face {
	background: #A2A4C3;
}
.flip_box_cont .flip_faces:nth-child(3n+3) .back_face {
	background: #FF8C64;
}
.flip_box_cont .flip_faces:nth-child(4n+4) .back_face {
	background: #EBB83D;
}
.flip_box_cont .flip_faces:nth-child(5n+5) .back_face {
	background: #BF657D;
}
.flip_box_cont .flip_faces:nth-child(6n+6) .back_face {
	background: #9CB94F;
}

.flip_box_cont .flip_faces.active .front_face {
	transform: rotateY(-180deg);
}

.flip_box_cont .flip_faces.active .back_face {
	transform: rotateY(0);
}
.border_right_red {
	border-right:1px solid #F5831F;
}
.tab_col_slider {
	position: relative;
}
.tab_col_swiper {
	max-width: calc(100% - 120px);
	width:100%;
	margin:0 auto;
}
.tab_col_swiper .swiper-slide {
	background:#fff;
	/*height:auto;*/
	min-height: 620px;
}
.tab_col_swiper .swiper-slide .tab_info {
	background:#fff;
	padding:20px;
}
.tab_col_swiper .swiper-slide .tab_info img {
	display: none;
}
.tab_col_slider .tab_col_prev {
	background:transparent;
	position: absolute;
	left:0;
	top:50%;
	transform: translate3d(0,-50%,0);
	width:40px;
	height:40px;
}
.tab_col_slider .tab_col_next {
	background:transparent;
	position: absolute;
	right:0;
	top:50%;
	transform: translate3d(0,-50%,0);
	width:40px;
	height:40px;
}
.border_bottom_orange {
	border-bottom: 1px solid #F5831F;
}
.content_center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
footer .footer_sec_2 ul {
	padding: 0;
	margin: 0;
	display: flex;
	text-align: center;
	flex-direction: row;
	width: 100%;
	justify-content: center;
}
footer .footer_sec_2 ul li {
	position: relative;
	list-style: none;
}
footer .footer_sec_2 ul li a {
	display: block;
	font-size:14px;
	color:#bdbdbd;
	font-weight: 400;
	padding:0 15px;
	transition: all 400ms;
}
footer .footer_sec_2 ul li:after {
	content:"";
	position: absolute;
	top:0;
	right:0;
	background: #bdbdbd;
	width:1px;
	height:100%;
}
footer .footer_sec_2 ul li:last-child:after {
	display: none;
}
footer .footer_sec_2 ul li a:hover {
	color:#fff;
}
footer .footer_sec_2 p {
	line-height:1.2;
}
.letter_spacing_3 {
	letter-spacing: 3px;
}
#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/1626452780_news-tagline.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: #3f873f;
}
.search_section .container {
	position: relative;
}
#search_section .product_grid_list {
	margin-top:40px;
}

.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: #3f873f;
}
#search_section {
	padding-bottom: 40px;
}

#main_slider {
	margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
	height:100vh;
}
#main_slider:before {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index: 9;
}
#main_slider.active:before {
	display: none;
}
#main_slider .slides {
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
	transition: all 800ms;
}
#main_slider .slides .slider_item {
    width: 100%;
    height: 100%;
    position: relative;
	z-index: 2;
}

#main_slider .slide_next {
	position: absolute;
	right:40px;
	top:50%;
	transform: translate3d(0,-50%,0) rotate(90deg);
	cursor: pointer;
	z-index: 4;
	overflow: hidden;
	width:40px;
	height:40px;
	transition: all 400ms;
}
@keyframes rotatenext {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}

@keyframes arrowUp {
	0% {
		transform:translate3d(0,0,0);
	}
	50% {
		transform:translate3d(5px,0,0);
	}
	100% {
		transform:translate3d(0,0,0);
	}
}

@keyframes arrowDown {
	0% {
		transform:translate3d(0,0,0);
	}
	50% {
		transform:translate3d(-5px,0,0);
	}
	100% {
		transform:translate3d(0,0,0);
	}
}
#main_slider .slide_next svg path:last-child {
	transform-origin: center;
	transition: all 400ms;
}
#main_slider .slide_next.started svg path:first-child {
	animation-duration: .7s;
	animation-name: arrowUp;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}
#main_slider .slide_next.started svg path:last-child {
	animation-duration: 2s;
	/*animation-name: rotatenext;*/
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	
}
#main_slider .slide_next:hover svg path:last-child {
	animation-play-state: paused;
	animation-name: inherit;
	animation-iteration-count:0;
	transform: rotate(45deg);
}
#main_slider .slide_prev {
	position: absolute;
	right:40px;
	top:50%;
	transform: translate3d(0,-50%,0) rotate(-90deg);
	cursor: pointer;
	z-index: 3;
	overflow: hidden;
	width:40px;
	height:40px;
	transition: all 400ms;
	opacity: 0;
}
#main_slider .slide_prev svg path:last-child {
	transition: all 400ms;
	transform-origin: center;
}
#main_slider .slide_prev.started svg path:first-child {
	animation-duration: .7s;
	animation-name: arrowDown;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}
#main_slider .slide_prev.started svg path:last-child {
	animation-duration: 2s;
	/*animation-name: rotatenext;*/
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	
}
#main_slider .slide_prev:hover svg path:last-child {
	animation-play-state: paused;
	animation-name: inherit;
	animation-iteration-count:0;
	transform: rotate(45deg);
}
#main_slider .slide_prev.active {
	transform: translate3d(0,calc(-50% - 30px),0) rotate(90deg);
	opacity: 1;
}
#main_slider .slide_next.active {
	transform: translate3d(0,calc(-50% + 30px),0) rotate(90deg);
	opacity: 1;
}
#main_slider .slides .slider_item.uzay_sistemleri {}
#main_slider .slides .slider_item.uzay_sistemleri img {
	position: absolute;
	left:50%;
	top:50%;
	transition: all 400ms;
	transform: translate3d(0,-40%,0);
	height:100%;
}

#main_slider .slides .slider_item.hava_sistemleri {}
#main_slider .slides .slider_item.hava_sistemleri img {
	position: absolute;
	left:50%;
	top:50%;
	transition: all 400ms;
	transform:translate3d(-170%, 0%, 0) scale(0.8);
	transition-delay: 200ms;
	transition-timing-function: cubic-bezier(0, 0, 0.44, 0.98);
}

#main_slider .slides .slider_item.gudumlu_muhimmat_sistemleri {}
#main_slider .slides .slider_item.gudumlu_muhimmat_sistemleri img.som {
	position: absolute;
	max-width:700px;
	left:50%;
	top:50%;
	transition: all 400ms;
	transform:translate3d(60%, -110%, 0) scale(0.8);
	transition-delay: 200ms;
	transition-timing-function: cubic-bezier(0, 0, 0.44, 0.98);
	z-index: 2;
}

#main_slider .slides .slider_item.gudumlu_muhimmat_sistemleri img.mam_t {
	position: absolute;
	max-width:700px;
	left:50%;
	top:50%;
	transition: all 600ms;
	transform: translate3d(-150%, -90%, 0) scale(0.6);
	transition-delay: 200ms;
	transition-timing-function: cubic-bezier(0, 0, 0.44, 0.98);
	z-index: 1;
}
#main_slider .slides .slider_item.gudumlu_muhimmat_sistemleri .slide_content {
	transform: translate3d(-50%,-50%,0);
}
#main_slider .slides .slider_item.kara_sistemleri {}
#main_slider .slides .slider_item.kara_sistemleri img {
	position: absolute;
	right:0;
	bottom:-10%;
	width:calc(100vw * 2);
	transition: all 400ms;
	max-width: inherit;
}

#main_slider .slides .slider_item.deniz_sistemleri {
	position: absolute;
    left: -100%;
    top: 300%;
    z-index: 2;
}
#main_slider .slides .slider_item.deniz_sistemleri img {
	position: absolute;
	right:-20%;
	bottom:0;
	width:2560px;
	transition: all 600ms;
	max-width: inherit;
}

#main_slider .slides .slider_item .slide_content {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(0, -50%, 0);
	opacity: 0;
	transition: opacity 400ms;
	transition-delay: 500ms;
}

#main_slider .slides .slider_item .slide_content .slide_title {
	display: block;
	font-size: 72px;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 20px;
	letter-spacing: -5px;
}

#main_slider .slides .slider_item.uzay_sistemleri .slide_content {
	left: 50%;
	transform: translate3d(-100%, -50%, 0);
	opacity: 1;
}
#main_slider .slides .slider_item.hava_sistemleri .slide_content {
	left: 50%;
}
#main_slider .slides .slider_item.kara_sistemleri .slide_content {
	left: 50%;
	transform: translate3d(-100%,-50%,0);
}
#main_slider .slides .slider_item.deniz_sistemleri .slide_content {
	left: 50%;
	transform: translate3d(50%,-50%,0);
}
#main_slider .slides .slider_item.deniz_sistemleri .slide_content .slide_title {
	color:#043D5B;
}
#main_slider .slides .slider_item.kara_sistemleri .slide_content .slide_title {
	color:#444f37;
}

#main_slider {
	background:#e3e7ea;
}
#main_slider .main_bg_c {
	width:100%;
	position: absolute;
	top:0;
	left:0;
	background-size:contain;
	background-position: 0 0;
    background-repeat: no-repeat;
	transition-timing-function: ease-out;
	transition: all 800ms;
}
#main_slider .main_bg_c img {
	width:100%;
}
#main_slider .main_bg_c.main_bg {
	background: url(/frontend/img/uzay-sistemleri-bg-min.png) no-repeat;
	background-size:contain;
	background-repeat: repeat-x;
	top:0;
	left:0;
	height:3312px;
}
/*#main_slider .main_bg_c.main_bg_2 {
	height:100vh;
	width: auto;
}
#main_slider .main_bg_c.main_bg_2 img {
}*/
#main_slider .main_bg_c.main_bg_3 {
	width:100%;
	height:898px;
	top: auto;
	bottom: -25%;
}
#main_slider .main_bg_c.main_bg_4 {
	top:100vh;
	left:50%;
	transform: translate3d(-50%, 0, 0);
}
#main_slider .main_bg_c.main_bg_5 {
	top: 100vh;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}
#main_slider .main_bg_c.main_bg_6 {
	width: calc(100vw * 2);
    top: 100vh;
    left: auto;
    right: 0;
	transform: translate3d(0,0,0);
}
#main_slider .main_bg_c.main_bg_7 {
	width: 4573px;
    height: 265px;
    top: auto;
	bottom:-50%;
    left: auto;
    right: 0;
	transform: translate3d(10%,100%,0);
	transition: all 750ms;
}
#main_slider .main_bg_c.main_bg_8 {
	z-index: 2;
    top: 75vh;
}
.page_404 footer #rocket-top {
	display: none;
}
#section_404 {
	height:calc(100vh - 100px);
	text-align: center;
}
.btn_white_link {
	color:#fff;
	position: relative;
	padding:10px;
}
.btn_white_link span {
	position: relative;
}
.btn_white_link svg {
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	top: 50%;
	width: 100%;
	height: 100%;
}
.btn_white_link svg #shape {
	stroke-width: 2;
    fill: transparent;
    stroke: #FFF;
    stroke-dasharray: 85 400;
    stroke-dashoffset: -152;
    transition: 1s all ease;
    width: 100%;
    height: 100%;
}
.btn_white_link:hover {
	color:#fff;
}
.btn_white_link:hover svg #shape {
	stroke-dasharray: 50 0;
	stroke-width: 3px;
	stroke-dashoffset: 0;
	stroke: #FFF;
}
.pair-2421 .tagline_to_col {
	position: relative;
}
.pair-2421 .tagline_to_col:before {
	content:"";
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	opacity: 0;
	transition: all 400ms;
}
.pair-2421 .tagline_to_col a {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 3;
}
.pair-2421 .tagline_to_col:hover:before {
	opacity: 1;
}
.pair-2421 .tagline_to_col p {
	position: relative;
	z-index: 2;
}
.pair-2421 .tagline_to_col p:first-child {
	position: static;
}
.pair-2421 .tagline_to_col h2 {
	position: relative;
	z-index: 2;
}

.grid_gallery {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}
.grid_gallery div {
	max-width:calc((100% / 4) - 20px);
	width:100%;
	margin: 10px;
}
.grid_gallery div a {
	display: block;
}
.grid_gallery div a .image {
	display: flex;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	max-height:230px;
	position: relative;
	overflow: hidden;
	border:1px solid #f2f2f2;
	align-items: center;
    justify-content: center;
}
.grid_gallery div a .image_title {
	display: block;
	color:#1c1c1b;
	font-size:14px;
	margin-top:5px;
}
.grid_gallery div a:before {
	display: none;
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	transform-origin:center;
	transition: all 400ms;
}
.grid_gallery div a:hover:before {
	transform:translate3d(0,-100%,0);
}

.gallery_col_6 .grid_gallery div {
	max-width:calc((100% / 6) - 20px);
}
.pair-2292 #wrapper section:first-child:before {
	display: none;
}
#home_news {}
#home_news .news_grid_header {
	position: relative;
}
#home_news .news_grid_header a {
	padding: 30px 30px 30px 50px;
	display: block;
}
#home_news .news_grid_header a:before {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:20px;
	height:100%;
	background:#3f873f;
}
#home_news .news_grid_header a span {
	font-size:14px;
	font-weight: 400;
	color:#2F80ED;
	display: inline-block;
	margin-top:5px;
}
#home_news .news_grid_header a span {
	position: relative;
}
#home_news .news_grid_header a span:before {
	content:"";
	position: absolute;
	bottom:0;
	width:0;
	height:1px;
	background:#2F80ED;
	transition:all 400ms;
}
#home_news .news_grid_header a .header_title {
	color:#3f873f;
	font-size:24px;
	font-weight: 400;
	display: block;
}
#home_news .news_grid_header a svg {
	position: absolute;
	right:30px;
	top:50%;
	transform:translate3d(0,-50%,0);
}
#home_news .news_grid_header a svg path {
	transition: all 400ms;
	transform-origin: center;
}
#home_news .news_grid_header a:hover svg path:last-child {
	transform: rotate(45deg);
}
#home_news .news_grid_header a:hover span:after {
	width:100%;
}
#home_news .news_grid_cont .news_item {
	max-width: calc(100% / 5);
	margin:0;
	border:1px solid #A2A9AE;
	border-right: 0;
}
#home_news .news_grid_cont .news_item:last-child {
	border-right: 1px solid #A2A4C3;
}
#home_news .news_grid_cont .news_item a {
	position: relative;
}

#home_news .news_grid_cont .news_item a .item_img {
	height:320px;
	max-width:100%;
	opacity: 0;
	transition: all 400ms;
}

#home_news .news_grid_cont .news_item a .item_info {
	position: absolute;
	max-width: 100%;
	padding:30px;
	height:100%;
}
#home_news .news_grid_cont .news_item a .item_title {
	font-size:18px;
}
#home_news .news_grid_cont .news_item a .item_date {
	margin-bottom: 0;
	margin-top:15px;
}
#home_news .news_grid_cont .news_item a:hover .item_img {
	opacity: 1;
}
#home_news .news_grid_cont .news_item a:hover .item_info {
	background-color: rgba(63, 135, 63,.8);
}
#home_news .news_grid_cont .news_item a:hover .item_title {
	color:#fff;
}
#home_news .news_grid_cont .news_item a:hover .item_date {
	color:#fff;
}
.home_kariyer {}
.home_kariyer .tagline_module {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	background:#f8f8f8;
}
.home_kariyer .tagline_content {
	max-width: 42%;
	width:100%;
	padding:0 20px 0 30px;
}
.home_kariyer .tagline_image {
	max-width: 58%;
	width:100%;
	height:100%;
}
.home_kariyer .btn_black svg {
}

.twitter_column {
	max-height: 540px;
	overflow-y: auto;
}
.twitter_column .timeline-Header {
	display: none !important;
}
.twitter_column .timeline-Footer {
	display: none !important;
}
.timeline-InformationCircle-widgetParent {
	display: none !important;
}
.twitter_column h2 {
	margin-bottom:0;
}
.twitter_column a {
	color:#2F80ED;
	font-size:14px;
	font-weight: 400;
}
.product_tagline_bg {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}
.table_style_normal {}
.table_style_normal tr {}
.table_style_normal tr:first-child td {
	font-weight: 700;
}
.table_style_normal tr td:first-child {
	font-weight: 400;
}
.table_style_normal tr td {
	vertical-align: top;
	padding:5px 0;
}
.side_menu_cont section .container {
	padding:0;
}
.content_slider {}
.content_swiper_pagination {
	margin-top:10px;
	margin-bottom:20px;
	text-align: center;
}
.content_swiper_pagination span {
	width:12px;
	height:12px;
	background: transparent;
	border:1px solid #3f873f;
	border-radius: 50%;
	transition: all 400ms;
	opacity: 1;
}
.content_swiper_pagination span.swiper-pagination-bullet-active {
	background:#3f873f;
}


/*ANASAYFA OVERLAY*/

.overlay {
	background: linear-gradient(to bottom, #1d2733 0%, #2a4e79 100%);
	overflow: hidden;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 9;

}
.rocket {
	position: absolute;
    top: calc(100% - 400px);
    width: 50px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}
.rocket .rocket-body {
	width: 50px;
    left: calc(50% - 50px);
    animation: bounce 0.5s infinite;
	transform:translate3d(0,0,0);
	transition: all 1000ms;
}
.rocket .rocket-body img {
	transform:scale(1.5);
}
.rocket .rocket-body .body {
	background-color: #dadada;
    height: 180px;
    left: calc(50% - 50px);
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 70%;
    border-bottom-right-radius: 70%;
    border-top: 5px solid #f5f5f5;
}

.rocket .window {
	position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #3f873f;
    left: calc(50% - 11px);
    top: 40px;
    border: 5px solid #b4b2b2;
}
.rocket .fin {
	position: absolute;
    z-index: -100;
    height: 35px;
    width: 50px;
    background-color: #3f873f;
}
.rocket .fin-left {
	left: -10px;
	top: calc(100% - 35px);
	border-top-left-radius: 80%;
	border-bottom-left-radius: 5%;
}
.rocket .fin-right {
	right: -10px;
	top: calc(100% - 35px);
	border-top-right-radius: 80%;
	border-bottom-right-radius: 5%;
}
.rocket .exhaust-flame {
	position: absolute;
    top: 90%;
    width: 28px;
    background: linear-gradient(to bottom, transparent 10%, rgba(255,255,255,.2) 50%, transparent 100%);
    height: 150px;
    left: calc(50% - 14px);
    animation: exhaust 0.2s infinite;
	transition: transform 1000ms;
}
.rocket .exhaust-fumes li {
	width: 60px;
	height: 60px;
	background-color: #f5f5f5;
	list-style: none;
	position: absolute;
	border-radius: 100%;
}
.rocket .exhaust-fumes li:first-child {
	width: 200px;
	height: 200px;
	bottom: -300px;
	animation: fumes 5s infinite;
}
.rocket .exhaust-fumes li:nth-child(2) {
	width: 150px;
	height: 150px;
	left: -120px;
	top: 260px;
	animation: fumes 3.2s infinite;
}
.rocket .exhaust-fumes li:nth-child(3) {
	width: 120px;
	height: 120px;
	left: -40px;
	top: 330px;
	animation: fumes 3s 1s infinite;
}
.rocket .exhaust-fumes li:nth-child(4) {
	width: 100px;
	height: 100px;
	left: -170px;
	animation: fumes 4s 2s infinite;
	top: 380px;
}
.rocket .exhaust-fumes li:nth-child(5) {
	width: 130px;
	height: 130px;
	left: -120px;
	top: 350px;
	animation: fumes 5s infinite;
}
.rocket .exhaust-fumes li:nth-child(6) {
	width: 200px;
	height: 200px;
	left: -60px;
	top: 280px;
	animation: fumes2 10s infinite;
}
.rocket .exhaust-fumes li:nth-child(7) {
	width: 100px;
	height: 100px;
	left: -100px;
	top: 320px;
}
.rocket .exhaust-fumes li:nth-child(8) {
	width: 110px;
	height: 110px;
	left: 70px;
	top: 340px;
}
.rocket .exhaust-fumes li:nth-child(9) {
	width: 90px;
	height: 90px;
	left: 200px;
	top: 380px;
	animation: fumes 20s infinite;
}
.star li {
	list-style: none;
	position: absolute;
}
.star li:before, .star li:after {
	content: "";
	position: absolute;
	background-color: #f5f5f5;
}
.star li:before {
	width: 10px;
	height: 2px;
	border-radius: 50%;
}
.star li:after {
	height: 8px;
	width: 2px;
	left: 4px;
	top: -3px;
}
.star li:first-child {
	top: -30px;
	left: -210px;
	animation: twinkle 0.4s infinite;
}
.star li:nth-child(2) {
	top: 0;
	left: 60px;
	animation: twinkle 0.5s infinite;
}
.star li:nth-child(2):before {
	height: 1px;
	width: 5px;
}
.star li:nth-child(2):after {
	width: 1px;
	height: 5px;
	top: -2px;
	left: 2px;
}
.star li:nth-child(3) {
	left: 120px;
	top: 220px;
	animation: twinkle 1s infinite;
}
.star li:nth-child(4) {
	left: -100px;
	top: 200px;
	animation: twinkle 0.5s ease infinite;
}
.star li:nth-child(5) {
	left: 170px;
	top: 100px;
	animation: twinkle 0.4s ease infinite;
}
.star li:nth-child(6) {
	top: 87px;
	left: -79px;
	animation: twinkle 0.2s infinite;
}
.star li:nth-child(6):before {
	height: 1px;
	width: 5px;
}
.star li:nth-child(6):after {
	width: 1px;
	height: 5px;
	top: -2px;
	left: 2px;
}
@keyframes fumes {
	50% {
		transform: scale(1.5);
		background-color: transparent;
   }
	51% {
		transform: scale(0.8);
   }
	100% {
		background-color: #f5f5f5;
		transform: scale(1);
   }
}
@keyframes bounce {
	0% {
		margin-top: 0;
   }
	50% {
		margin-top: -4px;
   }
	100% {
		margin-top: 0;
   }
}
@keyframes exhaust {
	0% {
		background: linear-gradient(to bottom, transparent 10%, rgba(255,255,255,.2) 50%, transparent 100%);
   }
	50% {
		background: linear-gradient(to bottom, transparent 8%, rgba(255,255,255,.2) 50%, transparent 100%);
   }
	75% {
		background: linear-gradient(to bottom, transparent 12%, rgba(255,255,255,.2) 50%, transparent 100%);
   }
}
@keyframes fumes2 {
	50% {
		transform: scale(1.1);
   }
}
@keyframes twinkle {
	80% {
		transform: scale(1.1);
		opacity: 0.7;
   }
}

#main_slider.active .overlay {
	opacity: 0;
	transition: all 1000ms;
}
#main_slider.active .overlay .rocket .exhaust-flame {
	transform:translate3d(0,-100vh,0);
}
#main_slider.active .overlay .rocket-body {
	animation: inherit;
	transition: all 1000ms;
	transform:translate3d(0,-100vh,0);
}
.mega_container .close_menu {
	width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.mega_container .close_menu svg {
}
.mega_container .close_menu svg path {
	transition: all 400ms;
	transform-origin: center;
}
.mega_container .close_menu:hover svg path:first-child {
	transform: rotate(45deg);
}
.mega_container.low_mega_container .close_menu {
	display: none;
}

/*ANASAYFA OVERLAY*/

.doc_cover_img {
	
}

#loading-screen {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	opacity: 1;
 	transition: 1s opacity;
}

#loading-screen.fade-out {
    opacity: 0;
}

#loader {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
	transform: translate3d(-50%,-50%,0);
}

#three_cont .chevron_icon {
	position: absolute;
	right: 15px;
	bottom: 10px;
	left: auto;
	max-width: 50px;
	transform: translate3d(0, 0, 0) rotate(90deg);
	pointer-events: inherit;
	cursor: pointer;
}
#three_cont .chevron_icon path {
	transition: all 400ms;
	transform-origin: center;
}
#three_cont .chevron_icon:hover path:last-child {
	transform:rotate(45deg);
}
#three_cont .pause_icon {
	position: absolute;
	left: 15px;
	bottom: 10px;
	max-width: 50px;
	transform: translate3d(0, 0, 0);
	pointer-events: inherit;
	cursor: pointer;
}
#three_cont .pause_icon path {
	transition:all 400ms;
	transform-origin: center;
}
#three_cont .pause_icon:hover path:first-child {
	transform:rotate(45deg);
}
#three_cont .loading_text {
	display: block;
    position: absolute;
    left: 50%;
	font-size:12px;
    top: calc(50% + 42px);
	transform: translate3d(-50%,-50%,0);
	color:#1c1c1b;
}

@media screen and (min-width: 2600px) {/*
	#main_slider .main_bg_c.main_bg_6 {
		top: auto;
		bottom:0;
	}
	#main_slider .main_bg_c.main_bg_4 {
		top:120%;
	}
	#main_slider .main_bg_c.main_bg_5 {
		top:80%;
		right:0;
	}
	#main_slider .slides .slider_item.gudumlu_muhimmat_sistemleri img {
		top:30%;
	}
	#main_slider .slides .slider_item.hava_sistemleri img {
		top:30%;
	}
	#main_slider .slides .slider_item.uzay_sistemleri img {
		top:30%;
	}*/
}
@media screen and (min-width: 2000px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width:1540px;
	}
}
@media screen and (min-width: 2500px) {
	/*#main_slider .slides .slider_item.uzay_sistemleri img {
		right: 15%;
	}
	#main_slider .slides .slider_item .slide_content .slide_title {
		font-size:4vw;
	}
	#main_slider .main_bg_c.main_bg_3 {
		bottom:0;
	}
	#main_slider .main_bg_c.main_bg {
		height:5555px;
	}
	#main_slider .slides .slider_item.kara_sistemleri img {
		width:5500px;
	}*/
}
@media screen and (min-width: 1199px) {
	
}
@media screen and (max-width: 1919px) {
	.product_tagline .product_title h1 {
		font-size:36px;
	}
	.product_tagline .product_title h1 strong {
		font-size:24px;
		letter-spacing: -1px;
	}
}
@media screen and (max-width: 1680px) {
	/*#main_slider .slides .slider_item.deniz_sistemleri .slide_content {
		left:50%;
	}
	#main_slider .slides .slider_item.kara_sistemleri .slide_content {
		left:20%;
	}*/
	footer hr {
		max-width: 800px;
	}
}

@media screen and (max-width: 1570px) {
	.ozdegerler_slider_section .oz_degerler_prev {
		left:15px;
	}
	.ozdegerler_slider_section .oz_degerler_next {
		right:15px;
	}
}

@media screen and (max-width: 1440px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1280px;
	}
	.photo_grid_cont .photo_item {
		height:160px;
	}
	.photo_grid_cont.photo_tag_cont .photo_item .item_img {
		height:160px;
	}
	.document_grid_cont .document_item .item_img {
		width:100%;
	}
	.ozdegerler_swiper {
		max-width: 1200px;
	}
	.ozdegerler_slider_section .oz_degerler_prev {
		left:15px;
	}
	.ozdegerler_slider_section .oz_degerler_next {
		right:15px;
	}
	.timeline_slider>.container {
		padding-right:var(--bs-gutter-x,.75rem);
		padding-left:var(--bs-gutter-x,.75rem);
	}
	.timeline_slider .swiper-slide .container {
		padding-right:var(--bs-gutter-x,.75rem);
		padding-left:var(--bs-gutter-x,.75rem);
	}
	.timeline_slider .swiper-slide .slider_text_cont .slider_text {
		margin-top:30px;
	}
	.timeline_slider {
		height:550px;
	}
	

	header .navbar-main .navbar-nav li div.mega_main ul {
		min-width: inherit;
	}
	header .navbar-main .navbar-nav li .low_mega_container div.mega_main ul {
		margin-right:0;
	}
	header .navbar-main .navbar-nav li .low_mega_container div.mega_main ul li a {
		padding:15px 0;
	}
	header .navbar-main .navbar-nav li div.mega_container .container {
		max-width: 1420px;
	}
	header .navbar-main .navbar-nav li a {
		font-size:14px;
	}
	header .navbar-main .navbar-nav li div.mega_main ul li a {
		font-size:14px;
		padding:6px;
	}

	#main_slider .slides .slider_item.hava_sistemleri img {
		height:100%;
	}

	/*#main_slider .slides .slider_item.uzay_sistemleri img {
		max-width: 450px;
	}
	#main_slider .main_bg_c.main_bg_3 {
		bottom:-65%;
	}
	#main_slider .slides .slider_item.uzay_sistemleri .slide_content {
		left:20%;
	}
	#main_slider .slides .slider_item.hava_sistemleri img {
		max-width: 600px;
		left:0;
	}
	#main_slider .slides .slider_item.hava_sistemleri .slide_content {
		left:50%;
	}
	#main_slider .main_bg_c.main_bg_5 {
		width: 1920px;
		height:auto;
	}
	#main_slider .main_bg_c.main_bg_8 {
		top:75%;
	}
	#main_slider .slides .slider_item.kara_sistemleri img {
		width: 2680px;
	}
	#main_slider .slides .slider_item.deniz_sistemleri .slide_content {
		left:75%;
	}
	#main_slider .slides .slider_item.gudumlu_muhimmat_sistemleri img {
		max-width: 500px;
	}*/
	header .navbar-main .navbar-nav.header_second_nav {
		position: relative;
		z-index:2;
	}
}

@media screen and (max-width: 1367px) {
	.ozdegerler_swiper .swiper-slide-next:after {
		display: none;
	}
	header .hizmet_infos .hizmet_info .hizmet_img {
		max-width: 300px;
	}
	footer hr {
		max-width: 600px;
	}
}
@media screen and (max-width: 1300px) {
	#three_cont .chevron_icon {
		right:15px;
	}
	#three_cont .pause_icon {
		left:15px;
	}
}
@media screen and (max-width: 1280px) {
	.mega_container .close_menu {
		display: none;
	}
	.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;
	}
	.news_slider .swiper-slide a .item_bg {
		height:270px;
	}
	/*#main_slider .slides .slider_item.kara_sistemleri img {
		width:2220px;
	}*/
	.ozdegerler_swiper {
		max-width: 1000px;
	}

	#main_slider .slides .slider_item.gudumlu_muhimmat_sistemleri img {
		max-width: 500px;
	}
	#main_slider .slides .slider_item.gudumlu_muhimmat_sistemleri img.som {
		max-width: 500px;
	}
	#main_slider .slides .slider_item.gudumlu_muhimmat_sistemleri img.mam_t {
		max-width: 500px;
	}
	#main_slider .slides .slider_item .slide_content .slide_title {
		font-size:42px;
		letter-spacing: -1px;
	}
}
@media screen and (max-width: 1290px) {
	#mobile_menu_btn {
		display: inline-block;
		width:40px;
		height:40px;
		float: right;
		position: relative;
		top:9px;
		margin-left:10px;
	}
	#mobile_menu_btn span {
		display: block;
		width:100%;
		height:2px;
		background:#1C1C1B;
		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 {
		height:60px;
	}
	.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:170px;
		width:100%;
		margin-top:15px;
	}
	header .navbar-main .navbar-nav.header_second_nav {
		padding-top:11px;
	}
	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:#1C1C1B;
	}
	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:60px;
	}
	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;
	}
}
@media screen and (max-width: 1200px) {
	.style_col .doc_list ul li {
		max-width: calc((100% / 2) - 20px);
	}
	.product_tagline .product_title h1 {
		font-size:36px;
	}
	.product_tagline .product_title h1 strong {
		font-size:24px;
	}
	.timeline_pagination {
		width:auto;
	}
	footer .footer_sec_1 {
		padding-top:0;
	}
	footer ul.footer_social_links {
		margin:50px -10px;
		position: static;
		transform: translate3d(0,0,0);
	}
	footer .footer_sec_1 p {
		position: static;
		transform: translate3d(0,0,0);
	}
}
@media screen and (max-width: 1024px) {
	.photo_grid_cont .photo_item {
		max-width: calc((100% / 3) - 46px);
	}
	.photo_grid_cont .photo_item {
		height:200px;
	}
	.photo_grid_cont.photo_tag_cont .photo_item .item_img {
		height:215px;
	}
	.document_grid_cont .document_item {
		max-width:calc((100% / 5) - 30px);
	}
	.document_grid_cont .document_item .item_img {
		width:160px;
	}
	.product_grid_list li {
		max-width: calc(100% / 3);
	}
	.timeline_pagination_cont {
		width:100%;
		overflow-x: auto;
		position: absolute;
		left:0;
		bottom:0;
		height:100px;
	}
	
	.special_menu {
		display: none;
	}
	header .navbar-main .navbar-nav li div.mega_container {
		max-height:0;
		height:auto;
	}
	header .navbar-main .navbar-nav li.m_active div.mega_container {
		max-height:500px;
		overflow-y: auto;
		height:auto;
	}
	#main_slider .main_bg_c.main_bg_2 {
		height:100vh;
		width: auto;
	}
	#main_slider .main_bg_c.main_bg_2 img {
		height:100vh;
	}
	/*#main_slider .slides .slider_item .slide_content .slide_title {
		font-size:50px;
	}
	#main_slider .slides .slider_item.uzay_sistemleri .slide_content {
		left:5%;
	}
	#main_slider .slides .slider_item.hava_sistemleri img {
		max-width: 500px;
	}
	#main_slider .slides .slider_item.kara_sistemleri img {
		width:1920px;
	}
	#main_slider .main_bg_c.main_bg_2 {
		top:0;
	}
	#main_slider .slides .slider_item.gudumlu_muhimmat_sistemleri img {
		max-width: 450px;
	}*/
}

@media screen and (max-width: 910px) {
	.news_grid_cont .news_item {
		max-width:100%;
		margin:25px 0;
	}
	#home_news .news_grid_cont .news_item {
		max-width:100%;
		margin:25px 0;
	}
	#main_slider .slides .slider_item.deniz_sistemleri .slide_content {
		transform: translate3d(0%,-50%,0);
	}
	#main_slider .slides .slider_item.gudumlu_muhimmat_sistemleri img {
		max-width:350px;
	}
	#main_slider .slides .slider_item.gudumlu_muhimmat_sistemleri img.som {
		max-width:350px;
	}
	#main_slider .slides .slider_item.gudumlu_muhimmat_sistemleri img.mam_t {
		max-width:350px;
	}
}
@media screen and (max-width: 800px) {
	#home_news .news_grid_cont .news_item {
		max-width:calc(100% / 3);
	}
}
@media screen and (max-width: 768px) {
	.photo_grid_cont .photo_item {
		height:150px;
	}
	.photo_grid_cont.photo_tag_cont .photo_item .item_img {
		height:150px;
	}
	.document_grid_cont .document_item {
		max-width:calc((100% / 4) - 30px);
	}
	.document_grid_cont .document_item .item_img {
		width:160px;
	}
	.ozdegerler_swiper .swiper-slide-active:after {
		display: none;
	}
	#home_news .swiper-slide .item_img {
		height:300px;
		display: block;
		background-size:cover;
		background-position: center;
		background-repeat:no-repeat;
	}
	
	#home_news .news_slider .swiper-slide a .item_info {
		align-items: flex-start;
	}
	#home_news .news_slider .swiper-slide a .item_info .item_date {
		margin-top:15px;
	}
	#home_news .news_slider {
		padding-bottom: 50px;
	}
	#home_news .news_pagination {

	}
	#home_news .news_pagination span {
		border:1px solid #676767;
		width:10px;
		height:10px;
		background:transparent;
		opacity: 1;
		margin:0 3px;
	}
	#home_news .news_pagination span:hover {
		border:1px solid #007EA9;
		background:#007EA9;
	}
	#home_news .news_pagination span.swiper-pagination-bullet-active {
		border:1px solid #007EA9;
		background:#007EA9;
	}
	/*#main_slider {
		height:50vh;
	}
	#main_slider .slides .slider_item.uzay_sistemleri img {
		max-width: 300px;
	}
	#main_slider .slides .slider_item.hava_sistemleri img {
		max-width: 370px;
	}
	#main_slider .slides .slider_item.gudumlu_muhimmat_sistemleri img {
		max-width: 350px;
	}
	#main_slider .slides .slider_item.gudumlu_muhimmat_sistemleri .slide_content {
		left:50%;
	}
	#main_slider .slides .slider_item .slide_content .slide_title {
		font-size:40px;
		letter-spacing: -2px;
	}
	#main_slider .slides .slider_item.kara_sistemleri .slide_content {
		left:8%;
	}
	#main_slider .slides .slider_item.deniz_sistemleri .slide_content {
		left:65%;
	}
	#main_slider .slides .slider_item.kara_sistemleri img {
		width:1500px;
	}*/
}

@media screen and (max-width: 768px) {

	.gallery_col_6 .grid_gallery div {
		max-width: calc(100% - 20px);
	}
	.ozdegerler_swiper .swiper-slide {
		padding:0 15px;
	}
	
	.photo_grid_cont {
		margin: -15px;
	}
	.photo_grid_cont .photo_item {
		max-width: calc((100% / 2) - 30px);
		margin:15px;
	}
	.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;
	}
	.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;
	}
	.news_grid_cont .news_item a .item_img {
		max-width: 100%;
	}
	.news_grid_cont .news_item a .item_info {
		max-width: 100%;
	}
	.style_col .doc_list ul {
		margin:0;
	}
	.style_col .doc_list ul li {
		max-width: 100%;
		margin:10px 0;
	}
	.product_grid_list li {
		max-width: 100%;
	}
	.ozdegerler_swiper {
		max-width: 190px;
	}
	.timeline_slider .swiper-slide:before {
		content:"";
		position: absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.6);
		mix-blend-mode: multiply;
	}
	.timeline_slider .swiper-slide .slider_text_cont {
		position: relative;
	}
	.timeline_slider .swiper-slide.right .slider_text_cont {
		justify-content: flex-start;
	}
	.timeline_slider .swiper-slide .slider_text_cont p {
		font-size:14px;
	}
	.news_header .news_slide_prev {
		right:50px;
	}
	.tabbed_nav {
		overflow-x: auto;
		white-space: nowrap;
	}
	.tabbed_nav ul {
		display: block;
	}
	.tabbed_nav ul li {
		display: inline-block;
	}
	header .navbar-main #logo {
		max-width: 140px;
		margin-top:18px;
	}
	header .navbar-main .navbar-nav {
		padding-top:10px;
	}
	header .navbar-main .navbar-nav.header_second_nav li a {
		padding:10px 5px;
	}
	header .navbar-main .navbar-nav.header_second_nav li a:after {
		display: none;
	}
	header .navbar-main .navbar-nav li>a {
		padding:10px 20px;
	}
	header .navbar-main .navbar-nav li>a:after {
		display: none;
	}
	header .navbar-main .navbar-nav li div.mega_main {
		display: block;
	}
	header .navbar-main .navbar-nav li div.mega_main ul li a {
		display: block;
	}
	header .navbar-main .navbar-nav li div.mega_main ul {
		margin-right:0;
		padding:0 0;
	}
	header .navbar-main .navbar-nav li div.mega_container {
		position: static;
		box-shadow: none;
	}
	header .navbar-main .navbar-nav li.m_active div.mega_container {
		overflow-x:hidden;
	}
	header .navbar-main .navbar-nav li div.mega_container .first_child_cont {
	}
	header .navbar-main .navbar-nav li div.mega_container .second_child_cont {
		position: fixed;
		right:-100vw;
		width:100%;
		top:60px;
		height:calc(100vh - 60px);
		background:#fff;
		z-index: 3;
		transition: all 400ms;
		overflow-y: auto;
	}
	header .navbar-main .navbar-nav li div.mega_container .second_child_cont>span {
		display: block;
		border-bottom: 1px solid #f2f2f2;
		padding: 15px;
		margin-bottom: 10px;
	}
	header .navbar-main .navbar-nav li div.mega_container .second_child_cont>span>svg {
		margin-right:10px;
	}
	header .navbar-main .navbar-nav li div.mega_container .second_child_cont>span>span {
		font-size:16px;
	}
	header .navbar-main .navbar-nav li div.mega_container .second_child_cont ul {
		padding:0 10px;
		max-height: inherit;
		display: none;
	}
	header .navbar-main .navbar-nav li div.mega_main .second_child_cont ul.active {
		max-height: inherit;
		display: block;
	}
	header .navbar-main .navbar-nav li div.mega_container .second_child_cont.active {
		right:0;
	}
	header .navbar-main .navbar-nav li div.mega_container .third_child_cont {
		position: fixed;
		right:-100vw;
		width:100%;
		height:calc(100vh - 60px);
		top:60px;
		background:#fff;
		z-index: 3;
		transition: all 400ms;
		overflow-y: auto;
	}
	header .navbar-main .navbar-nav li div.mega_container .third_child_cont>span {
		display: block;
		border-bottom: 1px solid #f2f2f2;
		padding: 15px;
		margin-bottom: 10px;
	}
	header .navbar-main .navbar-nav li div.mega_container .third_child_cont>span>svg {
		margin-right:10px;
	}
	header .navbar-main .navbar-nav li div.mega_container .third_child_cont>span>span {
		font-size:16px;
	}
	header .navbar-main .navbar-nav li div.mega_container .third_child_cont ul {
		padding:0 10px;
	}
	header .navbar-main .navbar-nav li div.mega_container .third_child_cont.active {
		right:0;
	}
	header .navbar-main .navbar-nav li div.mega_main .third_child_cont ul {
		max-height: inherit;
		display: none;
	}
	header .navbar-main .navbar-nav li div.mega_main .third_child_cont ul.active {
		max-height: inherit;
		display: block;
	}
	h1 {
		letter-spacing: 0;
		font-size:36px;
	}
	.f_s_72 {
		font-size:36px;
	}
	.f_s_60 {
		font-size:36px;
	}
	.f_s_48 {
		font-size:36px;
	}
	.f_s_40 {
		font-size:36px;
	}
	.f_s_36 {
		font-size:36px;
	}
	.f_s_30 {
		font-size:30px;
		line-height:1.3;
	}
	.f_s_24 {
		font-size:24px;
	}
	.f_s_20 {
		font-size:20px;
	}
	.comment_text:before {
		left:15px;
	}
	.comment_text:after {
		right:15px;
	}
	.mobile_center {
		float: none !important;
		display: block;
		margin-left:auto;
		margin-right:auto;
	}
	.flip_box_cont .flip_faces {
		max-width: 100%;
		width: 100%;
		position: relative;
		margin: 5px 0;
	}
	.section_flex.mobile_reverse .container .row {
		flex-direction: column-reverse;
	}
	.tab_col_swiper {
		max-width:100%;
		padding-top: 60px;
	}
	.tab_col_slider .tab_col_next {
		top:0;
		transform: translate3d(0,0,0);
		margin-top:0;
		right:10px;
	}
	.tab_col_slider .tab_col_prev {
		top:0;
		transform: translate3d(0,0,0);
		margin-top:0;
		left: auto;
		right: 60px;
	}
	.mobile_bg_colored {
		position: relative;
	}
	.mobile_bg_colored .container-fluid {
		position: relative;
	}
	.mobile_bg_colored .container {
		position: relative;
	}
	.mobile_bg_colored:before {
		content:"";
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.7);
	}
	.gallery_list {
		max-width: 100%;
		height:190px;
	}
	.gallery_list_thumb {
		max-width:100%;
		height:100px;
		margin-left:0;
		margin-top:70px;
		display: none;
	}
	.gallery_list_cont .gallery_list_next {
		transform: rotate(0);
	}
	.gallery_list_cont .gallery_list_prev {
		transform: rotate(0);
	}
	.gallery_list_cont {
		padding-top:50px;
	}
	.accordion .card-header {
		padding:15px 0;
	}
	.accordion .card-header button {
		font-size: 18px;
	}
	.tab_list_images {
		position: relative;
		padding-top:60px;
	}
	.tab_list_images .tab_list_prev {
		position: absolute;
		left:auto;
		right:60px;
		top:0;
		background:transparent;
		margin-top:0;
		width:40px;
		height:40px;
	}
	.tab_list_images .tab_list_next {
		position: absolute;
		left:auto;
		right:10px;
		top:0;
		background:transparent;
		margin-top:0;
		width:40px;
		height:40px;
	}
	.tab_list_images.title_0 h3 {
		display: none;
	}
	.section_sayp_logos {
		text-align: center;
	}
	.section_sayp_logos .col2 {
		border-right: 0;
	}
	.section_sayp_logos .col2 p {
		margin-bottom:0;
	}
	.section_sayp_logos.border_bottom_0 .col2 {
		border-bottom: 1px solid #A2A9AE;
	}
	.section_sayp_logos.border_bottom_0 .col2:last-child {
		border-bottom: 0;
	}
	.news_grid_cont .news_item a .item_info {
		padding-left:0;
		padding-top:15px;
	}
	.product_tagline {
		height:auto;
	}
	.product_tagline_bg {
		height:300px;
		position: relative;
	}
	.product_tagline .product_title {
		padding:20px;
		display: block;
	}
	.product_tagline .product_title h1 {
		font-size:36px;
		line-height: .9;
	}
	.product_tagline .product_title h1 strong {
		font-size:24px;
		letter-spacing: -1px;
		display: block;
		line-height: 1.2;
	}
	.tagline-highlight {
		font-size:24px;
	}
	.document_cont {
		padding:15px;
	}
	.document_cont .document_info .document_title {
		font-size:16px;
	}
	.document_cont .doc_cover_img {
		width:140px;
	}
	.document_cont .document_info {
		max-width: calc(100% - 40px);
	}
	.document_cont .document_info .document_size_type .document_type {
		font-size:14px;
	}
	.document_cont svg {
		display: none;
	}
	.document_cont .document_info .document_size_type .document_filesize {
		font-size:14px;
		margin-left:5px;
	}
	.other_products {
		max-width: 100%;
	}
	.scroll_icon {
		display: none;
	}
	footer ul.footer_social_links {
		margin:20px -10px;
	}
	footer .footer_sec_2 ul {
		flex-wrap: wrap;
	}
	footer .footer_sec_2 ul li {
		width:100%;
	}
	footer .footer_sec_2 ul li a {
		padding:8px 15px;
	}
	footer .footer_sec_2 ul li:last-child a {
		border-bottom: 0;
	}
	footer .footer_sec_2 ul li:after {
		display: none;
	}
	footer #rocket-top {
		display: none;
	}
	.news_info_section {
		padding-top:50px;
		height:auto;
	}
	.home_kariyer .tagline_content {
		max-width:100%;
		padding:20px 20px 20px 30px;
	}
	.home_kariyer .tagline_image {
		max-width: 100%;
		height:300px;
	}
	#home_news .news_grid_header a svg {
		display: none;
	}
	#home_news .news_grid_header a .header_title {
		font-size:20px;
	}
	#home_news .news_grid_header a {
		padding:15px 15px 15px 40px;
	}
	.side_menu_cont>.row>.col3 {
		padding-bottom: 50px;
	}
	.home_mobile_slider {}
	.home_mobile_slider {
		background: #202938;
	}
	.home_mobile_slider .swiper-slide {}
	.home_mobile_slider .swiper-slide .slide_content {
		display: block;
		z-index: 2;
		color: #FFF;
		width:100%;
		padding: 10px 15px 10px;
		background:#202938;
		position: relative;
	}
	.home_mobile_slider .swiper-slide .slide_title {
		display: block;
		max-width: calc(100% - 50px);
		margin-bottom: 5px;
		font-weight: 700;
		font-size:26px;
		line-height: 1.2;
	}
	
	.home_mobile_slider .swiper-slide .btn_black {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate3d(0, -50%, 0);
	}
	.home_mobile_slider .swiper-slide .btn_black svg {
		width:38px;
		height:38px;
	}
	.home_mobile_slider .swiper-slide .btn_black svg path {
		fill:#fff;
	}
	.home_mobile_slider .swiper-slide .btn_black span {
		padding:9px 30px 11px 40px;
		margin-left:-17px;
		display: none;
	}
	
	.home_mobile_pagination {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.home_mobile_pagination span {
		width: 10px;
		height: 10px;
		background: transparent;
		border: 1px solid #FFF;
		opacity: 1;
		margin:0 3px;
	}
	.home_mobile_pagination span.swiper-pagination-bullet-active {
		background: #FFF;
	}
	.document_cont {
		margin-top:0;
	}
	.footer_sec_2 p {
		font-size:14px;
	}
	.other_products h2 {
		padding:0 15px;
	}
	.grid_gallery div {
		max-width: calc(100% - 20px);
	}
	header .navbar-main .navbar-nav li div.mega_main ul li a {
		padding:10px 15px;
	}
	header .navbar-main .navbar-nav li .low_mega_container div.mega_main ul li a {
		padding:10px 15px;
	}
	.col-md-12,	.col-md-11,
	.col-md-10, .col-md-9,
	.col-md-8,
	.col-md-7,
	.col-md-6,
	.col-md-5,
	.col-md-4,
	.col-md-3,
	.col-md-2,
	.col-md-1 {
		width:100%;
	}
}

.sonp { display:none; }
@media print {
	body { -webkit-print-color-adjust: exact !important; color-adjust: exact !important; page-break-after: avoid; }
	.sonp { display:block; }
	header { display:none; }
	.product_tagline { height:auto !important; }
	.product_tagline_bg { width:100%; }
	.product_title { width:100%; }
	.content_wrapper { margin-top:0; }
	section:firsth-child { height:100vh !important; }

	.gallery_list_cont { display:none; }
	footer { display:none; }
	.document_cont { display:none; }
	.other_products_cont { display:none; }
	.play_btn { display:none; }
	.document_3d { display:none; }
	.tabbed_nav { display:none; }
	.all_news_link { display:none; }
	#three_cont { display: none; }
	.pagebreak { display:none; }
	.pagebreak_content { height:auto !important; overflow:visible; }
	#media_search_form { display:none; }
	body > a.btn.btn-info { display:none; }
	.front_face { display:block !important; min-height:auto !important; padding:30px 0; }
	.back_face { display:none !important; }
}

@media screen and (max-width: 650px) {
	#home_news .news_grid_cont .news_item {
		max-width:100%;
	}
	#main_slider .slides .slider_item.hava_sistemleri img {
		transform: translate3d(-80%, -50%, 0) scale(0.8);
	}
	#main_slider .slides .slider_item .slide_content .slide_title {
		font-size:22px;
	}
	#main_slider .slides .slider_item.gudumlu_muhimmat_sistemleri img {
		max-width: 250px;
	}
	#main_slider .slides .slider_item .slide_content a {
		font-size:12px;
		line-height: 1.4;
	}
	.splash-body {
	    max-width: 320px !important;
    	max-height: 400px !important;
	}
}
