

/* 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_custom1/bitrix/news.list/services-section/style.css?17702651586336*/
.price-section {
	overflow-x: hidden;
}

.price-section .items {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.price-section .items .item {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 15px;
}

.price-section .items .item .name {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	min-height: 36px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.price-section .items .item .price {
	font-size: 24px;
	font-weight: 600;
	color: #ff8454;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}

.price-section .items .item .right {
	width: 200px;
	max-width: 200px;
	min-width: 200px;
}

.price-section .items .item .right .btns {
	width: 100%;
}
.price-section .items .item .right .btns .btn {
	width: 100%;
}

.price-section .items .item .right .btns .inCart {
	background-color: #88c877;
	color: white !important;
}

.price-section .items .item .right .btns .btn::before {
	display: none;
}

.price-section .items .item .more a {
	font-size: 16px;
	color: #ff8454;
}

.price-section .items .item .more a:hover {
	color: #88c877;
}

.price-section .title {
	padding: 15px;
	border-bottom: 1px solid #e6e6e6;
	min-height: 104px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 26px;
	font-weight: 700;
}

@media (max-width: 560px) {
	.price-section .items .item {
		flex-direction: column;
	}
	.price-section .items .item .price {
		margin-top: 20px;
	}

	.price-section .items .item .right {
		width: 100%;
		max-width: initial;
		min-width: initial;
	}
}

.cart {
	display: flex;
	position: fixed;
	bottom: 125px;
	right: 0;
	margin: 0 auto;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 15px 10px;
	background-color: #ff8454;
	color: white;
	transition: 0.4s;
	z-index: 500;
}

.cart:hover {
	background-color: #88c877;
	cursor: pointer;
}

.cart .cart__text {
	margin-left: 15px;
}

.attention {
	margin: 40px 15px 25px;
}

.sectionDesc {
	padding: 15px;
}

.staff_wrapper h3 {
	font-weight: bold;
	margin-bottom: 25px;
}

.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;
}
@media (max-width: 991px) {
	.row {
		justify-content: center;
		margin-top: auto;
		margin-right: auto;
		margin-left: auto;
	}
}
#content-1 {
	display: block;
}
.rew-item {
	margin-bottom: 30px;
}
.rew-item .icon {
	color: #ff8454;
	text-align: right;
	font-size: 22px;
}
.rew-item .name {
	font-size: 24px;
	color: #454a4c;
}

.rew-item .name {
	padding-bottom: 5px;
	font-weight: bold;
}
.rew-item .date {
	color: #ff8454;
	padding-bottom: 5px;
}
.rew-item .answ {
	color: #88c877;
	margin-top: 25px;
	font-weight: bold;
}

.program_school table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
}
.program_school table,
.program_school th,
.program_school td {
	border: 1px solid #ddd;
}
.program_school th,
.program_school td {
	padding: 10px;
	text-align: left;
}
.program_school th {
	background-color: #f4f4f4;
}
.program_school .responsive-table tbody td[colspan='2'] {
	text-align: center;
}
.program_school .btn {
	margin-bottom: 28px;
	margin-top: 12px;
}

.program_school .btn.btn_green:hover > * {
	color: #88c877;
}

.program_school .btn.btn_orange:hover > * {
	color: #ff8454;
}

.program_school > h2 {
	text-align: center;
	font-weight: bold;
}

.program_school > p {
	text-align: center;
}

.program_school table thead tr th:first-child {
	white-space: nowrap;
}

.program_school table td:first-child {
	white-space: nowrap;
}

.program_school h4 {
	margin-bottom: 12px;
	font-weight: bold;
}

.program_school .bold {
	font-weight: bold;
}

.program_school .event > p {
	margin-bottom: 8px;
}

.price_block {
	margin-top: 8px;
	display: none;
}

.price_block:has(.list_seminares > li) {
	display: block;
}

.price_block .list_seminares {
	display: flex;
	flex-direction: column;
	gap: 8px;
	border: 1px solid rgba(0, 0, 0, 0.466);
	border-left: 0;
	border-right: 0;
	margin: 0;
	padding: 6px 0;
}

.price_block .list_seminares > li {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
	gap: 8px;

	margin: 0;
}

@media (max-width: 368px) {
	.price_block .list_seminares > li {
		flex-direction: column;
	}

	.price_block .list_seminares > li span:last-child {
		font-weight: bold;
	}
}

.price_block .list_seminares > li span {
	display: block;
}

.price_block p {
	display: block;
}

.price_block p:last-child {
	display: flex;
	justify-content: space-between;
}

/* Основные стили для таблицы */
.program_school .responsive-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}

.program_school .responsive-table th,
.program_school .responsive-table td {
	padding: 12px;
	text-align: left;
	border: 1px solid #ddd;
}

.program_school .responsive-table th {
	background-color: #f4f4f4;
}

.dd .dd__popup .popup__form-wrapper form.dd__formAddSeminar label span {
	margin: 0px;
}

.dd__formAddSeminar label {
	margin-bottom: 8px;
}

/* Адаптивность для мобильных устройств */
@media screen and (max-width: 600px) {
	.program_school .responsive-table thead {
		display: none; /* Скрываем заголовок на мобильных устройствах */
	}

	.program_school .responsive-table {
		border: none;
	}

	.program_school .responsive-table tr {
		display: block;
		margin-bottom: 10px;
		border: 1px solid #ddd;
	}

	.program_school .responsive-table td {
		display: block;
		border: none;
		border-bottom: 1px solid #ddd;
		position: relative;
		padding-top: 30px;
	}

	.program_school .responsive-table td::before {
		content: attr(data-label); /* Используем атрибут data-label для отображения заголовков */
		position: absolute;
		left: 12px;
		top: 7px;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}

	.program_school .responsive-table tbody td[colspan='2'] {
		padding: 15px 12px;
		text-align: left;
	}

	.program_school .responsive-table td:last-child {
		border-bottom: 0;
	}
}

/* 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_custom1/bitrix/news.list/services-section/style.css?17702651586336 */
