

/* Start:/local/templates/2018/components/bitrix/news/career/style.css?1762421079698*/
@charset "UTF-8";

.desc-news-list {
    margin-bottom: 50px;
}
.site-wrapper .h1, .site-wrapper .content-style h1 {
    margin-top: 40px;
}

@media only screen and (max-width: 1023px) {
    .site-wrapper .h1, .site-wrapper .content-style h1 {
        margin-top: 100px;
    }
}



.content-style .news-list-block, .news-list-block {
    border: 0 !important;
    border-radius: 15px;
	-webkit-box-shadow: 0 4px 6px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
	transition: all .3s ease-in-out;
}
.content-style .btn-detail, .btn-detail {
    border-radius: 15px;
}
.news-list-block__pic img{
	border-radius: 15px 15px 0 0;
}
/* End */


/* Start:/local/templates/2018/components/bitrix/system.pagenavigation/.default/style.css?17658808751261*/
.paging-wr{padding:25px 0;text-align:right}
@media only screen and (max-width: 1023px){.paging-wr{padding:20px 0}
}
.content-style .paging,.paging{font-size:0;margin:0 -15px}
.content-style .paging__item,.paging__item{color:#888888;display:inline-block;vertical-align:middle;font-size:18px;line-height:32px;margin:0 15px;text-align:center}
@media only screen and (max-width: 1023px){.content-style .paging__item,.paging__item{margin:0 12px;font-size:16px;line-height:24px}
}
.content-style .paging__item--active,.paging__item:hover{color:#6d6d6d;font-weight:500}
html:not(.bx-touch) .content-style .paging__item:hover,.bx-touch .content-style .paging__item:active,html:not(.bx-touch) .paging__item:hover,.bx-touch .paging__item:active{text-decoration:none}
.content-style .paging__item--arr,.paging__item--arr{margin:0 3px}
.content-style .paging__item--arr:first-child,.paging__item--arr:first-child{margin-right:3px}
.content-style .paging__item--arr:not(:first-child),.paging__item--arr:not(:first-child){margin-left:3px}
.pager-arr,.content-style .pager-arr{display:inline-block;vertical-align:middle;width:32px;height:32px;padding:10px;line-height:0;text-align:center}
.pager-arr .icon,.content-style .pager-arr .icon{width:12px;height:12px;fill:#6d6d6d}


/* End */


/* Start:/local/templates/2018/components/bitrix/news.list/career/style.css?1762427283489*/
.career-list .news-list-block .news-list-block__pic img {
  transition: all 0.3s ease-in-out;
  border-radius: 15px 15px 0 0;
}

.career-list .news-list__item .news-list-block__title {
  height: 85px;
  margin: 0;
  margin-top: 10px;
}
.career-list img {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.anons-text {
  margin: 0 !important;
}

.desc-news-list a {
  color: #ee1d23;
}

.desc-news-list a:hover {
  text-decoration: underline;
}

/* End */


/* Start:/local/templates/2018/components/bitrix/form.result.new/career/style.css?17624210783470*/
.ex-radio, .form-inline-radio, .form-radio {
  position: relative;
  margin: 12px 0;
  font-size: 14px;
}
.ex-radio label, .form-inline-radio label, .form-radio label {
  padding-left: 32px;
  line-height: 140%;
  font-weight: normal;
  display: inline-block;
  position: relative;
}
.ex-radio input[type=radio], .form-inline-radio input[type=radio], .form-radio input[type=radio] {
  margin: 0;
  opacity: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 10;
  position: absolute;
}
.ex-radio input[type=radio] + label::before, .form-inline-radio input[type=radio] + label::before, .form-radio input[type=radio] + label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.3s ease-in-out;
}
.ex-radio input[type=radio] + label::after, .form-inline-radio input[type=radio] + label::after, .form-radio input[type=radio] + label::after {
  position: absolute;
  content: " ";
  width: 12px;
  height: 12px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  background-color: #ffffff;
  transform: scale(0, 0);
  transition: transform 0.3s ease-in-out;
}
.ex-radio input[type=radio]:hover + label::before, .form-inline-radio input[type=radio]:hover + label::before, .form-radio input[type=radio]:hover + label::before {
  border: 2px solid #ee1d23;
}
.ex-radio input[type=radio]:focus + label::before, .form-inline-radio input[type=radio]:focus + label::before, .form-radio input[type=radio]:focus + label::before {
  box-shadow: 0 0 1px #ee1d23;
  outline: none;
}
.ex-radio input[type=radio]:checked + label::before, .form-inline-radio input[type=radio]:checked + label::before, .form-radio input[type=radio]:checked + label::before {
  border: 1px solid #ee1d23;
}
.ex-radio input[type=radio]:checked + label::after, .form-inline-radio input[type=radio]:checked + label::after, .form-radio input[type=radio]:checked + label::after {
  background-color: #ee1d23;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}
.ex-radio input[type=radio]:checked:hover + label::before, .form-inline-radio input[type=radio]:checked:hover + label::before, .form-radio input[type=radio]:checked:hover + label::before {
  border: 1px solid #ee1d23;
}
.ex-radio input[type=radio]:checked:disabled + label::before, .form-inline-radio input[type=radio]:checked:disabled + label::before, .form-radio input[type=radio]:checked:disabled + label::before {
  border: 1px solid #bcbcbc;
}
.ex-radio input[type=radio]:checked:disabled + label::after, .form-inline-radio input[type=radio]:checked:disabled + label::after, .form-radio input[type=radio]:checked:disabled + label::after {
  background-color: #bcbcbc;
}
.ex-radio input[type=radio]:disabled + label::before, .form-inline-radio input[type=radio]:disabled + label::before, .form-radio input[type=radio]:disabled + label::before {
  border: 1px solid #bcbcbc;
}
.ex-radio input[type="radio"]:disabled, .form-inline-radio input[type="radio"]:disabled, .form-radio input[type="radio"]:disabled {
  cursor: not-allowed;
}
.ex-radio input[type="radio"]:disabled + label, .form-inline-radio input[type="radio"]:disabled + label, .form-radio input[type="radio"]:disabled + label {
  color: #bcbcbc;
  cursor: not-allowed;
}

.form-inline-radio {
  display: inline-block;
  margin-right: 30px;
}
/* End */
/* /local/templates/2018/components/bitrix/news/career/style.css?1762421079698 */
/* /local/templates/2018/components/bitrix/system.pagenavigation/.default/style.css?17658808751261 */
/* /local/templates/2018/components/bitrix/news.list/career/style.css?1762427283489 */
/* /local/templates/2018/components/bitrix/form.result.new/career/style.css?17624210783470 */
