/*@font-face {
	font-family: "Gotham Pro";
	src: url("../fonts/gothampro.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}*/







@font-face {
	font-family: 'GothamPro';
	src: url('../fonts/GothamPro/GothamPro.eot?') format('eot'), 
	     url('../fonts/GothamPro/GothamPro.otf')  format('opentype'),
	     url('../fonts/GothamPro/GothamPro.woff') format('woff'), 
	     url('../fonts/GothamPro/GothamPro.ttf')  format('truetype'),
	     url('../fonts/GothamPro/GothamPro.svg#GothamPro') format('svg');
	
	font-style: normal;
	font-weight: 400;
	
}
/*
@font-face {
	font-family: "GothamPro";
	src: url("../_fonts/gothampro.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}*/

/*@font-face {
    font-family: 'GothamPro';
    src: local('Gotham Pro Regular'), local('Gotham-Pro-Regular'),
        url('../fonts/GothamPro2/GothamPro.woff2') format('woff2'),
        url('../fonts/GothamPro2/GothamPro.woff') format('woff'),
        url('../fonts/GothamPro2/GothamPro.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }*/



@font-face {
	font-family: 'GothamPro';
	src: url('../fonts/GothamPro-Medium/GothamPro-Medium.eot?') format('eot'), 
	     url('../fonts/GothamPro-Medium/GothamPro-Medium.otf')  format('opentype'),
	     url('../fonts/GothamPro-Medium/GothamPro-Medium.woff') format('woff'), 
	     url('../fonts/GothamPro-Medium/GothamPro-Medium.ttf')  format('truetype'),
	     url('../fonts/GothamPro-Medium/GothamPro-Medium.svg#GothamPro') format('svg');
	
	font-style: normal;
	font-weight: 600;
	
}


/*@font-face {
	font-family: "Artegra Sans Extended";
	src: url("../fonts/ArtegraSansExRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: "Artegra Sans Extended";
	src: url("../fonts/ArtegraSansExBold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: "Artegra Sans Extended";
	src: url("../fonts/ArtegraSansExExtraBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 900;
}*/


@font-face {
    font-family: 'Artegra Sans Extended';
    src: local('Artegra Sans Extended SemiBold'), local('Artegra-Sans-Extended-SemiBold'),
        url('../fonts/ArtegraSansExSemiBold/ArtegraSansExSemiBold.woff2') format('woff2'),
        url('../fonts/ArtegraSansExSemiBold/ArtegraSansExSemiBold.woff') format('woff'),
        url('../fonts/ArtegraSansExSemiBold/ArtegraSansExSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
  }

@font-face {
	font-family: "Artegra Sans Extended";
	src: url("../fonts/ArtegraSansExSemiBold.woff2") format("woff2");
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: "Artegra Sans Extended";
	src: url("../_fonts/ArtegraSansExRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: "Artegra Sans Extended";
	src: url("../_fonts/ArtegraSansExBold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: "Artegra Sans Extended";
	src: url("../_fonts/ArtegraSansExExtraBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 900;
}










.mob-open-btn, .stories-text-mob-show,.open-img.vacancy-filter-mob .btn-name{
	display: none;
}
/*
* {
	color: #051320;
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
}
*/
body {
	min-width: 320px;
	overflow-x: hidden;
	
	color: #051320;
	/*font-family: Gotham Pro;*/
	font-family: 'GothamPro';
	
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
}
header, main {
	position: relative;
}
.container{
	padding: 0 100px;
}
@media (min-width: 1800px)
{
	.container {
		max-width: 1806px;
	}
}
.description p {
	line-height: 150%;
	margin-bottom: 10px;
	font-size: inherit;
}
.header-bg{
	background-image: url(/bitrix/templates/icongroup/include/mainpage_banner/gradient_bg-new.png);
	background-color: #061523;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
header.header {
	position: relative;
}
header.header .header-size {
	padding-bottom: 24px;
	padding-top: 20px;
}
.header .logo {
	text-align: right;
    margin-right: 25px;
	width: 94px;
}
.header .navigation-block {
	height: 100%;
	position: relative;
	z-index: 50;
}
.navigation-block .nav-main {
	display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-left: 120px;
    padding-right: 5px;
	justify-content: flex-start;
}

.nav-main li{
    list-style: none;
    margin-right: 10px;
    margin-right: 32px;
}
.nav-main li, .nav-main li a {
	color: #EEEEEE;
    user-select: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	/*font-weight: 500;*/
}
.nav-main li:hover, .nav-main li a:hover {
	/*color: #D85149;*/
	color: #336EE7;
}

header .navigation-block > div{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	margin: 0;
}

header .phone-number-block a{
	line-height: 112%;
	margin: auto 5px;
}


.header .mobile-menu {
	display: none;
}
.header .phone-number-block {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-left: 21px;
	z-index: 50;
    position: relative;
	align-items: flex-end;
    height:100%;
}
.phone-number-block a {
	color: #EEEEEE;
    font-size: 20px;
    text-decoration: none;
	/*letter-spacing: 0.1px;*/
}
.phone-number-block span.request_call {
	color: #D85149;
    text-decoration: none;
	border-bottom: 1px solid #d8514963;
	cursor: pointer;
	margin-top: 8px;
	display: none;
}
.phone-number-block span.request_call:hover {
	border-bottom: none;
}
.fancybox-close-custom {
	background: url(/images/popup-close-grey.png) no-repeat;
	position: absolute;
	top: 30px !important;
    right: 30px !important;
    padding: 0;
    width: 15px;
    height: 15px;
	opacity: 1;
	background-size: cover;
}
.fancybox-navigation-custom {
	width: 100%;
	height: 100%;
	opacity: 0;
}
.fancybox-navigation-custom.active {
	opacity: 1;
}
.fancybox-navigation-custom .fancybox-button--arrow_left {
	transform: rotate(180deg);
	right: 0;
	left: -20px;
}
.fancybox-navigation-custom .fancybox-button--arrow_left, .fancybox-navigation-custom .fancybox-button--arrow_right {
	background: #fff;
	width: 43px;
	height: 43px;
	display: inline-block;
	border-radius: 50px;
	right: -20px;
	visibility: visible;
	opacity: 1;
	padding: 0;
	top: 0;
    bottom: 0;
    margin: auto 0;
}
.fancybox-navigation-custom .fancybox-button--arrow_left:before, .fancybox-navigation-custom .fancybox-button--arrow_right:before {
	content: "";
	background: url(../images/slider-arrow.png) no-repeat;
	width: 16px;
	height: 19px;
	display: flex;
    align-items: center;
    margin: auto;
}
.fancybox-navigation-custom .fancybox-button--arrow_left:after, .fancybox-navigation-custom .fancybox-button--arrow_right:after {
	content: "";
	width: 63px;
	height: 63px;
	border: 2px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    right: 0;
    margin: auto;
    border-radius: 50px;
}
.fancybox-slide .fancybox-content {
	overflow: unset !important;
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.5 !important;
}
.fancybox-content {
	border-radius: 5px;
    overflow: hidden !important;
    border: 1px solid #051320;
}
.banner {
	position: relative;
	overflow: hidden;
}
.main-banner {
	height: 702px;
	display: flex;
}
.main-banner .title-text {
	width: 100%;
    height: calc(100% - 12px);
	display: flex;
}
.main-banner .title-text-text {
	color: #EEEEEE;
    width: 100%;
    max-width: max-content;
	display: flex;
	margin: auto;
    padding-right: 80px;
    margin-top: 140px;
}
.main-banner .title-text .banner-title {
	color: inherit;
    font-size: 60px;
    line-height: 134%;
    font-family: 'Artegra Sans Extended';
    /*font-weight: bold;*/
	font-weight: 600;
    text-transform: uppercase;
	/*letter-spacing: 1px;*/
	margin-bottom: 30px;
	padding-right: 17%;
}
.main-banner .title-text .banner-undertitle {
	color: inherit;
	font-size: 20px;
}
.main-banner .right-image-banner {
	position: absolute;
    right: 0px;
    top: -91px;
	z-index: 10;
}
.main-banner .right-image-banner .mobile {
	display: none;
}
.vacancy-slider-wrapper .border-left-right{
	padding: 0 100px;
}
.vacancy-slider-block {
	position: relative;
	z-index: 105;
	padding-bottom: 50px ;
}
.vacancy-slider-block .vacancy-pos {
	display: flex;
}
.vacancy-slider-block .vacancy-left {
	display: flex;
    margin-left: 9.2%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
    z-index: 105;
}
.vacancy-slider-block .vacancy-left .title-vacancy {
	font-size: 30px;
    font-family: 'Artegra Sans Extended';
    line-height: 130%;
    color: #EEEEEE;
    font-weight: bold;
    text-transform: uppercase;
	/*letter-spacing: 0.1px;*/
    padding: 25px 31px 26px 26px;
}
.vacancy-slider-block .vacancy-left .link-to-vacancy {
	background: #D85149;
	position: relative;
	transition: all 0.4s;
}
.vacancy-slider-block .vacancy-left .link-to-vacancy:after {
	content: "";
	position: absolute;
    right: 10px;
    top: 10px;
    width: 14px;
    display: inline-block;
    background: url(../images/vector.png) no-repeat;
    height: 14px;
}
 .vacancy-left .link-to-vacancy a {
	width: 100%;
    height: 100%;
    display: block;
}
.vacancy-slider-block .vacancy-left .link-to-vacancy:hover {
	background: transparent;
}
 .vacancy-left .link-to-vacancy a span {
	display: inline-block;
    font-family: 'Artegra Sans Extended';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    color: #ECF3F8;
    padding: 11px 0px 14px 27px;
}
.vacancy-slider-block .vacancy-right {
	width: 100%;
	z-index: 100;
}
.vacancy-slider-block .vacancy-right .vacancy-slider {
	height: 100%;
	width: 100%;
	position: relative;
}
.vacancy-slider-block .vacancy-right .vacancy-item {
    height: 100%;
}
.vacancy-slider-block .vacancy-right .vacancy-item a {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
	height: 100%;
	text-decoration:none;
}
.vacancy-right .vacancy-item .item-top::after{
	content: "";
	margin-top: -5px;
    content: "";
	background-image: url("/images/arrow-right-c.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}
.vacancy-right .vacancy-item .item-top {
	display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 15px;
	padding: 0 20px;
	z-index: 2;
}
.vacancy-right .vacancy-item .item-bottom{
	z-index: 2;
}
.vacancy-right .vacancy-item .vacancy-name {
	font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    color: #EEEEEE;
    opacity: 0.8;
    text-transform: uppercase;
    margin-left: 20px;
    margin-top: 4px;
}
.vacancy-right .vacancy-item .label {
	margin-right: 20px;
}
.vacancy-right .vacancy-item {
	height: 160px!important;
	padding-top: 5px;
}
.item-top .label{position: relative;}
.item-top .label img{
	padding: 7px 10px;
	max-width: 90px!important;
	max-height: 25px;
}
.vacancy-bg{
	width: 100%;
    top: 0;
    position: absolute;
}
.vacancy-logo-bg{
    height: 100%;
	border-radius: 30px;
}
.vacancy-item-bg{
    height: 160px;
	border-radius: 30px;
	z-index: 0;
}
.vacancy-right .vacancy-item .item-bottom .description-item {
	font-size: 18px;
    color: #EEEEEE;
    margin-left: 21px;
    margin-bottom: 24px;
    /*letter-spacing: 0.2px;*/
	margin-right: 15px;
}
.vacancy-slider-wrapper {
	position: relative;
	overflow: hidden;
}
.vacancy-slider-block .swiper-button-prev:after, .vacancy-slider-block .swiper-button-next:after {
	content: "";
	background: url(../images/arrow-right-white.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
}
.swiper-button-next, .swiper-button-prev{
	position: relative;
}
.vacancy_nav{
	display: flex;
    padding-bottom: 37px;
    padding-top: 20px;
	padding-left: 5px;
	gap: 15px;
}
.vacancy_nav_btns{
    display: flex;
    align-items: center;
}
.vacancy-slider-block .swiper-button-prev, .vacancy-slider-block .swiper-button-next {
	border: 1px solid #636C74;
    border-radius: 50%;
    width: 38px;
    height: 38px;
}
.vacancy-title{
	color: #fff;
	font-size: 20px;
}
.vacancy-slider-block .swiper-button-prev:after {
	transform: rotate(180deg);
}
.vacancy-slider-block .swiper-pagination {
    color: #ECF3F8;
    position: relative;
    width: 77px;
	font-family: 'Artegra Sans Extended';
	/*letter-spacing: -2px;*/
	top: 0px;
}
.vacancy-slider-block .swiper-pagination .swiper-pagination-current {
	color: inherit;
	font-size: 16px;
	line-height: 130%;
	text-transform: uppercase;
	font-family: inherit;
	font-weight: bold;
	/*letter-spacing: 0px;*/
}
.vacancy-slider-block .swiper-pagination .swiper-pagination-total {
	color:inherit;
	font-family: inherit;
	font-size: 11px;
	line-height: 130%;
	text-transform: uppercase;
	opacity: 0.7;
	/*letter-spacing: 0px;*/
}
.border-radius-30{
	border-radius: 30px;
}
.info-block{
	padding-bottom: 24px;
	margin-bottom: 45px;
}
.about-company-wrapper {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
}
.about-wrapper {
	padding:92px 0px 45px 16px;	
}
.about-company .about-block .title{
	margin-left: -10px;
}
.about-block .about-title {
	width: 50%;
    margin-top: 1px;
}
.about-title span {
	font-family: 'Artegra Sans Extended';
    text-transform: uppercase;
    font-size: 35px;
    /*font-weight: bold;*/
	font-weight: 600;
    width: 80%;
    display: block;
    line-height: 126%;
}
.about-title.main-title i{
	white-space: nowrap;
	font-style: inherit;
}
.about-block .about-cols {
	display: flex;
	    margin-top: 46px;
}
.about-block .about-cols .about-col1 {
	margin-top: 1px;
	width: 50%;
}
a.about-video {
	display: block;
    position: relative;
}
a.about-video .about-video-title {
	position: absolute;
    bottom: 60px;
    font-family: 'Artegra Sans Extended';
    font-size: 20px;
    line-height: 130%;
    color: #E9EAEB;
    text-transform: uppercase;
    font-weight: bold;
    left: 28px;
}
a.about-video .about-video-undertitle {
	position: absolute;
    bottom: 32px;
    font-size: 16px;
    line-height: 130%;
    left: 27px;
    color: #E9EAEB;
}
a.about-video .about-video-icon {
	background: url(../images/view-video.png) no-repeat;
    position: absolute;
    top: 10px;
    width: 101px;
    height: 105px;
    left: 11px;
}
a.about-video .about-video-icon:after {
	content: "";
	position: absolute;
	background: url(../images/play_arrow.png) no-repeat;
	width: 20px;
    height: 20px;
    top: 5px;
    bottom: 0;
    margin: auto;
    left: 11px;
    right: 0;
}
.about-block .about-cols .about-col2 {
	margin-top: 40px;
    width: 50%;	
}
.about-cols .left-block{
	padding-right: 25px;
}
.about-benefits .row{
	justify-content: space-between;
    gap: 23px;
    position: relative;
    margin-right: -1px;
}
.about-benefits .about-item:last-child{
	max-width: 100%!important;
	width: 100%;
}
.about-benefits .about-item:last-child .about-item-bottom{
	width: 60%;
	line-height: 20px;
	margin-top: 16px;
}
.background-grey{
	background: #F4F5F8;
}
.about-benefits .about-item{
	position: relative;
    max-width: 255px;
    height: 180px;
	margin-bottom: 5px;
}
.about-benefits .about-item .item-body{
	position: absolute;
    bottom: 23px;
    left: 21px;
	width: 100%;
}
.about-item .about-item-top .about-text-big {
	font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: bold;
}
.about-item .about-item-top .about-text-small {
	/*letter-spacing: 0.3px;*/
    font-size: 16px;
    line-height: 130%;
    font-weight: bold;
    margin-left: 2px;
}
.about-benefits .about-item:last-child .item-body{
	bottom: 19px;
}
.about-text-small span{
	font-family: monospace;
	margin-left: -5px;
}
.about-item .about-item-top .about-item-bottom{
	margin-top: 11px;
}
.about-item.position-absolute{
	right: -50%;
    background: transparent;
    color: #fff;
    bottom: 0;
}
.about-item.position-absolute .item-body{
    left: 47px;
    bottom: 29px;
}
.about-item.position-absolute .item-body .about-text-big{
	font-size: 26px;
}
.info-wrapper{
	padding: 38px 32px 8px;
}
.info-description{
	max-width: 75%;
    line-height: 24px;
    margin-top: 26px;
	margin-left: 4px;
}
.info-benefits{
	padding-top: 8px;
	padding-left: 14px;
}
.info-block .info-title{
	/*letter-spacing: 0.6px;*/
}
.info-benefits .info-item{
	margin-bottom: 21px;
}
.info-benefits .info-item .info-top-name {
	position: relative;
    font-size: 20px;
	/*letter-spacing: 0.3px;*/
    line-height: 130%;
    font-weight: bold;
	color: #000;
    white-space: nowrap;
}
.info-benefits .info-item:last-child{
	padding-right: 20%;
}
.info-benefits .info-item .info-bottom {
	font-size: 16px;
    opacity: 0.8;
    line-height: 150%;
    width: 100%;
    margin-top: 9px;
}
.icontext-line:after{
	content: "";
	/*background-image: url(/images/icontext-line.png);*/
	background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
	margin-top: 75px;
    margin-left: 13px;
}
.included-wrapper {
	padding: 38px 32px;
}
.included-cols {
	display: flex;
}
.included-cols .included-col {
	width: 50%;
}
.included-col .included-title {
/*letter-spacing: 0.6px;*/
}
.included-col .included-agency {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 59px;
    width: 100%;
}
.included-col .included-agency .agency-item {
	display: flex;
    margin-right: 17px;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    width: 139px;
    height: 52px;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}
.included-col .included-agency .agency-item a {
	height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.included-col .included-description {
	width: 83%!important;
    font-size: 16px;
    line-height: 150%;
    opacity: 0.8;
	margin-top: 8px;
    margin-left: 14px;
}
.included-col .included-description p {
	line-height: 1.5;
	margin-bottom: -5px;
}
.about-company-wrapper > span, .about-work > span{
	margin-top: 77px;
    margin-left: 2px;
	margin-bottom: 43px;
	/*letter-spacing: 0.6px;*/
}
.about-company-wrapper > span{
    margin-bottom: 45px;
    margin-top: 76px
}
.culture-item{
	background: #f4f5f8;
    padding: 36px 30px 30px;
    margin-bottom: 20px;
}
.culture-item{position: relative}
.team-culture-right .person-photo{
	height: 110px;
	width: 110px;
	overflow: hidden;
	border-radius: 50%;
}
.team-culture-right .person-photo img{
	height: 100%;
	width: auto!important;
}
.photo-mob-about-work{
	height: 262px;
	border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.photo-mob-about-work img{
	/*height: 100%;
	max-width: none;*/
	position: absolute;
	border-radius: 30px;
	width: 100%;
	
}
.team-culture-right .names{
	margin: auto 0;
	margin-left: -38px;
}
.team-culture-right .names .name, .team-working-left .name{
	font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}
.workers-stories .team-culture-right .names{
	margin-left: 0px;
	margin-top: 21px;
}
.workers-stories .team-culture-right .names .name{
	margin-bottom: 14px;
}
.workers-stories .team-culture-right .names .position{
	line-height: 19px;
}
.about-company-wrapper .title{
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 20px;
	/*font-weight: bold;*/
	font-weight: 600;
}
.culture-content{display: none;}
.culture-content ul{
    float: right;
    margin-top: 35px;
    line-height: 22px;
}
.culture-content li{
	padding-bottom: 20px;
	list-style-image: url(/images/list-plus-icon.png); 
	opacity: 0.8;
}
.culture-content .line-culture{
	position: absolute;
    bottom: 0;
	left: 0;
}
.open-img{
	position: absolute;
    right: 18px;
    width: auto;
	top: 91px;
    margin-top: -18px;
	cursor: pointer;
}
.open-img.active{
	transform: rotate(180deg);
    transition: all .3s linear;
}
.about-work .row > div{
	margin-bottom: 29.5px;
}
.about-work .name{
    margin: 19px 0 8px;
    font-weight: bold;
    font-size: 23px;
    line-height: 29px;
	/*letter-spacing: -0.5px;*/
}

.about-work .row > div:nth-child(5) .name{
	padding-right: 30%;
}
.about-work .row > div:nth-child(6) .name{
	padding-right: 20%;
}
.about-work .row > div:nth-child(4) .name {
    padding-right: 35%;
    margin-bottom: 4px;
}
/*.about-work .row > div:first-child, .about-work .row > div:nth-child(4){
	padding-left: 4px;
	padding-right: 17px;
}
.about-work .row > div:last-child, .about-work .row > div:nth-child(3){
	padding-right: 4px;
	padding-left: 17px;
}*/
.about-work .description{
	line-height: 21px;
    opacity: .8;
}
.check-vacancy-block{
	background:#061523;
	min-height: 320px;
	margin-top: 71px;
	position: relative;
}
.check-vacancy-block .text-content{
	z-index: 9;
    padding: 78px 12px 27px;
}
.check-vacancy-block .vacancy-img{
	position: absolute;
    right: 0;
    width: auto;
    padding: 0;
	height: -webkit-fill-available;
}
.check-vacancy-block .title {
    font-family: 'Artegra Sans Extended';
    font-size: 38px;
    text-transform: uppercase;
	color: #fff;
    text-align: left;
    line-height: 116%;
    margin-bottom: 35px;
	font-weight: 600;
}
.check-vacancy-block .undertitle {
	font-size: 15px;
    color: #fff;
    line-height: 20px;
    margin-top: 7px;
    text-align: left;
    /*letter-spacing: 0.5px;*/
    width: 36%;
}
.cheack-work-btn{
	margin-top: 33px;
}
.cheack-work-btn a, .team-tabs .active {
	color: #fff;
    font-size: 16px;
    border-radius: 25px;
    background: #D85149;
    text-transform: initial;
    padding: 15px 31px;
	font-weight: 600;
}
div.check-vacancy-block div.cheack-work-btn a
{
	/*font-family: 'Gotham Pro';*/
	font-family: 'GothamPro';
}
.cheack-work-btn a:hover, .team-tabs li.tab-item.active:hover {
	text-decoration: none!important;
	background: #b03e38!important;
}
.line-vacancy{
	position: absolute;
	bottom: 0;
	right: 0;
}

.team-block {
	padding-top: 19px;
	padding-bottom: 80px;
}
.team-block .title {
	display: inline-block;
    font-family: 'Artegra Sans Extended';
    font-weight: 900;
    font-size: 44px;
    text-transform: uppercase;
    line-height: 130%;
}
.team-block .undertitle {
	font-size: 16px;
    color: #3A65BD;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Artegra Sans Extended';
    display: inline-block;
    margin-left: 33px;
    max-width: 208px;
    line-height: 130%;
}
.team-tabs-block {
	margin-top: -15px;
}
.team-tabs-block .team-topline {
	display: inline-block;
    width: 100%;
    margin-top: 17px;
}
.team-topline .team-tabs {
	width: 100%;
    display: flex;
    padding: 0;
	gap: 15px;
}
.team-tabs li.tab-item {
    cursor: pointer;
    padding: 15px 31px;
	font-size: 16px!important;
    list-style: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
	background: #F4F5F8;
}

.team-tabs-block .tab_content:not(:first-child) {
	display: none;
}

.team-tabs li.tab-item:hover {
	color: #fff;
	background: #051320;
}
.team-tabs li.tab-item.active {
	color: #fff;
    background: #D85149;
	opacity: 1;
}
.team-content {
	margin-top: 7px;
}
.team-item-wrapper {
	display: inline-block;
    width: 100%;
}
.team-item-content {
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.team-item-content .left-block {
	width: 48%;
}
.team-item-content .left-block .team-menu-block {
	margin-top: 11px;
}
.team-item-content .left-block .team-menu-block .team-menu {
	display: flex;
    flex-direction: column;
    width: 87%;
}
.team-menu .team-menu-item {
	height: 124px;
    display: flex;
    border-bottom: 1px solid #A9ADB1;
    align-items: center;
    justify-content: space-between;
	cursor: pointer;
}
.team-menu .team-menu-item:first-child {
    border-top: 1px solid #A9ADB1;
}
.team-menu .team-menu-item:hover {
	background: url(../images/team-menu-item.png) no-repeat;
	background-size: cover;
}
.team-menu .team-menu-item:hover .number {
	color: #EEEEEE;
}
.team-menu .team-menu-item:hover .name {
	color: #EEEEEE;
}
.team-menu .team-menu-item:hover svg path {
	fill: #fff;
}
.team-menu .team-menu-item .number {
	font-size: 14px;
    font-family: 'Artegra Sans Extended';
    opacity: 0.4;
    font-weight: bold;
    margin-left: 20px;
}
.team-menu .team-menu-item .name {
	margin-right: auto;
    margin-left: 72px;
    font-family: 'Artegra Sans Extended';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 130%;
}
.team-menu .team-menu-item svg {
	margin-right: 30px;
}
.team-menu .team-menu-item svg path{
	fill: #051320;
}

.team-item-content .right-block {
	width: 50%;
}
.team-dream-block {
	position: relative;
	display: block;
	width: 100%;
	height: 567px;
	margin-top: 18px;
}
.team-item-content .team-dream-block .image-1 {
	position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 10;
}
.team-item-content .team-dream-block .image-2 {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.team-item-content .team-dream-block .ellipse {
	position: absolute;
    left: 13px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.team-item-content .team-dream-block .ellipse-star {
	position: absolute;
    right: 30%;
    top: 29%;
}
.team-item-content .team-dream-block .team-text {
	position: absolute;
    bottom: 31%;
}
.team-subtabs .team-subtab-item {
	display: none;
}
.team-subtabs {
	position: relative;
	display: none;
}
.team-subtabs .subtabs-to-back {
	color: #3A65BD;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	top: -36px;
	cursor: pointer;
}
.team-subtabs .subtabs-to-back:before {
	content: "";
	background: url(../images/arrow-left-blue.png) no-repeat;
	width: 31px;
    height: 11px;
    display: inline-block;
    margin-right: 10px;
}
.t-d-block .number {
	font-family: 'Artegra Sans Extended';
    font-size: 14px;
    opacity: 0.4;
    font-weight: bold;
    margin-bottom: 8px;
}
.t-d-block .title {
	font-size: 24px;
	display: block;
}
.t-d-block .description {
	opacity: 0.8;
    display: inline-block;
    width: 67%;
    margin-top: 33px;
    line-height: 150%;
}
.team-item-content .photo-gallery-in {
	column-count: 4;
    column-gap: 35px;
}
.team-item-content .photo-gallery-in.no-7{
	column-count: 3!important;
}
.culture-content .detail-text p, .workers-stories .culture-content .detail-text{
	font-size: 15px;
    padding-top: 7px;
    line-height: 22px;
    font-weight: normal;
}
.workers-stories .culture-content .detail-text{
    padding-right: 113px;
}
.photo-gallery.cols-3-dif {
	column-count: 3;
	display: block;
}
.photo-gallery.cols-3-dif .photo-item {
	width: 100%;
}
.photo-gallery.cols-3 .photo-item:nth-child(3n+3) {
	margin-right: 0;
}
.photo-gallery.cols-3 .photo-item:nth-child(3n+1) {
	margin-left: 0;
}
.photo-gallery.cols-2 .photo-item {
	width: calc(50% - 20px);
}
.photo-gallery.cols-2 .photo-item:nth-child(2n+2) {
	margin-right: 0;
}
.photo-gallery.cols-2 .photo-item:nth-child(2n+1) {
	margin-left: 0;
}
.template .photo-item a img {
	position: absolute;
    top: 0;
    height: 100%;
	max-width: none!important;
}
.photo-item{
    overflow: hidden;
	margin-bottom: 30px;
}
.template .photo-item{
    height: 243px;
    position: relative;
}
.template .photo-gallery-in:not(.no-7) .photo-item:first-child{
	width: 160px!important;
}
.template .photo-gallery-in:not(.no-7) .photo-item:nth-child(3){
	width: 350px!important;
	margin-left: -96px;
}
.template .photo-gallery-in:not(.no-7) .photo-item:nth-child(5){
	height: 517px!important;
}

.template .photo-gallery-in:not(.no-7) .photo-item:first-child img,
.template .photo-gallery-in:not(.no-7) .photo-item:nth-child(5) img{
	margin-left: -50%;
}
footer .about-company-wrapper{
	margin-left: 16px;
}
span+.row, .team-tabs-block, .corporate-store-block{
	margin-left: 5px;
	margin-right: 5px;
}
.about-work span+.row{
	margin-left: -5px;
	margin-right: -5px;
}
.corporate-store-block .bg-grey-store{
	position: absolute;
    width: 100%;
    background: #F4F5F8;
    height: 481px;
    top: 35px;
    border-radius: 30px;
}
.corporate-store-block {
	position: relative;
	margin-bottom: 85px;
}
.corporate-store-block .img-store{
	z-index: 9;
}
.corporate-store-block .img-store img{
	margin-left: -10px;
    margin-top: -25px;
}
.corporate-store-block .text-block {
	padding-top: 87px;
    padding-left: 16px;
	z-index: 9;
}
.corporate-store-block .text-block .title {
	font-family: 'Artegra Sans Extended';
	font-weight: 600;
	font-size: 35px;
	line-height: 123%;
	text-transform: uppercase;
	/*letter-spacing: -0.7px;*/
}
.corporate-store-block .text-block .description {
	line-height: 145%;
	opacity: 0.8;
	width: 50%;
	margin-top: 20px;
}

.stories-block {
	padding-top: 207px;
	padding-bottom: 130px;
}
.stories-block .title {
	display: inline-block;
    font-family: 'Artegra Sans Extended';
    font-weight: 900;
    text-transform: uppercase;
    font-size: 44px;
}
.stories-block .stories-block-items {
	margin-top: 72px;
}
.stories-block-items .stories-item {
	border: 1px solid #000;
    border-radius: 10px;
	display: flex;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.stories-item .topline {
	display: flex;
    margin-top: 39px;
    margin-left: 44px;
}
.topline .image-user {
	width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 1px solid #000;
}
.topline .name-block {
	margin-left: 25px;
    margin-top: 16px;
}
.topline .name-block .name {
	font-family: 'Artegra Sans Extended';
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 130%;
}
.topline .name-block .position {
	margin-top: 11px;
    font-size: 14px;
    line-height: 150%;
}
.stories-item .benefits {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 35px;
    margin-left: 43px;
}
.stories-item .benefits .benefit-item {
	width: 44%;
    margin-bottom: 28px;
    min-height: 76px;
}
.stories-item .benefits .benefit-item .title {
	font-size: 16px;
    line-height: 130%;
    max-width: 65%;
}
.stories-item .benefits .benefit-item .undertitle {
	opacity: 0.8;
    line-height: 150%;
    margin-top: 13px;
    width: 80%;
}
.stories-block-items .stories-item .story-text {
    width: 62%;
    margin-top: 59px;
    opacity: 0.8;
    line-height: 150%;
	position: relative;
}
.stories-block-items .stories-item .story-text:before {
	content: "";
	background: url(../images/quote.png) no-repeat;
    width: 87px;
    height: 65px;
    position: absolute;
    top: -16px;
    left: -36px;
    background-size: cover;
}
.stories-block-items .stories-item .btn-more-block {
	margin-top: 32px;
}
.stories-block-items .stories-item .btn-more-block .read-more-btn {
	background: transparent;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #051320;
    outline: none;
    padding: 10px 139px 10px 30px;
    line-height: 130%;
    font-size: 16px;
    font-weight: bold;
	position: relative;
	transition: all 0.3s;
}
.stories-block-items .stories-item .btn-more-block .read-more-btn:before {
	content: "";
	background: url(../images/slider-arrow.png) no-repeat;
	position: absolute;
	right: 27px;
    width: 17px;
    height: 19px;
}
.stories-block-items .stories-item .btn-more-block .read-more-btn:hover {
	background: #051320;
	color: #fff;
}
.stories-block-items .stories-item .btn-more-block .read-more-btn:hover:before {
	background: url(../images/arrow-right-white.png) no-repeat;
	background-size: 100% 100%;
	width: 19px;
}
.workers-stories{
	margin-bottom: 65px!important;
}
.workers-stories > span{
	margin-top: 32px;
    margin-left: 8px;
	margin-bottom: 45px;
}
.workers-stories .prev-text{
	/*letter-spacing: 0.1px;*/
    font-size: 16px;
    padding-top: 6px;
    padding-right: 115px;
    line-height: 24px;
    font-weight: normal;
opacity: 0.8;
}
.workers-stories .culture-item:nth-child(2) .prev-text{
	padding-top: 0px;
}
.workers-stories .names, .workers-stories ,.person-photo{
	margin: auto 0;
}
.workers-stories .culture-content .detail-text{
	margin-top: 5px;
    float: right;
    padding-left: 14px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
opacity: 0.8;
}
.fancybox-popup-inline {
	display: none;
	border: none;
}
.fancybox-popup-inline .fancybox-close-custom {
	width: 24px;
    height: 24px;
}
.story-more-popup-content {
	padding-top: 37px;
    padding-left: 52px;
}
.story-more-popup {
	max-width: 723px;
	max-height: 860px;
	padding-bottom: 5px;
	padding-right: 18px;
}
.storyteller-block {
	display: flex;
	margin-bottom: 30px;
}
.story-more-popup-content .story-more-text {
	max-width: 94%;
    line-height: 150%;
    opacity: 0.8;
}
.story-more-wrapper {
	height: 750px;
}

.story-more-popup .mCSB_dragger_bar {
	height: auto !important;
}
.story-more-popup .mCSB_scrollTools .mCSB_draggerContainer {
	width: 5px;
	background: #DADADA;
}
.story-more-popup .mCSB_scrollTools .mCSB_draggerRail {
	background: #3A65BD;
	width: 5px;
}

.vacancy-block-section {
	background: #F4F5F8;
	position: relative;
}
.vacancy-block {
	padding-top: 80px;
}
.vacancy-block .vacancy-topline {
	padding-bottom: 30px;
	padding-left: 5px;
}
.vacancy-block .vacancy-topline .vacancy-title {
	font-family: 'Artegra Sans Extended';
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    font-size: 44px;
    display: inline-block;
    margin-top: 13px;
	position: relative;
	z-index: 10;
}
.vacancy-block .vacancy-topline .vacancy-count {
	display: inline-block;
    vertical-align: top;
    color: #D85149;
    line-height: 130%;
    margin-left: 12px;
    font-size: 16px;
}
.vacancy-block .vacancy-search-block {
	margin-top: 15px;
	position: relative;
	padding-left: 5px;
}
.vacancy-search-block .vacancy-search-field {
	display: flex;
	position: relative;
}
.vacancy-search-block .vacancy-search-field input,.filter-item .filter-select select , .select2-container .select2-selection--single{
    /*height: 52px;*/
	 height: 50px;
	width: 100%;
    border:2px solid #91A2B8;
    border-radius: 27px;
    background: transparent;
	/*font-size: 13px;*/
	font-size: 14px;
}
.vacancy-search-block .vacancy-search-field input{
    padding: 10px 15px 10px 54px;
	max-width: 350px;
}
.filter-item .filter-select select, .select2-container .select2-selection--single{
    padding: 10px 15px 10px 12px;
	max-width: 254px;
}
.vacancy-search-block .vacancy-search-field input:focus {
	outline: none;
}
.vacancy-search-block .vacancy-search-field:before {
	content: "";
	background: url(../images/search.png) no-repeat;
	width: 26.5px;
    height: 26.5px;
    position: absolute;
    display: inline-block;
    left: 31px;
    top: 6px;
    bottom: 0;
    margin: auto;
}
.vacancy-search-block .vacancy-search-field .btn-search {
	border-radius: 0px 5px 5px 0px;
    height: 52px;
    background: #D85149;
    border: 2px solid #D85149;
    color: #EEEEEE;
    padding: 10px 69px;
	transition: all 0.3s;
}
.vacancy-search-block .vacancy-search-field .btn-search:hover {
	background: transparent;
	border: 2px solid #D85149;
}
.vacancy-search-dropdown {
	border: 1px solid #000;
    z-index: 9;
    display: none;
    border-radius: 30px;
    background: #ffffff;
    position: absolute;
    top: 238px;
    width: 45.6%;
    padding: 20px;
}
.vacancy-search-dropdown ul {
	padding: 0;
    list-style: none;
    margin-bottom: 0px;
	margin: 0px;
}
.vacancy-search-dropdown ul li {
	cursor: pointer;
}
.vacancy-search-dropdown ul li:hover {
	color: #D85149;
}

.vacancy-content_body {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.vacancy-topblock span.name {
	font-family: 'Artegra Sans Extended';
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 13px;
    display: block;
}

.filter .filter-row {
	display: flex;
	gap: 20px;
}
.filter-item .filter-name {
	line-height: 130%;
    color: #061523;
    opacity: 0.6;
}
.filter-item .filter-select {
	position: relative;
}
.filter-item .filter-select .select2-selection__rendered {
	color: #061523;
}
.select2-container .select2-results__options{
	overflow: hidden;
}
.select2-container .select2-results__options::-webkit-scrollbar {
	width: 12px;
  }
.select2-container .select2-results__options::-webkit-scrollbar-thumb {
background-color: rgb(213, 213, 213);    /* цвет бегунка */
border-radius: 20px;       /* округлось бегунка */
border: 3px solid  #fff;
}
.filter-item .filter-select{
max-width: 258px;
}
.filter-item .filter-select .select2-selection__arrow {
	display: none;
}
.select2-container .select2-dropdown {
    padding: 10px 0px;
}
.select2-results .select2-results__options {
	
}
.select2-results .select2-results__options .select2-results__option {
	line-height: 130%;
	padding: 5px 5px 5px 20px;
}
.select2-results .select2-results__options .select2-results__option[aria-selected=true], .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
	color: #D85149;
	background: transparent;
}

.filter-item .filter-select:after {
	content: "";
	background: url(../images/vacancy-arrow.png) no-repeat;
	width: 20px;
	height: 10px;
	position: absolute;
	right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.filter-item .filter-radio {
	
}
.filter-radio .filter-radio-field {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 16px;
}
.filter-radio .filter-radio-field:last-child {
    margin-bottom: 0px;
}
.filter-radio-field input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	position: relative;
	width: 17px;
    height: 17px;
	cursor: pointer;
}
.filter-radio-field input[type="radio"]:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background-color: transparent;
	border: 1px solid #EEEEEE;
}
.filter-radio-field input[type="radio"]:checked:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #D85149;
	transform: translate(-50%, -50%);
	visibility: visible;
}


.filter-radio .filter-radio-field label {
	color: #000;
    margin-left: 21px;
	cursor: pointer;
}


.vacancy-selected-items {
	display: flex;
    padding-top: 6px;
    margin-bottom: -7px;
	flex-wrap: wrap;
}
.vacancy-selected-items .selected-item {
	border-radius: 5px;
    background: #3A65BD;
    padding: 10px 11px 10px 11px;
    margin-right: 16px;
	white-space: nowrap;
}
.vacancy-selected-items .selected-item span {
	color: #EEEEEE;
    font-size: 14px;
    line-height: 130%;
}
.vacancy-selected-items .selected-item .btn-selected-del {
	background: url(../images/x-close.png) no-repeat;
	border: none;
    outline: none;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 21px;
}


.filter-bottom-wrapper {
	margin-top: 10px;
}
.filter-bottom-wrapper .filter-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.filter-bottom-wrapper .filter-bottom input[type="submit"] {
	border-radius: 5px;
	padding: 10px 20px;
	background: #3A65BD;
	border: none;
	outline: none;
	width: 53%;
	height: 50px;
	color: #EEEEEE;
	border: 2px solid #3A65BD;
	transition: all 0.3s;
}
.filter-bottom-wrapper .filter-bottom input[type="submit"]:hover {
	background: transparent;
}
.filter-bottom-wrapper .filter-bottom button.filter-clear {
	background: transparent;
    color: #EEEEEE;
    text-decoration: none;
    width: auto;
	height: fit-content;
	position: relative;
	border: none;
	border-bottom: 1px solid #ffffff5c;
	padding-left: 0px;
    padding-right: 0px;
    margin-right: 37px;
}
.filter-bottom-wrapper .filter-bottom button.filter-clear:hover {
	border-bottom: 1px solid transparent;
}
.filter-bottom-wrapper .filter-bottom button.filter-clear:before {
	content: "";
	position: absolute;
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url(../images/x-close-red.svg) no-repeat;
	background-size: cover;
	left: -27px;
}
.vacancy-content .vacancy-item {
	background: #fff;
    margin-top: 29px;
	margin-bottom: 35px;
}
.vacancy-content .vacancy-item:last-child {
	margin-bottom: 0px;
}
.vacancy-item .top-block .item-tags {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.vacancy-item .top-block .item-tag {
	padding: 7px 11px;
    margin-right: 12px;
    background: #F4F5F8;
    border-radius: 15px;
}
.bottom-block .top-block{
	left: 50px;
    position: absolute;
    bottom: 10px;
}
.bottom-block .left-side{
	width: 100%;
	position: relative;
}
.vacancy-item .top-block .item-tag span {
	color: #91A2B8;
   /* font-weight: bold;*/
	font-weight: 600;
    font-size: 14px;
}
.vacancy-item .bottom-block {
	display: flex;
	padding: 26px 0 23px;
    min-height: 193px;
}
.vacancy-item .bottom-block .left-side .item-title {
	color: #061523;
    font-size: 20px;
	padding: 4px 0px 0 35px;
    font-weight: 900;
}

.vacancy-item .bottom-block .left-side .item-title > a{
	color: #061523;

}

.vacancy-item .bottom-block .left-side .item-description {
	display: inline-block;
    color: #000;
    line-height: 23.5px;
    margin-top: 4px;
    /*font-size: 15px;*/
	font-size: 16px;
   /* letter-spacing: 0.6px;*/
    padding: 0 165px 0 28px;
opacity: 0.8;
}
.vacancy-item .bottom-block .left-side .item-date {
	color: #91A2B8;
	font-size: 15px;
    margin-top: 18px;
}
.vacancy-item .bottom-block .right-side {
	width: 25%;
}
.vacancy-item .bottom-block .right-side .show-more-block {
	display: flex;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 13px;
}
.vacancy-item .bottom-block .right-side .show-more-block .item-show-more {
	height: 49px;
    color: #000;
    text-decoration: none;
    border: 2px solid #D85149;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 8px 60px 8px 32px;
	position: relative;
	transition: all 0.3s;
}
.vacancy-item .bottom-block .right-side .show-more-block .item-show-more:hover {
	background: #D85149;
}
.vacancy-item .bottom-block .right-side .show-more-block .item-show-more:after {
	content: "";
	background: url(../images/arrrow-right-white.png) no-repeat;
	width: 16px;
	height: 9px;
	display: inline-block;
	position: absolute;
	right: 30px;
}
.page-nav-wrapper {
	padding-top: 16px;
    margin-bottom: 55px;
}
.page-nav-wrapper ul.page-nav {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
}
.page-nav-wrapper ul.page-nav li.page-nav-item {
	padding: 5px 10.5px;
}
.page-nav-wrapper ul.page-nav li.page-nav-item a {
	text-decoration: none;
}
.page-nav-wrapper ul.page-nav li.page-nav-item.selected {
	opacity: 0.5;
}
ul.page-nav li.page-nav-item.page-nav-prev, ul.page-nav li.page-nav-item.page-nav-next {
	padding: 0;
	display: inherit;
}
ul.page-nav li.page-nav-item.page-nav-prev a, ul.page-nav li.page-nav-item.page-nav-next a {
	padding: 13px 23px;
    border-radius: 5px;
}
ul.page-nav li.page-nav-item.page-nav-next a {
	padding-left: 18px;
}
ul.page-nav li.page-nav-item.page-nav-prev a:hover, ul.page-nav li.page-nav-item.page-nav-next a:hover {
	opacity: 0.5;
}
ul.page-nav li.page-nav-item.page-nav-prev a {
	margin-left: 2px;
	padding-left: 0px!important;
}
ul.page-nav li.page-nav-item span {
    line-height: 150%;
    font-size: 16px;
    color: #061523;
    font-weight: bold;
}
#popup-vacancy, .vacancy-form-popup{
    max-width: 540px;
    display: none;
    border-radius: 30px;
    padding: 40px 30px 40px;

}
.vacancy-popup-title{
	color:#061523;
	line-height: 33px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 7px;
}
.vacancy-popup-body{
	padding-right: 70px;
	padding-top: 27px;
}
.vacancy-popup-body .vacancy-form-item .custom-input{
	background: #F4F5F8;
    border-radius: 37px;
	margin-bottom: 20px;
}
.vacancy-popup-body .vacancy-form-item.error .custom-input{
	background: #FFEAE9!important;
	margin-bottom: 10px!important;
}
.show_error{display: none;}
.error .show_error{
	display: block;
	font-size: 14px;
    color: #D85149;
	margin-bottom: 25px;
}
.feedback__label+.show_error{
	margin-top: 20px;
    margin-bottom: 0px;
}
.error .show_error.name-err{
}
.vacancy-form-section {
	position: relative;
}
.vacancy-form {
	background: #061523;
	margin:98px 5px 90px;
	padding: 60px 30px 75px;
	position: relative;
}
.vacancy-form .icontext-bg-vacancy{
	position: absolute;
	right: 1px;
	top: 0;
	width: auto;
	height: 100%;
}

.icontext-bg-vacancy img{
	/* margin-left: 38%; */
	height: 100%;
	max-width: none;
	width: auto;
}
.vacancy-form .title {
	font-size: 50px;
    color: #EEEEEE;
    font-family: 'Artegra Sans Extended';
    text-transform: uppercase;
    line-height: 120%;
	position: relative;
	z-index: 10;
}
.vacancy-form .undertitle {
    color: #EEEEEE;
    margin-top: 7px;
    margin-left: 3px;
    line-height: 140%;
    z-index: 10;
    position: relative;
}
.vacancy-form .cheack-work-btn{
	margin-top: 44px!important;
}
.vacancy-form .cheack-work-btn a{
	/*padding: 18px 42px!important;*/
	padding: 14px 30px!important;
}
.vacancy-form .vacancy-form-fields-fields {
	padding: 0;
	padding-right: 15px;
}

label.custom-input .place_holder {
	position: absolute;
	z-index: 100;    
    left: 0px;
    cursor: text;  
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;    
	color: inherit;
	background: transparent!important;
	align-items: center;
	padding-left: 24px;
}
label.custom-input input[type="text"]::placeholder, label.custom-input input[type="email"]::placeholder, .vacancy-form-item .vacancy-textarea textarea::placeholder {
	color: inherit;
	opacity: 0.6;
}
label.custom-input .place_holder span:not(.red) {
	opacity: 0.6;
	color: inherit;
}
.custom-input input:invalid + .place_holder, .custom-input input:not(:empty) + .place_holder {
	display: flex;
}
label.custom-input {
    position: relative;
    display: inline-block;
	width: 100%;
	color: inherit;
}
.place_holder span.red {
	color: red;
}

label.custom-input input[type="text"],
label.custom-input input[type="email"] {
	width: 100%;
    border: none;
    border-radius: 30px;
    height: 50px;
    background: transparent;
	color: inherit;
	padding: 10px 24px;
}
label.custom-input input[type="text"]:focus, 
label.custom-input input[type="email"]:focus,
.vacancy-textarea textarea:focus {
	outline: none;
}


.vacancy-form-item .vacancy-textarea {
	width: 97%;
    margin-left: 10px;
    position: relative;
	color: #EEEEEE;
}
.vacancy-form-item .vacancy-textarea textarea {
	width: 100%;
    height: 218px;
    border-radius: 30px;
    background: #fff;
    resize: none;
    padding: 20px 26px;
    color: inherit;
	border: 1px solid #EEEEEE;
}
.vacancy-form-item .vacancy-textarea textarea::placeholder{
	padding-top: 0px;
    padding-left: 0px;
}
.vacancy-form-item .vacancy-textarea .attach-resume {
	position: absolute;
	bottom: 26px;
    left: 58px;
}
.attach-resume input[type="file"] {
	z-index: -1;
	opacity: 0;
	width: 0.1px;
    height: 0.1px;
	overflow: hidden;
	position: absolute;
}
.attach-resume label.resume {
	color: #071420;
	text-decoration: none;
	line-height: 120%;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	margin-top: 27px;
    margin-left: 35px;
	border-bottom: 1px solid #eee;
}
.attach-resume label.resume:before {
	content: "";
	position: absolute;
	background: url(../images/clip.svg) no-repeat;
	width: 19px;
	height: 21px;
	display: inline-block;
	left: -31px;
}

.vacancy-form-bottom {
    margin-top: -7px;
}
.vacancy-form-item > span > img{
	margin-top: -5px;
}
.vacancy-form-bottom input[type="submit"], .vacancy-next-step-btn {
    background: #D85149;
    border-radius: 40px;
    color: #EEEEEE;
    padding: 16px 86px;
    border: none;
    margin-top: 13px;
    font-weight: bold;
    border: 2px solid #D85149;
    transition: all 0.3s;
	cursor: pointer;
	max-width: 225px;
}
.vacancy-response-form-new .vacancy-form-bottom input[type="submit"]{
	padding: 13px 31px 14px 25px!important
}
.respond-form-block .personal-data-block{
	margin-left: -22px;
}
.second-step .vacancy-form-bottom input[type="submit"]{
	margin-top: 40px;
    padding: 16px 28px!important;
}
.custom-input textarea{
	padding: 29px 17px;
	width: 100%;
	height: 189px!important;
    border: none;
    background: transparent;
	resize: none;
}
.custom-input textarea:focus{
	border: none!important;
	outline: none!important;
}
label.custom-input textarea+.place_holder{
	align-items: normal;
	padding-top: 28px;
    padding-left: 19px;
}
.vacancy-form-bottom .personal-data-block {
	display: inline-block;
    line-height: 120%;
    font-size: 12px;
    padding-top: 16px;
    padding-right: 14%;
}
.vacancy-form-bottom .personal-data-block a {
	text-decoration: none;
	color: #336EE7;
	font-size: inherit;
}
.vacancy-form-bottom .personal-data-block a:hover {
	text-decoration: underline;
}
.vacancy-popup .second-step{
	display: none;
}
.vacancy-popup .second-step .vacancy-form-item:last-child{
	margin-bottom: 0px!important;
	background: transparent!important;
	margin-top: 26px;
	position: relative;
	z-index: 99;
}

.questions-block {
	padding-bottom: 126px;
}
.questions-block .culture-content{
	margin-top: 10px;
}
.questions-block .culture-item{
	padding: 26px 30px 32px!important;
}
.questions-block .culture-item .row > div:first-child{
	width: 80%;
}
.questions-block .questions-title {
	font-family: 'Artegra Sans Extended';
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 140%;
}
.questions-block .questions-wrapper-mobile {
	display: none;
}
.questions-tabs-content .question-tab-wrapper .title {
	font-family: 'Artegra Sans Extended';
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
}
.questions-tabs-content .question-tab-wrapper .description {
	line-height: 160%;
  /*  font-size: 20px;*/
	 font-size: 16px;
    margin-top: 26px;
    width: 52%;
}
.questions-block .question-name{
color: #051320;
font-size: 21px;
line-height: 28px;
font-weight: bold;
margin-top: 0px;
padding: 10px 0;
/*letter-spacing: 0.8px;*/
}
.questions-block .question-answer{
	padding-right: 525px;
    line-height: 25px;
	opacity: 0.8;
}

.footer .footer-blocks {
	justify-content: space-between;
	padding-top: 14px;
	padding-bottom: 85px;
}
.footer-blocks .block-logo {
	width: 28%;
    padding-left: 0;
}
.footer-blocks .block-logo .footer-logo {
	width: 121px;
    height: 71px;
}
.footer-blocks .block-logo .footer-logo img {
	width: 100%;
	max-width: 100px;
}
.footer-blocks .footer-block-title {
	font-size: 16px;
    font-weight: 900;
    display: inline-block;
	margin-bottom: 20px;
	height: 22px;
}
.footer-block.block-menu{
	padding-left: 34px;
}
.footer-blocks .block-menu ul.footer-menu {
	list-style: none;
    padding: 0;
    margin: 0;
}
.footer-blocks .block-menu ul.footer-menu li {
	padding-bottom: 16px;
}
.footer-blocks .row .block-content:last-child {
	padding-left: 24px;
}
.footer-blocks .row .block-content:last-child .footer-menu{
	margin-top: -5px;
}
.footer-blocks .block-menu ul.footer-menu li a {
	font-size: 14px;
	color: #061523!important;
}
.footer-blocks .block-menu ul.footer-menu li:hover a {
	color: #D85149;
}
.vacancy-detail-text.description ul li::before{
	content: url(/images/list-plus-icon.png);
    padding: 5px;
    position: absolute;
    top: -2px;
    left: -26px;
}
.vacancy-detail-text.description ul{
	padding-left: 23px;
}
.vacancy-detail-text.description ul li{
	position: relative;
	list-style: none;
}
/* .footer-blocks .block-menu ul.footer-menu li:hover a:after {
	content: "";
	background: url(../images/vector-red.png) no-repeat;
	width: 9px;
	height: 9px;
	display: inline-block;
	position: absolute;
	right: -17px;
    top: 0;
    bottom: 0;
    margin: auto;
} */
.block-contacts{
	padding: 5px 0 0;
}
.footer-blocks .block-contacts .contact-info.tel a{
	color: #061523;
    font-weight: bold;
    font-size: 20px;
}
.footer-blocks .block-contacts .contact-info {
	margin-bottom: 21px;
}
.footer-blocks .block-contacts .contact-info .contact-name {
	line-height: 140%;
    opacity: 0.6;
    font-size: 16px;
}
.footer-blocks .block-contacts .contact-info .contact-text {
    line-height: 20px;
    font-size: 14px;
}
.footer-blocks .block-contacts .contact-info .contact-text a {
	color: inherit;
    text-decoration: none;
}
.block-socials .social {
    align-items: center;
    float: left;
    justify-content: center;
    border-radius: 5px;
    margin-right: 10px;
	border: 1px solid #91A2B8;
}
.block-socials .social a{
	padding: 10px 17px;
	display: block;
}
.bottom-footer .copyright-block {
	text-align: center;
    padding-top: 23px;
    padding-bottom: 33px;
}
.bottom-footer .copyright-block .copyright {
    display: inline-block;
	font-size: 14px;
	line-height: 140%;
}
.main-banner .title-text .mobile-vacancy-btn{
    background: #fff;
    border-radius: 20px;
	margin-top: 35px;
	max-width: 220px;
}
.main-banner .title-text .mobile-vacancy-btn:hover{
	background: #e6d8d8;
}
.main-banner .title-text .mobile-vacancy-btn a{
	width: 100%;
    height: 100%;
    text-align: center;
    display: block;
	padding: 13px 12px;
	color: #000!important;
	font-weight: bold;
}
.main-banner .title-text .mobile-vacancy-btn a:hover{
	text-decoration: none!important;
}
.vacancy-block-section .filter-top-mobile {
	display: none;
}
.photo-gallery-mob .swiper-wrapper > div{
	height: 364px;
    overflow: hidden;
}
.photo-gallery-mob .swiper-wrapper > div img{
	max-width: none;
    width: 105%;
}
.photo-gallery-mob{
	overflow: hidden;
	display: none;
}

.content-accordeon .accordeon-item .bottom-accordeon {
	display: none;
}
.content-accordeon .accordeon-item .accordeon-arrow img {
	transition: 0.4s all;
}

.topline-filter-mobile {
	display: none;
}


.vacancy-detail-block {
	padding-top: 17px;
}
.vacancy-detail-block .topblock {
    margin-bottom: 22px;
}
.vacancy-detail-block .topblock .page-back-wrapper {
	padding-top: 6px;
}
.vacancy-detail-block .topblock .page-back-wrapper .page-back {
	position: relative;
    line-height: 110%;
    font-size: 16px;
    font-weight: bold;
    color: #071420;
    text-decoration: none;
}
.vacancy-detail-block .topblock .page-back-wrapper .page-back:before {
	content: "";
	background: url(../images/vacancy-arrow-back.png) no-repeat;
    width: 18px;
    height: 15px;
    display: inline-block;
	margin-left: 4px;
    padding-right: 22px;
} 
.vacancy-detail-block .topblock .title {
	/*letter-spacing: 0.6px;*/
	font-size: 34px;
    font-family: 'Artegra Sans Extended';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 47px;
    margin-top: 11px;
    max-width: 70%;
}
.vacancy-main-block{
	background: #F4F5F8;
    border-radius: 30px;
	margin-top: 35px;
	padding: 0px 33px;
}
.vacancy-detail-block .topblock .item-tags {
	display: flex;
    padding-top: 48px;
}
.vacancy-detail-block .topblock .item-tags .item-tag {
	background: #fff;
    margin-right: 8px;
    border-radius: 20px;
    padding: 8px 21px;
}
.vacancy-detail-block .topblock .item-tags .item-tag  span{
	/*letter-spacing: -0.3px;*/
    font-size: 15px;
	
font-family: GothamPro;
    font-size: 14px;
    font-weight: 400;
    color: #91A2B8;

}
.vacancy-detail-block .topblock .vacancy-detail-button-wrapper {
	margin-top: 35px;
    padding-bottom: 50px;
}
.vacancy-detail-block .topblock .vacancy-detail-button-wrapper .respond-btn {
	min-width: 178px;
    height: 49px;
    border: none;
    border-radius: 25px;
    color: #EEEEEE;
    background: #D85149;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #D85149;
    transition: all 0.3s;
}
.vacancy-detail-block .topblock .vacancy-detail-button-wrapper .respond-btn:hover {
	background: transparent;
	color: #051320;
}
.vacancy-detail-block .vacancy-detail-wrapper {
	padding-bottom: 138px;
}
.footer-block.block-contacts .block-content{
	margin-left: 10px;
}
.share-vacancy .name {
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	/*letter-spacing: 0.1px;*/
}
.share-vacancy .share-block {
	margin-top: 24px;
    padding-bottom: 20px;
    display: flex;
}

.share-block .ya-share2__list {
	display: flex;
}
.ya-share2__list.ya-share2__list_direction_horizontal{
	position: relative;
}
.share-block .ya-share2__item {
    height: 35px;
    min-width: 68px;
    display: flex !important;
    justify-content: center;
    margin-right: 6px !important;
	margin-top: -4px!important;
    align-items: center;
    background: #fff;
    border-radius: 5px;
}
.share-block .ya-share2__item:last-child{
	margin-right: 0px!important;
}
.share-block .ya-share2__item.copy .copy-success {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #FFFFFF;
    border-radius: 9px 9px 9px 0px;
    min-width: 248px;
    font-size: 16px;
    line-height: 130%;
    color: #071420;
    left: 0;
    bottom: -42px;
    transition: all 0.4s;
}
.share-block .ya-share2__item.copy .copy-success.active {
	visibility: visible;
	opacity: 1;
}
.share-block .ya-share2__item.copy .copy-success .copy-success-wrap {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 5px 28px;
}
.share-block .ya-share2__item.copy .copy-success span {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	margin-left: 12px;
}
.share-block .ya-share2__item .ya-share2__badge {
	background: transparent;
}
.share-block .ya-share2__item .ya-share2__badge .ya-share2__icon {
	background-size: 100%;
	height: 35px;
	width: 35px;
}
.share-block .ya-share2__item_service_telegram .ya-share2__icon {
	width: 33px !important;
}
.share-vacancy .share-block .ya-share2__item.ya-share2__item_service_vkontakte {
	background: #298AF1;
}
.share-vacancy .share-block .ya-share2__item.ya-share2__item_service_telegram {
	background: #039BE5;
}
.share-vacancy .share-block .ya-share2__item.ya-share2__item_service_whatsapp {
	background: #00E676;
}

.vacancy-detail_description .vacancy-detail-text-block {
	margin-bottom: 40px;
    background: #F4F5F8;
    border-radius: 30px;
	padding: 39px 37px 35px 35px;
}
.vacancy-detail_description .vacancy-detail-text-block:last-child{
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.share-cont{
    background: #F4F5F8;
    border-radius: 30px;
    margin: 0 0 30px;
	padding: 36px 37px 30px 32px;
	position: sticky;
    top: 10px;
}
.vacancy-detail_description .vacancy-detail-text-block .title {
	font-size: 20px;
	/*letter-spacing: 1.3px;*/
    font-weight: bold;
	line-height: 130%;
}
.vacancy-detail_description .vacancy-detail-text-block .vacancy-detail-text {
	line-height: 145%;
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
}
.vacancy-detail_description .vacancy-detail-text-block .vacancy-detail-text ul.vacancy-detail-list {
	list-style: none;
    padding-left: 24px;
}
.vacancy-detail_description .vacancy-detail-text-block .vacancy-detail-text ul.vacancy-detail-list li {
	position: relative;
    margin-bottom: 15px;
    line-height: 150%;
	max-width: 87.5%;
}
.vacancy-detail_description .vacancy-detail-text-block .vacancy-detail-text ul.vacancy-detail-list li:before {
	content: "";
	background: url(../images/list-style.svg) no-repeat;
	background-size: cover;
	width: 14px;
	height: 14px;
	position: absolute;
	left: -24px;
    top: 5px;
}


.vacancy-detail-content_body .vacancy-detail-content_sidebar {
    width: 100%;
    min-width: 200px;
}
.vacancy-detail-content_body .vacancy-detail-content_sidebar .respond-form-block {
	border-radius: 25px;
    padding: 35px 35px 33px;
	background:#F4F5F8;
	/*letter-spacing: 0.1px;*/
}
.respond-form-block label.custom-input input[type="text"],
.respond-form-block label.custom-input input[type="email"],
.respond-form-block .custom-input textarea{
	background: #fff;
	font-size: 16px;
	padding: 9px 0px 11px 21px;
}
.respond-form-block .custom-input textarea{
	border-radius: 30px;
	padding: 22px 17px;
}
.respond-form-block .vacancy-popup-title{
	margin-bottom: 22px;
}
.respond-form-block .vacancy-form-item{
	margin-bottom: 20px;
}

.feedback__label {
	display: flex;
	font-size: 14px;
	cursor: pointer;
	margin-top: -20px;
	margin-bottom: -13px;
  }
  .vacancy-response-form-new .feedback__label{
	margin: 0px 0 20px!important;
  }
.feedback__label .resume-icon{
	margin-right: 20px;
    width: 14px;
    margin-left: 5px;
}
.respond-form-block .feedback__label .resume-icon{
	width: 18px;
	margin-right: 11px;
	margin-left: 0px;
}
.respond-form-block .feedback__label .resume-icon img{
	width: 100%;
}
.respond-form-block .feedback__label{
	font-size: 16px;
	margin-top: 44px!important;
}
  .feedback__file {
	display: none;
  }
  .respond-form-block .title{
	font-size: 21px;
    line-height: 130%;
	margin-top: 6px;
    font-weight: bold;	
  }
#vacancy-feedback-result .title{
	font-size: 30px;
    line-height: 130%;
    text-transform: uppercase;
    font-family: 'Artegra Sans Extended';
    font-weight: bold;
}
.respond-form-block .respond-form-fields {
	margin-top: 23px;
}
.respond-form-block .respond-form-fields .respond-item {
	margin-bottom: 20px;
	color: #000;
}
.respond-form-block .respond-form-fields .respond-item input[type="text"],
.respond-form-block .respond-form-fields .respond-item input[type="email"]
 {
	height: 50px;
}
.respond-form-block .respond-form-fields .respond-item .vacancy-textarea {
	width: 100%;
	margin: 0;
	color: #000;
}
.respond-form-block .respond-form-fields .respond-item .vacancy-textarea textarea {
	height: 198px;
}
.respond-form-block .respond-form-fields .respond-item .attach-resume label.resume {
	color: #000;
}
.respond-form-block .respond-form-bottom {
	margin-top: 19px;
}
.respond-form-block .respond-form-bottom input[type="submit"] {
	width: 100%;
    background: #D85149;
    border-radius: 25px;
    color: #EEEEEE;
    padding: 16px;
    border: none;
    font-weight: bold;
	border: 1px solid #D85149;
	transition: all 0.3s;
}
.respond-form-block .respond-form-bottom input[type="submit"]:hover {
	background: transparent;
	color: #051320;
}
.respond-form-block .respond-form-bottom .col-lg-5{
	padding-right: 38px;
}
.respond-form-block .respond-form-bottom .personal-data-block {
	opacity: 0.8;
    color: #061523;
    display: inline-block;
    line-height: 106%;
    font-size: 14px;
    padding-top: 4px;
    margin-left: -23px;
}
.respond-form-block .respond-form-bottom .personal-data-block a {
	font-size: inherit;
	text-decoration: none;
}
#vacancy-form-popup, #vacancy-feedback-result {
	display: none;
	border: none;
	width: 100%;
	max-width: 540px;
}
#vacancy-feedback-result {
	padding: 71px 94px 73px 95px;
}
.fancybox-stage .respond-form-fields > div{
	width: 100%!important;
}
.fancybox-stage  .respond-form-bottom .personal-data-block{
	margin-top: 20px;
    width: 100%;
    margin-left: 0px;
}
.fancybox-stage .respond-form-block .respond-form-bottom input[type="submit"]{
	width: 130%;
}


#request-call-popup{
	
	max-width: 554px;
	padding: 71px 94px 73px 95px;
}

#vacancy-form-popup .respond-form-block .title,#vacancy-feedback-result .title {
	text-align: center;
}


.request-call-form-block .title {
	font-size: 25px;
    line-height: 130%;
    text-transform: uppercase;
    font-family: 'Artegra Sans Extended';
    font-weight: bold;
	text-align: center;
}
.request-call-form-block .undertitle {
	opacity: 0.7;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	width: 87%;
    margin: 0 auto;
    margin-top: 15px;
}
.request-call-form-block .request-call-items {
	 margin-top: 30px;
}
.request-call-form-block .request-call-items .form-item {
	margin-bottom: 20px;
}
.request-call-form-block .request-call-items .form-item input[type="text"],
.request-call-form-block .request-call-items .form-item input[type="email"] {
	border: 1px solid #051320;
}
.request-call-form-block .request-call-bottom {
	margin-top: 30px;
}
.request-call-bottom input[type="submit"] {
	width: 100%;
    background: #D85149;
    border-radius: 5px;
    color: #EEEEEE;
    padding: 16px 51px;
    border: none;
    font-weight: bold;
	border: 1px solid #D85149;
	transition: all 0.3s;
}
.request-call-bottom input[type="submit"]:hover {
	color: #051320;
	background: transparent;
}
.request-call-bottom .personal-data-block {
	opacity: 0.8;
    color: #061523;
    display: inline-block;
    line-height: 120%;
    font-size: 14px;
    padding-top: 20px;
	text-align: center;
}
.request-call-bottom .personal-data-block a {
	font-size: inherit;
    text-decoration: none;
}
.phone-number-block.mobile {
	display: none;
}
@keyframes moving {
    100% {
		transform: rotate(360deg);
	}
}
a.show-vacancies {
	align-items: center;
	display: flex;
	height: 214px;
	justify-content: center;
	position: relative;
	width: 217px;
}
a.show-vacancies:before {
	content: "";
	position: absolute;
	background: #D85149;
	filter: blur(110px);
	width: 150px;
    height: 190px;
    left: 0;
    bottom: 0;
}
a.show-vacancies:after {
	content: "";
	position: absolute;
	background: linear-gradient(188.25deg, #3A65BD -49.12%, rgba(58, 101, 189, 0) 272.54%);
	filter: blur(110px);
	width: 150px;
    height: 190px;
    right: 0;
    top: 0;
}
a.show-vacancies img {
	z-index: 10;
}

a.show-vacancies .rotateText {
	animation: moving 25s infinite linear;
	background: url('../images/show-vacancies.png');
	background-size: contain;
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10;
}



.vacancy-slider .vacancy-item img{
    filter: grayscale(1) brightness(15);
}
.vacancy-content .vacancy-item .col-lg-6 img{
	filter: grayscale(1) brightness(2);
}
.vacancy-content .vacancy-item .col-lg-6 img{
	max-height: 15px;
}
.vacancy-item .open-img{
	right: 11px!important;
	top:50%!important;
	transform: rotate(-90deg);
}
.open-qa.open-img{
	top: 51px!important;
}

.utp-content .right-block {
	max-width: 290px;
}

.vacancy-block .select2.select2-container,
.vacancy-block .vacancy-search-field,
.vacancy-block .filter-item,
.vacancy-content_sidebar .filter-bottom-wrapper{
	z-index: 2;
}


.vacancy-selected-items .selected-item{
	display:none;
}

.vacancy-search-block .vacancy-search-dropdown{
	z-index: 11;
    opacity: 0.98;
}

.vacancy-item .bottom-block .left-side .item-title {
	line-height: 140%;
}

.stories-block-items .image-user{
	overflow: hidden;
}

.stories-block-items .image-user img{
	width: 100%;
}

.footer-blocks div > div.block-socials{
	width: 100%;
	margin-top: 86px;
}

.select2-search.select2-search--dropdown{
	display: none;
}
input.phone[placeholder]+ .place_holder span { color: transparent !important; }

.fancybox-slide .undertitle{ 
    margin-top: 32px;
    text-align: center;
}
label.custom-input input[type="text"], label.custom-input input[type="email"]{
	padding: 6px 24px 9px 22px;
    font-size: 16px;
}
.about-work .row > div .description{
	padding-right: 30%;
}
.about-work .row > div:nth-child(2) .description{
	padding-right: 20%;
}

.about-work .row > div:first-child .description{
	padding-right: 0%;
}
.show-mob320{
	display: none;
}
.vacancy-popup-desc{
	/*letter-spacing: -1.1px;*/
    line-height: 20px;
    padding-right: 20%;
}