header {
	padding-top: 30px;
	padding-bottom: 30px;
	background: rgb(229,229,229);
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 50%);
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
}

header nav ul {
	list-style: none;
	margin-bottom: 0;
    margin-top: 16px;
}

header nav ul li {
	margin-bottom: 5px;
	line-height: 1.4;
}

header nav ul li:last-child {
	margin-bottom: 0;
}

header nav ul li a {
	color: #c0372c;
	text-decoration: underline;
}

header nav ul li a:hover {
	color: #c0372c;
	text-decoration: none;
}

.header_phones {
	text-align: right;
}

.header_phones ul li {
	margin-bottom: 12px;
}

.header_phones ul li:last-child {
	margin-bottom: 0;
}

.header_phones strong {
	color: #222;
	display: block;
	line-height: 1.1;
}

.header_phones strong.regional {
	font-size: 28px;
}

.header_phones strong.free {
	font-size: 20px;
}

.header_phones span {
	color: #777;
}


.header_contacts {
	text-align: right;
}

.header_contacts p {
	margin-bottom: 15px;
}

.header_contacts p span {
	font-size: 18px;
	color: #222
}

.header_contacts p small {
	color: #777;
}

.header_contacts a i {
	color: #c0372c;
}

@media (max-width: 1200px) {
	.header_phones strong.regional {
		font-size: 24px;
	}
	.header_phones strong.free {
		font-size: 18px;
	}
	.header_contacts p span {
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	.header_phones, .header_contacts {
		margin-top: 40px;
	}	
	.header_phones {
		text-align: left;
	}
	.header_contacts {
		text-align: right;
	}
	.header_contacts p span {
		font-size: 18px;
	}
	header nav ul {
		text-align: right;
	}
}

@media (max-width: 768px) {
	.header_phones, .header_contacts {
		margin-top: 20px;
		text-align: left;
	}
	.logo {
		text-align: center;
		margin-bottom: 20px;
	}
	header nav ul li {
		float: left;
		margin-right: 10px;
	}
}


.logo a:hover img {
	filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80);
}



.hmenu {
	text-align: center;
	background: #6da06f;
	background: -moz-linear-gradient(top, #6da06f 0%, #578458 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #6da06f), color-stop(100%, #578458));
	background: -webkit-linear-gradient(top, #6da06f 0%, #578458 100%);
	background: -o-linear-gradient(top, #6da06f 0%, #578458 100%);
	background: -ms-linear-gradient(top, #6da06f 0%, #578458 100%);
	background: linear-gradient(to bottom, #6da06f 0%, #578458 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6da06f', endColorstr='#578458', GradientType=0 );
}

.hmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hmenu ul li {
	display: inline-block;
	margin: 0 16px;
}

.hmenu ul li:first-child {
	margin-left: 0;
}

.hmenu ul li:last-child {
	margin-right: 0;
}

.hmenu ul li a {
	color: #fff;
	font-size: 18px;
	padding: 16px 0 12px 0;
	display: block;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 4px solid transparent;
}

.hmenu ul li a:hover {
	color: #f5b748;
}


@media (max-width: 768px) {
	.hmenu {
		padding: 15px 15px;
	}
	.hmenu ul li {
		margin: 0 10px;
	}
	.hmenu ul li a {
		padding: 5px 0;
	}
}




.form-o {
	background: rgba(255,255,255,0.7);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}



.promo {
	background: #b7dccb url(/assets/template/alkomid/images/promo_background.jpg) no-repeat center top;
	background-size: cover;
	color: #c0372c;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

.promo_h {
	font-size: 48px;
	display: block;
	line-height: 1.1;
	margin-bottom: 10px;
}

.promo_sub_h {
	font-size: 32px;
	font-weight: 300;
	display: block;
	margin-bottom: 40px;
	line-height: 1.1;
}

.promo .form-o {
	padding: 30px;
}

.promo form {
	margin-bottom: 30px;
}

form label {
	position: relative;
	margin-bottom: 0;
}

form label #promoInputPhone {
	padding-left: 32px;
}

form label:after {
	content: "";
	color: #555;
	display: block;
	width: 16px;
	height: 16px;
	background: url(/assets/template/alkomid/images/flag.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 11px;
	left: 10px;
}

.promo ul {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(0,0,0,0.5);
}

.promo ul li {
	padding-left: 10px;
    padding-right: 10px;
}

.promo ul li span {
	display: block;
}

.promo ul li img {
	margin-bottom: 7px;
}

@media (max-width: 768px) {
	.promo .form-o {
		padding: 50px 30px 30px 50px;
	}
	.promo form .col-xs-16 {
		padding-bottom: 20px;
	}
	.promo form label {
		width: 100%;
	}
}




.section_h {
	font-size: 36px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 40px;
	color: #c0372c;
}

.section_h small {
	display: block;
	margin-top: 15px;
    font-size: 18px;
    font-family: 'PT Serif Caption', serif;
    line-height: 1.4;
}


.advantages {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.advantages .item {
	padding: 20px 10px;
	width: 20%;
	float: left;
}

.advantages img {
	margin-bottom: 15px;
}

.advantages figcaption {
	font-weight: 300;
	color: #777;
	line-height: 1.4;
}

.advantages form {
	margin-top: 40px;
	padding: 0 50px;
}

.advantages form label {
	width: 100%;
}

@media (max-width: 768px) {
	.advantages .item {
		width: 50%;
	}
	.advantages form input {
		margin-bottom: 20px;
	}
}




.carousel-control i.carousel-control-left {
    left: 20px;
}

.carousel-control i.carousel-control-right {
    right: 20px;
}

.carousel-control i {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 30px;
}

.html_code {
    width:100%;
    height:500px;
    min-width:100%;
    min-height:500px;
    max-height:500px;
    overflow:hidden;
    display:block;
    background: #333;
}

#carousel .item_1 .html_code {
	background: #bc5525;
	background: -moz-linear-gradient(-45deg,  #bc5525 0%, #930c1a 100%);
	background: -webkit-linear-gradient(-45deg,  #bc5525 0%,#930c1a 100%);
	background: linear-gradient(135deg,  #bc5525 0%,#930c1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc5525', endColorstr='#930c1a',GradientType=1 );
}

#carousel .item_2 .html_code {
	background: #6da06f url(/assets/template/alkomid/images/carousel_item_2_background.jpg) no-repeat center center;
	background-size: cover;
}

#carousel .item_3 .html_code {
	background: #bc5525 url(/assets/template/alkomid/images/carousel_item_3_background.jpg) no-repeat center center;
	background-size: cover;
}

#carousel .item .slide_head {
	color: #fff;
	font-weight: bold;
	font-size: 42px;
	line-height: 1.2;
	margin-bottom: 20px;
}

#carousel .item .slide_head_small {
	font-size: 32px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 50px;
}

#carousel .item .slide_phone {
	font-size: 48px;
	font-weight: bold;
	text-shadow: none;
	margin-bottom: 10px;
}

#carousel .item .slide_phone i {
	font-size: 40px;
	color: rgba(255,255,255,0.4);
}

#carousel .item {
	text-align: center;
}

#carousel .item form {
	padding: 30px 50px;
}

#carousel .item form label {
	width: 100%;
}

#carousel .item_3 .slide_head_small {
	margin-bottom: 30px;
}

#carousel .item_3 .slide_phone {
	font-size: 42px;
}

@media (max-width: 1200px) {
	#carousel .item .slide_phone {
		font-size: 36px;
	}
	#carousel .item .slide_phone i {
		font-size: 32px;
	}
	#carousel .item .slide_head {
		font-size: 36px;
	}
	#carousel .item .slide_head_small {
		font-size: 28px;
		margin-bottom: 30px;
	}
}









.start {
	padding-top: 50px;
	padding-bottom: 30px;
	background: #f3f8f6;
}

.start .item_number {
	display: block;
	padding: 5px;
	border: 4px solid #b6e9d1;
	color: #999;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-bottom: 10px;
}

.start .item {
	
}

.start .item p strong {
	font-size: 18px;
}

.start .item p.text-danger {
	font-size: 24px;
	margin-bottom: 0;
	font-weight: bold;
}

.start .item p.text-warning {
	text-transform: uppercase;
    letter-spacing: 1px;
}

.start .item p em {
	font-family: 'PT Serif Caption', serif;
	font-size: 14px;
}

@media (max-width: 992px) {
	.start .item {
		margin-bottom: 20px;
	}
}




.principles {
	padding-top: 50px;
	padding-bottom: 20px;
}

.principles .item {
	padding: 20px 10px;
	width: 20%;
	float: left;
	text-align: center;
}

.principles img {
	margin-bottom: 15px;
}

.principles figcaption {
	font-weight: 300;
	color: #777;
	line-height: 1.4;
}

@media (max-width: 768px) {
	.principles .item {
		width: 50%;
	}
}



.staff {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff;
}

.staff-item {
    background: #f3f8f6;
    padding: 20px 20px;
    border-top: 4px solid #b6e9d1;
    font-size: 14px;
    -webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.staff figure {
	position: relative;
}

.staff figure figcaption {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100px;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=0);
    
}

.staff figure img {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.staff-item p strong {
	color: #c0372c;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
}

.staff-item p:last-child {
	margin-bottom: 0;
}

@media (max-width: 992px) {
	.staff .item {
		margin: 10px auto 10px auto;
	}
}


/* Блок результатов */
.result {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.result .item {
	padding: 20px 10px;
	width: 20%;
	float: left;
}

.result img {
	margin-bottom: 15px;
}

.result figcaption {
	font-weight: 300;
	color: #777;
	line-height: 1.4;
}

.result form {
	margin-top: 30px;
}

@media (max-width: 768px) {
	.result .item {
		width: 50%;
	}
	.result form input,label {
		margin-bottom: 20px;
		width: 100%;
	}
}

/* Анимации */
@keyframes resultPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.result-item:hover .result-icon i {
    animation: resultPulse 1s infinite;
}



.reviews {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff0be;
}

.reviews .carousel {
	padding-bottom: 30px;
}

.reviews .carousel-indicators {
	bottom: 0;
}

.reviews .carousel-indicators li {
	border-color: #222;
	margin: 0 1px;
}

.reviews .carousel-indicators .active {
	background: #222;
	width: 10px;
    height: 10px;
}

.reviews .item_review {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.reviews .item_review figure img {
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}

.reviews .item_review figure figcaption {
	color: #c0372c;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
}

.reviews .item_review figure em {
	display: block;
	line-height: 1.3;
	margin-top: 5px;
	font-family: "PT Serif", serif;
}

.reviews .item_review p {
	margin-bottom: 0;
}




.appointment {
	padding-top: 50px;
	padding-bottom: 50px;
}

.appointment form label {
	width: 100%;
}



.call_doctor {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #bc5525;
	background: -moz-linear-gradient(-45deg,  #bc5525 0%, #930c1a 100%);
	background: -webkit-linear-gradient(-45deg,  #bc5525 0%,#930c1a 100%);
	background: linear-gradient(135deg,  #bc5525 0%,#930c1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc5525', endColorstr='#930c1a',GradientType=1 );
	color: #fff !important;
}

.call_doctor h2.section_h {
	color: #fff;
}

.call_doctor form {
	padding: 40px 40px 25px 40px;
}

.call_doctor form label {
	width: 100%;
}

.call_doctor .btn:hover {
  margin-top: 1px;
  border-bottom-width: 4px;
}

.call_doctor h4 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
	font-family: 'PT Serif', serif;
}

.call_doctor_phones ul li {
	margin-bottom: 12px;
}

.call_doctor_phones ul li:last-child {
	margin-bottom: 0;
}

.call_doctor_phones strong {
	color: #fff;
	display: block;
	line-height: 1.1;
}

.call_doctor_phones strong.regional {
	font-size: 28px;
}

.call_doctor_phones strong.free {
	font-size: 20px;
}

.call_doctor_phones span {
	color: #d2d2d2;
	color: rgba(255,255,255,0.6);
}

.call_doctor_icons {
	margin-top: 40px;
	text-align: center;
}

.call_doctor_icons .item img {
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	.call_doctor form {
		margin-bottom: 40px;
	}
}






.info {
	padding-top: 50px;
	padding-bottom: 50px;
}

.info h3 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 30px;
	color: #c0372c;
}





.page {
	padding-top: 50px;
	padding-bottom: 50px;
}

.page h1 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 40px;
	color: #c0372c;
	text-align: center;
}




footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background: rgb(229,229,229);
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 50%);
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
}

.footer_phones ul li {
	margin-bottom: 12px;
}

.footer_phones ul li:last-child {
	margin-bottom: 0;
}

.footer_phones strong {
	color: #222;
	display: block;
	line-height: 1.1;
}

.footer_phones strong.regional {
	font-size: 28px;
}

.footer_phones strong.free {
	font-size: 20px;
}

.footer_phones span {
	color: #777;
}

.footer_links {
	margin-top: 40px;
	text-align: center;
}

.footer_links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer_links ul li {
	display: inline-block;
	margin: 2px 10px;
}

@media (max-width: 1200px) {
	.footer_phones strong.regional {
	font-size: 24px;
	}
	.footer_phones strong.free {
		font-size: 18px;
	}
}

@media (max-width: 992px) {
	footer .logo {
		margin-bottom: 40px;
	}
}




.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
    background: rgba(0,0,0,0.4);
	color: #eeeeee;
	width: 50px;
	height: 50px;
	line-height: 42px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

@media (max-width: 768px) {
	.scroll-top-wrapper {
		visibility: hidden !important;
	}
}



body.modal-open #wrap{
    -webkit-filter: blur(7px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}
  
.modal-backdrop {background: #f7f7f7;}

.close {
    font-size: 50px;
    display:block;
}

.modal-body h3 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
	color: #c0372c;
}

.modal-body label {
	width: 100%;
}

/* Блок вызова врача */
.call-doctor {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a2a3a, #2c3e50);
    color: white;
    position: relative;
    overflow: hidden;
}

.call-doctor::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('[[++site_url]]assets/template/imgs/medical-pattern.png') repeat;
    opacity: 0.05;
    pointer-events: none;
}

/* Заголовок */
.call-doctor .section_h {
    color: white;
    margin-bottom: 50px;
}

.call-doctor .section_h small {
    color: rgba(255,255,255,0.7);
}

/* Превью */
.call-preview {
    padding: 40px;
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    height: 100%;
    position: relative;
    z-index: 2;
}

.preview-icon {
    width: 80px;
    height: 80px;
    background: rgba(26,188,156,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.preview-icon i {
    font-size: 40px;
    color: #1abc9c;
}

.call-preview h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

.preview-text {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    margin-bottom: 30px;
}

/* Статистика */
.preview-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.preview-stats .stat {
    text-align: center;
}

.preview-stats .stat-value {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #1abc9c;
    line-height: 1;
    margin-bottom: 5px;
}

.preview-stats .stat-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}

.preview-stats .stat-desc {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    margin-top: 5px;
}

/* Форма вызова */
.call-form-container {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    height: 100%;
    position: relative;
    z-index: 2;
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.form-header .form-subtitle {
    color: #7f8c8d;
    font-size: 15px;
}

/* Элементы формы */
.call-form .form-control {
    height: 50px;
    border: 2px solid #ecf0f1;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.call-form .form-control:focus {
    border-color: #1abc9c;
    box-shadow: 0 0 0 0.2rem rgba(26,188,156,0.1);
}

.call-form select.form-control {
    height: 50px;
}

.call-form textarea.form-control {
    height: auto;
    resize: vertical;
}

.call-form .checkbox-inline {
    color: #34495e;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.call-form .checkbox-inline input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}



/* Соглашение */
.form-agreement {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ecf0f1;
    text-align: center;
    font-size: 13px;
    color: #95a5a6;
}

.form-agreement i {
    margin-right: 5px;
    color: #1abc9c;
}

.form-agreement a {
    color: #1abc9c;
    text-decoration: underline;
}

/* Телефоны */
.call-phones {
    margin: 25px 0;
}

.phone-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: rgba(255,255,255,0.05);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.1);
}

.phone-icon {
    width: 50px;
    height: 50px;
    background: rgba(26,188,156,0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.phone-icon i {
    font-size: 24px;
    color: #1abc9c;
}

.phone-details {
    flex: 1;
}

.phone-number {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin-bottom: 3px;
    text-decoration: none;
}

.phone-label {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}

/* Преимущества */
.call-features {
    margin: 30px 0;
}

.feature-item {
    text-align: center;
}

.feature-item i {
    display: block;
    font-size: 32px;
    color: #1abc9c;
    margin-bottom: 10px;
}

.feature-item span {
    display: block;
    font-size: 14px;
    color: white;
    font-weight: 600;
}

/* Время работы */
.call-work-time {
    background: rgba(26,188,156,0.1);
    padding: 15px;
    border-radius: 10px;
    color: white;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.call-work-time i {
    color: #1abc9c;
    font-size: 20px;
}

/* Гарантии */
.call-guarantees {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    padding: 30px;
    background: rgba(255,255,255,0.05);
    border-radius: 50px;
    backdrop-filter: blur(10px);
}

.guarantee-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.guarantee-item img {
    width: 24px;
    height: 24px;
}

.guarantee-item span {
    font-size: 16px;
    font-weight: 500;
}

/* Преимущества сетка */
.call-advantages {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0;
    gap: 20px;
}

.advantage-card {
    background: rgba(255,255,255,0.03);
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.05);
    transition: all 0.4s ease;
    height: 100%;
}

.advantage-card:hover {
    background: rgba(26,188,156,0.1);
    transform: translateY(-5px);
    border-color: #1abc9c;
}

.advantage-icon {
    margin-bottom: 20px;
}

.advantage-icon i {
    font-size: 40px;
    color: #1abc9c;
}

.advantage-icon img {
    filter: brightness(0) invert(1);
}

.advantage-title {
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.advantage-text {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Альтернативные контакты */
.call-alternative {
    margin-top: 50px;
    padding: 30px;
    background: rgba(0,0,0,0.2);
    border-radius: 15px;
}

.alternative-text {
    font-size: 18px;
    color: white;
    margin-bottom: 15px;
}

.alternative-phones {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.phone-link {
    color: white;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.phone-link:hover {
    color: #1abc9c;
}

.phone-separator {
    color: rgba(255,255,255,0.3);
    font-size: 20px;
}

/* Адаптивность */
@media (max-width: 1200px) {
    .call-doctor {
        padding: 60px 0;
    }
    
    .call-preview {
        padding: 30px;
    }
    
    .call-form-container {
        padding: 30px;
    }
}

@media (max-width: 992px) {
    .call-preview,
    .call-form-container {
        margin-bottom: 30px;
    }
    
    .preview-stats {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .preview-stats .stat {
        flex: 0 0 calc(50% - 10px);
    }
    
    .call-guarantees {
        flex-wrap: wrap;
        gap: 20px;
        border-radius: 20px;
    }
    
    .guarantee-item {
        flex: 0 0 calc(50% - 10px);
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .call-doctor {
        padding: 40px 0;
    }
    
    .call-preview h3 {
        font-size: 24px;
    }
    
    .preview-icon {
        width: 60px;
        height: 60px;
    }
    
    .preview-icon i {
        font-size: 30px;
    }
    
    .phone-number {
        font-size: 18px;
    }
    
    .call-features .col-xs-4 {
        margin-bottom: 20px;
    }
    
    .call-guarantees {
        flex-direction: column;
        align-items: center;
    }
    
    .guarantee-item {
        width: 100%;
        justify-content: center;
    }
    
    .alternative-phones {
        flex-direction: column;
        gap: 10px;
    }
    
    .phone-separator {
        display: none;
    }
}

@media (max-width: 576px) {
    .call-form-container {
        padding: 20px;
    }
    
    .form-header h3 {
        font-size: 20px;
    }
    
    .phone-item {
        flex-direction: column;
        text-align: center;
    }
    
    .phone-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .preview-stats .stat {
        flex: 0 0 100%;
    }
}


.start {
	padding-top: 50px;
	padding-bottom: 30px;
	background: #f3f8f6;
}

.start .item_number {
	display: block;
	padding: 5px;
	border: 4px solid #b6e9d1;
	color: #999;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-bottom: 10px;
}

.start .item {
	
}

.start .item p strong {
	font-size: 18px;
}

.start .item p.text-danger {
	font-size: 24px;
	margin-bottom: 0;
	font-weight: bold;
}

.start .item p.text-warning {
	text-transform: uppercase;
    letter-spacing: 1px;
}

.start .item p em {
	font-family: 'PT Serif Caption', serif;
	font-size: 14px;
}

@media (max-width: 992px) {
	.start .item {
		margin-bottom: 20px;
	}
}
