@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,600,700&amp;subset=latin-ext');
body {
	font-family: 'Rajdhani', sans-serif;
	overflow-x: hidden;
	overflow-y: scroll!important
}

html,
body {
	height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
.nivo-caption .slide-head,
.services .nav-tabs>li>a,
.lead {
	font-family: 'Rajdhani', sans-serif
}

.ui.button {
	font-family: 'Rajdhani', sans-serif
}

::selection {
	background: #749ba5;
	color: #fff
}

*:focus {
	outline: none
}

a {
	color: #e42128;
	-webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1);
	-moz-transition: all .3s cubic-bezier(.175, .885, .32, 1);
	-o-transition: all .3s cubic-bezier(.175, .885, .32, 1);
	transition: all .3s cubic-bezier(.175, .885, .32, 1);
	text-decoration: underline
}

a,
a:link,
a:visited {
	text-decoration: none
}

ul,
ol {
	list-style-position: inside;
	padding: 0;
	margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	color: #555;
	line-height: normal;
	margin-top: 20px;
	margin-bottom: 10px
}

img {
	border: 0;
	height: auto;
	width: auto
}

strong {
	font-weight: 700
}

.clearfix {
	zoom: 1
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table
}

.clearfix:after {
	clear: both
}

p {
	font-family: 'Rajdhani', sans-serif;
	color: #515a5f;
	font-size: 17px
}

blockquote {
	margin: 0;
	padding: 0;
	border: 0
}

.img-inner {
	width: 100%
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 300
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.clearfix::after {
	content: '';
	clear: both;
	display: table
}

.align-center {
	text-align: center!important
}

.no-margin {
	margin: 0!important
}

.ui.page-orange.button {
	background-color: #fdb814
}

.ui.page-orange.button:hover,
.ui.page-orange.button:active,
.ui.page-orange.button:focus {
	opacity: .8
}

.ui.form input.form-control:not([type]),
.ui.form input.form-control[type='date'],
.ui.form input.form-control[type='datetime-local'],
.ui.form input.form-control[type='email'],
.ui.form input.form-control[type='file'],
.ui.form input.form-control[type='number'],
.ui.form input.form-control[type='password'],
.ui.form input.form-control[type='search'],
.ui.form input.form-control[type='tel'],
.ui.form input.form-control[type='text'],
.ui.form input.form-control[type='time'],
.ui.form input.form-control[type='url'] {
	color: #83a7a5;
	border-radius: 0;
	border-color: #c1d3d2;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
	padding: .857em 1em
}

.ui.form textarea.form-control {
	font-size: 14px;
	color: #83a7a5;
	border-radius: 0;
	border-color: #c1d3d2;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12)
}

.ui.form select.form-control {
	font-size: 14px;
	color: #83a7a5;
	height: 43px;
	border-radius: 0;
	border-color: #c1d3d2;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12)
}

.ui.form ::-webkit-input-placeholder {
	color: #878787
}

.ui.form :-moz-placeholder {
	color: #878787
}

.ui.form ::-moz-placeholder {
	color: #878787
}

.ui.form :-ms-input-placeholder {
	color: #878787
}

.ui.primary.button,
.ui.primary.buttons .button {
	background-color: #005d8d;
	color: #fff;
	text-shadow: none;
	background-image: none
}

.ui.page-button {
	background: #ca1d40;
	color: #fff;
	border-radius: 0;
	margin: 0
}

.ui.page-button:hover {
	background: #bd1b22;
	color: #fff
}

.ui.page-form .field>label {
	font-size: 16px;
	margin-bottom: 10px
}

.ui.page-form input:not([type]),
.ui.page-form input[type='date'],
.ui.page-form input[type='datetime-local'],
.ui.page-form input[type='email'],
.ui.page-form input[type='file'],
.ui.page-form input[type='number'],
.ui.page-form input[type='password'],
.ui.page-form input[type='search'],
.ui.page-form input[type='tel'],
.ui.page-form input[type='text'],
.ui.page-form input[type='time'],
.ui.page-form input[type='url'] {
	font-family: 'Rajdhani', sans-serif;
	padding: 1em 1em;
	border: 1px solid #d0d0d0;
	background: #f8f8f8;
	font-size: 16px
}

.ui.page-form input[type='file'] {
	padding: 1em
}

.ui.page-form .field {
	margin-bottom: 1.5em
}

.ui.page-form .field p {
	font-size: 11px;
	color: #000;
	padding: 5px
}

.ui.page-form .field a {
	font-size: 11px;
	color: #000;
	padding: 5px;
	display: block
}

.ui.page-form input:not([type]):focus,
.ui.page-form input[type='date']:focus,
.ui.page-form input[type='datetime-local']:focus,
.ui.page-form input[type='email']:focus,
.ui.page-form input[type='file']:focus,
.ui.page-form input[type='number']:focus,
.ui.page-form input[type='password']:focus,
.ui.page-form input[type='search']:focus,
.ui.page-form input[type='tel']:focus,
.ui.page-form input[type='text']:focus,
.ui.page-form input[type='time']:focus,
.ui.page-form input[type='url']:focus {
	border-color: #23364b
}

.ui.page-form textarea {
	font-family: 'Rajdhani', sans-serif;
	border: 1px solid #d0d0d0;
	background: #f8f8f8;
	font-size: 16px
}

.ui.page-form textarea:focus {
	border-color: #000
}

.ui.page-form select.ui.dropdown {
	font-family: 'Rajdhani', sans-serif;
	padding: 1em 1em;
	border: 1px solid #d0d0d0;
	background: #f8f8f8;
	font-size: 16px;
	height: 57px
}

.ui.page-form .ui.selection.dropdown {
	font-family: 'Rajdhani', sans-serif;
	border: 1px solid #d0d0d0;
	line-height: 1.21428571em;
	padding: 1.18em 2.1em 1.18em 1em;
	background: #f8f8f8
}

.ui.page-form .ui.selection.dropdown .text {
	color: #878787;
	font-size: 16px
}

.ui.page-form .ui.selection.dropdown>.delete.icon,
.ui.page-form .ui.selection.dropdown>.dropdown.icon,
.ui.page-form .ui.selection.dropdown>.search.icon {
	top: 1.285714em
}

.white-popup {
	position: relative;
	background: #fff;
	padding: 40px;
	border-radius: 10px;
	width: auto;
	max-width: 685px;
	margin: 20px auto
}

.ml-15 {
	margin-left: 15px
}

.mb-15 {
	margin-bottom: 15px
}

.table {
	width: 100%;
	margin-bottom: 15px
}

.table tbody tr td {
	padding: 8px
}

.direction {
	margin-bottom: 15px
}

.direction a {
	background: #f58220;
	color: #fff;
	padding: 15px 40px;
	display: block;
	float: left;
	font-size: 16px;
	margin-right: 10px
}

.direction a:hover {
	background: #c4600a }

@media only screen and (min-width:1200px) {
	.ui.container,
	.ui.grid.container {
		width: 1170px!important
	}
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

.nav-mobil-bg {
	-moz-transition: all .5s cubic-bezier(.175, .885, .32, 1);
	-o-transition: all .5s cubic-bezier(.175, .885, .32, 1);
	-webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1);
	transition: all .5s cubic-bezier(.175, .885, .32, 1);
	background: rgba(0, 0, 0, .3);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: -100%;
	z-index: 998;
	width: 100%;
	height: 100%
}

.nav-mobil-bg.opened {
	left: 0
}

.nav-mobile-trigger {
	display: none;
	font-size: 34px;
	color: #ca1d40;
	float: right;
	position: absolute;
	bottom: 5px;
	right: 5px
}

.nav-mobile-trigger:hover {
	color: #ca1d40
}

#header {
	border-top: 3px solid #ca1d40;
	position: fixed;
	z-index: 99999;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	background: rgb(255 255 255 / 0.9);
}

/*.index #header {
	background: none
}*/

#header.fixed-header {
	background: #fff;
	/*-webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .3);
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .3)*/
}

#header.fixed-header .main-nav-wrapper .main-nav {
	margin-top: 0
}

#header.fixed-header .main-logo {
	/*margin-top: 25px*/
	padding: 15px 0;
}

.main-logo {
	display: block;
	float: left;
	/*margin-top: 35px*/
}

.main-logo img {
	display: inherit
}

.page-language {
	float: right;
	margin-top: 7px;
	border-left: 1px solid rgba(255, 255, 255, .2);
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px
}

.page-language a {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	padding: 0 4px
}

.page-language a.active {
	background: #ca1d40
}

.top-social {
	list-style-type: none;
	float: right;
	margin-top: 35px;
	margin-right: 15px
}

.top-social li {
	float: left;
	width: auto;
	text-align: center
}

.top-social li a {
	font-size: 16px;
	color: #002955;
	padding-left: 15px
}

.main-nav-wrapper {
	float: right
}

.main-nav-wrapper .main-nav {
	list-style-type: none;
	/*margin-top: 10px;*/
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	border-top: 1px solid #ccc;
}

.main-nav-wrapper .main-nav>li {
	float: left;
	position: relative
}

.main-nav-wrapper .main-nav>li:nth-last-child(1) ul,
.main-nav-wrapper .main-nav>li:nth-last-child(2) ul {
	right: 0;
	left: auto
}

.main-nav-wrapper .main-nav>li>a {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	padding: 0 15px;
	line-height: 50px;
	display: block
}

.main-nav-wrapper .main-nav>li.active {
	background: #ca1d40;
	position: relative
}

.main-nav-wrapper .main-nav>li.active a {
	color: #fff
}

.main-nav-wrapper .main-nav>li:hover {
	background-color: #ca1d40
}

.main-nav-wrapper .main-nav>li:hover a {
	color: #fff
}

.main-nav-wrapper .main-nav ul {
	display: none;
	list-style-type: none;
	background: #ca1d40;
	width: 255px;
	position: absolute;
	top: 100%;
	left: 0
}

.main-nav-wrapper .main-nav ul li a {
	display: block;
	color: #fff;
	padding: 10px 15px;
	border-bottom: 1px solid #ce141c;
	font-size: 15px;
	font-weight: 600
}

.main-nav-wrapper .main-nav ul li:last-child a {
	border-bottom: 0
}

.main-nav-wrapper .main-nav ul li:hover a {
	background: #ce141c
}

.slider-text h4 {
	font-size: 50px;
	color: #ca1d40
}

.slider-text h4 strong {
	display: block;
	font-size: 70px;
	line-height: 70px
}

.slider-text p {
	font-size: 26px;
	color: #fff
}

.slider-text .ui.button {
	background: #ca1d40;
	color: #fff;
	padding: 12px 40px;
	border-radius: 0;
	font-size: 18px;
	position: relative
}

.slider-text .ui.button:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: inline-block;
	background: #ca1d40;
	width: 10px;
	-moz-transform: translateX(50%) skewX(-15deg);
	-webkit-transform: translateX(50%) skewX(-15deg);
	-o-transform: translateX(50%) skewX(-15deg);
	-ms-transform: translateX(50%) skewX(-15deg);
	transform: translateX(50%) skewX(-15deg)
}

#banner-alt {
	background: #dedede;
	padding: 1rem 0
}

.banner-alt-item {
	margin: 25px 0 15px;
	text-align: center
}

.banner-alt-item h4 {
	margin: 0;
	padding: 15px 0 0;
	color: #3c3c3c;
	font-weight: bold;
	font-size: 18px
}

.brands .banner-alt-item img {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	opacity: .4
}

.brands .banner-alt-item:hover img {
	opacity: 1
}

#news-from {
	background: url(images/pattern.png) #f6f6f6
}

.news-heading {
	font-size: 16px;
	background: #ca1d40;
	color: #fff;
	padding: 6px 12px;
	display: inline-block;
	font-weight: bold;
	position: relative
}

.news-heading:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: inline-block;
	background: #ca1d40;
	width: 10px;
	-moz-transform: translateX(50%) skewX(-15deg);
	-webkit-transform: translateX(50%) skewX(-15deg);
	-o-transform: translateX(50%) skewX(-15deg);
	-ms-transform: translateX(50%) skewX(-15deg);
	transform: translateX(50%) skewX(-15deg)
}

.news-heading i {
	font-size: 30px;
	vertical-align: middle;
	margin-right: 10px
}

.news-slider-left {
	float: left;
	width: 55%;
	position: relative
}

.news-slider-left:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: inline-block;
	background: url(images/pattern.png) #f6f6f6;
	width: 200px;
	-moz-transform: translateX(50%) skewX(-15deg);
	-webkit-transform: translateX(50%) skewX(-15deg);
	-o-transform: translateX(50%) skewX(-15deg);
	-ms-transform: translateX(50%) skewX(-15deg);
	transform: translateX(50%) skewX(-15deg)
}

.news-slider-left img {
	display: inline;
	max-width: 100%
}

.news-slider-right {
	float: left;
	width: 45%
}

.news-slider-right h4 {
	color: #3c3c3c;
	font-size: 45px;
	font-weight: bold
}

.news-slider-right p {
	font-size: 20px;
	color: #3c3c3c
}

.news-slider-right .inner {
	position: absolute;
	top: 50%;
	left: 55%;
	right: 10%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.custom-tabs ul {
	border: none;
	list-style-type: none
}

.custom-tabs ul li {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	float: left;
	color: #000;
	cursor: pointer;
	position: relative;
	padding: 15px 45px;
	border: 1px solid #c3c3c3;
	width: 50%;
	margin-bottom: 20px;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.custom-tabs ul li:hover {
	border-color: #d71563
}

.custom-tabs ul li.active {
	border-color: #000
}

.custom-tabs .tab-contents .tab-cont {
	display: none
}

.page-heading {
	color: #3c3c3c;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	padding: 50px 0 25px
}

#group-companies {
	background: url(images/pattern.png) #fff
}

.group-slider-left {
	float: left;
	width: 100%;
	position: relative
}

.group-slider-left img {
	display: inherit;
	max-width: 100%
}

.group-slider-right {
	float: left;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%
}

.group-slider-right:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	background: rgba(0, 0, 0, .4);
	width: 140%;
	-moz-transform: translateX(-10%) skewX(-15deg);
	-webkit-transform: translateX(-10%) skewX(-15deg);
	-o-transform: translateX(-10%) skewX(-15deg);
	-ms-transform: translateX(-10%) skewX(-15deg);
	transform: translateX(-10%) skewX(-15deg);
	z-index: 0
}

.group-slider-right h4 {
	color: #fff;
	font-size: 45px;
	font-weight: bold
}

.group-slider-right p {
	font-size: 20px;
	color: #fff
}

.group-slider-right .inner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 10%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10
}

#group-companies-slider .sp-slide {
	overflow: hidden
}

#sigma {
	position: relative;
	background: url(images/pattern.png) #f6f6f6
}

#sigma .news-slider-left {
	width: 35%
}

#sigma .news-slider-right {
	width: 65%
}

#sigma .news-slider-right .inner {
	left: 35%;
	padding-bottom: 50px
}

#sigma .news-slider-left img {
	display: inherit
}

.footer-left {
	float: left;
	width: 50%;
	position: relative;
	background: url(images/pattern.png) #1d1d1d;
	height: 351px
}

.footer-left:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: inline-block;
	background: url(images/pattern.png) #1d1d1d;
	width: 110px;
	-moz-transform: translateX(50%) skewX(17deg);
	-webkit-transform: translateX(50%) skewX(17deg);
	-o-transform: translateX(50%) skewX(17deg);
	-ms-transform: translateX(50%) skewX(17deg);
	transform: translateX(50%) skewX(17deg)
}

.footer-left .inner {
	position: absolute;
	top: 50%;
	left: 10%;
	right: 10%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10
}

.footer-left h4 {
	font-weight: bold;
	font-size: 45px;
	color: #fff
}

.footer-left p,
.footer-left span {
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px
}

.footer-left span {
	margin-right: 10px
}

.footer-right {
	float: left;
	width: 50%
}

.footer-right iframe {
	display: inherit
}

.footer-bottom {
	padding: 25px 5%;
	clear: both;
	background: #141414
}

.footer-bottom a {
	color: #fff;
	font-size: 16px;
	float: right
}

.footer-bottom p {
	color: #fff;
	font-size: 16px;
	float: left;
	margin: 0
}

#breadcrumb {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 100px;
	background: #000;
	background-position-x: 50%!important;
	overflow: hidden;
	-ms-flex-align: center!important;
	align-items: center!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
	display: -ms-flexbox!important;
	display: flex!important
}

#breadcrumb::after {
	content: '';
	display: block;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .9) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .9) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .9) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00ffffff', GradientType=0);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 60%;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	z-index: 0
}

.breadcrumb-image {
	position: relative;
	margin-top: auto!important;
	padding-bottom: 60px
}

.breadcrumb-image img {
	display: inherit
}

.breadcrumb-heading {
	font-size: 34px;
	color: #fff;
	padding: 10px 15px;
	background: rgba(0, 0, 0, .6);
	font-weight: bold;
	text-align: center
}

.content-wrapper {
	padding: 30px 0
}

.content-side-menu-heading {
	font-size: 29px;
	color: #fff;
	background: #1d1d1d;
	padding: 15px 15px 15px 25px;
	font-weight: bold;
	margin: 0
}

.content-side-menu {
	list-style-type: none
}

.content-side-menu>li>a {
	position: relative;
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #5a5a5a;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding: 15px 15px 15px 25px
}

.content-side-menu>li:hover>a {
	color: #ca1d40
}

.content-side-menu>li.dropdown>a i {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	font-size: 20px
}

.content-side-menu ul {
	display: none;
	list-style-type: none;
	border-bottom: 1px solid #e6e6e6
}

.content-side-menu ul.opened {
	display: block
}

.content-side-menu ul ul li a {
	padding-left: 40px
}

.content-side-menu ul ul {
	display: block
}

.content-side-menu ul li a {
	display: block;
	font-size: 17px;
	color: #3b3b3b;
	background: #f6f6f6;
	padding: 12px 15px 12px 25px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6
}

.content-side-menu ul>li:hover>a {
	color: #ca1d40
}

.content-heading-1 {
	font-size: 30px;
	font-weight: bold;
	color: #3c3c3c
}

.important-words {
	background: #ca1d40;
	padding: 15px;
	border-left: 10px solid #bb181f;
	color: #fff
}

.social-share {
	margin-top: 25px;
	clear: both
}

.social-share h4 {
	font-weight: bold;
	color: #3c3c3c;
	font-size: 20px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 5px
}

.social-share ul {
	list-style-type: none
}

.social-share ul li {
	font-size: 16px;
	float: left;
	margin-right: 15px
}

.social-share ul li a {
	display: inline-block;
	padding: 10px;
	color: #fff
}

.social-share ul li i {
	font-size: 20px
}

.social-share ul li.facebook {
	background: #3b5998
}

.social-share ul li.twitter {
	background: #00aced
}

.social-share ul li.google-plus {
	background: #dc4e41
}

.social-share ul li.whatsapp {
	background: #2ab200
}

.social-share ul li.mail {
	background: #848484
}

.thumbnail {
	padding: 5px;
	border: 1px solid #cfcfcf;
	display: inline-block;
	margin-bottom: 15px
}

.thumbnail img {
	display: table;
	max-width: 100%
}

.thumbnail .name {
	color: #4a525d;
	font-weight: bold;
	font-size: 17px;
	padding: 10px 10px;
	text-align: center;
	background: #f5f5f5;
	border-top: 1px solid #cfcfcf
}

.news-list-item {
	display: block;
	margin-bottom: 35px
}

.news-list-item .image {
	width: 160px;
	float: left;
	border: 1px solid #bfbfbf;
	padding: 4px;
	margin-top: -10px;
	background: #fff;
	position: relative;
	z-index: 9;
	margin-right: 15px
}

.news-list-item .image img {
	display: inherit;
	max-width: 100%
}

.news-list-item .content {
	border: 1px solid #bfbfbf;
	border-left: 0;
	margin-top: 20px;
	position: relative;
	padding-bottom: 10px
}

.news-list-item .content h4 {
	font-size: 17px;
	color: #3c3c3c;
	font-weight: bold;
	margin-top: 10px
}

.news-list-item .content p {
	display: -webkit-box;
	height: 50px;
	line-height: 25px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}

.news-list-item .content .date {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 5px 10px;
	background: #ca1d40;
	color: #fff;
	font-size: 17px
}

.newspaper-item {
	border: 1px solid #bfbfbf;
	padding: 5px;
	position: relative
}

.newspaper-item img {
	display: inherit;
	max-width: 100%
}

.newspaper-item .hover {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(229, 27, 36, .8);
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.newspaper-item .hover h4 {
	position: absolute;
	top: 50%;
	left: 5%;
	right: 5%;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: bold
}

.newspaper-item .hover .date {
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	font-size: 17px;
	color: #fff
}

.newspaper-item:hover .hover {
	opacity: 1
}

.contact-item {
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dbdbdb
}

.contact-item .contact-item-map {
	width: 370px;
	border: 1px solid #bfbfbf;
	padding: 5px;
	float: right
}

.contact-item .contact-item-map iframe {
	display: inherit
}

.contact-item h4 {
	color: #3c3c3c;
	font-size: 20px;
	font-weight: bold
}

.contact-item table {
	margin-bottom: 25px
}

.contact-item table tr td {
	padding: 8px;
	font-size: 17px
}

.contact-item a {
	font-size: 17px;
	background: #ca1d40;
	color: #fff;
	padding: 10px 15px;
	margin-right: 25px;
	display: inline-block;
	font-weight: bold;
	position: relative
}

.contact-item a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: inline-block;
	background: #ca1d40;
	width: 10px;
	-moz-transform: translateX(50%) skewX(-15deg);
	-webkit-transform: translateX(50%) skewX(-15deg);
	-o-transform: translateX(50%) skewX(-15deg);
	-ms-transform: translateX(50%) skewX(-15deg);
	transform: translateX(50%) skewX(-15deg)
}

.ui.services-table {
	border: 0
}

.ui.services-table thead tr th {
	background: #474747;
	color: #fff
}

.ui.services-table tbody tr td {
	background: #f8f8f8;
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-top: 0;
	font-size: 17px;
	color: #3c3c3c
}

.ui.services-table tbody tr td:last-child {
	border-right: 1px solid #d0d0d0
}

.timeline-container {
	position: relative;
	height: 260px;
	padding-left: 125px
}

.history-wrapper {
	background: url(images/history-bg.jpg);
	height: 260px;
	margin: 50px 0;
	overflow: hidden
}

.timeline-wrapper {
	position: relative
}

.timeline-wrapper:before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	border-left: 2px dashed #fff
}

.timeline-list {
	list-style-type: none;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.timeline-list li a {
	color: #fff;
	font-size: 20px;
	display: block;
	padding: 34px 0 34px 25px;
	position: relative
}

.timeline-list li a strong {
	font-size: 30px;
	vertical-align: middle;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.timeline-list li a:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #ca1d40;
	border-radius: 50%;
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -6px;
	border: 2px solid #fff;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.timeline-list li.active a strong {
	font-size: 45px
}

.timeline-list li.active a:before {
	width: 24px;
	height: 24px;
	margin-top: -12px;
	left: -10px
}

.inputfile {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1
}

.file {
	height: 52px;
	border-bottom: 1px solid #ca1d40;
	width: 100%
}

.file p {
	margin: 0;
	line-height: 52px;
	font-size: 16px!important
}

.file label {
	float: right;
	border-radius: 0!important
}

.slides-wrapper .slides .slide .photo img {
	margin-bottom: 100px
}

@media(max-width:1400px) {
	.slides-wrapper .slides .slide .photo img {
		margin-bottom: 10px!important
	}
	.news-slider-left {
		float: left;
		width: 50%;
		position: absolute;
		top: 50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.news-slider-right {
		float: left;
		width: 50%
	}
	.news-slider-right .inner {
		left: 52%;
		right: 2%
	}
	.group-slider-right .inner {
		position: absolute;
		top: 50px;
		left: 50px;
		right: 50px;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 10
	}
	#sigma {
		height: 380px
	}
	.map-wrapper {
		overflow: auto
	}
}

@media(max-width:1200px) {
	.nav-mobile-trigger {
		display: block
	}
	.nav-mobil-bg {
		display: block
	}
	.main-nav-wrapper {
		position: fixed;
		width: 240px;
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		left: 0;
		top: 0;
		margin: 0;
		height: 100%;
		height: calc(160%);
		height: -moz-calc(100%);
		padding-bottom: 60px;
		background-color: #fff;
		z-index: 999;
		overflow-y: auto;
		will-change: left;
		-moz-transition: all .3s cubic-bezier(.175, .885, .32, 1);
		-o-transition: all .3s cubic-bezier(.175, .885, .32, 1);
		-webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1);
		transition: all .3s cubic-bezier(.175, .885, .32, 1)
	}
	.main-nav-wrapper.opened {
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	.main-nav-wrapper ul {
		list-style-type: none
	}
	.main-nav-wrapper ul li {
		float: none;
		position: relative
	}
	.main-nav-wrapper>ul>li {
		border-bottom: 1px solid #e2e2e2
	}
	.main-nav-wrapper ul li a {
		color: #323232;
		display: block;
		font-size: 14px;
		font-weight: 600;
		padding: 15px
	}
	.main-nav-wrapper>ul>li.dropdown {
		cursor: copy
	}
	.main-nav-wrapper ul li.dropdown a {
		display: inline-block
	}
	.main-nav-wrapper ul li:hover>a {
		color: #323232
	}
	.main-nav-wrapper ul li.dropdown:after {
		content: '+';
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 14px;
		font-size: 26px;
		font-weight: bold
	}
	.main-nav-wrapper ul ul {
		border-top: 1px solid #e2e2e2;
		display: none
	}
	.main-nav-wrapper ul ul li a {
		font-size: 14px;
		font-weight: 400;
		padding: 8px 20px
	}
	.footer-links {
		clear: both
	}
	.footer-social {
		float: none;
		margin-bottom: 8px
	}
	#header .container {
		position: relative
	}
	.slider-text h4 {
		font-size: 40px
	}
	.slider-text h4 strong {
		font-size: 60px
	}
	.slider-text p {
		font-size: 20px
	}
	.news-slider-left {
		width: 100%;
		text-align: center;
		position: static;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none
	}
	.news-slider-right {
		width: auto;
		padding: 25px
	}
	.news-slider-right .inner {
		position: static;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none
	}
	.news-slider-left:after {
		display: none
	}
	#sigma {
		padding: 25px;
		height: auto
	}
	#sigma .news-slider-left {
		display: none
	}
	#sigma .news-slider-right {
		width: auto
	}
	.group-slider-right {
		position: static;
		background: #000;
		padding: 25px
	}
	.group-slider-right .inner {
		position: static
	}
	.group-slider-right:after {
		display: none
	}
	.footer-left {
		width: 100%;
		height: auto;
		padding: 25px
	}
	.footer-right {
		width: 100%
	}
	.footer-left .inner {
		position: static;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none
	}
	#breadcrumb {
		height: 350px
	}
	.breadcrumb-heading {
		font-size: 30px
	}
	footer .footer-left {
		position: relative!important
	}
	footer .footer-right {
		width: 100%!important;
		position: relative!important
	}
}

@media(max-width:992px) {
	.slider-text .ui.button {
		padding: 10px 35px;
		font-size: 15px
	}
	#breadcrumb {
		height: 250px
	}
	.breadcrumb-image {
		padding-bottom: 30px
	}
	.content-side-menu {
		margin-bottom: 25px
	}
	.newspaper-item {
		text-align: center
	}
	.newspaper-item img {
		display: inline-block
	}
	.breadcrumb-heading {
		font-size: 25px
	}
	.content-heading-1 {
		font-size: 25px
	}
	.contact-item .contact-item-map {
		float: none;
		width: 100%
	}
	.img-thumbnail {
		float: none;
		display: block;
		margin-bottom: 25px
	}
	.slides-wrapper .slides .caption {
		top: 20%
	}
	.slides-wrapper .slides .slide .photo {
		text-align: center!important
	}
	.slides-wrapper .slides .slide .photo img {
		max-width: 100%;
		display: inline-block
	}
}

@media(max-width:768px) {
	.sixteen.wide.tablet.twelve.wide.computer.column.urun-detay img {
		width: 100%
	}
	.slides-wrapper .slides .slide .photo img {
		width: 65%!important;
		margin-right: auto;
		margin-left: auto
	}
	.slides-wrapper .slides .caption {
		top: 18%!important
	}
	.breadcrumb-heading {
		font-size: 20px
	}
	.slides-wrapper .slides .caption {
		top: 25%!important
	}
	.slider-text {
		text-align: center
	}
	.news-list-item .image {
		float: none;
		margin: 0 auto
	}
	.news-list-item .content {
		padding: 15px;
		margin-top: -10px;
		border: 1px solid #bfbfbf
	}
	.news-list-item .content .date {
		position: static;
		display: inline-block
	}
	.contact-item a {
		margin-bottom: 15px
	}
	.news-slider-right h4,
	.footer-left h4,
	.page-heading,
	.group-slider-right h4 {
		font-size: 30px!important
	}
	.slides-wrapper .slides .slide .photo img {
		margin-bottom: 60px!important
	}
}

@media(max-height:768px) {
	.slides-wrapper .slides .caption {
		top: 20%!important
	}
	.owl-item.active .caption h4 {
		font-size: 40px
	}
	.slider-text h4 strong {
		font-size: 60px
	}
	.slides-wrapper .slides .slide .photo {
		text-align: right
	}
	.slides-wrapper .slides .slide .photo img {
		max-width: 80%;
		display: inline-block
	}
}

@media(max-width:545px) {
	.slides-wrapper .slides .caption {
		top: 22%!important
	}
	.breadcrumb-image {
		padding-bottom: 15px!important
	}
	.breadcrumb-heading {
		font-size: 20px!important
	}
	.slider-text h4 {
		font-size: 20px!important
	}
	.slider-text h4 strong {
		font-size: 30px!important;
		line-height: 40px!important
	}
	.slider-text p {
		font-size: 15px!important
	}
	.slides-wrapper .slides .slide .photo {}
	.slides-wrapper .slides .slide .photo img {
		max-width: 100%!important;
		display: block!important
	}
}

.slides-wrapper {
	overflow: hidden;
	position: relative;z-index: 9999;
}

.slides-wrapper .ui.container {
	position: relative;
	height: 100vh;
	-ms-flex-align: center!important;
	align-items: center!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.slides-wrapper .owl-nav {
	position: static
}

.slides-wrapper .slides .caption {
	position: absolute;
	left: 0;
	top: 15%;
	width: 100%
}

.owl-item.active .photo {
	animation: 1s .1s fadeInUp both
}

.owl-item.active .caption h4 {
	animation: 1s .3s fadeInDown both
}

.owl-item.active .caption h1 {
	animation: 1s .5s fadeInDown both
}

.owl-item.active .caption p {
	animation: 1s .7s fadeInDown both
}

.owl-item.active .caption .ui.button {
	animation: 1s .9s fadeInDown both
}

.slides-wrapper .slides .slide {
	position: relative
}

/*.slides-wrapper .slides .slide::after {
	content: '';
	display: block;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .8) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .8) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00ffffff', GradientType=0);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 200px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	z-index: 0
}*/

.slides-wrapper .slides .slide {
	background-size: cover!important
}

.slides-wrapper .slides .slide .photo {
	overflow: hidden;
	margin-top: auto!important;
	position: relative;
	text-align: right
}

.slides-wrapper .slides .slide .photo img {
	width: 100%
}

.slides-wrapper .slides .slide.slide-one {
	background-color: #000
}

.slides-wrapper .slides .slide.slide-two {
	background: url(images/slides/slider-img-2-bg.jpg) no-repeat
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

footer {
	position: relative
}

footer .footer-left {
	position: relative;
	left: 0;
	top: 0;
	z-index: 9
}

footer .footer-right {
	width: 80%;
	right: 0;
	position: absolute;
	top: 0
}

.gallery-list {
	position: relative
}

.gallery-list .item {
	overflow: hidden;
	margin-bottom: 30px;
	float: left;
	margin-right: 30px
}

/*.d-block {
	display: block!important
}*/

.gallery-list .item img {
	width: 100%;
	vertical-align: middle
}

.content-heading-2 {
	font-size: 30px;
	font-weight: bold;
	color: #3c3c3c;
	width: 100%;
	padding-left: 10px
}

.sixteen.twelve ul {
	margin-top: -20px
}

.sixteen.twelve ul li {
	font-family: 'Rajdhani', sans-serif;
	color: #515a5f;
	font-size: 17px;
	background-image: url(images/iconList.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	display: block;
	padding-left: 12px
}

.sixteen.twelve ul>li>ul {
	margin: 10px 0 10px 10px
}

.sixteen.twelve ul li ul li {
	font-family: 'Rajdhani', sans-serif;
	color: #515a5f;
	font-size: 17px;
	background-image: url(images/iconList2.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	display: block;
	padding-left: 12px
}

a.card.thumbnail {
	display: block!important;
	background: #f5f5f5!important
}

nav.footer-top {
	padding: 25px 5%;
	clear: both;
	background: #141414
}

nav.footer-top a {
	float: none;
	display: block;
	color: #fff
}

.sixteen.twelve .social-share ul {
	margin-top: 0
}

.sixteen.twelve .social-share ul li {
	background-image: none
}

.sixteen.twelve div {
	font-family: 'Rajdhani', sans-serif;
	color: #515a5f;
	font-size: 17px
}

.slides .owl-dots {
	position: absolute;
	bottom: 20px;
	z-index: 1;
	width: auto;
	height: auto;
	background: rgba(0, 0, 0, .4);
	display: flex;
	left: 50%;
	transform: translateX(-50%)
}

.slides.owl-theme .owl-nav button.owl-prev,
.slides.owl-theme .owl-nav button.owl-next {
	position: absolute;
	margin: 0;
	padding: 15px 0!important;
	background: rgba(0, 0, 0, .3);
	top: 50%;
	transform: translateY(-50%);
	font-size: 100px;
	color: #fff
}

.slides.owl-theme .owl-nav button.owl-prev {
	left: 0;
	border-width: 1px 3px 1px 0
}

.slides.owl-theme .owl-nav button.owl-next {
	right: 0;
	border-width: 1px 0 1px 3px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #e51c25!important
}

#content {
	min-height: 680px
}







@media only screen and (min-width: 1024.01px) and (max-width: 1366px){
h1{font-size:30px!important;}
h4{font-size:18px!important;}
}
.block__worldwide{padding-top:90px;}
.block__worldwide .count__box{float:left;width:100%;text-align:center;}
.block__worldwide .count__box .count__number{float:left;width:100%;font-size:140px;font-weight:900;letter-spacing:-0.25px;}
.block__worldwide .count__box .count__number span{font-size:16px;font-weight:700;margin-left:-40px;}
.block__worldwide .count__box .count__number sup{font-size:36px;font-weight:500;color:#ee3124;position:absolute;top:40px;margin-left:-10px;line-height:normal;}
.block__worldwide .count__box .count__text{float:left;width:100%;font-size:16px;font-weight:500;}
.desktop-worldwide{margin-top:120px;}
.desktop-worldwide .elgi-logo{float:left;width:100%;text-align:center;margin-bottom:60px;background-image:url(../images/pmt-text-background.jpg);font-size:213px;letter-spacing:25px;font-weight:800;background-position:center center;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:90%;background-size:100%;background-repeat:no-repeat;display:inline-block;background-attachment:fixed;}

@media only screen and (min-width : 0px) and (max-width : 1024px){
.block__worldwide .count__box .count__number{font-size:84px!important;}
.block__worldwide .count__box .count__number span{margin-left:-20px;}
.desktop-worldwide{display:none;}
.block__worldwide .count__box .count__number sup{top:12px;margin-left:-10px;}
}

h1{margin:0 0 40px 0;padding:0;font-size:42px;font-weight:700;font-style:normal;letter-spacing:3px;display:block;position:relative;}
h4{margin:0 0 5px 0;padding:0;font-size:21px;font-weight:400;font-style:normal;letter-spacing:2px;display:block;position:relative;}
@media all{
.gdlr-core-media-image{line-height:0;position:relative;}
.gdlr-core-column-12{float:left;width:16%;}
.gdlr-core-gallery-item .gdlr-core-gallery-list{text-align:center;overflow:hidden;}
@media only screen and (max-width: 767px){
.gdlr-core-column-12{width:33.33%;}
}
}

}

@media all{

.gdlr-core-item-mgb{margin-bottom:40px;}
}




.fa-envelope-o:before{content:"\f003";}
.fa-phone:before{content:"\f095";}

ul,li{list-style:none;margin:0;padding:0;}

.top-info ul{text-align:right;}
.top-info ul li{display:inline;}
.top-info ul li span{display:inline-block;color:#000;font-size:14px;line-height:40px;margin-left:25px;font-weight: bold;}
.top-info{transition:all .3s ease;}


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

.top-info ul li span{display:block;text-align:center;}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.top-info ul li span{display:inline-block;}
}

.border1:after{border: 1px solid #ddd;}










.icon{display:inline-block;width:1em;height:1em;fill:currentColor;}
section.section{position:relative;z-index:0;padding:70px 0;}
@media only screen and (min-width:768px){
section.section{padding:90px 0;}
}
@media only screen and (min-width:992px){
section.section{padding:120px 0;}
}
@media only screen and (min-width:1200px){
section.section{padding:110px 0;}
}
.img--bg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;z-index:-1;}
.t50{top:50%;bottom:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.r0{right:0;}
.offset-50{margin-bottom:-50px!important;}
.section--bg{position:absolute;z-index:0;}
.color--green{color:#0f3063;}

.button--white{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important;color:#fff !important;height:50px !important;line-height:46px !important;min-width:170px !important;text-align:left !important;border:2px solid #fff !important;border-radius:0 0 20px 0 !important;padding:0 20px !important;background: transparent !important;}
.button--white span{display:inline-block;min-width:95px;}
.button--white .icon{font-size:18px;}
.button--white:hover{color:#000 !important;background:#fff !important;}
.heading{position:relative;}
.heading__pre-title{display:inline-block;color:#a9aeb3;font-size:12px;font-weight:700;letter-spacing:.15em;margin-bottom:17px;z-index:1;position:relative;}
.heading__title{font-size:32px;line-height:40px;margin-bottom:0;z-index:1;position:relative;}
@media only screen and (min-width:992px){
.heading__title{font-size:40px;line-height:45px;}
}
.heading--white{color:#fff;}
.heading--white .heading__pre-title{color:#d8dde1;}


.counter{display:inline-block;font-weight:700;min-width:90px;}
.counter__top{font-weight:700;line-height:1.1;}
.counter__lower{text-align:left;}
.counter__count{font-size:80px;margin-right:0px;}
@media only screen and (min-width:1200px){
.counter__count{font-size:100px;}
}
.counter__subject{font-size:42px;}
@media only screen and (min-width:1200px){
.counter__subject{font-size:50px;}
}
.counter__count,.counter__subject{display:inline-block;letter-spacing:-.050em;}
.counter--filled{color:#fff;background:#0f3063;padding:47px 30px 58px 30px;-webkit-clip-path:polygon(90% 0,100% 12%,100% 100%,0 100%,0 0);clip-path:polygon(90% 0,100% 12%,100% 100%,0 100%,0 0);width:100%;}
@media only screen and (min-width:1200px){
.counter--filled{padding:47px 50px 58px 50px;}
}
.counter--filled .counter__details{color:#427ccb;}
section.front-about{padding-bottom:150px;}
.front-about{width:100%;max-width:1660px;margin:0 auto;color:#fff;z-index:2;}
@media only screen and (min-width:1200px){
section.front-about{padding-bottom:0;}
}
.front-about::after{content:"";display:block;height:70px;width:100vw;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:-1;}
.front-about__img{position:absolute;top:0;left:0;height:100%;width:100%;}
@media only screen and (min-width:1200px){
.front-about__img{height:calc(100% - 70px);width:38%;}
}
.front-about__img img{display:none;z-index:0;}
@media only screen and (min-width:1200px){
.front-about__img img{display:initial;}
}
.front-about__bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#0f3063;pointer-events:none;}
@media only screen and (min-width:1200px){
.front-about__bg{height:calc(100% - 70px);}
}
.front-about .heading{margin-bottom:26px;}
.front-about .button{margin:30px 0 0 0;}
@media only screen and (min-width:1200px){
.front-about .button{margin:30px 0 160px 0;}
}
.front-about .counter{margin-top:auto;position:relative;}
.front-about__video{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;position:absolute;bottom:0;top:auto;left:0;color:#414a53;font-size:14px;font-weight:700;height:75px;line-height:75px;text-decoration:none;padding:0 35px 0 35px;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;}
@media only screen and (min-width:1200px){
.front-about__video{top:0;bottom:auto;}
}
@media only screen and (min-width:1600px){
.front-about__video{top:auto;bottom:0;}
}
.front-about__video:hover{color:#0f3063;}
.front-about__video .icon{margin-right:35px;}






.justify-content-end{-ms-flex-pack:end!important;-webkit-box-pack:end!important;justify-content:flex-end!important;}
.justify-content-center{-ms-flex-pack:center!important;-webkit-box-pack:center!important;justify-content:center!important;}
.align-items-center{-ms-flex-align:center!important;-webkit-box-align:center!important;align-items:center!important;}
.icon{display:inline-block;width:1em;height:1em;fill:currentColor;}
.img--contain{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center;z-index:-1;}
.list--reset{padding:0;margin:0;list-style:none;}

.button--filled{color:#fff;font-size:14px;background:#0f3063;height:70px;line-height:70px;min-width:210px;padding:0 30px;}
.button--filled:hover{color:#fff;background:#0f3063;}
.additional-menu{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;}
.additional-menu__item:not(:last-of-type){margin-right:40px;}
.additional-menu__link{position:relative;}
.additional-menu__link::after{content:"";display:block;height:2px;width:0;background:#0f3063;position:absolute;bottom:-8px;left:0;-webkit-transition:width .3s;-o-transition:width .3s;transition:width .3s;}
.additional-menu__link:hover::after{width:100%;}

.hamburger{position:relative;top:2px;display:inline-block;height:16px;width:30px;cursor:pointer;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;}
.hamburger:hover{opacity:.7;}
.hamburger-inner{display:block;top:9px;margin-top:-2px;width:24px;}
.hamburger-inner::before{width:30px;}
.hamburger-inner::after{width:19px;right:-4px;}
.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{height:2px;background-color:#333;position:absolute;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.hamburger-inner::after,.hamburger-inner::before{content:"";display:block;}
.hamburger-inner::before{top:-6px;}
.hamburger-inner::after{bottom:-6px;}
.page-header__logo{margin-left:0;}
@media only screen and (min-width:768px){
.page-header__logo{margin-left:30px;}
}
@media only screen and (min-width:1366px){
.page-header__logo{margin-left:50px;}
}
.page-header__logo,.page-header__logo a,.page-header__logo img{display:inline-block;}


.lang-block{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
@media only screen and (min-width:992px){
.lang-block{display:-webkit-box;display:-ms-flexbox;display:flex;}
}
.lang-icon{display:none;position:relative;top:2px;height:25px;width:25px;border-radius:50%;overflow:hidden;}
@media only screen and (min-width:1366px){
.lang-icon{display:initial;}
}
.lang-select::before{display:none;position:relative;top:2px;content:"";height:1px;width:22px;margin-left:20px;background:#d9e2e0;}
@media only screen and (min-width:1366px){
.lang-select::before{display:initial;}
}
.lang-select{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin:0;list-style:none;}
.lang-select__item--active{cursor:pointer;position:relative;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;padding:12px 40px 10px 20px;min-width:85px;}
@media only screen and (min-width:1366px){
.lang-select__item--active{min-width:100px;}
}
@media only screen and (min-width:1366px){
.lang-select__item--active{min-width:111px;}
}
.lang-select__item--active span{position:relative;display:inline-block;color:#333;font-size:13px;font-weight:500;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;}
.lang-select__item--active span::after,.lang-select__item--active span::before{content:"";display:block;width:6px;height:2px;background:#333;position:absolute;top:8px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;pointer-events:none;}
.lang-select__item--active span::before{right:-15px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.lang-select__item--active span::after{right:-18px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
.lang-select__item--active:hover span::after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.lang-select__item--active:hover span::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
.lang-select__sub-list{margin:0;padding:12px 30px 18px 30px;list-style:none;background:#31373f;position:absolute;top:100%;left:-10px;-webkit-transform:translateY(15px);-ms-transform:translateY(15px);transform:translateY(15px);width:126px;opacity:0;visibility:hidden;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.lang-select__sub-list::before{content:"";display:inline-block;border:15px solid transparent;position:absolute;top:-15px;right:33px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}
.lang-select__sub-list li a{position:relative;display:inline-block;color:#fff;font-size:14px;line-height:36px;font-weight:400;text-decoration:none;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;}
.lang-select__sub-list li a:hover{color:#c4c4c4;}
.lang-select__item--active:hover .lang-select__sub-list{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);opacity:1;visibility:visible;}
.lang-select__sub-list li a::after{content:"";display:block;width:0%;height:2px;background:#0f3063;position:absolute;bottom:0;left:0;-webkit-transition:width .3s;-o-transition:width .3s;transition:width .3s;}
.lang-select__sub-list li a:hover::after{width:100%;}
.page-header_6{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;
	-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;
	-ms-flex-pack:center;justify-content:center;top:0;left:0;width:100%;max-width:1685px;background:#fff;min-height:70px;
	/*z-index:999999;*/z-index:99999;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s;}
.page-header_6 .page-header__lower{padding:17px 0;}
@media only screen and (min-width:768px){
.page-header_6 .page-header__lower{padding:10px 0;}
}
@media only screen and (min-width:1200px){
.page-header_6{width:calc(100% - 200px);left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}
}
@media only screen and (min-width:1366px){
.page-header_6 .page-header__lower{padding:5px 0 5px 25px;}
}
@media only screen and (min-width:1600px){
.page-header_6{max-width:1680px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}
}
.page-header_6 .page-header__top{background:#0f3063;}
.page-header_6 .page-header__top{position:relative;padding:9px 22px 8px 22px;color:#fff;font-size:14px;min-height:42px;width:100%;}
.page-header_6 .page-header__top a{color:#fff;text-decoration:none;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;font-weight: bold;font-size: 15px;}
.page-header_6 .page-header__top a:hover{opacity:.7;}
.page-header_6 .page-header__top span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}

.page-header_6 .page-header__top span .icon{font-size:15px;margin-right:8px;}
.page-header_6 .button--filled{display:none;height:60px;line-height:60px;min-width:190px;margin-right:-5px;}
@media only screen and (min-width:768px){
.page-header_6 .button--filled{display:inline-block;}
}
@media only screen and (min-width:992px){
.page-header_6 .button--filled{margin-right:0;}
}
@media only screen and (min-width:1200px){
.page-header_6 .button--filled{font-weight: 700;font-size: 18px;text-align: center;}
}
.main-menu{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;margin:0;}
.main-menu__item{list-style:none;position:relative;}
.main-menu__item:not(:last-of-type){margin-right:30px;}
@media only screen and (min-width:1200px){
.main-menu__item:not(:last-of-type){margin-right:35px;}
}
@media only screen and (min-width:1366px){
.main-menu__item:not(:last-of-type){margin-right:40px;}
}
.main-menu__item .main-menu__link{position:relative;display:inline-block;color:#333;font-size:18px;font-weight:700;padding:25px 0 20px 0 !important;text-decoration:none;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;}
@media only screen and (min-width:1366px){
.main-menu__item .main-menu__link{padding:35px 0 30px 0;}
}
.main-menu__item:hover .main-menu__link{color:#0f3063;}
.main-menu__item .main-menu__link::before{content:"";display:block;height:2px;width:0%;background:#0f3063;position:absolute;bottom:3px;left:0;-webkit-transition:width .3s;-o-transition:width .3s;transition:width .3s;}
.main-menu__item:hover .main-menu__link::before{width:100%;}
.main-menu__item--has-child .main-menu__link span{position:relative;}
.main-menu__item--active .main-menu__link{color:#0f3063;}
.main-menu__item--active .main-menu__link::before{width:100%;}
.main-menu__sub-list{margin: 0;
    position: absolute;
    top: 100%;
    left: -35px;
    width: 300px;
    padding: 15px 35px 15px 35px;
    background-color: #f0f0f0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;}
.main-menu .sub-list--style-2{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;left:-100px;width:1010px;}
.main-menu__item--has-child:hover>.main-menu__sub-list{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);visibility:visible;}
.main-menu__sub-list li{position:relative;list-style:none;}
.main-menu .sub-list--style-2 li{width:33.33%;}
.main-menu__sub-list li:not(:last-of-type){margin-bottom:10px;}
.main-menu__sub-list li a{display: inline-block;
    color: #0f3063;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-weight: 600;}
.main-menu__sub-list li a::after{content:"";display:block;width:0%;height:2px;background-color:#0f3063;margin-top:4px;-webkit-transition:width .3s;-o-transition:width .3s;transition:width .3s;}
.main-menu__sub-list li a:hover,.main-menu__sub-list li.item--active a{color:#000;}
.main-menu__sub-list li a:hover::after,.main-menu__sub-list li.item--active a::after{width:40px;}
.main-menu__item--has-child>.main-menu__link>span::after,.main-menu__item--has-child>.main-menu__link>span::before{content:"";display:block;width:6px;height:2px;background:#333;position:absolute;pointer-events:none;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.main-menu__item--has-child>.main-menu__link>span::before{right:-15px;top:7px;}
.main-menu__item--has-child>.main-menu__link>span::after{right:-18px;top:7px;}
.main-menu__item--has-child>.main-menu__link>span::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.main-menu__item--has-child>.main-menu__link>span::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
.main-menu__item--has-child:hover>.main-menu__link>span::after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#0f3063;}
.main-menu__item--has-child:hover>.main-menu__link>span::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);background:#0f3063;}
.main-menu__item--active .main-menu__link>span::after,.main-menu__item--active .main-menu__link>span::before{background:#333;}
.img-hover{display: none;}
.choose-box:hover .img-hover{display: block;margin:0px auto;display: block;}
.choose-box:hover .img-show{display: none;}
.ddesk{display: block;}
.dmob{display: none;}

