

/* Start:/local/templates/DD-main/components/bitrix/news.list/sidebar-services/style.css?17085098701213*/

.sidebar {
position: sticky;
width: 90%;
}
.sidebar .cont{
display: flex;
flex-direction: column;
}
.sidebar .names{
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
text-transform: uppercase;
font-weight: bold;
}
.cont i{
  padding-right: 15px;
    color: #ff8454;
}
.cont .item {
  margin-bottom: 15px;
}
.cont .bot a {
  margin-top: 25px;

}
@media (max-width: 800px) {
  .sidebar{
    display: none;
  }
}



.sidebar__submenu {
  padding: 25px 0;
  list-style: none;
  margin: 0;
  overflow-y: hidden;
  max-height: 0px;
  display: none;
  background-color: rgba(230, 230, 230, 0.3);
  margin-top: 20px;
}

.actives .sidebar__submenu {
  display: block;
  height: auto;
  max-height: initial;
}


.sidebar__submenu li {
    font-size: 14px;
    text-transform: none;
    padding: 7px 15px;
}
.sidebar__submenu li.active {
    color: #fff;
    background: #88c877;
}

.sidebar__submenu li:first-child {
  margin-top: 0px;
}


.sidebar__li .sidebar__row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sidebar__li .sidebar__row svg{
  color: #F0CD3A;
  font-size: 18px;
  margin-right: 15px;
  transition: 0.4s;
}

.actives svg {
  transform: rotate(180deg);
}
/* End */


/* Start:/local/templates/DD-main/components/bitrix/search.title/price/style.css?1708509871662*/
.input-gr {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items:center;
	padding: 0px 25px;
	color: #454A4C;
	height: 68px;
	max-height: 68px;
	border-bottom: 1px solid #E6E6E6;
}

.input-gr svg{
	color: #454A4C;
}

.input-gr  input {
	width: 100%;
	height: 68px;
	border: none;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 20px;
	border-top: 1px solid #E6E6E6;
}


.bx_searche {
	background-color: white;
	z-index: 1001;
	padding: 15px;
	width: 100%;

}
.bx_searche .bx_item_element {
padding-bottom: 15px;
 }
 @media  (max-width: 800px) {
.input-gr-append {
	display: none;
}
.input-gr input {
	width: 100%;
}
}

/* End */


/* Start:/local/templates/DD-main/components/bitrix/news/services/bitrix/news.detail/.default/style.css?17635530439830*/
.tooltip_info {
	position: relative;
}
@media (max-width: 767px) {
	.tooltip_info .tooltip__content_info {
		width: calc(100vw - 255px);
	}
}
.tooltip_info:hover .tooltip__content_info {
	opacity: 1;
	pointer-events: auto;
}

.tooltip__content_info:before {
	content: '';
	position: absolute;
	top: 12px;
	right: -12px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #fff;
}

.tooltip__content_info {
	position: absolute;
	top: -4px;
	right: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%);
	box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%);
	color: #000;
	font-size: 14px;
	line-height: 16px;
	padding: 13px 16px 13px;
	text-align: start;
	opacity: 0;
	pointer-events: none;
	width: 333px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.sidebar {
	background-color: red;
}

.mtop {
	margin-top: 90px;
}

.depart-desc {
	margin-top: 30px;
}

.conts h3 {
	margin-bottom: 25px;
}

.br {
	margin-top: 30px;
}

.conts img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.sidebar {
	position: sticky;
}
.sidebar .cont {
	display: flex;
	flex-direction: column;
}
.sidebar .name {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	text-transform: uppercase;
	font-weight: bold;
}

.conts i {
	padding-right: 15px;
	color: #ff8454;
}
.conts .item {
	margin-bottom: 15px;
}
.conts .bot a {
	margin-top: 25px;
}

.rev .content {
	width: 100%;
}

.staff .name {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 25px;
}
.staff .name a {
	color: #454a4c;
	font-size: 16px;
	font-weight: 600;
}
.staff .name a:hover {
	color: #f67745;
}
.staff img {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}

.accordion a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 1rem 3rem 1rem 1rem;
	color: #7288a2;
	font-size: 1.15rem;
	font-weight: 400;
	border-bottom: 1px solid #e5e5e5;
}

.accordion a:hover,
.accordion a:hover::after {
	cursor: pointer;
	color: #03b5d2;
}

/* .accordion a:hover::after {
	border: 1px solid #03b5d2;
  } */

.accordion a.active {
	color: #03b5d2;
	border-bottom: 1px solid #03b5d2;
}

.accordion a::after {
	content: '+';
	position: absolute;
	float: right;
	right: 1rem;
	font-size: 24px;
	color: #88c877;
	text-align: center;
}
.accordion-item.active a::after {
	content: '-';
	color: #03b5d2;
}

.accordion .content {
	opacity: 0;
	padding: 0 1rem;
	max-height: 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	clear: both;
	-webkit-transition: all 0.2s ease 0.15s;
	-o-transition: all 0.2s ease 0.15s;
	transition: all 0.2s ease 0.15s;
}

.accordion .content p {
	font-size: 1rem;
	font-weight: 300;
}

.accordion-item.active .content {
	opacity: 1;
	padding: 1rem;
	max-height: 100%;
	-webkit-transition: all 0.35s ease 0.15s;
	-o-transition: all 0.35s ease 0.15s;
	transition: all 0.35s ease 0.15s;
}

.rev-section .rev {
	overflow-x: hidden;
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	background-color: #f2f3f4;
	padding: 25px 45px 105px 45px;
}
.rev-section .rev .rev_item {
	max-width: 100%;
	padding: 40px;

	background-color: white;
	min-height: 300px;
}
.rev-section .rev .rev_logo {
	color: #ff8454;

	font-size: 20px;
}
.rev-section .rev .rev_text {
	margin-top: 30px;
	margin-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	min-height: 185px;
	max-height: 185px;
	overflow-x: auto;
}

.rev-section .rev .owl-dots {
	margin-top: 30px !important;
}
.rev-section .rev .name {
	text-align: right;
	color: #88c877;
}
.slider_btns {
	display: flex;
	flex-direction: row;
}
.slider_btn {
	background-color: rgba(141, 143, 144, 0.1);
	max-width: 160px;
	padding: 20px 40px;
	text-align: center;
}
.slider_btn:hover {
	cursor: pointer;
	background-color: #88c877;
	color: white;
}
.rev-section .rev .head {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.rev-section .rev .head .slider_btns {
	margin-top: 40px;
	margin-bottom: 20px;
}
.rev-section .rev .head .slider_btns .slider_btn {
	margin-left: 20px;
}

@media (max-width: 800px) {
	.rev-section .content {
		min-height: 200px;
	}

	.rev-section .bot {
		margin-top: 100px;
		display: flex;
		flex-direction: column;
	}
	.rev-section .bot a {
		width: 100%;
		margin-bottom: 25px;
	}

	.rev-section .rev .head .slider_btns {
		display: none;
	}
	.rev-section .rev .rev_item {
		padding: 15px;
	}
	.rev-section .rev {
		padding: 25px 15px 105px 15px;
	}
	.rev-section .rev_text {
		max-height: 300px !important;
	}
}

.price-table {
	width: 100%;
	padding-left: 20px;
}
.table_price .btn {
	width: 100%;
	color: #88c877;
}
.table_price .btn:hover span {
	color: white;
}
.price-table thead {
	background-color: #f4f4f4;
	font-weight: bold;
}
.price-table tr {
	height: 40px;
	line-height: 40px;
	font-size: 12pt;
	border-top: 2px solid #f4f4f4;
}
.table_price tr:hover {
	background-color: rgba(141, 143, 144, 0.1);
}
.price-table th {
	padding-left: 30px;
}
.price-table td {
	padding-left: 30px;
}

.th {
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	color: white;
	font-size: 12pt;
	background-color: #88c877 !important;
}
.th th {
	border: 0 !important;
	background-color: #88c877 !important;
}
.table_price {
	border: 1px solid #f2f3f4;
	width: 100%;
}
.table_price .price {
	text-align: center;
	color: #ff8454;
}
.table_price td {
	padding: 6px 18px;
	border: 1px solid #f2f3f4;
}
.table_price th {
	padding: 6px 22px;

	/*background-color: #88c877;*/
	background-color: #128078;
	font-size: 16px;
	color: white;
	/*border: 1px solid #88c877;*/
	border: 1px solid #128078;
}
.attention {
	margin-top: 100px;
}
.table_price .name_plate {
	display: flex;
	flex-direction: row;
}
.table_price .name_plate .name {
	width: 100%;
	margin: 0px;
}
.table_price .name_plate .info {
	width: 8%;
	color: #80c3d2;
	text-align: right;
}
.table_price .name_plate .info:hover {
	cursor: pointer;
	color: #ff8454;
}
.table_price .name_plate .carts:hover {
	cursor: pointer;
	color: #ff8454;
}
.table_price .name_plate .carts {
	width: 8%;
	color: #80c3d2;
	text-align: right;
}
.table_price .desc {
	display: none;
	margin-top: 20px;
	padding-bottom: 20px;
}
@media (max-width: 800px) {
	.conts {
		padding: 0px;
		margin: 0px;
	}
	.conts #himg {
		display: none;
	}
	.sidebar {
		display: none;
	}
}

@media (max-width: 400px) {
	.name_plate .name {
		max-width: 130px;
		overflow-wrap: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

.dep-rec-btn {
	margin-top: 30px;
}

.dep-rec-wrap {
	display: flex;
	flex-direction: row;
	justify-content: left;
}
@media (max-width: 991px) {
	.row {
		justify-content: center;
		margin-top: auto;
		margin-right: auto;
		margin-left: auto;
	}
}

.recommendated-items {
	position: relative;
	width: 100%;
	margin-bottom: -60px;
}

.recommendated-items .slick-list {
	width: 100%;
}

.recommendated-items-slider {
	position: relative;
	display: flex;
}

.recommendated-item {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 15px; /* Закруглённые края */
	overflow: hidden; /* Скрываем всё, что выходит за границы */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin: 0 10px; /* Отступы между слайдами */
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%; /* Ширина 100% */
}

.recommendated-items .slick-track {
	display: flex; /* Делаем трек flex */
	width: 100%;
}

.recommendated-items .slick-slide {
	height: auto; /* Высота слайда автоматическая */
	display: flex; /* Делаем слайд flex */
}

.recommendated-item-image {
	width: 100%;
	height: 200px; /* Фиксированная высота для изображения */
	overflow: hidden;
}

.recommendated-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Изображение заполняет контейнер */
}

.recommendated-item-content {
	padding: 0px;
	text-align: center;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.recommendated-items .slick-arrow {
	position: absolute;
	top: calc(50% + 20px);
	transform: translateY(-50%);
	font-size: 24px;
	color: #333;
	background: #fff;
	border: 1px solid #88c877;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
}

.recommendated-items .slick-arrow:hover {
	background: #88c877;
	color: white;
}

.recommendated-items .slick-arrow.slick-prev {
	left: -10px;
}

.recommendated-items .slick-arrow.slick-next {
	right: -10px;
}

.recommendated-item-title {
	padding: 0 6px;

	font-size: 18px;
	margin: 10px 0;
	color: #333;
}

.faq {
	margin-top: 0px;

	margin-bottom: 40px;
}

.faq .accordion__header {
	position: relative;
}
.faq .accordion__header::after {
	content: '‹';
	position: absolute;
	right: 14px;
	font-size: 21px;
	top: calc(50% - 28px);
	height: 10px;
	transform: rotate(90deg);
	transition: transform 100ms ease;
	transform-origin: 0 25px;
}

.faq .accordion__header.active::after {
	transform-origin: 0 25px;
	transform: rotate(-90deg) translate(-6px, 2px); /* Убран символ запятой */
}

.dd .services_pages .pr .pr__column-2.sidebar__wrapper {
	width: 25%;
	flex: none;
}

.dd .services_pages .pr .pr__column-5.rigthContetn {
	width: 75%;
	flex: none;
}

@media (max-width: 1000px) {
	.dd .services_pages .pr .pr__column-2.sidebar__wrapper {
		width: 100%;
		flex: none;
	}

	.dd .services_pages .pr .pr__column-5.rigthContetn {
		width: 100%;
		flex: none;
	}
}

/* End */
/* /local/templates/DD-main/components/bitrix/news.list/sidebar-services/style.css?17085098701213 */
/* /local/templates/DD-main/components/bitrix/search.title/price/style.css?1708509871662 */
/* /local/templates/DD-main/components/bitrix/news/services/bitrix/news.detail/.default/style.css?17635530439830 */
