/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.header_wrap .header_top {
	margin-top: 30px;
	height: 80px;
}

.header-fon {
	background: url("/includes/template/images/header_fon.jpg") center/cover no-repeat;
}

.header-fon {
	background: url(/includes/template/images/header_fon.webp) center/cover no-repeat;
}

.device-xxs #header-wrap {
	height: auto !important;
}

.lines-button.x.toggle-active {
	height: 90px;
}

.header-fon #wrapper {
	overflow-x: inherit;
}

@media (min-width: 901px) {
	.main-menu-list > .dropdown > .dropdown-menu.drop-post {
		max-width: max-content;
	}
	.main-menu-list > .dropdown > .dropdown-menu.drop-post > li {
		flex: 0 0 19em;
		display: flex;
		align-items: center;
	}
	.main-menu-list > .dropdown > .dropdown-menu.drop-post > li > a {
		box-sizing: border-box;
	}

	#mainMenu nav > ul li a {
		display: block;
		width: 100%;
		border-top: 1px dotted gray;
		border-bottom: 1px dotted gray;
	}

	#mainMenu nav ul > li:last-child a {
		border-bottom: 1px dotted gray;
	}

	#mainMenu nav > ul > li .dropdown-submenu > .dropdown-menu {
		margin-top: -11px;
	}
}

.panelItem {
	float: left;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.panelHeader {
	cursor: pointer;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: #191c3c;
	font-weight: bold;
	text-align: left;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
}

.closeV .panelContent {
	height: 0px;
	transition: height 1s ease-out;
	-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	float: left;
	display: block;
}

.openV .panelContent {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	width: 100%;
	margin: 0px 0px 10px 0px;
	display: block;
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
	box-sizing: border-box;
}

.openV .panelHeader {
	margin: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #3c93b8;
	color: #fff;
}

.reviews .bx-controls-direction .bx-prev.disabled,
.reviews .bx-controls-direction .bx-next.disabled {
	display: none;
}

.faq-block {
	padding: 20px 0;
}
.faq-block .service-landing__h2 {
	margin-bottom: 30px;
}
.faq-block .faq-block__item {
	background: #fff;
	border-radius: 4px;
	margin-bottom: 24px;
}
.faq-block .faq-block__item .faq-block__question {
	padding: 24px 32px;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #000;
	margin: 0;
	position: relative;
	cursor: pointer;
}
.faq-block .faq-block__item .faq-block__question:after {
	content: "";
	display: block;
	width: 76px;
	height: 76px;
	background: url(/upload/faq/open_big.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
.faq-block .faq-block__item .faq-block__answer {
	display: none;
}
.faq-block .faq-block__item.open .faq-block__question:after {
	background: url(/upload/faq/close_big.png) no-repeat;
}
.faq-block .faq-block__item.open .faq-block__answer {
	display: block;
	padding: 24px 32px;
	border-top: 4px solid #f3f3f3;
}
.faq-block .faq-block__item.open .faq-block__answer p,
.faq-block .faq-block__item.open .faq-block__answer ul {
	font-size: 17px;
	line-height: 190%;
	color: #000;
	margin: 0;
}
.faq-block .faq-block__item.open .faq-block__answer .bordered {
	font-size: 17px;
	line-height: 190%;
}
.faq-block .faq-block__item.open .faq-block__answer p,
.faq-block .faq-block__item.open .faq-block__answer ul {
	margin-bottom: 10px;
}
.faq-block .faq-block__item.open .faq-block__answer p:last-child,
.faq-block .faq-block__item.open .faq-block__answer ul:last-child {
	margin-bottom: 0;
}
.faq-block .service-landing__h2 {
	font-weight: 800;
	font-size: 32px;
	line-height: 36px;
	color: #000;
	margin: 0 0 50px;
	text-align: center;
}

.main_section__main .upper {
	text-transform: uppercase;
}
.main_section__main {
	margin-bottom: 10px;
}

.main_section__main .sub_section {
	margin-left: 20px;
}

.main_section__main .sub_item {
	margin-left: 20px;
}

.main_section__main .main_item {
	margin-left: 20px;
}

.sub_section a:before,
.main_item a:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
	padding: 5px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: #aeaeae;
	position: relative;
	z-index: 1;
}

.main_section__main_wrap {
	margin-bottom: 30px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: start;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.block_main_section {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}
.other-experts {
	margin: 20px 0;
	text-align: center;
}

.uslugi-ekspertizy .clients {
	padding-top: 20px;
}
.clients ul.clients_item li div {
	text-align: center;
}
@media (max-width: 767px) {
	.header-fon {
		background-image: url(/includes/template/images/header_fon-mob.webp);
	}
	.consultant_wrap {
		background-image: url(../images/consultant_fon-mob.webp);
	}
}
img {
	max-width: 100%;
}
nav > ul li.dropdown > ul.dropdown-menu li.active_item_menu {
	background-color: #3c93b8;
}
.sud_statistics.sud_statistics_custom {
	height: 364px;
	padding-top: 70px;
}
.sud_statistics.sud_statistics_custom p.top_text {
	padding-top: 20px;
	clear: both;
}
.our_plusy_custom .our_plusy_left .our_plusy_left_text {
	padding-bottom: 10px;
	border-bottom: none;
}
.our_plusy_custom .block-advantage_last {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #aaa;
}
.our_plusy_custom .block-advantage_last .tel-number {
	margin-right: -17%;
}
span.note.c1 {
	color: brown;
	font-weight: 600;
	font-style: italic;
}

.form-in.c3 .b24-form-wrapper {
	border-radius: 0;
}

@media screen and (max-width: 1024px) {
	.sud_statistics.sud_statistics_custom {
		height: auto;
		padding-top: 56px;
	}
}
@media screen and (min-width: 1004px) and (max-width: 1149px) {
	.sud_statistics_custom .sud_stat_left {
		width: 30%;
	}
	.sud_statistics_custom .sud_stat_right {
		width: 70%;
	}
}
@media screen and (max-width: 1062px) {
	.our_plusy_custom .block-advantage_last .tel-number {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.sud_statistics.sud_statistics_custom {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 900px) {
	.our_plusy_custom .block-advantage_last {
		flex-direction: column;
	}
	.our_plusy_custom .block-advantage_last .tel-number {
		margin-top: 0;
	}
}
.header_region .region_radio .region_radio_col {
	width: calc(100% / 3);
}
@media screen and (max-width: 1130px) {
	.header_region .header_region_list {
		width: 100%;
	}
	.header_region .header_region_search {
		margin-top: 0px;
		width: 80%;
		margin: 0 auto;
		float: none;
		margin-bottom: 30px;
	}
	.header_region_search > p.zag_blue {
		margin-bottom: 0px;
	}
	.header_region .header_region_search p.prev_italic {
		margin: 20px 185px 0 0;
	}
}



@media screen and (max-width: 767px) {
	.footer-menu__unio .footer-menu__fnio {
		display: block;
	}

	.footer-menu__unio .footer-menu__title {
		font-size: 22px;
	}

	.footer-menu__unio ul.footer-menu {
		margin-bottom: 30px;
		line-height: 2em;
		clear: both;
	}
	.footer-content__contacts, .footer-content__copy {
		padding: 0 25px 25px;
	}

}

.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	padding-left: 70px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	position: relative;
	padding-right: 45px;
}
.accordion:before {
	content: "?";
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #dce0e9;
	color: #fff;
	font-weight: bold;
	font-size: 44px;
	font-family: tahoma, sans-serif;
	line-height: initial;
	text-align: center;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
	background-color: #ccc;
}
.panel-active {
	border: 2px solid #eee !important;
	padding: 10px 40px !important;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
	border-radius: 0;
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin-bottom: 0;
	border: none;
	box-shadow: none;
}
.new_faq_item {
	margin-bottom: 5px;
}
.accordion:after,
.active:after {
	font-size: 34px;
	color: #777;
	position: absolute;
	right: 10px;
	margin-left: 5px;
	font-weight: normal;
	bottom: 0;
	line-height: 0;
}
.accordion:after {
	content: "⌄";
	top: 37%;
}

.active:after {
	content: "⌃"; /* Unicode character for "minus" sign (-) */
	top: 63%;
}

.footer-content {
  display: flex;
  flex-direction: column;
  background: #001034;
  color: #fff;
}
.footer-content__top {
  display: inherit;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-content__menus {
  display: flex;
  justify-content: inherit;
  flex-wrap: inherit;
  padding: 0 2em;
  flex-grow: 1;
	margin-left: -4rem;
}
.footer-content__copy {
  display: inherit;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-menu {
  list-style: none;
  color: inherit;
}
.footer-menu__item {
  color: inherit;
}
.footer-menu__link {
  color: inherit;
  text-decoration: none;
}
.footer-menu__unio {
  flex-wrap: inherit;
}
.footer-menu__fnio {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
.footer-menu__title {
  padding-left: 4rem;
}
.btn-block {
	display: flex;
	justify-content: center;
}
.btn-block .btn_more{
	margin: 0 15px;
}
.hide-content {
	display: none;
}
.hide-content.show{
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.documents .documents_right .bx-default-pager .bx-pager-item .bx-pager-link {
	text-indent: 15px;
}

.footer-content__contacts a.btn_blue{
	display: block;
	margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .section-grafik {
      padding-top: 0;
      padding-bottom: 0;
  }

  .grafik_wrap {
      height: auto;
  }

  .grafik_wrap .grafik_left {
      width: 100%;
      height: auto;
      padding: 0;
      padding-top: 80.4%;
      background-size: contain;
  }

  .grafik_wrap .grafik_right {
      float: left;
      width: 100%;
      height: auto;
      padding-top: 0;
  }

  .grafik_wrap .grafik_left .desc_year {
      bottom: 15.09% !important;
      font-size: 10px;
  }

  p.zag_blue {
      margin-bottom: 25px;
  }

  .grafik_wrap .grafik_left .point .point_blue.point_blue_right {
      left: 0;
      z-index: 100;
  }

  .grafik_wrap .grafik_left .point .point_blue.point_blue_right::after {
      left: 0;
      transform: rotate(100deg) skewX(45deg);
  }

  .grafik_wrap .grafik_left .point .point_blue.point_blue_bottom {
      top: 10px;
      bottom: unset;
      left: -158px;
      z-index: 100;
  }

  .grafik_wrap .grafik_left .point .point_blue.point_blue_bottom::after {
      top: 3px;
      left: unset;
      right: 0;
      transform: rotate(114deg) skewX(45deg);
  }

  .grafik_wrap .grafik_left .point:hover {
    border: 8px solid #f23643;
    border-radius: 8px;
  }

  .grafik_wrap .grafik_left .point.point_2015 {
      left: 9.2%;
      bottom: 22.0%;
  }

  .grafik_wrap .grafik_left .point.point_2015:hover {
      left: 9.2%;
      bottom: 22.0%;
  }

  .grafik_wrap .grafik_left .desc_year.point_2015 {
    left: 8.8%;
  }

  .grafik_wrap .grafik_left .point.point_2016 {
    left: 18%;
    bottom: 25.2%;
  }

  .grafik_wrap .grafik_left .point.point_2016:hover {
    left: 18%;
    bottom: 25.2%;
  }

  .grafik_wrap .grafik_left .desc_year.point_2016 {
    left: 17.6%;
  }

  .grafik_wrap .grafik_left .point.point_2017 {
    left: 26.8%;
    bottom: 28.85%;
  }

  .grafik_wrap .grafik_left .point.point_2017:hover {
    left: 26.8%;
    bottom: 28.85%;
  }

  .grafik_wrap .grafik_left .desc_year.point_2017 {
    left: 26.4%;
  }

  .grafik_wrap .grafik_left .point.point_2018 {
    left: 35.33%;
    bottom: 34%;
  }

  .grafik_wrap .grafik_left .point.point_2018:hover {
    left: 35.33%;
    bottom: 34%;
  }


  .grafik_wrap .grafik_left .desc_year.point_2018 {
    left: 34.93%;
  }

  .grafik_wrap .grafik_left .point.point_2019 {
    left: 44.4%;
    bottom: 40.5%;
  }

  .grafik_wrap .grafik_left .point.point_2019:hover {
    left: 44.4%;
    bottom: 40.5%;
  }

  .grafik_wrap .grafik_left .desc_year.point_2019 {
    left: 44%;
  }

  .grafik_wrap .grafik_left .point.point_2020 {
    left: 53.2%;
    bottom: 46.3%;
  }

  .grafik_wrap .grafik_left .point.point_2020:hover {
    left: 53.2%;
    bottom: 46.3%;
  }


  .grafik_wrap .grafik_left .desc_year.point_2020 {
    left: 52.8%;
  }

  .grafik_wrap .grafik_left .point.point_2021 {
    left: 62%;
    bottom: 53.23%;
  }

  .grafik_wrap .grafik_left .point.point_2021:hover {
    left: 62%;
    bottom: 53.23%;
  }

  .grafik_wrap .grafik_left .desc_year.point_2021 {
    left: 61.6%;
  }

  .grafik_wrap .grafik_left .point.point_2022 {
    left: 70.8%;
    bottom: 61.69%;
  }

  .grafik_wrap .grafik_left .point.point_2022:hover {
    left: 70.8%;
    bottom: 61.69%;
  }


  .grafik_wrap .grafik_left .desc_year.point_2022 {
    left: 70.4%;
  }

  .grafik_wrap .grafik_left .point.point_2023 {
    left: 79.6%;
    bottom: 71.31%;
  }

  .grafik_wrap .grafik_left .point.point_2023:hover {
    left: 79.6%;
    bottom: 71.31%;
  }

  .grafik_wrap .grafik_left .desc_year.point_2023 {
    left: 79.2%;
  }

  .grafik_wrap .grafik_left .point.point_2024 {
    left: 88.4%;
    bottom: 81.59%;
  }

  .grafik_wrap .grafik_left .point.point_2024:hover {
    left: 88.4%;
    bottom: 81.59%;
  }

  .grafik_wrap .grafik_left .desc_year.point_2024 {
    left: 88%;
  }
}

.py-50 {
	padding: 50px 0;
}

@media screen and (max-width: 767px) {
	div.step_work_wrap .our_services .btn-block a.btn_blue {
		padding: 7px 7px;
		font-size: 10px;
	}

	div.step_work_wrap .our_services .btn-block .btn_blue.btn_more {
		width: 50%;
		margin: 0;
	}

	.popular_servises_relink {
		margin-bottom: 15px;
	}
}
.price_wrap_left table.table_price.mrt{
	margin-top: 0px;
}

.container__schema {
	display: flex;
	flex-direction: column;
}
.container__schema__row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}
.container__schema__item {
	width: 28%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.schema__img {
	text-align: center;
	display: inline-block;
	width: 27.4%;
	vertical-align: top;
}
.schema__title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin: 26px 0 8px;
}
.schema__description {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.container__schema__arrow {
	content: '';
	display: inline-block;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjc3MTQgMC4yNTg0OThDMTMuMzk2OSAtMC4wOTgyMjAzIDEyLjgwMyAtMC4wODQxNTc3IDEyLjQ0NjIgMC4yOTA4NDJDMTIuMDg5MSAwLjY2NTg0MiAxMi4xMDQxIDEuMjU5MjggMTIuNDc4NiAxLjYxNjQ3TDE5LjY3MDIgOC40MzcyNUgwLjkzNzVDMC40MiA4LjQzNzI1IDAgOC44NTcyNSAwIDkuMzc0NzVDMCA5Ljg5MjI1IDAuNDIgMTAuMzEyMiAwLjkzNzUgMTAuMzEyMkgxOS42NDAyTDEyLjQ3ODYgMTcuMTMzNUMxMi4xMDM2IDE3LjQ5MDcgMTIuMDg5MSAxOC4wODQxIDEyLjQ0NjIgMTguNDU5MUMxMi42MzA1IDE4LjY1MjIgMTIuODc3NSAxOC43NDk3IDEzLjEyNSAxOC43NDk3QzEzLjM1NzUgMTguNzQ5NyAxMy41OSAxOC42NjQgMTMuNzcxNCAxOC40OTFMMjEuOTUwNiAxMC43MDA0QzIyLjMwNSAxMC4zNDY1IDIyLjUgOS44NzU4NCAyMi41IDkuMzc0NzVDMjIuNSA4Ljg3MzY2IDIyLjMwNSA4LjQwMzAzIDIxLjkzNDIgOC4wMzMxOUwxMy43NzE0IDAuMjU4NDk4WiIgZmlsbD0iIzMzMzMzMyIvPgo8L3N2Zz4K);
	width: 23px;
	height: 19px;
}
.faq_block {
	padding-top: 40px;
}
.faq_block h3{
	padding-bottom: 20px;
}
.faq_block .item_faq {
	border-radius: 20px;
	border: 3px solid #3c93b8;
	padding: 20px 60px 20px 40px;
	position: relative;
	margin-bottom: 20px;
}
.faq_block .item_faq .question{
	font-weight: bold;
	font-size: 19px;
}
.faq_block .item_faq .answer {
	margin-top: 20px;
}
.faq_block .item_faq .close_faq {
	font-size: 30px;
  color: #c53b41;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  padding: 1px 8px;
}
.faq_block .item_faq .close_faq.activ {
	transform: rotate(45deg);
}
.forma_order_letter{
	background: #90b3eb;
}
.forma_order_letter .title{
	margin-bottom: 50px;
	
}

@media screen and (min-width: 650px){
	.forma_order_letter .b24-form-wrapper.b24-form-shadow {
		max-width: 100%
	}
	.form_servis_order_letter form>div:first-child,
	#consultant_anchor .consultant_right form>div:first-child{
		display: grid;
	  grid-template-columns: auto auto;
	  grid-template-rows: auto auto auto;
	  grid-auto-flow: column;
	  column-gap: 4%;
	}
	.form_servis_order_letter form>div:nth-child(2),
	.form_servis_order_letter form>div:nth-child(3),
	#consultant_anchor .consultant_right form>div:nth-child(2),
	#consultant_anchor .consultant_right form>div:nth-child(3) {
		width: 48%;
	  display: inline-block;

	}
	.form_servis_order_letter form>div:nth-child(2),
	#consultant_anchor .consultant_right form>div:nth-child(2) {
		  margin-right: 4%;
	}
	.form_servis_order_letter form>div .b24-form-field-text,
	#consultant_anchor .consultant_right form>div .b24-form-field-text {
		grid-row: span 2;
	}
	.form_servis_order_letter .b24-form-control-text .b24-form-control,
	#consultant_anchor .consultant_right .b24-form-control-text .b24-form-control {
		min-height: 100%;
	}
	.form_servis_order_letter .b24-form-control-text .b24-form-control-icon-after,
	#consultant_anchor .consultant_right .b24-form-control-text .b24-form-control-icon-after  {
		height: 100%;
	}
	#consultant_anchor .consultant_right .b24-form-wrapper.b24-form-border-bottom {
		max-width: 100%;
	}

	#consultant_anchor .consultant_right .b24-form-control-alert,
	#consultant_anchor .consultant_right .b24-form-field {
		margin-bottom: 3px !important;
	}
	#consultant_anchor .consultant_right .b24-form-padding-side {
	  padding-left: 20px;
	  padding-right: 20px;
	}
	#consultant_anchor .consultant_right .b24-form-header-padding {
	  padding: 3px;
	}
	#consultant_anchor .consultant_right .b24-form-sign {
		display: none;
	}
}
#consultant_anchor .consultant_right .prev{
	line-height: 17px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1441px){
		#consultant_anchor .container.container_new{
		width: 1441px;
	}
}
@media screen and (min-width: 901px){
	.consultant_wrap .consultant_left {
	  width: 35%;
	}
	.consultant_wrap .consultant_right {
	  width: 65%;
	}
	.consultant_wrap .consultant_left {
		float: left;
	}
	.consultant_wrap .consultant_right {
		float: right;
	}
}
@media screen and (min-width: 650px) and (max-width: 900px){
	.consultant_wrap .consultant_left {
		float: left;
	}
	.consultant_wrap .consultant_right {
		float: right;
	}
	.consultant_wrap .consultant_right,
	.consultant_wrap .consultant_left {
    width: 100%;
  }
}
@media screen and (max-width: 550px){

	.faq_block .item_faq .answer {
	  margin-top: 10px;
	}
	.faq_block .item_faq {
		padding: 15px 60px 15px 20px;
		margin-bottom: 10px;
	}
	.faq_block .item_faq .question {
	  font-size: 18px;
	  line-height: 19px;
	}
}
@media screen and (max-width: 471px) {
	.topBlock .header_top .header_top_right p.header_top_right_work span.p_small,
	.topBlock .header_top .header_top_right span.p_small {
		display: none;

	}
	
}