@font-face {
  font-family: 'FuturaPTDemi';
  src: url('fonts/FuturaPTDemi-Reg.eot');
  src: url('fonts/FuturaPTDemi-Reg.eot?#iefix') format('embedded-opentype'),
  url('fonts/FuturaPTDemi-Reg.woff2') format('woff2'),
  url('fonts/FuturaPTDemi-Reg.woff') format('woff'),
  url('fonts/FuturaPTDemi-Reg.ttf') format('truetype'),
  url('fonts/FuturaPTDemi-Reg.svg#FuturaPTDemi-Reg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaBook';
  src: url('fonts/FTN45__WS-book.eot');
  src: url('fonts/FTN45__WS-book.eot?#iefix') format('embedded-opentype'),
  url('fonts/FTN45__WS-book.woff') format('woff'),
  url('fonts/FTN45__WS-book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f6f8f7;
}

body.alt{
	background-color:#f6f7f7;
}

header, nav, section, article, aside, footer {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.reverse {
  text-decoration: underline;
}

a.reverse:hover {
  text-decoration: none;
}

a img {
  border: none;
}

h1, h2, h3 {
  font-family: 'FuturaPTDemi';
  line-height: 1.2;
}

h2 {
  font-size: 20px;
}

.width {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  font-family: Verdana;
  color: #333333;
  background-color: #ffffff;
}

.main-width{
	padding-top:15px;
	background-color:#f6f8f7;
}

.d-none {
  display: none !important;
}

.text-center {
  text-align: center;
}

.button {
  display: block;
  width: 100%;
  max-width: 220px;
  height: 40px;
  line-height: 40px;
  border: 1px solid;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  padding: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
}

.button:hover {
  text-decoration: none;
}

.button-red {
  background-color: #d71920;
  border-color: #d71920;
  font-family: 'FuturaPTDemi';
}

.button-red:hover {
  color: #d71920;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
}

.flexable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.justify-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.justify-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-column {
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.head {
  display: flex;
  justify-content: center;
  background-color: #fedd3d;
  padding: 20px 30px;
  flex-wrap: wrap;
}

.button-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  height: 50px;
  box-sizing: border-box;
  font-size: 12px;
  border: 1px solid #515151;
  border-radius: 5px;
  text-decoration: none;
  margin: 10px 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.button-icon:hover,
.button-icon.active {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #515151;
  text-decoration: none;
}

.button-icon.active{
	font-weight:bold;
}

.button-icon img {
  margin-right: 10px;
      height: 32px;
}

.content {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  background-color:#ffffff;
}

.content > div {
  width: 50%;
  box-sizing: border-box;
  padding: 30px 70px 60px;
}

.content > div:last-child {
  background-color: #e0e3e3;
}

.content > div:first-child h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.content > div:first-child .vacancy-list h2{
	margin-bottom:30px;
}

.vacancy-list {
  font-size: 12px;
  margin-bottom: 40px;
}

.vacancy-list .owl-stage a {
  color: #c4161c;
  line-height: 1.5;
}

.vacancy-list .owl-stage p {
  margin-top: 0;
  margin-bottom: 10px;
}

.vacancy-list .owl-stage-outer {
  margin-bottom: 5px;
}

.dots-nav {
    display: inline-block;
    padding: 0 60px;
    position: relative;
}

#vacancy-nav button {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border:none;
  padding:0;
  position: absolute;
  top: 0;
  outline: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

#vacancy-nav button:hover {
  background-color: #e1e3e3;
}

#vacancy-nav button.disabled {
  opacity: 0;
  visibility: hidden;
}

#vacancy-nav button span {
  display: block;
  width: 13px;
  height: 20px;
  background: url('images/arrow.png') no-repeat;
}

#vacancy-nav button.owl-prev {
  left: 0;
}

#vacancy-nav button.owl-next {
  right: 0;
}

#vacancy-nav button.owl-next span {
  transform: rotate(180deg);
}

#vacancy-dots {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: 40px;
}

#vacancy-dots button.owl-dot {
  width: 7px;
  height: 7px;
  background-color: #e1e3e3;
  border-radius: 7px;
  cursor: pointer;
  margin: 0 5px;
  outline: none;
  border:none;
  padding:0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

#vacancy-dots button.owl-dot:hover,
#vacancy-dots button.owl-dot.active {
  background-color: #929494;
}

.vacancy-descr {
  font-size: 12px;
}

.vacancy-descr .item {
  height: auto;
  background: none;
}

.vacancy-descr .item > *:last-child {
  margin-bottom: 0;
}

.vacancy-descr .item h3 {
  font-size: 17px;
  font-weight: normal;
  font-family: Verdana;
  margin-top: 40px;
  margin-bottom: 15px;
}

.vacancy-descr .item p {
  margin-bottom: 15px;
  line-height: 1.3;
}

.vacancy-descr .item div > ul {
    margin-top: 15px;
}

.vacancy-descr .item ul {
  margin: 0 0 15px 15px;
  padding: 0;
}

.vacancy-descr .item li {
  margin-bottom: 7px;
  line-height: 1.5;
}

.vacancy-descr .item li:last-child {
  margin-bottom: 0;
}

.resumes {
  position: relative;
  margin-bottom: 70px;
}

.form {
  margin-top: 25px;
  margin-bottom:0;
}

.form-row {
  margin: 0px -15px 15px;
  display: flex;
}

.form-col {
  padding: 0 15px;
  width: 50%;
  box-sizing: border-box;
}

.form-col-full {
  width: 100%;
}

.form label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1;
  height:12px;
  white-space:nowrap;
}

.form input[type="text"],
.form select,
.form textarea {
  border: 1px solid #dddddd !important;
  background-color: #fff !important;
  border-radius: 5px;
  height: 35px !important;
  line-height: 35px !important;
  display: block;
  box-sizing: border-box !important;
  width: 100% !important;
  padding: 0 10px !important;
  position: relative;
  font-size: 13px !important;
  font-family: Verdana;
  color: #333333 !important;
}

.form input[type="text"].ng-touched.ng-invalid, 
.form select.ng-touched.ng-invalid, 
.form textarea.ng-touched.ng-invalid{
	border-color:#c4161c !important;
}

.form textarea {
  padding: 10px;
  height: 135px;
  min-height:110px;
  line-height: 1.5 !important;
  padding-top: 10px !important;
}

.form select::-ms-expand {
  display: none;
}

.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding-right: 35px;
  color: #bfbfbf;
}

.form select.changed {
  color: #333333;
}

.form option {
  color: #333333;
}

.form .select-block {
  position: relative;
}

.form .select-block:after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background: url('images/select_arrow.png') no-repeat;
  position: absolute;
  right: 10px;
  margin: auto;
  top: 28px;
  z-index: 1;
}

.form .input-block {
  height: 35px;
  line-height: 35px;
  display: block;
  position: relative;
}

.form .input-block.textarea-block {
  height: auto;
  line-height: 1.5;
  display: block;
  position: relative;
}

.form .input-block span {
  position: absolute;
  left: 10px;
  top: 0px;
  height: 35px;
  line-height: 35px;
  color: #bfbfbf;
  z-index: 1;
  font-size: 13px;
}

.form .input-block.textarea-block span {
  line-height: 1.5;
  top: 10px;
}

.form-file-format {
  color: #888888;
  font-size: 11px;
}

.file_upload {
  position: relative;
  overflow: hidden;
}

.file_upload .button {
  height: 35px;
  line-height: 35px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  font-weight: bold;
  color: #333333;
  padding: 0;
  z-index: 10;
  position: relative;
  margin-bottom: 10px;
  font-size: 12px;
  font-family: Verdana;
}

.file_upload .button:hover {
  background-color: #f5f5f5;
}

.file_upload > div {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}

.file_upload > div span {
  color: #888888;
}

.file_upload input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 35px;
  letter-spacing: 10em;
  opacity: 0;
  cursor: pointer;
}

.form input[type="checkbox"] {
  margin: 0 10px 0 0;
  cursor: pointer;
}

.form .agree a {
  color: #0072bc;
  font-size: 11px;
  text-decoration: underline;
}

.form .agree a:hover {
  text-decoration: none;
}

.font {
  font-family: 'FuturaPTDemi';
}

.form-row-submit {
  margin-top: 30px;
  margin-bottom: 0;
}

.button-red:hover:disabled {
  color: #fff;
  box-shadow: none;
  background: #d71920;
  border-color: #d71920;
}

.no-resume {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 5px;
  text-align: center;
}

.show-anket {
  width: 220px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e1e3e3;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -50px;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
}

.show-anket:hover {
  background-color: #f2f2f2;
}

.show-anket span {
  display: block;
  width: 15px;
  height: 16px;
  background: url('images/anket_arrow.png') no-repeat;
  margin-left: 10px;
}

.form .error {
  color: #c4161c;
  font-size: 11px;
}

.autocomplete-container {
  box-shadow: none !important;
  height: auto !important;
}

.autocomplete-container {
  z-index: 1000;
}

.videos .video-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    width: auto;
    padding: 30px 0 56.25%;
}

.videos iframe, .videos object, .videos embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.resume{
	min-height: 810px;
	background-color:#ffffff;
	border:1px solid #e8eaea;
	margin:55px 0;
	padding:40px 100px;
	box-sizing: border-box;
}

.resume  p.title{
	font-size:34px;
	font-family: 'FuturaBook';
	margin-top:0;
	margin-bottom:50px;
  line-height: 1.2;
}

.resume-form{
	font-size:16px;
}

.resume-form .form-row{
	display: block;
	margin:0 0 45px 0;
}

.resume-form .title{
	display:flex;
	margin-bottom:10px;
}

.resume-form .title label{
	font-weight:bold;
	margin-right:45px;
}

.resume-form .title span{
	color:#d81921;
}

.resume-form .wrap-radio{

}

.resume-form .wrap-radio input[type="radio"]{
	display:none;
}

.resume-form .block-radio{
	display:flex;
	align-items:center;
	cursor:pointer;
}

.resume-form .first-block-radio{
	margin-bottom:10px;
}

.resume-form .block-radio > div{
	display:flex;
	align-items:center;
	cursor:pointer;
}

.like-radio{
	display:flex;
	align-items:center;
	justify-content:center;
	width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #ed1c24;
    border-radius: 20px;
	margin-right:10px;
	position: relative;
    top: 2px;
}

.like-radio > span{
	display:none;
	width:12px;
	height:12px;
	border-radius:12px;
	background-color:#ed1c24;
}

.like-radio.checked > span{
	display:block;
}

.stars{
	display:flex;
	align-items:center;
}

.stars .star{
	width:36px;
	height:34px;
	background:url('images/star_empty.png') no-repeat;
	margin-right:5px;
	cursor:pointer;
}

.stars .star.hover{
	background:url('images/star_full.png') no-repeat;
}

.resume-form .button-wrap .button{
	margin:0;
}

.resume.success{
	display:flex;
	align-items:center;
	justify-content:center;
}

.resume.success p{
	color:#ed1c24;
	font-size:34px;
	margin:0;
	height: 48px;
    line-height: 48px;
}

.smile{
	width:48px;
	height:48px;
	background:url('images/smile.png') no-repeat;
	margin-left:3px;
}

h3.first{
	font-size:24px;
}

.top-head {
    margin-bottom: 18px;
}


@media all and (max-width: 1170px) {

  .content {
    flex-direction: column;
  }

  .content > div {
    width: 100%;
  }

}

@media all and (max-width: 880px) {
	.resume{
		padding:30px;
	}

	.resume-form .title {
		flex-direction: column-reverse;
	}

	.resume-form .title span {
		margin-bottom: 10px;
	}
}

@media all and (max-width: 576px) {

	.content > div {
		padding: 20px;
	}

	.content > div.resumes {
		padding-bottom: 40px;
	}

	.form-row {
		flex-direction: column;
	}

	.form-col {
		width: 100%;
	}

	.form-col:first-child {
		margin-bottom: 30px;
	}

	.form-col:last-child {
		margin-bottom: 0;
	}

	.resume{
		padding:15px;
	}

	.resume p.title{
		font-size:24px;
		line-height: 1.1;
	}

	.resume.success p{
		font-size:24px;
	}

}

.autocomplete-container .suggestions-container ul li.item{
  height: auto;
  background: none;
}

.autocomplete-container .input-container .x{
  top:16px !important;
}

