

/* Start:/bitrix/templates/redos/components/bitrix/search.form/search-secure/style.css?1706953112302*/
.search__clear-button {
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	cursor: pointer;
}
/* End */


/* Start:/bitrix/templates/redos/components/bitrix/news/secure/style.css?17069529157779*/
.base-menu {
	list-style-type: none;
	counter-reset: base;
	max-width: 23.43%;
}

.base-menu .base-menu__item .base-menu__item-title:before {
	counter-increment: base;
	content: counter(base) ".";
	margin-right: 5px;
}

.base-submenu {
	list-style-type: none;
	counter-reset: base2;
}

.base-submenu li > .base-submenu__item-title:before {
	counter-increment: base2;
	content: counter(base) "." counter(base2);
}

.base-submenu .base-submenu {
	list-style-type: none;
	counter-reset: base3;
}

.base-submenu .base-submenu li > .base-submenu__item-title:before {
	counter-increment: base3;
	content: counter(base) "." counter(base2) "." counter(base3);
}

.base-submenu__item-title:before {
	margin-right: 5px;
}

.base-menu .base-menu__item {
    font-size: 16px;
    line-height: 1.2;
}

.base-menu .base-submenu__item {
    font-size: 16px;
}

.base-content.is-loading {
	background-color: #eee;
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .4) 25%, rgba(255, 255, 255, .0) 25%, rgba(255, 255, 255, .0) 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, rgba(255, 255, 255, .0) 75%, rgba(255, 255, 255, .0)) !important;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .4) 25%, rgba(255, 255, 255, .0) 25%, rgba(255, 255, 255, .0) 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, rgba(255, 255, 255, .0) 75%, rgba(255, 255, 255, .0)) !important;
	background-size: 32px 32px !important;
	background-repeat: repeat !important;
	-webkit-transition: background-position 60000s linear !important;
	transition: background-position 60000s linear !important;
	background-position: 4000000px !important;
}

.base-content {
	text-align: justify;
}

.base-content a {
	display: inline;
	text-decoration: underline;
	color: #cc2b24;
}

.base-content__page-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.base-content__page-navigation-btn {
	padding: 15px;
	border: 1px solid #e5e5e5;
	position: relative;
}

.base-content__page-navigation-btn:before {
	border: 2px solid #333;
	content: '';
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	        transform: rotate(-45deg) translateY(-50%);
}

.base-content__page-navigation-prev:before {
	border-bottom: 0;
    border-right: 0;
	left: 20px;
}

.base-content__page-navigation-next:before {
	border-left: 0;
    border-top: 0;
	right: 15px;
}

.base-content__page-navigation a {
	text-decoration: none;
	display: block;
	line-height: 1.2;
}

.base-content__page-navigation a:hover {
	color: #cc2b24;
}

.base-content__page-navigation-prev a {
	margin-left: 20px;
}

.base-content__page-navigation-next a {
	margin-right: 20px;
}

.base-content figure,
.base-content table,
.base-content ol,
.base-content ul,
.base-content h6,
.base-content h5,
.base-content h4,
.base-content h3,
.base-content h2 {
    margin-bottom: 24px;
}

.base-content h2 {
    margin-top: 32px;
}

.base-content b {
	font-weight: bold;
}

.base-content figure {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	max-width: 100%;
	display: block;
	padding: 15px;
}

.base-content figure img,
.base-content figure > a {
	display: block;
}

.base-content figure img {
	margin: 0 auto;
}

.base-content figcaption {
	margin-top: 15px;
	text-align: center;
}


.base-content code {
    color: #cc2b24;
    border: none;
    font-weight: 300;
    background-color: lightgray;
    border-radius: 5px;
	z-index: 999;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	white-space: pre-wrap;
	margin-bottom: 15px;
}

.code__v2 {
	display: block;
	background-color: #fafafa !important;
    border: 1px dotted #111 !important;
    padding: 10px !important;
	color: #111 !important;
	border-radius: 0 !important;
	line-height: 35px;
}


.base-content pre {
	display: block;
    color: #a1a2a3;
    border: none;
    font-family: monospace;
    font-weight: 300;
    background-color: black;
    border-radius: 5px;
	z-index: 999;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	white-space: pre-wrap;
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.base-content img {
    max-width: 100%;
	height: auto;
}

.base-content ul {
	margin-left: 1em;
}

.su_highlight {
	background: #ddff99;
}

.su_note {
	background-color: #f5ea6e;
	padding: 35px 32px;
    margin: 25px 0 25px;
	border-radius: 5px;
}

.base-content p:last-child {
    margin-bottom: 0 !important;
}

.su_box {
	background-color: #ce1f1f;
	padding: 35px 32px;
    margin: 25px 0 25px;
	border-radius: 5px;
	color: #fff;
}

.su_box-title {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.su_spoiler {
	background-color: #1f1f1f;
	color: #fff;
	padding: 20px 32px;
    margin: 25px 0 25px;
	border-radius: 5px;
}

.su_spoiler-title {
	cursor: pointer;
	position: relative;
	margin-left: 30px;
	min-height: 18px;
}

.su_spoiler-title:before {
	content: '+';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	position: absolute;
	left: -46px;
	top: 50%;
	width: 30px;
	height: 30px;
	line-height: 1;
	font-size: 30px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.su_spoiler.active .su_spoiler-title:before {
	content: '-';
}

.su_spoiler-content {
	margin-top: 35px;
	display: none;
}

.su_spoiler pre {
    border: 1px solid #fff;
}

.sub_spoiler {
	color: #000;
    padding: 20px 32px;
    margin: 25px 0 25px;
    border-radius: 5px;
    border: 1px;
    border-color: #dddddd;
    border-style: solid;
}

.sub_spoiler-title {
	cursor: pointer;
	position: relative;
	margin-left: 30px;
	min-height: 18px;
}

.sub_spoiler-title:before {
	content: '+';
	color: #dd6363;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	position: absolute;
	left: -46px;
	top: 50%;
	width: 30px;
	height: 30px;
	line-height: 1;
	font-size: 30px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.sub_spoiler.active .sub_spoiler-title:before {
	content: '-';
}

.sub_spoiler-content {
	margin-top: 35px;
	display: none;
}

.sub_spoiler pre {
    border: 1px solid #fff;
}

.base-content table {
	border: 1px solid #dee2e6;
	width: 100%;
	border-collapse: collapse;
}

.base-content thead td,
.base-content thead th {
	border-bottom-width: 2px;
}

.base-content thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.base-content td,
.base-content th {
	padding: 12px;
	padding: .75rem;
	vertical-align: top;
	border: 1px solid #dee2e6;
}

.base-content tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075);
}

.base-content h3 {
    font-size: 26px;
	line-height: 1.2;
}

.base-table a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.base-table a:hover {
	color: #DADADA;
}

.base-table h4 > a:hover,
.base-submenu__item.active a:hover {
	color: #cc2b24;
}

.base-table h4 > a {
    display: inline;
	transition: unset;
}

@media screen and (max-width: 768px) {
	.base-menu {
		max-width: 100% !important;
	}
	
	.base-content.open {
		display: block !important;
	}
	
	.base-table {
        flex-wrap: wrap;
	}
}
/* End */


/* Start:/bitrix/templates/redos/components/bitrix/form/request/bitrix/form.result.new/.default/style.css?17313092812061*/
.request-form .errors {
	margin-bottom: 25px;
}

.request-form input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: auto;
}

.request-form input[type="checkbox"] + label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #8b9195;
	font-weight: 600;
}

.request-form input[type="checkbox"] + label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border: 1px solid #bbb;
	border-radius: 0.25em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.request-form input[type="checkbox"]:not(:disabled):not(:checked) + label:hover:before {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.request-form input[type="checkbox"]:not(:disabled):active + label:before {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.request-form input[type="checkbox"]:focus + label:before {
	box-shadow: 0 0 0 0.2rem rgba(232, 76, 61, 0.25);
}

.request-form input[type="checkbox"]:focus:not(:checked) + label:before {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.request-form input[type="checkbox"]:checked + label:before {
	border-color: #cc2b24;
	background-color: #cc2b24;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.request-form input[type="checkbox"]:disabled + label:before {
	background-color: #e9ecef;
}

.client-name
{
	display: none;
}

.request-form .bx-input-file-desc {
	margin-bottom: 40px;
}
/* End */


/* Start:/bitrix/templates/redos/components/bitrix/form/report/bitrix/form.result.new/.default/style.css?1706952697984*/
.report-form input.hidden {
	display: none;
}

.report-form {
    width: 100%;
    margin-top: 40px;
}

.report-form .textarea,
.report-form .input {
    width: 100%;
    margin-bottom: 32px;
}

.report-form .report__input {
    width: 100%;
    border: 1px solid #e5e5e5;
    color: #111;
}

.report-form .report__textarea {
    font-family: inherit;
    outline: 0;
    padding: 25px 0 8px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .02em;
}

.report__submit {
	cursor: pointer;
	border: 0;
	padding: 0 35px;
	height: 56px;
	font-weight: 700;
}

.footer .overlay_report.active .block {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.footer .overlay_report.active .block__content {
    width: 75%;
    height: 100%;
    margin: 50px;
}

.report-form .required {
    border-color: red;
}
/* End */
/* /bitrix/templates/redos/components/bitrix/search.form/search-secure/style.css?1706953112302 */
/* /bitrix/templates/redos/components/bitrix/news/secure/style.css?17069529157779 */
/* /bitrix/templates/redos/components/bitrix/form/request/bitrix/form.result.new/.default/style.css?17313092812061 */
/* /bitrix/templates/redos/components/bitrix/form/report/bitrix/form.result.new/.default/style.css?1706952697984 */
