/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, 
code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, 
summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul, li {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    line-height: 1.5;
	color: #404040;
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5 {
    font-weight: bold;
}
a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
	color: inherit;
}
/*=======================================================================
============================= Шапка =====================================
=======================================================================*/
#top {
	width: 100%;
	background-color: #fff;
}
#top > div {
	width: 240px;
    margin: 10px auto 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
#top > div #logo {
    background: url(../images/logo.png) no-repeat center left;
    background-size: contain;
    width: 240px;
    height: 82px;
    margin-bottom: 10px;
}
#top > div ul:nth-of-type(1), 
#top > div ul:nth-of-type(2) {
	display: none;
}
#top > div ul:nth-of-type(3) > li {
    text-align: right;
}
#top > div ul:nth-of-type(3) > li:first-child > a {
    color: #EC268F;
    font-size: 20px;
    font-weight: 600;
}
#top > div ul:nth-of-type(3) > li:first-child > a > i {
    color: #0094D9;
    font-size: 22px;
}
#top > div ul:nth-of-type(3) > li:last-child > a {
    color: #0094D9;
    font-size: 14px;
    text-decoration: underline;
}
/*=======================================================================
========================= Меню ==========================================
=======================================================================*/
#header > div label {
    display: block;
    padding: 4px 0 7px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
#header > div input[type=checkbox] {
   position: absolute;
   top: -9999px;
   left: -9999px;
   display: none;
}
#header > div input[type=checkbox]:checked ~ nav {
    display: block;
}
#header {
    background-color: #e61e88;
	position: sticky;
	top: 0;
	z-index: 999;
}
#header > div > nav {
    display: none;
    background-color: #d70876;
}
#header > div > nav ul.nav {
    display: flex;
    flex-direction: column;
}
#header > div > nav ul.nav > li {
    text-align: center;
}
#header > div > nav ul.nav > li > a {
    display: block;
    padding: 4px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
#header > div > nav ul.nav > li:last-child > a {
	background-color: #c00267;
    padding: 5px 0;
    line-height: 1;
}
#header > div > nav ul.nav > li:last-child > a > img {
    width: 18px;
    height: 18px;
}
/*=======================================================================
================================ Слайдер ================================
=======================================================================*/
#slider #djslider-loader92, 
#slider .djslider-end {
	display: none;
}
#slider div#mod-custom104 {
	background: url(../images/mob-sl.jpg) no-repeat center;
	text-align: center;
	padding: 40px 0 80px;
}
#slider div#mod-custom104 p {
	color: #fff000;
	font-size: 22px;
	text-transform: uppercase;
	padding: 0 20px 40px 20px;
	font-weight: bolder;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
}
#slider div#mod-custom104 ul li {
   	display: block;
   	margin-bottom: 20px;
   	color: #fff;
}
#slider div#mod-custom104 ul li a {
    background: #EC268F;
    border-radius: 30px;
    padding: 14px 34px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}
#slider div#mod-custom104 ul li:nth-child(3) a {
    background: #fff;
    color: #EC268F;
}
#slider div#mod-custom104 ul li:nth-child(2) {
    font-size: 18px;
    padding: 0 10px;
}
/*======================================================================================================
=========================================== Главная страница ===========================================
======================================================================================================*/
#silka-pravila {
	background-color: #EC268F;
	color: #fff;
	padding: 15px 0;
}
#silka-pravila > div {
    display: flex;
    flex-direction: column;
	margin: 0 auto;
	width: 280px;
    text-align: center;
}
#silka-pravila > div > a {
	background-color: #fff;
	color: #EC268F;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
/*=======================================================================
====================== Что такое здравляндия ============================
=======================================================================*/
#about {
    background: #009fe6;
}
#about > div > div {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 40px 0;
}
#about > div > div > h1 {
    color: #fff000;
    font-size: 22px;
}
#about > div > div > p {
    padding: 20px 0;
}
#about > #shar {
	background: none;
}
/*=======================================================================
====================== Принципы нашей работы ============================
=======================================================================*/
#princip {
    display: none;
}
/*=======================================================================
========================= Услуги на главной =============================
=======================================================================*/
#main-usl {
    background: #fff;
    padding: 40px 0 80px 0;
}
#main-usl > div > div {
    width: 300px;
    margin: 0 auto;
}
#main-usl > div > div#first_b {
    text-align: center;
	color: #04259f;
	margin-bottom: 40px;
}
#main-usl > div > div#first_b > h2 {
    padding-bottom: 10px;
    font-size: 18px;
}
#main-usl > div > div > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main-usl > div > div > ul > li {
    width: 224px;
    margin-bottom: 50px;
}
#main-usl > div > div > ul > li > h3 {
    color: #d947c5;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: bold;
}
#main-usl > div > div > ul > li > i > a {
    color: #868686;
    display: block;
}
#main-usl > div > div > ul > li > a {
    display: block;
    text-decoration: underline;
    color: #04259f;
    margin-top: 20px;
}
#main-usl > div > div > a {
    color: #fff;
    background: #009fe6;
    border-radius: 30px;
    padding: 14px 34px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    width: 160px;
    display: block;
    margin: 20px auto 0;
}
#main-usl > div > div > a:hover {
	opacity: 0.7;
}
#main-usl > div > div#last_b {
    display: none;
}
#main-usl > div#ostrov {
	background: none;
}
/*=======================================================================
============================== Карусель =================================
=======================================================================*/
#karusel {
	display: none;
}
/*=======================================================================
======================== Новости на главной =============================
=======================================================================*/
#novosti {
    background: #ffff00;
    padding: 60px 0;
    position: relative;
}
#novosti > div {
    width: 300px;
    margin: 0 auto;
    color: #fff;
}
#novosti > div:nth-child(1) {
    display: none;
}
#novosti > div:nth-child(2) {
    text-align: center;
	color: #f79100;
}
#novosti > div:nth-child(2) > h2 {
    font-size: 22px;
}
#novosti > div:nth-child(2) > p {
    padding: 12px 0 20px;
    line-height: 1.8;
}
#novosti > div:nth-child(2) > a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 180px;
    margin: 0 auto 40px;
    font-weight: bold;
    text-align: center;
    background: #ff6c00;
    padding: 14px 20px 16px;
    border-radius: 30px;
}
#novosti > div:nth-child(2) > a:hover {
	opacity: 0.7;
}
/*=====================================================================*/
#novosti > div:nth-child(3) > div.newsflash > div {
    width: 300px;
    height: 230px;
    margin: 0 0 30px 0;
    position: relative;
    border-radius: 15px;
    border: 2px solid #ff6c00;
    overflow: hidden;
    background-color: #fff;
}
#novosti > div:nth-child(3) > div.newsflash > div > img {
    width: inherit;
    margin-bottom: 10px;
}
#novosti > div:nth-child(3) > div.newsflash > div > h2 {
    color: #ff6c00;
    font-size: 14px;
    width: 200px;
    margin-left: 10px;
}
#novosti > div:nth-child(3) > div.newsflash > div > p {
    position: absolute;
    bottom: 30px;
    right: 10px;
}
#novosti > div:nth-child(3) > div.newsflash > div > p > a {
	background-color: #ff6c00;
    color: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/*=======================================================================
========================= Карта =========================================
=======================================================================*/
#karta {
    display: none;
}
/*==========================================================================================================
============================ Подвал ========================================================================
==========================================================================================================*/
#footer {
    background: linear-gradient(to top, #009fe6, #0181ba);
	color: #fff;
	padding: 50px 0;
}
#footer > div {
    display: flex;
    flex-direction: column-reverse;
    width: 300px;
    margin: 0 auto;
}
#footer > div > ul li a:hover {
	opacity: 0.7;
}
/*=======================================================================*/
#footer > div > ul:nth-child(1) {
    text-align: center;
}
#footer > div > ul:nth-child(1) > li {
    margin-bottom: 5px;
}
#footer > div > ul:nth-child(1) > li:nth-child(1) {
    margin-bottom: 20px;
    font-size: 18px;
}
#footer > div > ul:nth-child(1) > li:nth-child(1) > a {
    text-transform: uppercase;
    font-weight: bold;
}
/*=======================================================================*/
#footer > div > ul:nth-child(2) {
    text-align: center;
    margin: 40px 0;
}
#footer > div > ul:nth-child(2) > li {
    margin-bottom: 15px;
}
#footer > div > ul:nth-child(2) > li:nth-child(1) > a {
    display: inline-flex;
    align-items: center;
	font-weight: bolder;
    color: #fff;
	
    font-size: 18px;
}
#footer > div > ul:nth-child(2) > li:nth-child(1) > a > i {
    color: #33a5d7;
    font-size: 24px;
}
#footer > div > ul:nth-child(2) > li:nth-child(2) > a,
#footer > div > ul:nth-child(2) > li:nth-child(3) > a {
    display: inline-block;
    width: 180px;
    border-radius: 20px;
    background-color: #33a5d7;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    padding: 7px 20px;
}
#footer > div > ul:nth-child(2) > li:nth-child(4) > a {
    display: inline-block;
    background: url(../images/halva_white.png);
    width: 90px;
    height: 22px;
    opacity: 0.3;
}
/*=======================================================================*/
#footer > div > ul:nth-child(3) {
    text-align: center;
}
#footer > div > ul:nth-child(3) > li {
    margin-bottom: 5px;
}
#footer > div > ul:nth-child(3) > li:nth-child(1) {
    display: inline-block;
    background: url(../images/logo-klinik.png);
	background-size: cover;
	height: 50px;
    width: 133px;
  	background-position: -605px;
}
#footer > div > ul:nth-child(3) > li:last-child a {
    text-decoration: underline;
    color: #ab9b82;
}
/*=======================================================================
========================= Клиники на чайкиной ===========================
=======================================================================*/
#footer > div#mod-custom107 {
    width: 300px;
    display: flex;
    flex-direction: column;
	align-items: center;
	padding-top: 30px;
}
#footer > div#mod-custom107 a {
    display: block;
    background: url(../images/logo-klinik.png);
    background-size: cover;
    height: 50px;
    opacity: 0.8;
}
#footer > div#mod-custom107 a:hover {
	opacity: 1;
}
#footer > div#mod-custom107 a:nth-child(1) {
    width: 220px;
}
#footer > div#mod-custom107 a:nth-child(2) {
    width: 199px;
    background-position: -225px;
}
#footer > div#mod-custom107 a:nth-child(3) {
    width: 171px;
	background-position: -432px;
}
#footer > div#mod-custom107 a:nth-child(4) {
    width: 132px;
  	background-position: -748px;
}
/*=======================================================================
============================= Копирайт ==================================
=======================================================================*/
#copyright {
    padding: 24px 0;
    font-size: 12px;
    line-height: 1;
    background: #0272a4;
	color: #fff;
}
#copyright > div {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
#copyright > div ul li a {
    color: #fff;
    opacity: 0.7;
    text-decoration: underline;
}
/*===============================================================================================================================================*/
/*========================================================== Вторые страницы ====================================================================*/
/*===============================================================================================================================================*/

/*=======================================================================
====================== Общие настройки страниц ==========================
=======================================================================*/
[class^='com-content-article item-page-'] > div {
    width: 300px;
    margin: 30px auto 100px;
}
[class^='com-content-article item-page-'] > div > h1 {
    color: #0094D9;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
[class^='com-content-article item-page-'] > div > h2,
[class^='com-content-article item-page-'] > div > h3 {
	color: #0094D9;
	font-size: 18px;
	margin-bottom: 40px;
}
[class^='com-content-article item-page-'] > div > p {
    text-align: justify;
    margin-bottom: 40px;
}
[class^='com-content-article item-page-'] > div > p a {
	color: #e32991;
}
[class^='com-content-article item-page-'] > div > ul {
    margin: 0 0 20px 20px;    
}
[class^='com-content-article item-page-'] > div > ul > li {
    list-style: disc;
	margin-bottom: 5px;
}
[class^='com-content-article item-page-'] > div > img {
	width: inherit;
	margin-bottom: 40px;
}
/*=======================================================================
====================== Хлебные крошки ===================================
=======================================================================*/
.breadcrumb {
	width: 300px;
	margin: 40px auto 30px;
}
.breadcrumb li {
	position: relative;
	display: inline-block;
	margin-right: 36px;
}
.breadcrumb li:after {
	display: block;
	position: absolute;
	top: 10px;
	right: -30px;
	content: "";
	width: 20px;
	height: 5px;
	background: url(../images/arr.png) no-repeat;
	background-size: contain;
    color: #0272a4;
}
.breadcrumb li a {
    color: #0094D9;
}
.breadcrumb li:last-child span {  
    color: #394049;
}
.breadcrumb li .divider,
.breadcrumb li:first-child,
.breadcrumb li:last-child:after, 
.breadcrumb li:first-child:after {
	display: none;
}
/*=======================================================================
======================= Услуги ==========================================
=======================================================================*/
.item-page-uslugi > div > div .element-invisible,
#main .item-page-uslugi .search {
	display: none;
}
#left-col, 
#right-col {
	width: 280px;
}
#left-col > a,
#right-col > a,
#right-col > p {
	display: block;
	color: #0272a4;
	margin-bottom: 10px;
	font-size: 18px;
}
#left-col > a:hover,
#right-col > a:hover {
	opacity: 0.5;
}
#left-col > h2,
#right-col > h2 {
	font-size: 22px;
	color: #0094D9;
	text-align: center;
	margin-bottom: 40px;
}
#left-col > span,
#right-col > span {
	background: url(../images/ico-usl.png) no-repeat;
	display: block;
	width: 141px;
	height: 122px;
	margin: 70px auto 20px;
}
#left-col > span:nth-of-type(1) {
	background-position: center top;
}
#left-col > span:nth-of-type(2) {
	background-position: center -122px;
	height: 120px;
}
#left-col > span:nth-of-type(3) {
	background-position: center -483px;
}
#left-col > span:nth-of-type(4) {
	background-position: center bottom;
}
#left-col > span:nth-of-type(5) {
	background-position: center -362px;
	height: 122px;
}
#right-col > div > a {
	display: block;
	color: #7a7e7e;
	margin-bottom: 5px;
	font-style: italic;
	padding-left: 10px;
	text-decoration: underline;
}
#right-col > span:nth-of-type(1) {
	background-position: center -242px;
	height: 120px;
}
#right-col > span:nth-of-type(2) {
	background-position: center -362px;
	height: 122px;
}
#right-col > span:nth-of-type(3) {
	background-position: center -604px;
}
/*========================= Страница услуги ===========================*/
.item-page-usl > div > p > i {
	font-style: italic;
    font-weight: bold;
}
.item-page-usl > div > i {
	color: #0094D9;
	display: block;
}
.item-page-usl > div > span {
	text-align: right;
	font-style: italic;
	display: block;
	margin-bottom: 20px;
}
.item-page-usl > div > b {
	display: block;
	color: #0094D9;
	text-align: justify;
    font-weight: bold;
    margin-bottom: 20px;
}
.item-page-usl > div > table td {
	border: 1px solid gray;
	padding: 5px;
}
/*=======================================================================
============================ Программы ==================================
=======================================================================*/
.item-page-uslugipro > div > h2 {
    text-transform: uppercase;
}
.item-page-uslugipro > div > h3 {
    color: #EC268F;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.item-page-uslugipro > div > section {
    margin: 0 0 30px 0;
}
.item-page-uslugipro > div > section ul li {
    width: 290px;
    height: 250px;
    margin-bottom: 20px;
    border-radius: 15px;
    border: 2px solid #EC268F;
    overflow: hidden;
}
.item-page-uslugipro > div > section ul li img {
    width: 380px;
}
.item-page-uslugipro > div > section ul li p {
    padding: 10px;
    font-weight: bold;
    color: #EC268F;
}
/*=======================================================================
=============== Наши специалисты ========================================
=======================================================================*/
.item-page-vrach > div > h2 {
    color: #EC268F;
    font-size: 14px;
}
.item-page-vrach > div > div  {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.item-page-vrach > div > div > a {
    margin: 0 auto 40px;
    width: 296px;
    display: block;
    border: 1px solid #0094D9;
    border-radius: 8px;
    padding: 40px 0;
}
.item-page-vrach > div > div > a:hover {
    opacity: 0.6;
}
.item-page-vrach > div > div > a > img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    object-position: top;
    display: block;
    margin: 0px auto 20px;
}
.item-page-vrach > div > div > a > p {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    color: #777777;
}
.item-page-vrach > div > div > a > p:last-child {
    font-size: 14px;
    font-weight: bold;
    color: #0094D9;
}
/*========================== Врач =====================================*/
.item-page-vrach-s {
	background: url(../images/db-0.jpg) no-repeat center top;
}
.item-page-vrach-s > div > section {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 40px;
}
.item-page-vrach-s > div > section > img {
	width: 274px;
	height: 500px;
	margin: 0 auto;
}
.item-page-vrach-s > div > section > div {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 250px;
	background-color: rgba(0, 148, 217, 0.6);
	color: #fff;
	padding: 20px 25px 25px;
	border-radius: 20px;
	margin-top: 40px;
}
.item-page-vrach-s > div > section > div > h1 {
	font-size: 22px;
	margin-bottom: 20px;
}
.item-page-vrach-s > div > section > div > p:nth-child(3),
.item-page-vrach-s > div > section > div > p:nth-child(5) {
	margin-bottom: 20px;
}
.item-page-vrach-s > div > section > div > a {
	display: block;
	margin: 40px 0 0 0;
	color: #0094D9;
	background-color: #fff;
	text-align: center;
	border-radius: 30px;
	padding: 12px 0 15px 0;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
.item-page-vrach-s > div > section > div > a:hover {
	opacity: 0.7;
}
.item-page-vrach-s > div > p > strong {
	color: #0094d9;
	font-weight: bold;
}
/*=======================================================================
============================ О клинике ==================================
=======================================================================*/
.item-page-o-klinike > div > div {
	margin-top: 60px;
}
.item-page-o-klinike > div > div > a {
	display: block;
	width: 260px;
	height: 260px;
	border-radius: 24px;
	border: 3px solid #0094D9;
	color: #0094D9;
	margin: 0 auto 30px;
	text-align: center;
}
.item-page-o-klinike > div > div > a > span {
	width: 130px;
	height: 116px;
	margin: 30px auto 20px;
	display: block;
	background: url(../images/ico-2.png) no-repeat center top;
}
.item-page-o-klinike > div > div > a:nth-child(2) > span {
	background-position: center -980px;
}
.item-page-o-klinike > div > div > a:nth-child(3) > span {
	background-position: center -118px;
}
.item-page-o-klinike > div > div > a:nth-child(4) > span {
	background-position: center -242px;
}
.item-page-o-klinike > div > div > a:nth-child(5) > span {
	background-position: center -242px;
}
.item-page-o-klinike > div > div > a:nth-child(6) > span {
	background-position: center -362px;
}
.item-page-o-klinike > div > div > a:nth-child(7) > span {
	background-position: center -480px;
}
.item-page-o-klinike > div > div > a:nth-child(8) > span {
    background-position: center -600px;
}
.item-page-o-klinike > div > div > a:nth-child(9) > span {
    background-position: center -730px;
}
.item-page-o-klinike > div > div > a:nth-child(10) > span {
    background-position: center -860px;
}
.item-page-o-klinike > div > div > a:nth-child(11) > span {
    background-position: center -1110px;
}
.item-page-o-klinike > div > div > a > h2 {
	font-size: 20px;
}
/*=======================================================================
============================ Контакты  ==================================
=======================================================================*/
.item-page-kontakt > div > ul {
	margin-left: 0;
}
.item-page-kontakt > div > ul > li {
	margin-bottom: 10px;
	list-style: none;
}
.item-page-kontakt > div > ul > li i {
	display: block;
	font-weight: 600;
}
.item-page-kontakt > div > ul > li span {
	display: block;
}
.item-page-kontakt > div > ul > li a {
	text-decoration: underline;
	color: inherit;
}
.item-page-kontakt > div > div {
	position: relative;
	margin-bottom: 60px;
}
.item-page-kontakt > div > div img {
	width: 300px;
}
.item-page-kontakt > div > div ul {
	font-size: 14px;
}
.item-page-kontakt > div > div ul li {
	margin-bottom: 10px;
}
.item-page-kontakt > div > div ul i {
	display: block;
	font-weight: 600;
}
.item-page-kontakt > div > div ul span {
	display: block;
}
/*=======================================================================
============================= Отзывы ====================================
=======================================================================*/
.item-page-otz > div > a {
	background-color: #e32991;
	border-radius: 25px;
	padding: 14px 40px;
	width: 150px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	margin: 20px auto 40px;
	text-decoration: none;
}
.item-page-otz > div > a:hover {
	opacity: 0.7;
}
.item-page-otz > div > div  {
	border-radius: 20px;
	border: 2px solid #0094D9;
	padding: 30px 20px 40px 20px;
	color: #394049;
	text-align: justify;
	background-color: #f8f8f8;
	margin-bottom: 30px;
}
.item-page-otz > div > div > span {
	color: #0094D9;
	font-weight: bold;
	display: block;
	font-size: 18px;
}
.item-page-otz > div > div > i {
	font-size: 14px;
	display: block;
	margin: 10px 0;
}
/*=======================================================================
================= Информация для пациентов  =============================
=======================================================================*/
.item-page-infopac > div > p,
.item-page-infopac > div > details > p {
    margin-bottom: 20px;
	text-align: left;
}
.item-page-infopac > div > p > i,
.item-page-infopac > div > details > p > i {
    font-style: italic;
    font-weight: bold;
}
.item-page-infopac > div > p a {
    text-decoration: underline;
    color: #d947c5;
}
.item-page-infopac > div > details > summary {
    background-color: #0094D9;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 3px;
}
.item-page-infopac > div > details a {
	text-decoration: underline;
    color: #d947c5;
    font-size: 14px;
	display: block;
	margin: 10px 0;
}
.item-page-infopac > div > details:last-of-type {
	margin-bottom: 20px;
}
/*=======================================================================
============================== Вакансии =================================
=======================================================================*/
.item-page-vakans > div > p > b {
    font-weight: bold;
}
.item-page-vakans > div > p a {
	text-decoration: underline;
	color: #d947c5;
}
.item-page-vakans > div > h3 {
    margin: 10px 0;
    text-transform: uppercase;
}
.item-page-vakans > div > h3 a {
	color: #d947c5;
}
.item-page-vakans > div > h4 {
    margin-bottom: 10px;
}
/*=======================================================================
================== Инструкция по применению =============================
=======================================================================*/
.item-page-pravila {
	background: none;
}
.item-page-pravila > div {
	width: 300px;
	margin: 30px auto 100px;
	color: #394049;
}
.item-page-pravila > div > p > b {
    font-weight: bold;
}
.item-page-pravila > div > div:nth-of-type(1) {
	padding: 0 0px 0px 0;
	margin: 50px 0;
}
.item-page-pravila > div > div:nth-of-type(1) > h2 {
	color: #e32991;
	font-size: 18px;
	margin-bottom: 25px;
}
.item-page-pravila > div > div:nth-of-type(1) p {
	font-size: 14px;
}
.item-page-pravila > div > div:nth-of-type(1) > a {
    display: block;
	width: 180px;
    border-radius: 22px;
	padding: 8px 60px 10px;
	margin-top: 35px;
    font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #0094D9;
}
.item-page-pravila > div > div:nth-of-type(1) > a:hover {
	opacity: 0.7;
}
.item-page-pravila > div > div:nth-of-type(2) {
	padding: 0px 0 20px 0px;
	text-align: center;
    margin-top: 0px;
}
.item-page-pravila > div > div:nth-of-type(2) > h2 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #e32991;
}
.item-page-pravila > div > div:nth-of-type(3) {
    padding: 0px 0 20px 0px;
    text-align: center;
    margin-top: 0px;
}
.item-page-pravila > div > div:nth-of-type(3) > h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #60bff8;
}
.item-page-pravila > div > div:nth-of-type(4) {
    padding: 0px 0px 20px 0px;
    text-align: center;
    margin-top: 0px;
    font-size: 14px;
}
.item-page-pravila > div > div:nth-of-type(4) > h2 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #e62890;
}
.item-page-pravila > div > div:nth-of-type(5) {
    padding: 0px 0px 0 0px;
    text-align: center;
    margin-top: 0px;
}
.item-page-pravila > div > div:nth-of-type(5) > h2 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #60bff8;
}
/*=======================================================================
=========================== Фотогалерея  ================================
=======================================================================*/
#SLB-Contenido {
	border-color: #0094D9 !important;
}
.item-page-gall section.spotlight-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.item-page-gall section.spotlight-group > a {
    width: 48%;
    margin-bottom: 4px;
}
.item-page-gall section.spotlight-group > a:hover {
    opacity: 0.7;
}
.item-page-gall section.spotlight-group > a > img {
    width: 100%;
}
/*=======================================================================
====================== Новости и Акции ==================================
=======================================================================*/
.blog {
	width: 300px;
	margin: 30px auto 100px;
}
.blog > div > h1 {
	color: #0094D9;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.blog > div > p {
	text-align: justify;
	margin-bottom: 50px;
}
.items-leading > div > div {
	border-radius: 20px;
	border: 2px solid #0094D9;
	width: 300px;
	height: 230px;
	overflow: hidden;
	position: relative;
	margin: 0 auto 40px;
}
.items-leading > div > div > img {
	width: inherit;
	position: absolute;
	top: 0;
}
.items-leading > div > div > h2 {
	color: #0094D9;
	position: absolute;
	top: 140px;
	left: 10px;
	width: 200px;
	font-size: 14px;
}
.items-leading > div > div > p {
	position: absolute;
	top: 145px;
	right: 10px;
}
.items-leading > div > div > p a {
	display: inline-flex;
	color: #fff;
	background-color: #0094D9;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: inline-flex;
    justify-content: center;
    align-items: center;
}
.cat-children {
	display: none;
}
/*============== Страница в новостях и акциях =========================*/
.item-page-blog > div > p > i {
	font-style: italic;
    font-weight: bold;
}
.item-page-blog > div > p > b {
	font-weight: bold;
}
/*=======================================================================
=================================== Цены ================================
=======================================================================*/
.item-page-price > div > a {
	color: #fff;
	background: #009fe6;
	border-radius: 30px;
	padding: 14px 34px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	width: 160px;
	display: block;
	margin: 20px 0 0 0;
}
.item-page-price > div h2,
.item-page-price > div h3,
.item-page-price > div ul {
	display: none;
}
/*===========================================================================
============================== Поиск ========================================
===========================================================================*/
.search {
    width: 300px;
    margin: 30px auto 100px;
}
.search h1 {
    color: #0094D9;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
#searchForm .input-group {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}
#searchForm .input-group label {
    display: none;
}
#searchForm .input-group #search-searchword {
    width: 210px;
    height: 20px;
	padding-left: 7px;
	border-radius: 15px;
	border: 2px solid #0094D9;
}
#searchForm .input-group div:nth-child(3) button {
    background-color: #0094D9;
    border: none;
	border-radius: 15px;
    padding: 5px 12px 6px;
    color: #fff;
	cursor: pointer;
}
#searchForm .input-group div:nth-child(3) button:hover {
    opacity: 0.6;
    cursor: pointer;
}
#main .searchintro {
    display: block;
    height: 40px;
}
#main .search-results {
    padding: 0 10px;
}
#main .search-results .result-title {
    padding-bottom: 6px;
}
#main .search-results .result-title a {
    color: #e6208a;
    text-decoration: underline; 
}
#main .search-results .result-text {
    padding-bottom: 20px;
}
.search .searchintro, .search .phrases, .search .only, .element-invisible, .form-limit, .result-created,
#main .search-results .result-category,
#main .search .pagination {
	display: none;
}
.tooltip {
	display:none !important;
}
/*=======================================================================
================================== Формы ================================
=======================================================================*/
.item-page-priem .call-me {
    display: block;
    width: 300px;
    font-size: 14px;
}
.item-page-priem .call-me form input, 
.item-page-priem .call-me form textarea, 
.item-page-priem .call-me form select {
    box-sizing: border-box;
    border: 2px solid #e6208a;
	border-radius: 20px;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;   
}
.item-page-priem .call-me form textarea {
    height: 160px;
}
.item-page-priem .call-me form .form-button-all {
    background: #e6208a;
    display: block;
    width: 180px;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.form-button-all:hover {
    opacity: 0.7;
    cursor: pointer;
}
.item-page-priem .call-me div.soglasie {
    opacity: 0.8;
    margin: 20px 0;
    display: flex;
    align-items: start;
}
.item-page-priem .call-me div.soglasie > input {
    width: 20px;
    margin-right: 10px;
    margin-top: 5px;
}
.item-page-priem .call-me div.soglasie a {
    color: #e6208a;
    text-decoration: underline;
}
.item-page-priem forma-form[state="success"] form,
.item-page-priem forma-form[state="success"] footer {
    display: none;
}
.item-page-priem .call-me-success {
    color: #e6208a;
}
/*=======================================================================
============================= Документы онлайн ==========================
=======================================================================*/
#questionary .stepper-step:not(.stepper-current-step) {
    display: block;
}
#questionary.stepper-first-step .stepper-previous-step,
#questionary.stepper-last-step .stepper-next-step,
#questionary:not(.stepper-last-step) .finish,
#questionary .questionary-child-actions {
    display: none;
}
#questionary .form-group.required > label::after {
    content: ' *';
    color: red;
}
#questionary fieldset {
    margin: 1em 0;
}
#questionary .stepper-step-header {
    margin: 1em 0;
}
.-doconline .breadcrumb {
	background-color: transparent;
	padding: 0;
	font-size: 16px;
}
.-doconline footer div:first-child ul {
	margin-bottom: 0;
}
.item-page-doconline #questionary h1 {
	color: #0094D9;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-weight: bold;
}
.item-page-doconline #questionary h2 {
	font-size: 22px;
}
.item-page-doconline #questionary input, .item-page-doconline #questionary textarea {
	border-color: #e6208a;
}
.item-page-doconline #questionary legend {
	color: #0094D9;
}
.item-page-doconline #questionary a.btn, 
.item-page-doconline #questionary button.btn {
	background-color: #0094D9;
	color: #fff;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	border: none;
	padding: 7px 25px 8px 25px;
	border-radius: 5px !important;
	margin-left: 10px;
}
.item-page-doconline #questionary button.questionary-add-child {
	margin-left: 0;
}
.item-page-doconline #questionary a.btn:hover, 
.item-page-doconline #questionary button.btn:hover {
	opacity: 0.7;
	cursor: pointer;
	color: #fff;
}
/*================================================================
====================== Страница в разборе ========================
================================================================*/
.item-page-er > div > div {
	position: relative;
	background: url(../images/zaglushka.png) no-repeat center;
	width: 300px;
	height: 3px;
	padding-top: 200px;
	background-size: cover;
}
.item-page-er > div > div > a {
	background-color: #0094D9;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px; 
	text-transform: uppercase;
    margin: 40px auto 0;
	padding: 14px 60px;
	border-radius: 30px;
}
/*=================================================================================
================================== Cookie Notice ==================================
=================================================================================*/
#cookie-notice {
	display: none;
	position: fixed;
	bottom: 0;
    left: 0;
    right: 0;
	z-index: 999;
    background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	padding: 15px 10px;
    font-size: 12px;
    text-align: center;
}
#cookie-notice > p > a {
    text-decoration: underline;
}
.cookie-notice-close {
    display: inline-block;
    margin-top: 5px;
	padding: 5px 12px;
    border-radius: 4px;
	background-color: #0089bf;
	color: #fff;
}
.cookie-notice-close:hover {
	opacity: 0.6;
}
/*========================================================================================================================================
==========================================================================================================================================
==========================================================================================================================================
========================================================== MIDLE =========================================================================
==========================================================================================================================================
==========================================================================================================================================
========================================================================================================================================*/

@media screen and (min-width: 768px) {

/*=======================================================================
============================= Шапка =====================================
=======================================================================*/
#top > div {
	width: 600px;
    justify-content: space-between;
    align-items: center;
}
#top > div #logo {
    margin-bottom: 0;
    width: 210px;
    height: 72px;
}
/*=======================================================================
================================ Слайдер ================================
=======================================================================*/
#slider #djslider-loader92, 
#slider .djslider-end {
	display: block;
}
#slider #cust-navigation92 {
    top: 95%;
    right: 50%;
}
#slider #cust-navigation92 span {
    background: #d947c5;
}
#slider .slide-desc-bg {
    background: transparent;
}
#slider #slider92 .slide-desc {
    background: none;
    width: 600px !important;
    margin: 0 auto;
    position: relative;
    top: -170px;
    font-weight: bold;
    line-height: 1;
}
#slider .slide-title {
    color: #fff000;
    font-size: 22px; 
    font-weight: bolder;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
}
#slider .slide-text p {
    color: #fff;
    font-size: 16px;
    padding-bottom: 20px;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
}
#slider .slide-text ul li {
    display: inline;
}
#slider .slide-text ul li a {
    background: #EC268F;
    border-radius: 30px;
    padding: 12px 24px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}
#slider .slide-text ul li a:hover {
    opacity: 0.7;
}
#slider .slide-text ul li:nth-child(3) a {
    background: #fff;
    color: #EC268F;
}
#slider .slide-text ul li:nth-child(2) {
    font-size: 18px;
    padding: 0 10px;
}
/*======================= для телефонов =====================*/
#slider div#mod-custom104 {
	display: none;
}
/*=======================================================================
====================== Что такое здравляндия ============================
=======================================================================*/
#about > div > div {
    width: 600px;
}
/*=======================================================================
========================= Услуги на главной =============================
=======================================================================*/
#main-usl > div > div {
    width: 600px;
}
#main-usl > div > div > ul {
	justify-content: space-around;
}
/*=======================================================================
======================== Новости на главной =============================
=======================================================================*/
#novosti > div {
    width: 600px;
}
#novosti > div:nth-child(3) > div.newsflash {
	display: flex;
	justify-content: space-between;
}
#novosti > div:nth-child(3) > div.newsflash > div {
    width: 280px;
	margin: 0;
}
/*==========================================================================================================
============================ Подвал ========================================================================
==========================================================================================================*/
#footer > div {
    flex-direction: row;
    justify-content: space-between;
    width: 600px;
}
#footer > div > ul:nth-child(1) {
    text-align: left;
}
#footer > div > ul:nth-child(2) {
    margin: 0;
}
#footer > div > ul:nth-child(3) {
    text-align: right;
    margin-top: -10px;
}
/*=======================================================================
========================= Клиники на чайкиной ===========================
=======================================================================*/
#footer > div#mod-custom107 {
    width: 600px;
    flex-direction: row;
    flex-wrap: wrap;
}
#footer > div#mod-custom107 a {
    display: inline-block;
    margin: 0 5px 0 0;
}
/*=======================================================================
============================= Копирайт ==================================
=======================================================================*/
#copyright > div {
    width: 600px;
}
#copyright > div ul {
    display: flex;
	justify-content: space-between;
}
/*===============================================================================================================================================*/
/*========================================================== Вторые страницы ====================================================================*/
/*===============================================================================================================================================*/

/*=======================================================================
====================== Общие настройки страниц ==========================
=======================================================================*/
[class^='com-content-article item-page-'] > div {
    width: 600px;
}
/*=======================================================================
====================== Хлебные крошки ===================================
=======================================================================*/
.breadcrumb {
	width: 600px;
}
/*=======================================================================
======================= Услуги ==========================================
=======================================================================*/
#main .item-page-uslugi .search {
	margin: 20px 0;
	width: 600px;
	display: block;
}
.element-invisible {
	display: none;
}
.item-page-uslugi div.search form div {
	display: flex;
	width: 600px;
	justify-content: space-between;
}
.item-page-uslugi > div #mod-search-searchword98 {
	width: 480px;
	padding: 10px;
	height: 34px;
	border-radius: 17px;
	border: 2px solid #0094D9;
	font-size: 16px;
}
.item-page-uslugi > div form button {
	background-color: #0094D9;
    border-radius: 18px;
    border: none;
    color: #fff;
    padding: 9px 26px 10px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -2px;
}
.item-page-uslugi > div > section {
	display: flex;
	justify-content: space-between;
}
/*=======================================================================
============================ Программы ==================================
=======================================================================*/
.item-page-uslugipro > div > section {
    margin: 0 0 30px 0;
}
.item-page-uslugipro > div > section ul {
    display: flex;
	justify-content: space-between;
}
.item-page-uslugipro > div > section ul > li {
	width: 30%;
}
.item-page-uslugipro > div > section ul > li img {
	width: 250px;
}
/*=======================================================================
======================= Наши специалисты ================================
=======================================================================*/
.item-page-vrach > div > h2 {
    font-size: 16px;
}
.item-page-vrach > div > div > a {
	margin: 0 20px 50px 0;
    width: 280px;
}
/*========================== Врач =====================================*/
.item-page-vrach-s > div > section > div {
	width: 550px;
}
/*=======================================================================
============================ О клинике ==================================
=======================================================================*/
.item-page-o-klinike > div > div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item-page-o-klinike > div > div > a {
	margin: 0;
	margin-bottom: 30px;
}
.item-page-o-klinike > div > div > a:last-child {
	margin-right: auto;
}
/*=======================================================================
============================ Контакты  ==================================
=======================================================================*/
.item-page-kontakt > div > div img {
	width: 600px;
}
/*=======================================================================
========================== Фотогаллерея  ================================
=======================================================================*/
.item-page-gall section.spotlight-group > a {
    width: 24%;
}
/*=======================================================================
====================== Новости и Акции ==================================
=======================================================================*/
.blog {
	width: 600px;
}
.items-leading {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.items-leading > div > div {
    width: 280px;
	margin-left: 0;
	margin-right: 0;
}
/*=======================================================================
=================================== Цены ================================
=======================================================================*/
.item-page-price div h2:first-of-type {
    border-radius: 7px 7px 0 0;
    padding-top: 7px;
}
.item-page-price > div > h2,
.item-page-price > div > h3 {
    background-color: #0089bf;
    display: block;
    padding: 5px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
	font-size: 14px;
}
.item-page-price > div > h2 {
    text-transform: uppercase;
}
.item-page-price > div > ul {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 530px 70px;
    font-size: 13px;
    margin: 0;
}
.item-page-price > div > ul > li {
    padding: 5px;
    margin: 0;
    list-style: none;
}
.item-page-price ul li:nth-child(even) {
    text-align: right;
}
.item-page-price ul li:nth-child(4n+1), .item-page-price ul li:nth-child(4n+2) {
    background-color: #eef0ef;
}
/*=======================================================================
=============================== Поиск ===================================
=======================================================================*/
.search {
    width: 600px;
}
#searchForm .input-group {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}
#searchForm .input-group #search-searchword {
    width: 510px;
}
/*=======================================================================
================================== Формы ================================
=======================================================================*/
.item-page-priem .call-me {
    width: 450px;
}
/*=======================================================================
====================== Страница в разборе ===============================
=======================================================================*/
.item-page-er > div > div {
	width: 600px;
	height: 207px;
}
}
/*========================================================================================================================================
==========================================================================================================================================
==========================================================================================================================================
=========================================================== BIG ==========================================================================
==========================================================================================================================================
==========================================================================================================================================
========================================================================================================================================*/
@media screen and (min-width: 1024px) {

/*=======================================================================
============================= Шапка =====================================
=======================================================================*/
#top > div {
	width: 960px;
}
#top > div ul:nth-of-type(1), 
#top > div ul:nth-of-type(2) {
	display: block;
    font-size: 12px;
}
#top > div ul:nth-of-type(1) > li > i, 
#top > div ul:nth-of-type(2) > li > i {
	display: inline-block;
	width: 24px;
	font-size: 16px;
    color: #EC268F;
}
#top > div ul:nth-of-type(1) > li > a {
    text-decoration: underline;
}
#top > div ul:nth-of-type(2) > li > span {
    font-weight: 600;
}
/*=======================================================================
========================= Меню ==========================================
=======================================================================*/
#header > div {
    width: 960px;
    margin: 0 auto;
}
#header > div label, 
#header > div input[type=checkbox],
#header > div input[type=checkbox]:checked ~ nav {
    display: none;
}
#header > div > nav {
    display: block;
    background-color: transparent;
}
#header > div > nav ul.nav {
	flex-direction: row;
}
#header > div > nav ul.nav > li > a {
    padding: 4px 20px 5px;
}
#header > div > nav ul.nav > li:last-child {
    margin-left: auto;
}
#header > div > nav ul.nav > li:last-child > a {
	padding: 5px 10px;
}
#header > div > nav li.active {
    background-color: #d70876;
}
/*=======================================================================
================================ Слайдер ================================
=======================================================================*/
#slider #slider92 .slide-desc {
    background: none;
    width: 960px !important;
    margin: 0 auto;
    position: relative;
    top: -260px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 1;
}
#slider .slide-title {
    font-size: 36px; 
}
#slider .slide-text p {
    font-size: 26px;
    padding-bottom: 40px;
}
#slider .slide-text ul li a {
    border-radius: 30px;
    padding: 14px 34px;
    font-weight: normal;
    font-size: 16px;
}
/*======================================================================================================
=========================================== Главная страница ===========================================
======================================================================================================*/
#silka-pravila {
	padding: 15px 0 10px;
}
#silka-pravila > div {
	width: 960px;
	text-align: left;
	justify-content: start;
    flex-direction: row;
}
#silka-pravila > div > b {
    margin-right: 10px;
}
#silka-pravila > div > a {
    margin: -6px 0 0 10px;
}
/*=======================================================================
====================== Что такое здравляндия ============================
=======================================================================*/
#about {
    background: url(../images/about-bg.jpg) no-repeat center bottom;
    background-size: cover;
    box-shadow: 0px 30px 30px 0px rgba(0,0,0,0.3)inset;
}
#about > div > div {
    width: 840px;
    padding: 80px 0 400px;
}
#about > div > div > h1 {
    font-size: 32px;
}
#about > div > div > p {
    font-size: 18px;
    line-height: 1.2;
    padding: 20px 80px 0 80px;
}
#about > #shar {
	background: url(../images/shar.png) no-repeat center top;
	height: 100%;
	width: 100%;
}
/*=======================================================================
====================== Принципы нашей работы ============================
=======================================================================*/
#princip {
    background: #fff;
    padding: 60px 0 80px;
    display: block;
}
#princip > div {
    width: 960px;
    margin: 0 auto;
    text-align: center;
}
#princip > div > h2 {
    color: #ff3acf;
    font-size: 34px;
    padding-bottom: 70px;
}
#princip > div .slide-title {
    color: #800e87;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}
#princip > div .slide-text {
    color: #8b8c73;
    font-size: 12px;
    line-height: 1.2;
    font-weight: normal;
    text-align: center;
}
#princip > div .slide-desc-bg-default {
    background: none;
    padding: 0;
}
#princip > div .slide-desc-text-default {
    padding: 0;
    height: 200px;
}
/*=======================================================================
========================= Услуги на главной =============================
=======================================================================*/
#main-usl {
    background: url(../images/bg-usl.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 100px;
    box-shadow: 0px 30px 30px 0px rgba(130,186,244,0.8)inset;
}
#main-usl > div > div {
    width: 960px;
}
#main-usl > div > div#first_b {
	text-align: left;
	margin-bottom: 85px;
}
#main-usl > div > div#first_b > h2 {
    font-size: 32px;
}
#main-usl > div > div#first_b > p {
    text-align: justify;
}
#main-usl > div > div > ul {
	justify-content: space-around;
}
#main-usl > div > div > ul > li {
	margin: 0 20px 50px 20px;
}
#main-usl > div > div#last_b {
    text-align: center;
    margin: 370px auto 0;
    line-height: 1;
    display: block;
}
#main-usl > div > div#last_b > h2 {
    color: #ffff00;
    font-size: 34px;
}
#main-usl > div > div#last_b > p {
    color: #fff;
    padding: 40px 60px 0px 60px;
    font-size: 18px;
    line-height: 1.4;
}
#main-usl > div#ostrov {
	background: url(../images/ostrov.png) no-repeat center top;
}
/*=======================================================================
============================== Карусель =================================
=======================================================================*/
#karusel {
	display: block;
}
/*=======================================================================
======================== Новости на главной =============================
=======================================================================*/
#novosti {
    background: url(../images/bg-blog.jpg) no-repeat center top;
    background-size: cover;
    padding: 60px 0 100px 0;
    margin-top: -43px;
}
#novosti > div {
    width: 960px;
}
#novosti > div:nth-child(1) {
    text-align: center;
    padding-bottom: 300px;
    display: block;
}
#novosti > div:nth-child(1) > a {
    color: #fff;
    background: #EC268F;
    border-radius: 30px;
    padding: 14px 34px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    width: 160px;
    display: block;
    margin: 20px auto 0;
}
#novosti > div:nth-child(1) > a:hover {
	opacity: 0.8;
}
#novosti > div:nth-child(2) {
    position: relative;
    height: 200px;
}
#novosti > div:nth-child(2) > h2 {
    font-size: 38px;
    width: 470px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
}
#novosti > div:nth-child(2) > p {
    text-align: justify;
    padding-top: 12px;
    width: 450px;
    position: absolute;
    top: 0;
    right: 0;
}
#novosti > div:nth-child(2) > a {
    position: absolute;
    top: 70px;
    left: 0;
}
#novosti > div:nth-child(3) > div.newsflash > div {
    width: 450px;
    height: 310px;
}
#novosti > div:nth-child(3) > div.newsflash > div > h2 {
    width: 300px;
	font-size: 16px;
}
/*=======================================================================
========================= Карта =========================================
=======================================================================*/
#karta {
    height: 500px;
    position: relative;
    display: block;
}
#karta > div {
    position: relative;
    width: 960px;
    margin: 0 auto;
    top: -400px;
}
#karta > div > ul {
    font-family: 'Montserrat', sans-serif;
    background: url(../images/karta.png) no-repeat;
    background-size: contain;
    width: 330px;
    height: 325px;
    padding: 80px 0 0 130px;
    display: block;
    position: absolute;
    top: -40px;
    right: -40px;
}
#karta > div > ul > li {
    color: #fff;
    font-size: 18px;
}
#karta > div > ul > li a {
    color: inherit;
}
#karta > div > ul > li:nth-child(1) {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}
/*==========================================================================================================
============================ Подвал ========================================================================
==========================================================================================================*/
#footer > div {
    width: 960px;
}
/*=======================================================================*/
#footer > div#mod-custom107 {
    width: 960px;
}
/*=======================================================================
============================= Копирайт ==================================
=======================================================================*/
#copyright > div {
    width: 960px;
}
/*===============================================================================================================================================*/
/*========================================================== Вторые страницы ====================================================================*/
/*===============================================================================================================================================*/

/*=======================================================================
====================== Общие настройки страниц ==========================
=======================================================================*/
[class^='com-content-article item-page-'] > div {
    width: 960px;
}
[class^='com-content-article item-page-'] > div > h1 {
	font-size: 26px;
}
[class^='com-content-article item-page-'] > div > h2 {
	font-size: 22px;
}
/*=======================================================================
====================== Хлебные крошки ===================================
=======================================================================*/
.breadcrumb {
	width: 960px;
}
/*=======================================================================
======================= Услуги ==========================================
=======================================================================*/
.item-page-uslugi div.search form div {
	width: 960px;
}
.item-page-uslugi > div #mod-search-searchword98 {
	width: 840px;
}
.item-page-uslugi > div form button:hover {
	cursor: pointer;
	opacity: 0.7;
}
#left-col,
#right-col {
	width: 400px;
}
/*=======================================================================
============================ Программы ==================================
=======================================================================*/
.item-page-uslugipro > div > h3 {
    font-size: 16px;
}
.item-page-uslugipro > div > section ul > li img {
	width: 330px;
}
/*=======================================================================
======================= Наши специалисты ================================
=======================================================================*/
.item-page-vrach > div > h2 {
    font-size: 16px;
}
/*========================== Врач =====================================*/
.item-page-vrach-s > div > section {
	flex-direction: row;
}
.item-page-vrach-s > div > section > img {
	margin: 0;
}
.item-page-vrach-s > div > section > div {
	width: 460px;
	margin-bottom: 40px;
}
/*=======================================================================
============================ О клинике ==================================
=======================================================================*/
.item-page-o-klinike > div > div > a:last-child {
	margin-left: 80px;
}
/*=======================================================================
============================ Контакты  ==================================
=======================================================================*/
.item-page-kontakt > div > div {
	position: relative;
	height: 440px;
}
.item-page-kontakt > div > div img {
	width: 700px;
	position: absolute;
	top: 0;
	left: 0;
}
.item-page-kontakt > div > div ul {
	width: 220px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
}
/*=======================================================================
================== Инструкция по применению =============================
=======================================================================*/
.item-page-pravila {
	background: url(../images/pravila.jpg) no-repeat top center;
	background-position: center 240px;
}
.item-page-pravila > div > div:nth-of-type(1) {
	background-position: right 30px;
	padding: 0 400px 60px 0;
	margin: 0px 0;
}
.item-page-pravila > div > div:nth-of-type(1) > h2 {
	font-size: 22px;
	margin-bottom: 25px;
}
.item-page-pravila > div > div:nth-of-type(2) {
	padding: 0px 0 0 500px;
	text-align: center;
	color: #fff;
    margin-top: 220px;
}
.item-page-pravila > div > div:nth-of-type(2) > h2 {
	font-size: 24px;
	color: #fff;
}
.item-page-pravila > div > div:nth-of-type(3) {
    padding: 0px 0 0 460px;
    text-align: right;
    margin-top: 220px;
}
.item-page-pravila > div > div:nth-of-type(3) > h2 {
    font-size: 24px;
}
.item-page-pravila > div > div:nth-of-type(4) {
    padding: 0px 500px 0 0px;
    text-align: left;
    margin-top: 180px;
    font-size: 14px;
}
.item-page-pravila > div > div:nth-of-type(4) > h2 {
    font-size: 24px;
}
.item-page-pravila > div > div:nth-of-type(5) {
    padding: 0px 430px 0 0px;
    text-align: left;
    margin-top: 180px;
}
.item-page-pravila > div > div:nth-of-type(5) > h2 {
    font-size: 24px;
}
/*=======================================================================
========================= Новости и Акции ===============================
=======================================================================*/
.blog {
	width: 940px;
}
.blog > div > h1 {
	font-size: 26px;
}
.items-leading > div > div {
	width: 450px;
	height: 310px;
}
.items-leading > div > div > h2 {
	top: 220px;
	left: 20px;
	width: 360px;
	font-size: 16px;
}
.items-leading > div > div > p {
	top: 230px;
	right: 20px;
}
/*=======================================================================
=============================== Цены ====================================
=======================================================================*/
.item-page-price > div ul {
    grid-template-columns: 890px 70px;
}
.item-page-price > div > h2,
.item-page-price > div > h3 {
	font-size: 14px;
}
/*=======================================================================
=============================== Поиск ===================================
=======================================================================*/
.search {
    width: 960px;
}
.search h1 {
    font-size: 26px;
}
#searchForm .input-group #search-searchword {
    width: 820px;
    border-radius: 18px;
    height: 28px;
}
#searchForm .input-group div:nth-child(3) button {
	background-color: #0094D9;
	border-radius: 18px;
	border: none;
	color: #fff;
	padding: 9px 26px 10px;
	font-weight: bold;
	text-transform: uppercase;
}
/*=======================================================================
============================= Документы онлайн ==========================
=======================================================================*/
#questionary > h1 {
	font-size: 26px;
}
/*=======================================================================
====================== Страница в разборе ===============================
=======================================================================*/
.item-page-er {
	width: 752px;
}
.item-page-er > div > div {
	width: 752px;
	height: 510px;
	background-size: auto;
}
}

/*=======================================================================
================================== Иконки ===============================
=======================================================================*/
@font-face {
    font-family: 'zdrv';
    src: url('../font/zdrv.woff?39092661') format('woff');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "zdrv";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before { content: '\e800'; } /* '' */
.icon-right:before { content: '\e801'; } /* '' */
.icon-location:before { content: '\e802'; } /* '' */
.icon-calendar:before { content: '\e803'; } /* '' */
.icon-menu:before { content: '\f008'; } /* '' */