body {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.2;
}

main {
	background-color: #fffef0;
	padding-top: 59px;
}

h1, h2, h3, h4 {
	color: #171625;
	font-weight: normal;
}

.header__inner-user-content {
	margin-right: 24px;
}

.section-content.section-content-profile .breadcrumbs {
	padding-top: 24px;
}

.section-content p {
	line-height: 1.6em;
	padding-bottom: 10px;
}

.section-content ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}

.section-content ul.project__nav {
	margin-bottom: 0;
}


.section-content ol li {
	margin-left: -10px;
}

.section-content ul li {
	margin-bottom: 0;
}

.steps__collapse-inner ul li {
	margin-bottom: 10px;
}

.header__inner {
	height: 59px;
	padding: 0 18px;
	border-bottom: 1px #3a3a44 solid;
}

.aside--main {
	top: 59px;
	max-width: 65px;
	border-right: 1px #3a3a44 solid;
	border-top: 0 #fffde5 solid;
}

.menu-list__link-icon {
	font-size: 22px;
	color: #fffde5;
	margin-right: 20px;
	width: 27px;
	height: 24px;
	position: relative;
}

.menu-list__item:not(:last-child) {
	margin-bottom: 28px;
}

.menu-list {
	padding: 32px 18px 18px 18px;
	margin-bottom: 0;
	list-style: none;
}

.header__inner-burger .icon-menu {
	font-size: 20px;
}

.header__inner-logo-img {
	width: 203px;
	height: 39px;
	margin-right: 10px;
	margin-bottom: 1px;
}

.header__inner-logo-txt {
	font-size: 8px;
	text-transform: uppercase;
	max-width: 156px;
	line-height: 1.2em;
}

.header__inner-burger .icon-menu-2 {
	font-size: 28px;
}

.header__inner-content {
	padding: 0 20px;
}

.header__inner-contacts-item:not(:last-child) {
	margin-bottom: 0;
}

.header__inner-contacts-item .icon, .header__inner-contacts-item i {
	margin-right: 6px;
	margin-top: 0;
	font-size: 9px;
	color: #fffde5;
}

.aside {
	top: 59px !important;
}

.submenu-wrap {
	padding: 20px;
	font-size: 13px;
}

.header__inner-contacts-item span {
	font-size: 12px;
	line-height: 1.4em;
}

.footer {
	background-color: #fff;
}

.breadcrumbs {
	padding: 1.5rem 0 0.25rem;
}

.section-content .breadcrumbs ul {
	margin-bottom: 0;
	line-height: 1.6em;
}

article {
	margin: 10px auto;
	margin-bottom: 0;
}

.section-content .form-group {
	margin-bottom: 30px;
}

label {
	margin-bottom: 10px;
	font-weight: 400;
}

/*.font-weight-bold {*/
	/*margin-bottom: 15px;*/
/*}*/

.custom-control-label {
	padding-left: 5px;
}

.menu-list__link-txt {
	font-size: 13px;
	font-weight: normal;
}


.aside--right {
	background: #171625;
	border-left: none;
	text-transform: uppercase;
}
.submenu-ttl {
	font-weight: normal;
	margin-bottom: 20px;
}
.aside--right .submenu-ttl {
	color: #fff;
	font-weight: 500;
}
.aside--right span:not(.menu-list__link-amount),
.aside--right b,
.aside--right div,
.aside--right label {
	color: #fff;
}

.submenu-list__link,
.aside--right a {
	color: #fffde5;
}
.submenu-list__link:hover,
.submenu-list__link:active,
.aside--right a:hover,
.aside--right a:active {
	color: #feee00;
}
.submenu-list__link.current-item {
	font-weight: 500;
	color: #feee00;
}


.h1 {
	margin-bottom: 30px;
	line-height: 1.2em;
	font-weight: normal;
}

.invalid-feedback {
	color: #ef7f1b;
	margin-top: 0.375rem;
	font-size: 80%;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #ef7f1b;
}

.chapter-subttl {
	margin-top: 35px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
}

.custom-control-label {
	margin-bottom: 0;
}

.footer__ttl {
	margin-bottom: 15px;
	font-size: 19px;
}

.landing-row landing-row--center landing-row--yellow {
	padding-top: 65px;
	padding-bottom: 65px;
}

.banner__row {
	margin-bottom: 20px;
}

.landing-row--blue {
	margin-bottom: 30px;
	padding-bottom: 60px;
}

.landing-row--center .button-regular {
	margin-top: 40px;
}

.landing-row--center h2 {
	margin: 0 auto 20px;
}

.steps__collapse-btn {
	font-weight: bold;
}

.section-content.home {
	margin: 0 auto;
	margin-bottom: 20px;
}

.banner {
	margin-bottom: 40px;
}

.cad.table {
	color: #171625;
	background-color: #ffffff;
}

.cad.table th {
	font-weight: normal;
}

.cad.table th, .cad.table td {
	padding: 0.625rem;
	vertical-align: top;
	border: 1px solid #171625;
	margin: 10px;
}

.cad.table .thead-light th {
	color: #fffde5;
	background-color: #171625;
	border: 0;
	border-left: 1px solid #fffde5;
}

.cad.table .thead-light th.first {
	border-left: 1px solid #171625;
}

.cad.table .thead-light tr {
	border: 1px solid #171625;
}

.cad.table thead th {
	vertical-align: bottom;
	border: 1px solid #171625;
}

.cad.table {
	display: table;
	border-collapse: none;
	border-spacing: 0;
	border: 1px solid #171625;
}

.submenu-list__link.current-item {
	pointer-events: auto;
}

.list-group-item-action {
	color: #0172b3;
}

.header__inner-user-txt span {
	font-size: 13px;
	line-height: 1.2em;
	text-transform: uppercase;
}

.justify-content-between {
	padding-bottom: 15px;
}

a:hover {
	color: #0083ce;
}

.breadcrumbs__list li a span:hover {
	color: #0083ce;
}

.button-regular--blue:hover {
	background: #0083ce;
}

.custom-control:not(:last-child) {
	margin-bottom: 10px;
}

.invalid-feedback {
	padding-left: 5px;
}

.section-content-main .breadcrumbs {
	padding: 24px 0 2.4em;
}

.iti input.form-control::placeholder {
	color: #dddddd;
}

#passwordresetform-captcha-image {
	padding-bottom: 3px;
}

/* bitrix24 widget */
.bx-crm-widget-form-config-sidebar-header {
	background: #0172b3 !important;
}
.bx-crm-widget-form-config-sidebar-message-item {
	color: #fff !important;
	font-family: 'Roboto', Arial, sans-serif !important;
}
.bx-crm-widget-form-config-sidebar-close-item {
	background-image: none !important;
}
.bx-crm-widget-form-config-sidebar-close-item:before {
	content: "×";
	font-size: 28px;
	color: #fff;
}

.menu-list__link.disable span, .menu-list__link.disable i {
	color: rgb(100, 96, 96);
}

.menu-list__link.disable span, .menu-list__link.disable i {
	color: rgb(100, 96, 96);
}

.menu-list__link.disable:hover, .menu-list__link.disable:hover span, .menu-list__link.disable:hover i {
	color: rgb(100, 96, 96);
	cursor: default;
}

.treaty-group:not(:last-child) {
	margin-bottom: 30px;
}

.treaty-group__top {
	margin-bottom: 4px;
}

.input-wrap__confirm {
	margin-left: 10px;
}


.bx-livechat-help-title.bx-livechat-help-title-lg {
	padding-left: 20px;
	padding-right: 20px;
}


.background-white {
	background-color: #fff !important;
}
.landing-row--yellow.background-white {
	margin-top: 4rem;
	margin-bottom: -2rem;
}


.js-asideLeft .social
{
	margin-left: -14px;
	margin-top: 20px;
	list-style: none;
	font-size: 14px;
}
.js-asideLeft .gplay img {
	width: 200px;
}

.js-asideLeft.aside--opened .social
{
	/*position: fixed;*/
}

.js-asideLeft .social li
{
	float: left;
	margin-bottom: 10px;
}

.js-asideLeft .social li
{
	margin-right: 10px;
}

.js-asideLeft .social a
{
	color: #fffde5;
}

.js-asideLeft .social a:hover
{
	color: #feee00;
}


.news-block .title a
{
	color: #171625;
}

body .news-block a:hover {
	color: #0172b3;
}

.news-block .title
{
	margin-top: 35px;
	color: #171625;
	font-size: 22px;
}

.news-block .date
{
	margin-top: 20px;
	color: #999999;
}

.news-block .categories-list
{
	margin-top: 45px;
}
.news-block .categories-list a
{
	color: #0172b3;
}

.news-block .category
{
	color: #999999;
	margin-bottom: 20px;
}

.news-block .categories-list
{
	display: flex;
}

.news-block .categories-list .item + .item
{
	margin-left: 20px;
}

.news-block .list-view .title
{
	margin-top: 0;
	margin-bottom: 15px;
}
.news-block .list-view .item + .item
{
	margin-top:40px;
}
.news-block .pagination-block
{
	margin-top: 20px;
	font-size: 20px;
}
.news-block .pagination-block li + li
{
	margin-left: 5px;
}

.image-block.news
{
	max-width: 600px;
	max-height: 600px;
}

.page-item.active .page-link
{
	color: #0a0a0a;
	background: #fff;
	border-color: #0a0a0a;
}

.news-block .category-links a
{
	border: 1px solid #0172b3;
	color: #0172b3;
}


.ask-answer .head-block li
{
	list-style: none;
	float: left;
}

.ask-answer .head-block .search-block
{
	position: relative;
}

.ask-answer .head-block .search-block button
{
	position: absolute;
	right: 4px;
	top: 4px;
}

.ask-answer .head-block
{
	margin-bottom: 20px;
}

.ask-answer .head-block ul
{
	padding-left: 0;
}

.ask-answer .head-block ul li .active
{
	border-color: #0172b3;
}

.ask-answer .head-block ul li a.active
{
	color: #0172b3;
}

.ask-answer .offer-item .info
{
	color: #a5acb3;
	font-size: 14px;
}

.ask-answer .offer-item__top-ttl a
{
	font-weight: bold;
	color: #333;
}
.ask-answer .offer-item__top-val
{
	text-align: center;
	background: none;
	color: #b2bac2;
}

.ask-answer a.change-subscribe
{
	border-color: #0172b3;
	color: #0172b3;
}

.ask-answer .page-category
{
	margin: 40px 0 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 2px solid #333;
}

.ask-answer .project__content-message-name
{
	margin-bottom: 0;
}

.ask-answer .comment-block
{
	margin-top: 20px;
	background: #f6f7f7;
	padding: 20px;
}

.ask-answer .comment-block .name
{
	font-weight: bold;
	margin-bottom: 5px;
}

.ask-answer .comment-block .date
{
	color: #a5acb3;
	font-size: 14px;
	margin-top: 5px;
}

.ask-answer .comment-block .item
{
	padding: 20px 0;
	border-bottom: 1px solid #f0f0f0;
}

@media (min-height: 720px)
{
	.js-asideLeft .social
	{
		position: absolute;
		bottom: 20px;
	}
	.js-asideLeft:hover .social,
	.js-asideLeft.aside--opened .social
	{
		bottom: 65px;
	}
	.js-asideLeft .gplay {
		position: absolute;
		bottom: 3px;
	}
}


.search-block
{
	margin-bottom: 20px;
}


.clearfix {
	clear: both;
}


.cad-ul-cog {
	list-style: none;
	padding-left: 15px;
}
.cad-ul-cog li {
	background: url(/images/icons/cog.png) no-repeat 0 5px;
	margin: 5px 0;
	padding-left: 20px;
}

.my-answer .project__content-message-txt span
{
	display: inline-block;
}

.my-answer .files-block-files_files
{
	margin-top: 20px;
}

.my-region
{
	display: flex;
	float: right;
	padding-top: 3px;
}
.my-region input
{
	width: auto;
}
.my-region label
{
	font-size: 14px;
	margin-bottom: 0;
	margin-left: 5px;
	cursor: pointer;
}

.task-info .price
{
	font-size: 24px;
}

.offer-item .user-name
{
	font-weight: bold;
}

.offer-item .images
{
	display: flex;
	margin: 15px 0;
}

.offer-item .images .img
{
	width: 50px;
}

.offer-item .images .img + .img
{
	margin-left: 10px;
}