

/* Start:/local/components/styledent/price.full/templates/.default/style.css?17713103354421*/
.price-full {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.price-full__search form {
	width: 460px;
    display: flex;
    align-items: center;
	gap: 5px;
    background: #fff;
	border: 1px solid #0A0A0A14;
    border-radius: 16px;
	background: #F5F5F5;
    padding: 10px 16px;
}

.price-full__search-input {
	width: 90%;
	border: 0;
	background: #F5F5F5;
	outline: none;
	font-size: 16px;
	font-weight: 400;
}

.search__button_clear {
	border: 0;
}

.price-full__search-button {
	border: 0;
	background: none;
}

.price-full__link {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: 16px;
	color: #5C068C;
}

.price-full__link:hover {
	color: #5C068C;
}

.price-section {
	margin-bottom: 20px;
}

.price-section__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
	font-weight: 600;
	font-size: 24px;
	color: #5C068C;
	cursor: pointer;
	background: #F5F5F5;
	border-radius: 16px;
}

.price-section__header:hover {
	background: #F8F5FA;
}

.price-section__items,
.price-section__items1 {
	display: none;
}

.price-section__header_active + .price-section__items {
	display: block;
}

.price-section__item {
	display: grid;
	grid-template-columns: 1fr 180px; 
	align-items: center;
	font-weight: 500;
	font-size: 20px;
	color: #0A0A0A;	
	padding: 0 10px 25px 50px;
}

.price-section__item-title {}

.price-section__header2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	font-weight: 500;
	font-size: 20px;
	color: #0A0A0A;
	cursor: pointer;
	background: #F5F5F5;
	border-radius: 16px;
	margin-bottom: 10px;
}

.price-section__header2:last-of-type {
	margin-bottom: 0;
}

.price-section__header2:hover {
	background: #F2F2FB;	
}

.price-section__subs,
.price-section__header2-childs {
	display: none;
}

.price-section__subs {
	padding: 10px 0 0 30px;
}

.price-section__header3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	font-size: 18px;
	font-weight: 500;
	background: #F5F5F5;
	border-radius: 16px;
	margin-bottom: 10px;
	cursor: pointer;
}

.price-section__header3:hover {
	background: #F2F2FB;
}

.price-section__header_active + .price-section__items,
.price-section__header_active + .price-section__header2-childs,
.price-section__header_active + .price-section__subs,
.price-section__header_active + .price-section__subs > .price-section__items1 {
	display: block;
}

.price-section__header2-childs {
	padding-left: 20px;
}

.price-section__items {
	border-radius: 12px;
	background: #F8F5FA;
	margin: 10px 0 10px 40px;
	padding-top: 20px;
}

.price-section__item-price {
	color: #5C068C;
}

.price-note {
	display: flex;
	gap: 16px;
    font-size: 20px;
	font-weight: 500;
    color: #0A0A0A;
    padding: 30px;	
	background: #F2F2FB;
	margin-top: 30px;
	border-radius: 16px;
}

.price-note:before {
    display: block;
	flex-shrink: 0;
    content: "";
    width: 24px;
    height: 24px;
    background: url(/images/info.png) no-repeat;
}

@media (max-width: 740px) {
	.price-section__header {
		padding: 20px;
		font-size: 20px;
	}
	
	.price-section__header2 {
		font-size: 18px;
	}
	
	.price-section__header3 {
		padding-left: 25px;
		text-align: left;
	}
	
	.price-section {
		margin-bottom: 10px;
	}
	
	.price-section__subs {
		padding-left: 0;
	}
	
	.price-section__header2-childs {
		padding-left: 0;
	}
	
	.price-section__item {
		grid-template-columns: 1fr;
		padding: 0 10px 15px 15px;
		line-height: 1.3;
		gap: 5px;
	}	
	
	.price-section__item-title {
		text-align: left;
		font-size: 16px;
		color: #0A0A0A;
	}
}

@media (max-width: 560px) {
	.price-full {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.price-full__search {
		width: 100%;
	}
	
	.price-full__search form {
		width: 100%;
		margin-bottom: 25px;
	}
	
	.price-section__items {
		margin-left: 0;
	}
	
	.price-full .search form {
		display: grid;
		grid-template-columns: 1fr 45px;
		width: 100%;
		align-items: center;
	}
	
	.price-full .search__input {
		width: auto;
	}	
	
	.price-note {
		text-align: left;
		font-size: 16px;
		padding: 20px;
	}
}
/* End */
/* /local/components/styledent/price.full/templates/.default/style.css?17713103354421 */
