*{
	margin: 0;
}

html, body{
	height: 100%;
}

body{
	display: flex;
	flex-direction: column;
}

.no-scroll{

}

@font-face {
	font-family: "Montserrat";
	src: url(fonts/Montserrat-VariableFont_wght.ttf);
}

button{
	cursor: pointer;
}

a{
	text-decoration: none;
}

header{
	background-color: #002244;
	padding: 20px 0px;
	z-index: 15;
}

.header-centering{
	display: flex;
	justify-content: space-between;
	max-width: 1180px;
	margin: 0 auto;
}

.header-logo{
	width: 71px;
	height: 28px;
}

.header-links{
	padding: 5px 0;
}

.header-link{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}

.header-li{
	display: inline;
	margin-right:40px;
}

.header-link:hover, .header-link:active, .underline{
	border-bottom: white 1px solid;
}
.mobile:hover, .mobile:active{
	background: #001122;
	border-bottom: none;
}

.header-li:last-child{
	margin-right: 0;
}

.banner{
	background: linear-gradient(270deg, #000011 0%, #003366 100%);
	min-height: 480px;
	bottom: 1px;
	position: relative;
	overflow: hidden;
}

.banner-img{
	position: absolute;
	right: -600px;
	top: -510px;
}

.banner-centering{
	max-width: 980px;
	margin: 0 auto;
}

.banner-text{
	position: relative;
	padding-top: 80px;
	max-width: 480px;
	z-index: 1;
}

h1{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 54px;
	color: #FFFFFF;
	margin-bottom: 32px;
}

.banner-text > p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
}

.introduction{
	background: #F7F7F7;
	padding: 96px 0px 120px;
}

.introduction-centering{
	display: flex;
	justify-content: space-between;
	max-width: 980px;
	margin: 0 auto;
}

.introduction-section{
	max-width: 380px;
}

.introduction-section > p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	white-space: break-spaces;

	margin-bottom: 11px;
}

.introduction-section > li{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #333333;

	margin-bottom: 11px;
}

h3{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.02em;
	color: #004488;
	margin-bottom: 24px;
}

.industry-events{
	padding: 96px 0 80px;
}

.industry-text{
	max-width: 380px;
	text-align: center;
	margin: 0 auto 64px;
}

.industry-text > p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;

	color: #333333;
}

.index-logos{
	max-width: 1220px;
	margin: 0 auto 0px;
	padding: 0 22px;
	display: flex;
	flex-wrap: wrap;
}

.index-logo{
	width: 180px;
	height: 54px;
	object-fit: contain;
}

.index-logo-href{
	margin-right: 20px;
	margin-bottom: 40px;
}

.services-centering{
	max-width: 1180px;
	margin: 96px auto 276px;
	flex: 1;
}

h2{
	text-align: center;

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	line-height: 44px;
	color: #004488;
}

.services-centering > h2{
	margin-bottom: 40px;
}

.radio{
	display: none;
}

.labels{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto 80px;
}

.label{
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;

	padding: 8px 20px;
	margin-right: 12px !important;
	margin-bottom: 12px;
	min-width: 96px;

	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 40px;

	white-space: nowrap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.02em;

	color: #333333;
}

.label:last-child{
	margin-right: 0;
}

.labels input[type="radio"]:checked+label{
	border: 1px solid #004488;
	color: #004488;
	font-weight: 500;
}

.service-card{
	display: flex;
}

.service-text{
	max-width: 780px;
}

.service-text > p{
	white-space: pre-line;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 11px;

	color: #333333;
}

.service-img{
	width: 380px;
	height: 240px;
	object-fit: none;
	object-position: center;
	margin-right: 20px;
}

.expertise-centering{
	max-width: 1180px;
	min-width: 1180px;

	margin: 0 auto 160px;
}

.expertise-centering > h2{
	margin: 96px 0 40px;
}

.expertise-card{
	display: flex;
}

.expertise-img{
	object-fit: none;
	width: 380px;
	height: 240px;
}

.expertise-img-block{
	width: 380px;
	height: 240px;
	margin-right: 20px;
}

.expertise-centering .label{
	padding: 8px 20px;
}
.expertise-text > p{
	margin-bottom: 32px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #333333;

	white-space: break-spaces;
}

h4{
	margin-bottom: 12px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

.partners-logos{
	max-width: 1340px;
	margin: 0 auto 120px;
}

.partners-logos > h2{
	margin: 96px 0 64px;
}

.partners-logo{
	width: 180px;
	height: 54px;
	object-fit: contain;
}

.partners-href{
	display: inline-block;
	margin: 0 20px 40px;
}

.careers-centering{
	max-width: 1180px;
	min-width: 1180px;
	margin: 0 auto;
}

.careers-centering > h2{
	margin: 96px 0 40px;
}

.careers-cards{
	display: flex;
	flex-wrap: wrap;
}

.careers-card{
	display: flex;
	margin: 0 58px 80px 0;
}

.careers-card:nth-child(even){
	margin: 0 0px 80px 0;
}

.careers-img{
	width: 154px;
	height: 154px;
	margin-right: 20px;
	object-fit: contain;
}
.careers-img-block{
	width: 154px;
	height: 154px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}

.careers-text{
	max-width: 380px;
	position: relative;
}

.careers-text > p{
	white-space:pre-wrap;
	margin-bottom: 12px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

.careers-href{
	position: absolute;
	right: 0;

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

.pages{
	text-align: center;
	margin-bottom: 120px;
}

.page-numbers{
	padding: 8px 13px;
	margin-right: 9px;

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;

	color: #333333;
}

.current{
	border: 1px solid #004488;
	border-radius: 20px;
	color: #004488;


	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
}

.modal-header{
	display: none;
}

.modal-footer{
	display: none;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 108px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.modal-cross-href{
	float: right;
	top: 30px;
	position: relative;
	right: 21px;
	padding: 0;
	background: none;
	display: none;
}

.modal-cross-img{
	width: 40px;
	height: 40px;
}

.modal-content{
	padding: 40px 0 64px;
	background-color: white;
	max-width: 1044px;
	margin: 0 auto;
}

.modal-content > h2{
	margin-bottom: 40px;
}

.modal-centering{
	max-width: 980px;
	margin: 0 auto;
}

.vacancy-textboxes{
	display: flex;
	justify-content: space-between;
	/*margin-bottom: 20px;*/
}

.placeholder-option{
	display: none;
}

.select-menu{/*
    width: 380px;
    margin: 140px auto;*/
}
.select-menu .select-btn{
	display: flex;

	align-items: center;
	cursor: pointer;
	justify-content: space-between;

	font-style: italic;

	position: relative;
	z-index: 1;
}
.select-btn img{
	transition: 0.3s;
}
.select-menu.displayed .select-btn img{
	transform: rotate(-180deg);
}
.select-menu .options{
	position: relative;
	bottom: 10px;
	padding: 13px 12px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	display: none;
}
.select-menu.displayed .options{
	display: block;
}
.options .option{
	display: flex;
	height: 40px;
	cursor: pointer;
	border-radius: 8px;
	align-items: center;
	background: #fff;
}
.options .option:hover{
	background: #F2F2F2;
}
.option .option-text{
	font-size: 18px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #333;
}

#vacancy_select-selectized{
	min-width: 200px;
	max-width: 420px !important;
	text-overflow: ellipsis;
}
.selectize-control.single {
	width: 100%;
}
.vacancy-small-textbox, .selectize-control{
	width: 480px;
	height: 48px;

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: black;
}

.vacancy-small-textbox-container, .vacancy-small-textbox-container-textarea{
	margin-bottom: 20px;
}
.vacancy-small-textbox::placeholder{
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

.styled-select > select{
	appearance: unset;
	background: none;
}

.styled-select{
	background-image: url(../img/Icon_Arrow_Down.svg);
	background-repeat: no-repeat;
	background-position: right 14px top 50%, 0 0;
}

.vacancy-comment{
	width: 100%;
	height: 110px;
	/*margin-bottom: 32px;*/

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: black;
}

.vacancy-comment::placeholder{
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

textarea:focus, input:focus{
	outline: none;
}

button{
	border: none;
}

.modal-flex{
	display: flex;
	justify-content: space-between;
}

.modal-input-div{
	position: relative;
	top: 8px;
}

.modal-attach{
	display: none;
}

.modal-attach-label{
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	position: relative;
	bottom: 3px;
}

.modal-attach-label, .modal-attach-img{
	cursor: pointer;
}

.modal-attach-label::before{
	/*content: 'Attach your CV';*/

	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
.modal-attach:valid + .modal-attach-label::before{content: '';}

.modal-attach > p{
	display: inline;
	position: relative;
	bottom: 2px;

	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

.modal-attach-img{
	margin-right: 12px;
}

.vacancy-centering{
	display: flex;
	justify-content: center;
	margin: 96px 15px 120px;
}

.vacancy-apply-blocks{
	margin-right: 60px;
}

.vacancy-img{
	width: 240px;
	height: 240px;
	object-fit: contain;

}
.vacancy-img-block{
	width: 340px;
	height: 240px;
	text-align: center;
	margin: 0 0 40px 0;
}

.vacancy-img-block-tablet{
	width: 225px;
	height: 180px;
	text-align: center;
	object-fit: contain;
	margin: 0 0 40px 0;
}
.vacancy-card{
	max-width: 340px;
    /*height: 260px;*/
	padding: 24px 20px;
	border: 1px solid #DDDDDD;
	border-radius: 8px;
	margin-bottom: 40px;
}

.vacancy-card-inner {
	max-width: 300px;
}
.vacancy-card:last-child{
	margin-right: 0;
	margin-bottom: 20px;
}

.vacancy-card > p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 16px;
}

.vacancy-card-href{
	display: block;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 23px;
}

.vacancy-card-href:last-child{
	margin-bottom: 32px;
}

.vacancy-contact{
	margin-bottom: 16px;
}

.vacancy-contact:last-child{
	margin-bottom: 32px;
}

.vacancy-card-text{
	display: inline;
	position: relative;
	bottom: 5px;
	white-space: nowrap;

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

.vacancy-submit{
	border: none;
	background: #003366;
	border-radius: 20px;
	width: 300px;
	padding: 10px 0;
	display: inline-block;

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;

	text-align: center;
	text-transform: uppercase;

	color: #FFFFFF;
}

.vacancy-submit:hover,.vacancy-submit:active{
	background: #002244;
}

.vacancy-card li{
	margin-bottom: 16px;
}

.vacancy-card > ul{
	padding-left: 18px;
	margin-bottom: 32px;
}

.vacancy-text{
	max-width: 780px;
}

.vacancy-top-text h2{
	margin-bottom: 32px;
	text-align: left;
}

.vacancy-text-part{
	margin-bottom: 32px;
}
.vacancy-text-part:last-child{
	margin-bottom: 0px;
}

.vacancy-text-part > p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 11px;
	white-space: break-spaces;
}

.vacancy-img-tablet{
	display: none;
	width: 180px;
	height: 180px;

	margin-right: 24px;
}
.vacancy-img-block-tablet{
	display: none;
}
.vacancy-icons{
	display: flex;
	margin-bottom: 80px;
	flex-wrap: wrap;
}

.vacancy-icons > div{
	display: flex;
}

.vacancy-icon{
	margin-right: 14px;
	width: 20px;
	height: 20px;
}

.vacancy-icons p{
	white-space: nowrap;
	margin-right: 40px;
	margin-bottom: 24px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

.vacancy-text > ul{
	margin-bottom: 32px;
	padding-left: 16px;
}

.contacts-centering{

	max-width: 980px;
	margin: 0 auto;
	flex: 1;
}

.contacts-centering > h2{
	margin: 80px 0 40px;
}

.textboxes{
	display: flex;
	justify-content: space-between;
}

.contacts-textbox-small{
	height: 48px;
	width: 300px;
	/*margin-right: 20px;*/
	/*margin-bottom: 20px;*/
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: black;
}

.contacts-textbox-small::placeholder{
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

.contacts-textbox-small:invalid{
	color: #880000;
}

.contacts-textbox-small:last-child{
	margin-right: 0;
}

.contacts-comment{
	height: 110px;
	width: 100%;
	/*margin-bottom: 32px;*/

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: black;
}

.contacts-comment::placeholder{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

.textbox, .selectize-input{
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 8px;
	padding: 13px 12px;
	box-sizing: border-box;
}

.selectize-control{
	font-style: italic;
}

.selectize-input{
	height: 48px;
}

.selectize-control.single .selectize-input{
	border-color: #DDDDDD;
	border: 1px solid #DDDDDD;
	border-radius: 8px;
	box-shadow: none;
	background-color: white;
	background-image: none;
}

.selectize-dropdown.single{
	border-color: #DDDDDD;
	max-width: 100%;
}

.selectize-dropdown .option {
	padding: 13px 12px;
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

.selectize-dropdown{
	border: 1px solid #DDDDDD;
	border-radius: 8px;
}

#vacancy_select-selectized{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: black;
}

#vacancy_select-selectized::placeholder{
	font-style: italic;
}

.selectize-input > .item{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: black;
}

.selectize-dropdown .current{
	border: none;
	border-radius: 0px;
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

.selectize-dropdown .selected{
	background-color: #f1f1f1;
}

.submit-right{
	text-align: right;
	margin-top: 32px;
}

.contacts-submit{
	margin-bottom: 320px;
	background: #003366;
	border-radius: 20px;
	display: inline-block;
	width: 280px;
	padding: 10px 0;
	color: white;
	text-align: center;

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
}

.contacts-submit:hover,.contacts-submit:active{
	background: #002244;
}

footer{
	background: linear-gradient(270deg, #000011 0%, #003366 100%);
	padding-top: 64px;
}

footer > h3{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;

	margin-bottom: 36px;
}

.footer-icons{
	margin-bottom: 72px;
	text-align: center;
}

.footer-href{
	margin-right: 48px;
}

.footer-href:last-child{
	margin-right: 0;
}

.footer-icon{
	width: 40px;
	height: 40px;
	color: white;
}

.copyright{
	background: #001122;
	color: white;
	text-align: center;
	padding: 10px 0;
}

.copyright > p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 20px;

	text-align: center;
	letter-spacing: 0.02em;

	color: #FFFFFF;
}

.contact-us{
	background: #F7F7F7;
	padding: 40px 36px;
}

.contact-us-flex{
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-us-flex > p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	max-width: 100%;
}

.contact-us-href{
	margin-right: 20px;

	background: #003366;
	border-radius: 20px;
	min-width: 280px;
	padding: 10px 0;
	display: inline-block;

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;

	text-align: center;
	text-transform: uppercase;

	color: #FFFFFF;
}

.contact-us-href:hover{
	background: #002244;
}

.contact-us-href:active{
	background: #002244;
}

.vacancy-next{
	background: #F7F7F7;
	padding: 64px 36px 32px;
}

.vacancy-next > h3{
	text-align: center;
	margin-bottom: 36px;
}

.vacancy-next-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.vacancy-step{
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 40px;
	max-width: 280px;
}

.vacancy-h{
	margin-bottom: 16px;
}

.vacancy-h > h3{
	display: inline;
	margin-right: 16px;
	font-weight: 700;
	font-size: 34px;
	line-height: 44px;

	position: relative;
	top: 4px;
}

.vacancy-h > h4{
	display: inline;
	position: relative;
	bottom: 2px;
}

.vacancy-step > p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

@media (max-width: 1340px) {
	.partners-logos{
		max-width: 1116px;
	}
}

@media (max-width: 1250px) {
	.services-centering{
		margin: 96px 36px 160px;
	}
	.label{
		margin-bottom: 12px;
	}
}

@media (min-width: 1246px) {
	.careers-card{
		width: 554px;
	}
}


@media (max-width: 1246px) {
	.careers-centering{
		margin: 0 36px;
		min-width: auto;
	}
	.expertise-centering{
		min-width: auto;
	}
	.careers-text{
		width: 100%;
		max-width: 100%;
	}
	.labels{
		/*display: block;*/
		max-width: fit-content;
	}
	.careers-cards{
		display: block;
		max-width: fit-content;
		margin: 0 auto;
	}
	.careers-card{
		margin: 0 0 80px 0;
	}
	.index-logos{
		max-width: 1000px;
	}
}

@media (max-width: 1232px) {
	.header-centering{
		margin: 0 36px;
	}
}

@media (max-width: 1088px) {
}

@media (max-width: 1116px) {
	.partners-logos{
		max-width: 892px;
	}
}

@media (max-width: 1100px) {
	.modal-content{
		max-width: 736px;
	}
	.vacancy-small-textbox, .selectize-control{
		width: 336px;
	}
	.modal-centering{
		margin: 0 20px;
	}
}

@media (max-width: 1043px) {
	.index-logos{
		max-width: 800px;
	}
	.labels {
		justify-content: flex-start;
	}
	.expertise-centering.services .label {
		padding: 8px 20px !important;
	}
}

@media (max-width: 1029px) {
	.vacancy-img, .vacancy-img-block{
		display: none;
	}
	.vacancy-img-tablet, .vacancy-img-block-tablet{
		display: block;
	}
	.vacancy-text{
		max-width: 100%;
	}
	.vacancy-top-text{
		display: flex;
	}
	.vacancy-top-text h2{
		text-align: initial;
	}
	.vacancy-centering{
		flex-direction: column-reverse;
		margin: 96px 36px 106px
	}
	.vacancy-apply-blocks{
		margin-right: 0;
		display: flex;
		position: sticky;
		background: linear-gradient(0deg, rgba(255,255,255,1) 94%, rgba(255,255,255,0) 100%);
		bottom: 0;
		width: 100%;
		justify-content: center;
	}
	.vacancy-card{
		margin-bottom: 20px;
		margin-right: 24px;
		margin-top: 30px;
	}
	.banner-centering{
		margin: 0 36px;
	}
	.introduction-centering{
		margin: 0 36px;
	}
}

@media (max-width: 1024px) {
	.expertise-centering{
		margin: 0 36px 120px;
	}

	.contacts-centering{
		margin: 0 22px;
	}
	.textboxes{
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.contacts-textbox-small, .vacancy-small-textbox-container{
		width: 48%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.vacancy-small-textbox-container-textarea{
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.wpcf7-form-contacts .contacts-textbox-small:last-child, .wpcf7-form-contacts .vacancy-small-textbox-container:last-child{
		width: 100%;
		margin-bottom: 0;
	}
}

@media (max-width: 936px) {
	.introduction-section{
		max-width: 320px;
	}
}

@media (max-width: 916px) {
	header{
		/*padding: 20px 36px;*/
	}
}

@media (max-width: 892px) {
	.partners-logos{
		max-width: 668px;
	}
}

@media (max-width: 843px) {
	.index-logos{
		max-width: 600px;
	}
}

@media (max-width: 826px) {
	.service-img{
		width: 216px;
		height: 216px;
	}

	.careers-text{
		max-width: none;
	}
}

@media (max-width: 780px) {
	.vacancy-step{
		max-width: 320px;
	}
}

@media (max-width: 768px) {
	.contact-us-href{
		min-width: 216px;
	}
	.expertise-img{
		width: 216px;
		height: 216px;
	}
	.expertise-img-block{
		width: 216px;
		height: 216px;
	}
	.index-logos{
		max-width: 708px;
	}
	.index-logo{
		width: 216px;
		height: 64px;
	}
	.partners-logo{
		width: 216px;
		height: 64px;
	}
	.partners-logos{
		max-width: 740px;
		margin: 0 auto 80px;
	}
	.partners-href{
		margin: 0 14px 40px;
	}
	.vacancy-next{
		padding: 64px 36px 32px;
	}
	.vacancy-step{
		max-width: 336px;
	}
	.vacancy-step:nth-child(2n){
		margin-right: 0;
	}
	.vacancy-step{
		max-width: 316px;
	}
}

@media (max-width: 767px) {
	.banner-img{
		right: -760px;
	}
	.index-logos{
		padding: 0 36px;
	}
	.index-logo-href{
		margin: 0 24px 40px;
	}
	.contact-us{
		padding: 42px 36px;
	}
	.modal-content{
		max-width: 100%;
	}
	/*.vacancy-textboxes{*/
		/*flex-direction: column;*/
	/*}*/
	.vacancy-small-textbox{
		width: 100%;
		/*margin-bottom: 20px !important;*/
	}
	.selectize-control{
		width: 100%;
	}
	.vacancy-small-textbox:last-child{
		margin-bottom: 0;
	}
	.modal-flex{
		display: block;
		text-align: right;
		max-width: fit-content;
		margin-left: auto;
	}
	.modal-input-div{
		margin-bottom: 32px;
		top: 0px;
	}
	.vacancy-submit{
		display: block;
	}
	.index-logos{
		max-width: 528px;
	}
}

@media (max-width: 766px) {
}

@media (max-width: 752px) {
}

@media (max-width: 740px) {
	.partners-logos{
		max-width: 492px;
	}
}

@media (max-width: 735px) {
	.vacancy-apply-blocks{
		flex-direction: column;
		bottom: 0;
	}
	.vacancy-card{
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 40px;
	}
	.vacancy-card:last-child{
		margin-right: auto;
		margin-top: 0;
	}
}

@media (max-width: 728px) {
	.introduction{
		width: 100%;
	}
	.introduction-centering{
		display: block;
		max-width: 316px;
		margin: 0 auto 0;
	}
	.introduction-section{
		margin: 0 0 80px;
	}
	.introduction-section:last-child{
		margin: 0;
	}
	.vacancy-step{
		margin-right: 0;
	}
}

@media (max-width: 724px) {
}

@media (max-width: 718px) {
	.expertise-img{
		width: 216px;
		height: 216px;
	}
	.expertise-img-block{
		width: 216px;
		height: 216px;
	}
}

@media (min-width: 1024px) {
	.wpcf7-form-contacts{
		width: 940px;
	}
}
.fixed{
	position: fixed;
	width: 100%;
}

.navigation-mobile{
	display: none;
	background: #002244;
	padding: 80px 0 204px;
	position: fixed;
	top: 67px;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.menu-close{
	display: none;
}

.menu{
	display: none;
}

.show{
	display: none;
}

.hide{
	display: none;
}

@media (max-width: 700px) {
	.no-scroll{
		overflow: hidden;
	}
	.header-links{
		display: none;
	}
	.menu{
		display: block;
	}
	.menu-close{
		display: none;
	}
	.header-logo{
		padding-top: 5px;
	}
	.header-link{
		display: block;
		text-align: center;
		margin-bottom: 32px;
		margin-right: 0;

		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 0.02em;
	}
	.header-link:last-child{
		margin-bottom: 0;
	}
	.modal-cross-href{
		display: block;
	}
	.show{
		display: block;
	}
	.hide{
		display: none;
	}
	.navigation-mobile.show{
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
	}
	.header-li{
		display: inline-block;
		margin-right: 0;
		margin-bottom: 22px;
	}

	.header-centering{
		margin: 0 22px;
	}
	header{
		padding: 14px 0;
	}
	.menu, .menu-close{
		height: 40px;
	}

	.expertise-centering{
		margin: 0 22px 120px;
	}
	.services-centering{
		margin: 96px 22px 160px;
	}

	.modal-header{
		display: block;
	}
	.modal{
		padding-top: 0px;
	}
	.modal-content{
		padding: 80px 0 64px;
	}
	.modal-footer{
		display: block;
	}
}

@media (max-width: 671px) {
	.vacancy-step{
		max-width: 100%;
	}
	.vacancy-next-flex{
		display: block;
	}
}

@media (max-width: 623px) {
	.vacancy-step{
		margin-right: 0;
	}
}

@media (max-width: 600px) {
	.index-logos{
		max-width: 264px;
	}
}

@media (max-width: 598px) {
	.contact-us-flex{
		flex-direction: column-reverse;
	}
	.contact-us-flex > p{
		text-align: center;
		margin-bottom: 32px;
	}
	.contact-us-href{
		margin-right: 0;
	}
}

@media (max-width: 591px) {

	.service-img{
		display: none;
	}
}

@media (max-width: 574px) {
	.vacancy-img-tablet, .vacancy-img-block-tablet{
		display: none;
	}
	.vacancy-centering{
		margin: 96px 22px 120px;
	}
}

@media (max-width: 552px) {
	.label{
		padding: 6px 9px;
		min-width: 64px;
	}
}

@media (max-width: 548px) {
	.careers-img{
		display: none;
	}
	.careers-centering{
		margin: 0 22px;
	}
	.careers-img-block{
		display: none;
	}
}

@media (max-width: 528px){
	.index-logos{
		max-width: 336px;
		padding: 0 0px;
	}
	.index-logo-href{
		margin: 0 10px 40px;
	}
	.index-logo{
		width: 148px;
		height: 44px;
	}

}

@media (max-width: 504px) {
	.expertise-img, .expertise-img-block{
		display: none;
	}
	.vacancy-textboxes{
		flex-direction: column;
	}
	.contacts-textbox-small, .vacancy-small-textbox-container{
		width: 100%;
	}
}

@media (max-width: 492px) {
	.partners-logos{
		max-width: 356px;
	}
	.partners-logo{
		width: 148px;
		height: 44px;
	}
}

@media (max-width: 448px) {
	.banner-img{
		display: none;
	}
	.banner-centering{
		margin: 0px 22px 130px;
	}
	.introduction-centering{
		margin: 0 22px;
	}
	.contacts-submit{
		width: 100%;
	}
	.industry-text{
		margin: 0 22px 64px;
	}
}

@media (max-width: 444px) {
	.partners-logos{
		max-width: 300px;
	}
	.partners-href{
		margin: 0 0px 40px;
	}
}

@media (max-width: 400px) {
	.vacancy-card{
		margin-left: 0;
		margin-right: 0;
	}
	.vacancy-card:last-child{
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 395px) {
	.modal-flex{
		max-width: 100%;
		margin-left: 0;
	}
	.vacancy-submit{
		width: 100%;
	}
	.vacancy-next{
		padding: 64px 22px 32px;
	}
}

@media (max-width: 380px) {
	.vacancy-card-text{
		font-size: 12px;
	}
}

@media (max-width: 360px) {
	.index-logo{
		width: 148px;
		height: 44px;
	}
}

@media (max-width: 341px) {
	.vacancy-card-text{
		font-size: 11px;
	}
}

@media (max-width: 336px) {
	.index-logos{
		padding: 0 22px;
		max-width: 180px;
	}
}

@media (max-width: 358px) {
	.introduction-centering{
		margin: 0 22px 0;
	}
}

.plane-animation{
	animation-name: plane-animation;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	z-index: 14;
	display: block;
	position: absolute;
	overflow: hidden;
}

@keyframes plane-animation{
	from {
		top: 600px;
		left: -700px;
	}
	to {
		top: -700px;
		left: 80%;
	}
}

p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}


div.wpcf7 .ajax-loader.is-active {
	visibility: hidden;
}


.update-plugins .plugin-count {
	background-color: #dc3232;
	color: #fff;
	border-radius: 50%;
	padding: 2px 6px;
	font-size: 12px;
	position: relative;
	top: -4px;
	left: 5px;
}

input[type="submit"] {
	cursor: pointer;
}

label.label-form-error {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	width: auto;
	display: block;
	padding: 1px;
	color: red;
	font-size: 13px;
}

.red-error-text{
	color: red;
}

.wpcf7-response-output {
	display: none;
}

.vacancy-text-part>ul {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 11px;
}


.active-border{
	border: 1px solid #004488;
	border-radius: 40px;
	font-weight: 500;
	color: #004488;
}

.expertise-text > ul, .expertise-text > ul {

	font-family: "Montserrat";
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 11px;
	color: #333333;


}


.expertise-text > ul li::marker, .expertise-text > ul li::marker {

	font-size: 0.6em;
	color: #333333;

}

.expertise-centering.services .label{
	padding: 8px 20px;
}

span.error-404 {
	font-family: "Montserrat";
	font-style: normal;
	font-size: 160px;
	font-weight: 700;
	color: #002244;
}
span.error-404-text{
	font-family: "Montserrat";
	font-style: normal;
	font-size: 40px;
	font-weight: 700;
	color: #002244;
}
.centering-404 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 40px auto;
}


p.error-message-form {
	text-align: center;
	font-family: 'Montserrat';
	font-style: normal;
	color: red;
	margin-bottom: 10px;
}

.grecaptcha-badge {
	visibility: hidden;
}

.vacancies-template-default .grecaptcha-badge, .page-template-template-contacts .grecaptcha-badge{
	visibility: visible;
 }



.vacancy-small-textbox-container {
	position: relative;
}

label.label-form-error {
	font-family: 'Montserrat';
	/* width: auto; */
	font-style: normal;
	display: inline-block !important;

	font-weight: 400;
	/* width: auto; */
	padding: 1px;
	color: #d23030;
	font-size: 13px;
	/* bottom: 59px; */
	background: white;
	top: -9px;
	position: absolute;
	/* margin-right: 13px; */
	left: 11px;
}

#comment-error{
	top: -9px;
}

.sub-textareas {
	position: relative;
}

.label-form-error{
	border-color: #d23030;
}


/*body {
    padding-top: 72px;
}*/

header {
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%;
    z-index: 9999;
}


body.admin-bar .menu {
    top: 68px;
}
body {
    margin-top: 76px;

}

/*@media screen and (max-width: 782px) {
    body.admin-bar .menu {
        top: 46px;
    }
}*/



.header-contact-us-href {
    margin-right: 20px;
    background: #fff;
    border-radius: 20px;
    min-width: 150px;
    padding: 10px 0;
    display: inline-block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #004488;
}

.header-contact-us-href:hover {
    
    background: #eee;
    color: #004488;
    
}




.header-links {
    padding: 5px 0;
    margin-left: auto;
    margin-right: 40px;
    display: flex;
}


@media screen and (max-width: 700px) {
    .header-links {
	   display: none;
	}
	.header-contact-us-href{
		display: none;
	}
	.banner {
    	margin-top: -14px;
	}

}
