

/* Start:/local/templates/site/components/bitrix/catalog/career/style.css?17029258602794*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.row_center {
    text-align: center; /* Центрируем блок .vacancies_block по горизонтали */
}

.vacancies_block {
    max-width: 1600px;
    margin: 0 auto; /* Центрируем блок .vacancies_block по горизонтали */
    text-align: left; /* Выравниваем текст "test" по левому краю блока */
}

.career_desc{
	margin-top: 15px!important;
	margin-bottom: 50px;
}

div.career_btn{
	margin-top: 30px;
	width: 300px;
	height: 88px;
	heigth: 100px;
}


.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  width: 50%!important; /* Установка ширины на 40% ширины окна */
  min-width: 420px; /* Минимальная ширина 420px */
}

.contact-form-wrap{
  width: 100%!important;
}

.close {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-header h2 {
  margin: 0;
}

.modal-body {
  /* Стили для содержимого формы */
  text-align: left; /* Изменили на text-align: left; */
}

.btn {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.btn:hover {
  background-color: #45a049;
}


/* End */


/* Start:/local/templates/site/components/bitrix/catalog/career/bitrix/catalog.section.list/.default/style.css?175509443913920*/
.career_cantact_description { 
    font-size: 25px;
    line-height: 30px;
    font-family: 'Montserrat-Bold', sans-serif;
    margin-bottom: 15px;
}

.career_title {
    margin-left: 20px;
    margin-top: 20px;
    font-size: 33px;
    line-height: 40px;
    font-family: 'Montserrat-BoldItalic', sans-serif;
    margin-bottom: 15px;
}
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }

.search-buttons {
  background-color: #fff;
  padding: 80px 0 60px
}

.worktype {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 1280px) {
  .internship-page .worktype {
      height:auto
  }
}

.internship-page .worktype-item {
  width: 278px;
  height: 278px;
}
.internship-page .worktype-item:hover {
  cursor: pointer;
}
.internship-page .worktype-item:before {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .3;
  background-color: #000
}
.internship-page .worktype-item__title {
  font-size: 18px;
  word-break: break-word;
}
.internship-page h1.stipendia__title {

}
@media (min-width: 768px) {
  .internship-page .worktype-item:not(:nth-child(4n)) {
    margin-right: 10px;
  }
}

@media (max-width: 1280px) {
  .internship-page .worktype-item {
      width:48.5%;
      height: 168px
  }
}

.internship-page .worktype input {
  display: none
}

.internship-page .worktype input:checked~.filter {
  opacity: 0
}

.internship-page .worktype input:hover~.filter {
  opacity: 1
}

@media (max-width: 768px) {
  .internship-page .career-title {
      margin-bottom:20px
  }

  .internship-page .career-title.subtitle {
      font-size: 32px;
      width: 100% !important;
  }

  .internship-page .worktype {
      height: auto!important
  }

  .internship-page .worktype .worktype-item {
      height: 245px!important;
      width: 100%!important
  }

  .internship-page .worktype .worktype-item .worktype-item__title {
      font-size: 28px!important;
      line-height: 37px!important;
      margin-top: 105px!important;
      margin-left: 15px!important;
      margin-right: 15px !important;
  }
  
}

.worktype {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 356px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 1280px) {
  .worktype {
      -webkit-box-orient:horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      height: auto
  }
}

.worktype-item {
  position: relative;
  margin-bottom: 0;
  background: url(/local/templates/site/components/bitrix/catalog/career/bitrix/catalog.section.list/.default/.);
  width: 18.5%;
  height: 168px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  -webkit-background-size: cover;
  background-size: cover
}

.worktype-item:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .3;
  background-color: #000
}

@media (max-width: 1280px) {
  .worktype-item.agronimia {
      -webkit-box-ordinal-group:2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1
  }
}

@media (max-width: 1280px) {
  .worktype-item.proizv {
      -webkit-box-ordinal-group:3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2
  }
}

@media (max-width: 1280px) {
  .worktype-item.transports {
      -webkit-box-ordinal-group:4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3
  }
}

@media (max-width: 1280px) {
  .worktype-item.sells {
      -webkit-box-ordinal-group:5;
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4
  }
}

@media (max-width: 1280px) {
  .worktype-item.veterinars {
      -webkit-box-ordinal-group:11;
      -webkit-order: 10;
      -ms-flex-order: 10;
      order: 10
  }
}

@media (max-width: 1280px) {
  .worktype-item.it {
      -webkit-box-ordinal-group:7;
      -webkit-order: 6;
      -ms-flex-order: 6;
      order: 6
  }
}

@media (max-width: 1280px) {
  .worktype-item.roznica {
      -webkit-box-ordinal-group:8;
      -webkit-order: 7;
      -ms-flex-order: 7;
      order: 7
  }
}

@media (max-width: 1280px) {
  .worktype-item.office {
      -webkit-box-ordinal-group:9;
      -webkit-order: 8;
      -ms-flex-order: 8;
      order: 8
  }
}

@media (max-width: 1280px) {
  .worktype-item.juniors {
      -webkit-box-ordinal-group:10;
      -webkit-order: 9;
      -ms-flex-order: 9;
      order: 9
  }
}

@media (hover) {
  .worktype-item: hover {
      cursor:pointer
  }

  .worktype-item:hover .filter {
      opacity: 1
  }
}

@media (max-width: 1280px) {
  .worktype-item {
      display:-webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 48%;
      height: 120px;
      -webkit-background-size: 100% 100%;
      background-size: 100%;
      background-position: 50%
  }
}

@media (max-width: 768px) {
  .worktype-item {
      height:60px
  }
}

.worktype-item__title {
  position: absolute;
  bottom: 20px;
  left: 10px;
  font-size: 21px;
  color: #fff;
  font-weight: 700;
  max-width: 87%;
  padding: 0;
  margin: 0;
  z-index: 1;
  font-family: Roboto Slab
}

@media (max-width: 1280px) {
  .worktype-item__title {
      font-size:24px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%)
  }
}

@media (max-width: 768px) {
  .worktype-item__title {
      position:unset;
      font-size: 14px;
      padding-left: 5px;
      max-width: 100%;
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset
  }
}

.worktype-item input {
  display: none
}

.worktype-item input:checked~.filter {
  opacity: 1
}

.worktype-item .filter {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  background: -webkit-gradient(linear,left bottom,left top,from(rgba(230,23,57,.8)),to(rgba(230,23,57,.8)));
  background: -webkit-linear-gradient(bottom,rgba(230,23,57,.8),rgba(230,23,57,.8));
  background: -o-linear-gradient(bottom,rgba(230,23,57,.8),rgba(230,23,57,.8));
  background: linear-gradient(0deg,rgba(230,23,57,.8),rgba(230,23,57,.8))
}

/* End */
/* /local/templates/site/components/bitrix/catalog/career/style.css?17029258602794 */
/* /local/templates/site/components/bitrix/catalog/career/bitrix/catalog.section.list/.default/style.css?175509443913920 */
