

/* Start:/local/templates/main/components/bitrix/system.pagenavigation/round/style.css?16778589262917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news/blog/bitrix/news.list/jobs/style.css?16778589266671*/
.jobs {
    display: table;
    width: 100%;
}
.jobs .filter {
    display: table;
    width: 20%;
    float: left;
}
.jobs .filter ul {
    margin: 0;
    padding: 0;
}
.jobs .filter ul li {
    list-style: none;
    margin: 0 15px;
    padding: 0;
}
.jobs .filter ul li a {
    font-size: 18px;
    color: #181818;
    font-weight: normal;
    line-height: 18px;
    margin: 10px 0 5px;
    text-decoration: none;
}
.jobs .filter ul li.active a,
.jobs .filter ul li.active span {
    color: #d73030;
}
.jobs .section {
    display: table;
    width: 80%;
    float: left;
}
.jobs .section .item {
    display: table;
    width: 270px;
    height: auto;
    float: left;
    margin: 15px;
}
.jobs .section .item a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: solid 1px #bebebe;
    box-shadow: 0 0 10px #9e9e9e;
    text-decoration: none;
}
.jobs .section .item a > span {
    display: table;
    width: 100%;
}
.jobs .section .item a .ico {
    font-size: 65px;
    color: #d01520;
    display: table;
    margin: 35px auto 0;
}
.jobs .section .item a .name {
    text-align: center;
    margin: auto;
    display: table-cell;
    height: 125px;
    vertical-align: middle;
    color: #282828;
    font-size: 18px;
    line-height: 1.35;
    padding: 0 15px;
}
.jobs .section .item a .price {
    display: table-cell;
    vertical-align: middle;
    height: 35px;
    text-align: center;
    margin: auto;
    line-height: 1.35;
    padding: 0 15px;
    font-size: 24px;
    font-weight: 500;
    color: #d01520;
}
.jobs .section .item a .price > span {
    font-size: 20px;
}
.jobs .section .item a .ulli {
    display: table;
    width: 100%;
    margin-top: 15px;
}
.jobs .section .item a .ul {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 95px;
    padding: 0;
    text-align: left;
}
.jobs .section .item a .ul .li {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 0;
    padding: 0 30px;
    line-height: 22px;
    color: #444;
}
.jobs .section .item a .ul .li:before {
    position: absolute;
    top: 6px;
    left: 12px;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 3px solid #bd0b13;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.jobs .section .item a .bottom {
    
}

.jobs .section .item a .bottom > span {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 48px;
    margin-top: 0;
    padding: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #ffffff !important;
    font-size: 16px;
    text-align: center;
    text-align-last: center;
    line-height: 46px;
    text-decoration: none;
    background: #b0d140;
    background: -moz-linear-gradient(top, #b0d140 0%, #92b943 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0d140), color-stop(100%, #92b943));
    background: -webkit-linear-gradient(top, #b0d140 0%, #92b943 100%);
    background: -o-linear-gradient(top, #b0d140 0%, #92b943 100%);
    background: -ms-linear-gradient(top, #b0d140 0%, #92b943 100%);
    background: linear-gradient(to bottom, #b0d140 0%, #92b943 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d140', endColorstr='#92b943', GradientType=0 );
    border: none !important;
    border-bottom: 2px solid #536c2c !important;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: -webkit-box-shadow .2s, -moz-box-shadow .2s, box-shadow .2s, background .2s;
    -moz-transition: -webkit-box-shadow .2s, -moz-box-shadow .2s, box-shadow .2s, background .2s;
    -o-transition: -webkit-box-shadow .2s, -moz-box-shadow .2s, box-shadow .2s, background .2s;
    transition: -webkit-box-shadow .2s, -moz-box-shadow .2s, box-shadow .2s, background .2s;
    cursor: pointer;
    width: 210px;
    margin: 15px auto 30px;
    display: table;
}
.jobs .section .item a .bottom > span:hover {
    color: #ffffff !important;
    background: #d11520;
    background: -moz-linear-gradient(top, #d11520 0%, #bd0b13 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d11520), color-stop(100%, #bd0b13));
    background: -webkit-linear-gradient(top, #d11520 0%, #bd0b13 100%);
    background: -o-linear-gradient(top, #d11520 0%, #bd0b13 100%);
    background: -ms-linear-gradient(top, #d11520 0%, #bd0b13 100%);
    background: linear-gradient(to bottom, #d11520 0%, #bd0b13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d11520', endColorstr='#bd0b13', GradientType=0 );
}
.jobs .section .item a .bottom > span:active {
    border-bottom-width: 0 !important;
    background: #a00918;
    background: -moz-linear-gradient(top, #a00918 0%, #b4101e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a00918), color-stop(100%, #b4101e));
    background: -webkit-linear-gradient(top, #a00918 0%, #b4101e 100%);
    background: -o-linear-gradient(top, #a00918 0%, #b4101e 100%);
    background: -ms-linear-gradient(top, #a00918 0%, #b4101e 100%);
    background: linear-gradient(to bottom, #a00918 0%, #b4101e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a00918', endColorstr='#b4101e', GradientType=0 );
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    margin: 15px auto 32px;
}

/* */
@media (max-width: 1200px) {
    .jobs .filter {
        width: 25%;
    }
    .jobs .section {
        width: 70%;
    }
}
@media (max-width: 900px) {
    .jobs .filter {
        width: auto;
        float: none;
        margin: 0 auto 25px;
    }
    .jobs .filter ul li {
        float: left;
    }
    .jobs .section {
        width: 70%;
        float: none;
        margin: auto;
    }
}
@media (max-width: 900px) {
    .jobs .section {
        width: 84%;
        float: none;
        margin: auto;
    }
}
@media (max-width: 765px) {
    .jobs .section {
        width: 302px;
        float: none;
        margin: auto;
    }
}
/* End */
/* /local/templates/main/components/bitrix/system.pagenavigation/round/style.css?16778589262917 */
/* /local/templates/main/components/bitrix/news/blog/bitrix/news.list/jobs/style.css?16778589266671 */
