

/* Start:/bitrix/templates/new/components/bitrix/system.pagenavigation/.default/style.css?16709906843734*/
.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{
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	font-weight:bold;
	color: #000;
	font-size: 14px;
	border-radius: 4px;
	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;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
	border:1px  solid transparent;
}
.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;
	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{
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev {
	vertical-align:bottom;
}
.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 {
	opacity:1;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover {
	border:1px solid #ccc;
	border-radius: 3px;
}
/*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;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	opacity:0.4;
	height: 31px;
	background: url(/bitrix/templates/new/components/bitrix/system.pagenavigation/.default/image/arrow_right.png) no-repeat center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	height: 31px;
	opacity:0.4;
	background: url(/bitrix/templates/new/components/bitrix/system.pagenavigation/.default/image/arrow_left.png) no-repeat center;
}
.show-more.show-more-btn {
	display:block;
	position:relative;
	cursor:pointer;
	width: 150px;
	margin: 20px auto;
	text-align: center;
	color: #0a56d3;
	font-size:14px;
	font-weight: bold;
}
.show-more.show-more-btn i {
	background: #0a56d3;
	border-radius: 100%;
	padding: 6px;
	color: #fff;
	margin-right: 7px;
	font-size: 16px;
	line-height: 0;
	display: inline-block;
	width: 28px;
}
.show-more-btn:hover i:before {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* End */


/* Start:/bitrix/templates/new/components/bitrix/news.list/stuffs/style.css?16722142157810*/
.stuffs {
    display: block;
}
.stuffs .stuffs-section {
    display: block;
    overflow: hidden;
    margin-top: 25px;
}
.stuffs .stuffs-section .stuffs-section-wrapper {
    display: block;
    overflow: hidden;
    margin: -5px;
    min-width: 24px;
    min-height: 36px;
}
.stuffs .stuffs-section .stuffs-item {
    display: block;
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}
.stuffs .stuffs-section .stuffs-item .stuffs-item-wrapper {
    display: block;
	border: 1px solid #3b5898;
    border-radius: 5px;
}
.stuffs .stuffs-section .stuffs-item .stuffs-item-image {
    display: block;
    padding-top: 64%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.stuffs .stuffs-section .stuffs-item .stuffs-item-information {
    display: block;
    /*margin-top: 8px;*/
	padding: 10px;
}
.stuffs .stuffs-section .stuffs-item .stuffs-item-information .stuffs-item-name {
    display: block;
    color: #202020;
    font-size: 14px;
    line-height: 1.5;
    height: 21px;
    font-weight: bold;
    overflow: hidden;
}
.stuffs .stuffs-section .stuffs-item .stuffs-item-information .stuffs-item-position {
    display: block;
    color: #202020;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.5;
    height: 36px;
    font-weight: bold;
    overflow: hidden;
}
.stuffs .stuffs-section .stuffs-item .stuffs-item-information .stuffs-item-delimiter {
    display: block;
    overflow: hidden;
    background: #e9e9e9;
    height: 1px;
    margin: 10px 0;
}
.stuffs .stuffs-section .stuffs-item .stuffs-item-information .stuffs-item-skype,
.stuffs .stuffs-section .stuffs-item .stuffs-item-information .stuffs-item-email {
    display: block;
    color: #202020;
    font-size: 12px;
    line-height: 1.5;
    height: 36px;
    overflow: hidden;
}

.stuffs .stuffs-section .stuffs-item .stuffs-item-information .stuffs-item-phone{
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    background-color: #3b5898;
    border-radius: 5px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.staff-bind-btn{

}

.startshop-forms-result-new.default {
    display: block;
    margin: 0px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-wrapper {
    display: block;
    position: relative;

}

.startshop-forms-result-new.default .startshop-forms-result-new-caption {
    display: block;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 30px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-row {
    display: block;
    margin-top: 15px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-name {
    margin-bottom: 5px;
    color: #262626;
    font-size: 14px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-control {

}

.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-input-textarea,
.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-input-select,
.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-input-multiselect,
.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-input-text,
.startshop-forms-result-new.default .startshop-forms-result-new-captcha .startshop-forms-result-new-captcha-code .startshop-input-text {
    width: 100%;
    outline: none !important;
}

.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-input-textarea {
    resize: vertical;
}

.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-forms-result-new-row-control-box {
    display: block;
    padding: 10px;
    border-radius: 5px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-forms-result-new-row-control-box .startshop-forms-result-new-row-control-box-wrapper {
    display: block;
    overflow: hidden;
}

.startshop-forms-result-new.default .startshop-forms-result-new-button {
    display: block;
    font-size: 12px;
    padding: 11px 11px;
    width: 100%;
    margin-top: 30px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-captcha {
    display: block;
    margin-top: 20px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-captcha .startshop-forms-result-new-captcha-caption {
    margin-bottom: 5px;
    color: #262626;
    font-size: 14px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-captcha .startshop-forms-result-new-captcha-image {
    display: block;
    text-align: left;
    font-size: 0;
    margin-bottom: 5px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-captcha .startshop-forms-result-new-captcha-image img {
    display: inline-block;
}

.startshop-forms-result-new.default .startshop-forms-result-new-message-error {
    display: block;
    color: #ff114a;
    font-size: 12px;
    text-align: left;
}
.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-message-error,
.startshop-forms-result-new.default .startshop-forms-result-new-captcha .startshop-forms-result-new-message-error {
    margin-bottom: 10px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-required {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    color: #ff0000;
}

.startshop-forms-result-new.default .startshop-forms-result-new-sent {
    display: block;
    text-align: center;
}
.startshop-forms-result-new.default .submit-block {
    margin-top:20px;
}

input[type="text"].warning{
    border: 1px solid red !important;
}

@media all and (max-width: 1140px) {
    .staff-bind-btn{
        padding: 0 30px;
    }
}

@media all and (max-width: 999px) {
    .staff-bind-btn{
        padding: 0 15px;
    }
}

@media all and (max-width: 876px) {
    .staff-bind-btn{
        padding: 0 5px;
    }
}

@media all and (max-width: 560px) {
    .stuffs .stuffs-section .stuffs-item {
        width: 50%;
    }
}

@media all and (max-width: 450px) {
    .staff-bind-btn{
        padding: 0 40px;
    }
}
@media all and (max-width: 400px) {
    .staff-bind-btn{
        padding: 0 30px;
    }
}
@media all and (max-width: 360px) {
    .staff-bind-btn{
        padding: 0 50px;
    }
    .stuffs .stuffs-section .stuffs-item {
        float: none;
        width: auto;
    }
}
.dxtr-hidden-checkbox{
    display:none;
}
.dxtr-fake-checkbox{
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    position: relative;
    margin-right: 10px;
    margin-top: 5px;
    display: inline-block;
    cursor: pointer;
}
.dxtr-fake-checkbox::after{
    content: "";
    position: absolute;
    background: #3b5898;
    position: absolute;
    margin: auto;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 1px;
    display: none;
}
.dxtr-hidden-checkbox:checked + .dxtr-fake-checkbox{
    background: #fff;
}
.dxtr-hidden-checkbox:checked + .dxtr-fake-checkbox::after{
    display: block
}
.dxtr-fake-checkbox.warning{
    border: 1px solid red;
}

.stuffs-item-position {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.staff__contacts, .staff__name {
    margin-bottom: 12px  !important;
}

.staff__info {
    padding-top: 15px !important;
}
/* End */
/* /bitrix/templates/new/components/bitrix/system.pagenavigation/.default/style.css?16709906843734 */
/* /bitrix/templates/new/components/bitrix/news.list/stuffs/style.css?16722142157810 */
