.additional-work__item {

	background: #f8f7f7;
}


.info-box-title {
	font-size: 1.375rem;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	line-height: 1.16;
	margin-bottom: 20px;
	color: #404040;
}
.info-box {
	white-space: normal;
	word-break: break-word;
	font-size: 1rem;
	color: #828282;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
}
.info-box_darker {
	color: #404040;
}
.info-box p {
	color: inherit;
	font-size: inherit;
	line-height: 1.4;
	margin-bottom: 22px;
}
.hub-topic .info-box p {
	margin-bottom: 30px;
}
.hub-topic__comments-box .info-box p {
	margin-bottom: 15px;
}
@media all and (max-width: 1000px) {
	.info-box p {
		margin-bottom: 20px;
	}
	.hub-topic .info-box p {
		margin-bottom: 20px;
	}
}
.info-box p:last-child {
	margin-bottom: 0;
}
.info-box p:only-child {
	margin-bottom: 0;
}
.info-box_note .info-box p {
	font-size: 0.875rem;
}
.info-box b,
.info-box strong {
	color: #404040;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}
.serv-desc__card .info-box b,
.serv-desc__card .info-box strong {
	color: #e77a12;
}
.info-box_note .info-box b,
.info-box_note .info-box strong {
	font-size: 0.875rem;
}
.info-box figure {
	margin-bottom: 20px;
}
.info-box i,
.info-box em {
	font-style: italic;
}
.info-box img {
	margin-bottom: 40px;
	max-width: 100%;
}
.info-box h1,
.info-box h2,
.info-box h3,
.info-box h4,
.info-box h5,
.info-box h6 {
	margin-bottom: 30px;
	color: #404040;
	margin-top: 30px;
}
.info-box h1:first-child,
.info-box h2:first-child,
.info-box h3:first-child,
.info-box h4:first-child,
.info-box h5:first-child,
.info-box h6:first-child {
	margin-top: 0;
}
.info-box h1 {
	font-size: 2.625rem;
	line-height: 1.16;
	margin-top: 60px;
}
.info-box h2 {
	font-size: 2.75rem;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 60px;
}
.info-box h3 {
	font-size: 1.6875rem;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	line-height: 1.16;
}
.info-box h4 {
	font-size: 1.5rem;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	line-height: 1.16;
}
.info-box h5 {
	font-size: 1.375rem;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	line-height: 1.16;
	margin-bottom: 20px;
	color: #404040;
}
.info-box a:not(.order__form-personal-link):not(.btn):not(.bs-button){
	color: #e77a12;
	text-decoration: none;
}
@media screen and (min-width: 700px) {
	.info-box a:not(.order__form-personal-link):not(.btn):not(.bs-button):hover {
		text-decoration: none;
		color: #404040;
	}
}
.info-box li {
	padding-left: 16px;
	position: relative;
	margin-bottom: 20px;
	line-height: 1.375;
}
.info-box li:last-child {
	margin-bottom: 0;
}
.info-box ul,
.info-box ol {
	margin-bottom: 22px;
}
.hub-topic .info-box ul,
.hub-topic .info-box ol {
	margin-bottom: 30px;
}
.hub-topic__comments-box .info-box ul,
.hub-topic__comments-box .info-box ol {
	margin-bottom: 15px;
}
@media all and (max-width: 1000px) {
	.info-box ul,
	.info-box ol {
		margin-bottom: 20px;
	}
	.hub-topic .info-box ul,
	.hub-topic .info-box ol {
		margin-bottom: 20px;
	}
}

/*.info-box ul.no-marker {
	list-style: none;
}

.info-box ul:not(.no-marker) {
	list-style: disc;
}

.info-box ul > li::marker {
	color: #e77a12;
}*/
.info-box ul {
	list-style: none;
}
.info-box ul:not(.no-marker) > li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	background: #e77a12;
	border-radius: 5px;
}
.info-box ul.no-marker > li,
.info-box .jq-selectbox ul > li{
	padding-left: 0;
}
.info-box ul.no-marker > li::before,
.info-box .jq-selectbox ul > li:before{
	display: none;
}

.info-box ol {
	list-style: decimal;
}
.info-box .redactor-box li:before {
	display: none;
}
.info-box table {
	margin-bottom: 22px;
	border-collapse: separate;
}
.hub-topic .info-box table {
	margin-bottom: 30px;
}
.hub-topic__comments-box .info-box table {
	margin-bottom: 15px;
}
@media all and (max-width: 1000px) {
	.info-box table {
		margin-bottom: 20px;
	}
	.hub-topic .info-box table {
		margin-bottom: 20px;
	}
}
.info-box table td,
.info-box table th {
	padding: 14px 10px;
	border: 1px solid transparent;
}
.info-box table th {
	font-weight: 500;
	color: #E77A12;
}
.info-box table tr:nth-child(2n + 1) td,
.info-box table tr:nth-child(2n + 1) th {
	background: rgba(231, 122, 18, 0.05);
	border: 1px solid rgba(231, 122, 18, 0.1);
	border-left-width: 0;
	border-right-width: 0;
}
.info-box table tr:nth-child(2n + 1) td:first-child,
.info-box table tr:nth-child(2n + 1) th:first-child {
	border-left-width: 1px;
}
.info-box table tr:nth-child(2n + 1) td:last-child,
.info-box table tr:nth-child(2n + 1) th:last-child {
	border-right-width: 1px;
}
.info-box table tr:hover td,
.info-box table tr:hover th {
	border-color: #FFEAD6;
	background: #FFEAD6;
}
.info-box table tr.wo-style td {
	background-color: transparent;
	border-color: transparent;
}
.info-box table tr.wo-style figure {
	margin-bottom: 0;
}
.info-box table tr.wo-style img {
	margin-bottom: 0;
}
@media screen and (min-width: 901px) {
	.info-box table.info-box__table_photos {
		margin-left: -10px;
		margin-right: -10px;
	}
}
.info-box table.info-box__table_photos tr td,
.info-box table.info-box__table_photos tr th {
	background: transparent;
	border: none;
}
.info-box table.info-box__table_no-style {
	border-collapse: collapse;
}
.info-box table.info-box__table_no-style td,
.info-box table.info-box__table_no-style th {
	padding: 0;
	border: 0;
}
.info-box table.info-box__table_no-style th {
	font-weight: normal;
	color: inherit;
}
.info-box table.info-box__table_no-style tr td,
.info-box table.info-box__table_no-style tr th {
	background: transparent;
	border: 0;
}
.info-box table.info-box__table_no-style tr:hover td,
.info-box table.info-box__table_no-style tr:hover th {
	background: transparent;
	border: 0;
}
.info-box blockquote:not(.quotes) {
	background: rgba(231, 122, 18, 0.05);
	border-left: 2px solid #E77A12;
	border-right: 2px solid #E77A12;
	padding: 15px 20px;
	line-height: 1.4;
	font-style: italic;
	margin-bottom: 22px;
}
.hub-topic .info-box blockquote:not(.quotes) {
	margin-bottom: 30px;
}
.hub-topic__comments-box .info-box blockquote:not(.quotes) {
	margin-bottom: 15px;
}

@media all and (max-width: 1000px) {
	.info-box blockquote:not(.quotes) {
		margin-bottom: 20px;
	}
	.hub-topic .info-box blockquote:not(.quotes) {
		margin-bottom: 20px;
	}
}
.info-box video {
	max-width: 100%;
}
.info-box pre {
	background: rgba(231, 122, 18, 0.05);
	padding: 15px 20px;
}
.info-box .special-heading {
	background: rgba(231, 122, 18, 0.05);
	text-align: center;
	font-weight: 500;
	line-height: 30px;
	font-size: 24px;
	color: #E77A12;
	padding: 20px;
	border-left: 4px solid #E77A12;
	border-right: 4px solid #E77A12;
}
.info-box_header {
	background: rgba(231, 122, 18, 0.05);
	border: 1px solid rgba(231, 122, 18, 0.1);
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	color: #E77A12;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px 10px;
	margin-bottom: 30px;
}
.info-box_header p {
	margin-bottom: 0;
}
.info-box_header p:empty {
	display: none;
}
.info-box > *:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 1001px) {
	.info-box ul,
	.info-box ol {
		padding-left: 20px;
	}
}
@media screen and (max-width: 1000px) {
	.info-box,
	.info-box p {
		font-size: 0.875rem;
		line-height: 19px;
	}
	.info-box img {
		margin-bottom: 0;
	}
	.info-box h1,
	.info-box h2,
	.info-box h3,
	.info-box h4,
	.info-box h5,
	.info-box h6 {
		margin-top: 42px;
		margin-bottom: 23px;
	}
	.info-box h1 {
		font-size: 1.625rem;
	}
	.info-box h2 {
		font-size: 1.5rem;
	}
	.info-box h3 {
		font-size: 1.375rem;
	}
	.info-box h4 {
		font-size: 1.25rem;
	}
	.info-box h5 {
		font-weight: 500;
		line-height: 21px;
		font-size: 1.125rem;
		margin-bottom: 20px;
	}
	.info-box ul,
	.info-box ol {
		padding-left: 15px;
	}
	.info-box ul li,
	.info-box ol li {
		margin-bottom: 15px;
	}
	.info-box ul li:last-child,
	.info-box ol li:last-child {
		margin-bottom: 0;
	}
	.info-box ul li:before {
		top: 6px;
	}
	.info-box_header {
		background: rgba(0, 0, 0, 0.9);
		border-radius: 5px;
		line-height: 22px;
		font-size: 16px;
		text-align: center;
		color: #fff;
		border: none;
		padding: 18px 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.info-box-title {
		font-weight: 500;
		line-height: 21px;
		font-size: 18px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 500px) {
	.info-box img {
		max-width: 100%;
	}
	.info-box h4 {
	}
}
@media screen and (max-width: 500px) {
	.info-box img {
		max-width: 100%;
	}
}

.hub__ads p {
	color: black;
	FONT-WEIGHT: 500;
	font-size: 20px;
}

.services-intro.seo-banner {
	padding: 15px;
	border: 1px solid #ea7a12;
	border-radius: 10px;
	background-color: #f8f7f7;
}


.seo-banner__btns {
	display: flex;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 20px;
}

a.seo-banner__btn {
	padding: 13.5px 40px;
	background: #e77a12;
	border-radius: 30px;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: white!important;
}

a.seo-banner__btn:hover,
a.seo-banner__btn:focus {
	cursor: pointer;
	background: #ff8f24;
	border-color: #ff8f24;
}

/*СОДЕРЖАНИЕ СТАТЬИ в ХАБЕ*/

.hub-topic .info-box .bs_list {
    padding-left: 0;
}

.hub-topic .info-box .bs_list li {
    margin-bottom: 5px;
    padding-left: 0;
}

.hub-topic .info-box .bs_list li:before {
    display:none;
}

.hub-topic .info-box .bs_list .bs_list_l2 {
    padding-left: 32px;
}

.hub-topic .info-box .bs_list .bs_list_l3 {
    padding-left: 62px;
}

.hub-topic .info-box .bs_list .bs_list_l4 {
    padding-left: 92px;
}

/*КОНЕЦ СОДЕРЖАНИЕ СТАТЬИ*/

.hub-topic .info-box img {
    box-shadow: 2px 0px 8px 2px rgba(0,0,0,0.25);
    border-radius: 5px;
}

/*ССЫЛКИ ДЛЯ ПЕРЕЛИНКОВКИ СТАТЕЙ ХАБА */
.hub-topic .info-box .down-crosslinks {
        list-style: none;
	    margin: 0;
	    padding: 0;
	    padding-left: 0!important;
    }

.hub-topic .info-box    .down-crosslinks a {
        display: block;
        border: 1px solid #e77a12;
	    width: 100%;
	    text-decoration: none;
	    color: #e77a12;
	    padding: 15px;
	    border-radius: 5px;
    }
/*КОНЕЦ ССЫЛКИ ДЛЯ ПЕРЕЛИНКОВКИ СТАТЕЙ ХАБА */

/*НИЖНИЙ БЛОК "отзыв/улучшение/сообщить об ошибке */
.hub-topic .info-box .footer-links-list {
		display: flex;
	    justify-content: space-between;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}

.hub-topic .info-box .footer-links-list li {
		flex-grow: 1;
		margin: 0 5px;
	}

.hub-topic .info-box .footer-links-list li:before,
.hub-topic .info-box .down-crosslinks li:before {
		display: none;
	}

.hub-topic .info-box .footer-links-list a {
		display: block;
	    text-align: center;
	    border: 1px solid #e77a12;
	    width: 100%;
	    text-decoration: none;
	    color: #e77a12;
	    padding: 15px 0;
	    border-radius: 5px;
	    display: flex;
		align-items: center;
		justify-content: center;
	}

.hub-topic .info-box .footer-links-list a:hover,
.hub-topic .info-box .footer-links-list a:focus {
		text-decoration: none;
    	background-color: rgba(231,122,18,.1);
    	color: #ff8f24;
    	border-color: #ff8f24;
	}

.hub-topic .info-box .footer-links-list img {
		margin-right: 10px;
		margin-bottom: 0;
		box-shadow: none;
	}
/*КОНЕЦ НИЖНИЙ БЛОК "отзыв/улучшение/сообщить об ошибке */