/*
Theme Name: klinika-wp
Author: denisromanovich
*/
aside#main-sidebar .nav-ch-bord {
    display: contents;
}
.alignleft {
	float: left;
	margin: 10px 35px 10px 0px;
}
.alignright {
	float: right;
	margin: 10px 0px 10px 15px;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
@media (min-width: 768px) {
.slick-track:before, .slick-track:after {
    display: none!important;
}
.vrachi-cont .slick-track {
    width: 100%!important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	padding-bottom: 30px;
}
.vrachi-cont .slick-track > div {
    width: 94%!important;
}
}


@media (max-width: 900px) {
	.alignleft {
		width: 60%;
	}
	.alignright {
		width: 60%;
	}
}

@media screen and (max-width: 767px) {
	h1 br {
		display: block !important;
	}
}

@media (max-width: 576px) {
	.alignleft {
		width: 100%;
	}
	.alignright {
		width: 100%;
	}
}

.new_lic_box_text {
	padding-top: 20px;
}

.works {
	display: block;
}

.c-nav__first {
	display: none;
}

.banner {
	background: rgb(86, 195, 215);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(10%, rgb(86, 195, 215)),
		color-stop(51%, rgb(18, 128, 148))
	);
	background: linear-gradient(
		90deg,
		rgb(86, 195, 215) 10%,
		rgb(18, 128, 148) 51%
	);
	background-color: red !important;
}

.news-filter__btn {
	color: inherit;
}

.news-filter__btn.is-active {
	color: #fff;
}

/* Custome */

.xs_linl_header {
	display: inline-block;
	background-color: #ff2625;
	color: #fff !important;
	padding: 5px 15px;
	border-radius: 5px;
}

.forma_header_text span {
	margin-top: 0 !important;
}

.xs-header-address {
	font-size: 13px;
	font-weight: 600;
	margin-right: 7px;
}

.k_main_banner_content h1 {
	margin-bottom: 20px;
}

h2.k_main_banner_content_text {
	margin-bottom: 30px !important;
}

.k_main_banner_content.container {
	padding-top: 70px !important;
}

.spec {
	padding-top: 0 !important;
	padding-bottom: 30px !important;
}

.spec h2 {
	margin-bottom: 40px !important;
}

.new_home .actions {
	padding-top: 0 !important;
}

.spec-form {
	width: 100% !important;
	margin-top: 30px;
}

.spec-form h2 {
	margin-bottom: 30px;
}

.spec-form button {
	margin-top: 20px;
}

.spec .spec-row__item.mb.v1 {
	margin-bottom: 0 !important;
}

.xs_home_form_title_main {
	text-align: center;
}

.xs_home_form {
	margin-top: 30px;
}

.new_home h2 b {
	font-weight: 700 !important;
	color: #ff2625;
}

.new_home h3 b {
	font-weight: 700 !important;
	color: #ff2625;
}

.actions h2 {
	margin-bottom: 40px;
}

.licence {
	padding-top: 0 !important;
}

.about {
	padding-bottom: 30px !important;
}

.licence .slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.feedback {
	padding-top: 40px !important;
	padding-bottom: 0 !important;
}

.feedback h2 {
	margin-bottom: 30px;
}

.advas h2 {
	position: relative;
	z-index: 99;
	margin-bottom: 50px;
}

.step button {
	margin-top: 20px;
}

.news {
	padding-top: 0 !important;
	padding-bottom: 3rem;
}

.news h2 {
	margin-bottom: 40px;
}

.new_lic_box_text {
	display: none !important;
}

.xs_lic {
	margin-top: 50px !important;
}

.licence-slider__item {
	height: 380px!important;
}

.container {
	max-width: 1400px !important;
}

.k_main_banner {
	max-width: 1610px !important;
	margin: 0 auto;
}

.xs_uslugi {
	margin-bottom: 50px;
}

.xs_uslugi__item {
	width: 47%;
	border-radius: 10px;
	/* background-color: rgba(255,38,37,0.05); */
	background-color: rgba(47, 170, 201, 0.05);
	margin-bottom: 40px;
}

.xs_uslugi__item h3 {
	background: linear-gradient(#b9e6ef 5%, #45bedb 70%, #2faac9 100%);

	padding: 15px;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.xs_uslugi__item h3 a {
	color: #fff;
	text-transform: uppercase;
}

.xs_uslugi__item___box {
	padding: 20px;
	padding-bottom: 10px;
}

.xs_uslugi__item___box li a {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #333;
	margin-bottom: 10px;
	font-size: 15px;
}

.xs_uslugi__item___box li:hover .xs_uslugi__item___box__price {
	transform: translateX(-10px);
	transition: all 0.4s;
}

.xs_uslugi__item___box li:last-child a {
	border-bottom: 1px solid transparent;
	margin-bottom: 0;
}

.xs_uslugi__item___box__price {
	background: linear-gradient(#b9e6ef 1%, #45bedb 70%, #2faac9 100%);

	color: #fff;
	padding: 7px 15px;
	border-radius: 10px;
	transition: all 0.4s;
	margin-left: auto;
	margin-right: 15px;
}

.xs_uslugi__item___box img {
	width: 30px;
}

.xs_uslugi__item_last .xs_uslugi__item___box__more {
	margin-left: auto;
}

.xs_sales__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.xs_sales__item {
	width: 32%;
	height: 370px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 37px;
	border-radius: 40px;
}

.xs_sales h2 {
	margin-bottom: 40px;
}

.xs_sales h3 {
	font-size: 36px;
	line-height: 120%;
	margin-bottom: 24px;
	width: 54%;
}

.xs_sales__info {
	display: flex;
}

.xs_sales__info___price_____actual {
	padding: 8px 16px;
	background-color: #fff;
	text-align: center;
	border-radius: 16px;
	color: #eb4035;
	font-size: 30px;
	line-height: 130%;
	font-weight: 600;
	margin-right: 12px;
}

.xs_sales__info___price_____sale {
	padding: 8px 0px;
	text-align: center;
	color: #0a0a0a;
	font-size: 30px;
	line-height: 130%;
	font-weight: 500;
	text-decoration: line-through;
}

.xs_sales__item___btn {
	margin-top: auto;
	width: 250px;
	height: 60px;
	border-radius: 16px;
	color: #fff;
	text-align: center;
	background: #56c3d7;
	display: flex;
	font-size: 16px;
	text-transform: uppercase;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	font-weight: 600;
}

.xs_sales__item___btn:hover {
	background-color: #fff;
	color: #2faac9;
	transition: all 0.3s;
}

.xs_sales__info__el_2 {
	width: 70% !important;
	font-weight: 600;
	font-size: 18px;
}

.xs_sales__info__el_2 b {
	color: #eb4035;
}

.xs_sales__info__el_4 {
	font-weight: 600;
	font-size: 18px;
}

.xs_sales__info__el_4 b {
	color: #eb4035 !important;
}

.xs_sales__info__el_4 ul li {
	margin-bottom: 10px;
}

.xs_sales__more {
	text-align: center;
}

.xs_sales__more a {
	color: #2faac9;
	border-bottom: 1px solid #2faac9;
	font-size: 20px;
	font-weight: 600;
}

.main-landing .bread-wrap {
	padding-bottom: 1rem !important;
}

.page-10111 .news-one__right {
	display: none !important;
}

.page-10111 .news-one__left {
	width: 100% !important;
}

.xs_sales__shortcode {
	margin-top: 60px;
}

.small_phone_item a.small__phone {
	font-size: 18px;
	color: #fd2629;
}
.h_new .header-cont {
	align-items: center !important;
}
.small_phone_flex_web .small_phone_item {
	margin-bottom: 10px;
}
.small_phone_flex_web .small_phone_item:last-child {
	margin-bottom: 0px;
}
.small_phone_item img {
	width: 20px;
	height: 20px !important;
	margin-right: 5px;
}
.small_phone_item {
	display: flex;
	align-items: center;
}
.sales__inner > .xs_sales__info {
	padding-bottom: 115px;
}
.sales__inner b {
	font-size: 26px !important;
}
.c-nav a.link-num b {
	color: #000;
	font-size: 14px;
}
.c-nav a.link-num {
	color: #0011ff;
	font-size: 18px !important;
}
.block_consultation a {
	color: #01f !important;
	font-size: 28px;
}
.text_phone {
	font-size: 16px !important; font-weight: 500;
}
div#block_consultation_phone {
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.block_consultation_phone_item {
	padding-right: 100px;
}
.block_consultation_phone_item:last-child {
	padding: 0;
}
.main-404 {
	display: block !important;
}

@media screen and (max-width: 1800px) {
	.container {
		max-width: 90% !important;
	}
	.logo_text1 {
		font-size: 22px !important;
	}
}

.xs_uslugi__content {
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

@media screen and (max-width: 1650px) {
	.container {
		max-width: 95% !important;
	}

	.licence-slider__item {
		height: 100% !important;
	}

	.licence h2 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1580px) {
	.container {
		max-width: 97% !important;
	}

	.k_main_banner_content.container {
		padding-top: 50px !important;
		padding-bottom: 73px !important;
	}

	.spec {
		margin-top: 30px !important;
	}
}

@media screen and (max-width: 1500px) {
	.phone_header span {
		font-size: 18px !important;
	}

	.logo_text2 {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 1200px) {
	.h_new .logo__img {
		width: auto !important;
	}

	.licence-slider-wrap {
		width: 100% !important;
	}

	.licence-left {
		width: 100% !important;
	}

	.licence-slider__item {
		height: 345px !important;
	}

	.xs_uslugi__item___box__price {
		min-width: 100px;
	}

	.xs_uslugi__item___box {
		font-size: 14px;
	}

	.xs_sales__item {
		height: 354px;
		padding: 30px;
	}

	.xs_sales h3 {
		font-size: 27px;
	}

	.xs_sales__info___price_____actual {
		font-size: 24px;
		display: inline-flex;
		align-items: center;
	}

	.xs_sales__info___price_____sale {
		font-size: 24px;
		display: inline-flex;
		align-items: center;
	}
}

@media screen and (max-width: 1100px) {
	.logo_header {
		margin-right: 10px !important;
	}

	.phone_header {
		margin-right: 10px !important;
	}

	.xs_linl_header {
		font-size: 13px !important;
	}

	.phone_header span {
		font-size: 16px !important;
	}
}

@media screen and (max-width: 992px) {
	.news-filter__btn {
		width: 45%;
		text-align: center;
	}

	.advas-left {
		width: 100% !important;
	}

	.licence-slider-wrap {
		width: 100% !important;
	}

	.xs_sales__item {
		height: 325px;
		padding: 30px;
	}

	.xs_sales h3 {
		font-size: 24px;
	}

	.xs_sales__info__el_2 {
		font-size: 16px;
	}

	.xs_sales__info__el_4 {
		font-size: 16px;
	}
}

@media screen and (max-width: 800px) {
	.nav__wrap .nav a {
		font-size: 13px !important;
	}
	.container {
		padding: 0 15px;
	}
}

@media screen and (max-width: 768px) {
	.nav__wrap .nav a {
		font-size: 12px !important;
	}

	h2.k_main_banner_content_text {
		text-align: left !important;
	}
.text_phone {
    font-size: 12px !important;
}
	.feedback-feed__head {
		flex-direction: column !important;
		align-items: flex-start !important;
	}
	h2 {
		font-size: 28.8px !important;
	}

	.feedback h2 br {
		display: none !important;
	}

	.xs_uslugi__item___box__price {
		text-align: center;
	}

	.xs_uslugi__item {
		width: 100%;
	}

	.xs_uslugi__content {
		flex-direction: column;
	}

	.yandex_rev {
		width: 100%;
	}

	.xs_sales__item {
		width: 48%;
	}

	.small_phone_flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 75% !important;
		margin: 0 auto;
		padding-bottom: 15px;
	}
	.small_phone_item a.small__phone {
		font-size: 16px;
		color: #fd2629;
	}
	.phone_header {
		align-items: center !important;
	}
	.phone_header_text br {
		display: block;
	}
	.small_phone_item {
		display: flex;
		align-items: center;
	}
	.small_phone_item img {
		width: 20px;
		height: 20px !important;
		margin-right: 5px;
	}
	.phone_header_text b {
		font-size: 10px;
	}
	.phone_header_text a {
		font-size: 16px;
	}
	.c-nav a.link-num br {
		display: block;
	}
	div#block_consultation_phone {
		flex-wrap: wrap;
	}
	.block_consultation_phone_item {
		padding-right: 0;
		width: 100%;
		margin-bottom: 10px; line-height: 1.1;
	}
	.block_consultation_phone_item:last-child {
		margin-bottom: 0px;
	}
.block_consultation a {
    font-size: 20px;
}
}

@media screen and (max-width: 576px) {
	.news-filter__btn {
		width: 45%;
		text-align: center;
	}

	.actions h2 {
		font-size: 28.8px !important;
	}

	.feedback {
		padding-top: 0px !important;
		padding-bottom: 0 !important;
	}

	.seob h2 {
		line-height: 38px !important;
	}

	.spec-form__info .inp-min2 {
		width: 100% !important;
	}

	.k_main_banner_content_h1 {
		padding-top: 60px !important;
	}

	.xs_uslugi__item h4 {
		width: 70%;
	}

	.faq {
		margin-bottom: 47px !important;
	}

	.xs_sales__item {
		width: 100%;
		height: 310px;
	}
}

@media screen and (max-width: 460px) {
	.k_main_banner_content_h1 {
		font-size: 26px !important;
		line-height: 35px !important;
	}

	.k_main_banner_content_text {
		font-size: 18px !important;
		line-height: 26px !important;
	}

	.k_main_banner_content_p {
		font-size: 14px !important;
		line-height: 20px !important;
	}

	.xs_uslugi__item___box__price {
		min-width: 108px;
	}

	.xs_uslugi__item___box__price {
		min-width: 80px;
		font-size: 12px;
		padding: 7px 0;
	}

	.xs_uslugi__item h4 {
		margin-right: 15px;
	}

	.xs_uslugi {
		margin-bottom: 0;
	}

	.xs_uslugi__item:last-child {
		margin-bottom: 0px;
	}

	.xs_sales h3 {
		width: 55%;
	}

	.xs_sales__info__el_4 ul {
		width: 50%;
	}
}

@media screen and (max-width: 400px) {
	.k_main_banner_content_h1 {
		font-size: 21px !important;
		line-height: 26px !important;
		margin-top: 20px !important;
	}

	.k_main_banner_content_p {
		padding-right: 20px !important;
	}

	.logo_text1 {
		font-size: 16px !important;
	}

	.phone_header span {
		font-size: 14px !important;
	}

	.container.header-mob-cont img {
		width: 30px !important;
		height: 30px !important;
	}

	.k_main_banner_content_h1 {
		padding-top: 50px !important;
	}
}

@media screen and (max-width: 360px) {
	.h_new_mob a.logo__img {
		width: 30px !important;
	}
}

@media screen and (max-width: 345px) {
	.k_main_banner_content_flex_left .t22 {
		font-size: 13px !important;
	}

	.xs_sales__item {
		padding: 20px;
	}
}


/*** DMITRY KWORK ***/
.dg-table-wrapper {
  	width: 100%;
  	overflow-x: auto;
  	margin-bottom: 20px;
  	border-radius: 8px 8px 0 0;
  	box-shadow: -1px -1px 20px 3px rgba(18, 128, 148, 0.08);
}

.dg-table {
  	width: 100%;
  	border-collapse: collapse;
  	background: #fff;
  	table-layout: fixed;
}

table.dg-table tr{
	border:none;
}

.dg-table th, .dg-table td {
  	padding: 12px 15px;
  	text-align: left;
  	border: 1px solid #ddd;
  	word-wrap: break-word;
}
.dg-table td img{
	cursor: pointer;
}
.dg-table thead th {
    background: #74cee3;
    font-weight: 600;
    color: white;
}

.dg-table tbody tr:nth-child(even) {
    background: #9adbea1a;
}

.dg-table img {
  	display: block;
 	margin: 0 auto;
}

.dg-table th:nth-child(1), .dg-table td:nth-child(1) {
  	width: 60%;
}

.dg-table th:nth-child(2), .dg-table td:nth-child(2) {
  	width: 20%;
  	text-align: center;
}

.dg-table th:nth-child(3), .dg-table td:nth-child(3) {
  	width: 20%;
  	text-align: center;
}

.dg-table thead th:first-child { 
	border-top-left-radius: 8px;  
}
.dg-table thead th:last-child { 
	border-top-right-radius: 8px; 
}

.dg_tablicy_footer_section {
    font-size: 12px;
}

.dg_tablicy_body_sections {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.dg_tablicy_body_section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    scroll-margin-top: 90px;
}

.dg_tablicy_body_section_title {
    font-weight: bold;
}

.dg_tablicy_head_sections {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 25px 0;
    overflow: auto;
}

.dg_tablicy_head_section {
    width: max-content;
    white-space: nowrap;
}

.dg_tablicy_head_section a {
    background: linear-gradient(#b9e6ef 1%, #45bedb 70%, #2faac9 100%);
    color: #fff;
    padding: 7px 15px;
    border-radius: 10px;
    transition: all 0.4s;
    margin-left: auto;
    display: block;
}
.dg_tablicy_footer_section a.link{
	margin-right: 0;
}

.dg-table td a{
    color: #282828;
    transition: all 0.4s;
}

.dg-table td a:hover{
    color: #74cee3;
}

.dg_new_count {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.dg_new_count .dg_bloks_sections_content p{
    color: #555 !important;
    line-height: 1.8;
    margin-bottom: 20px;
}
.dg_bloks_sections_features {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 25px;
    margin: 30px 0;
}

.dg_new_count .dg_bloks_sections_features li{
    line-height: 1.8;
}
.dg_new_count .dg_bloks_sections_h2{
	font-size: 1.5em !important;
    color: #0066cc;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
    line-height: normal;
}
.dg_new_count .dg_bloks_sections_h3{
	font-size: 1.4em;
    color: #333;
    margin-top: 35px;
    margin-bottom: 15px;
}

.dg_new_count .dg_bloks_sections_inform_message{
	background: #e7f3ff;
    border-left: 4px solid #0066cc;
    padding: 20px 25px;
    margin: 30px 0;
    border-radius: 4px;

    width: 100%;
}
.dg_new_count .dg_bloks_sections_inform_message strong {
    color: #0066cc;
    margin-right: 10px;
}
.dg_new_count .dg_bloks_sections_inform_message p {
    margin: 0;
    display: inline;
}

.dg_new_count .dg_bloks_sections_spisok {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 25px;
    margin: 30px 0;
}

.dg_new_count .dg_bloks_sections_spisok h4 {
    color: #0066cc;
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: 500;
}

.dg_new_count .dg_bloks_sections_spisok_list:not(.number){
    list-style: none;
    padding-left: 0;
}
.dg_new_count .dg_bloks_sections_spisok_list.number{
    list-style: decimal;
}
.dg_new_count .dg_bloks_sections_spisok_list:not(.number) li {
    padding: 8px 0 8px 30px;
    position: relative;
    line-height: normal;
}
.dg_new_count .dg_bloks_sections_spisok_list:not(.number) li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
    font-size: 1.2em;
}

.dg_bloks_sections_tables{
	overflow-x: auto;
}


.dg_bloks_sections_tables table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 0.95em;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.dg_bloks_sections_tables thead {
    background: #0066cc;
    color: white;
    background: #74cee3;
}

.dg_bloks_sections_tables th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
    color: white;
    background: #74cee3;
}

.dg_bloks_sections_tables td {
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
    line-height: normal;
}

.dg_bloks_sections_tables tbody tr:nth-child(even) {
    background: #f8f9fa;
}

.dg_new_count .dg_bloks_sections_spisok_preimyschestv tbody tr:hover {
    background: #e9ecef;
}

.dg_new_count .dg_bloks_sections_spisok_preimyschestv h4 {
    color: #28a745;
    margin-bottom: 15px;
    font-weight: 500;
}

.dg_new_count .dg_bloks_sections_spisok_preimyschestv ol {
    padding-left: 25px;
}

.dg_new_count .dg_bloks_sections_spisok_preimyschestv li {
    margin-bottom: 12px;
    padding-left: 10px;
}





.dg_new_count .dg_bloks_sections_spisok_nedostatok h4 {
    color: #dc3545;
    margin-bottom: 15px;
}

.dg_new_count .dg_bloks_sections_spisok_nedostatok ol {
    list-style: none;
    padding-left: 0;
}

.dg_new_count .dg_bloks_sections_spisok_nedostatok li {
    padding: 8px 0 8px 30px;
    position: relative;
    line-height: normal;
}

.dg_new_count .dg_bloks_sections_spisok_nedostatok li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
    font-size: 1.2em;
}

.dg_new_count .dg_bloks_sections_spisok_faq h2 {
    font-size: 1.5em;
    color: #0066cc;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
    line-height: normal;
}

.dg_new_count .dg_bloks_sections_spisok_faq_list  {
    margin-top: 50px;
}

.dg_new_count .dg_bloks_sections_spisok_faq_list .dg_bloks_sections_spisok_faq_list_item {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.dg_new_count .dg_bloks_sections_spisok_faq_list .dg_bloks_sections_spisok_faq_list_item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: #0066cc;
}

.dg_new_count .dg_bloks_sections_spisok_faq_list_item .faq_ques {
    font-weight: 600;
    color: #0066cc;
    font-size: 20px;
    margin-bottom: 12px;
}

.dg_new_count .dg_bloks_sections_spisok_faq_list_item .faq_ansv {
    color: #555;
    line-height: 1.7;
    font-size: 16px;
}

.dg_new_count .dg_bloks_sections_zaklychenie{
    background: #fff9e6;
    border: 2px solid #ffc107;
    border-radius: 8px;
    padding: 30px;
    margin: 50px 0 30px 0;
}

.dg_new_count .dg_bloks_sections_zaklychenie h2 {
    color: #f57c00;
    border: none;
    margin-top: 0;
}

.dg_new_count .dg_bloks_sections_spisok_literatyry_list h2 {
    font-size: 1.5em;
    color: #0066cc;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
    line-height: normal;
}

.dg_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}

.dg_bloks_sections_gallery.single-image .dg_gallery_grid {
  grid-template-columns: 1fr; 
}

.dg_gallery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}


.dg_gallery_item {
  position: relative;
  width: 100%;
  padding-top: 75%; 
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}


.dg_bloks_sections_gallery:not(.single-image) .dg_gallery_item:hover {
  transform: scale(1.03);
}


.dg_bloks_sections_gallery.single-image .dg_gallery_grid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dg_bloks_sections_gallery.single-image .dg_gallery_item {
  width: 100%;
  max-width: 900px;
  height: auto;
  aspect-ratio: auto;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  min-height: 300px;
}


.dg_modal_overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.dg_modal_overlay.active {
  display: flex;
}

.dg_modal_overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.dg_bloks_sections_spisok_literatyry_list ul{
	list-style-type: decimal !important;
}

.dg_new_count .dg_bloks_sections_features_list li a:visited{
	color: #56c3d7;
}
.dg_new_count .dg_bloks_sections_features_list li a{
	color: #56c3d7;
    font-weight: 600;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.dg_new_count .dg_bloks_sections_features_list li a:hover{
	color: #282828;
}



.dg_bloks_sections_content blockquote {
    background-color: #f8f9fa;
    border-left: 4px solid #56C3D7;
    padding: 20px 10px;
    margin: 25px 0;
    position: relative;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
}

.dg_bloks_sections_content blockquote::before {
    content: "“";
    font-size: 2.5em;
    color: #56C3D7;
    opacity: 0.4;
    font-family: Georgia, serif;
    height: 25px;
    line-height: normal;
    position: absolute;
}

.dg_new_count .dg_bloks_sections_content blockquote p {
    color: #34495e;
	padding: 0;
    margin: 0;
    margin-left: 30px;
}


@media screen and (max-width: 1100px){
	.dg_new_count .autor_stat {
    	flex-direction: column;
    }
    .dg_new_count .img_autor {
        display: block;
    }
    .news-one__cont.dg_new_count{
       	margin: 0px 4% 5%;
        width: calc(100% - 8%);
    }
}


@media screen and (max-width: 1000px){
	.dg_tablicy_head_sections {
	  	flex-wrap: nowrap;
	}

	body .spec-item, body .spec-form{
		margin-left: 0;
	    margin-right: 0;
	    width: 100%;
	}
	body .licence-slider__item{
		margin-left: 0;
    	margin-right: 0;
	}

	body .main-landing .bread-wrap{
		margin-left: 0;
    	margin-right: 0;
	}
}

@media screen and (max-width: 600px){
	.dg-table th:nth-child(1), .dg-table td:nth-child(1) {
	    width: 50%;
	}
	.dg-table th:nth-child(2), .dg-table td:nth-child(2) {
	    width: 25%;
	}
	.dg-table th:nth-child(3), .dg-table td:nth-child(3) {
	    width: 25%;
	}
}

@media (max-width: 770px) {
    body .new_nav_head{
    	width: calc(100% - 30px);
    }
    body .close-nav{
    	top: -14px !important;
	    right: -40px !important;
	    width: 30px;
	    height: 30px;
    }
    body .close:after, body .close:before{
    	background-color: #fd1716;
    }
    #menu-glavnoe ul.sub-menu {
	    padding-left: 15px;
	}
	#menu-glavnoe .current_page_item a{
		color: #fc4140 !important;
    	font-weight: bold;
	}


}

.dg_widjet_main .sidebar {
    width: 340px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06), 0 0 1px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.dg_widjet_main .menu-title {
    background: linear-gradient(135deg, #48c9d4 0%, #3ba8b3 100%);
    color: #ffffff;
    padding: 28px 24px 20px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.dg_widjet_main .menu-container {
    padding: 8px;
    max-height: 75vh;
    overflow-y: auto;
}

.dg_widjet_main .menu-container::-webkit-scrollbar {
    width: 6px;
}

.dg_widjet_main .menu-container::-webkit-scrollbar-track {
    background: transparent;
}

.dg_widjet_main .menu-container::-webkit-scrollbar-thumb {
    background: #d1d1d6;
    border-radius: 3px;
}

.dg_widjet_main .menu-container::-webkit-scrollbar-thumb:hover {
    background: #48c9d4;
}

/* Уровень 1 - Основные разделы */
.dg_widjet_main .menu-level-1 {
    margin-bottom: 4px;
}

.dg_widjet_main .menu-level-1 > .menu-header {
    background: #f5f5f7;
    color: #1d1d1f;
    padding: 14px 16px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dg_widjet_main .menu-level-1 > .menu-header:hover {
    background: #e8f8fa;
    transform: translateX(2px);
}

.dg_widjet_main .menu-level-1 > .menu-header.active {
    background: linear-gradient(135deg, #48c9d4 0%, #3ba8b3 100%);
    color: #ffffff;
}
.dg_widjet_main .menu-level-1 > .menu-header.active a {
    color: #ffffff;
}

.dg_widjet_main .menu-level-1 > .menu-header.active .icon {
    color: #ffffff;
}

/* Иконки */
.dg_widjet_main .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #48c9d4;
    transition: color 0.3s;
}

.dg_widjet_main .menu-text {
    display: flex;
    align-items: center;
    flex: 1;
}

/* Уровень 2 - Подразделы */
.dg_widjet_main .menu-level-2, .dg_widjet_main .menu-level-3{
    margin-left: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
}


.dg_widjet_main .menu-level-2 > .menu-header, .dg_widjet_main .menu-level-3 > .menu-header {
    background: transparent;
    color: #1d1d1f;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.dg_widjet_main .menu-level-2 > .menu-header::before, .dg_widjet_main .menu-level-3 > .menu-header::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background: #48c9d4;
    border-radius: 2px;
    transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dg_widjet_main .menu-level-2 > .menu-header:hover, .dg_widjet_main .menu-level-3 > .menu-header:hover{
    background: #f9feff;
    padding-left: 20px;
}

.dg_widjet_main .menu-level-2 > .menu-header:hover::before, .dg_widjet_main .menu-level-3 > .menu-header:hover::before {
    height: 20px;
}

.dg_widjet_main .menu-level-2 > .menu-header.active, .dg_widjet_main .menu-level-3 > .menu-header.active {
    background: #f9feff;
    color: #48c9d4;
    font-weight: 500;
}

/* Уровень 3 - Конечные пункты */
.dg_widjet_main .menu-level-3 {
    margin-left: 24px;
    margin-top: 4px;
    padding: 4px 0;
}

.dg_widjet_main .menu-item {
    background: transparent;
    color: #6e6e73;
    padding: 10px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 2px;
    position: relative;
    padding-left: 28px;
    display: block;
}
.dg_widjet_main .menu-item a{
    color: #6e6e73;
}
.dg_widjet_main .menu-item a:hover{
     color: #1d1d1f;
}

.dg_widjet_main .menu-item::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #c7c7cc;
    border-radius: 50%;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.dg_widjet_main .menu-item:hover {
    background: #f9feff;
    color: #1d1d1f;
    padding-left: 32px;
}

.dg_widjet_main .menu-item:hover::before {
    background: #48c9d4;
    transform: translateY(-50%) scale(1.3);
}

.dg_widjet_main .menu-item.selected {
    background: #e8f8fa;
    color: #48c9d4;
    font-weight: 500;
}

.dg_widjet_main .menu-item.selected::before {
    background: #48c9d4;
    width: 6px;
    height: 6px;
}
.dg_widjet_main a{
	color: black;
}

/* Контейнеры для подменю */
.dg_widjet_main .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.dg_widjet_main .submenu.open {
    max-height: 2000px;
}

/* Стрелки */
.dg_widjet_main .arrow {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 16px;
    opacity: 0.5;
    display: inline-block;
}

.dg_widjet_main .menu-header.active .arrow {
    opacity: 1;
}

.dg_widjet_main .arrow.rotated {
    transform: rotate(90deg);
}

/* Простые пункты без подменю */
.dg_widjet_main .menu-simple {
    margin-bottom: 4px;
}

.dg_widjet_main .menu-simple .menu-header {
    background: #f5f5f7;
    color: #1d1d1f;
    padding: 14px 16px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dg_widjet_main .menu-simple .menu-header:hover {
    background: #e8f8fa;
    transform: translateX(2px);
}

.dg_widjet_main .menu-simple .menu-header.active {
    background: linear-gradient(135deg, #48c9d4 0%, #3ba8b3 100%);
    color: #ffffff;
}

.dg_widjet_main .menu-simple .menu-header.active .icon {
    color: #ffffff;
}

/* Специальные акценты для важных разделов */
.dg_widjet_main .menu-header.accent {
    background: #fff5f5;
    border: 1px solid #ffe5e5;
}

.dg_widjet_main .menu-header.accent:hover {
    background: #ffebeb;
    border-color: #ffd5d5;
}

.dg_widjet_main .nav_phone{
	display: none !important;
}

.dg_widjet_main .menu-item a.active_href{
	color: #48c9d4;
}


.dg_widjet_main .menu-header {
    margin-bottom: 4px;
}

.dg_widjet_main .menu-header.accent.active {
    background: linear-gradient(135deg, #e63946 0%, #d62839 100%);
    border-color: #e63946;
}

.dg_widjet_main .menu-header.accent .icon {
    color: #e63946;
}

.dg_widjet_main .menu-header.accent.active .icon {
    color: #ffffff;
}

/* Анимация появления */
@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dg_widjet_main .menu-level-1, .dg_widjet_main .menu-simple {
    animation: fadeInSlide 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

#menu-glavnoe .hide_heder{
	display: none !important;
}

.dg_widjet_main .menu-level-1:nth-child(1), .dg_widjet_main .menu-simple:nth-child(1) { animation-delay: 0.05s; opacity: 0; }
.dg_widjet_main .menu-level-1:nth-child(2), .dg_widjet_main .menu-simple:nth-child(2) { animation-delay: 0.1s; opacity: 0; }
.dg_widjet_main .menu-level-1:nth-child(3), .dg_widjet_main .menu-simple:nth-child(3) { animation-delay: 0.15s; opacity: 0; }
.dg_widjet_main .menu-level-1:nth-child(4), .dg_widjet_main .menu-simple:nth-child(4) { animation-delay: 0.2s; opacity: 0; }
.dg_widjet_main .menu-level-1:nth-child(5), .dg_widjet_main .menu-simple:nth-child(5) { animation-delay: 0.25s; opacity: 0; }
.dg_widjet_main .menu-level-1:nth-child(6), .dg_widjet_main .menu-simple:nth-child(6) { animation-delay: 0.3s; opacity: 0; }
.dg_widjet_main .menu-level-1:nth-child(7), .dg_widjet_main .menu-simple:nth-child(7) { animation-delay: 0.35s; opacity: 0; }
.dg_widjet_main .menu-level-1:nth-child(8), .dg_widjet_main .menu-simple:nth-child(8) { animation-delay: 0.4s; opacity: 0; }

/* Разделитель */
.dg_widjet_main .menu-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #e5e5e7, transparent);
    margin: 12px 16px;
}


.dg_bloks_sections_content{
	overflow: hidden;
}
.xs_uslugi__content.title-lgdg span, .xs_uslugi__content.title-lgdg a{
    font-size: 14px;
    opacity: 0.8;
        font-style: italic;
}
.xs_uslugi__content.dg_href_button {
    margin-top: 20px;
}

.xs_uslugi__content.dg_href_button a {
    display: block;
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    background: linear-gradient(#b9e6ef 1%, #45bedb 70%, #2faac9 100%);
}
.dg_cct .xs_uslugi__content{
	justify-content: space-between;
}
.xs_uslugi__content.dg_href_button {
    justify-content: center;
}
.dg-akcii-widget {
    display: flex;
    flex-direction: column;
    margin: 75px 0;
    gap: 15px;
    align-items: center;
}
.dg-akcii-widget .xs_sales__content {
    flex-direction: column;
    gap: 20px;
}
.dg-akcii-widget .xs_sales__item {
    width: 100%;
    height: 300px;
    margin-bottom: 0;
    color: inherit;
}
.dg-akcii-widget .xs_sales__info___price_____actual{
	font-size: 26px;
    line-height: 150%;
}
.dg-akcii-widget .xs_sales__info___price_____sale{
	font-size: 24px;
}
.dg-akcii-widget-zagl {
    font-weight: 700 !important;
    color: #ff2625;
    font-size: 26px;
    text-align: center;
}
.dg-akcii-widget > a {
    font-size: 18px;
    text-align: center;
    color: #2faac9;
    border-bottom: 1px solid #2faac9;
    width: fit-content;
}
.dg_text-content {
  overflow: hidden;
  line-height: 1.5em; 
  max-height: 4.5em;
  transition: max-height 0.3s ease;
  padding-bottom: 0 !important;
}

.dg_text-content.expanded {
  max-height: none;
}

.dg_text-content.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.show-more-btn {
  background: none;
  border: none;
  color: #0066cc;
  cursor: pointer;
  padding: 5px 0;
  font-size: 14px;
  text-align: left;
  margin-top: 5px;
}

.show-more-btn:hover {
  text-decoration: underline;
}
/*** DMITRY KWORK ***/


.page-185 aside#main-sidebar.news-one__right {
	display: none;
}

.page-185 .container.news-one__cont {
	justify-content: center;
}

.works-right .input.phone, 
.modal__block .input.phone {
	font-size: 16px;
}

form.contactsp-center {
	padding: 24px;
}

form.contactsp-center  .input.area {
	resize: none;
}


.banner__title {
    font-size: 28px !important;
}
@media (max-width: 480px) {
    .page-776  .top_box_new_price {
        bottom: 325px;
    }
	.banner__title {
    font-size: 22px !important;
}
.banner__content {
    margin-top: 0 !important;
}
}



.banner__content {
    padding-block: 1.75rem !important;
}


/* ===== НОВАЯ ФОРМА КОНСУЛЬТАЦИИ ===== */
.consultation-section {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.consultation-section .section-title {
    text-align: center;
    margin-bottom: 30px;
}
.consultation-section .section-title b {
    font-weight: inherit;
}
.consultation-section .section-title span {
    color: #ff544f;
}

.form-card {
    background-color: #f4f6f9;
    background-image:
        radial-gradient(circle at 0% 0%, rgba(94, 194, 214, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 100% 100%, rgba(255, 84, 79, 0.08) 0%, transparent 40%);
    width: 100%;
    border-radius: 30px;
    border: 1px solid rgba(0,0,0,0.03);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    padding: 45px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.form-content-inner {
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.form-card .sub-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 30px 0;
    color: #212529;
}

.features-list {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 35px;
    list-style: none;
    padding: 0;
}

.feature-tag {
    background-color: #ffffff;
    color: #212529;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}

.feature-tag .check-icon {
    width: 20px;
    height: 20px;
    background: #5ec2d6;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 10px;
    flex-shrink: 0;
}

.form-wrapper {
    width: 100%;
}

.input-group {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    width: 100%;
}

.input-container {
    flex-grow: 1;
    position: relative;
    text-align: left;
}

.input-label {
    display: block;
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 10px;
    margin-left: 25px;
    font-weight: 500;
}

.phone-input-wrapper {
    position: relative;
    width: 100%;
}

.form-card .form-input {
    width: 100%;
    height: 64px;
    padding: 0 25px 0 55px;
    font-size: 18px;
    border: 2px solid transparent;
    background-color: #ffffff;
    border-radius: 100px;
    outline: none;
    transition: all 0.2s;
    font-weight: 500;
    color: #333;
    box-shadow: 0 5px 15px rgba(0,0,0,0.04);
}
.form-card .form-input:focus {
    border-color: #5ec2d6;
    box-shadow: 0 0 0 4px rgba(94, 194, 214, 0.15);
}
.form-card .form-input.input-error {
    border-color: #ff544f;
    box-shadow: 0 0 0 4px rgba(255, 84, 79, 0.15);
    animation: shake 0.4s cubic-bezier(.36,.07,.19,.97) both;
}

.phone-icon {
    position: absolute;
    left: 24px;
    top: 22px;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    pointer-events: none;
}

.error-text {
    color: #ff544f;
    font-size: 12px;
    margin-left: 30px;
    margin-top: 6px;
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s;
    font-weight: 500;
    pointer-events: none;
}
.error-text.visible {
    opacity: 1;
}

.form-card .submit-btn {
    height: 64px;
    background-color: #ff544f;
    color: white;
    border: none;
    padding: 0 45px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 100px;
    cursor: pointer;
    transition: transform 0.1s, background-color 0.2s;
    white-space: nowrap;
    box-shadow: 0 8px 25px rgba(255, 84, 79, 0.25);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}
.form-card .submit-btn:hover {
    background-color: #fa4b46;
    transform: translateY(-2px);
}
.form-card .submit-btn:active {
    transform: translateY(1px);
}

.form-card .submit-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transform: skewX(-20deg);
    animation: shine 4s infinite;
}

.consent-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    padding-left: 10px;
    width: 100%;
}
.custom-checkbox {
    margin-right: 12px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #5ec2d6;
    flex-shrink: 0;
}
.consent-text {
    font-size: 13px;
    color: #7d8995;
    text-align: left;
    line-height: 1.4;
}
.consent-text a {
    color: #7d8995;
    text-decoration: underline;
}

.card-footer {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.footer-text {
    font-size: 16px;
    color: #555;
}
.footer-phone {
    font-weight: 800;
    color: #212529;
    text-decoration: none;
    font-size: 22px;
    margin-left: 5px;
}

.status-badge {
    font-size: 13px;
    color: #27ae60;
    background-color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #27ae60;
    border-radius: 50%;
    position: relative;
}
.pulse-dot::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #27ae60;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

@keyframes shine {
    0% { left: -100%; }
    20% { left: 100%; }
    100% { left: 100%; }
}
@keyframes pulse {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(2.5); opacity: 0; }
}
@keyframes shake {
    10%, 90% { transform: translate3d(-1px, 0, 0); }
    20%, 80% { transform: translate3d(2px, 0, 0); }
    30%, 50%, 70% { transform: translate3d(-4px, 0, 0); }
    40%, 60% { transform: translate3d(4px, 0, 0); }
}

/* Адаптив для новой формы */
@media (max-width: 900px) {
    .form-card {
        padding: 40px 30px;
    }
    .input-group {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
    .form-card .submit-btn {
        width: 100%;
        margin-top: 20px;
    }
    .consultation-section .section-title {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .consultation-section {
        padding: 30px 0;
    }
    .consultation-section .section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .form-card {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .form-card .sub-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .features-list {
        gap: 8px;
        margin-bottom: 25px;
    }
    .feature-tag {
        font-size: 12px;
        padding: 6px 12px;
        min-height: 32px;
    }
    .feature-tag .check-icon {
        width: 16px;
        height: 16px;
        font-size: 10px;
        margin-right: 6px;
    }

    .form-card .form-input {
        height: 55px;
        font-size: 16px;
        padding-left: 50px;
    }
    .form-card .submit-btn {
        height: 55px;
        font-size: 15px;
        margin-top: 15px;
        padding: 0 15px;
    }
    .phone-icon {
        top: 18px;
    }

    .footer-text {
        display: flex;
        flex-direction: column;
        gap: 5px;
        font-size: 14px;
    }
    .footer-phone {
        font-size: 20px;
    }
    .card-footer {
        margin-top: 30px;
    }
}
/* ===== КОНЕЦ НОВОЙ ФОРМЫ ===== */

