/* Стили нового шаблона услужных страниц */
.category_list {
	list-style-type: none;
	padding-left: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
}
.category_list li {
	display: block;
	text-decoration: underline;
	font-size: 16px;
	padding: 0 20px 15px 20px;
}
.category_list li a {
	color: #3c93b8;
}
.characteristics_section,
.button_section {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	    -webkit-justify-content: space-around;
	            justify-content: space-around;
}
.button_section {
	-webkit-justify-content: center;
	        justify-content: center;
}
.button_section_elem {
	padding: 0 45px;
}
.characteristics_item {
	text-align: center;
}
.characteristics_item_name {
	font-weight: bold;
	padding-bottom: 10px;
}
.button_section_elem .btn_red_white,
.button_section_elem .btn_blue_white {
    background: white !important;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: background 0.2s ease-out 0s;
    -o-transition: background 0.2s ease-out 0s;
    transition: background 0.2s ease-out 0s;
}
.button_section_elem .btn_red_white:hover{
	color: #FFF;
	background: #c53b41 !important;
}
.button_section_elem .btn_blue_white:hover {
	color: #FFF;
	background: #3c93b8 !important;
}
.button_section_elem .btn_red_white {
    color: #c53b41;
    padding: 10px 40px;
    border: 3px solid #c53b41;
}
.button_section_elem a.btn_blue_white {
	color: #3c93b8;
	padding: 10px 27px;
}
.goals_list {
	padding-left: 20px;
}
.goals_list li {
	color: #c53b41;
	font-size: 18px;
	padding-bottom: 5px;
}

.goals_list li ul, .goals_list li ol {
	margin: 10px 0 0 0;
}

.goals_list li ul li {
	color: #222c36;
	font-size: 16px;
}

.goals_list li span {
	color: #222c36;
	font-size: 16px;
}
.object_section {
	background: #90b3eb;
	/*background: url(/includes/template/images/object_fon.png) center center no-repeat;*/
	/*background-size: cover;*/
	width: 100%;
	/*height: 383px;*/
	height: auto;
	padding: 56px 0;
	/*background-position-x: left;*/
}
.object-text_block {
	position: relative;
}
.object-text_block:before {
	content: '';
	position: absolute;
	width: 50%;
	height: calc(100% - 100px);
	bottom: 0;
	right: 100%;
	background: url(/includes/template/images/object_fon-new.png) left center no-repeat;
	background-size: contain;
}
.object_section .title_block {
	z-index: 2;
}
.title_white {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 48px;
}
.object_title {
	color: white;
	font-weight: bold;
	padding-bottom: 22px;
	font-size: 18px;
}
.object_description {
	padding-bottom: 20px;
}

.object_description ol {
	list-style-type: decimal;
}

.standart_questions {
	padding: 80px 0;
	width: 100%;
	height: auto;
	/*background: url('/includes/template/images/questions_fon.png') center center no-repeat;*/
	/*background-size: cover;*/
	/*background-position-x: right;*/
}
.questions_wrap {
	position: relative;
}
.questions_wrap:before {
	content: '';
	position: absolute;
	width: 50%;
	height: calc(100% - 100px);
	bottom: 0;
	right: 100%;
	background: url(/includes/template/images/questions_fon-new.png) left center no-repeat;
	background-size: contain;	
}
.standart_questions .title_block {
	z-index: 2;
}
.title_blue {
	color: #293550;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 48px;
}
.questions_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.questions_list_item {
	width: 50%;
	padding-left: 50px;
	position: relative;
	padding-bottom: 15px;
}
.questions_list_item:before {
	content: '?';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #293550;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	font-family: tahoma, sans-serif;
	line-height: initial;
	text-align: center;
	line-height: 42px;
}
.cost_block {
	background: #90b3eb;
	padding: 30px 0;
}
.cost_block .tabs_wrap .nav-tabs li.active a{
	background: white;
	border: none;
}
.cost_block .tabs_wrap .nav-tabs li a {
	color: #293550 !important;
}
.cost_block .tabs_wrap .price_wrap_left > div{
	margin-top: 0;
	max-width: 80% !important;
	margin: 0 auto;
}
.cost_block .price_wrap_left table.table_price th {
	background: #2b2b2b;
}
.cost_block .price_wrap_left table.table_price td {
	background: white;
}
.cost_block .tbl_title_lilac {
	color: #293550 !important;
}
.cost_block .price_wrap_left table.table_price td.tbl_title_lilac{
	border: inherit;
}
.cost_description {
	text-align: left;
}

.standart_questions .m-b-10 {
    margin-bottom: 21px !important;
    font-weight: bold;
}

.goals_list li ol li {
	list-style-type: decimal;
	color: #222c36;
	font-size: 16px;
}

.goals_list li ol li ul li {
	list-style-type: square;
	color: #222c36;
}

ul.goals_list.disc {
    list-style: disc;
}

ul.goals_list.disc li {
    font-size: inherit;
}

ul.goals_list.disc li span {
    color: initial;
}

ol.number_list {
    list-style-type: decimal;
    list-style-position: initial;
}


list-style-type: square;

@media (max-width: 991px)
{
	.object_section {
		background: none;
		background-color: #90b3eb;
		height: auto;
	}
	.object_section .row >div,
	.standart_questions .row>div {
		width: 100%;
	}
	.standart_questions .title_block,
	.object_section .title_block {
		text-align: center;
		padding-bottom: 20px;
	}
	.standart_questions{
		background: none;
		background-color: #f5f7fb;
		height: auto;
	}
	.standart_questions .col-xs-offset-1{
		margin: 0;
	}
	.standart_questions .questions_list_item {
		padding-right: 20px;
		padding-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.object-text_block:before {
		display: none;
	}
	.questions_wrap:before {
		display: none;
	}
}
@media (max-width: 600px) {
	.characteristics_section .characteristics_wrapper {
		width: 100%;
		padding-bottom: 25px;
	}
	.button_section .button_section_elem:first-child{
		margin-bottom: 30px;
	}
	.questions_list_item {
		width: 100%;
	}
	.tabs_wrap .nav-tabs {
		width: auto;
	}
	.documents .documents_right {
		width: 100%;
	}
	.inner-left-block-footer-sm .list-adapt {
		margin-left: 0;
	}
	.consultant_wrap .consultant_right {
		float: none;
		width: auto;
	}
	.bx-pager {
		width: 100%;
	}
	.cost_block .tabs_wrap .price_wrap_left > div {
		max-width: 100% !important;
	}
}
@media (max-width: 470px) {
	.menu_search {
		margin-left: 0;
		width: 100%;
	}
	.header_top_right {
		margin-left: 10%;
		float: none !important;
	}
	header#header #header-wrap {
		height: 90px;
	}
}