

/* Start:/bitrix/templates/prom_s1/components/bitrix/news.detail/vacancies.detail.1/style.css?17397875293067*/
.ns-bitrix.c-news-detail.c-news-detail-vacancies-detail-1 .news-detail-image {
  padding-top: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ns-bitrix.c-news-detail.c-news-detail-vacancies-detail-1 .news-detail-info {
  background: #FBFCFD;
  border: 1px solid #F2F2F2;
  padding: 30px 15px 15px 15px;
}
.ns-bitrix.c-news-detail.c-news-detail-vacancies-detail-1 .news-detail-info-element {
  margin: 0 15px 15px 15px;
}
.ns-bitrix.c-news-detail.c-news-detail-vacancies-detail-1 .news-detail-info-element-name {
  font-size: 14px;
  color: #B0B0B0;
}
.ns-bitrix.c-news-detail.c-news-detail-vacancies-detail-1 .news-detail-info-element-value {
  font-size: 14px;
  color: #404040;
  margin-top: 4px;
  width: 165px;
  line-height: 1.43;
  max-height: 40px;
  overflow: hidden;
}
.ns-bitrix.c-news-detail.c-news-detail-vacancies-detail-1 .news-detail-description {
  margin-top: 40px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.ns-bitrix.c-news-detail.c-news-detail-vacancies-detail-1 .news-detail-send-summary-wrap {
  margin-top: 45px;
}
.ns-bitrix.c-news-detail.c-news-detail-vacancies-detail-1 .news-detail-send-summary {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}
.ns-bitrix.c-news-detail.c-news-detail-vacancies-detail-1 .news-detail-hr {
  background: #F2F2F2;
  width: 100%;
  height: 1px;
  border: none;
  margin-top: 60px;
  margin-bottom: 0;
}
.ns-bitrix.c-news-detail.c-news-detail-vacancies-detail-1 .news-detail-back {
  margin-top: 40px;
}
.ns-bitrix.c-news-detail.c-news-detail-vacancies-detail-1 .news-detail-back:hover .ns-bitrix.c-news-detail.c-news-detail-vacancies-detail-1 .news-detail-back-text, .ns-bitrix.c-news-detail.c-news-detail-vacancies-detail-1 .news-detail-back-icon, .ns-bitrix.c-news-detail.c-news-detail-vacancies-detail-1 .news-detail-back:active .ns-bitrix.c-news-detail.c-news-detail-vacancies-detail-1 .news-detail-back-text, .ns-bitrix.c-news-detail.c-news-detail-vacancies-detail-1 .news-detail-back-icon {
  color: inherit;
  text-decoration: none;
}
.ns-bitrix.c-news-detail.c-news-detail-vacancies-detail-1 .news-detail-back-text {
  color: #808080;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  margin-left: 15px;
}
.ns-bitrix.c-news-detail.c-news-detail-vacancies-detail-1 .news-detail-back-icon {
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .ns-bitrix.c-news-detail.c-news-detail-vacancies-detail-1 .news-detail-image {
    padding-top: 60%;
  }
}

/*# sourceMappingURL=style.css.map */

.scs-popup-form {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.scs-popup-form--open {
	display: flex;
	align-items: center;
	justify-content: center;
}

.scs-popup-form .popup-window {
	position: fixed;
	width: 100%;
	max-width: 580px;
	z-index: 3;
}
.scs-popup-form .popup-window-overlay {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/* End */


/* Start:/bitrix/templates/prom_s1/components/interlabs/feedbackform/form/style.css?17397875289556*/
/*Радиокнопка*/
.startshop-button-radio {
	white-space: nowrap;
	cursor: pointer;
}

.startshop-button-radio input {
	display: none;
}

.startshop-button-radio .selector {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #e9e9e9;
	margin-right: 4px;
	border: 1px solid #c9c9c9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.startshop-button-radio input:disabled + .selector,
.startshop-button-radio:hover .selector {
	border-color: #b9b9b9;
	background: #d9d9d9;
}

.startshop-button-radio input:checked + .selector:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border-radius: 4px;
	background: #1a58d7;
}

.startshop-button-radio .text {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	margin-right: 20px;
}
/**Радиокнопка**/

/*Чекбокс*/
.startshop-button-checkbox {
	white-space: nowrap;
	cursor: pointer;
}

.startshop-button-checkbox input {
	display: none;
}

.startshop-button-checkbox .selector {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	background: #e9e9e9;
	margin-right: 4px;
	border: 1px solid #c9c9c9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.startshop-button-checkbox input:disabled + .selector,
.startshop-button-checkbox:hover .selector {
	border-color: #b9b9b9;
	background: #d9d9d9;
}

.startshop-button-checkbox input:checked + .selector:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #1a58d7;
	border-radius: 2px;
}

.startshop-button-checkbox .text {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	margin-right: 20px;
}
/**Чекбокс**/

/* Поле ввода */
.startshop-input-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	border-radius: 6px;
	border: none;
	padding: 10px 19px;
	-webkit-box-shadow: inset 1px 1px 2px #e9e9e9;
	-moz-box-shadow: inset 1px 1px 2px #e9e9e9;
	box-shadow: inset 1px 1px 2px #e9e9e9;
}

.startshop-input-text-standart {
	background: #e9e9e9;
	color: #1a1a1a;
}
/** Поле ввода **/

/* Поле ввода большое */
.startshop-input-textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    border-radius: 6px;
    padding: 19px 19px;
	-webkit-box-shadow: inset 1px 1px 2px #e9e9e9;
	-moz-box-shadow: inset 1px 1px 2px #e9e9e9;
	box-shadow: inset 1px 1px 2px #e9e9e9;

	border: 1px solid #f2f2f2;
	background-color: #fbfcfd;
	color: #5f5f5f;
}

.startshop-input-textarea-standart {
    background: #e9e9e9;
    color: #1a1a1a;
}
/** Поле ввода большое **/

/* Поле выбора */
.startshop-input-select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    border-radius: 6px;
    border: none;
    padding: 9px 19px;
	-webkit-box-shadow: inset 1px 1px 2px #e9e9e9;
	-moz-box-shadow: inset 1px 1px 2px #e9e9e9;
	box-shadow: inset 1px 1px 2px #e9e9e9;
}

.startshop-input-select-standart {
    background: #e9e9e9;
    color: #1a1a1a;
}
/** Поле выбора **/

/* Поле выбора множественное */
.startshop-input-multiselect {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	border-radius: 6px;
	border: none;
	padding: 9px 9px;
	-webkit-box-shadow: inset 1px 1px 2px #e9e9e9;
	-moz-box-shadow: inset 1px 1px 2px #e9e9e9;
	box-shadow: inset 1px 1px 2px #e9e9e9;
}

.startshop-input-multiselect-standart {
	background: #e9e9e9;
	color: #1a1a1a;
}
/** Поле выбора множественное **/

.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-caption {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-row {
  padding: 8px 0;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-row-name {
  display: block;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  color: #6e6e6e;
  margin-bottom: 8px;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-row-control .startshop-input-multiselect,
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-row-control .startshop-input-text,
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-row-control .startshop-input-textarea,
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-row-control .startshop-input-select {
  outline: none;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-row-control .startshop-input-textarea {
  resize: vertical;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-row-control-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-row-control-box-wrapper {
  overflow: hidden;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-captcha {
  margin-top: 20px;
  margin-bottom: 30px;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-captcha-caption {
  display: block;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  color: #6e6e6e;
  margin-bottom: 8px;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-captcha-image {
  font-size: 0;
  margin-bottom: 5px;
  text-align: left;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-captcha-image img {
  display: inline-block;
  margin-right: 10px;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-button {
  font-size: 12px;
  margin-top: 30px;
  padding: 11px 11px;
  width: 100%;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-button[disabled] {
  background-color: #CCCCCC;
  border-color: #CCCCCC;
  cursor: not-allowed;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-message-error {
  color: #ff114a;
  font-size: 12px;
  text-align: left;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-row .startshop-forms-result-new-message-error,
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-captcha .startshop-forms-result-new-message-error {
  margin-bottom: 10px;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-required {
  color: #ff0000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  vertical-align: top;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-sent {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 0;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-sent-icon {
  margin-right: 20px;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-sent-text {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #404040;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-sent-buttons {
  display: none;
  margin-top: 38px;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-sent-button {
  padding: 23px 56px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-submit {
  margin-top: 20px;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-submit .intec-ui.intec-ui-control-button {
  padding: 16px 32px;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ns-intec.c-startshop-forms-result-new.c-startshop-forms-result-new-template-1 .startshop-forms-result-new-consent .intec-ui-part-content {
  font-size: 13px;
  line-height: 18px;
}

/* End */
/* /bitrix/templates/prom_s1/components/bitrix/news.detail/vacancies.detail.1/style.css?17397875293067 */
/* /bitrix/templates/prom_s1/components/interlabs/feedbackform/form/style.css?17397875289556 */
