
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,900&display=swap&subset=latin-ext);
[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

* {
	box-sizing: border-box
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: .875rem;
	line-height: 18px;
	line-height: 1.125rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 400;
	font-family: Roboto, sans-serif;
	color: #292929;
	background: #fff;
	overflow-x: hidden;
	-webkit-overflow-scroll: touch
}

body.-no-scroll {
	position: fixed;
	width: 100vw;
	height: 100vh;
	overflow: hidden
}

.container {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto
}

.container.-overflow {
	max-width: 1450px;
	overflow: hidden
}

.header {
	width: 100%;
	background: #fff
}

.header .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 120px;
	padding: 0 15px
}

.header__logo {
	width: 100%
}

.header__logo__image {
	width: 260px
}

.header__nav {
	position: relative;
	z-index: 3;
	flex-grow: 0;
	flex-shrink: 0;
	padding-top: 47px
}

.header__nav.-open {
	opacity: 1;
	visibility: visible
}

.header__nav__sub {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: absolute;
	z-index: 2;
	bottom: -280px;
	left: 0;
	width: calc(100% + 130px);
	height: 280px;
	background: #f0f3f8;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, max-height .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, max-height .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, max-height .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.header__nav__sub.-show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.header__nav__sub-menu {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 50%;
	padding: 30px 20px
}

.header__nav__sub-link {
	display: flex;
	margin-bottom: 15px;
	text-decoration: none;
	color: #092d5a;
	font-weight: 700;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 24px;
	line-height: 1.5rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.header__nav__sub-link:hover {
	color: #f18321
}

.header__nav__sub-image {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 50%;
	padding: 15px 20px
}

.header__nav__sub-image img {
	max-width: 100%
}

.header__nav__link {
	display: inline-block;
	height: 72px;
	margin: 0 13px;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 24px;
	line-height: 1.5rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #092d5a;
	font-weight: 700;
	text-decoration: none;
	transition: color .2s linear
}

.header__nav__link .icon-arrow-right {
	display: inline-block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 13px
}

.header__nav__link:hover {
	color: #f18321
}

.header__nav__link:hover+.header__nav__sub {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.header__nav__link.-active {
	color: #f18321
}

.header__nav__language {
	display: none
}

.header__nav__language-item {
	font-size: 15px;
	font-size: .9375rem;
	line-height: 24px;
	line-height: 1.5rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #092d5a;
	font-weight: 700;
	text-decoration: none;
	margin: 0 10px
}

.header__nav__language-item.-active {
	color: #f18321
}

.header__nav__button {
	display: none
}

.header__language {
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 0 10px
}

.header__language.-open .header__language__selected {
	color: #f18321
}

.header__language.-open .header__language__selected:after {
	color: #f18321;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.header__language.-open .header__language__list {
	display: flex
}

.header__language__selected {
	font-size: 15px;
	font-size: .9375rem;
	line-height: 24px;
	line-height: 1.5rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #092d5a;
	font-weight: 700;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	transition: color .2s linear
}

.header__language__selected:hover {
	color: #f18321
}

.header__language__selected:hover:after {
	color: #f18321
}

.header__language__selected:after {
	display: inline-block;
	margin-left: 8px;
	font-family: kizilkaya;
	font-size: 12px;
	content: '\e902';
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: color .2s linear
}

.header__language__list {
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 2;
	display: none;
	flex-direction: column;
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .11);
	background: #fff
}

.header__language__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #092d5a;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #f2f2f2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.header__language__item:last-child {
	border-bottom: none
}

.header__search-button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 45px;
	padding: 0 20px;
	margin-left: 10px;
	border-left: 1px solid #f2f2f2;
	cursor: pointer
}

.header__search-button .icon-icon-search {
	font-size: 22px
}

.header__search-button .icon-icon-search:before {
	color: #092d5a
}

.header__portal-button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	height: 45px;
	padding: 0 15px;
	background: #f18321;
	text-decoration: none;
	border-radius: 3px;
	transition: background .2s linear
}

.header__portal-button:hover {
	background: #e90506
}

.header__portal-button img {
	margin-right: 10px
}

.header__portal-button span {
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #fff;
	font-weight: 700
}

.header__icon-menu {
	display: none
}

.header__icon-menu.-open span {
	background: #f18321
}

.header__icon-menu.-open span:nth-of-type(1) {
	-webkit-transform: rotate(-45deg) translateY(6px) translateX(-6px);
	transform: rotate(-45deg) translateY(6px) translateX(-6px)
}

.header__icon-menu.-open span:nth-of-type(2) {
	opacity: 0;
	visibility: hidden
}

.header__icon-menu.-open span:nth-of-type(3) {
	-webkit-transform: rotate(45deg) translateY(-5px) translateX(-5px);
	transform: rotate(45deg) translateY(-5px) translateX(-5px)
}

.header__icon-menu span {
	display: flex;
	width: 35px;
	height: 2px;
	background: #092d5a;
	transition: opacity .2s ease-out, visibility .2s ease-out, -webkit-transform .2s ease-out;
	transition: transform .2s ease-out, opacity .2s ease-out, visibility .2s ease-out;
	transition: transform .2s ease-out, opacity .2s ease-out, visibility .2s ease-out, -webkit-transform .2s ease-out
}

.header__icon-menu span:nth-of-type(2) {
	margin: 6px 0
}

.footer {
	padding: 70px 50px 0 50px
}

.footer .container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start
}

.footer__top {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px
}

.footer__bottom {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #ededed
}

.footer__newsletter {
	width: 50%
}

.footer__newsletter__title {
	font-weight: 700;
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 40px;
	line-height: 2.5rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	margin: 0 0 40px 0
}

.footer__newsletter__form {
	width: 100%;
	max-width: 425px;
	position: relative
}

.footer__newsletter__input {
	width: 100%;
	height: 60px;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 26px;
	line-height: 1.625rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	border: none;
	border-bottom: 1px solid #999;
	outline: 0;
	padding-right: 35px;
	border-radius: 0
}

.footer__newsletter__input:focus {
	border-bottom: 1px solid #292929
}

.footer__newsletter__button {
	display: none
}

.footer__newsletter__icon {
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 20px;
	color: #999;
	cursor: pointer
}

.footer__newsletter__icon:hover {
	color: #292929
}

.footer__menu {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 50%
}

.footer__menu__title {
	color: #092d5a;
	font-weight: 600;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	line-height: 1.25rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	margin-bottom: 10px
}

.footer__menu__title:after {
	content: '';
	display: flex;
	width: 70px;
	height: 4px;
	margin-top: 5px;
	background: #f18321
}

.footer__menu__column {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 50%
}

.footer__menu__link {
	display: inline-block;
	padding: 10px 0;
	color: #292929;
	font-size: 14px;
	font-size: .875rem;
	line-height: 22.4px;
	line-height: 1.4rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	text-decoration: none
}

.footer__menu__link:hover {
	color: #f18321
}

.footer__logo {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	margin: 40px 0 0 0
}

.footer__logo__item {
	margin: 0 40px 0 0
}

.footer__logo__item:last-child {
	margin: 0
}

.footer__copyright {
	width: calc((100% - 208px)/ 2);
	text-transform: uppercase
}

.footer__copyright strong {
	font-weight: 700
}

.footer__design {
	width: calc((100% - 208px)/ 2);
	color: #292929;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase
}

.footer__design strong {
	font-weight: 700
}

.footer__socialmedia {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.footer__socialmedia__item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	margin: 0 5px;
	background: #292929;
	color: #fff;
	border-radius: 50%;
	text-decoration: none;
	transition: background .2s linear
}

.footer__socialmedia__item:hover {
	background: #f18321
}

.footer__socialmedia__item span {
	color: #fff;
	font-size: 16px
}

.search-modal {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 255, .95);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s linear, visibility .3s linear
}

.search-modal.-show {
	opacity: 1;
	visibility: visible
}

.search-modal.-show .search-modal__container {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.search-modal__close {
	position: absolute;
	right: 25px;
	top: 25px;
	z-index: 2;
	width: 35px;
	height: 35px;
	cursor: pointer
}

.search-modal__close:after,
.search-modal__close:before {
	content: '';
	display: block;
	width: 36px;
	height: 2px;
	background: #f18321
}

.search-modal__close:after {
	-webkit-transform: rotate(45deg) translateY(11px) translateX(8px);
	transform: rotate(45deg) translateY(11px) translateX(8px)
}

.search-modal__close:before {
	-webkit-transform: rotate(-45deg) translateX(-13px) translateY(9px);
	transform: rotate(-45deg) translateX(-13px) translateY(9px)
}

.search-modal__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	max-width: 860px;
	height: 100vh;
	margin: 0 auto;
	padding: 0 15px;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
	transition: transform .4s cubic-bezier(.165, .84, .44, 1), opacity .4s cubic-bezier(.165, .84, .44, 1);
	transition: transform .4s cubic-bezier(.165, .84, .44, 1), opacity .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.165, .84, .44, 1)
}

.search-modal__text {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 48px;
	line-height: 3rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #f18321;
	margin-bottom: 10px
}

.search-modal form {
	width: 100%
}

.search-modal__form {
	position: relative;
	width: 100%
}

.search-modal__form__input {
	width: 100%;
	height: 70px;
	padding: 0 40px 0 0;
	background: 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-bottom: 2px solid #f18321;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 48px;
	line-height: 3rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	outline: 0;
	border-radius: 0
}

.search-modal__form__button {
	display: none
}

.search-modal__form .icon-icon-search {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 30px;
	color: #f18321;
	cursor: pointer
}

.page__title {
	width: 100%;
	max-width: 1150px;
	font-size: 60px;
	font-size: 3.75rem;
	line-height: 65px;
	line-height: 4.0625rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 900;
	margin-bottom: 15px;
	transition: opacity .3s ease-out .4s
}

.page__title.fade-out {
	opacity: 0
}

.page__title.fade-in {
	opacity: 1
}

.page__title-red {
	color: #f18321;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 30px;
	line-height: 1.875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700;
	transition: opacity .3s ease-out .4s
}

.page__title-red.fade-out {
	opacity: 0
}

.page__title-red.fade-in {
	opacity: 1
}

.page__title-red.-margin {
	margin: 80px 0 20px 0
}

.page__image {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 70vh;
	min-height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.page__image.-team-detail {
	height: 340px;
	min-height: auto
}

.page__image.-numbers {
	height: 80vh
}

.page__image.-error {
	height: 100vh
}

.page__image.-search-result {
	min-height: 205px;
	height: 205px;
	background-image: url(../image/search-result-bg.jpg)
}

.page__image__content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	padding: 0 50px;
	opacity: 0;
	transition: opacity .4s ease-out .4s, -webkit-transform .4s ease-out .4s;
	transition: opacity .4s ease-out .4s, transform .4s ease-out .4s;
	transition: opacity .4s ease-out .4s, transform .4s ease-out .4s, -webkit-transform .4s ease-out .4s;
	-webkit-transform: translateY(30px);
	transform: translateY(30px)
}

.page__image__content.fade-in {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.page__image__title {
	margin-bottom: 10px;
	font-size: 80px;
	font-size: 5rem;
	line-height: 80px;
	line-height: 5rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #fff;
	text-align: center;
	font-weight: 700
}

.page__image__description {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 26px;
	line-height: 1.625rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #fff;
	text-align: center
}

.page__image__circle {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin: -35vh 0 0 -35vh;
	width: 70vh;
	height: 70vh
}

.page__image__circle-wrapper {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.page__image__circle:after,
.page__image__circle:before {
	content: '';
	position: absolute;
	display: flex;
	opacity: .3;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-animation-name: infinite-spinning;
	animation-name: infinite-spinning;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.page__image__circle:after {
	left: 20px;
	top: 40px;
	bottom: 40px;
	right: 20px
}

.page__image__circle:before {
	left: 40px;
	top: 20px;
	bottom: 20px;
	right: 40px
}

.page__content {
	min-height: 50vh;
	padding: 80px 50px;
	background: #f8f8f9;
	font-size: 16px;
	font-size: 1rem;
	line-height: 32px;
	line-height: 2rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.page__content-wrapper {
	padding: 40px 0 0 0;
	transition: opacity .3s ease-out .4s
}

.page__content-wrapper.fade-out {
	opacity: 0
}

.page__content-wrapper.fade-in {
	opacity: 1
}

.page__content.-no-padding {
	padding: 80px 0
}

.page__content p {
	margin: 0 0 15px 0
}

.page__content strong {
	font-weight: 500
}

.page__content a {
	display: flex;
	text-decoration: none;
	color: #f18321
}

.page__content a:hover {
	text-decoration: underline
}

.page__content ul li {
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
	line-height: 1.75rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	margin-bottom: 5px
}

.page__boxes {
	padding: 0
}

.page__boxes.-padding {
	padding: 80px 0 0 0
}

.page__boxes__item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 50vh;
	height: 500px
}

.page__boxes__item:nth-child(even) .page__boxes__image {
	order: 2
}

.page__boxes__item:nth-child(even) .page__boxes__content {
	order: 1
}

.page__boxes__item:nth-child(even) .page__boxes__title {
	text-align: right;
	align-items: flex-end
}

.page__boxes__item:nth-child(even) .page__boxes__description {
	text-align: right
}

.page__boxes__image {
	order: 1;
	width: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.page__boxes__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	order: 2;
	width: 50%;
	padding: 20px 40px;
	background: #fff;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.page__boxes__title {
	display: flex;
	flex-direction: column;
	width: 100%;
	color: #092d5a;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 35px;
	line-height: 2.1875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700
}

.page__boxes__title:after {
	content: '';
	display: flex;
	width: 150px;
	height: 3px;
	margin: 10px 0 20px 0;
	background: #f18321
}

.page__boxes__title span {
	color: #f18321;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px;
	line-height: 2rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.page__boxes__description {
	display: flex;
	flex-direction: column;
	width: 100%
}

.page__boxes .left-out {
	opacity: 0;
	-webkit-transform: translateX(-99%);
	transform: translateX(-99%)
}

.page__boxes .left-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.page__boxes .right-out {
	opacity: 0;
	-webkit-transform: translateX(99%);
	transform: translateX(99%)
}

.page__boxes .right-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.page__white-boxes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0
}

.page__white-boxes__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(20% - 24px);
	margin: 0 30px 30px 0;
	padding: 30px 30px;
	background: #fff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	text-align: center;
	color: #092d5a;
	min-height: 160px;
	opacity: 0;
	transition: opacity .3s ease-out .3s
}

.page__white-boxes__item.fade-in {
	opacity: 1
}

.page__white-boxes__item:nth-child(5n+0) {
	margin-right: 0
}

.pagination {
	display: block;
	margin-bottom: 20px;
	text-align: center
}

.pagination li {
	display: inline-block;
	margin: 0 5px 0 0
}

.pagination li a,
.pagination li span {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	border: solid 1px #ddd;
	text-decoration: none!important;
	color: #333!important
}

.pagination li a:hover,
.pagination li.active span {
	color: #f18321!important;
	font-weight: 700;
	border: solid 1px #999
}

.blog-file-item {
	display: block;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: solid 1px #ddd;
	color: #333!important
}

.blog-file-item:hover {
	background: #ebebeb;
	border: solid 1px #999
}

.blog-file-item .col {
	float: left
}

.blog-file-item .col.pull-right {
	float: right
}

.blog-file-item .clearfix {
	display: block;
	clear: both
}

.blog-detail__footer__info-image img {
	max-width: 85px;
	border-radius: 50%
}

.page__boxes__item:nth-child(2n) .page__boxes__description a {
	text-align: right;
	display: block
}

.contact__content__list-text a {
	color: #333
}

.contact__content__list-item a {
	color: #333
}

.contact__content__list-item a.mobile {
	display: none
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1366px) {
	.header__nav__sub {
		width: calc(100% + 110px);
		bottom: -250px;
		height: 250px
	}
	.header__nav__sub-link {
		font-size: 14px;
		font-size: .875rem;
		line-height: 22.4px;
		line-height: 1.4rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal;
		margin-bottom: 10px
	}
	.header__nav__link {
		margin: 0 10px;
		font-size: 15px;
		font-size: .9375rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.page__title {
		font-size: 50px;
		font-size: 3.125rem;
		line-height: 55px;
		line-height: 3.4375rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal;
		max-width: 900px
	}
	.page__white-boxes__item {
		width: calc(25% - 22.5px)
	}
	.page__white-boxes__item:nth-child(5n+0) {
		margin-right: 30px
	}
	.page__white-boxes__item:nth-child(4n+0) {
		margin-right: 0
	}
}

@media only screen and (max-width:1300px) {
	.header__logo__image {
		width: 240px
	}
	.header__language__selected {
		font-size: 15px;
		font-size: .9375rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.header__language__item {
		font-size: 15px;
		font-size: .9375rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.header__search-button {
		padding: 0 15px;
		margin-left: 5px
	}
	.header__search-button .icon-icon-search {
		font-size: 20px
	}
	.header__portal-button {
		padding: 0 10px
	}
	.header__portal-button span {
		font-size: 15px;
		font-size: .9375rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:1200px) {
	.header .container {
		height: 90px
	}
	.header__logo__image {
		width: 200px
	}
	.header__nav {
		position: fixed;
		top: 90px;
		left: 0;
		z-index: 3;
		display: block;
		width: 100%;
		height: calc(100vh - 90px);
		padding: 15px;
		background: #fff;
		opacity: 0;
		visibility: hidden;
		border-top: 1px solid #f2f2f2;
		overflow-x: hidden;
		overflow-y: auto;
		transition: opacity .2s linear, visibility .2s linear
	}
	.header__nav__sub {
		position: relative;
		bottom: auto;
		left: auto;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
		height: auto;
		max-height: 0;
		min-height: 0;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		overflow: hidden
	}
	.header__nav__sub.-show {
		height: auto;
		max-height: 500px
	}
	.header__nav__sub-menu {
		width: 100%;
		padding: 10px 0;
		justify-content: center;
		align-items: center
	}
	.header__nav__sub-link {
		margin-bottom: 0;
		padding: 10px 0
	}
	.header__nav__sub-image {
		display: none
	}
	.header__nav__link {
		display: block;
		text-align: center;
		padding: 10px 0;
		height: auto
	}
	.header__nav__link:hover {
		color: #092d5a
	}
	.header__nav__language {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 25px 0 35px 0
	}
	.header__nav__button {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-grow: 0;
		flex-shrink: 0;
		max-width: 280px;
		height: 45px;
		margin: 0 auto 70px auto;
		padding: 0 15px;
		background: #f18321;
		text-decoration: none;
		border-radius: 3px
	}
	.header__nav__button img {
		margin-right: 10px
	}
	.header__nav__button span {
		font-size: 15px;
		font-size: .9375rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal;
		color: #fff;
		font-weight: 700
	}
	.header__language {
		display: none
	}
	.header__search-button {
		border-left: none;
		margin-left: 0;
		margin-right: 10px
	}
	.header__search-button .icon-icon-search {
		font-size: 24px
	}
	.header__portal-button {
		display: none
	}
	.header__icon-menu {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 35px;
		height: 35px;
		cursor: pointer
	}
	.footer__bottom {
		flex-direction: column
	}
	.footer__newsletter {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 50px auto
	}
	.footer__newsletter__form {
		max-width: 600px
	}
	.footer__menu {
		width: 100%;
		max-width: 600px;
		margin: 0 auto
	}
	.footer__copyright {
		width: 100%;
		text-align: center;
		margin-bottom: 25px
	}
	.footer__design {
		width: 100%;
		text-align: center
	}
	.footer__socialmedia {
		width: 100%;
		margin-bottom: 25px
	}
	.search-modal__text {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 38.4px;
		line-height: 2.4rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.search-modal__form__input {
		height: 60px;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 38.4px;
		line-height: 2.4rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.page__title-red {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.page__image__title {
		font-size: 60px;
		font-size: 3.75rem;
		line-height: 65px;
		line-height: 4.0625rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.page__image__description {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.page__image__circle {
		width: 60vh;
		height: 60vh;
		margin: -30vh 0 0 -30vh
	}
	.page__image__circle:after {
		left: 20px;
		top: 35px;
		bottom: 35px;
		right: 20px
	}
	.page__image__circle:before {
		left: 35px;
		top: 20px;
		bottom: 20px;
		right: 35px
	}
	.page__content {
		padding: 40px 50px
	}
	.page__content-wrapper {
		padding: 25px 0 0 0
	}
	.page__white-boxes__item {
		width: calc(33.33% - 20px)
	}
	.page__white-boxes__item:nth-child(4n+0) {
		margin-right: 30px
	}
	.page__white-boxes__item:nth-child(3n+0) {
		margin-right: 0
	}
}

@media only screen and (max-width:1200px) and (max-width:1200px) {
	.header__nav {
		padding: 15px 0
	}
}

@media only screen and (max-width:1024px) {
	.page__image__title {
		font-size: 38px;
		font-size: 2.375rem;
		line-height: 43px;
		line-height: 2.6875rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.page__image__description {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 22px;
		line-height: 1.375rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.page__boxes__item {
		height: auto
	}
	.page__boxes__item:nth-child(even) .page__boxes__image {
		order: 1
	}
	.page__boxes__item:nth-child(even) .page__boxes__content {
		order: 2
	}
	.page__boxes__item:nth-child(even) .page__boxes__title {
		text-align: left;
		align-items: flex-start
	}
	.page__boxes__item:nth-child(even) .page__boxes__description {
		text-align: left
	}
	.page__boxes__image {
		width: 100%;
		height: 50vh
	}
	.page__boxes__content {
		width: 100%;
		padding: 30px
	}
}

@media only screen and (max-width:900px) {
	.footer {
		padding: 70px 15px 0 15px
	}
	.page__image__content {
		padding: 0 15px
	}
	.page__content {
		padding: 40px 15px
	}
}

@media only screen and (max-width:768px) {
	.page__title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 45px;
		line-height: 2.8125rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.page__white-boxes__item {
		width: calc(50% - 15px)
	}
	.page__white-boxes__item:nth-child(3n+0) {
		margin-right: 30px
	}
	.page__white-boxes__item:nth-child(2n+0) {
		margin-right: 0
	}
	.blog-detail__description img {
		width: 100%!important
	}
	.contact__content__list-item a.mobile {
		display: block
	}
}

@media only screen and (max-width:560px) {
	.page__title {
		font-size: 35px;
		font-size: 2.1875rem;
		line-height: 40px;
		line-height: 2.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.page__title.-center {
		text-align: center
	}
	.page__boxes__content {
		padding: 30px 15px
	}
	.page__white-boxes__item {
		width: 100%;
		margin: 0 0 15px 0
	}
	.page__white-boxes__item:nth-child(5n+0) {
		margin: 0 0 15px 0
	}
	.page__white-boxes__item:nth-child(4n+0) {
		margin: 0 0 15px 0
	}
	.page__white-boxes__item:nth-child(3n+0) {
		margin: 0 0 15px 0
	}
}

@media only screen and (max-width:550px) {
	.footer__newsletter__title {
		text-align: center
	}
	.footer__menu__column {
		width: 100%;
		align-items: center
	}
	.footer__logo {
		justify-content: center
	}
}

@-webkit-keyframes infinite-spinning {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes infinite-spinning {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.about {
	background: #f8f8f9
}

.about .page__content {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0
}

.about .page__content-wrapper {
	padding-bottom: 60px
}

.about .container {
	max-width: 1450px;
	padding: 0 50px;
	overflow: hidden
}

.about__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	min-height: 50vh;
	padding-top: 40px;
	background-image: url(../image/emirlogo-01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain
}

.about__content__column {
	display: flex;
	flex-direction: column;
	align-self: flex-start;
	justify-self: flex-start;
	width: 50%;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.about__content__column:not(.-centered) {
	padding-right: 50px
}

.about__content__column-text {
	max-width: 510px;
	width: 100%
}

.about__content__column.-centered {
	align-items: center;
	justify-self: center;
	align-self: center
}

.about__content__column.left-out {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.about__content__column.left-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.about__content__column.right-out {
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.about__content__column.right-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.about__boxes {
	width: 100%;
	background: #fff;
	overflow: hidden
}

.about__boxes__item {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 55vh;
	overflow: hidden
}

.about__boxes__item:nth-child(even) .about__boxes__image {
	order: 2
}

.about__boxes__item:nth-child(even) .about__boxes__content {
	order: 1
}

.about__boxes__image {
	order: 1;
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.about__boxes__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	order: 2;
	width: 50%;
	padding: 30px 50px;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.about__boxes__content-description,
.about__boxes__content-title {
	width: 100%;
	max-width: 515px
}

.about__boxes__content-title {
	color: #092d5a;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 35px;
	line-height: 2.1875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700
}

.about__boxes__content-title:after {
	content: '';
	display: flex;
	width: 70px;
	height: 3px;
	margin: 10px 0 15px 0;
	background: #f18321
}

.about__boxes__content-description {
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.about__history {
	padding: 100px 0
}

.about__history .container {
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.about__history .container.zoom-out {
	-webkit-transform: scale(.5);
	transform: scale(.5);
	opacity: 0
}

.about__history .container.zoom-in {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.about__history__title {
	text-align: center;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 35px;
	line-height: 2.1875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500
}

.about__history__title:after {
	content: '';
	display: block;
	margin: 10px auto;
	width: 60px;
	height: 3px;
	background: #f18321
}

.about__history__description {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center
}

.about__history .history {
	display: flex;
	flex-direction: column;
	padding: 80px 0 0 0
}

.about__history .history__container {
	position: relative;
	display: flex;
	flex-direction: row;
	align-self: flex-end;
	width: calc(50% + 7px);
	padding-bottom: 15px
}

.about__history .history__container:nth-child(even) {
	align-self: flex-start;
	align-items: flex-end;
	text-align: right
}

.about__history .history__container:nth-child(even) .history__item__bullet {
	order: 2;
	margin: 0 0 0 10px
}

.about__history .history__container:nth-child(even) .history__item__bullet:after {
	left: auto;
	right: 7px
}

.about__history .history__container:nth-child(even) .history__item {
	justify-content: flex-end
}

.about__history .history__container:nth-child(even) .history__item__text {
	order: 1
}

.about__history .history__container:last-child .history__item__bullet:after {
	display: none
}

.about__history .history__item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%
}

.about__history .history__item:hover .history__item__text {
	background: #fff
}

.about__history .history__item:hover .history__item__bullet {
	border: 1px solid #f18321;
	background: #f18321
}

.about__history .history__item__bullet {
	order: 1;
	width: 14px;
	height: 14px;
	border: 1px solid #8c8c8c;
	border-radius: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	margin: 0 10px 0 0;
	transition: background .2s linear, border .2s linear
}

.about__history .history__item__bullet:after {
	content: '';
	position: absolute;
	top: 15px;
	left: 7px;
	bottom: 0;
	display: flex;
	border-left: 1px dashed #8c8c8c
}

.about__history .history__item__text {
	order: 2;
	max-width: 630px;
	padding: 5px 10px;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	transition: background .2s linear;
	font-weight: 500
}

.about .left-out {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.about .left-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.about .right-out {
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.about .right-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1024px) {
	.about__content {
		min-height: auto;
		padding-top: 0
	}
	.about__content__column {
		width: 100%
	}
	.about__content__column:not(.-centered) {
		padding-right: 0;
		padding-bottom: 20px
	}
	.about__content__column-text {
		max-width: 100%
	}
	.about__content__column.-centered {
		justify-self: flex-start;
		align-self: flex-start
	}
	.about__boxes__item:nth-child(even) .about__boxes__image {
		order: 1
	}
	.about__boxes__item:nth-child(even) .about__boxes__content {
		order: 2
	}
	.about__boxes__image {
		width: 100%;
		min-height: 50vh
	}
	.about__boxes__content {
		width: 100%;
		padding: 30px 15px;
		height: auto
	}
}

@media only screen and (max-width:900px) {
	.about .container {
		padding: 0 15px
	}
}

@media only screen and (max-width:768px) {
	.about__history .history__container {
		width: 100%
	}
	.about__history .history__container:nth-child(even) {
		align-items: flex-start;
		text-align: left
	}
	.about__history .history__container:nth-child(even) .history__item__bullet {
		order: 1;
		margin: 0 10px 0 0
	}
	.about__history .history__container:nth-child(even) .history__item__bullet:after {
		right: auto;
		left: 7px
	}
	.about__history .history__container:nth-child(even) .history__item {
		justify-content: flex-start
	}
	.about__history .history__container:nth-child(even) .history__item__text {
		order: 2
	}
	.about__history .history__item__text {
		-webkit-transform: translateY(-14px);
		transform: translateY(-14px)
	}
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.blog {
	background: #f8f8f9
}

.blog__filter {
	padding: 40px 0
}

.blog__filter .container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	max-width: 1450px;
	padding: 0 50px
}

.blog__filter__item {
	display: flex;
	margin-right: 20px
}

.blog__filter__item:last-child {
	margin-right: 0
}

.blog__select {
	width: 230px;
	height: 50px;
	padding: 0 30px 0 15px;
	background-color: #fff;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTc1MDg3Qjg4QUIzMTFFOUJGOEFEQ0UzMEFEQTQwMkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTc1MDg3Qjk4QUIzMTFFOUJGOEFEQ0UzMEFEQTQwMkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NzUwODdCNjhBQjMxMUU5QkY4QURDRTMwQURBNDAyRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NzUwODdCNzhBQjMxMUU5QkY4QURDRTMwQURBNDAyRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PneA/n4AAAA6SURBVHjaYmBgYHgAxAYM+IEBVB2cYUBAIVw+AYg/YNFgABVPQDcBXQNOhegaEggpRNbwH5tCgAADAA5xD2C8R++MAAAAAElFTkSuQmCC);
	background-position: 95% 19px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	outline: 0;
	border: none
}

.blog__select::-ms-expand {
	display: none
}

.blog__row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start
}

.blog__column {
	width: 50%
}

.blog__column:first-child {
	padding-right: 15px
}

.blog__column:last-child {
	padding-left: 15px
}

.blog__column .blog__list__item {
	width: 100%
}

.blog__list {
	width: 100%;
	max-width: 1450px;
	margin: 0 auto;
	padding: 0 50px
}

.blog__list__item {
	display: flex;
	flex-direction: row;
	width: calc(50% - 15px);
	height: 360px;
	background: #fff
}

.blog__list__item:hover .blog__list__title {
	color: #f18321
}

.blog__list__item:hover .blog__list__image-item {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.blog__list__item:nth-child(odd) {
	margin: 0 30px 30px 0
}

.blog__list__item.-image-large {
	flex-direction: column;
	height: 750px;
	margin-bottom: 30px
}

.blog__list__item.-image-large .blog__list__image {
	order: 2;
	height: 600px;
	width: 100%
}

.blog__list__item.-image-large .blog__list__content {
	order: 1;
	padding: 15px;
	height: 150px;
	width: 100%
}

.blog__list__item.-image-large .blog__list__title {
	max-height: 65px
}

.blog__list__item.-image-large .blog__list__category,
.blog__list__item.-image-large .blog__list__date,
.blog__list__item.-image-large .blog__list__title {
	width: 100%;
	text-align: center
}

.blog__list__item.-image-right .blog__list__image {
	order: 2;
	width: 360px
}

.blog__list__item.-image-right .blog__list__content {
	order: 1
}

.blog__list__content {
	padding: 15px;
	order: 2
}

.blog__list__title {
	display: block;
	max-height: 185px;
	margin-bottom: 5px;
	color: #092d5a;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 32px;
	line-height: 2rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	transition: color .3s ease-in-out
}

.blog__list__category {
	margin-bottom: 8px
}

.blog__list__date {
	font-style: italic;
	color: #888
}

.blog__list__image {
	position: relative;
	overflow: hidden;
	order: 1;
	width: 260px;
	flex-grow: 0;
	flex-shrink: 0
}

.blog__list__image-item {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.blog-detail {
	padding: 0 0 50px 0
}

.blog-detail__container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 1450px;
	padding: 0 50px;
	margin: 0 auto
}

.blog-detail__content {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	background: #fff
}

.blog-detail__category {
	padding: 0 20px;
	text-align: center;
	margin-bottom: 10px
}

.blog-detail__title {
	width: 100%;
	max-width: 700px;
	padding: 0 20px;
	margin: 0 auto 10px auto;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 32px;
	line-height: 2rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center
}

.blog-detail__date {
	padding: 0 20px;
	text-align: center;
	font-style: italic;
	color: #888
}

.blog-detail__description {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-size: .875rem;
	line-height: 30px;
	line-height: 1.875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	padding: 0 20px
}

.blog-detail__description p {
	margin: 0 0 15px 0
}

.blog-detail__description a {
	color: #f18321;
	text-decoration: none
}

.blog-detail__description a:hover {
	text-decoration: underline
}

.blog-detail__description strong {
	font-weight: 500px
}

.blog-detail__image {
	margin: 20px 0
}

.blog-detail__image img {
	width: 100%
}

.blog-detail__footer {
	padding: 0 20px
}

.blog-detail__footer__socialmedia {
	padding: 30px 0;
	border-bottom: 1px solid #e8e8e8;
	text-align: center
}

.blog-detail__footer__socialmedia a {
	display: inline-block;
	margin: 0 30px;
	text-decoration: none;
	color: #292929
}

.blog-detail__footer__socialmedia span {
	font-size: 22px
}

.blog-detail__footer__info {
	padding: 40px 0 30px 0
}

.blog-detail__footer__info-image {
	text-align: center;
	margin-bottom: 10px
}

.blog-detail__footer__info-name {
	text-align: center;
	font-weight: 700
}

.blog-detail__footer__info-title {
	text-align: center;
	font-style: italic;
	font-size: 12px;
	font-size: .75rem;
	line-height: 19.2px;
	line-height: 1.2rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.blog-detail__nav {
	width: 315px;
	background: #fff;
	margin-left: 30px;
	padding: 15px;
	flex-grow: 0;
	flex-shrink: 0
}

.blog-detail__nav__item {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f1f5fa
}

.blog-detail__nav__item-link {
	display: block;
	margin-bottom: 5px;
	color: #092d5a;
	font-size: 14px;
	font-size: .875rem;
	line-height: 20px;
	line-height: 1.25rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-decoration: none;
	transition: color .2s linear
}

.blog-detail__nav__item-link:hover {
	color: #f18321
}

.blog-detail__nav__item .category {
	font-size: 12px;
	font-size: .75rem;
	line-height: 16px;
	line-height: 1rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	margin-bottom: 5px
}

.blog-detail__nav__item .date {
	font-style: italic;
	color: #888;
	font-size: 12px;
	font-size: .75rem;
	line-height: 16px;
	line-height: 1rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.blog-detail__nav__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1366px) {
	.blog__list__item.-image-right .blog__list__image {
		width: 320px
	}
	.blog__list__title {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 32px;
		line-height: 2rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:1200px) {
	.blog__row {
		flex-direction: column
	}
	.blog__column {
		width: 100%
	}
	.blog__column:first-child {
		padding-right: 0
	}
	.blog__column:last-child {
		padding-left: 0
	}
	.blog__list__item {
		width: 100%;
		margin-bottom: 30px
	}
	.blog__list__item:nth-child(odd) {
		margin: 0 0 30px 0
	}
	.blog__list__item.-image-right .blog__list__image {
		width: 360px
	}
	.blog-detail__container {
		flex-direction: column
	}
	.blog-detail__nav {
		margin: 30px 0 0 0;
		width: 100%
	}
}

@media only screen and (max-width:900px) {
	.blog__filter .container {
		padding: 0 15px
	}
	.blog__list {
		padding: 0 15px
	}
	.blog-detail__container {
		padding: 0 15px
	}
	.blog-detail__content {
		padding: 15px 0
	}
	.blog-detail__category {
		padding: 0 15px
	}
	.blog-detail__title {
		padding: 0 15px
	}
	.blog-detail__date {
		padding: 0 15px
	}
	.blog-detail__description {
		padding: 0 15px
	}
	.blog-detail__footer {
		padding: 0 15px
	}
	.blog-detail__footer__socialmedia a {
		margin: 0 15px
	}
	.blog-detail__footer__socialmedia span {
		font-size: 20px
	}
}

@media only screen and (max-width:768px) {
	.blog__list__item {
		flex-direction: column;
		height: auto
	}
	.blog__list__item.-image-large {
		height: auto
	}
	.blog__list__item.-image-large .blog__list__image {
		width: 100%;
		height: 350px
	}
	.blog__list__item.-image-right .blog__list__image {
		order: 2;
		width: 100%;
		height: 350px
	}
	.blog__list__content {
		order: 1;
		width: 100%
	}
	.blog__list__image {
		order: 2;
		width: 100%;
		height: 350px
	}
}

@media only screen and (max-width:560px) {
	.blog__filter .container {
		flex-direction: column
	}
	.blog__filter__item {
		width: 100%;
		margin-bottom: 15px
	}
	.blog__filter__item:last-child {
		margin-bottom: 0
	}
	.blog__select {
		width: 100%
	}
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.contact__wrapper {
	padding: 80px 0
}

.contact__map {
	position: relative;
	min-height: 80vh;
	overflow: hidden
}

.contact__map__item {
	width: 100%;
	height: 80vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.contact__map__select {
	position: absolute;
	right: calc(((100% - 1450px)/ 2) + 66px);
	bottom: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 310px;
	height: 70px;
	background: #092d5a;
	cursor: pointer
}

.contact__map__select-list {
	display: none;
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 100%;
	max-height: 170px;
	height: auto;
	background: #092d5a;
	border-bottom: 1px solid #0d4285;
	overflow-y: auto
}

.contact__map__select-list.-open {
	display: block
}

.contact__map__select-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #0d4285
}

.contact__map__select-list::-webkit-scrollbar {
	width: 6px;
	background-color: #0d4285
}

.contact__map__select-list::-webkit-scrollbar-thumb {
	background-color: #051f3f
}

.contact__map__select-list.-active {
	display: block
}

.contact__map__select-list__item {
	padding: 20px 20px;
	color: #fff;
	border-bottom: 1px solid #0d4285;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	text-transform: uppercase
}

.contact__map__select-list__item:last-child {
	border-bottom: none
}

.contact__map__select .selected {
	position: relative;
	z-index: 2;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 28.8px;
	line-height: 1.8rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase
}

.contact__map__select .icon-arrow-right {
	font-size: 20px;
	color: #fff;
	flex-grow: 0;
	flex-shrink: 0;
	margin: 0 20px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.contact__map__select .icon-location {
	font-size: 20px;
	color: #fff;
	flex-grow: 0;
	flex-shrink: 0;
	margin: 0 20px
}

.contact__content {
	padding: 0 50px
}

.contact__content__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 80px 0 0 0
}

.contact__content__list-item {
	width: 25%;
	margin-bottom: 60px;
	padding: 0 20px 0 0;
	opacity: 0;
	transition: opacity .3s ease-out .3s
}

.contact__content__list-item.fade-in {
	opacity: 1
}

.contact__content__list-title {
	font-weight: 700;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px;
	line-height: 2rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	margin-bottom: 20px
}

.contact__content__list-link {
	font-size: 14px;
	font-size: .875rem;
	line-height: 22px;
	line-height: 1.375rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #292929!important;
	text-decoration: none
}

.contact__content__list-link:hover {
	text-decoration: underline
}

.contact__content__list-text {
	font-size: 14px;
	font-size: .875rem;
	line-height: 18px;
	line-height: 1.125rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.contact__content__list-text.-margin {
	margin-bottom: 20px
}

.contact__form {
	background: #f8f8f9;
	padding: 60px 15px
}

.contact__form .container {
	max-width: 1050px
}

.contact__form__title {
	text-align: center;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 48px;
	line-height: 3rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #092d5a;
	font-weight: 700;
	opacity: 0;
	transition: opacity .3s ease-out .3s
}

.contact__form__title.fade-in {
	opacity: 1
}

.contact__form__title:after {
	content: '';
	display: flex;
	width: 100px;
	height: 3px;
	margin: 10px auto 20px auto;
	background: #f18321
}

.contact__form__description {
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	opacity: 0;
	transition: opacity .3s ease-out .3s
}

.contact__form__description.fade-in {
	opacity: 1
}

.contact__form__column {
	width: calc(50% - 40px)
}

.contact__form__column:first-child {
	margin-right: 80px
}

.contact__form__column-wrapper {
	padding: 50px 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	opacity: 0;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	transition: opacity .3s ease-out .3s, -webkit-transform .3s ease-out .3s;
	transition: opacity .3s ease-out .3s, transform .3s ease-out .3s;
	transition: opacity .3s ease-out .3s, transform .3s ease-out .3s, -webkit-transform .3s ease-out .3s
}

.contact__form__column-wrapper.zoom-in {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.contact__form__item {
	margin: 0 0 30px 0
}

.contact__form__item.-button {
	padding: 30px 0 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end
}

.contact__form__input,
.contact__form__select,
.contact__form__textarea {
	background: #f0f0f1;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	color: #292929;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	border: none;
	font-family: Roboto, sans-serif;
	outline: 0
}

.contact__form__select {
	height: 80px;
	padding: 0 20px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjkxOUNDREQ4OTc0MTFFOUJEOUM4RURERjJGNDRCMzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjkxOUNDREU4OTc0MTFFOUJEOUM4RURERjJGNDRCMzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyOTE5Q0NEQjg5NzQxMUU5QkQ5QzhFRERGMkY0NEIzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyOTE5Q0NEQzg5NzQxMUU5QkQ5QzhFRERGMkY0NEIzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkZZyOIAAABnSURBVHjaYqypqbnPwMAQ2NzcfIEBB6itrTUAUuuZQApBDKgAToUgdUxQExuBeD+6Bih/P0gepA5kMgOQsQBIFSJrQFJYCJVnYPz//z+ySQlAqh+qsR9ZIYZiJA3zgTgRWSEIAAQYALT9MiVyPFO9AAAAAElFTkSuQmCC);
	background-position: 95% center;
	background-repeat: no-repeat
}

.contact__form__select::-ms-expand {
	display: none
}

.contact__form__select:required:invalid {
	color: #757775
}

.contact__form__select option {
	color: #000
}

.contact__form__input {
	height: 80px;
	padding: 0 20px
}

.contact__form__textarea {
	resize: none;
	padding: 20px;
	box-sizing: border-box;
	height: 300px
}

.contact__form__button {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 120px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500;
	cursor: pointer
}

.contact__form__button:hover {
	color: #f18321
}

.contact__form__button:hover:before {
	background: #f18321
}

.contact__form__button:before {
	display: inline-block;
	content: '';
	width: 40px;
	height: 2px;
	margin-right: 15px;
	background: #292929
}

.contact__form__hidden {
	display: none
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1366px) {
	.contact__map__select {
		right: 15px
	}
	.contact__content__list-item {
		width: 33.33%
	}
}

@media only screen and (max-width:1200px) {
	.contact__wrapper {
		padding: 40px 0
	}
	.contact__map__select {
		right: 50%;
		margin-right: -155px
	}
	.contact__content__list {
		padding: 50px 0 0 0
	}
	.contact__content__list-item {
		width: 50%
	}
	.contact__form__column {
		width: calc(50% - 15px)
	}
	.contact__form__column:first-child {
		margin-right: 30px
	}
}

@media only screen and (max-width:1024px) {
	.contact__form__column {
		width: 100%
	}
	.contact__form__column:first-child {
		margin-right: 0
	}
}

@media only screen and (max-width:900px) {
	.contact__wrapper {
		padding: 40px 0
	}
	.contact__content {
		padding: 0 15px
	}
}

@media only screen and (max-width:768px) {
	.contact__content__list-item {
		width: 100%
	}
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.error .page__image__content {
	position: relative;
	z-index: 2
}

.error .page__image__title {
	padding: 100px 0 0 0;
	margin-bottom: 10px;
	font-size: 70px;
	font-size: 4.375rem;
	line-height: 70px;
	line-height: 4.375rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #fff;
	text-align: center;
	font-weight: 700
}

.error .page__image__button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.error .page__image__button a {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 12px 30px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	text-decoration: none;
	transition: background .4s cubic-bezier(.165, .84, .44, 1), color .4s cubic-bezier(.165, .84, .44, 1)
}

.error .page__image__button a:hover {
	background: #fff;
	color: #092d5a
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1200px) {
	.error .page__image__title {
		font-size: 50px;
		font-size: 3.125rem;
		line-height: 55px;
		line-height: 3.4375rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:1024px) {
	.error .page__image__title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 45px;
		line-height: 2.8125rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:768px) {
	.error .page__image__title {
		padding-top: 130px
	}
}

@media only screen and (max-width:640px) {
	.error .page__image__button a {
		background: #fff;
		color: #092d5a
	}
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.faq__content {
	padding: 50px 0 0 0
}

.faq__accordion {
	border: 1px solid #000;
	margin: 0 0 25px 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity .3s ease-out .4s, border .3s ease-in-out
}

.faq__accordion.fade-in {
	opacity: 1
}

.faq__accordion.-active {
	border: 1px solid #f18321
}

.faq__accordion.-active .faq__accordion__title {
	color: #f18321
}

.faq__accordion.-active .faq__accordion__title:after {
	background: #f18321
}

.faq__accordion.-active .faq__accordion__title:before {
	opacity: 0
}

.faq__accordion.-active .faq__accordion__content {
	max-height: 5000px
}

.faq__accordion__title {
	position: relative;
	padding: 15px 45px 15px 15px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 28.8px;
	line-height: 1.8rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #000;
	font-weight: 700;
	cursor: pointer;
	transition: color .3s ease-in-out
}

.faq__accordion__title:after,
.faq__accordion__title:before {
	content: '';
	position: absolute;
	display: flex;
	background: #000;
	transition: background .3s ease-in-out, opacity .3s ease-in-out
}

.faq__accordion__title:after {
	right: 15px;
	top: 50%;
	width: 21px;
	height: 1px
}

.faq__accordion__title:before {
	right: 24px;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px
}

.faq__accordion__content {
	height: auto;
	max-height: 0;
	transition: max-height .3s ease-in-out, height .3s ease-in-out
}

.faq__accordion__description {
	padding: 5px 45px 15px 15px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
	line-height: 1.75rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.faq__accordion__description p {
	margin: 0 0 15px 0
}

.faq__accordion__description strong {
	font-weight: 500
}

.faq__accordion__description a {
	color: #f18321;
	text-decoration: none
}

.faq__accordion__description a:hover {
	text-decoration: underline
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.home {
	overflow: hidden
}

.home__slider {
	position: relative;
	background: #f8f8f9;
	margin-bottom: 100px
}

.home__slider:hover .home__slider__next,
.home__slider:hover .home__slider__prev {
	opacity: 1
}

.home__slider:hover .home__slider__next {
	right: 50px
}

.home__slider:hover .home__slider__prev {
	left: 50px
}

.home__slider__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: calc(100vh - 120px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 15px 100px
}

.home__slider__item.-video {
	overflow: hidden
}

.home__slider__item.-video video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100vw;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover
}

.home__slider__item.swiper-slide-active .home__slider__button,
.home__slider__item.swiper-slide-active .home__slider__description,
.home__slider__item.swiper-slide-active .home__slider__title {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.home__slider__next,
.home__slider__prev {
	position: absolute;
	top: 50%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	background: rgba(255, 255, 255, .6);
	border-radius: 50%;
	cursor: pointer;
	transition: background .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1), left .5s cubic-bezier(.165, .84, .44, 1), right .5s cubic-bezier(.165, .84, .44, 1);
	opacity: 0;
	outline: 0
}

.home__slider__next.swiper-button-disabled,
.home__slider__prev.swiper-button-disabled {
	background: rgba(255, 255, 255, .2)
}

.home__slider__next:hover:not(.swiper-button-disabled),
.home__slider__prev:hover:not(.swiper-button-disabled) {
	background: #fff
}

.home__slider__next span,
.home__slider__prev span {
	font-size: 30px;
	line-height: 30px;
	color: #092d5a
}

.home__slider__next {
	right: -50px
}

.home__slider__prev {
	left: -50px
}

.home__slider__pagination {
	position: absolute;
	left: 0!important;
	z-index: 1;
	bottom: 30px!important;
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%!important
}

.home__slider__pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: 0 0;
	border: 2px solid #fff;
	opacity: 1;
	margin: 0 5px!important;
	outline: 0
}

.home__slider__pagination .swiper-pagination-bullet-active {
	background: #fff
}

.home__slider__title {
	position: relative;
	z-index: 2;
	max-width: 1000px;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 80px;
	font-size: 4.5rem;
	line-height: 85px;
	line-height: 5.3125rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #fff;
	text-align: center;
	opacity: 0;
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s
}

.home__slider__description {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin-bottom: 40px;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 26px;
	line-height: 1.625rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #fff;
	text-align: center;
	opacity: 0;
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s
}

.home__slider__button {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 12px 30px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	text-decoration: none;
	opacity: 0;
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, background .4s cubic-bezier(.165, .84, .44, 1), color .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s, background .4s cubic-bezier(.165, .84, .44, 1), color .4s cubic-bezier(.165, .84, .44, 1);
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s, background .4s cubic-bezier(.165, .84, .44, 1), color .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s
}

.home__slider__button:hover {
	background: #fff;
	color: #092d5a
}

.home__slider__line {
	position: absolute;
	left: 50%;
	bottom: -75px;
	z-index: 2;
	width: 1px;
	height: 150px
}

.home__slider__line span {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	width: 100%;
	height: 0;
	background: #092d5a;
	-webkit-animation-name: line-draw;
	animation-name: line-draw;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.home__slider__circle {
	position: absolute;
	z-index: 1;
	width: 80vh;
	height: 80vh
}

.home__slider__circle:after,
.home__slider__circle:before {
	content: '';
	position: absolute;
	display: flex;
	opacity: .3;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-animation-name: infinite-spinning;
	animation-name: infinite-spinning;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.home__slider__circle:after {
	left: 25px;
	top: 50px;
	bottom: 50px;
	right: 25px
}

.home__slider__circle:before {
	left: 50px;
	top: 25px;
	bottom: 25px;
	right: 50px
}

.home__text {
	width: 100%;
	padding: 50px 0 0 0
}

.home__text .container {
	max-width: 1450px;
	padding: 0 50px;
	opacity: 0;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s
}

.home__text .container.zoom-in {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.home__text__carousel {
	position: relative;
	padding: 70px 0 100px 0
}

.home__text__carousel-drag {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 1170px
}

.home__text__carousel-drag:after {
	position: absolute;
	right: 0;
	top: -25px;
	content: attr(data-text);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f18321;
	color: #fff;
	font-size: 12px;
	font-size: .75rem;
	line-height: 19.2px;
	line-height: 1.2rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.home__text__carousel .carousel__item {
	opacity: .2;
	transition: opacity .2s linear
}

.home__text__carousel .carousel__item.-active,
.home__text__carousel .carousel__item:hover {
	opacity: 1
}

.home__text__carousel .carousel__item.-active .carousel__item__detail,
.home__text__carousel .carousel__item:hover .carousel__item__detail {
	opacity: 1
}

.home__text__carousel .carousel__item.-active .carousel__item__detail:after,
.home__text__carousel .carousel__item:hover .carousel__item__detail:after {
	width: 100px
}

.home__text__carousel .carousel__item__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	text-decoration: none
}

.home__text__carousel .carousel__item__number {
	color: #f18321;
	font-weight: 500;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px;
	line-height: 2rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.home__text__carousel .carousel__item__text {
	color: #292929;
	font-weight: 700;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 35px;
	line-height: 2.1875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	margin-bottom: 15px
}

.home__text__carousel .carousel__item__detail {
	position: relative;
	width: 100px;
	padding: 15px 0 0 0;
	color: #f18321;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	opacity: 0;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1)
}

.home__text__carousel .carousel__item__detail:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 0;
	height: 4px;
	background: #f18321;
	transition: width .4s cubic-bezier(.165, .84, .44, 1)
}

.home__text__carousel .carousel__pagination {
	position: absolute;
	left: 0!important;
	z-index: 1;
	bottom: 50px!important;
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%!important
}

.home__text__carousel .carousel__pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: 0 0;
	border: 2px solid #292929;
	background: #292929;
	opacity: 1;
	margin: 0 4px!important;
	opacity: .2;
	outline: 0
}

.home__text__carousel .carousel__pagination .swiper-pagination-bullet-active {
	opacity: 1
}

.home__services {
	background: #f8f8f9;
	padding: 100px 0;
	width: 100%;
	overflow: hidden
}

.home__services .container {
	padding: 0 15px
}

.home__services__title {
	margin-bottom: 10px;
	color: #092d5a;
	text-align: center;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 35px;
	line-height: 2.1875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700;
	opacity: 0;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.home__services__title.fade-in {
	opacity: 1
}

.home__services__description {
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	line-height: 1.25rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	opacity: 0;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.home__services__description.fade-in {
	opacity: 1
}

.home__services .services {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 50px
}

.home__services .services__item {
	position: relative;
	width: 100%;
	max-width: 315px;
	margin: 0 15px;
	overflow: hidden;
	box-shadow: none;
	transition: box-shadow .5s ease-out
}

.home__services .services__item:hover {
	box-shadow: 0 0 43px -4px rgba(0, 0, 0, .51)
}

.home__services .services__item:hover:after {
	width: 100%
}

.home__services .services__item:hover .services__content {
	min-height: 200px
}

.home__services .services__item:hover .services__text {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.home__services .services__item:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 0;
	height: 10px;
	background: #f18321;
	transition: width .5s cubic-bezier(.165, .84, .44, 1)
}

.home__services .services__item:first-child {
	margin-left: 0
}

.home__services .services__item:last-child {
	margin-right: 0
}

.home__services .services__item.fade-out {
	opacity: 0;
	transition: opacity .5s ease-out .3s
}

.home__services .services__item.fade-out.fade-in {
	opacity: 1
}

.home__services .services__item.left-out {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s
}

.home__services .services__item.left-out.left-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.home__services .services__item.right-out {
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s
}

.home__services .services__item.right-out.right-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.home__services .services__link:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%
}

.home__services .services__image {
	display: block;
	width: 100%
}

.home__services .services__content {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	min-height: 130px;
	padding: 0 20px;
	transition: min-height .4s cubic-bezier(.165, .84, .44, 1)
}

.home__services .services__title {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 10px;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 35px;
	line-height: 2.1875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700;
	color: #fff
}

.home__services .services__title:before {
	content: '';
	display: flex;
	width: 50px;
	height: 4px;
	background: #fff;
	margin-bottom: 20px
}

.home__services .services__text {
	margin-bottom: 10px;
	color: #fff;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.165, .84, .44, 1);
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.165, .84, .44, 1)
}

.home__app {
	position: relative;
	width: 100%;
	z-index: 0;
	overflow: hidden
}

.home__app__image {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.home__app.zoom-in {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.home__app .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	height: 550px;
	padding: 0 50px
}

.home__app__title {
	max-width: 600px;
	margin-bottom: 15px;
	color: #092d5a;
	text-align: right;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 40px;
	line-height: 2.5rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700
}

.home__app__description {
	max-width: 700px;
	margin-bottom: 15px;
	text-align: right
}

.home__app__logo {
	display: flex;
	flex-direction: row;
	justify-content: flex-end
}

.home__app__logo-item {
	margin-left: 10px;
	border: none
}

.home__news {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 100px 0 100px 15%;
	overflow-x: hidden
}

.home__news__container {
	position: relative;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s
}

.home__news__container.left-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.home__news__container:after {
	content: '';
	position: absolute;
	left: calc(17% - 8px);
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: #f8f8f9
}

.home__news__title {
	padding: 100px 15px 0 20%;
	margin: 0 0 10px 50px;
	color: #092d5a;
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 37px;
	line-height: 2.3125rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700
}

.home__news__description {
	padding: 0 15px 0 20%;
	margin: 0 0 10px 50px
}

.home__news__slider {
	padding: 50px 0 150px 0
}

.home__news__item {
	display: flex;
	flex-direction: row;
	width: 600px
}

.home__news__item.-first .home__news__item-image {
	width: 268px
}

.home__news__item.-first .home__news__item-content {
	order: 2
}

.home__news__item-image {
	order: 2;
	flex-grow: 0;
	flex-shrink: 0;
	min-height: 360px;
	width: 360px;
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat
}

.home__news__item-content {
	display: flex;
	flex-direction: column;
	order: 1;
	width: 100%;
	max-width: 360px;
	padding: 15px;
	background: #fff
}

.home__news__item-category {
	font-weight: 300;
	margin-bottom: 10px
}

.home__news__item-title {
	max-height: 250px;
	margin-bottom: 10px;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 28px;
	line-height: 1.75rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 900;
	color: #092d5a;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden
}

.home__news__item-date {
	color: #888;
	font-style: italic
}

.home__news__pagination {
	position: absolute;
	left: 0!important;
	z-index: 1;
	bottom: 50px!important;
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%!important
}

.home__news__pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: 0 0;
	border: 2px solid #292929;
	background: #292929;
	opacity: 1;
	margin: 0 4px!important;
	opacity: .2;
	outline: 0
}

.home__news__pagination .swiper-pagination-bullet-active {
	opacity: 1
}

.home__news__progress {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	bottom: 50px;
	left: 24%;
	right: 0
}

.home__news__progress span {
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500
}

.home__news__progress span.first {
	margin-right: 10px
}

.home__news__progress span.last {
	margin-left: 10px
}

.home__news__progress-line {
	position: relative!important;
	top: auto!important;
	bottom: 0!important;
	left: 0!important;
	width: 80%;
	max-width: 500px;
	height: 2px!important
}

.home__news__progress-line .swiper-pagination-progressbar-fill {
	background: #f18321!important
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1440px) {
	.home__news__item {
		width: 530px
	}
	.home__news__item-image {
		width: 350px
	}
	.home__news__item-content {
		max-width: 350px
	}
	.home__news__item-title {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:1200px) {
	.home__slider {
		margin-bottom: 75px
	}
	.home__slider__item {
		height: calc(100vh - 90px)
	}
	.home__slider__title {
		font-size: 60px;
		font-size: 3.75rem;
		line-height: 65px;
		line-height: 4.0625rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.home__slider__description {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.home__slider__circle {
		width: 55vh;
		height: 55vh
	}
	.home__slider__circle:after {
		left: 25px;
		top: 40px;
		bottom: 40px;
		right: 25px
	}
	.home__slider__circle:before {
		left: 40px;
		top: 25px;
		bottom: 25px;
		right: 40px
	}
	.home__text__carousel {
		padding: 50px 0 100px 0
	}
	.home__text__carousel-drag {
		max-width: 1000px
	}
	.home__app .container {
		align-items: center
	}
	.home__app__title {
		text-align: center
	}
	.home__app__description {
		text-align: center
	}
	.home__app__logo {
		justify-content: center
	}
	.home__news {
		padding: 100px 0 100px 10%
	}
	.home__news__container:after {
		left: 10%
	}
	.home__news__title {
		padding: 80px 15px 0 15%;
		font-size: 35px;
		font-size: 2.1875rem;
		line-height: 40px;
		line-height: 2.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.home__news__description {
		padding: 0 15px 0 15%
	}
}

@media only screen and (max-width:1024px) {
	.home__slider {
		margin-bottom: 0
	}
	.home__slider__item {
		padding: 15px
	}
	.home__slider__next,
	.home__slider__prev {
		display: none
	}
	.home__slider__pagination {
		display: flex
	}
	.home__slider__title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 45px;
		line-height: 2.8125rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.home__slider__description {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 22px;
		line-height: 1.375rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.home__slider__line {
		display: none
	}
	.home__text__carousel-drag {
		display: none
	}
	.home__text__carousel .carousel__pagination {
		display: flex
	}
}

@media only screen and (max-width:1000px) {
	.home__services .services__title {
		font-size: 25px;
		font-size: 1.5625rem;
		line-height: 30px;
		line-height: 1.875rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.home__news {
		padding: 100px 0 100px 100px
	}
	.home__news__container:after {
		left: 100px
	}
}

@media only screen and (max-width:900px) {
	.home__text .container {
		padding: 0 15px
	}
	.home__services .services {
		flex-direction: column
	}
	.home__services .services__item:after {
		width: 100%
	}
	.home__services .services__item {
		margin: 0 0 30px 0;
		max-width: 450px
	}
	.home__services .services__content {
		min-height: 200px
	}
	.home__services .services__text {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	.home__app .container {
		padding: 0 15px
	}
	.home__news {
		padding: 0 0 50px 0
	}
	.home__news__container:after {
		left: 0
	}
	.home__news__title {
		padding: 80px 15px 0 15px;
		margin: 0 0 10px 0;
		text-align: center
	}
	.home__news__description {
		padding: 0 15px;
		margin: 0 0 10px 0;
		text-align: center
	}
	.home__news__slider {
		padding: 50px 0 100px 0
	}
	.home__news__item {
		width: 100%;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start
	}
	.home__news__item.-first .home__news__item-image {
		width: 100%;
		max-width: 500px;
		background-position: left top
	}
	.home__news__item.-first .home__news__item-content {
		order: 1
	}
	.home__news__item-image {
		background-color: #fff;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		transition: height .2s linear
	}
	.home__news__item-content {
		max-width: 500px
	}
	.home__news__pagination {
		display: flex
	}
	.home__news__progress {
		display: none
	}
}

@media only screen and (max-width:768px) {
	.home__text__carousel {
		padding: 30px 0 100px 0
	}
	.home__text__carousel .carousel__item {
		opacity: 1
	}
	.home__text__carousel .carousel__item .carousel__item__detail {
		opacity: 1
	}
	.home__text__carousel .carousel__item .carousel__item__detail:after {
		width: 100px
	}
	.home__text__carousel .carousel__item__text {
		font-size: 25px;
		font-size: 1.5625rem;
		line-height: 30px;
		line-height: 1.875rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:640px) {
	.home__slider__button {
		background: #fff;
		color: #092d5a
	}
}

@media only screen and (max-width:560px) {
	.home__text__carousel .carousel__item__content {
		align-items: center
	}
	.home__text__carousel .carousel__item__text {
		text-align: center
	}
	.home__text__carousel .carousel__item__detail {
		text-align: center
	}
}

@media only screen and (max-width:550px) {
	.home__app__logo {
		flex-direction: column;
		margin-top: 15px
	}
	.home__app__logo-item {
		text-align: center;
		margin-bottom: 10px
	}
}

@-webkit-keyframes line-draw {
	from {
		height: 0
	}
	to {
		height: 100%
	}
}

@keyframes line-draw {
	from {
		height: 0
	}
	to {
		height: 100%
	}
}

@-webkit-keyframes infinite-spinning {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes infinite-spinning {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.numbers {
	background: #f8f8f9;
	padding: 0 0 35px 0
}

.numbers__banner-counter {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 70px 0 0 0
}

.numbers__banner-counter__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 33.33%;
	height: 150px
}

.numbers__banner-counter__item:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 1px;
	height: 100%;
	opacity: .4;
	background: #fff
}

.numbers__banner-counter__item:last-child:after {
	display: none
}

.numbers__banner-counter__item-number {
	font-size: 70px;
	font-size: 4.375rem;
	line-height: 70px;
	line-height: 4.375rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px
}

.numbers__banner-counter__item-text {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 30px;
	line-height: 1.875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #fff;
	font-weight: 400;
	text-align: center
}

.numbers .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1450px;
	padding: 50px 50px 0 50px;
	overflow: hidden
}

.numbers__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(25% - 30px);
	padding: 30px 15px;
	margin: 15px;
	background: #fff
}

.numbers__item:hover .numbers__number {
	color: #f18321
}

.numbers__item:hover .numbers__icon__img {
	opacity: 0
}

.numbers__item:hover .numbers__icon__img-hover {
	opacity: 1
}

.numbers__icon {
	position: relative;
	width: 100px;
	height: 100px;
	margin-bottom: 15px
}

.numbers__icon__img {
	transition: opacity .3s ease-out
}

.numbers__icon__img-hover {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .3s ease-out
}

.numbers__item:hover .numbers__number {
	color: #f18321
}

.numbers__item:hover .numbers__icon__svg {
	fill: #f18321
}

.numbers__icon {
	position: relative;
	width: 100px;
	height: 100px;
	padding: 10px;
	margin-bottom: 15px
}

.numbers__icon__svg {
	width: 100%;
	fill: #092d5a;
	transition: fill .3s ease-out
}

.numbers__text {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 30px;
	line-height: 1.875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #092d5a;
	min-height: 60px;
	text-align: center;
	margin-bottom: 10px
}

.numbers__number {
	font-size: 60px;
	font-size: 3.75rem;
	line-height: 60px;
	line-height: 3.75rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #092d5a;
	font-weight: 700;
	transition: color .3s ease-out
}

.numbers__number-info {
	display: inline-block;
	padding-top: 20px;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 20.8px;
	line-height: 1.3rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500;
	color: #092d5a
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1200px) {
	.numbers__banner-counter__item-number {
		font-size: 55px;
		font-size: 3.4375rem;
		line-height: 55px;
		line-height: 3.4375rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.numbers__banner-counter__item-text {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 28px;
		line-height: 1.75rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.numbers__item {
		width: calc(33.33% - 30px)
	}
	.numbers__text {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 28px;
		line-height: 1.75rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:1024px) {
	.numbers__banner-counter__item-number {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 40px;
		line-height: 2.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.numbers__banner-counter__item-text {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 26px;
		line-height: 1.625rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.numbers__item {
		width: calc(50% - 30px)
	}
}

@media only screen and (max-width:900px) {
	.numbers .container {
		padding: 25px 15px
	}
}

@media only screen and (max-width:640px) {
	.numbers__item {
		width: 100%;
		margin: 0 0 20px 0
	}
}

@media only screen and (max-width:560px) {
	.numbers__banner-counter__item {
		height: 100px;
		padding: 30px 0
	}
	.numbers__banner-counter__item-text {
		font-size: 16px;
		font-size: 1rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.search-result {
	background: #f8f8f9
}

.search-result .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 1450px;
	padding: 0 50px
}

.search-result__form {
	width: 100%
}

.search-result__form__title {
	width: 100%;
	margin-bottom: 15px;
	font-size: 25px;
	font-size: 1.5625rem;
	line-height: 26px;
	line-height: 1.625rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700;
	color: #fff;
	text-align: center
}

.search-result__form__input {
	display: flex;
	width: 100%;
	height: 60px;
	padding: 0 40px 0 15px;
	margin: 0 auto;
	background: #fff;
	border-radius: 0;
	border: none;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 24px;
	line-height: 1.5rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700;
	color: #092d5a;
	box-shadow: none;
	outline: 0
}

.search-result__form__content {
	width: 100%;
	max-width: 720px;
	position: relative
}

.search-result__form__content span {
	position: absolute;
	z-index: 1;
	right: 15px;
	top: 18px;
	font-size: 22px;
	color: #092d5a;
	cursor: pointer
}

.search-result__form__hidden {
	display: none
}

.search-result__list {
	width: 100%
}

.search-result__list__text {
	width: 100%;
	padding: 0 0 30px 0;
	text-align: left;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 26px;
	line-height: 1.625rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #092d5a;
	border-bottom: 1px solid #dedede
}

.search-result__list__item {
	padding: 30px 0;
	border-bottom: 1px solid #dedede
}

.search-result__list__item:last-child {
	border-bottom: none
}

.search-result__list__item strong {
	font-weight: 700;
	display: block;
	margin-bottom: 5px
}

.search-result__list__item a {
	display: block;
	margin-bottom: 10px;
	color: #092d5a;
	font-weight: 700;
	text-decoration: none;
	font-size: 25px;
	font-size: 1.5625rem;
	line-height: 30px;
	line-height: 1.875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	transition: color .2s linear;
	margin-bottom: 20px
}

.search-result__list__item a:hover {
	text-decoration: none;
	color: #f18321
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1200px) {
	.search-result__form__title {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 22px;
		line-height: 1.375rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:900px) {
	.search-result .container {
		padding: 0 15px
	}
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.team .page__content {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0
}

.team .page__content-wrapper {
	padding-bottom: 60px
}

.team .container {
	max-width: 1450px;
	padding: 0 50px;
	overflow: hidden
}

.team__person {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 80px 0 30px 0
}

.team__person__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(20% - 25px);
	margin: 0 25px 50px 0;
	opacity: 0;
	transition: opacity .3s ease-out .4s
}

.team__person__item:hover .team__person__item-image span {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.team__person__item.fade-in {
	opacity: 1
}

.team__person__item:last-child {
	margin-right: 0
}

.team__person__item-image {
	position: relative;
	display: flex;
	align-self: center;
	width: 100%;
	max-width: 254px;
	height: 310px;
	overflow: hidden
}

.team__person__item-image span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.team__person__item-title {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	padding: 15px 0 0 0;
	text-align: center;
	font-style: italic;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	line-height: 1.25rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.team__person__item-title strong {
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	line-height: 1.25rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500;
	font-style: normal
}

.team__person__link:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%
}

.team__text {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px 0 100px 0
}

.team__text__column {
	width: 50%;
	font-size: 16px;
	font-size: 1rem;
	line-height: 34px;
	line-height: 2.125rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.team__text__column p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 34px;
	line-height: 2.125rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	margin: 0 0 20px 0
}

.team__text__column-title {
	width: 100%;
	max-width: 560px;
	padding-right: 50px;
	font-size: 60px;
	font-size: 3.75rem;
	line-height: 65px;
	line-height: 4.0625rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 900
}

.team__text__column.left-out {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.team__text__column.left-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.team__text__column.right-out {
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.team__text__column.right-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.team__banner {
	padding-bottom: 80px;
	opacity: 0;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.team__banner.zoom-in {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.team__banner__image {
	display: block;
	max-width: 100%
}

.team-detail {
	background: #f8f8f9;
	padding-bottom: 80px
}

.team-detail .container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0 50px
}

.team-detail__content {
	display: flex;
	flex-direction: row;
	-webkit-transform: translateY(-90px);
	transform: translateY(-90px)
}

.team-detail__content__photo {
	flex-grow: 0;
	flex-shrink: 0;
	width: 315px
}

.team-detail__content__photo img {
	max-width: 100%;
	width: 100%
}

.team-detail__content__text {
	padding: 0 30px
}

.team-detail .person__title {
	display: flex;
	flex-direction: column;
	height: 90px;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 40px;
	line-height: 2.5rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #fff;
	font-style: italic
}

.team-detail .person__title strong {
	font-style: normal;
	font-weight: 500
}

.team-detail .person__description {
	font-size: 16px;
	font-size: 1rem;
	line-height: 30px;
	line-height: 1.875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.team-detail__nav {
	flex-grow: 0;
	flex-shrink: 0;
	width: 315px;
	padding: 20px 0 0 0;
	overflow: hidden
}

.team-detail__nav__link {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #292929;
	transition: color .2s ease-out;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	text-decoration: none
}

.team-detail__nav__link.-active:before {
	width: 3px;
	margin: 0 15px 0 0
}

.team-detail__nav__link.-active span,
.team-detail__nav__link.-active strong {
	color: #f18321
}

.team-detail__nav__link span {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	color: #292929;
	font-style: italic
}

.team-detail__nav__link strong {
	font-style: normal;
	font-weight: 500
}

.team-detail__nav__link:first-child {
	border-top: 1px solid #292929
}

.team-detail__nav__link:hover:not(.-active):before {
	width: 3px;
	margin: 0 15px 0 0
}

.team-detail__nav__link:hover:not(.-active) span,
.team-detail__nav__link:hover:not(.-active) strong {
	color: #f18321
}

.team-detail__nav__link:before {
	content: '';
	display: flex;
	width: 0;
	height: 50px;
	background: #f18321;
	margin: 0;
	transition: margin .3s ease-out
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1366px) {
	.team__text__column-title {
		font-size: 50px;
		font-size: 3.125rem;
		line-height: 55px;
		line-height: 3.4375rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:1300px) {
	.team-detail__content__photo {
		width: 250px
	}
	.team-detail__nav {
		width: 250px
	}
}

@media only screen and (max-width:1200px) {
	.team__person__item {
		width: calc(33.33% - 25px)
	}
}

@media only screen and (max-width:1100px) {
	.team-detail {
		padding-bottom: 50px
	}
	.team-detail .container {
		flex-direction: column
	}
	.team-detail__content {
		flex-direction: column;
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px)
	}
	.team-detail__content__photo {
		max-width: 315px;
		width: 100%;
		margin: 0 auto 15px auto
	}
	.team-detail__content__text {
		padding: 0
	}
	.team-detail .person__title {
		color: #292929;
		text-align: center;
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 30px;
		line-height: 1.875rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.team-detail__nav {
		width: 100%
	}
	.team-detail__nav__link:hover:not(.-active):before {
		width: 0;
		margin: 0
	}
	.team-detail__nav__link:hover:not(.-active) span,
	.team-detail__nav__link:hover:not(.-active) strong {
		color: #292929
	}
}

@media only screen and (max-width:1024px) {
	.team__text__column {
		width: 100%;
		font-size: 16px;
		font-size: 1rem;
		line-height: 28px;
		line-height: 1.75rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.team__text__column p {
		font-size: 16px;
		font-size: 1rem;
		line-height: 28px;
		line-height: 1.75rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.team__text__column-title {
		margin-bottom: 40px;
		padding-right: 0;
		max-width: 800px
	}
}

@media only screen and (max-width:900px) {
	.team .container {
		padding: 0 15px
	}
	.team__person__item {
		width: calc(50% - 25px)
	}
	.team-detail .container {
		padding: 0 15px
	}
}

@media only screen and (max-width:768px) {
	.team__text__column-title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 45px;
		line-height: 2.8125rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:640px) {
	.team__text {
		padding: 20px 0 50px 0
	}
}

@media only screen and (max-width:600px) {
	.team__person__item {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 50px auto;
		align-items: center
	}
	.team__person__item:last-child {
		margin-right: auto
	}
}

@media only screen and (max-width:560px) {
	.team__text__column-title {
		font-size: 35px;
		font-size: 2.1875rem;
		line-height: 40px;
		line-height: 2.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

.contact__form__notification {
	display: none;
	padding: 30px 0 0;
	color: #587850;
	text-align: center;
	font-size: 14px;
	font-size: .875rem;
	line-height: 22.4px;
	line-height: 1.4rem;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	opacity: 1;
	transition: opacity .3s ease-out .3s;
}

.contact__form__notification.-show {
	display: block;
}

.footer__newsletter__notification {
	display: none;
	color: #587850;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 18px;
	line-height: 1.125rem;
	font-feature-settings: 'kern' 1;
	font-kerning: normal;
}

.footer__newsletter__notification.-show {
	display: flex;
}

.footer__newsletter__notification.-error {
	color: #ed1250;
}

.contact__form__label a {
	color: #292929;
	font-weight: 500;
	text-decoration: none;
}

.privacy-policy {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 3;
	display: none;
	width: 100%;
	padding: 15px;
	background-color: #092d5a;
}

.privacy-policy.-show {
	display: block;
}

.privacy-policy__container {
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	align-items: flex-start;
	margin: 0 auto;
	width: 100%;
	max-width: 880px;
}

.privacy-policy__description {
	padding: 0 15px 0 0;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 22.4px;
	line-height: 1.4rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 400;
	color: #ffffff;
}

.privacy-policy__description a {
	color: #ffffff;
	text-decoration: underline;
}

.privacy-policy__button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	min-width: 110px;
	height: 38px;
	border: 2px solid rgba(255, 255, 255, 0.38);
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 20.8px;
	line-height: 1.3rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500;
	color: #ffffff;
	cursor: pointer;
}

.blue-section {
	background: #092d5a;
	padding: 150px 0;
	width: 100%;
}

.blue-section h5 {
	font-size: 17px;
	color: #fff;
	font-weight: normal !important;
}

.blue-section h2 {
	color: #fff;
	text-align: center;
	font-size: 40px;
	line-height: 45px;
}

.blue-section .description {
	padding: 0 100px;
}

.blue-section a.btn-border {
	padding: 10px 25px;
	display: inline-block;
	border: solid 1px #fff;
	border-radius: 1px;
}

@media only screen and (max-width: 767px) {
	.footer__logo__item {
		margin: 0 20px 0 0 !important;
		display: inline-block !important;
		width: 75px;
	}
	.footer__logo__item img {
		width: 100%;
	}
	.blue-section .description {
		padding: 0 20px !important;
	}
	.blue-section h2 {
		font-size: 30px;
		line-height: 40px;
	}
	#site-popup img {
		max-width: 100%;
	}
}


/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */

.lity {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0, 0, 0, 0.7);
	outline: none !important;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.lity.lity-opened {
	opacity: 1
}

.lity.lity-closed {
	opacity: 0
}

.lity * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important
}

.lity-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em
}

.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.lity-loading .lity-loader {
	opacity: 1
}

.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important
}

.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: -o-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-loading .lity-content,
.lity-closed .lity-content {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}

.lity-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.lity-close {
	z-index: 9994;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.lity-close::-moz-focus-inner {
	border: 0;
	padding: 0
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.lity-close:active {
	top: 1px
}

.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
	width: 100%;
	max-width: 964px
}

.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: auto;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000
}

.lity-hide {
	display: none
}

@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,900&display=swap&subset=latin-ext");
[class*=" icon-"],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: "\e900"
}

.icon-arrow-right:before {
	content: "\e902"
}

.icon-icon-arrow-right:before {
	content: "\e901"
}

.icon-icon-search:before {
	content: "\e903"
}

.icon-icon-world:before {
	content: "\e904"
}

.icon-newspaper:before {
	content: "\e909"
}

.icon-image:before {
	content: "\e912"
}

.icon-images:before {
	content: "\e913"
}

.icon-play:before {
	content: "\e917"
}

.icon-film:before {
	content: "\e918"
}

.icon-books:before {
	content: "\e925"
}

.icon-file-text:before {
	content: "\e927"
}

.icon-profile:before {
	content: "\e928"
}

.icon-file-empty:before {
	content: "\e929"
}

.icon-files-empty:before {
	content: "\e92a"
}

.icon-file-text2:before {
	content: "\e92b"
}

.icon-copy:before {
	content: "\e931"
}

.icon-paste:before {
	content: "\e932"
}

.icon-folder-open:before {
	content: "\e935"
}

.icon-price-tag:before {
	content: "\e93a"
}

.icon-credit-card:before {
	content: "\e944"
}

.icon-phone:before {
	content: "\e947"
}

.icon-phone-hang-up:before {
	content: "\e948"
}

.icon-envelop:before {
	content: "\e94a"
}

.icon-location:before {
	content: "\e94c"
}

.icon-location2:before {
	content: "\e94d"
}

.icon-compass:before {
	content: "\e94e"
}

.icon-map:before {
	content: "\e950"
}

.icon-map2:before {
	content: "\e951"
}

.icon-calendar:before {
	content: "\e958"
}

.icon-printer:before {
	content: "\e959"
}

.icon-display:before {
	content: "\e95b"
}

.icon-spinner3:before {
	content: "\e981"
}

.icon-search:before {
	content: "\e98b"
}

.icon-cog:before {
	content: "\e999"
}

.icon-cogs:before {
	content: "\e99a"
}

.icon-switch:before {
	content: "\e9bb"
}

.icon-cloud-download:before {
	content: "\e9c7"
}

.icon-cloud-upload:before {
	content: "\e9c8"
}

.icon-cloud-check:before {
	content: "\e9c9"
}

.icon-download2:before {
	content: "\e9ca"
}

.icon-upload2:before {
	content: "\e9cb"
}

.icon-download3:before {
	content: "\e9cc"
}

.icon-upload3:before {
	content: "\e9cd"
}

.icon-sphere:before {
	content: "\e9ce"
}

.icon-eye:before {
	content: "\e9d3"
}

.icon-eye-blocked:before {
	content: "\e9d6"
}

.icon-bookmark:before {
	content: "\e9d7"
}

.icon-bookmarks:before {
	content: "\e9d8"
}

.icon-star-full:before {
	content: "\e9de"
}

.icon-smile:before {
	content: "\e9e6"
}

.icon-sad:before {
	content: "\e9ea"
}

.icon-warning:before {
	content: "\ea0c"
}

.icon-notification:before {
	content: "\ea0d"
}

.icon-question:before {
	content: "\ea0e"
}

.icon-plus:before {
	content: "\ea0f"
}

.icon-minus:before {
	content: "\ea10"
}

.icon-info:before {
	content: "\ea11"
}

.icon-cancel-circle:before {
	content: "\ea12"
}

.icon-blocked:before {
	content: "\ea13"
}

.icon-cross:before {
	content: "\ea14"
}

.icon-checkmark:before {
	content: "\ea15"
}

.icon-checkmark2:before {
	content: "\ea16"
}

.icon-play3:before {
	content: "\ea21"
}

.icon-pause2:before {
	content: "\ea22"
}

.icon-stop2:before {
	content: "\ea23"
}

.icon-arrow-up2:before {
	content: "\ea3f"
}

.icon-arrow-right2:before {
	content: "\ea41"
}

.icon-arrow-down2:before {
	content: "\ea43"
}

.icon-arrow-left2:before {
	content: "\ea45"
}

.icon-circle-up:before {
	content: "\ea46"
}

.icon-circle-right:before {
	content: "\ea47"
}

.icon-circle-down:before {
	content: "\ea48"
}

.icon-circle-left:before {
	content: "\ea49"
}

.icon-checkbox-checked:before {
	content: "\ea57"
}

.icon-checkbox-unchecked:before {
	content: "\ea58"
}

.icon-radio-checked:before {
	content: "\ea59"
}

.icon-radio-checked2:before {
	content: "\ea5a"
}

.icon-radio-unchecked:before {
	content: "\ea5b"
}

.icon-share2:before {
	content: "\ea87"
}

.icon-facebook:before {
	content: "\ea95"
}

.icon-instagram:before {
	content: "\ea97"
}

.icon-whatsapp:before {
	content: "\ea98"
}

.icon-spotify:before {
	content: "\ea99"
}

.icon-telegram:before {
	content: "\ea9a"
}

.icon-twitter:before {
	content: "\ea9b"
}

.icon-vine:before {
	content: "\ea9c"
}

.icon-youtube:before {
	content: "\eaa2"
}

.icon-vimeo:before {
	content: "\eaa5"
}

.icon-blogger:before {
	content: "\eabc"
}

.icon-tumblr:before {
	content: "\eabe"
}

.icon-appleinc:before {
	content: "\eac3"
}

.icon-android:before {
	content: "\eac5"
}

.icon-skype:before {
	content: "\eaca"
}

.icon-linkedin2:before {
	content: "\eacf"
}

.icon-pinterest2:before {
	content: "\ead7"
}

.icon-file-pdf:before {
	content: "\eae4"
}

.icon-file-word:before {
	content: "\eae6"
}

.icon-file-excel:before {
	content: "\eae7"
}

.left-in-short {
	opacity: 1;
	transform: translateX(0)
}

.privacy-policy {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 3;
	display: none;
	width: 100%;
	padding: 15px;
	background-color: #092d5a
}

.privacy-policy.-show {
	display: block
}

.privacy-policy__container {
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	align-items: flex-start;
	margin: 0 auto;
	width: 100%;
	max-width: 880px
}

.privacy-policy__description {
	padding: 0 15px 0 0;
	font-size: 14px;
	font-size: .875rem;
	line-height: 22.4px;
	line-height: 1.4rem;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 400;
	color: #fff
}

.privacy-policy__description a {
	color: #fff;
	text-decoration: underline
}

.privacy-policy__button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	min-width: 110px;
	height: 38px;
	border: 2px solid hsla(0, 0%, 100%, .38);
	font-size: 13px;
	font-size: .8125rem;
	line-height: 20.8px;
	line-height: 1.3rem;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500;
	color: #fff;
	cursor: pointer
}

.press {
	background: #f8f8f9
}

.press__filter {
	padding: 40px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%
}

.press__filter__item {
	display: flex;
	margin-right: 20px
}

.press__filter__item:last-child {
	margin-right: 0
}

.press__select {
	width: 230px;
	height: 50px;
	padding: 0 30px 0 15px;
	background-color: #fff;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTc1MDg3Qjg4QUIzMTFFOUJGOEFEQ0UzMEFEQTQwMkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTc1MDg3Qjk4QUIzMTFFOUJGOEFEQ0UzMEFEQTQwMkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NzUwODdCNjhBQjMxMUU5QkY4QURDRTMwQURBNDAyRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NzUwODdCNzhBQjMxMUU5QkY4QURDRTMwQURBNDAyRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PneA/n4AAAA6SURBVHjaYmBgYHgAxAYM+IEBVB2cYUBAIVw+AYg/YNFgABVPQDcBXQNOhegaEggpRNbwH5tCgAADAA5xD2C8R++MAAAAAElFTkSuQmCC");
	background-position: 95% 19px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	outline: none;
	border: none
}

.press__select::-ms-expand {
	display: none
}

.press__container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px 0 0
}

.press__card {
	position: relative;
	z-index: 1;
	width: calc(33.33% - 30px);
	margin-bottom: 45px;
	opacity: 0;
	transition: opacity .3s ease-out .3s
}

.press__card:nth-child(3n-1) {
	margin: 0 45px 45px
}

.press__card.fade-in {
	opacity: 1
}

.press__card:hover .press__card__content:after {
	height: 100%
}

.press__card__link {
	display: none
}

.press__card__play {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%
}

.press__card__play img {
	display: block;
	max-width: 100%
}

.press__card__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	height: 300px;
	margin-bottom: 20px;
	padding: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	text-decoration: none
}

.press__card__content:hover {
	text-decoration: none!important
}

.press__card__content:hover .press__card__date,
.press__card__content:hover .press__card__title {
	text-decoration: none
}

.press__card__content:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 65%;
	background: #003057;
	background: linear-gradient(0deg, #003057, rgba(0, 48, 87, 0));
	transition: height .3s ease-out
}

.press__card__date {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 28px;
	line-height: 1.75rem;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500;
	text-decoration: none
}

.press__card__date:after {
	content: "";
	display: flex;
	width: 100%;
	height: 3px;
	margin: 5px 0;
	background-color: #f18321
}

.press__card__title {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 38px;
	line-height: 2.375rem;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500;
	text-decoration: none
}

.press__card__description {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.press__card__tags {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	padding: 10px 0 0
}

.press__card__hastag {
	display: flex;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-size: .875rem;
	line-height: 22.4px;
	line-height: 1.4rem;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #f18321
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1200px) {
	.press__card {
		width: calc(50% - 15px)
	}
	.press__card:nth-child(odd) {
		margin-right: 30px
	}
	.press__card:nth-child(3n-1) {
		margin: 0 0 45px
	}
}

@media only screen and (max-width:640px) {
	.press__card {
		width: 100%
	}
	.press__card:nth-child(odd) {
		margin: 0 0 45px
	}
}

@media only screen and (max-width:560px) {
	.privacy-policy__container {
		flex-direction: column;
		justify-content: center;
		align-items: center
	}
	.privacy-policy__description {
		padding: 0;
		margin: 0 0 15px;
		font-size: 13px;
		font-size: .8125rem;
		line-height: 20.8px;
		line-height: 1.3rem;
		-webkit-font-feature-settings: "kern" 1;
		font-feature-settings: "kern" 1;
		-webkit-font-kerning: normal;
		font-kerning: normal;
		text-align: center
	}
	.press__filter {
		flex-direction: column
	}
	.press__filter__item {
		width: 100%;
		margin-bottom: 15px
	}
	.press__filter__item:last-child {
		margin-bottom: 0
	}
	.press__select {
		width: 100%
	}
}


/*# sourceMappingURL=press.css.map */

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: none
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@keyframes a {
	to {
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}
	.fancybox-slide--image {
		padding: 6px 0
	}
	.fancybox-close-small {
		right: -6px
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}
	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}


/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,900&display=swap&subset=latin-ext);
[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

* {
	box-sizing: border-box
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: .875rem;
	line-height: 18px;
	line-height: 1.125rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 400;
	font-family: Roboto, sans-serif;
	color: #292929;
	background: #fff;
	overflow-x: hidden;
	-webkit-overflow-scroll: touch
}

body.-no-scroll {
	position: fixed;
	width: 100vw;
	height: 100vh;
	overflow: hidden
}

.container {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto
}

.container.-overflow {
	max-width: 1450px;
	overflow: hidden
}

.header {
	width: 100%;
	background: #fff
}

.header .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 90px;
	padding: 0 15px
}

.header__logo {
	width: 100%
}

.header__logo__image {
	width: 250px
}

.header__nav {
	position: relative;
	z-index: 3;
	flex-grow: 0;
	flex-shrink: 0;
	padding-top: 47px
}

.header__nav.-open {
	opacity: 1;
	visibility: visible
}

.header__nav__sub {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: absolute;
	z-index: 2;
	bottom: -280px;
	left: 0;
	width: calc(100% + 130px);
	height: 280px;
	background: #f0f3f8;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, max-height .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, max-height .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, max-height .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.header__nav__sub.-show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.header__nav__sub-menu {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 50%;
	padding: 30px 20px
}

.header__nav__sub-link {
	display: flex;
	margin-bottom: 15px;
	text-decoration: none;
	color: #092d5a;
	font-weight: 700;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 24px;
	line-height: 1.5rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.header__nav__sub-link:hover {
	color: #f18321
}

.header__nav__sub-image {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 50%;
	padding: 15px 20px
}

.header__nav__sub-image img {
	max-width: 100%
}

.header__nav__link {
	display: inline-block;
	height: 72px;
	margin: 0 13px;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 24px;
	line-height: 1.5rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #092d5a;
	font-weight: 700;
	text-decoration: none;
	transition: color .2s linear
}

.header__nav__link .icon-arrow-right {
	display: inline-block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 13px
}

.header__nav__link:hover {
	color: #f18321
}

.header__nav__link:hover+.header__nav__sub {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.header__nav__link.-active {
	color: #f18321
}

.header__nav__language {
	display: none
}

.header__nav__language-item {
	font-size: 15px;
	font-size: .9375rem;
	line-height: 24px;
	line-height: 1.5rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #092d5a;
	font-weight: 700;
	text-decoration: none;
	margin: 0 10px
}

.header__nav__language-item.-active {
	color: #f18321
}

.header__nav__button {
	display: none
}

.header__language {
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 0 10px
}

.header__language.-open .header__language__selected {
	color: #f18321
}

.header__language.-open .header__language__selected:after {
	color: #f18321;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.header__language.-open .header__language__list {
	display: flex
}

.header__language__selected {
	font-size: 15px;
	font-size: .9375rem;
	line-height: 24px;
	line-height: 1.5rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #092d5a;
	font-weight: 700;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	transition: color .2s linear
}

.header__language__selected:hover {
	color: #f18321
}

.header__language__selected:hover:after {
	color: #f18321
}

.header__language__selected:after {
	display: inline-block;
	margin-left: 8px;
	font-family: kizilkaya;
	font-size: 12px;
	content: '\e902';
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: color .2s linear
}

.header__language__list {
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 2;
	display: none;
	flex-direction: column;
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .11);
	background: #fff
}

.header__language__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #092d5a;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #f2f2f2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.header__language__item:last-child {
	border-bottom: none
}

.header__search-button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 45px;
	padding: 0 20px;
	margin-left: 10px;
	border-left: 1px solid #f2f2f2;
	cursor: pointer
}

.header__search-button .icon-icon-search {
	font-size: 22px
}

.header__search-button .icon-icon-search:before {
	color: #092d5a
}

.header__portal-button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	height: 45px;
	padding: 0 15px;
	background: #f18321;
	text-decoration: none;
	border-radius: 3px;
	transition: background .2s linear
}

.header__portal-button:hover {
	background: #e90506
}

.header__portal-button img {
	margin-right: 10px
}

.header__portal-button span {
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #fff;
	font-weight: 700
}

.header__icon-menu {
	display: none
}

.header__icon-menu.-open span {
	background: #f18321
}

.header__icon-menu.-open span:nth-of-type(1) {
	-webkit-transform: rotate(-45deg) translateY(6px) translateX(-6px);
	transform: rotate(-45deg) translateY(6px) translateX(-6px)
}

.header__icon-menu.-open span:nth-of-type(2) {
	opacity: 0;
	visibility: hidden
}

.header__icon-menu.-open span:nth-of-type(3) {
	-webkit-transform: rotate(45deg) translateY(-5px) translateX(-5px);
	transform: rotate(45deg) translateY(-5px) translateX(-5px)
}

.header__icon-menu span {
	display: flex;
	width: 35px;
	height: 2px;
	background: #092d5a;
	transition: opacity .2s ease-out, visibility .2s ease-out, -webkit-transform .2s ease-out;
	transition: transform .2s ease-out, opacity .2s ease-out, visibility .2s ease-out;
	transition: transform .2s ease-out, opacity .2s ease-out, visibility .2s ease-out, -webkit-transform .2s ease-out
}

.header__icon-menu span:nth-of-type(2) {
	margin: 6px 0
}

.footer {
	padding: 70px 50px 0 50px
}

.footer .container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start
}

.footer__top {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px
}

.footer__bottom {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #ededed
}

.footer__newsletter {
	width: 50%
}

.footer__newsletter__title {
	font-weight: 700;
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 40px;
	line-height: 2.5rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	margin: 0 0 40px 0
}

.footer__newsletter__form {
	width: 100%;
	max-width: 425px;
	position: relative
}

.footer__newsletter__input {
	width: 100%;
	height: 60px;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 26px;
	line-height: 1.625rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	border: none;
	border-bottom: 1px solid #999;
	outline: 0;
	padding-right: 35px;
	border-radius: 0
}

.footer__newsletter__input:focus {
	border-bottom: 1px solid #292929
}

.footer__newsletter__button {
	display: none
}

.footer__newsletter__icon {
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 20px;
	color: #999;
	cursor: pointer
}

.footer__newsletter__icon:hover {
	color: #292929
}

.footer__menu {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 50%
}

.footer__menu__title {
	color: #092d5a;
	font-weight: 600;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	line-height: 1.25rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	margin-bottom: 10px
}

.footer__menu__title:after {
	content: '';
	display: flex;
	width: 70px;
	height: 4px;
	margin-top: 5px;
	background: #f18321
}

.footer__menu__column {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 50%
}

.footer__menu__link {
	display: inline-block;
	padding: 10px 0;
	color: #292929;
	font-size: 14px;
	font-size: .875rem;
	line-height: 22.4px;
	line-height: 1.4rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	text-decoration: none
}

.footer__menu__link:hover {
	color: #f18321
}

.footer__logo {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	margin: 40px 0 0 0
}

.footer__logo__item {
	margin: 0 40px 0 0
}

.footer__logo__item:last-child {
	margin: 0
}

.footer__copyright {
	width: calc((100% - 208px)/ 2);
	text-transform: uppercase
}

.footer__copyright strong {
	font-weight: 700
}

.footer__design {
	width: calc((100% - 208px)/ 2);
	color: #292929;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase
}

.footer__design strong {
	font-weight: 700
}

.footer__socialmedia {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.footer__socialmedia__item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	margin: 0 5px;
	background: #292929;
	color: #fff;
	border-radius: 50%;
	text-decoration: none;
	transition: background .2s linear
}

.footer__socialmedia__item:hover {
	background: #f18321
}

.footer__socialmedia__item span {
	color: #fff;
	font-size: 16px
}

.search-modal {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 255, .95);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s linear, visibility .3s linear
}

.search-modal.-show {
	opacity: 1;
	visibility: visible
}

.search-modal.-show .search-modal__container {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.search-modal__close {
	position: absolute;
	right: 25px;
	top: 25px;
	z-index: 2;
	width: 35px;
	height: 35px;
	cursor: pointer
}

.search-modal__close:after,
.search-modal__close:before {
	content: '';
	display: block;
	width: 36px;
	height: 2px;
	background: #f18321
}

.search-modal__close:after {
	-webkit-transform: rotate(45deg) translateY(11px) translateX(8px);
	transform: rotate(45deg) translateY(11px) translateX(8px)
}

.search-modal__close:before {
	-webkit-transform: rotate(-45deg) translateX(-13px) translateY(9px);
	transform: rotate(-45deg) translateX(-13px) translateY(9px)
}

.search-modal__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	max-width: 860px;
	height: 100vh;
	margin: 0 auto;
	padding: 0 15px;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
	transition: transform .4s cubic-bezier(.165, .84, .44, 1), opacity .4s cubic-bezier(.165, .84, .44, 1);
	transition: transform .4s cubic-bezier(.165, .84, .44, 1), opacity .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.165, .84, .44, 1)
}

.search-modal__text {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 48px;
	line-height: 3rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #f18321;
	margin-bottom: 10px
}

.search-modal form {
	width: 100%
}

.search-modal__form {
	position: relative;
	width: 100%
}

.search-modal__form__input {
	width: 100%;
	height: 70px;
	padding: 0 40px 0 0;
	background: 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-bottom: 2px solid #f18321;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 48px;
	line-height: 3rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	outline: 0;
	border-radius: 0
}

.search-modal__form__button {
	display: none
}

.search-modal__form .icon-icon-search {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 30px;
	color: #f18321;
	cursor: pointer
}

.page__title {
	width: 100%;
	max-width: 1150px;
	font-size: 60px;
	font-size: 3.75rem;
	line-height: 65px;
	line-height: 4.0625rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 900;
	margin-bottom: 15px;
	transition: opacity .3s ease-out .4s
}

.page__title.fade-out {
	opacity: 0
}

.page__title.fade-in {
	opacity: 1
}

.page__title-red {
	color: #f18321;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 30px;
	line-height: 1.875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700;
	transition: opacity .3s ease-out .4s
}

.page__title-red.fade-out {
	opacity: 0
}

.page__title-red.fade-in {
	opacity: 1
}

.page__title-red.-margin {
	margin: 80px 0 20px 0
}

.page__image {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 30vh;
	min-height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.page__image.-team-detail {
	height: 340px;
	min-height: auto
}

.page__image.-numbers {
	height: 80vh
}

.page__image.-error {
	height: 100vh
}

.page__image.-search-result {
	min-height: 205px;
	height: 205px;
	background-image: url(../image/search-result-bg.jpg)
}

.page__image__content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	padding: 0 50px;
	opacity: 0;
	transition: opacity .4s ease-out .4s, -webkit-transform .4s ease-out .4s;
	transition: opacity .4s ease-out .4s, transform .4s ease-out .4s;
	transition: opacity .4s ease-out .4s, transform .4s ease-out .4s, -webkit-transform .4s ease-out .4s;
	-webkit-transform: translateY(30px);
	transform: translateY(30px)
}

.page__image__content.fade-in {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.page__image__title {
	margin-bottom: 10px;
	font-size: 80px;
	font-size: 5rem;
	line-height: 80px;
	line-height: 5rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #fff;
	text-align: center;
	font-weight: 700
}

.page__image__description {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 26px;
	line-height: 1.625rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #fff;
	text-align: center
}

.page__image__circle {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin: -35vh 0 0 -35vh;
	width: 70vh;
	height: 70vh
}

.page__image__circle-wrapper {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.page__image__circle:after,
.page__image__circle:before {
	content: '';
	position: absolute;
	display: flex;
	opacity: .3;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-animation-name: infinite-spinning;
	animation-name: infinite-spinning;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.page__image__circle:after {
	left: 20px;
	top: 40px;
	bottom: 40px;
	right: 20px
}

.page__image__circle:before {
	left: 40px;
	top: 20px;
	bottom: 20px;
	right: 40px
}

.page__content {
	min-height: 50vh;
	padding: 80px 50px;
	background: #f8f8f9;
	font-size: 16px;
	font-size: 1rem;
	line-height: 32px;
	line-height: 2rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.page__content-wrapper {
	padding: 40px 0 0 0;
	transition: opacity .3s ease-out .4s
}

.page__content-wrapper.fade-out {
	opacity: 0
}

.page__content-wrapper.fade-in {
	opacity: 1
}

.page__content.-no-padding {
	padding: 80px 0
}

.page__content p {
	margin: 0 0 15px 0
}

.page__content strong {
	font-weight: 500
}

.page__content a {
	display: flex;
	text-decoration: none;
	color: #f18321
}

.page__content a:hover {
	text-decoration: underline
}

.page__content ul li {
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
	line-height: 1.75rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	margin-bottom: 5px
}

.page__boxes {
	padding: 0
}

.page__boxes.-padding {
	padding: 80px 0 0 0
}

.page__boxes__item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 50vh;
	height: 500px
}

.page__boxes__item:nth-child(even) .page__boxes__image {
	order: 2
}

.page__boxes__item:nth-child(even) .page__boxes__content {
	order: 1
}

.page__boxes__item:nth-child(even) .page__boxes__title {
	text-align: right;
	align-items: flex-end
}

.page__boxes__item:nth-child(even) .page__boxes__description {
	text-align: right
}

.page__boxes__image {
	order: 1;
	width: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.page__boxes__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	order: 2;
	width: 50%;
	padding: 20px 40px;
	background: #fff;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.page__boxes__title {
	display: flex;
	flex-direction: column;
	width: 100%;
	color: #092d5a;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 35px;
	line-height: 2.1875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700
}

.page__boxes__title:after {
	content: '';
	display: flex;
	width: 150px;
	height: 3px;
	margin: 10px 0 20px 0;
	background: #f18321
}

.page__boxes__title span {
	color: #f18321;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px;
	line-height: 2rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.page__boxes__description {
	display: flex;
	flex-direction: column;
	width: 100%
}

.page__boxes .left-out {
	opacity: 0;
	-webkit-transform: translateX(-99%);
	transform: translateX(-99%)
}

.page__boxes .left-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.page__boxes .right-out {
	opacity: 0;
	-webkit-transform: translateX(99%);
	transform: translateX(99%)
}

.page__boxes .right-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.page__white-boxes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0
}

.page__white-boxes__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(20% - 24px);
	margin: 0 30px 30px 0;
	padding: 30px 30px;
	background: #fff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	text-align: center;
	color: #092d5a;
	min-height: 160px;
	opacity: 0;
	transition: opacity .3s ease-out .3s
}

.page__white-boxes__item.fade-in {
	opacity: 1
}

.page__white-boxes__item:nth-child(5n+0) {
	margin-right: 0
}

.pagination {
	display: block;
	margin-bottom: 20px;
	text-align: center
}

.pagination li {
	display: inline-block;
	margin: 0 5px 0 0
}

.pagination li a,
.pagination li span {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	border: solid 1px #ddd;
	text-decoration: none!important;
	color: #333!important
}

.pagination li a:hover,
.pagination li.active span {
	color: #f18321!important;
	font-weight: 700;
	border: solid 1px #999
}

.blog-file-item {
	display: block;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: solid 1px #ddd;
	color: #333!important
}

.blog-file-item:hover {
	background: #ebebeb;
	border: solid 1px #999
}

.blog-file-item .col {
	float: left
}

.blog-file-item .col.pull-right {
	float: right
}

.blog-file-item .clearfix {
	display: block;
	clear: both
}

.blog-detail__footer__info-image img {
	max-width: 85px;
	border-radius: 50%
}

.page__boxes__item:nth-child(2n) .page__boxes__description a {
	text-align: right;
	display: block
}

.contact__content__list-text a {
	color: #333
}

.contact__content__list-item a {
	color: #333
}

.contact__content__list-item a.mobile {
	display: none
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1366px) {
	.header__nav__sub {
		width: calc(100% + 110px);
		bottom: -250px;
		height: 250px
	}
	.header__nav__sub-link {
		font-size: 14px;
		font-size: .875rem;
		line-height: 22.4px;
		line-height: 1.4rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal;
		margin-bottom: 10px
	}
	.header__nav__link {
		margin: 0 10px;
		font-size: 15px;
		font-size: .9375rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.page__title {
		font-size: 50px;
		font-size: 3.125rem;
		line-height: 55px;
		line-height: 3.4375rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal;
		max-width: 900px
	}
	.page__white-boxes__item {
		width: calc(25% - 22.5px)
	}
	.page__white-boxes__item:nth-child(5n+0) {
		margin-right: 30px
	}
	.page__white-boxes__item:nth-child(4n+0) {
		margin-right: 0
	}
}

@media only screen and (max-width:1300px) {
	.header__logo__image {
		width: 240px
	}
	.header__language__selected {
		font-size: 15px;
		font-size: .9375rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.header__language__item {
		font-size: 15px;
		font-size: .9375rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.header__search-button {
		padding: 0 15px;
		margin-left: 5px
	}
	.header__search-button .icon-icon-search {
		font-size: 20px
	}
	.header__portal-button {
		padding: 0 10px
	}
	.header__portal-button span {
		font-size: 15px;
		font-size: .9375rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:1200px) {
	.header .container {
		height: 90px
	}
	.header__logo__image {
		width: 250px
	}
	.header__nav {
		position: fixed;
		top: 90px;
		left: 0;
		z-index: 3;
		display: block;
		width: 100%;
		height: calc(100vh - 90px);
		padding: 15px;
		background: #fff;
		opacity: 0;
		visibility: hidden;
		border-top: 1px solid #f2f2f2;
		overflow-x: hidden;
		overflow-y: auto;
		transition: opacity .2s linear, visibility .2s linear
	}
	.header__nav__sub {
		position: relative;
		bottom: auto;
		left: auto;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
		height: auto;
		max-height: 0;
		min-height: 0;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		overflow: hidden
	}
	.header__nav__sub.-show {
		height: auto;
		max-height: 500px
	}
	.header__nav__sub-menu {
		width: 100%;
		padding: 10px 0;
		justify-content: center;
		align-items: center
	}
	.header__nav__sub-link {
		margin-bottom: 0;
		padding: 10px 0
	}
	.header__nav__sub-image {
		display: none
	}
	.header__nav__link {
		display: block;
		text-align: center;
		padding: 10px 0;
		height: auto
	}
	.header__nav__link:hover {
		color: #092d5a
	}
	.header__nav__language {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 25px 0 35px 0
	}
	.header__nav__button {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-grow: 0;
		flex-shrink: 0;
		max-width: 280px;
		height: 45px;
		margin: 0 auto 70px auto;
		padding: 0 15px;
		background: #f18321;
		text-decoration: none;
		border-radius: 3px
	}
	.header__nav__button img {
		margin-right: 10px
	}
	.header__nav__button span {
		font-size: 15px;
		font-size: .9375rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal;
		color: #fff;
		font-weight: 700
	}
	.header__language {
		display: none
	}
	.header__search-button {
		border-left: none;
		margin-left: 0;
		margin-right: 10px
	}
	.header__search-button .icon-icon-search {
		font-size: 24px
	}
	.header__portal-button {
		display: none
	}
	.header__icon-menu {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 35px;
		height: 35px;
		cursor: pointer
	}
	.footer__bottom {
		flex-direction: column
	}
	.footer__newsletter {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 50px auto
	}
	.footer__newsletter__form {
		max-width: 600px
	}
	.footer__menu {
		width: 100%;
		max-width: 600px;
		margin: 0 auto
	}
	.footer__copyright {
		width: 100%;
		text-align: center;
		margin-bottom: 25px
	}
	.footer__design {
		width: 100%;
		text-align: center
	}
	.footer__socialmedia {
		width: 100%;
		margin-bottom: 25px
	}
	.search-modal__text {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 38.4px;
		line-height: 2.4rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.search-modal__form__input {
		height: 60px;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 38.4px;
		line-height: 2.4rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.page__title-red {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.page__image__title {
		font-size: 60px;
		font-size: 3.75rem;
		line-height: 65px;
		line-height: 4.0625rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.page__image__description {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.page__image__circle {
		width: 60vh;
		height: 60vh;
		margin: -30vh 0 0 -30vh
	}
	.page__image__circle:after {
		left: 20px;
		top: 35px;
		bottom: 35px;
		right: 20px
	}
	.page__image__circle:before {
		left: 35px;
		top: 20px;
		bottom: 20px;
		right: 35px
	}
	.page__content {
		padding: 40px 50px
	}
	.page__content-wrapper {
		padding: 25px 0 0 0
	}
	.page__white-boxes__item {
		width: calc(33.33% - 20px)
	}
	.page__white-boxes__item:nth-child(4n+0) {
		margin-right: 30px
	}
	.page__white-boxes__item:nth-child(3n+0) {
		margin-right: 0
	}
}

@media only screen and (max-width:1200px) and (max-width:1200px) {
	.header__nav {
		padding: 15px 0
	}
}

@media only screen and (max-width:1024px) {
	.page__image__title {
		font-size: 38px;
		font-size: 2.375rem;
		line-height: 43px;
		line-height: 2.6875rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.page__image__description {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 22px;
		line-height: 1.375rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.page__boxes__item {
		height: auto
	}
	.page__boxes__item:nth-child(even) .page__boxes__image {
		order: 1
	}
	.page__boxes__item:nth-child(even) .page__boxes__content {
		order: 2
	}
	.page__boxes__item:nth-child(even) .page__boxes__title {
		text-align: left;
		align-items: flex-start
	}
	.page__boxes__item:nth-child(even) .page__boxes__description {
		text-align: left
	}
	.page__boxes__image {
		width: 100%;
		height: 50vh
	}
	.page__boxes__content {
		width: 100%;
		padding: 30px
	}
}

@media only screen and (max-width:900px) {
	.footer {
		padding: 70px 15px 0 15px
	}
	.page__image__content {
		padding: 0 15px
	}
	.page__content {
		padding: 40px 15px
	}
}

@media only screen and (max-width:768px) {
	.page__title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 45px;
		line-height: 2.8125rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.page__white-boxes__item {
		width: calc(50% - 15px)
	}
	.page__white-boxes__item:nth-child(3n+0) {
		margin-right: 30px
	}
	.page__white-boxes__item:nth-child(2n+0) {
		margin-right: 0
	}
	.blog-detail__description img {
		width: 100%!important
	}
	.contact__content__list-item a.mobile {
		display: block
	}
}

@media only screen and (max-width:560px) {
	.page__title {
		font-size: 35px;
		font-size: 2.1875rem;
		line-height: 40px;
		line-height: 2.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.page__title.-center {
		text-align: center
	}
	.page__boxes__content {
		padding: 30px 15px
	}
	.page__white-boxes__item {
		width: 100%;
		margin: 0 0 15px 0
	}
	.page__white-boxes__item:nth-child(5n+0) {
		margin: 0 0 15px 0
	}
	.page__white-boxes__item:nth-child(4n+0) {
		margin: 0 0 15px 0
	}
	.page__white-boxes__item:nth-child(3n+0) {
		margin: 0 0 15px 0
	}
}

@media only screen and (max-width:550px) {
	.footer__newsletter__title {
		text-align: center
	}
	.footer__menu__column {
		width: 100%;
		align-items: center
	}
	.footer__logo {
		justify-content: center
	}
}

@-webkit-keyframes infinite-spinning {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes infinite-spinning {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.about {
	background: #f8f8f9
}

.about .page__content {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0
}

.about .page__content-wrapper {
	padding-bottom: 60px
}

.about .container {
	max-width: 1450px;
	padding: 0 50px;
	overflow: hidden
}

.about__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	min-height: 50vh;
	padding-top: 40px;
	background-image: url(../image/emirlogo-01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain
}

.about__content__column {
	display: flex;
	flex-direction: column;
	align-self: flex-start;
	justify-self: flex-start;
	width: 50%;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.about__content__column:not(.-centered) {
	padding-right: 50px
}

.about__content__column-text {
	max-width: 510px;
	width: 100%
}

.about__content__column.-centered {
	align-items: center;
	justify-self: center;
	align-self: center
}

.about__content__column.left-out {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.about__content__column.left-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.about__content__column.right-out {
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.about__content__column.right-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.about__boxes {
	width: 100%;
	background: #fff;
	overflow: hidden
}

.about__boxes__item {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 55vh;
	overflow: hidden
}

.about__boxes__item:nth-child(even) .about__boxes__image {
	order: 2
}

.about__boxes__item:nth-child(even) .about__boxes__content {
	order: 1
}

.about__boxes__image {
	order: 1;
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.about__boxes__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	order: 2;
	width: 50%;
	padding: 30px 50px;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.about__boxes__content-description,
.about__boxes__content-title {
	width: 100%;
	max-width: 515px
}

.about__boxes__content-title {
	color: #092d5a;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 35px;
	line-height: 2.1875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700
}

.about__boxes__content-title:after {
	content: '';
	display: flex;
	width: 70px;
	height: 3px;
	margin: 10px 0 15px 0;
	background: #f18321
}

.about__boxes__content-description {
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.about__history {
	padding: 100px 0
}

.about__history .container {
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.about__history .container.zoom-out {
	-webkit-transform: scale(.5);
	transform: scale(.5);
	opacity: 0
}

.about__history .container.zoom-in {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.about__history__title {
	text-align: center;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 35px;
	line-height: 2.1875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500
}

.about__history__title:after {
	content: '';
	display: block;
	margin: 10px auto;
	width: 60px;
	height: 3px;
	background: #f18321
}

.about__history__description {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center
}

.about__history .history {
	display: flex;
	flex-direction: column;
	padding: 80px 0 0 0
}

.about__history .history__container {
	position: relative;
	display: flex;
	flex-direction: row;
	align-self: flex-end;
	width: calc(50% + 7px);
	padding-bottom: 15px
}

.about__history .history__container:nth-child(even) {
	align-self: flex-start;
	align-items: flex-end;
	text-align: right
}

.about__history .history__container:nth-child(even) .history__item__bullet {
	order: 2;
	margin: 0 0 0 10px
}

.about__history .history__container:nth-child(even) .history__item__bullet:after {
	left: auto;
	right: 7px
}

.about__history .history__container:nth-child(even) .history__item {
	justify-content: flex-end
}

.about__history .history__container:nth-child(even) .history__item__text {
	order: 1
}

.about__history .history__container:last-child .history__item__bullet:after {
	display: none
}

.about__history .history__item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%
}

.about__history .history__item:hover .history__item__text {
	background: #fff
}

.about__history .history__item:hover .history__item__bullet {
	border: 1px solid #f18321;
	background: #f18321
}

.about__history .history__item__bullet {
	order: 1;
	width: 14px;
	height: 14px;
	border: 1px solid #8c8c8c;
	border-radius: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	margin: 0 10px 0 0;
	transition: background .2s linear, border .2s linear
}

.about__history .history__item__bullet:after {
	content: '';
	position: absolute;
	top: 15px;
	left: 7px;
	bottom: 0;
	display: flex;
	border-left: 1px dashed #8c8c8c
}

.about__history .history__item__text {
	order: 2;
	max-width: 630px;
	padding: 5px 10px;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	transition: background .2s linear;
	font-weight: 500
}

.about .left-out {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.about .left-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.about .right-out {
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.about .right-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1024px) {
	.about__content {
		min-height: auto;
		padding-top: 0
	}
	.about__content__column {
		width: 100%
	}
	.about__content__column:not(.-centered) {
		padding-right: 0;
		padding-bottom: 20px
	}
	.about__content__column-text {
		max-width: 100%
	}
	.about__content__column.-centered {
		justify-self: flex-start;
		align-self: flex-start
	}
	.about__boxes__item:nth-child(even) .about__boxes__image {
		order: 1
	}
	.about__boxes__item:nth-child(even) .about__boxes__content {
		order: 2
	}
	.about__boxes__image {
		width: 100%;
		min-height: 50vh
	}
	.about__boxes__content {
		width: 100%;
		padding: 30px 15px;
		height: auto
	}
}

@media only screen and (max-width:900px) {
	.about .container {
		padding: 0 15px
	}
}

@media only screen and (max-width:768px) {
	.about__history .history__container {
		width: 100%
	}
	.about__history .history__container:nth-child(even) {
		align-items: flex-start;
		text-align: left
	}
	.about__history .history__container:nth-child(even) .history__item__bullet {
		order: 1;
		margin: 0 10px 0 0
	}
	.about__history .history__container:nth-child(even) .history__item__bullet:after {
		right: auto;
		left: 7px
	}
	.about__history .history__container:nth-child(even) .history__item {
		justify-content: flex-start
	}
	.about__history .history__container:nth-child(even) .history__item__text {
		order: 2
	}
	.about__history .history__item__text {
		-webkit-transform: translateY(-14px);
		transform: translateY(-14px)
	}
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.blog {
	background: #f8f8f9
}

.blog__filter {
	padding: 40px 0
}

.blog__filter .container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	max-width: 1450px;
	padding: 0 50px
}

.blog__filter__item {
	display: flex;
	margin-right: 20px
}

.blog__filter__item:last-child {
	margin-right: 0
}

.blog__select {
	width: 230px;
	height: 50px;
	padding: 0 30px 0 15px;
	background-color: #fff;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTc1MDg3Qjg4QUIzMTFFOUJGOEFEQ0UzMEFEQTQwMkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTc1MDg3Qjk4QUIzMTFFOUJGOEFEQ0UzMEFEQTQwMkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NzUwODdCNjhBQjMxMUU5QkY4QURDRTMwQURBNDAyRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NzUwODdCNzhBQjMxMUU5QkY4QURDRTMwQURBNDAyRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PneA/n4AAAA6SURBVHjaYmBgYHgAxAYM+IEBVB2cYUBAIVw+AYg/YNFgABVPQDcBXQNOhegaEggpRNbwH5tCgAADAA5xD2C8R++MAAAAAElFTkSuQmCC);
	background-position: 95% 19px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	outline: 0;
	border: none
}

.blog__select::-ms-expand {
	display: none
}

.blog__row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start
}

.blog__column {
	width: 50%
}

.blog__column:first-child {
	padding-right: 15px
}

.blog__column:last-child {
	padding-left: 15px
}

.blog__column .blog__list__item {
	width: 100%
}

.blog__list {
	width: 100%;
	max-width: 1450px;
	margin: 0 auto;
	padding: 0 50px
}

.blog__list__item {
	display: flex;
	flex-direction: row;
	width: calc(50% - 15px);
	height: 360px;
	background: #fff
}

.blog__list__item:hover .blog__list__title {
	color: #f18321
}

.blog__list__item:hover .blog__list__image-item {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.blog__list__item:nth-child(odd) {
	margin: 0 30px 30px 0
}

.blog__list__item.-image-large {
	flex-direction: column;
	height: 750px;
	margin-bottom: 30px
}

.blog__list__item.-image-large .blog__list__image {
	order: 2;
	height: 600px;
	width: 100%
}

.blog__list__item.-image-large .blog__list__content {
	order: 1;
	padding: 15px;
	height: 150px;
	width: 100%
}

.blog__list__item.-image-large .blog__list__title {
	max-height: 65px
}

.blog__list__item.-image-large .blog__list__category,
.blog__list__item.-image-large .blog__list__date,
.blog__list__item.-image-large .blog__list__title {
	width: 100%;
	text-align: center
}

.blog__list__item.-image-right .blog__list__image {
	order: 2;
	width: 360px
}

.blog__list__item.-image-right .blog__list__content {
	order: 1
}

.blog__list__content {
	padding: 15px;
	order: 2
}

.blog__list__title {
	display: block;
	max-height: 185px;
	margin-bottom: 5px;
	color: #092d5a;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 32px;
	line-height: 2rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	transition: color .3s ease-in-out
}

.blog__list__category {
	margin-bottom: 8px
}

.blog__list__date {
	font-style: italic;
	color: #888
}

.blog__list__image {
	position: relative;
	overflow: hidden;
	order: 1;
	width: 260px;
	flex-grow: 0;
	flex-shrink: 0
}

.blog__list__image-item {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.blog-detail {
	padding: 0 0 50px 0
}

.blog-detail__container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 1450px;
	padding: 0 50px;
	margin: 0 auto
}

.blog-detail__content {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	background: #fff
}

.blog-detail__category {
	padding: 0 20px;
	text-align: center;
	margin-bottom: 10px
}

.blog-detail__title {
	width: 100%;
	max-width: 700px;
	padding: 0 20px;
	margin: 0 auto 10px auto;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 32px;
	line-height: 2rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center
}

.blog-detail__date {
	padding: 0 20px;
	text-align: center;
	font-style: italic;
	color: #888
}

.blog-detail__description {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-size: .875rem;
	line-height: 30px;
	line-height: 1.875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	padding: 0 20px
}

.blog-detail__description p {
	margin: 0 0 15px 0
}

.blog-detail__description a {
	color: #f18321;
	text-decoration: none
}

.blog-detail__description a:hover {
	text-decoration: underline
}

.blog-detail__description strong {
	font-weight: 500px
}

.blog-detail__image {
	margin: 20px 0
}

.blog-detail__image img {
	width: 100%
}

.blog-detail__footer {
	padding: 0 20px
}

.blog-detail__footer__socialmedia {
	padding: 30px 0;
	border-bottom: 1px solid #e8e8e8;
	text-align: center
}

.blog-detail__footer__socialmedia a {
	display: inline-block;
	margin: 0 30px;
	text-decoration: none;
	color: #292929
}

.blog-detail__footer__socialmedia span {
	font-size: 22px
}

.blog-detail__footer__info {
	padding: 40px 0 30px 0
}

.blog-detail__footer__info-image {
	text-align: center;
	margin-bottom: 10px
}

.blog-detail__footer__info-name {
	text-align: center;
	font-weight: 700
}

.blog-detail__footer__info-title {
	text-align: center;
	font-style: italic;
	font-size: 12px;
	font-size: .75rem;
	line-height: 19.2px;
	line-height: 1.2rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.blog-detail__nav {
	width: 315px;
	background: #fff;
	margin-left: 30px;
	padding: 15px;
	flex-grow: 0;
	flex-shrink: 0
}

.blog-detail__nav__item {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f1f5fa
}

.blog-detail__nav__item-link {
	display: block;
	margin-bottom: 5px;
	color: #092d5a;
	font-size: 14px;
	font-size: .875rem;
	line-height: 20px;
	line-height: 1.25rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-decoration: none;
	transition: color .2s linear
}

.blog-detail__nav__item-link:hover {
	color: #f18321
}

.blog-detail__nav__item .category {
	font-size: 12px;
	font-size: .75rem;
	line-height: 16px;
	line-height: 1rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	margin-bottom: 5px
}

.blog-detail__nav__item .date {
	font-style: italic;
	color: #888;
	font-size: 12px;
	font-size: .75rem;
	line-height: 16px;
	line-height: 1rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.blog-detail__nav__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1366px) {
	.blog__list__item.-image-right .blog__list__image {
		width: 320px
	}
	.blog__list__title {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 32px;
		line-height: 2rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:1200px) {
	.blog__row {
		flex-direction: column
	}
	.blog__column {
		width: 100%
	}
	.blog__column:first-child {
		padding-right: 0
	}
	.blog__column:last-child {
		padding-left: 0
	}
	.blog__list__item {
		width: 100%;
		margin-bottom: 30px
	}
	.blog__list__item:nth-child(odd) {
		margin: 0 0 30px 0
	}
	.blog__list__item.-image-right .blog__list__image {
		width: 360px
	}
	.blog-detail__container {
		flex-direction: column
	}
	.blog-detail__nav {
		margin: 30px 0 0 0;
		width: 100%
	}
}

@media only screen and (max-width:900px) {
	.blog__filter .container {
		padding: 0 15px
	}
	.blog__list {
		padding: 0 15px
	}
	.blog-detail__container {
		padding: 0 15px
	}
	.blog-detail__content {
		padding: 15px 0
	}
	.blog-detail__category {
		padding: 0 15px
	}
	.blog-detail__title {
		padding: 0 15px
	}
	.blog-detail__date {
		padding: 0 15px
	}
	.blog-detail__description {
		padding: 0 15px
	}
	.blog-detail__footer {
		padding: 0 15px
	}
	.blog-detail__footer__socialmedia a {
		margin: 0 15px
	}
	.blog-detail__footer__socialmedia span {
		font-size: 20px
	}
}

@media only screen and (max-width:768px) {
	.blog__list__item {
		flex-direction: column;
		height: auto
	}
	.blog__list__item.-image-large {
		height: auto
	}
	.blog__list__item.-image-large .blog__list__image {
		width: 100%;
		height: 350px
	}
	.blog__list__item.-image-right .blog__list__image {
		order: 2;
		width: 100%;
		height: 350px
	}
	.blog__list__content {
		order: 1;
		width: 100%
	}
	.blog__list__image {
		order: 2;
		width: 100%;
		height: 350px
	}
}

@media only screen and (max-width:560px) {
	.blog__filter .container {
		flex-direction: column
	}
	.blog__filter__item {
		width: 100%;
		margin-bottom: 15px
	}
	.blog__filter__item:last-child {
		margin-bottom: 0
	}
	.blog__select {
		width: 100%
	}
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.contact__wrapper {
	padding: 80px 0
}

.contact__map {
	position: relative;
	min-height: 80vh;
	overflow: hidden
}

.contact__map__item {
	width: 100%;
	height: 80vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.contact__map__select {
	position: absolute;
	right: calc(((100% - 1450px)/ 2) + 66px);
	bottom: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 310px;
	height: 70px;
	background: #092d5a;
	cursor: pointer
}

.contact__map__select-list {
	display: none;
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 100%;
	max-height: 170px;
	height: auto;
	background: #092d5a;
	border-bottom: 1px solid #0d4285;
	overflow-y: auto
}

.contact__map__select-list.-open {
	display: block
}

.contact__map__select-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #0d4285
}

.contact__map__select-list::-webkit-scrollbar {
	width: 6px;
	background-color: #0d4285
}

.contact__map__select-list::-webkit-scrollbar-thumb {
	background-color: #051f3f
}

.contact__map__select-list.-active {
	display: block
}

.contact__map__select-list__item {
	padding: 20px 20px;
	color: #fff;
	border-bottom: 1px solid #0d4285;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	text-transform: uppercase
}

.contact__map__select-list__item:last-child {
	border-bottom: none
}

.contact__map__select .selected {
	position: relative;
	z-index: 2;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 28.8px;
	line-height: 1.8rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase
}

.contact__map__select .icon-arrow-right {
	font-size: 20px;
	color: #fff;
	flex-grow: 0;
	flex-shrink: 0;
	margin: 0 20px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.contact__map__select .icon-location {
	font-size: 20px;
	color: #fff;
	flex-grow: 0;
	flex-shrink: 0;
	margin: 0 20px
}

.contact__content {
	padding: 0 50px
}

.contact__content__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 80px 0 0 0
}

.contact__content__list-item {
	width: 25%;
	margin-bottom: 60px;
	padding: 0 20px 0 0;
	opacity: 0;
	transition: opacity .3s ease-out .3s
}

.contact__content__list-item.fade-in {
	opacity: 1
}

.contact__content__list-title {
	font-weight: 700;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px;
	line-height: 2rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	margin-bottom: 20px
}

.contact__content__list-link {
	font-size: 14px;
	font-size: .875rem;
	line-height: 22px;
	line-height: 1.375rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #292929!important;
	text-decoration: none
}

.contact__content__list-link:hover {
	text-decoration: underline
}

.contact__content__list-text {
	font-size: 14px;
	font-size: .875rem;
	line-height: 18px;
	line-height: 1.125rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.contact__content__list-text.-margin {
	margin-bottom: 20px
}

.contact__form {
	background: #f8f8f9;
	padding: 60px 15px
}

.contact__form .container {
	max-width: 1050px
}

.contact__form__title {
	text-align: center;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 48px;
	line-height: 3rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #092d5a;
	font-weight: 700;
	opacity: 0;
	transition: opacity .3s ease-out .3s
}

.contact__form__title.fade-in {
	opacity: 1
}

.contact__form__title:after {
	content: '';
	display: flex;
	width: 100px;
	height: 3px;
	margin: 10px auto 20px auto;
	background: #f18321
}

.contact__form__description {
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	opacity: 0;
	transition: opacity .3s ease-out .3s
}

.contact__form__description.fade-in {
	opacity: 1
}

.contact__form__column {
	width: calc(50% - 40px)
}

.contact__form__column:first-child {
	margin-right: 80px
}

.contact__form__column-wrapper {
	padding: 50px 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	opacity: 0;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	transition: opacity .3s ease-out .3s, -webkit-transform .3s ease-out .3s;
	transition: opacity .3s ease-out .3s, transform .3s ease-out .3s;
	transition: opacity .3s ease-out .3s, transform .3s ease-out .3s, -webkit-transform .3s ease-out .3s
}

.contact__form__column-wrapper.zoom-in {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.contact__form__item {
	margin: 0 0 30px 0
}

.contact__form__item.-button {
	padding: 30px 0 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end
}

.contact__form__input,
.contact__form__select,
.contact__form__textarea {
	background: #f0f0f1;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	color: #292929;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	border: none;
	font-family: Roboto, sans-serif;
	outline: 0
}

.contact__form__select {
	height: 80px;
	padding: 0 20px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjkxOUNDREQ4OTc0MTFFOUJEOUM4RURERjJGNDRCMzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjkxOUNDREU4OTc0MTFFOUJEOUM4RURERjJGNDRCMzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyOTE5Q0NEQjg5NzQxMUU5QkQ5QzhFRERGMkY0NEIzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyOTE5Q0NEQzg5NzQxMUU5QkQ5QzhFRERGMkY0NEIzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkZZyOIAAABnSURBVHjaYqypqbnPwMAQ2NzcfIEBB6itrTUAUuuZQApBDKgAToUgdUxQExuBeD+6Bih/P0gepA5kMgOQsQBIFSJrQFJYCJVnYPz//z+ySQlAqh+qsR9ZIYZiJA3zgTgRWSEIAAQYALT9MiVyPFO9AAAAAElFTkSuQmCC);
	background-position: 95% center;
	background-repeat: no-repeat
}

.contact__form__select::-ms-expand {
	display: none
}

.contact__form__select:required:invalid {
	color: #757775
}

.contact__form__select option {
	color: #000
}

.contact__form__input {
	height: 80px;
	padding: 0 20px
}

.contact__form__textarea {
	resize: none;
	padding: 20px;
	box-sizing: border-box;
	height: 300px
}

.contact__form__button {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 120px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500;
	cursor: pointer
}

.contact__form__button:hover {
	color: #f18321
}

.contact__form__button:hover:before {
	background: #f18321
}

.contact__form__button:before {
	display: inline-block;
	content: '';
	width: 40px;
	height: 2px;
	margin-right: 15px;
	background: #292929
}

.contact__form__hidden {
	display: none
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1366px) {
	.contact__map__select {
		right: 15px
	}
	.contact__content__list-item {
		width: 33.33%
	}
}

@media only screen and (max-width:1200px) {
	.contact__wrapper {
		padding: 40px 0
	}
	.contact__map__select {
		right: 50%;
		margin-right: -155px
	}
	.contact__content__list {
		padding: 50px 0 0 0
	}
	.contact__content__list-item {
		width: 50%
	}
	.contact__form__column {
		width: calc(50% - 15px)
	}
	.contact__form__column:first-child {
		margin-right: 30px
	}
}

@media only screen and (max-width:1024px) {
	.contact__form__column {
		width: 100%
	}
	.contact__form__column:first-child {
		margin-right: 0
	}
}

@media only screen and (max-width:900px) {
	.contact__wrapper {
		padding: 40px 0
	}
	.contact__content {
		padding: 0 15px
	}
}

@media only screen and (max-width:768px) {
	.contact__content__list-item {
		width: 100%
	}
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.error .page__image__content {
	position: relative;
	z-index: 2
}

.error .page__image__title {
	padding: 100px 0 0 0;
	margin-bottom: 10px;
	font-size: 70px;
	font-size: 4.375rem;
	line-height: 70px;
	line-height: 4.375rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #fff;
	text-align: center;
	font-weight: 700
}

.error .page__image__button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.error .page__image__button a {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 12px 30px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	text-decoration: none;
	transition: background .4s cubic-bezier(.165, .84, .44, 1), color .4s cubic-bezier(.165, .84, .44, 1)
}

.error .page__image__button a:hover {
	background: #fff;
	color: #092d5a
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1200px) {
	.error .page__image__title {
		font-size: 50px;
		font-size: 3.125rem;
		line-height: 55px;
		line-height: 3.4375rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:1024px) {
	.error .page__image__title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 45px;
		line-height: 2.8125rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:768px) {
	.error .page__image__title {
		padding-top: 130px
	}
}

@media only screen and (max-width:640px) {
	.error .page__image__button a {
		background: #fff;
		color: #092d5a
	}
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.faq__content {
	padding: 50px 0 0 0
}

.faq__accordion {
	border: 1px solid #000;
	margin: 0 0 25px 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity .3s ease-out .4s, border .3s ease-in-out
}

.faq__accordion.fade-in {
	opacity: 1
}

.faq__accordion.-active {
	border: 1px solid #f18321
}

.faq__accordion.-active .faq__accordion__title {
	color: #f18321
}

.faq__accordion.-active .faq__accordion__title:after {
	background: #f18321
}

.faq__accordion.-active .faq__accordion__title:before {
	opacity: 0
}

.faq__accordion.-active .faq__accordion__content {
	max-height: 5000px
}

.faq__accordion__title {
	position: relative;
	padding: 15px 45px 15px 15px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 28.8px;
	line-height: 1.8rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #000;
	font-weight: 700;
	cursor: pointer;
	transition: color .3s ease-in-out
}

.faq__accordion__title:after,
.faq__accordion__title:before {
	content: '';
	position: absolute;
	display: flex;
	background: #000;
	transition: background .3s ease-in-out, opacity .3s ease-in-out
}

.faq__accordion__title:after {
	right: 15px;
	top: 50%;
	width: 21px;
	height: 1px
}

.faq__accordion__title:before {
	right: 24px;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px
}

.faq__accordion__content {
	height: auto;
	max-height: 0;
	transition: max-height .3s ease-in-out, height .3s ease-in-out
}

.faq__accordion__description {
	padding: 5px 45px 15px 15px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
	line-height: 1.75rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.faq__accordion__description p {
	margin: 0 0 15px 0
}

.faq__accordion__description strong {
	font-weight: 500
}

.faq__accordion__description a {
	color: #f18321;
	text-decoration: none
}

.faq__accordion__description a:hover {
	text-decoration: underline
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.home {
	overflow: hidden
}

.home__slider {
	position: relative;
	background: #f8f8f9;
	margin-bottom: 100px
}

.home__slider:hover .home__slider__next,
.home__slider:hover .home__slider__prev {
	opacity: 1
}

.home__slider:hover .home__slider__next {
	right: 50px
}

.home__slider:hover .home__slider__prev {
	left: 50px
}

.home__slider__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: calc(100vh - 120px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 15px 100px
}

.home__slider__item.-video {
	overflow: hidden
}

.home__slider__item.-video video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100vw;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover
}

.home__slider__item.swiper-slide-active .home__slider__button,
.home__slider__item.swiper-slide-active .home__slider__description,
.home__slider__item.swiper-slide-active .home__slider__title {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.home__slider__next,
.home__slider__prev {
	position: absolute;
	top: 50%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	background: rgba(255, 255, 255, .6);
	border-radius: 50%;
	cursor: pointer;
	transition: background .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1), left .5s cubic-bezier(.165, .84, .44, 1), right .5s cubic-bezier(.165, .84, .44, 1);
	opacity: 0;
	outline: 0
}

.home__slider__next.swiper-button-disabled,
.home__slider__prev.swiper-button-disabled {
	background: rgba(255, 255, 255, .2)
}

.home__slider__next:hover:not(.swiper-button-disabled),
.home__slider__prev:hover:not(.swiper-button-disabled) {
	background: #fff
}

.home__slider__next span,
.home__slider__prev span {
	font-size: 30px;
	line-height: 30px;
	color: #092d5a
}

.home__slider__next {
	right: -50px
}

.home__slider__prev {
	left: -50px
}

.home__slider__pagination {
	position: absolute;
	left: 0!important;
	z-index: 1;
	bottom: 30px!important;
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%!important
}

.home__slider__pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: 0 0;
	border: 2px solid #fff;
	opacity: 1;
	margin: 0 5px!important;
	outline: 0
}

.home__slider__pagination .swiper-pagination-bullet-active {
	background: #fff
}

.home__slider__title {
	position: relative;
	z-index: 2;
	max-width: 1000px;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 80px;
	font-size: 4.5rem;
	line-height: 85px;
	line-height: 5.3125rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #fff;
	text-align: center;
	opacity: 0;
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s
}

.home__slider__description {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin-bottom: 40px;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 26px;
	line-height: 1.625rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #fff;
	text-align: center;
	opacity: 0;
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s
}

.home__slider__button {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 12px 30px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	text-decoration: none;
	opacity: 0;
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, background .4s cubic-bezier(.165, .84, .44, 1), color .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s, background .4s cubic-bezier(.165, .84, .44, 1), color .4s cubic-bezier(.165, .84, .44, 1);
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s, background .4s cubic-bezier(.165, .84, .44, 1), color .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s
}

.home__slider__button:hover {
	background: #fff;
	color: #092d5a
}

.home__slider__line {
	position: absolute;
	left: 50%;
	bottom: -75px;
	z-index: 2;
	width: 1px;
	height: 150px
}

.home__slider__line span {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	width: 100%;
	height: 0;
	background: #092d5a;
	-webkit-animation-name: line-draw;
	animation-name: line-draw;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.home__slider__circle {
	position: absolute;
	z-index: 1;
	width: 80vh;
	height: 80vh
}

.home__slider__circle:after,
.home__slider__circle:before {
	content: '';
	position: absolute;
	display: flex;
	opacity: .3;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-animation-name: infinite-spinning;
	animation-name: infinite-spinning;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.home__slider__circle:after {
	left: 25px;
	top: 50px;
	bottom: 50px;
	right: 25px
}

.home__slider__circle:before {
	left: 50px;
	top: 25px;
	bottom: 25px;
	right: 50px
}

.home__text {
	width: 100%;
	padding: 50px 0 0 0
}

.home__text .container {
	max-width: 1450px;
	padding: 0 50px;
	opacity: 0;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s
}

.home__text .container.zoom-in {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.home__text__carousel {
	position: relative;
	padding: 70px 0 100px 0
}

.home__text__carousel-drag {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 1170px
}

.home__text__carousel-drag:after {
	position: absolute;
	right: 0;
	top: -25px;
	content: attr(data-text);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f18321;
	color: #fff;
	font-size: 12px;
	font-size: .75rem;
	line-height: 19.2px;
	line-height: 1.2rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.home__text__carousel .carousel__item {
	opacity: .2;
	transition: opacity .2s linear
}

.home__text__carousel .carousel__item.-active,
.home__text__carousel .carousel__item:hover {
	opacity: 1
}

.home__text__carousel .carousel__item.-active .carousel__item__detail,
.home__text__carousel .carousel__item:hover .carousel__item__detail {
	opacity: 1
}

.home__text__carousel .carousel__item.-active .carousel__item__detail:after,
.home__text__carousel .carousel__item:hover .carousel__item__detail:after {
	width: 100px
}

.home__text__carousel .carousel__item__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	text-decoration: none
}

.home__text__carousel .carousel__item__number {
	color: #f18321;
	font-weight: 500;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px;
	line-height: 2rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.home__text__carousel .carousel__item__text {
	color: #292929;
	font-weight: 700;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 35px;
	line-height: 2.1875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	margin-bottom: 15px
}

.home__text__carousel .carousel__item__detail {
	position: relative;
	width: 100px;
	padding: 15px 0 0 0;
	color: #f18321;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	opacity: 0;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1)
}

.home__text__carousel .carousel__item__detail:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 0;
	height: 4px;
	background: #f18321;
	transition: width .4s cubic-bezier(.165, .84, .44, 1)
}

.home__text__carousel .carousel__pagination {
	position: absolute;
	left: 0!important;
	z-index: 1;
	bottom: 50px!important;
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%!important
}

.home__text__carousel .carousel__pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: 0 0;
	border: 2px solid #292929;
	background: #292929;
	opacity: 1;
	margin: 0 4px!important;
	opacity: .2;
	outline: 0
}

.home__text__carousel .carousel__pagination .swiper-pagination-bullet-active {
	opacity: 1
}

.home__services {
	background: #f8f8f9;
	padding: 100px 0;
	width: 100%;
	overflow: hidden
}

.home__services .container {
	padding: 0 15px
}

.home__services__title {
	margin-bottom: 10px;
	color: #092d5a;
	text-align: center;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 35px;
	line-height: 2.1875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700;
	opacity: 0;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.home__services__title.fade-in {
	opacity: 1
}

.home__services__description {
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	line-height: 1.25rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	opacity: 0;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.home__services__description.fade-in {
	opacity: 1
}

.home__services .services {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 50px
}

.home__services .services__item {
	position: relative;
	width: 100%;
	max-width: 315px;
	margin: 0 15px;
	overflow: hidden;
	box-shadow: none;
	transition: box-shadow .5s ease-out
}

.home__services .services__item:hover {
	box-shadow: 0 0 43px -4px rgba(0, 0, 0, .51)
}

.home__services .services__item:hover:after {
	width: 100%
}

.home__services .services__item:hover .services__content {
	min-height: 200px
}

.home__services .services__item:hover .services__text {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.home__services .services__item:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 0;
	height: 10px;
	background: #f18321;
	transition: width .5s cubic-bezier(.165, .84, .44, 1)
}

.home__services .services__item:first-child {
	margin-left: 0
}

.home__services .services__item:last-child {
	margin-right: 0
}

.home__services .services__item.fade-out {
	opacity: 0;
	transition: opacity .5s ease-out .3s
}

.home__services .services__item.fade-out.fade-in {
	opacity: 1
}

.home__services .services__item.left-out {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s
}

.home__services .services__item.left-out.left-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.home__services .services__item.right-out {
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s
}

.home__services .services__item.right-out.right-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.home__services .services__link:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%
}

.home__services .services__image {
	display: block;
	width: 100%
}

.home__services .services__content {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	min-height: 130px;
	padding: 0 20px;
	transition: min-height .4s cubic-bezier(.165, .84, .44, 1)
}

.home__services .services__title {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 10px;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 35px;
	line-height: 2.1875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700;
	color: #fff
}

.home__services .services__title:before {
	content: '';
	display: flex;
	width: 50px;
	height: 4px;
	background: #fff;
	margin-bottom: 20px
}

.home__services .services__text {
	margin-bottom: 10px;
	color: #fff;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.165, .84, .44, 1);
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.165, .84, .44, 1)
}

.home__app {
	position: relative;
	width: 100%;
	z-index: 0;
	overflow: hidden
}

.home__app__image {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.home__app.zoom-in {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.home__app .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	height: 550px;
	padding: 0 50px
}

.home__app__title {
	max-width: 600px;
	margin-bottom: 15px;
	color: #092d5a;
	text-align: right;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 40px;
	line-height: 2.5rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700
}

.home__app__description {
	max-width: 700px;
	margin-bottom: 15px;
	text-align: right
}

.home__app__logo {
	display: flex;
	flex-direction: row;
	justify-content: flex-end
}

.home__app__logo-item {
	margin-left: 10px;
	border: none
}

.home__news {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 100px 0 100px 15%;
	overflow-x: hidden
}

.home__news__container {
	position: relative;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s;
	transition: opacity .5s cubic-bezier(.165, .84, .44, 1) .3s, transform .5s cubic-bezier(.165, .84, .44, 1) .3s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) .3s
}

.home__news__container.left-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.home__news__container:after {
	content: '';
	position: absolute;
	left: calc(17% - 8px);
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: #f8f8f9
}

.home__news__title {
	padding: 100px 15px 0 20%;
	margin: 0 0 10px 50px;
	color: #092d5a;
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 37px;
	line-height: 2.3125rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700
}

.home__news__description {
	padding: 0 15px 0 20%;
	margin: 0 0 10px 50px
}

.home__news__slider {
	padding: 50px 0 150px 0
}

.home__news__item {
	display: flex;
	flex-direction: row;
	width: 600px
}

.home__news__item.-first .home__news__item-image {
	width: 268px
}

.home__news__item.-first .home__news__item-content {
	order: 2
}

.home__news__item-image {
	order: 2;
	flex-grow: 0;
	flex-shrink: 0;
	min-height: 360px;
	width: 360px;
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat
}

.home__news__item-content {
	display: flex;
	flex-direction: column;
	order: 1;
	width: 100%;
	max-width: 360px;
	padding: 15px;
	background: #fff
}

.home__news__item-category {
	font-weight: 300;
	margin-bottom: 10px
}

.home__news__item-title {
	max-height: 250px;
	margin-bottom: 10px;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 28px;
	line-height: 1.75rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 900;
	color: #092d5a;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden
}

.home__news__item-date {
	color: #888;
	font-style: italic
}

.home__news__pagination {
	position: absolute;
	left: 0!important;
	z-index: 1;
	bottom: 50px!important;
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%!important
}

.home__news__pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: 0 0;
	border: 2px solid #292929;
	background: #292929;
	opacity: 1;
	margin: 0 4px!important;
	opacity: .2;
	outline: 0
}

.home__news__pagination .swiper-pagination-bullet-active {
	opacity: 1
}

.home__news__progress {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	bottom: 50px;
	left: 24%;
	right: 0
}

.home__news__progress span {
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500
}

.home__news__progress span.first {
	margin-right: 10px
}

.home__news__progress span.last {
	margin-left: 10px
}

.home__news__progress-line {
	position: relative!important;
	top: auto!important;
	bottom: 0!important;
	left: 0!important;
	width: 80%;
	max-width: 500px;
	height: 2px!important
}

.home__news__progress-line .swiper-pagination-progressbar-fill {
	background: #f18321!important
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1440px) {
	.home__news__item {
		width: 530px
	}
	.home__news__item-image {
		width: 350px
	}
	.home__news__item-content {
		max-width: 350px
	}
	.home__news__item-title {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:1200px) {
	.home__slider {
		margin-bottom: 75px
	}
	.home__slider__item {
		height: calc(100vh - 90px)
	}
	.home__slider__title {
		font-size: 60px;
		font-size: 3.75rem;
		line-height: 65px;
		line-height: 4.0625rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.home__slider__description {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.home__slider__circle {
		width: 55vh;
		height: 55vh
	}
	.home__slider__circle:after {
		left: 25px;
		top: 40px;
		bottom: 40px;
		right: 25px
	}
	.home__slider__circle:before {
		left: 40px;
		top: 25px;
		bottom: 25px;
		right: 40px
	}
	.home__text__carousel {
		padding: 50px 0 100px 0
	}
	.home__text__carousel-drag {
		max-width: 1000px
	}
	.home__app .container {
		align-items: center
	}
	.home__app__title {
		text-align: center
	}
	.home__app__description {
		text-align: center
	}
	.home__app__logo {
		justify-content: center
	}
	.home__news {
		padding: 100px 0 100px 10%
	}
	.home__news__container:after {
		left: 10%
	}
	.home__news__title {
		padding: 80px 15px 0 15%;
		font-size: 35px;
		font-size: 2.1875rem;
		line-height: 40px;
		line-height: 2.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.home__news__description {
		padding: 0 15px 0 15%
	}
}

@media only screen and (max-width:1024px) {
	.home__slider {
		margin-bottom: 0
	}
	.home__slider__item {
		padding: 15px
	}
	.home__slider__next,
	.home__slider__prev {
		display: none
	}
	.home__slider__pagination {
		display: flex
	}
	.home__slider__title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 45px;
		line-height: 2.8125rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.home__slider__description {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 22px;
		line-height: 1.375rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.home__slider__line {
		display: none
	}
	.home__text__carousel-drag {
		display: none
	}
	.home__text__carousel .carousel__pagination {
		display: flex
	}
}

@media only screen and (max-width:1000px) {
	.home__services .services__title {
		font-size: 25px;
		font-size: 1.5625rem;
		line-height: 30px;
		line-height: 1.875rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.home__news {
		padding: 100px 0 100px 100px
	}
	.home__news__container:after {
		left: 100px
	}
}

@media only screen and (max-width:900px) {
	.home__text .container {
		padding: 0 15px
	}
	.home__services .services {
		flex-direction: column
	}
	.home__services .services__item:after {
		width: 100%
	}
	.home__services .services__item {
		margin: 0 0 30px 0;
		max-width: 450px
	}
	.home__services .services__content {
		min-height: 200px
	}
	.home__services .services__text {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	.home__app .container {
		padding: 0 15px
	}
	.home__news {
		padding: 0 0 50px 0
	}
	.home__news__container:after {
		left: 0
	}
	.home__news__title {
		padding: 80px 15px 0 15px;
		margin: 0 0 10px 0;
		text-align: center
	}
	.home__news__description {
		padding: 0 15px;
		margin: 0 0 10px 0;
		text-align: center
	}
	.home__news__slider {
		padding: 50px 0 100px 0
	}
	.home__news__item {
		width: 100%;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start
	}
	.home__news__item.-first .home__news__item-image {
		width: 100%;
		max-width: 500px;
		background-position: left top
	}
	.home__news__item.-first .home__news__item-content {
		order: 1
	}
	.home__news__item-image {
		background-color: #fff;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		transition: height .2s linear
	}
	.home__news__item-content {
		max-width: 500px
	}
	.home__news__pagination {
		display: flex
	}
	.home__news__progress {
		display: none
	}
}

@media only screen and (max-width:768px) {
	.home__text__carousel {
		padding: 30px 0 100px 0
	}
	.home__text__carousel .carousel__item {
		opacity: 1
	}
	.home__text__carousel .carousel__item .carousel__item__detail {
		opacity: 1
	}
	.home__text__carousel .carousel__item .carousel__item__detail:after {
		width: 100px
	}
	.home__text__carousel .carousel__item__text {
		font-size: 25px;
		font-size: 1.5625rem;
		line-height: 30px;
		line-height: 1.875rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:640px) {
	.home__slider__button {
		background: #fff;
		color: #092d5a
	}
}

@media only screen and (max-width:560px) {
	.home__text__carousel .carousel__item__content {
		align-items: center
	}
	.home__text__carousel .carousel__item__text {
		text-align: center
	}
	.home__text__carousel .carousel__item__detail {
		text-align: center
	}
}

@media only screen and (max-width:550px) {
	.home__app__logo {
		flex-direction: column;
		margin-top: 15px
	}
	.home__app__logo-item {
		text-align: center;
		margin-bottom: 10px
	}
}

@-webkit-keyframes line-draw {
	from {
		height: 0
	}
	to {
		height: 100%
	}
}

@keyframes line-draw {
	from {
		height: 0
	}
	to {
		height: 100%
	}
}

@-webkit-keyframes infinite-spinning {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes infinite-spinning {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.numbers {
	background: #f8f8f9;
	padding: 0 0 35px 0
}

.numbers__banner-counter {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 70px 0 0 0
}

.numbers__banner-counter__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 33.33%;
	height: 150px
}

.numbers__banner-counter__item:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 1px;
	height: 100%;
	opacity: .4;
	background: #fff
}

.numbers__banner-counter__item:last-child:after {
	display: none
}

.numbers__banner-counter__item-number {
	font-size: 70px;
	font-size: 4.375rem;
	line-height: 70px;
	line-height: 4.375rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px
}

.numbers__banner-counter__item-text {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 30px;
	line-height: 1.875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #fff;
	font-weight: 400;
	text-align: center
}

.numbers .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1450px;
	padding: 50px 50px 0 50px;
	overflow: hidden
}

.numbers__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(25% - 30px);
	padding: 30px 15px;
	margin: 15px;
	background: #fff
}

.numbers__item:hover .numbers__number {
	color: #f18321
}

.numbers__item:hover .numbers__icon__img {
	opacity: 0
}

.numbers__item:hover .numbers__icon__img-hover {
	opacity: 1
}

.numbers__icon {
	position: relative;
	width: 100px;
	height: 100px;
	margin-bottom: 15px
}

.numbers__icon__img {
	transition: opacity .3s ease-out
}

.numbers__icon__img-hover {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .3s ease-out
}

.numbers__item:hover .numbers__number {
	color: #f18321
}

.numbers__item:hover .numbers__icon__svg {
	fill: #f18321
}

.numbers__icon {
	position: relative;
	width: 100px;
	height: 100px;
	padding: 10px;
	margin-bottom: 15px
}

.numbers__icon__svg {
	width: 100%;
	fill: #092d5a;
	transition: fill .3s ease-out
}

.numbers__text {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 30px;
	line-height: 1.875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #092d5a;
	min-height: 60px;
	text-align: center;
	margin-bottom: 10px
}

.numbers__number {
	font-size: 60px;
	font-size: 3.75rem;
	line-height: 60px;
	line-height: 3.75rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #092d5a;
	font-weight: 700;
	transition: color .3s ease-out
}

.numbers__number-info {
	display: inline-block;
	padding-top: 20px;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 20.8px;
	line-height: 1.3rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500;
	color: #092d5a
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1200px) {
	.numbers__banner-counter__item-number {
		font-size: 55px;
		font-size: 3.4375rem;
		line-height: 55px;
		line-height: 3.4375rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.numbers__banner-counter__item-text {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 28px;
		line-height: 1.75rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.numbers__item {
		width: calc(33.33% - 30px)
	}
	.numbers__text {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 28px;
		line-height: 1.75rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:1024px) {
	.numbers__banner-counter__item-number {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 40px;
		line-height: 2.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.numbers__banner-counter__item-text {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 26px;
		line-height: 1.625rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.numbers__item {
		width: calc(50% - 30px)
	}
}

@media only screen and (max-width:900px) {
	.numbers .container {
		padding: 25px 15px
	}
}

@media only screen and (max-width:640px) {
	.numbers__item {
		width: 100%;
		margin: 0 0 20px 0
	}
}

@media only screen and (max-width:560px) {
	.numbers__banner-counter__item {
		height: 100px;
		padding: 30px 0
	}
	.numbers__banner-counter__item-text {
		font-size: 16px;
		font-size: 1rem;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.search-result {
	background: #f8f8f9
}

.search-result .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 1450px;
	padding: 0 50px
}

.search-result__form {
	width: 100%
}

.search-result__form__title {
	width: 100%;
	margin-bottom: 15px;
	font-size: 25px;
	font-size: 1.5625rem;
	line-height: 26px;
	line-height: 1.625rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700;
	color: #fff;
	text-align: center
}

.search-result__form__input {
	display: flex;
	width: 100%;
	height: 60px;
	padding: 0 40px 0 15px;
	margin: 0 auto;
	background: #fff;
	border-radius: 0;
	border: none;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 24px;
	line-height: 1.5rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 700;
	color: #092d5a;
	box-shadow: none;
	outline: 0
}

.search-result__form__content {
	width: 100%;
	max-width: 720px;
	position: relative
}

.search-result__form__content span {
	position: absolute;
	z-index: 1;
	right: 15px;
	top: 18px;
	font-size: 22px;
	color: #092d5a;
	cursor: pointer
}

.search-result__form__hidden {
	display: none
}

.search-result__list {
	width: 100%
}

.search-result__list__text {
	width: 100%;
	padding: 0 0 30px 0;
	text-align: left;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 26px;
	line-height: 1.625rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #092d5a;
	border-bottom: 1px solid #dedede
}

.search-result__list__item {
	padding: 30px 0;
	border-bottom: 1px solid #dedede
}

.search-result__list__item:last-child {
	border-bottom: none
}

.search-result__list__item strong {
	font-weight: 700;
	display: block;
	margin-bottom: 5px
}

.search-result__list__item a {
	display: block;
	margin-bottom: 10px;
	color: #092d5a;
	font-weight: 700;
	text-decoration: none;
	font-size: 25px;
	font-size: 1.5625rem;
	line-height: 30px;
	line-height: 1.875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	transition: color .2s linear;
	margin-bottom: 20px
}

.search-result__list__item a:hover {
	text-decoration: none;
	color: #f18321
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1200px) {
	.search-result__form__title {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 22px;
		line-height: 1.375rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:900px) {
	.search-result .container {
		padding: 0 15px
	}
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.team .page__content {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0
}

.team .page__content-wrapper {
	padding-bottom: 60px
}

.team .container {
	max-width: 1450px;
	padding: 0 50px;
	overflow: hidden
}

.team__person {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 80px 0 30px 0
}

.team__person__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(20% - 25px);
	margin: 0 25px 50px 0;
	opacity: 0;
	transition: opacity .3s ease-out .4s
}

.team__person__item:hover .team__person__item-image span {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.team__person__item.fade-in {
	opacity: 1
}

.team__person__item:last-child {
	margin-right: 0
}

.team__person__item-image {
	position: relative;
	display: flex;
	align-self: center;
	width: 100%;
	max-width: 254px;
	height: 310px;
	overflow: hidden
}

.team__person__item-image span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.team__person__item-title {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	padding: 15px 0 0 0;
	text-align: center;
	font-style: italic;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	line-height: 1.25rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.team__person__item-title strong {
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	line-height: 1.25rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500;
	font-style: normal
}

.team__person__link:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%
}

.team__text {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px 0 100px 0
}

.team__text__column {
	width: 50%;
	font-size: 16px;
	font-size: 1rem;
	line-height: 34px;
	line-height: 2.125rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.team__text__column p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 34px;
	line-height: 2.125rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	margin: 0 0 20px 0
}

.team__text__column-title {
	width: 100%;
	max-width: 560px;
	padding-right: 50px;
	font-size: 60px;
	font-size: 3.75rem;
	line-height: 65px;
	line-height: 4.0625rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 900
}

.team__text__column.left-out {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.team__text__column.left-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.team__text__column.right-out {
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.team__text__column.right-in {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.team__banner {
	padding-bottom: 80px;
	opacity: 0;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, transform .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s
}

.team__banner.zoom-in {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.team__banner__image {
	display: block;
	max-width: 100%
}

.team-detail {
	background: #f8f8f9;
	padding-bottom: 80px
}

.team-detail .container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0 50px
}

.team-detail__content {
	display: flex;
	flex-direction: row;
	-webkit-transform: translateY(-90px);
	transform: translateY(-90px)
}

.team-detail__content__photo {
	flex-grow: 0;
	flex-shrink: 0;
	width: 315px
}

.team-detail__content__photo img {
	max-width: 100%;
	width: 100%
}

.team-detail__content__text {
	padding: 0 30px
}

.team-detail .person__title {
	display: flex;
	flex-direction: column;
	height: 90px;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 40px;
	line-height: 2.5rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #fff;
	font-style: italic
}

.team-detail .person__title strong {
	font-style: normal;
	font-weight: 500
}

.team-detail .person__description {
	font-size: 16px;
	font-size: 1rem;
	line-height: 30px;
	line-height: 1.875rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.team-detail__nav {
	flex-grow: 0;
	flex-shrink: 0;
	width: 315px;
	padding: 20px 0 0 0;
	overflow: hidden
}

.team-detail__nav__link {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #292929;
	transition: color .2s ease-out;
	font-size: 16px;
	font-size: 1rem;
	line-height: 25.6px;
	line-height: 1.6rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	text-decoration: none
}

.team-detail__nav__link.-active:before {
	width: 3px;
	margin: 0 15px 0 0
}

.team-detail__nav__link.-active span,
.team-detail__nav__link.-active strong {
	color: #f18321
}

.team-detail__nav__link span {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	color: #292929;
	font-style: italic
}

.team-detail__nav__link strong {
	font-style: normal;
	font-weight: 500
}

.team-detail__nav__link:first-child {
	border-top: 1px solid #292929
}

.team-detail__nav__link:hover:not(.-active):before {
	width: 3px;
	margin: 0 15px 0 0
}

.team-detail__nav__link:hover:not(.-active) span,
.team-detail__nav__link:hover:not(.-active) strong {
	color: #f18321
}

.team-detail__nav__link:before {
	content: '';
	display: flex;
	width: 0;
	height: 50px;
	background: #f18321;
	margin: 0;
	transition: margin .3s ease-out
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1366px) {
	.team__text__column-title {
		font-size: 50px;
		font-size: 3.125rem;
		line-height: 55px;
		line-height: 3.4375rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:1300px) {
	.team-detail__content__photo {
		width: 250px
	}
	.team-detail__nav {
		width: 250px
	}
}

@media only screen and (max-width:1200px) {
	.team__person__item {
		width: calc(33.33% - 25px)
	}
}

@media only screen and (max-width:1100px) {
	.team-detail {
		padding-bottom: 50px
	}
	.team-detail .container {
		flex-direction: column
	}
	.team-detail__content {
		flex-direction: column;
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px)
	}
	.team-detail__content__photo {
		max-width: 315px;
		width: 100%;
		margin: 0 auto 15px auto
	}
	.team-detail__content__text {
		padding: 0
	}
	.team-detail .person__title {
		color: #292929;
		text-align: center;
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 30px;
		line-height: 1.875rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.team-detail__nav {
		width: 100%
	}
	.team-detail__nav__link:hover:not(.-active):before {
		width: 0;
		margin: 0
	}
	.team-detail__nav__link:hover:not(.-active) span,
	.team-detail__nav__link:hover:not(.-active) strong {
		color: #292929
	}
}

@media only screen and (max-width:1024px) {
	.team__text__column {
		width: 100%;
		font-size: 16px;
		font-size: 1rem;
		line-height: 28px;
		line-height: 1.75rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.team__text__column p {
		font-size: 16px;
		font-size: 1rem;
		line-height: 28px;
		line-height: 1.75rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
	.team__text__column-title {
		margin-bottom: 40px;
		padding-right: 0;
		max-width: 800px
	}
}

@media only screen and (max-width:900px) {
	.team .container {
		padding: 0 15px
	}
	.team__person__item {
		width: calc(50% - 25px)
	}
	.team-detail .container {
		padding: 0 15px
	}
}

@media only screen and (max-width:768px) {
	.team__text__column-title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 45px;
		line-height: 2.8125rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

@media only screen and (max-width:640px) {
	.team__text {
		padding: 20px 0 50px 0
	}
}

@media only screen and (max-width:600px) {
	.team__person__item {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 50px auto;
		align-items: center
	}
	.team__person__item:last-child {
		margin-right: auto
	}
}

@media only screen and (max-width:560px) {
	.team__text__column-title {
		font-size: 35px;
		font-size: 2.1875rem;
		line-height: 40px;
		line-height: 2.5rem;
		-webkit-font-feature-settings: 'kern' 1;
		font-feature-settings: 'kern' 1;
		-webkit-font-kerning: normal;
		font-kerning: normal
	}
}

[class*=' icon-'],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e902'
}

.icon-icon-arrow-right:before {
	content: '\e901'
}

.icon-icon-search:before {
	content: '\e903'
}

.icon-icon-world:before {
	content: '\e904'
}

.icon-newspaper:before {
	content: '\e909'
}

.icon-image:before {
	content: '\e912'
}

.icon-images:before {
	content: '\e913'
}

.icon-play:before {
	content: '\e917'
}

.icon-film:before {
	content: '\e918'
}

.icon-books:before {
	content: '\e925'
}

.icon-file-text:before {
	content: '\e927'
}

.icon-profile:before {
	content: '\e928'
}

.icon-file-empty:before {
	content: '\e929'
}

.icon-files-empty:before {
	content: '\e92a'
}

.icon-file-text2:before {
	content: '\e92b'
}

.icon-copy:before {
	content: '\e931'
}

.icon-paste:before {
	content: '\e932'
}

.icon-folder-open:before {
	content: '\e935'
}

.icon-price-tag:before {
	content: '\e93a'
}

.icon-credit-card:before {
	content: '\e944'
}

.icon-phone:before {
	content: '\e947'
}

.icon-phone-hang-up:before {
	content: '\e948'
}

.icon-envelop:before {
	content: '\e94a'
}

.icon-location:before {
	content: '\e94c'
}

.icon-location2:before {
	content: '\e94d'
}

.icon-compass:before {
	content: '\e94e'
}

.icon-map:before {
	content: '\e950'
}

.icon-map2:before {
	content: '\e951'
}

.icon-calendar:before {
	content: '\e958'
}

.icon-printer:before {
	content: '\e959'
}

.icon-display:before {
	content: '\e95b'
}

.icon-spinner3:before {
	content: '\e981'
}

.icon-search:before {
	content: '\e98b'
}

.icon-cog:before {
	content: '\e999'
}

.icon-cogs:before {
	content: '\e99a'
}

.icon-switch:before {
	content: '\e9bb'
}

.icon-cloud-download:before {
	content: '\e9c7'
}

.icon-cloud-upload:before {
	content: '\e9c8'
}

.icon-cloud-check:before {
	content: '\e9c9'
}

.icon-download2:before {
	content: '\e9ca'
}

.icon-upload2:before {
	content: '\e9cb'
}

.icon-download3:before {
	content: '\e9cc'
}

.icon-upload3:before {
	content: '\e9cd'
}

.icon-sphere:before {
	content: '\e9ce'
}

.icon-eye:before {
	content: '\e9d3'
}

.icon-eye-blocked:before {
	content: '\e9d6'
}

.icon-bookmark:before {
	content: '\e9d7'
}

.icon-bookmarks:before {
	content: '\e9d8'
}

.icon-star-full:before {
	content: '\e9de'
}

.icon-smile:before {
	content: '\e9e6'
}

.icon-sad:before {
	content: '\e9ea'
}

.icon-warning:before {
	content: '\ea0c'
}

.icon-notification:before {
	content: '\ea0d'
}

.icon-question:before {
	content: '\ea0e'
}

.icon-plus:before {
	content: '\ea0f'
}

.icon-minus:before {
	content: '\ea10'
}

.icon-info:before {
	content: '\ea11'
}

.icon-cancel-circle:before {
	content: '\ea12'
}

.icon-blocked:before {
	content: '\ea13'
}

.icon-cross:before {
	content: '\ea14'
}

.icon-checkmark:before {
	content: '\ea15'
}

.icon-checkmark2:before {
	content: '\ea16'
}

.icon-play3:before {
	content: '\ea21'
}

.icon-pause2:before {
	content: '\ea22'
}

.icon-stop2:before {
	content: '\ea23'
}

.icon-arrow-up2:before {
	content: '\ea3f'
}

.icon-arrow-right2:before {
	content: '\ea41'
}

.icon-arrow-down2:before {
	content: '\ea43'
}

.icon-arrow-left2:before {
	content: '\ea45'
}

.icon-circle-up:before {
	content: '\ea46'
}

.icon-circle-right:before {
	content: '\ea47'
}

.icon-circle-down:before {
	content: '\ea48'
}

.icon-circle-left:before {
	content: '\ea49'
}

.icon-checkbox-checked:before {
	content: '\ea57'
}

.icon-checkbox-unchecked:before {
	content: '\ea58'
}

.icon-radio-checked:before {
	content: '\ea59'
}

.icon-radio-checked2:before {
	content: '\ea5a'
}

.icon-radio-unchecked:before {
	content: '\ea5b'
}

.icon-share2:before {
	content: '\ea87'
}

.icon-facebook:before {
	content: '\ea95'
}

.icon-instagram:before {
	content: '\ea97'
}

.icon-whatsapp:before {
	content: '\ea98'
}

.icon-spotify:before {
	content: '\ea99'
}

.icon-telegram:before {
	content: '\ea9a'
}

.icon-twitter:before {
	content: '\ea9b'
}

.icon-vine:before {
	content: '\ea9c'
}

.icon-youtube:before {
	content: '\eaa2'
}

.icon-vimeo:before {
	content: '\eaa5'
}

.icon-blogger:before {
	content: '\eabc'
}

.icon-tumblr:before {
	content: '\eabe'
}

.icon-appleinc:before {
	content: '\eac3'
}

.icon-android:before {
	content: '\eac5'
}

.icon-skype:before {
	content: '\eaca'
}

.icon-linkedin2:before {
	content: '\eacf'
}

.icon-pinterest2:before {
	content: '\ead7'
}

.icon-file-pdf:before {
	content: '\eae4'
}

.icon-file-word:before {
	content: '\eae6'
}

.icon-file-excel:before {
	content: '\eae7'
}

.left-in-short {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

.contact__form__notification {
	display: none;
	padding: 30px 0 0;
	color: #587850;
	text-align: center;
	font-size: 14px;
	font-size: .875rem;
	line-height: 22.4px;
	line-height: 1.4rem;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	opacity: 1;
	transition: opacity .3s ease-out .3s;
}

.contact__form__notification.-show {
	display: block;
}

.footer__newsletter__notification {
	display: none;
	color: #587850;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 18px;
	line-height: 1.125rem;
	font-feature-settings: 'kern' 1;
	font-kerning: normal;
}

.footer__newsletter__notification.-show {
	display: flex;
}

.footer__newsletter__notification.-error {
	color: #ed1250;
}

.contact__form__label a {
	color: #292929;
	font-weight: 500;
	text-decoration: none;
}

.privacy-policy {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 3;
	display: none;
	width: 100%;
	padding: 15px;
	background-color: #092d5a;
}

.privacy-policy.-show {
	display: block;
}

.privacy-policy__container {
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	align-items: flex-start;
	margin: 0 auto;
	width: 100%;
	max-width: 880px;
}

.privacy-policy__description {
	padding: 0 15px 0 0;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 22.4px;
	line-height: 1.4rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 400;
	color: #ffffff;
}

.privacy-policy__description a {
	color: #ffffff;
	text-decoration: underline;
}

.privacy-policy__button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	min-width: 110px;
	height: 38px;
	border: 2px solid rgba(255, 255, 255, 0.38);
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 20.8px;
	line-height: 1.3rem;
	-webkit-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500;
	color: #ffffff;
	cursor: pointer;
}

.blue-section {
	background: #092d5a;
	padding: 150px 0;
	width: 100%;
}

.blue-section h5 {
	font-size: 17px;
	color: #fff;
	font-weight: normal !important;
}

.blue-section h2 {
	color: #fff;
	text-align: center;
	font-size: 40px;
	line-height: 45px;
}

.blue-section .description {
	padding: 0 100px;
}

.blue-section a.btn-border {
	padding: 10px 25px;
	display: inline-block;
	border: solid 1px #fff;
	border-radius: 1px;
}

@media only screen and (max-width: 767px) {
	.footer__logo__item {
		margin: 0 20px 0 0 !important;
		display: inline-block !important;
		width: 75px;
	}
	.footer__logo__item img {
		width: 100%;
	}
	.blue-section .description {
		padding: 0 20px !important;
	}
	.blue-section h2 {
		font-size: 30px;
		line-height: 40px;
	}
	#site-popup img {
		max-width: 100%;
	}
}


/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */

.lity {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0, 0, 0, 0.7);
	outline: none !important;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.lity.lity-opened {
	opacity: 1
}

.lity.lity-closed {
	opacity: 0
}

.lity * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important
}

.lity-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em
}

.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.lity-loading .lity-loader {
	opacity: 1
}

.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important
}

.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: -o-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-loading .lity-content,
.lity-closed .lity-content {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}

.lity-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.lity-close {
	z-index: 9994;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.lity-close::-moz-focus-inner {
	border: 0;
	padding: 0
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.lity-close:active {
	top: 1px
}

.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
	width: 100%;
	max-width: 964px
}

.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: auto;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000
}

.lity-hide {
	display: none
}

@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,900&display=swap&subset=latin-ext");
[class*=" icon-"],
[class^=icon-] {
	font-family: kizilkaya!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
	content: "\e900"
}

.icon-arrow-right:before {
	content: "\e902"
}

.icon-icon-arrow-right:before {
	content: "\e901"
}

.icon-icon-search:before {
	content: "\e903"
}

.icon-icon-world:before {
	content: "\e904"
}

.icon-newspaper:before {
	content: "\e909"
}

.icon-image:before {
	content: "\e912"
}

.icon-images:before {
	content: "\e913"
}

.icon-play:before {
	content: "\e917"
}

.icon-film:before {
	content: "\e918"
}

.icon-books:before {
	content: "\e925"
}

.icon-file-text:before {
	content: "\e927"
}

.icon-profile:before {
	content: "\e928"
}

.icon-file-empty:before {
	content: "\e929"
}

.icon-files-empty:before {
	content: "\e92a"
}

.icon-file-text2:before {
	content: "\e92b"
}

.icon-copy:before {
	content: "\e931"
}

.icon-paste:before {
	content: "\e932"
}

.icon-folder-open:before {
	content: "\e935"
}

.icon-price-tag:before {
	content: "\e93a"
}

.icon-credit-card:before {
	content: "\e944"
}

.icon-phone:before {
	content: "\e947"
}

.icon-phone-hang-up:before {
	content: "\e948"
}

.icon-envelop:before {
	content: "\e94a"
}

.icon-location:before {
	content: "\e94c"
}

.icon-location2:before {
	content: "\e94d"
}

.icon-compass:before {
	content: "\e94e"
}

.icon-map:before {
	content: "\e950"
}

.icon-map2:before {
	content: "\e951"
}

.icon-calendar:before {
	content: "\e958"
}

.icon-printer:before {
	content: "\e959"
}

.icon-display:before {
	content: "\e95b"
}

.icon-spinner3:before {
	content: "\e981"
}

.icon-search:before {
	content: "\e98b"
}

.icon-cog:before {
	content: "\e999"
}

.icon-cogs:before {
	content: "\e99a"
}

.icon-switch:before {
	content: "\e9bb"
}

.icon-cloud-download:before {
	content: "\e9c7"
}

.icon-cloud-upload:before {
	content: "\e9c8"
}

.icon-cloud-check:before {
	content: "\e9c9"
}

.icon-download2:before {
	content: "\e9ca"
}

.icon-upload2:before {
	content: "\e9cb"
}

.icon-download3:before {
	content: "\e9cc"
}

.icon-upload3:before {
	content: "\e9cd"
}

.icon-sphere:before {
	content: "\e9ce"
}

.icon-eye:before {
	content: "\e9d3"
}

.icon-eye-blocked:before {
	content: "\e9d6"
}

.icon-bookmark:before {
	content: "\e9d7"
}

.icon-bookmarks:before {
	content: "\e9d8"
}

.icon-star-full:before {
	content: "\e9de"
}

.icon-smile:before {
	content: "\e9e6"
}

.icon-sad:before {
	content: "\e9ea"
}

.icon-warning:before {
	content: "\ea0c"
}

.icon-notification:before {
	content: "\ea0d"
}

.icon-question:before {
	content: "\ea0e"
}

.icon-plus:before {
	content: "\ea0f"
}

.icon-minus:before {
	content: "\ea10"
}

.icon-info:before {
	content: "\ea11"
}

.icon-cancel-circle:before {
	content: "\ea12"
}

.icon-blocked:before {
	content: "\ea13"
}

.icon-cross:before {
	content: "\ea14"
}

.icon-checkmark:before {
	content: "\ea15"
}

.icon-checkmark2:before {
	content: "\ea16"
}

.icon-play3:before {
	content: "\ea21"
}

.icon-pause2:before {
	content: "\ea22"
}

.icon-stop2:before {
	content: "\ea23"
}

.icon-arrow-up2:before {
	content: "\ea3f"
}

.icon-arrow-right2:before {
	content: "\ea41"
}

.icon-arrow-down2:before {
	content: "\ea43"
}

.icon-arrow-left2:before {
	content: "\ea45"
}

.icon-circle-up:before {
	content: "\ea46"
}

.icon-circle-right:before {
	content: "\ea47"
}

.icon-circle-down:before {
	content: "\ea48"
}

.icon-circle-left:before {
	content: "\ea49"
}

.icon-checkbox-checked:before {
	content: "\ea57"
}

.icon-checkbox-unchecked:before {
	content: "\ea58"
}

.icon-radio-checked:before {
	content: "\ea59"
}

.icon-radio-checked2:before {
	content: "\ea5a"
}

.icon-radio-unchecked:before {
	content: "\ea5b"
}

.icon-share2:before {
	content: "\ea87"
}

.icon-facebook:before {
	content: "\ea95"
}

.icon-instagram:before {
	content: "\ea97"
}

.icon-whatsapp:before {
	content: "\ea98"
}

.icon-spotify:before {
	content: "\ea99"
}

.icon-telegram:before {
	content: "\ea9a"
}

.icon-twitter:before {
	content: "\ea9b"
}

.icon-vine:before {
	content: "\ea9c"
}

.icon-youtube:before {
	content: "\eaa2"
}

.icon-vimeo:before {
	content: "\eaa5"
}

.icon-blogger:before {
	content: "\eabc"
}

.icon-tumblr:before {
	content: "\eabe"
}

.icon-appleinc:before {
	content: "\eac3"
}

.icon-android:before {
	content: "\eac5"
}

.icon-skype:before {
	content: "\eaca"
}

.icon-linkedin2:before {
	content: "\eacf"
}

.icon-pinterest2:before {
	content: "\ead7"
}

.icon-file-pdf:before {
	content: "\eae4"
}

.icon-file-word:before {
	content: "\eae6"
}

.icon-file-excel:before {
	content: "\eae7"
}

.left-in-short {
	opacity: 1;
	transform: translateX(0)
}

.privacy-policy {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 3;
	display: none;
	width: 100%;
	padding: 15px;
	background-color: #092d5a
}

.privacy-policy.-show {
	display: block
}

.privacy-policy__container {
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	align-items: flex-start;
	margin: 0 auto;
	width: 100%;
	max-width: 880px
}

.privacy-policy__description {
	padding: 0 15px 0 0;
	font-size: 14px;
	font-size: .875rem;
	line-height: 22.4px;
	line-height: 1.4rem;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 400;
	color: #fff
}

.privacy-policy__description a {
	color: #fff;
	text-decoration: underline
}

.privacy-policy__button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	min-width: 110px;
	height: 38px;
	border: 2px solid hsla(0, 0%, 100%, .38);
	font-size: 13px;
	font-size: .8125rem;
	line-height: 20.8px;
	line-height: 1.3rem;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500;
	color: #fff;
	cursor: pointer
}

.press {
	background: #f8f8f9
}

.press__filter {
	padding: 40px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%
}

.press__filter__item {
	display: flex;
	margin-right: 20px
}

.press__filter__item:last-child {
	margin-right: 0
}

.press__select {
	width: 230px;
	height: 50px;
	padding: 0 30px 0 15px;
	background-color: #fff;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTc1MDg3Qjg4QUIzMTFFOUJGOEFEQ0UzMEFEQTQwMkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTc1MDg3Qjk4QUIzMTFFOUJGOEFEQ0UzMEFEQTQwMkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NzUwODdCNjhBQjMxMUU5QkY4QURDRTMwQURBNDAyRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NzUwODdCNzhBQjMxMUU5QkY4QURDRTMwQURBNDAyRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PneA/n4AAAA6SURBVHjaYmBgYHgAxAYM+IEBVB2cYUBAIVw+AYg/YNFgABVPQDcBXQNOhegaEggpRNbwH5tCgAADAA5xD2C8R++MAAAAAElFTkSuQmCC");
	background-position: 95% 19px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	outline: none;
	border: none
}

.press__select::-ms-expand {
	display: none
}

.press__container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px 0 0
}

.press__card {
	position: relative;
	z-index: 1;
	width: calc(33.33% - 30px);
	margin-bottom: 45px;
	opacity: 0;
	transition: opacity .3s ease-out .3s
}

.press__card:nth-child(3n-1) {
	margin: 0 45px 45px
}

.press__card.fade-in {
	opacity: 1
}

.press__card:hover .press__card__content:after {
	height: 100%
}

.press__card__link {
	display: none
}

.press__card__play {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%
}

.press__card__play img {
	display: block;
	max-width: 100%
}

.press__card__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	height: 300px;
	margin-bottom: 20px;
	padding: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	text-decoration: none
}

.press__card__content:hover {
	text-decoration: none!important
}

.press__card__content:hover .press__card__date,
.press__card__content:hover .press__card__title {
	text-decoration: none
}

.press__card__content:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 65%;
	background: #003057;
	background: linear-gradient(0deg, #003057, rgba(0, 48, 87, 0));
	transition: height .3s ease-out
}

.press__card__date {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 28px;
	line-height: 1.75rem;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500;
	text-decoration: none
}

.press__card__date:after {
	content: "";
	display: flex;
	width: 100%;
	height: 3px;
	margin: 5px 0;
	background-color: #f18321
}

.press__card__title {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 38px;
	line-height: 2.375rem;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-weight: 500;
	text-decoration: none
}

.press__card__description {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal
}

.press__card__tags {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	padding: 10px 0 0
}

.press__card__hastag {
	display: flex;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-size: .875rem;
	line-height: 22.4px;
	line-height: 1.4rem;
	-webkit-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	color: #f18321
}

@font-face {
	font-family: kizilkaya;
	src: url(../font/icon/kizilkaya.eot?th4x6m);
	src: url(../font/icon/kizilkaya.eot?th4x6m#iefix) format("embedded-opentype"), url(../font/icon/kizilkaya.woff) format("woff"), url(../font/icon/kizilkaya.svg?th4x6m#kizilkaya) format("svg");
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:1200px) {
	.press__card {
		width: calc(50% - 15px)
	}
	.press__card:nth-child(odd) {
		margin-right: 30px
	}
	.press__card:nth-child(3n-1) {
		margin: 0 0 45px
	}
}

@media only screen and (max-width:640px) {
	.press__card {
		width: 100%
	}
	.press__card:nth-child(odd) {
		margin: 0 0 45px
	}
}

@media only screen and (max-width:560px) {
	.privacy-policy__container {
		flex-direction: column;
		justify-content: center;
		align-items: center
	}
	.privacy-policy__description {
		padding: 0;
		margin: 0 0 15px;
		font-size: 13px;
		font-size: .8125rem;
		line-height: 20.8px;
		line-height: 1.3rem;
		-webkit-font-feature-settings: "kern" 1;
		font-feature-settings: "kern" 1;
		-webkit-font-kerning: normal;
		font-kerning: normal;
		text-align: center
	}
	.press__filter {
		flex-direction: column
	}
	.press__filter__item {
		width: 100%;
		margin-bottom: 15px
	}
	.press__filter__item:last-child {
		margin-bottom: 0
	}
	.press__select {
		width: 100%
	}
}


/*# sourceMappingURL=press.css.map */

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: none
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@keyframes a {
	to {
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}
	.fancybox-slide--image {
		padding: 6px 0
	}
	.fancybox-close-small {
		right: -6px
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}
	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}