/*GSC*/
body {
	padding-top: 60px;
	font-family: Open Sans;
	font-size: 14px;
	background: #151515;
	color: #ffffff;
}
.starter-template {
	padding: 30px 15px 40px 15px;
	text-align: center;
}
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/BebasNeue-webfont.eot?1');
	src:
			url('fonts/BebasNeue-webfont.eot#iefix?1') format('embedded-opentype'),
			url('fonts/BebasNeue-webfont.woff?1') format('woff'),
			url('fonts/BebasNeue-webfont.ttf?2') format('truetype'),
			url('fonts/BebasNeue-webfont.svg#BebasNeueRegular?1') format('svg');

	font-weight: normal;
	font-style: normal;
}
li.page-scroll {
	list-style: none;
}
ul.cb-slideshow {
	list-style: none;
	margin-bottom: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7 {
	font-family: 'BebasNeueRegular';
}

a{
	color: #FFD600;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #FFD600;
	text-decoration: none;
}
.rounded-20{
	border-radius: 20px;
}
/* Iframe wrapper that allows to make youtube iframe responsive */
.iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 15px;
	height: 0;
	max-width: 400px;
}

/* Responsive iframe styles */
iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Adding pseudo element to iframe parent */
.iframe-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
}

/* Adding hover effect to pseudo element */
.iframe-wrapper:hover:after {
	content: none;
}

.smallsep {
	height: 3px;
	background-color: #F8CA03;
	max-width: 30px;
	margin: 0px auto;
	margin-bottom: 20px;
	margin-top: 15px;
}
section {
	padding: 30px 0 60px 0;
}
a {
	outline: none;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
a:focus {
	outline: none;
}
.graybg {
	background-color: #fbfbfb;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
}
.maincolorbg {
	background-color: #ffd600;
}
.highlight {
	color: #ffd600;
}
.max80 {
	max-width: 80%;
	margin: auto;
	margin-bottom: 10px;
}
.pxauto {
	margin: 0px auto;
}
.thumbnail {
	font-size: 13px;
	background: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0px;
	text-align: center;
	line-height: 25px;
	border: 0;
	border-top: 5px solid #fff;
}
.thumbnail h4 {
	font-size: 16px;
	line-height: 0.5;
	margin-top: 20px;
}
.thumbnail .caption {
	color: #888;
	padding: 10px 20px 15px;
	background: #333;
}
.thumbnail .caption span {
	font-style: italic;
}
.thumbnail img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

/* Navbar */
.navbar-brand {
	float: left;
	height: 60px;
	padding: 0px 15px;
}
ul.social-icons li {
	display: inline-block;
	float: none;
	width: 10px;
	height: 10px;
	position: relative;
	margin-right: 1px;
	padding: 16px;
	border-radius: 50%;
	border: 1px solid #ffffff;
}
ul.social-icons li i {
	position: absolute;
	font-size: 18px;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
}
ul.social-icons li a {
	color: #fff;
}
ul.social-icons li a i {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow: hidden;
}

ul.social-icons li a:hover {
	text-decoration: none;
	color: #fff;
}
/* Red Badge */
#badgek-link{
	margin-right: 16px;
}

.badgek {
	position: absolute;
	top: 20px;
	right: -6px;
	width: 18px;
	height: 18px;
	background: #FF0000;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-family: 'BebasNeueRegular';
	font-size: 12px;
}

@media (min-width: 768px) {
	.navbar-fixed-top {
		border-width: 0;
	}
	.navbar-inverse {
		background: #101010;
		box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.07);
	}
	.navbar-inverse .navbar-nav > li > a {
		color: #fff;
		margin-left: 1px;
		margin-right: 1px;
		text-decoration: none;
		border-bottom: 1px solid transparent;
	}
	.navbar-nav > li > a:hover {
		border-bottom: 1px solid #ffd600;
	}
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		border-bottom: 1px solid #ffd600;
	}
	.navbar-nav li a.active,
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus {
		border-bottom: 1px solid #ffd600;
	}
	ul.nav {
		font-family: 'BebasNeueRegular';
		font-size: 19px;
	}
	.navbar-nav > li > a {
		line-height: 30px;
	}
	.navbar-brand {
		font-family: Pacifico;
		font-size: 30px;
		color: #444;
		text-transform: none;
	}
	a.navbar-brand:hover {
		color: #555;
	}
	.navbar-inverse .navbar-brand,
	.navbar-inverse .navbar-brand:hover {
		color: #444;
	}
}

@media (max-width: 992px) {
	/* next line added by gec 150519 */
	ul.social-icons li {
		display: none;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 15px;
	}
	.boxservice {
		width: 100%;
	}
	.whitebox {
		margin-bottom: 30px;
	}
}

/*** Banner **/
.banner-message-section-wrap {
	position: relative;
	margin-bottom: 60px;
}
.banner-message-section-wrap {
	background-image: url(/src/img/Prapor.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
@supports (background-image: url(/src/img/webp/Prapor.webp)) {
	.banner-message-section-wrap {
		background-image: url(/src/img/webp/Prapor.webp);
	}
}
.banner-message-section {
	position: relative;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.30);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

/*** Banner END **/

/* Developing Now and Portfolio Section */
#developing-now img,
#portfolio .portfolio-item2 img,
.caption2{
	border-radius: 20px;
}
.portfolio-items .caption,
.portfolio-items img{
	border-radius: 6px;
}
.portfolio-item,
.portfolio-item2 {
	right: 0;
	margin: 0 0 15px;
}
.portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 400px;
}
.portfolio-item2 .portfolio-link2 {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 1180px;
}
.portfolio-item .portfolio-link .caption,
.portfolio-item2 .portfolio-link2 .caption2 {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #ffd500;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.portfolio-item .portfolio-link .caption:hover,
.portfolio-item2 .portfolio-link2 .caption2:hover {
	opacity: 0.85;
}
.portfolio-item .portfolio-link .caption .caption-content,
.portfolio-item2 .portfolio-link2 .caption2 .caption-content2 {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.portfolio-item .portfolio-link .caption .caption-content i,
.portfolio-item2 .portfolio-link2 .caption2 .caption-content2 i {
	margin-top: -12px;
}
.portfolio-item .portfolio-link .caption .caption-content h3,
.portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 0;
}
#portfolio * {
	z-index: 2;
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #0E0D0D;
}
.portfolio-modal .modal-content h2 {
	margin: 0;
	font-size: 3em;
	text-align: center;
}
.portfolio-modal .modal-content img {
	margin: 0 auto 32px auto;
}
.portfolio-modal .modal-content .item-details {
	margin: 30px 0;
}

.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #ffffff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #ffffff;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.modal-btn-group a{
	text-decoration: none;
}
/* Developing Now and Portfolio Section END */

/* About Section */
#about{
	background: #0E0D0D;
}
/* About Section END*/

/* Contact Section */
#contact-page{
	color: #ffffff;
	background: #000;
}
/* Contact Section END*/

/* * jQuery FlexSlider v2.2.0 * http://www.woothemes.com/flexslider/
* * Copyright 2012 WooThemes * Free to use under the GPLv2 license. * http://www.gnu.org/licenses/gpl-2.0.html * * Contributing author:Tyler Smith (@mbmufffin) */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles */
.flexslider {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	border-radius: 20px;
	/*-webkit-backface-visibility: hidden;*/
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script,such as Modernizr,make sure you * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
.flexslider .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme */
.flexslider {
	position: relative;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	/*-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;*/
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
	height: 0;
}
.flex-direction-nav a {
	background: url(../img/flexarrows.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	width: 45px;
	height: 45px;
	position: absolute;
	top: 55%;
	text-indent: -999em;
	border-radius: 2px 2px 2px 2px;
	z-index: 10;
}
.flex-direction-nav a:hover {
}
.flex-direction-nav li .flex-prev {
	right: 49px;
	background-position: 0 -169px;
}
.flex-direction-nav li .flex-next {
	right: 10px;
	background-position: -35px -169px;
}
.flex-direction-nav .flex-disabled {
	opacity: 0.3;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Fullwidth FlexSlider Necessary Styles */
.fullwidth.flexslider {
	margin-bottom: 0px;
	overflow: hidden;
}
.fullwidth.flexslider .flex-direction-nav a {
	background: url(../img/flexarrows.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0.1);
	top: 50% !important;
	width: 50px;
	height: 100px;
	position: absolute;
	text-indent: -999em;
	margin-top: -50px;
}
.fullwidth.flexslider .flex-direction-nav a:hover {
	background-color: rgba(0, 0, 0, 0.4);
}
.fullwidth.flexslider .flex-direction-nav .flex-prev {
	left: 0;
	background-position: 0;
	border-radius: 0 3px 3px 0;
}
.fullwidth.flexslider .flex-direction-nav .flex-next {
	right: 5px;
	background-position: -50px 35px;
	border-radius: 3px 0 0 3px;
}
.fullwidth.flexslider .flex-direction-nav .flex-disabled {
	opacity: 0.3;
	filter: alpha(opacity=30);
	cursor: default;
}
.homeslider.fullwidth.flexslider {
	height: 465px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	font-size: 21px;
	font-weight: 300;
}
.fullwidth.flexslider h1,
.fullwidth.flexslider h2,
.fullwidth.flexslider h3,
.fullwidth.flexslider h4,
.fullwidth.flexslider h5,
.fullwidth.flexslider h6 {
	letter-spacing: 2px;
}
.homeslider h1 {
	margin-bottom: 20px;
	line-height: 45px;
}
.flexslider.blog {
	margin-bottom: 35px;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 999;
}
.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 15px;
	height: 15px;
	display: block;
	cursor: pointer;
	text-indent: -999em;
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #fff;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.flex-control-nav li a:hover {
	background: #fff;
	border: 2px solid #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.flex-control-nav li a.flex-active {
	background: transparent;
	border: 2px solid #fff;
	cursor: default;
	opacity: 1;
	filter: alpha(opacity=100);
}
/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
}
.flex-pauseplay a:before {
	display: inline-block;
	content: '';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '';
}
/* Caption style */
/* IE rgba() hack */
.flex-caption {
	zoom: 1;
}
.flex-caption {
	width: 100%;
	position: absolute;
	margin-top: 270px;
	/* margin-top:190px; */
}
.flex-caption div {
	margin: 0 auto;
}
.flex-caption.transparent.light-font span {
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.flex-caption.transparent.dark-font span {
	color: #333;
}
.flex-caption.transparent.light-font h2 span,
.flex-caption.transparent.dark-font h2 span {
	line-height: 27px !important;
	padding: 0;
}
.flex-caption.light {
	color: #333;
	margin-left: 10px;
}
.flex-caption.light span {
	background: none repeat scroll 0 0 rgba(222, 222, 222, 0.5);
	box-shadow:
			10px 0 0 rgba(222, 222, 222, 0.5),
			-10px 0 0 rgba(222, 222, 222, 0.5);
}
.flex-caption.dark {
	color: #fff;
	margin-left: 10px;
}
.flex-caption.dark span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	box-shadow:
			10px 0 0 rgba(0, 0, 0, 0.3),
			-10px 0 0 rgba(0, 0, 0, 0.3);
}
.flex-caption h2 span {
	line-height: 56px !important;
	padding: 5px 0;
}
.flex-caption.center {
	text-align: center;
}
.flex-caption.light .button,
.flex-caption.dark .button {
	margin-left: -10px;
}
.flex-caption .uppercase {
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 1px;
}
.flex-caption .lowercase {
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
	margin: 25px 0;
}
.flex-caption {
	animation: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s normal none 1 avia-btt;
	opacity: 1;
}
.flexslider.blog .flex-caption {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	top: 63%;
	padding-top: 15px;
	color: #ccc;
	font-size: 14px;
	line-height: 24px;
}
.flexslider.blog .flex-caption a {
	color: #fff;
}
.flexslider.blog .flex-caption div {
	width: 75%;
}
.testimonial .flexslider {
	width: 800px;
	min-height: 368px;
	margin-bottom: 80px;
	border: 10px solid #ededed;
	box-shadow: 0px 5px 6px -1px rgba(0, 0, 0, 0.2);
}
/* the elliptical shadow below the slider */
.testimonial .flexslider:after {
	content: '';
	display: block;
	width: 80%;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
	bottom: -10px;
	left: 10%;
	box-shadow: 0 2px 10px 10px rgba(0, 0, 0, 0.2);
}
.testimonial .slides li {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}
/* the text box */
.testimonial .slides li .slide-text {
	position: relative;
	color: #666;
	overflow: hidden;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	line-height: 35px;
	max-width: 75%;
	margin: 0px auto;
}
.testimonial .slides li .slide-text p {
	margin-top: 0px;
}
.testimonial .slides li .slide-text h2 {
	font-style: normal;
	font-size: 36px;
	margin-top: 50px;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
/* Control Nav */
.testimonial .flex-control-nav {
	width: 100%;
	position: relative;
	text-align: center;
	z-index: 999;
	margin-top: 40px;
}
.testimonial .flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.testimonial .flex-control-nav li:first-child {
	margin: 0;
}
.testimonial .flex-control-nav li a {
	width: 15px;
	height: 15px;
	display: block;
	cursor: pointer;
	text-indent: -999em;
	background: #777;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.testimonial .flex-control-nav li a:hover {
	background: #777;
	opacity: 1;
	filter: alpha(opacity=100);
}
.testimonial .flex-control-nav li a.flex-active {
	background: #666;
	cursor: default;
	opacity: 1;
	filter: alpha(opacity=100);
}
.testimonial .slides li .slide-text img {
	width: 120px;
	display: block;
	background: #fff;
	padding: 5px;
	border-radius: 50%;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.testimonial.fullwidth.flexslider {
	margin-bottom: 0;
}
#home-slider {
	height: 100%;
}
.home-slide-content {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 4.5vw;
	/* font-size:90px; */
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0px;
	text-align: center;
	line-height: 1;
}
.home-slide-content {
	padding: 0;
	color: #ffffff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.30);
}
#contact label {
	text-transform: uppercase;
	font-weight: 300;
}
#contact input,
#contact select,
#contact textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	width: 100%;
	color: #333;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.60);
	padding: 6px 12px;
}
#contact input,
#contact select {
	height: 40px;
	margin-bottom: 0px;
}
#contact input#submit {
	border: 0px solid transparent;
	width: auto;
	margin-top: 20px;
	background-color: #333;
	color: #fff;
	padding: 0px 100px;
	text-transform: uppercase;
	font-weight: 300;
}
#contact textarea {
	height: 200px;
}
#contact .g-recaptcha {
	position: relative;
	display: inline-block;
}
.required {
	color: #e9266d;
}

#success,
#error {
	display: none;
}
#success span,
#erro span {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
}
#success span p,
#error span p {
	margin-top: 6em;
}
#success span p {
	color: #9bd32d;
}
#error span p {
	color: #c0392b;
}
.error {
	text-transform: none;
	font-style: italic;
	display: inline-block;
}
.g-recaptcha{
	margin-top: 1rem;
}

/*Footer*/
.footer {
	padding: 70px 0 60px 0;
	border-top: 1px solid #F8CA03;;
}
.footer ul.social-icons li {
	width: 20px;
	height: 20px;
	position: relative;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 50%;
}
.footer ul.social-icons li a {
	color: #666;
}
@media (min-width: 767px) {
	#portfolio .portfolio-item {
		margin: 0 0 30px;
	}
}
/* New Vacancies Cards */
.vacancies-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 32px;
	grid-row-gap: 32px;
}

.vacancies-wrap .box {
	position: relative;
	display: flex;
	padding: 40px;
	box-shadow: 0 15px 45px rgba(0, 0, 0, .1);
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	color: #ffffff;
	min-height: 180px;
	text-align: center;
	border-radius: 0 0 20px 0;
	overflow: hidden;
}

.vacancies-wrap .box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.5s;
}

.vacancies-wrap .box:hover::before {
	transform: scaleY(1);
	transform-origin: bottom;
	transition: transform 0.5s;
}

.vacancies-wrap .box svg {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	transition: 0.5s;
}
.vacancies-wrap .box:hover svg circle{
	stroke: #F8CA03;
	fill: #F8CA03;
}
.vacancies-wrap .box:hover svg rect{
	fill: #ffffff;
}

.vacancies-wrap .box h3 {
	position: relative;
	font-size: 34px;
	z-index: 2;
	color: #ffffff;
	transition: 0.5s;
	margin: auto;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.20);
}

.vacancies-wrap .box:hover h3{
	color: #000;
}

@media (max-width: 1000px) {
	.vacancies-wrap {
		flex-direction: column;
		align-items: center;
		padding: 60px 30px;
	}

	.box {
		margin-bottom: 20px;
	}
}
/* New Vacancies Cards END*/

