
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table!important
	}
	tr.visible-xs {
		display: table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block!important
	}
	table.visible-sm {
		display: table!important
	}
	tr.visible-sm {
		display: table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}
	table.visible-md {
		display: table!important
	}
	tr.visible-md {
		display: table-row!important
	}
	td.visible-md,
	th.visible-md {
		display: table-cell!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table!important
	}
	tr.visible-lg {
		display: table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}
	table.visible-print {
		display: table!important
	}
	tr.visible-print {
		display: table-row!important
	}
	td.visible-print,
	th.visible-print {
		display: table-cell!important
	}
}

.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}








@media(min-width:1200px) {
	.container-fluid {
		padding-right: 60px;
		padding-left: 60px
	}
}

@media only screen and (max-width:1629px) {
	.cards__item-inner {
		padding: 35px
	}
}

@media only screen and (max-width:1439px) {
	.header-full-page {
		display: block
	}
}

@media only screen and (max-width:1199px) {
	.header__menu-button_fixed {
	    right: 0px;
	    background-color: #0d1f2c;
	}
	.header-full-page {
		display: none;
	}
	.header__menu-button {
		display: flex !important;
	}
	.article-listing-item__content {
		padding: 40px
	}
	.articles-list__item {
		margin-bottom: 50px
	}
	.awards-block__year {
		width: 20%;
		min-width: 20%
	}
	.awards-block__text {
		width: 50%;
		font-size: 16px;
		margin-bottom: 30px
	}
	.clients__list {
		margin-left: -20px;
		margin-right: -20px
	}
	.clients__item {
		padding-right: 20px;
		padding-left: 20px
	}
	.featured-block__item {
		width: 50%
	}
	.grid-block__item {
		min-height: 280px
	}
	.main-slide__title {
		font-size: 160px
	}
	.main-slide_size_medium .main-slide__title {
		font-size: 140px
	}
	.panorama-slider__container {
		padding: 0 20px
	}
	.panorama-slider2__controls {
		right: 15px
	}
	.parallax-block__title {
		font-size: 140px
	}
	.parallax-image {
		height: 400px
	}
	.project-slider__container {
		padding: 0 20px
	}
	.revolution-slider .tparrows.tp-leftarrow {
		left: 10px!important
	}
	.revolution-slider .tparrows.tp-rightarrow {
		right: 10px!important
	}
	.zoom-counter__card {
		width: 40%;
		min-width: 40%;
		margin-right: 10%
	}
	.zoom-counters__value {
		min-width: 1.8em
	}
	.no-mobile .zoom-image-head {
		margin-bottom: 300px
	}
	.zoom-slider__header {
		margin-bottom: 66px
	}
	.zoom-slider__filter-link:not(:last-child) {
		margin-right: 40px
	}
	.zoom-slider__button {
		padding: 22px 15px
	}
	.zoom-slider__button-title {
		font-size: 38px
	}
	.zoom-slider__control_prev {
		left: 15px
	}
	.zoom-slider__control_next {
		right: 15px
	}
}

@media only screen and (max-width:991px) {
	.article-listing-item {
		display: block
	}
	.article-listing-item__cover {
		width: 100%;
		padding-bottom: 45%
	}
	.article-listing-item__content {
		width: 100%
	}
	.article-listing-item__text {
		min-height: auto
	}
	.contact-block__text {
		margin-bottom: 50px
	}
	.contact-block__submit {
		margin-top: 50px
	}
	.full-screen-block__label {
		padding-top: 24px;
		font-size: 16px
	}
	.full-screen-block__label-value {
		font-size: 32px
	}
	.full-screen-block__link {
		font-size: 24px
	}
	.full-screen-block__counter {
		font-size: 32px
	}
	.main-slide__title {
		font-size: 140px
	}
	.main-slide_size_medium .main-slide__title {
		font-size: 120px
	}
	.main-slide__label {
		padding-top: 24px;
		font-size: 16px
	}
	.main-slide__label-value {
		font-size: 32px
	}
	.main-slide__link {
		font-size: 24px
	}
	.main-slide__counter {
		font-size: 32px
	}
	.menu-panel {
		width: 50%
	}
	.news-masonry-item__text {
		min-height: auto
	}
	.panorama-slider__menu-link {
		min-width: 50px;
		margin-left: 20px
	}
	.panorama-slider2__title {
		font-size: 100px
	}
	.panorama-slider2__label {
		margin-top: 40px;
		font-size: 16px
	}
	.panorama-slider2__label-icon {
		font-size: 60px
	}
	.panorama-slider2__label-value {
		font-size: 26px;
		margin-top: 10px
	}
	.panorama-slider2__link {
		font-size: 24px
	}
	.parallax-block__title {
		font-size: 120px
	}
	.parallax-block__label {
		padding-top: 24px;
		font-size: 16px
	}
	.person-block {
		padding: 40px 50px
	}
	.posts__item:not(:last-child) {
		margin-bottom: 30px
	}
	.project-block__title {
		margin-bottom: 30px
	}
	.project-block__project {
		margin-bottom: 30px
	}
	.project-block__project-content {
		padding: 30px
	}
	.project-block__project-content-inner {
		padding-right: 0
	}
	.project-block__project-title {
		font-size: 40px
	}
	.project-block__project-more {
		display: block;
		margin-top: 18px;
		position: relative;
		right: auto;
		bottom: auto
	}
	.project-slider__menu-link {
		min-width: 50px;
		margin-left: 20px
	}
	.specialization-block__item {
		max-width: none
	}
	.studio-intro-slide__link {
		font-size: 24px
	}
	.studio-main-slide__link {
		font-size: 24px
	}
	.team-block__control {
		top: 35%
	}
	.top-menu__menu-item:not(:last-child) {
		margin-right: 30px
	}
	.zoom-counter__card {
		width: 45%;
		min-width: 45%;
		margin-right: 5%
	}
	.zoom-services__item {
		width: 50%
	}
	.zoom-services__item-text {
		font-size: 14px
	}
	.zoom-slider__filter-link:not(:last-child) {
		margin-right: 35px
	}
	.zoom-slider__slider-wrapper:before,
	.zoom-slider__slider-wrapper:after {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.article-listing-item__content {
		padding: 20px
	}
	.articles-block__item {
		width: 100%
	}
	.articles-grid__item {
		width: 100%
	}
	.articles-list__item {
		margin-bottom: 20px
	}
	.awards-block__item {
		margin-bottom: 20px
	}
	.awards-block__text {
		width: 100%
	}
	.clients__list {
		margin-left: 0;
		margin-right: 0;
		display: block
	}
	.clients__item {
		padding-left: 0;
		padding-right: 0
	}
	.clients__item:not(:last-child) {
		margin-bottom: 60px
	}
	.featured-block__title {
		margin-bottom: 40px
	}
	.featured-block__item {
		width: 100%
	}
	.footer-default__column {
		margin-bottom: 40px
	}
	.footer-interior {
		padding-top: 60px;
		font-size: 14px;
		padding-bottom: 0
	}
	.footer-interior__column {
		margin-bottom: 30px
	}
	.footer-interior__bottom {
		margin-top: 30px
	}
	.footer-minimal {
		padding-top: 60px;
		padding-bottom: 0
	}
	.footer-minimal__column {
		margin-bottom: 30px
	}
	.footer-minimal__bottom {
		margin-top: 30px
	}
	.footer-studio {
		padding-top: 60px;
		font-size: 14px;
		padding-bottom: 0
	}
	.footer-studio__column {
		margin-bottom: 30px
	}
	.footer-studio__bottom {
		margin-top: 30px
	}
	.full-screen-block__subtitle {
		font-size: 30px;
	    padding: 0px 0px;
	    text-align: left;
	}
	.full-screen-block__title-wrapper {
		display: block
	}
	.full-screen-block__label {
		display: none
	}
	.full-screen-block__text {
		font-size: 16px
	}
	.grid-block__item {
		min-height: 220px
	}
	.header-fixed__bottom {
		display: none
	}
	.header-full-page__bottom {
		display: none
	}
	.info-card-content__list-item-text {
		font-size: 14px
	}
	.info-card-content__social:not(:first-child) {
		margin-left: 12px
	}
	.main-slide__subtitle {
		font-size: 18px
	}
	.main-slide__title-wrapper {
		display: block
	}
	.main-slide__title {
		font-size: 120px
	}
	.main-slide_size_medium .main-slide__title {
		font-size: 85px
	}
	.main-slide__label {
		text-align: left
	}
	.main-slide__label-value {
		text-align: left
	}
	.main-slide__text {
		font-size: 16px
	}
	.menu-panel {
		width: 100%;
		max-width: 100%
	}
	.minimal-head-block {
		padding-top: 180px;
		padding-bottom: 80px
	}
	.minimal-head-block__title br {
		display: none
	}
	.minimal-head-block__title {
		font-size: 60px
	}
	.minimal-head-block__label {
		height: 60px
	}
	.minimal-head-block__text {
		font-size: 16px
	}
	.news-masonry-item__content {
		padding: 20px
	}
	.panorama-slider2__subtitle {
		font-size: 16px
	}
	.panorama-slider2__title-wrapper {
		display: block
	}
	.panorama-slider2__label {
		display: none!important
	}
	.panorama-slider2__text {
		font-size: 16px
	}
	.panorama-slider2__footer:after {
		right: 0
	}
	.panorama-slider2__footer-menu {
		width: 100%
	}
	.panorama-slider2__controls {
		margin-top: 0;
		margin-bottom: 30px;
		top: auto;
		bottom: 100%
	}
	.panorama-slider2__control {
		margin-left: 15px;
		width: 40px;
		height: 40px;
		font-size: 16px
	}
	.parallax-block__title-wrapper {
		display: block
	}
	.parallax-block__title {
		font-size: 100px
	}
	.parallax-block__label {
		text-align: left
	}
	.parallax-block__play {
		margin-top: 30px;
		margin-left: 0
	}
	.parallax-block__download-link {
		font-size: 20px
	}
	.parallax-block__download-icon {
		margin-right: 14px;
		font-size: 28px
	}
	.parallax-block__download-text {
		margin-top: 0
	}
	.person-block {
		padding: 20px
	}
	.person-block__image {
		width: 80px;
		min-width: 80px;
		margin-right: 20px
	}
	.project-block {
		padding-top: 80px
	}
	.project-block__image-wrapper_offset {
		margin-top: 0
	}
	.project-block__reviews {
		margin-bottom: 60px
	}
	.projects-block__title {
		margin-bottom: 40px
	}
	.review-slider__slider {
		margin-bottom: 40px
	}
	.reviews-block__title {
		margin-bottom: 40px
	}
	.reviews-block__slide {
		padding: 30px 15px
	}
	.reviews-block__text {
		font-size: 16px
	}
	.reviews-block__person-image {
		width: 40px;
		height: 40px;
		min-width: 40px;
		margin-right: 15px
	}
	.reviews-block__quote {
		width: 20px!important
	}
	.single-post__posts-list {
		display: block
	}
	.single-post__posts-item {
		width: 100%
	}
	.socials {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.specialization-block__item {
		margin-left: auto;
		margin-right: auto
	}
	.studio-filter__inner {
		display: block
	}
	.studio-intro-slide__subtitle {
		font-size: 18px
	}
	.studio-intro-slide__title-wrapper {
		display: block
	}
	.studio-intro-slide__text {
		font-size: 16px
	}
	.studio-main-slide__subtitle {
		font-size: 18px
	}
	.studio-main-slide__title-wrapper {
		display: block
	}
	.studio-main-slide__text {
		font-size: 16px
	}
	.studio-reviews__head {
		display: block
	}
	.team-block__slide {
		padding: 0px 0px;
	}
	.team-block__control {
		top: 40%
	}
	.top-menu__bottom {
		display: none
	}
	.zoom-counter {
		padding: 60px 0
	}
	.zoom-counter__inner {
		display: block
	}
	.zoom-counter__card {
		width: 100%;
		margin-right: 0
	}
	.zoom-image-head__title {
		font-size: 80px;
		margin-bottom: 40px
	}
	.zoom-services__list {
		display: block
	}
	.zoom-services__item {
		width: 100%
	}
	.zoom-services__item-icon {
		margin-bottom: 25px
	}
	.zoom-slider__slider:after {
		display: none
	}
}

@media only screen and (max-width:575px) {
	.awards-block__item {
		display: block
	}
	.awards-block__year {
		width: 100%
	}
	.cards__item-inner {
		padding: 15px
	}
	.grid-block__item {
		min-height: 180px;
		padding: 60px 15px 15px
	}
	.grid-block__year {
		right: 15px;
		top: 15px
	}
	.info-card-content {
		padding: 12px 20px 20px
	}
	.info-card__button {
		height: 50px;
		padding: 0 20px
	}
	.main-slide__title {
		font-size: 70px
	}
	.main-slide_size_medium .main-slide__title {
		font-size: 50px
	}
	.panorama-slider__menu-link {
		display: none
	}
	.panorama-slider2__title {
		font-size: 70px
	}
	.panorama-slider2__footer-item:last-child {
		padding-right: 0
	}
	.panorama-slider2__footer-item {
		padding-right: 20px
	}
	.parallax-block__title {
		font-size: 60px
	}
	.project-block__title {
		font-size: 40px
	}
	.project-block__project-content {
		padding: 15px
	}
	.project-block__project-title {
		font-size: 34px
	}
	.project-slider__menu-link {
		display: none
	}
	.projects-block__controls {
		margin-top: 0
	}
	.quote__text {
		font-size: 20px
	}
	.single-post__intro {
		font-size: 20px
	}
	.studio-intro-slide__title {
		font-size: 70px
	}
	.studio-main-slide__title {
		font-size: 70px
	}
	.team-block__text {
		font-size: 16px
	}
	.zoom-image-head__subtitle {
		font-size: 20px
	}
	.zoom-image-head__subtitle {
		margin-bottom: 24px
	}
	.zoom-image-head__title {
		font-size: 60px;
		margin-bottom: 30px
	}
	.zoom-image-head__text {
		font-size: 16px
	}
}













@media only screen and (min-width:1921px) {
	.content-text h3.title-1 {
	    width: 100%;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-size: 50px;
	    line-height: 55px;
	    color: #cc775a;
	    margin-bottom: 10px;
	}
	.content-text p {
	    text-transform: none;
	    letter-spacing: 2px;
	    font-size: 18px;
	    line-height: 1.5;
	    color: #ffffff;
	}
	p {
	    margin-bottom: 1rem !important;
	}
	.pt-full {
	    padding-top: 146px !important;
	}
	.header-full-page {
	    position: absolute;
	    left: 0;
	    width: 100%;
	    bottom: 25px;
	    height: 90px;
	    line-height: 90px;
	}
	.header__container {
	    width: 100%;
	    padding-top: 25px;
	    padding-bottom: 25px;
	}
	.logo img {
	    height: 90px;
	}
	#menu li.active a::before {
	    background: #ffffff none repeat scroll 0 0;
	    content: "";
	    height: 1px;
	    position: absolute;
	    bottom: 32px;
	    width: 100%;
	}
	.lang-ul {
	    line-height: 20px;
	    float: right;
	    text-align: center;
	    font-size: 12px;
	    width: 40px;
	    margin-top: 66px;
	}
	.full-screen-block__slide {
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-align: center;
	    align-items: center;
	    min-height: 100vh;
	    background-size: cover;
	    background-position: 50%;
	    padding-top: 170px;
	    padding-bottom: 30px;
	}
	.full-screen-block__subtitle {
	    margin-bottom: 17px;
	    color: white;
	    text-align: center;
	    letter-spacing: 1px;
	    font-size: 50px;
	    line-height: 55px;
	    text-transform: uppercase;
	}
	.content-text2 h3 {
	    width: 100%;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-size: 50px;
	    line-height: 50px;
	    margin-top: 30px;
	    margin-bottom: 20px;
	}
	.content-text2 h3.title-1 {
	    width: 100%;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-size: 50px;
	    line-height: 50px;
	    margin-top: 0px;
	    margin-bottom: 10px;
	}
	.content-text2 ul {
	    letter-spacing: 1px;
	    font-size: 18px;
	    padding: 15px 30px;
	}
	.content-text2 p {
	    text-transform: none;
	    letter-spacing: 2px;
	    font-size: 13px;
	    line-height: 1.5;
	}
	.content-text2 p {
	    text-transform: none;
	    letter-spacing: 2px;
	    font-size: 18px;
	    line-height: 1.5;
	}
	.content-text2 h4.title-2 {
	    width: 100%;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-size: 50px;
	    line-height: 50px;
	    margin-top: 30px;
	    margin-bottom: 20px;
	}
	.content-text2 .gray-bg-text-section {
	    letter-spacing: 1px;
	    padding: 15px 30px;
	    font-size: 18px;
	}
	.team-header2 {
	    height: calc(50vh - 73px);
	}
	.team-content {
	    height: calc(50vh - 73px);
	}
	.team-block__controls2 {
	    z-index: 999999;
	    position: absolute;
	    margin-top: calc(75vh - 118px);
	    width: 100%;
	}
	.portfolio-header {
	    height: calc(50vh - 73px);
	}
	.portfolio-content {
	    height: calc(50vh - 73px);
	}
	.team-block__controls3 {
	    z-index: 999999;
	    position: absolute;
	    margin-top: calc(75vh - 118px);
	    width: 100%;
	}
	.team-content .team-inner p.team-gray-text {
	    font-size: 18px;
	}
	h3.title-4 {
	    letter-spacing: 1px;
	    font-size: 50px;
	}
	div.title-5 {
	    width: fit-content;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-size: 30px;
	    color: #cc775a;
	    margin-top: -55px;
	    background-color: #0d1f2c;
	    padding: 0px 25px;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 10px;
	}
	.divider1 {
	    background-color: #cc775a;
	    height: 3px;
	    border: none;
	    width: 90%;
	    margin: 30px auto;
	}
	.team-inner p {
	    text-transform: none;
	    letter-spacing: 2px;
	    line-height: 1.5;
	    color: #ffffff;
	    font-size: 18px;
	}
	.team-inner.team-text p {
	    font-size: 18px;
	}
	.vacancy-content .file-upload-wrapper {
	    margin-bottom: 10px !important;
	}
	.vacancy-content p {
	    text-transform: uppercase;
	    font-family: gotham_pro_bold;
	    letter-spacing: 1px;
	    color: #abaca6;
	    font-size: 18px;
	    margin-bottom: 50px !important;
	}
	.services-title {
	    letter-spacing: 4px;
	    font-size: 50px;
	}
	.services-icon {
		height: 220px;
		margin: 30px 0;
	}
	.services-inner p {
	    letter-spacing: 2px;
	    line-height: 1.5;
	    font-size: 18px;
	}
	.services-inner {
	    height: calc(100vh - 146px);
	}
	.team-block__controls {
	    z-index: 999999;
	    position: absolute;
	    margin-top: calc(50vh - 88px);
	    width: 100%;
	}
	.portfolio-content h3.title-1 {
	    letter-spacing: 1px;
	    font-size: 50px;
	    line-height: 50px;
	    margin-bottom: 20px;
	}
	.portfolio-content h4.title-small {
	    letter-spacing: 2px;
	    font-size: 15px;
	    line-height: 15px;
	    margin-top: 17px;
	}
	.portfolio-inner p {
	    letter-spacing: 2px;
	    line-height: 1.5;
	    font-size: 18px;
	}
	.portfolio-content h4.title-small {
	    letter-spacing: 2px;
	    font-size: 30px;
	    line-height: 30px;
	    margin-top: 17px;
	}
	.vacancy-content h3.title-1 {
	    margin-top: 0px;
	    margin-bottom: 30px;
	}
	.vacancy-content p.team-gray-text {
	    font-size: 18px;
	    margin-bottom: 50px !important;
	}



	.vacancy-content label {
	    position: absolute;
	    z-index: 9;
	    left: 35px;
	    line-height: 34px;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    color: #0d1f2c;
	    pointer-events: none;
	    font-size: 16px;
	    margin-bottom: 0px;
	}

	.modal-title {
	    color: #0d1f2c;
	    text-transform: uppercase;
	    font-family: gotham_pro_bold;
	    letter-spacing: 1px;
	    font-size: 50px;
    	margin-bottom: 20px !important;
	    line-height: 55px !important;
    	margin-top: 50px;
	}

	.modal-content p {
	    color: #ffffff !important;
	    text-transform: uppercase !important;
	    font-family: gotham_pro_bold !important;
	    letter-spacing: 1px !important;
	    font-size: 18px !important;
	    line-height: 1;
   		margin-bottom: 50px !important;
	}
	.modal-dialog {
	    max-width: 800px;
	    margin: 0 auto;
	}
	.form-control {
	    -webkit-tap-highlight-color: transparent;
	    background-color: #abaca6;
	    border-radius: 3px;
	    box-sizing: border-box;
	    border: none;
	    clear: both;
	    cursor: pointer;
	    display: block;
	    float: left;
	    font-family: inherit;
	    font-size: 16px;
	    font-weight: normal;
	    width: 100%;
	    height: 34px;
	    color: #ffffff;
	    line-height: 22px;
	    outline: none;
	    text-align: right;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    padding-top: 5px;
	    padding-bottom: 5px;
	    padding-left: 300px;
	    padding-right: 20px;
	    position: relative;
	    -webkit-transition: all 0.2s;
	    transition: all 0.2s;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    white-space: nowrap;
	    margin-bottom: 10px;
	}
	.form-control:active,
	.form-control:hover,
	.form-control:focus {
	    color: #ffffff;
	    background-color: #cc775a;
	    border: none;
	    outline: 0;
	    box-shadow: none;
	    -webkit-transition: all 0.2s;
	    transition: all 0.2s;
	}
	.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  color: #ffffff;
	  opacity: 0.4; /* Firefox */
	}

	.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color: #ffffff;
	  opacity: 0.4;
	}

	.form-control::-ms-input-placeholder { /* Microsoft Edge */
	  color: #ffffff;
	  opacity: 0.4;
	}
	.form {
	  width: 100%;
	  margin-bottom: 10px;
	  overflow: hidden;
	    -webkit-transition: all 0.2s;
	    transition: all 0.2s;
	}
	.file-upload-wrapper {
	    position: relative;
	    width: 100%;
	    text-align: right;
	    height: 70px;
	    padding-right: 20px;
	    line-height: 70px;
	    letter-spacing: 1px;
	    color: #ffffff;
	    -webkit-transition: all 0.2s;
	    transition: all 0.2s;
	}
	.file-upload-wrapper:after {
	    content: attr(data-text);
	    font-size: 16px;
	    position: absolute;
	    top: 0;
	    width: calc(100% - 200px);
	    margin-left: 200px;
	    padding-right: 20px;
	    letter-spacing: 1px;
	    color: #ffffff;
	    padding: 10px 20px;
	    display: block;
	    pointer-events: none;
	    z-index: 30;
	    height: 60px;
	    line-height: 40px;
	    border-radius: 3px;
	    font-weight: 300;
	    -webkit-transition: all 0.2s;
	    transition: all 0.2s;
	}
	.file-upload-wrapper:before {
	    content: 'UPLOAD PHOTO';
	    position: absolute;
	    background-size: cover;
	    background-position: center;
	    top: 0;
	    left: 0;
	    display: inline-block;
	    height: 70px;
	    background: #abaca6;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    color: #0d1f2c;
	    font-weight: 700;
	    text-align: left;
	    z-index: 25;
	    font-size: 16px;
	    line-height: 70px;
	    padding-left: 20px;
	    text-transform: uppercase;
	    pointer-events: none;
	    border-radius: 3px;
	    width: 100%;
	    -webkit-transition: all 0.2s;
	    transition: all 0.2s;
	}
	.file-upload-wrapper input {
	    opacity: 0;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    z-index: 30;
	    height: 70px;
	    margin: 0;
	    padding: 0;
	    display: block;
	    cursor: pointer;
	    width: 100%;
	}
	.upload-img {
	    height: 50px;
	    position: absolute;
	    top: 10px;
	    right: 35px;
	    z-index: 30;
	    pointer-events: none;
	}

	.career-btn {
	    background-color: #abaca6;
	    border-radius: 3px;
	    width: 100%;
	    height: 40px;
	    float: left;
	    line-height: 40px;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    color: #0d1f2c;
	    font-size: 17px;
	    -webkit-transition: all 0.2s;
	    transition: all 0.2s;
	}
	.download-vacancy a img {
	    position: absolute;
	    height: 34px;
	    margin-left: 10px;
	    -webkit-transition: all 0.2s;
	    transition: all 0.2s;
	    z-index: 40;
	}

	[data-tooltip]:before {
		position: absolute;
	    bottom: 15px;
	    left: -73px;
	    margin-bottom: 5px;
	    padding: 12px 8px;
	    width: 200px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	    background-color: #abaca6;
	    letter-spacing: 1px;
	    color: #0d1f2c;
	    font-size: 16px;
	    content: attr(data-tooltip);
	    text-align: center;
	    -webkit-transition: all 0.2s;
	    transition: all 0.2s;
	}

	[data-tooltip]:after {
		position: absolute;
	    bottom: 10px;
	    left: 17px;
	    width: 0;
	    border-top: 5px solid #abaca6;
	    border-top: 10px solid #abaca6;
	    border-right: 10px solid transparent;
	    border-left: 10px solid transparent;
	    content: " ";
	    font-size: 0;
	    line-height: 0;
	    -webkit-transition: all 0.2s;
	    transition: all 0.2s;
	}
	.footer-content ul.footer-contact {
	    list-style: none;
	    padding: 0;
	    margin: 0;
	    display: flex;
	    justify-content: space-around;
	    align-items: center;
	    flex-wrap: no-wrap;
	    font-size: 14px;
	    width: 100%;
	    letter-spacing: 3px;
	    color: #ffffff;
	    padding: 20px 0;
	    border-top: 2px solid #ffffff;
	    border-bottom: 2px solid #ffffff;
	    margin-bottom: 40px;
	}
	.footer-social li a img {
	    height: 25px;
	    filter: brightness(20);
	}
	.copyright {
	    margin-top: 10px;
	    margin-bottom: 10px !important;
	    color: #ffffff;
	    font-size: 14px;
	    letter-spacing: 3px;
	}
	.footer-txt {
	    font-size: 13px;
	}
	.footer-txt span {
	    font-size: 12px;
	}
	.pre-footer-section {
	    margin-top: 65vh !important;
	}
	.footer-section {
	    background-color: #cc775a !important;
	    height: 35vh !important;
	    min-height: 35vh !important;
	    margin-top: 65vh !important;
	    padding: 30px 0 !important;
	}
	.bg-element-1 {
	    background-image: url(../img/elements/about.svg);
	    background-repeat: no-repeat;
	    position: absolute;
	    width: 100%;
	    height: calc(90vh - 266px);
	    background-position: left center;
	    background-size: auto;
	    top: calc(206px + 5vh);
	    pointer-events: none;
	}
	.bg-element-2 {
	    background-image: url(../img/elements/mission.svg);
	    background-repeat: no-repeat;
	    position: absolute;
	    background-position: right center;
	    background-size: auto;
	    z-index: 999999;
	    width: 40%;
	    height: calc(90vh - 266px);
	    top: calc(206px + 5vh);
	    pointer-events: none;
	}
	.bg-element-3 {
		background-image: url(../img/elements/team-1.svg);
	    background-repeat: no-repeat;
	    position: absolute;
	    background-position: left top;
	    background-size: auto;
	    z-index: 999999;
	    width: 100%;
	    height: calc(25vh + 120px);
	    top: 0px;
	    pointer-events: none;
	}
	.bg-element-4 {
		background-image: url(../img/elements/team-2.svg);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: auto;
		z-index: 999999;
		width: 100%;
		position: absolute;
		bottom: 0;
		height: calc(35vh - 60px);
		pointer-events: none;
	}
	.bg-element-5 {
		background-image: url(../img/elements/careers.svg);
		background-repeat: no-repeat;
	    position: absolute;
	    width: 40%;
	    height: calc(90vh - 266px);
	    top: calc(206px + 5vh);
	    background-position: left center;
	    background-size: auto;
	    pointer-events: none;
	}
	.content-text2 {
	    text-align: center;
	    margin-left: 40%;
	    padding-left: 200px;
	    padding-right: 140px;
	}
	.team-content .team-inner {
	    width: 100vw;
	    display: table-cell;
	    vertical-align: middle;
	    height: 100%;
	    padding: 30px 300px;
	}
	.services-inner {
	    padding: 0px 150px;
	}

	.portfolio-content .portfolio-inner {
	    padding: 30px 300px;
	}
}





@media only screen and (max-width:767px) {
	.full-screen-block__slide {
	    overflow-x: hidden;
	}
	.header {
	    background-color: rgba(13, 31, 44, 0.7);
	    border-bottom: 0px solid #cc775a;
	    transition: .3s ease;
	}
	.pp-viewing-page2 .header,
	.pp-viewing-page3 .header,
	.pp-viewing-page4 .header,
	.pp-viewing-page5 .header,
	.pp-viewing-page6 .header,
	.pp-viewing-page7 .header,
	.pp-viewing-page8 .header,
	.pp-viewing-page9 .header,
	.pp-viewing-page10 .header,
	.pp-viewing-page11 .header,
	.pp-viewing-page12 .header,
	.pp-viewing-page13 .header,
	.pp-viewing-page14 .header,
	.pp-viewing-page15 .header,
	.pp-viewing-page16 .header,
	.pp-viewing-page17 .header,
	.pp-viewing-page18 .header,
	.pp-viewing-page19 .header,
	.pp-viewing-page20 .header {
	    background-color: rgba(13, 31, 44, 1);
	    border-bottom: 0px solid #cc775a;
	    transition: .3s ease;
	}
	.header__container {
	    width: 100%;
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.logo img {
	    height: 100px;
	}
	.header__logo {
	    position: relative;
	    display: block;
	    z-index: 3;
	    margin: 0 auto;
	}
	.content-text {
	    padding: 0 15px;
	}
	.content-text p {
	    letter-spacing: 2px;
	    font-size: 11px;
	    line-height: 1.5;
	}
	.vacancy-content p {
	    letter-spacing: 1px;
	}
	.content-text .right-text-section {
	    margin-left: 0%;
	    padding: 0 15px;
	    border-left: 6px solid #cc775a;
	}
	.content-text .right-text-section p {
	    margin-left: 0%;
	    padding: 0px;
	    border-left:0;
	}
	.content-text2 h3{
	     width: 100%;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-size: 25px;
	    line-height: 1.2;
	    color: #ffffff;
	    margin-top: 0px;
	    margin-bottom: 20px;
	}
	.full-screen-block__slide {
	    display: -ms-flexbox;
	    display: block;
	    -ms-flex-align: center;
	    align-items: center;
	    min-height: 1px;
	    background-size: cover;
	    background-position: 50%;
	    padding-top: 180px;
	    padding-bottom: 30px;
	}
	.vw-100 {
	    min-width: auto !important;
	    padding: 0px !important;
	}
	.pt-full {
	    padding-top: 150px !important;
	}
	.bg-element-1 {
	    background-image: url(../img/elements/about.svg);
	    background-repeat: no-repeat;
	    position: absolute;
	    width: 100%;
	    height: calc(100% - 350px);
	    top: 250px;
	    left: 0px;
	    background-position: left center;
	    background-size: auto;
	    pointer-events: none;
	}
	.bg-element-2 {
	    background-image: url(../img/elements/mission.svg);
	    background-repeat: no-repeat;
	    position: absolute;
	    background-position: right center;
	    background-size: auto;
	    z-index: 999999;
	    width: 100%;
	    height: calc(100% - 200px);
	    top: 200px;
	    right: -15px;
	    pointer-events: none;
	}
	.bg-element-3 {
		display: none;
		background-image: url(../img/elements/team-1.svg);
		background-repeat: no-repeat;
		position: absolute;
		background-position: left top;
		background-size: auto;
		z-index: 999999;
		width: 100%;
		height: 70px;
		top: 0px;
		pointer-events: none;
	}
	.bg-element-4 {
		display: none;
		background-image: url(../img/elements/team-2.svg);
	    background-repeat: no-repeat;
	    background-position: right bottom;
	    background-size: auto;
	    z-index: 999999;
	    width: 100%;
	    position: absolute;
	    bottom: 0;
	    height: 30%;
	    pointer-events: none;
	}
	.bg-element-44 {
		background-image: url(../img/elements/team-2.svg);
	    background-repeat: no-repeat;
	    background-position: right bottom;
	    background-size: auto;
	    z-index: 999999;
	    width: 100%;
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    height: 30%;
	    pointer-events: none;
	}
	.bg-element-5 {
		display: none;
		background-image: url(../img/elements/careers.svg);
		background-repeat: no-repeat;
	    position: absolute;
	    width: 40%;
	    height: calc(100vh - 240px);
	    background-position: left center;
	    background-size: auto;
	    top: 180px;
	    pointer-events: none;
	}
	.swiper-slide {
		height: auto;
	}
	.content-text2 {
	    text-align: left;
	    margin-left: 0;
	    padding-left: 15px;
	}
	.mission-block {
	    position: relative;
	    padding: 180px 0px 0px 0px;
	}
	.mission-block2 {
	    position: relative;
	    overflow: hidden;
	    padding: 30px 15px;
	}
	.mission-block2 .content-text2 {
	    padding: 30px 0px 0px 0px;
	}
	.content-text2 h4.title-2 {
	    width: 100%;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-size: 25px;
	    line-height: 1.2;
	    color: #ffffff;
	    margin-top: 0px;
	    margin-bottom: 20px;
	}
	.content-text2 ul {
		display: inline-block;
		list-style: none;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 11px;
		color: #ffffff;
		padding: 0px;
		background: transparent;
	}
	.fullpage-image2 {
	    top: auto;
	    z-index: -1;
	}
	.fullpage-image2 img {
	    position: absolute;
	    top: auto;
	    width: 100%;
	    height: auto;
	    object-fit: cover;
	    z-index: -1;
	    left: 0;
	}
	.fullpage-image2::after {
	    background: #0b1c28 none repeat scroll 0 0;
	    content: "";
	    height: 100vh;
	    left: 0;
	    opacity: 0.3;
	    position: absolute;
	    top: auto;
	    width: 100%;
	    z-index: -1;
	}
	.team-header2 {
	    width: 100vw;
	    height: 140px;
	    background: #abaca6;
	    top: 0px;
	}
	h3.title-4 {
	    font-size: 25px;
	    margin-bottom: 20px;
	    padding: 0px 30px;
	}
	.divider1 {
		display: none;
	}
	div.title-5 {
	    width: fit-content;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-size: 16px;
	    color: #cc775a;
	    background-color: #0d1f2c;
	    padding: 0px 15px;
	    margin-top: -10px;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 10px;
	}
	.team-inner p {
	    text-transform: none;
	    letter-spacing: 2px;
	    line-height: 1.5;
	    color: #ffffff;
	    font-size: 11px;
	}
	.team-content .team-inner p.team-gray-text {
	    font-size: 11px;
	}
	.team-content .team-inner {
		width: 100%;
		padding: 30px 25px;
	}
	.team-content {
	    width: 100%;
	    background: #0d1f2c;
	    height: auto;
	    z-index: 999999;
	    display: block;
	    vertical-align: top;
	    text-align: center;
	    color: #abaca6;
	}
	.team-block__controls2 {
	    z-index: 999999;
	    position: absolute;
	    margin-top: 180px;
	    width: 100%;
	}
	.service-left::after {
	    background: #0b1c28 none repeat scroll 0 0;
	    content: "";
	    height: 100%;
	    left: 0;
	    opacity: 0.7;
	    position: absolute;
	    top: 0;
	    width: 100vw;
	}
	.services-inner::before {
	    background: #cc775a none repeat scroll 0 0;
	    content: "";
	    height: 100%;
	    left: 100vw;
	    position: absolute;
	    top: 0;
	    width: 3px;
	}
	.services-inner {
	    position: relative;
	    padding: 50px 60px;
	    text-align: center;
	    z-index: 999999;
	    display: table-cell;
	    vertical-align: middle;
	    height: calc(100vh - 150px);
	}
	.service-left .services-img, .service-right .services-img {
	    width: calc(100% + 40px);
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    object-fit: cover;
	    z-index: -1;
	}
	.portfolio-header {
	    height: 140px;
	}
	.team-block__controls3 {
	    z-index: 999999;
	    position: absolute;
	    margin-top: 180px;
	    width: 100%;
	}
	.portfolio-content .portfolio-inner {
	    width: 100vw;
	    display: table-cell;
	    vertical-align: middle;
	    text-align: center;
	    height: 100%;
	    padding: 30px 25px;
	}
	.portfolio-content h3.title-1 {
	    width: 100%;
	    float: none;
	    padding: 0px 30px;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-size: 25px;
	    line-height: 30px;
	    color: #cc775a;
	    margin-bottom: 20px;
	}
	.portfolio-content h4.title-small {
	    width: 100%;
	    float: none;
	    text-align: center;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	    font-size: 15px;
	    line-height: 15px;
	    color: #ffffff;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.modal-title {
	    color: #0d1f2c;
	    text-transform: uppercase;
	    font-family: gotham_pro_bold;
	    letter-spacing: 1px;
	    font-size: 20px;
	    margin-top: 20px;
	    margin-bottom: 10px !important;
	    line-height: 25px !important;
	}
	.modal-content p {
	    margin-bottom: 20px !important;
	}
	.modal-content {
	    padding: 10px 20px;
	}
	.services-inner p {
	    text-transform: none;
	    letter-spacing: 1px;
	    line-height: 1.5;
	    color: #ffffff;
	    font-size: 11px;
	}
	.portfolio-inner p {
	    width: 100%;
	    float: left;
	    text-transform: none;
	    letter-spacing: 2px;
	    line-height: 1.5;
	    color: #ffffff;
	    font-size: 11px;
	}
	.vacancy-content h3.title-1 {
	    width: 100%;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-size: 20px;
	    line-height: 25px;
	    color: #cc775a;
	    margin-top: 0px;
	    margin-bottom: 20px;
	}
	.vacancy-content p.team-gray-text {
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    color: #abaca6;
	    font-size: 12px;
	    margin-bottom: 15px !important;
	}
	.vacancy-content h3.title-1.mobile-left {
	    width: 100%;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-size: 20px;
	    line-height: 25px;
	    color: #cc775a;
	    margin-top: 0px;
	    margin-bottom: 20px;
	    text-align: left;
	}
	.vacancy-content p.team-gray-text {
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    color: #abaca6;
	    margin: 0 !important;
	    font-size: 11px;
	    margin-bottom: 30px !important;
	}
	.pr-51 {
	    padding-right: 51px;
	}
	.form-control {
	    padding-left: 130px;
	}
	.vacancy-content {
	    padding: 0 25px;
	}
	[data-tooltip] {
	  position: relative;
	  z-index: 2;
	  cursor: pointer;
	  -webkit-transition: all 0.2s;
	  transition: all 0.2s;
	}

	/* Hide the tooltip content by default */
	[data-tooltip]:before,
	[data-tooltip]:after {
	  visibility: hidden;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	  opacity: 0;
	  pointer-events: none;
	  -webkit-transition: all 0.2s;
	  transition: all 0.2s;
	}

	/* Position tooltip above the element */
	[data-tooltip]:before {
		position: absolute;
		bottom: 9px;
		left: -124px;
		margin-bottom: 5px;
		padding: 7px 6px;
		width: 160px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background-color: #abaca6;
		letter-spacing: 1px;
		color: #0d1f2c;
		font-size: 12px;
		content: attr(data-tooltip);
		text-align: center;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}

	/* Triangle hack to make tooltip look like a speech bubble */
	[data-tooltip]:after {
		position: absolute;
	    bottom: 6px;
	    left: 11px;
	    width: 0;
	    border-top: 5px solid #abaca6;
	    border-top: 10px solid #abaca6;
	    border-right: 10px solid transparent;
	    border-left: 10px solid transparent;
	    content: " ";
	    font-size: 0;
	    line-height: 0;
	    -webkit-transition: all 0.2s;
	    transition: all 0.2s;
	}

	/* Show tooltip content on hover */
	[data-tooltip]:hover:before,
	[data-tooltip]:hover:after {
	  visibility: visible;
	  z-index: 80;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	  opacity: 1;
	  -webkit-transition: all 0.2s;
	  transition: all 0.2s;
	}


	.pre-footer-section {
	    margin-top: 0vh !important;
	}
	.pre-footer-section.active {
	    margin-top: 0vh !important;
	}
	.pre-footer-section::after {
		display: none;
	    background: #0b1c28 none repeat scroll 0 0;
	    content: "";
	    height: 100%;
	    left: 0;
	    opacity: 0.8;
	    position: absolute;
	    top: 0vh;
	    width: 100vw;
	    z-index: 50;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.pre-footer-section.active::after {
	    opacity: 0;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	    pointer-events: none;
	}
	.footer-section {
	    background-color: #cc775a !important;
	    min-height: calc(100vh - 150px) !important;
	    margin-top: 150px !important;
	    padding: 0 !important;
	    display: table-cell;
	    vertical-align: middle;
	}
	.footer-section .full-screen-block__slide-inner {
	    position: relative;
	    display: table-cell;
	    vertical-align: middle;
	    height: calc(100vh - 150px) !important;
	}

	.footer-logo img {
		height: auto;
	    width: 100%;
	    filter: brightness(20);
	    margin-bottom: 30px;
	    padding-top: 50px;
	}
	.footer-content ul.footer-contact {
	    list-style: none;
	    padding: 0;
	    margin: 0;
	    display: block;
	    font-size: 12px;
	    text-align: center;
	    width: 100%;
	    letter-spacing: 2px;
	    color: #ffffff;
	    padding: 20px 0;
	    border-top: 2px solid #ffffff;
	    border-bottom: 2px solid #ffffff;
	    margin-bottom: 30px;
	}
	.footer-content ul.footer-contact li {
	    padding: 10px 0;
	}
	.footer-social li a img {
	    height: 30px;
	    filter: brightness(20);
	}
	.copyright {
	    margin-top: 5px;
	    margin-bottom: 0px !important;
	    color: #ffffff;
	    font-size: 12px;
	    letter-spacing: 2px;
	}
	.footer-txt {
	    color: #ffffff;
	    font-size: 12px;
	    margin-bottom: 0px !important;
	    padding-bottom: 50px;
	}
	.footer-social li {
	    margin-top: 0px;
	    margin-left: 10px;
	    margin-right: 10px;
	    margin-bottom: 25px;
	}

	.nice-select .current {
		width: 100%;
	    position: absolute;
	    color: #ffffff;
	    line-height: 20px;
	    z-index: 9;
	    text-align: left;
	    right: 0;
	    padding-left: 20px;
	    padding-right: 20px;
	    background-color: #abaca6;
	    -webkit-transition: all 0.2s;
	    transition: all 0.2s;
	}
	.pre-footer-section,
	.portfolio-inner,
	.team-inner,
	.mission-block2,
	.services-slider,
	.footer-section {
		padding-bottom: 150px !important;
	}
	.right-text-section {
		margin-bottom: 150px !important;
	}
	.anchor-arrow-img {
	    bottom: 150px;
	}
	.first-section .full-screen-block__subtitle {
		margin-top: -150px;
	}
}

.first-section {
    display: -ms-flexbox;
    display: flex;
}
.vacancy-content .file-upload-wrapper {
    width: 100%;
    margin-bottom: 6px;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.career-btn {
    border: none;
}
b, strong {
    font-weight: 900 !important;
    text-transform: uppercase;
    font-family: gotham_pro_bold;
    letter-spacing: 1px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-appearance: menulist-button;
    background-color: #abaca6 !important;
    background-image: none !important;
    color: #ffffff !important;
}

.first-section .fullpage-image::after {
    background: #0b1c28 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2 !important;
    position: absolute;
    top: 0;
    width: 100%;
}


.footer-content ul.footer-contact {
    color: #ffffff !important;
}

