

/* Start:/bitrix/templates/lat_adapt/components/bitrix/news.detail/content/style.css?17222651363430*/
.popup-form#popup_services {
	width:700px;
	margin-left:-350px;
	padding : 10px ;
}
#popup_services.popup-form form .form_wrap {
	overflow:auto;
	padding:5px 40px;
}
#popup_services.popup-form form .ttl {
	padding-bottom:30px;
}
#popup_services.popup-form form .ttl div {
	font-size:25px;
	font-weight:bold;
}
#popup_services.popup-form form .ttl div span {
	color:#17a952
}
#popup_services.popup-form form .ttl p {
	margin:0;
	padding-top:5px;
	font-size:18px;
}
#popup_services.popup-form form .input_wrap {
	width:100%;
	float:none;
}
#popup_services.popup-form form .input_wrap input {
	text-align:center;
	font-size:20px;
}
#popup_services.popup-form form input[type='submit'] {
	display:block;
	color:#fff;
	background-color:#17a952;
	text-transform:uppercase;
	cursor:pointer;
	margin:0;
	font-weight:bold;
	border:none;
	width:100%;
	height:44px;
	line-height:44px;
	margin-top:30px;
}
#popup_services.popup-form form input[type='submit']:hover {
	background-color:#ff780c;
}

.popup-form#popup_services {
	width:500px;
	margin-left:-250px;
}
#popup_services.popup-form form .form_wrap {
	overflow:auto;
	padding:5px 40px;
}
#popup_services.popup-form form .ttl {
	padding-bottom:20px;
}
#popup_services.popup-form form .ttl div {
	font-size:30px;
	font-weight:bold;
	color:#17a952
}
#popup_services.popup-form form .ttl p {
	margin-top:20px;
	font-size:18px;
}
#popup_services.popup-form form .input_wrap {
	width:100%;
	float:none;
}
#popup_services.popup-form form .input_wrap input {
	text-align:center;
	font-size:20px;
}
#popup_services.popup-form form input[type='submit'] {
	display:block;
	color:#fff;
	background-color:#17a952;
	text-transform:uppercase;
	cursor:pointer;
	margin:0 auto;
	font-weight:bold;
	border:none;
	width:100%;
	height:44px;
	line-height:44px;
	width:123px;
}
#popup_services.popup-form form input[type='submit']:hover {
	background-color:#ff780c;
}
.page_top_text{padding-top: 1%;}
#content .cost__evacuation-call .cost__evacuation-call-price {color: #ff780c;font-size: 24px;}
#content .cost__evacuation-order-action p {text-align: center;margin-bottom: 0;}
#content .cost__evacuation-order-price {font-size: 23px;font-weight: 700;color: #17a951;}
#content .cost__evacuation-order-price_subtitle {font-weight: normal;font-size: 12px;}
button.accordion {
    position: relative;
    width: 100%;
    background-color: #1ba048;
    border: none;
    outline: none;
    text-align: left;
    padding: 15px 20px 15px 45px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s linear;
}

button.accordion:after {
    position: absolute;
    left: 10px;
    top: calc(50% - 12px);
    content: '\25BC';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    padding: 3px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: transform 0.2s linear;
    color: #fff;
}

button.accordion.is-open:after {
  transform: rotate(180deg);
}

button.accordion:hover, button.accordion.is-open {
  background-color: #118c3e;
}

.accordion-content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0px 20px;
  max-height: 0;
  overflow: hidden;
  border: 1px solid #118c3e;
  border-top: none;
  transition: max-height 0.2s ease-in-out;
}

.accordion-content p { 
  font-size: 14px;
  padding: 1% 0 0 0;
}
/* End */


/* Start:/bitrix/templates/lat_adapt/components/bitrix/news.list/comments/style.css?17366723203034*/
.otzyv .otzyv_slider {margin-top:0!important}

#content .otzyv h2 {
	font-size:35px!important;
	padding-top:0!important;
	margin-top:0!important;
}

#otzyv_index .otzyv_slider {
	margin-top:-50px!important;
}
.popup-form form input{
	margin: 0 20px;
	max-width: 430px!important;
}
.review_rating{
	display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #dedede;
    border-left: none;
    margin: 10px 0;
    padding: 5px;
    border-right: none;
}
.otzyv-item{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}
.otzyv-item_name{
	flex-grow: 1;
}
.otzyv-item .otzyv-item_rating{
	display: flex;
}
.otzyv-item_rating .rating-area{
	width: 160px;
	margin-top: 5px;
}
.otzyv-item_rating .rating-area:not(:checked) > label{
	width: 30px;
}
#content.content_page .otzyv-item_rating #otzyv-item_rating-value{
	padding: 5px;
    font-size: 21px;
    font-weight: bold;
}
#content.content_page .review_rating p{
	font-size: 18px;
    color: #8c8b8b;
	margin-bottom: 0;
}
.rating-area {
	overflow: hidden;
	width: 265px;
	margin: 0 auto;
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	float: right;
	width: 42px;
	padding: 0;
	cursor: pointer;
	font-size: 32px;
	line-height: 32px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
	content: '★';
}
.rating-area > input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
	position: relative;
}
#otzyv-item_rating-grades{
    display: flex;
	height: 40px;
	width: 100%;
}
#otzyv-item_rating-grades > span{
	position: relative;
	margin: 0;
    padding: 0;
}
#otzyv-item_rating-grades > span::before {
	content: '★';
	display: block;
	width: 15px;
    height: 15px;
    font-size: 18px;
    position: relative;
    color: gold;
}
@media screen and (max-width:1000px) {
	.otzyv-item .otzyv-item_rating{
		justify-content: center;
	}
	.otzyv-item_rating .otzyv-item_rating_stars-count #otzyv-item_rating-grades #otzyv-item_rating-grades>span::before{
		width: 15px;
		height: 15px;
		font-size: 18px;
	}
	.otzyv .otzyv_slider li .otzyv-item div .usluga{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
	}
	
}
.otzyv .otzyv_slider li div span{
	margin-left:50px;
}
@media screen and (max-width:400px) {
	.otzyv-item_rating .otzyv-item_rating_stars-count #otzyv-item_rating-grades #otzyv-item_rating-grades{
		display: none;
	}
}
#popup_otzyv.popup-form form .r{
	overflow: hidden;
}
#popup_otzyv.popup-form form .r .b_l{
	margin-right: 0;
}
/* End */


/* Start:/bitrix/templates/lat_adapt/components/bitrix/news.list/questions/style.css?17542941371199*/
.clients-question {
  margin-bottom: -40px;
}
button.accordion {
    position: relative;
    width: 100%;
    background-color: #1ba048;
    border: none;
    outline: none;
    text-align: left;
    padding: 15px 20px 15px 45px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s linear;
}

button.accordion:after {
    position: absolute;
    left: 10px;
    top: calc(50% - 12px);
    content: '\25BC';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    padding: 3px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: transform 0.2s linear;
    color: #fff;
}

button.accordion.is-open:after {
  transform: rotate(180deg);
}

button.accordion:hover, button.accordion.is-open {
  background-color: #118c3e;
}

.accordion-content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0px 20px;
  max-height: 0;
  overflow: hidden;
  border: 1px solid #118c3e;
  border-top: none;
  transition: max-height 0.2s ease-in-out;
}

.accordion-content p { 
  font-size: 14px;
  padding: 1% 0 0 0;
}
/* End */
/* /bitrix/templates/lat_adapt/components/bitrix/news.detail/content/style.css?17222651363430 */
/* /bitrix/templates/lat_adapt/components/bitrix/news.list/comments/style.css?17366723203034 */
/* /bitrix/templates/lat_adapt/components/bitrix/news.list/questions/style.css?17542941371199 */
