/* 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,
b, 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 {
    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;
}
a {
    transition: all 0.4s ease 0s;
    text-decoration: none;
    color: inherit;
}
h1, h2, h3, h4, h5 {
    font-weight: bold;
}
body {
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    color: #777;
    font-size: 14px;
}
/*=======================================================================
============================= Шапка =====================================
=======================================================================*/
#top {
    border-top: 2px solid #41bb99;
    background-color: #fff;
    padding: 7px 0 10px;
}
#top > div {
    width: 300px; 
    margin: 0 auto;
}
#logo {
    background: url(../images/logo.png) no-repeat center;
    background-size: cover;
    display: block;
    width: 300px;
    height: 48px;
    margin: 0 auto;
}
#adress {
    display: none;
}
#phone {
    text-align: right;
    line-height: 1;
}
#phone li:first-child {
    font-weight: bold;
    color: #41bb99;
    font-size: 16px;
}
#phone li:first-child a {
    display: flex;
    align-items: center;
    justify-content: end;
}
#phone li:first-child i {
    color: #80288d;
    padding-right: 4px;
    font-size: 22px;
}
#phone li:last-child a {
    color: #80288d;
    text-decoration: underline;
}
/*=======================================================================
========================= Меню ==========================================
=======================================================================*/
#header label {
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 2px;
    display: block;
    text-align: center;
    cursor: pointer;
    background: #555;
    color: #fff;
}
#header input[type=checkbox] {
   position: absolute;
   top: -9999px;
   left: -9999px;
}
#header input[type=checkbox]:checked ~ nav {
    display: block;
}
#header {
    background-color: #555;
    z-index: 999;
}
#header > nav {
	display: none;
	background-color: #666;
	text-align: center;
}
#header > nav > ul.nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 16px 6px;
    display: block;
    transition: all 0.3s ease 0s;
}
#header > nav > ul.nav > li > a:hover {
    background-color: #41bb99;
}
.active a {
    background-color: #3aa587;
}
#header > nav > ul.nav .item-219 {
    padding: 0;
    text-align: center;
}
#header > nav > ul.nav .item-219 a {
    padding: 7px 9px 2px;
    background-color: #777;
}
#header > nav > ul.nav .item-219 img {
    width: 15px;
    height: 15px;
}
/*=======================================================================
================================ Слайдер ================================
=======================================================================*/
#slider {
	display: none;
}
#slider-mobi div.slide-desc-bg {
    display: none;
}
#slider-mobi div.slide-desc-text {
    text-align: center;
}
#slider-mobi div.slide-desc-text p {
    color: #555;
    text-transform: uppercase;
    font-size: 12px;
}
#slider-mobi div.slide-desc-text p:first-of-type {
    font-weight: bold;
}
#slider-mobi div.slide-desc-text a {
    color: #fff;
    display: block;
    background-color: #40bc9a;
    border-radius: 4px;
    padding: 4px 10px 6px;
    width: 200px;
    margin: 7px auto 0;
    font-weight: bold;
}
#slider-mobi div.slide-desc-text a:last-of-type {
    background-color: #af65ba;
    border-radius: 4px;
    margin-bottom: 5px;
}
/*======================================================================================================
=========================================== Главная страница ===========================================
======================================================================================================*/
.glavzag {
    background: url(../images/kk.png) no-repeat center;
    display: block;
    width: 36px;
    height: 18px;
    margin: 0 auto 40px;
}
.glavzag:before {
    border-bottom: 1px solid #c2c2c2;
    content: "";
    display: block;
    margin: 0px 0 0 -86px;
    width: 70px;
}
.glavzag:after {
    border-bottom: 1px solid #c2c2c2;
    content: "";
    display: block;
    margin: 0px 0 0 50px;
    width: 70px;
}
/*=======================================================================
====================== Информация =======================================
=========================================================================
#info {
    background: #af66ba;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
#info > div > div {
    width: 300px;
    margin: 0 auto;
}
#info > div > div > p {
    background: url(../images/info.png) no-repeat top center;
    background-size: 30px;
    padding: 45px 0 15px 10px;
}
#info > div > div > a {
    text-decoration: underline;
}
/*=======================================================================
========================= Иконки ========================================
=======================================================================*/
#icon {
    display: none;
}
/*=======================================================================
====================== Наши специалисты =================================
=======================================================================*/
#about {
    background-color: #f7f7f7;
    padding: 20px 0 40px;
}
#about > div {
    width: 280px;
    margin: 0 auto;
    text-align: center;
} 
#about > div > h2 {
    margin-bottom: 15px;
    font-size: 24px;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 4px;
}
#about > div > p {
    padding-bottom: 20px;
}
#about > div > ul {
    color: #41bb99;
    margin-left: 20px;
    text-align: left;
}
#about > div > ul > li {
    padding-bottom: 5px;
    list-style: disc;
}
#about > div > ul > li > a:hover {
    color: #af66ba;
}
/*=======================================================================
===================== Программы лечения =================================
=======================================================================*/
#programs {
    padding: 20px 0 40px;
}
#programs > div {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
#programs > div > h3 {
    font-size: 22px;
    padding-bottom: 25px;
}
#programs > div > ul > li {
    width: 300px;
    height: 100px;
    padding-bottom: 30px;
    line-height: 1.2;
}
#programs > div > ul > li span {
    display: block;
    margin: 0 auto 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/icons-2.png) no-repeat center 0px;
    transition: all 0.4s ease 0s;
}
#programs > div > ul > li > a:hover {
    opacity: 0.5;
}
#programs > div > ul > li:nth-child(2) span {
    background-position:  center -180px;
}
#programs > div > ul > li:nth-child(3) span {
    background-position:  center -120px;
}
#programs > div > ul > li:nth-child(4) span {
    background-position:  center -300px;
}
#programs > div > ul > li:nth-child(5) span {
    background-position:  center -60px;
}
#programs > div > ul > li:nth-child(6) span {
    background-position:  center -240px;
}
/*=======================================================================
====================== Диагностика ======================================
=======================================================================*/
#rengen {
    background-color: #f7f7f7;
    padding: 20px 0 40px;
}
#rengen > div {
    width: 280px;
    margin: 0 auto;
    text-align: center;
} 
#rengen > div > h2 {
    margin-bottom: 20px;
    font-size: 24px;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 10px;
    display: block;
}
#rengen p {
    padding-bottom: 20px;
}
#rengen > div > ul {
    color: #41bb99;
    width: 270px;
    margin-left: 20px;
    text-align: left;
}
#rengen > div > ul > li {
    padding-bottom: 5px;
    list-style: disc;
}
#rengen > div > ul > li > a:hover {
    color: #af66ba;
}
/*=======================================================================
====================== Методики лечения =================================
=======================================================================*/
#metods {
    display: none;
}
/*=======================================================================
===================== Специальные предложения ===========================
=======================================================================*/
.special-newsfeeds {
    background-color: #fff;
    padding: 20px 0 40px;
}
.special-newsfeeds > div {
    width: 280px;
    margin: 0 auto;
}
.special-newsfeeds > div > h3 {
    text-align: center;
    font-size: 22px;
    padding-bottom: 25px;
}
.special-newsfeeds > div ul > li {
    width: 280px;
    margin-bottom: 20px;
}
.special-newsfeeds > div ul > li img {
    width: 100%;
}
.special-newsfeeds > div ul > li a {
    text-decoration: underline;
    color: #41bb99;
}
.special-newsfeeds > div > a {
	color: #fff;
	background-color: #41bb99;
	border-radius: 4px;
    padding: 10px 10px 12px;
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 14px;
}
.special-newsfeeds > div > a:hover {
    background-color: #af66ba;
}
/*=======================================================================
===================== Новости ===========================================
=======================================================================*/
#novosti {
    background-color: #f7f7f7;
}
/*=======================================================================
=================== Жить без боли =======================================
=======================================================================*/
#steps {
    background: #555;
    padding: 20px 0 40px;
}
#steps > div {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
#steps > div > h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;  
}
#steps > div > ul {
    display: none;
}
#steps > div > a {
    display: block;
    width: 220px;
    color: #fff;
    background-color: #41bb99;
    border-radius: 4px;
    padding: 10px 30px;
    margin: 20px auto 0;
    font-weight: bold;
    align-items: center; 
}
#steps > div a:hover {
    opacity: 0.7;
}
/*==========================================================================================================
============================ Подвал ========================================================================
==========================================================================================================*/
#footer {
    background-color: #312f30;
	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.6;
}
/*=======================================================================*/
#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: #494949;
    font-size: 22px;
}
#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: 4px;
    background-color: #494949;
    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: 199px;
    background-position: -225px;
}
/*=======================================================================
========================= Клиники на чайкиной ===========================
=======================================================================*/
#footer > div.custom-115 {
    width: 300px;
    display: flex;
    flex-direction: column;
	align-items: center;
	padding-top: 30px;
}
#footer > div.custom-115 a {
    display: block;
    background: url(../images/logo-klinik.png);
    background-size: cover;
    height: 50px;
    opacity: 0.6;
}
#footer > div.custom-115 a:hover {
    opacity: 1;
}
#footer > div.custom-115 a:nth-child(1) {
    width: 220px;
}
#footer > div.custom-115 a:nth-child(4) {
    width: 133px;
    background-position: -605px;
}
#footer > div.custom-115 a:nth-child(3) {
    width: 171px;
	background-position: -432px;
}
#footer > div.custom-115 a:nth-child(2) {
    width: 132px;
  	background-position: -748px;
}
/*=======================================================================
============================= Копирайт ==================================
=======================================================================*/
#copyright {
    background-color: #262626;
    padding: 25px 0 15px;
    font-size: 12px;
    text-align: center;
    color: #666;
}
#copyright > div {
    width: 300px;
    margin: 0 auto;
}
#copyright > div ul li:first-child {
    padding-bottom: 15px;
}
#copyright > div ul li a {
    color: #fff;
    opacity: 0.7;
    text-decoration: underline;
}
/*===============================================================================================================================================*/
/*========================================================== Вторые страницы ====================================================================*/
/*===============================================================================================================================================*/

/*=======================================================================
====================== Общие настройки страниц ==========================
=======================================================================*/
[class^='item-page-'] {
    width: 300px;
    margin: 40px auto 80px;
}
[class^='item-page-'] > div > h1 {
    font-size: 24px;
    margin-bottom: 20px;
}
[class^='item-page-'] > div > p {
    text-align: justify;
    margin-bottom: 20px;
}
/*=======================================================================
====================== Хлебные крошки ===================================
=======================================================================*/
#breadcrumbs {
    background: url(../images/breadcrumbs.jpg) no-repeat center top;
    text-align: center;
}
#breadcrumbs ul {
    padding: 12px 0 10px;
    width: 300px;
    margin: 0 auto;
}
#breadcrumbs ul > li {
    display: inline;
}
#breadcrumbs ul > li > a {
    color: #41bb99;
}
#breadcrumbs ul > li > span {
    color: #fff;
}
#breadcrumbs ul > li:first-child > span {
    display: none;
}
/*=======================================================================
======================= Услуги ==========================================
=======================================================================*/
.item-page-usl > div > section > div > h2 {
    font-size: 18px;
    margin: 25px 0 6px;
}
.item-page-usl > div > section > div > a {
    color: #41bb99;
    padding: 3px 10px 6px; 
    display: block;
    font-size: 12px;
    text-decoration: underline;
}
.item-page-usl > div > section > div > a:hover {
    color: #af66ba;
}
/*======== Страница в услугах, методиках и заболеваниях ===============*/
.item-page-uslugi > div > h1,
.item-page-metod > div > h1 {
    color: #fff;
    background-color: #41bb99;
    font-size: 16px;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.item-page-uslugi > div > img,
.item-page-metod > div > img {
    width: 300px;
    margin-bottom: 20px;
}
.item-page-uslugi > div .prev-button, .item-page-uslugi > div .next-button {
    width: auto;
}
.item-page-uslugi > div > h2,
.item-page-metod > div > h2 {
    color: #41bb99;
    font-size: 16px;
    margin-bottom: 20px;
}
.item-page-uslugi > div > h3,
.item-page-metod > div > h3 {
    font-size: 16px;
    margin-bottom: 20px;
}
.item-page-uslugi > div > p,
.item-page-metod > div > p {
    text-align: justify;
    margin-bottom: 20px;
}
.item-page-uslugi > div > p > b,
.item-page-metod > div > p > b {
    font-weight: bold;
}
.item-page-uslugi > div > p > a,
.item-page-metod > div > p > a {
    color: #41bb99;
}
.item-page-uslugi > div > i,
.item-page-metod > div > i {
    color: #000;
    font-style: italic;
    display: block;
    margin-bottom: 20px;
}
.item-page-uslugi > div > i > a,
.item-page-metod > div > i > a {
    color: #41bb99;
}
.item-page-uslugi > div > ul,
.item-page-metod > div > ul {
    margin-left: 20px;
    margin-bottom: 20px;
}
.item-page-uslugi > div > ul > li,
.item-page-metod > div > ul > li {
    list-style: disc;
    margin-bottom: 5px;
}
.item-page-uslugi > div > ul > li a,
.item-page-metod > div > ul > li a {
    color: #41bb99;
}
/*======================== Блок с врачами =============================*/
.block-s-vrachami > ul {
    margin: 40px 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.block-s-vrachami > ul > li {
    text-align: center;
    width: 280px;
    border: 1px solid #2aa180;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 40px;
}
.block-s-vrachami > ul > li > a:hover {
    opacity: 0.6;
}
.block-s-vrachami > ul > li > img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    object-position: top;
    margin: 10px auto 10px;
}
.block-s-vrachami > ul > li > a > p {
    color: #777;
    margin-bottom: 10px;
    font-weight: bold;
}
.block-s-vrachami > ul > li > p {
    color: #2aa180;
    margin: 5px 0 0px;
}
.block-s-vrachami > ul > li > a:last-child {
    display: inline-block;
    color: #fff;
	background: #2aa180;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px;
    margin: 10px 0 30px;
}
.block-s-vrachami > ul > li > a:hover {
    background-color: #af66ba;
    opacity: 1;
}
/*================ Информация в услугах ===============================*/
.item-page-uslugi > div > ul.inform-block-2 {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    font-weight: bold;
    padding: 10px;
    margin: 0 0 20px 0;
}
.item-page-uslugi > div > ul.inform-block-2 > li {
    margin-bottom: 10px;
    list-style: none;
}
.item-page-uslugi > div > ul.inform-block-2 > li:last-child {
    margin-bottom: 0;
}
.item-page-uslugi > div > ul.inform-block-2 > li > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #41bb99;
    margin-right: 5px;
}
.item-page-uslugi > div > ul.inform-block-2 > li > span > i {
    color: #fff;
    font-size: 22px;
    line-height: 1;
}
/*=======================================================================
================= Методики лечения и Заболевания ========================
=======================================================================*/

.item-page-metodiki > div > b {
    display: block;
 	font-weight: bolder;
 	margin-bottom: 20px;
    text-transform: uppercase;
}
.item-page-metodiki > div > i {
    display: block;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 20px;
    color: #41bb99;
}
.item-page-metodiki > div > section > div {
	margin-bottom: 30px;
}
.item-page-metodiki > div > section > div > h2 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #41bb99;
}
.item-page-metodiki > div > section > div > p {
	margin-bottom: 20px;
    text-align: justify;
}
.item-page-metodiki > div > section > div > span {
	display: inline-block;
    width: 280px;
    margin-bottom: 20px;
    padding: 10px 10px 20px;
    background-color: #f7f7f7;
    border: 1px solid #eee;
}
.item-page-metodiki > div > section > div > span > h3 {
    font-size: 16px;
}
.item-page-metodiki > div > section > div > span > img {
	width: inherit;
    margin: 10px 0;
}
.item-page-metodiki > div > section > div > span > a {
	color: #41bb99;
    text-decoration: underline;
}
.item-page-metodiki > div > section > div > span > a:hover {
	color: #af66ba;
}
/*================ Преимущества в заболеваниях ========================*/

.item-page-metod > div > ul.preim {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    color: #777;
    padding: 14px 20px 6px;
    margin: 0 0 10px 0;
}
.item-page-metod > div > ul.preim > li {
    list-style: none;
    padding-bottom: 10px;
    font-weight: bold;
}
.item-page-metod > div > ul.preim > li > i {
    padding-right: 5px;
    color: #41bb99;
    font-size: 18px;
    line-height: 1;
}
/*================ Методы лечения в заболеваниях ======================*/
.item-page-metod > div > section.lechenie_m > h2 {
    margin-bottom: 20px;
}
.item-page-metod > div > section.lechenie_m > div > span {
    display: inline-block;
    width: 270px;
    margin: 0 15px 20px 0;
    padding: 10px 10px 20px 10px;
    background-color: #f7f7f7;
    border: 1px solid #eee;
}
.item-page-metod > div > section.lechenie_m > div > span > h3 {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}
.item-page-metod > div > section.lechenie_m > div > span > img {
    width: inherit;
    margin: 10px 0;
}
.item-page-metod > div > section.lechenie_m > div > span > a {
    color: #41bb99;
    text-decoration: underline;
}
.item-page-metod > div > section.lechenie_m > div > span > a:hover {
    color: #af66ba;
}
.item-page-metod > div > section.lechenie_m > a {
    color: #fff;
    background-color: #41bb99;
    border-radius: 4px;
    display: block;
    font-weight: bold;
    margin: 20px auto;
    padding: 10px 20px;
    text-align: center;
    width: 200px;
}
.item-page-metod > div > section.lechenie_m > a:hover {
    background-color: #af66ba;
}
/*=======================================================================
=============== Наши специалисты ========================================
=======================================================================*/
.item-page-vrach > div > h2 {
    font-size: 18px;
    margin-bottom: 30px;
}
.item-page-vrach > div > div  {
    display: flex;
    flex-wrap: wrap;
}
.item-page-vrach > div > div > a {
    margin: 0 auto 40px;
    width: 296px;
    display: block;
    border: 1px solid #2aa180;
    border-radius: 6px;
    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: 18px;
    color: #777777;
    margin-bottom: 10px;
}
.item-page-vrach > div > div > a > p:last-child {
    font-size: 14px;
    font-weight: normal;
    color: #2aa180;
}
/*========================== Врач =====================================*/
.item-page-vrachin > div > section {
    position: relative;
    margin-bottom: 40px;
}
.item-page-vrachin > div > section > img {
    border: 1px solid #2aa180;
    border-radius: 4px;
    width: 300px;
    margin-bottom: 20px;
}
.item-page-vrachin > div > section > div > h1 {
    font-size: 28px;
    margin-bottom: 40px;
    color: #777;
}
.item-page-vrachin > div > section > div > p {
    margin-bottom: 10px;
}
.item-page-vrachin > div > section > div > p > strong {
    font-weight: bold;
}
.item-page-vrachin > div > section > div p:nth-child(3),
.item-page-vrachin > div > section > div p:nth-child(5) {
    margin-bottom: 20px;
}
.item-page-vrachin > div > section > div > a {
    display: block;
    width: 280px;
    padding: 10px;
    margin-top: 40px;
	color: #fff;
	background-color: #41bb99;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.item-page-vrachin > div > section > div > a:hover {
	background-color: #af66ba;
}
.item-page-vrachin > div > p > strong {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
/*=======================================================================
==================== О клинике ==========================================
=======================================================================*/
.item-page-o-klinike> div > div > a {
	color: #41bb99;
	display: block;
	text-decoration: underline;
    margin-bottom: 5px;
    margin-left: 10px;
}
.item-page-o-klinike> div > div > a:hover {
    color: #af66ba;
}
/*=======================================================================
================== Документы онлайн =====================================
=======================================================================*/
.item-page-o-klinike > div > #questionary form {
    max-width: 100%;
}
.item-page-o-klinike > div > #questionary form input {
    border: 1px solid #41bb99;
}
.item-page-o-klinike > div > #questionary form button {
    background: #41bb99;
    border: none;
}
.item-page-o-klinike > div > #questionary form button:hover {
    opacity: 0.7;
    background: #555;
}
.item-page-o-klinike > div > #questionary .btn-group a {
    border: 1px solid #41bb99;
}
.item-page-o-klinike > div > #questionary .btn-group a:hover {
    background: #41bb99;
}
/*=======================================================================
============= Информация для пациентов ==================================
=======================================================================*/
.item-page-infoclientam h2 {
    color: #41bb99;
    font-size: 16px;
    margin-bottom: 20px;
}
.item-page-infoclientam p {
    margin-bottom: 20px;
 }
 .item-page-infoclientam a {
 	color: #000;
 	display: inline-block;
 	text-decoration: underline;
 	margin-bottom: 20px;
 }
.item-page-infoclientam a:hover {
	opacity: 0.4;
}
.item-page-infoclientam > div > details > summary {
	background-color: #2aa180;
	color: #fff;
	border-radius: 4px;
    margin-bottom: 3px;
	padding: 10px;
	text-transform: uppercase;
    font-weight: bold;
	font-size: 14px;
}
/*=======================================================================
====================== Вакансии =========================================
=======================================================================*/
.item-page-vakans > div > h2 {
    color: #41bb99;
    font-size: 16px;
    margin-bottom: 20px;
}
.item-page-vakans > div > p {
    margin-bottom: 20px;
}
.item-page-vakans > div > p > b {
    font-weight: bold;
}
.item-page-vakans > div > p a, 
.item-page-vakans > div a {
    text-decoration: underline;
    color: #41bb99;
}
.item-page-vakans > div > ul {
    margin-left: 20px;
    margin-bottom: 20px;
}
.item-page-vakans > div > ul li {
    list-style: disc;
}
.item-page-vakans > div > h3 {
    margin-bottom: 20px;
}
.item-page-vakans > div > h4 {
    margin-bottom: 20px;
}
/*=======================================================================
====================== Контакты =========================================
=======================================================================*/
#googlmap {
	width: 280px;
    margin-bottom: 20px;
    border: 1px solid #999;
}
.item-page-kontakt > div > h2 {
    color: #41bb99;
    font-size: 16px;
    margin-bottom: 20px;
}
.item-page-kontakt > div > ul > li {
	margin-bottom: 20px;
}
.item-page-kontakt > div > ul > li i {
	display: block;
	font-weight: 600;
    margin-bottom: 5px;
    opacity: 0.7;
}
.item-page-kontakt > div > ul > li span {
	display: block;
}
.item-page-kontakt > div > ul > li a {
	text-decoration: underline;
	color: #2aa180;
}
.item-page-kontakt > div > section {
	position: relative;
}
.item-page-kontakt > div > section img {
	width: 300px;
    margin-bottom: 20px;
}
.item-page-kontakt > div > section ul {
	width: 220px;
    margin-bottom: 40px;
}
.item-page-kontakt > div > section ul li {
	margin-bottom: 10px;
}
.item-page-kontakt > div > section ul i {
	display: block;
	font-weight: 600;
    margin-bottom: 5px;
    opacity: 0.7;
}
.item-page-kontakt > div > section ul span {
	display: block;
}
/*================================================================
=============================== Отзывы ===========================
================================================================*/
.item-page-otzyvy > div > a {
    background-color: #41bb99;
    border-radius: 4px;
	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-otzyvy > div > a:hover {
    background-color: #af66ba;
}
.item-page-otzyvy > div > section {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.item-page-otzyvy > div > section > h4 {
    color: #636568;
}
.item-page-otzyvy > div > section > span {
    color: #2aa180;
}
.item-page-otzyvy > div > section > p {
    margin-bottom: 0;
}
/*=======================================================================
====================== Новости и Акции ==================================
=======================================================================*/
.blog-blog {
	width: 300px;
    margin: 40px auto 80px;
}
.blog-blog > div > h1 {
    font-size: 24px;
    margin-bottom: 20px;
}
.blog-blog > div > div {
	margin-bottom: 20px;
    padding: 10px 10px 12px 10px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
}
.blog-blog > div > div img {
	margin: 10px 0;
	width: 100%;
}
.blog-blog > div > div h2 {
	font-size: 16px;
    margin-bottom: 12px;
}
.blog-blog > div > div a {
    background-color: #41bb99;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 90px;
    padding: 8px 30px;
}
.blog-blog > div > div a:hover {
    background-color: #af66ba;
}
/*============== Страница в новостях и акциях =========================*/
.item-page-blog h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.item-page-blog .published {
    margin-bottom: 20px;
}
.item-page-blog > div > img {
	width: 100%;
    margin-bottom: 20px;
}
.item-page-blog h3 {
	font-weight: bold;
	margin-bottom: 20px;
}
.item-page-blog p b {
    font-weight: bold;
}
.item-page-blog p > a,
.item-page-blog p > strong > a {
    color: #2aa180;
    text-decoration: underline;
}
.item-page-blog a.knopka {
    display: inline-block;
	color: #fff;
	background-color: #41bb99;
	padding: 10px 30px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px;
    margin-top: 20px;
}
.item-page-blog a.knopka:hover {
	background-color: #af66ba;
}
.item-page-blog > div > ul {
	padding: 10px 0 0 20px;
    margin-bottom: 20px;
}
.item-page-blog > div > ul > li {
	padding: 5px 0;
	list-style: disc;
}
.item-page-blog i {
	font-style: italic;
	padding: 10px 0;
	display: inline-block;
}
/*=======================================================================
======================== Цены ===========================================
=======================================================================*/
.item-page-price h2,
.item-page-price h3,
.item-page-price ul {
    display: none;
}
.item-page-price > div a {
    color: #fff;
    background-color: #41bb99;
    border-radius: 4px;
    padding: 10px 0px;
    width: 300px;
    font-weight: bold;
    text-align: center;
    display: block; 
}
.item-page-price > div a:hover {
    background-color: #af66ba;
}
/*===========================================================================
============================== Поиск ========================================
===========================================================================*/
.search {
    width: 300px;
    margin: 40px auto 80px;
}
.search h1 {
    font-size: 24px;
    margin-bottom: 20px;
}
#searchForm .btn-toolbar {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}
#searchForm .btn-toolbar #search-searchword {
    width: 216px;
    height: 20px;
}
#searchForm .btn-toolbar div:nth-child(2) button {
    background-color: #41bb99;
    border: none;
    padding: 4px 12px 6px;
    color: #fff;
}
#searchForm .btn-toolbar div:nth-child(2) 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: #41bb99;
    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 #41bb99;
    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: #41bb99;
    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: #80288d;
    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: #80288d;
}
/*=================================================================================
================================== 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 10%;
    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: #2aa180;
	color: #fff;
}
.cookie-notice-close:hover {
	opacity: 0.6;
}
/*========================================================================================================================================
==========================================================================================================================================
==========================================================================================================================================
========================================================== MIDLE =========================================================================
==========================================================================================================================================
==========================================================================================================================================
========================================================================================================================================*/

@media screen and (min-width: 768px) {

/*=======================================================================
============================= Шапка =====================================
=======================================================================*/
#top > div {
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#logo {
    margin: 0;
}
/*=======================================================================
================================ Слайдер ================================
=======================================================================*/
#slider-mobi {
    display: none;
}
#slider {
	display: block;
}
.slide-desc-bg {
    display: none;
}
#slider div.slide-desc {
    width: 30% !important;
    margin-left: 27% !important;
    margin-bottom: 4% !important;
    background: transparent;
}
#slider div.slide-desc div.slide-text {
    display: flex;
    flex-direction: column;
}
#slider div.slide-desc div.slide-text p {
    text-transform: uppercase;
    font-size: 1.5vw;
    color: #555;
    margin-bottom: 3%;
}
#slider div.slide-desc div.slide-text p:first-of-type {
    font-weight: bold;
}
#slider div.slide-desc div.slide-text a {
    background-color: #af65ba;
    border-radius: 4px;
    color: #fff;
    padding: 5px 20px 8px;
    font-size: 0.9vw;
    width: 10vw;
    font-weight: bold;
}
#slider div.slide-desc div.slide-text a:hover {
    opacity: 0.7;
}
#slider div.slide-desc div.slide-text a:first-of-type {
    background-color: #40bc9a;
    border-radius: 4px;
    margin-bottom: 2%;
}
/*=======================================================================
====================== Информация =======================================
=========================================================================
#info > div > div {
    width: 600px;
} 
/*=======================================================================
========================= Иконки ========================================
=======================================================================*/
#icon {
    display: block;
    padding: 30px 0 20px;
}
#icon > div {
    width: 600px;
    margin: 0 auto;
}
#icon > div ul li {
    text-align: center;
    width: 600px;
    padding: 10px;
}
#icon > div ul li b {
    font-size: 16px;
    padding: 20px 10px;
    display: block;
    font-weight: bold;
    color: #555;
}
#icon > div ul li p {
    padding: 0px 10px 30px;
    color: #666;
}
#icon > div ul li span {
    width: 66px;
    height: 60px;
    display: block;
    margin: 0 auto;
    background: url(../images/icons.png) no-repeat center top;
}
#icon > div ul li:nth-child(2) span {
    background: url(../images/icons.png) no-repeat center;
}
#icon > div ul li:nth-child(3) span {
    background: url(../images/icons.png) no-repeat center bottom;
}
/*=======================================================================
====================== Наши специалисты =================================
=======================================================================*/
#about > div {
    width: 600px;
    text-align: left;
} 
#about > div > ul {
    width: 500px;
    column-width: 200px;
}
/*=======================================================================
===================== Программы лечения =================================
=======================================================================*/
#programs > div {
    width: 600px;
}
#programs > div > ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
/*=======================================================================
====================== Диагностика ======================================
=======================================================================*/
#rengen > div {
    width: 600px;
    text-align: left;
} 
#rengen > div > ul {
    width: 500px;
    column-width: 200px;
}
/*=======================================================================
====================== Методики лечения =================================
=======================================================================*/
#metods {
    background-color: #fff;
    padding: 20px 0 40px;
    display: block;
}
#metods > div {
    width: 600px;
    margin: 0 auto;
}
#metods > div > h3 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 25px;
}
#metods > div > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#metods > div > ul > li {
    width: 280px;
    height: 190px;
    margin-bottom: 40px;
    overflow: hidden;
    display: block;
    position: relative;
}
#metods > div > ul > li > img {
    height: inherit;
}
#metods > div > ul > li > span {
    color: #fff;
    font-weight: bolder;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    width: inherit;
    padding: 8px 0px 10px;
    position: absolute;
    bottom: 0;
    transition: all 0.4s ease 0s;
    text-align: center;
}
#metods > div > ul > li:hover span {
    padding: 50px 0px 135px;
}
#metods > div > ul > li > a {
    position: absolute;
    top: 800px;
    left: 60px;
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 10px 20px;
    color: #fff;
    background-color: #41bb99;
    transition: all 0.4s ease 0s;
    font-weight: bold;
    text-align: center;
}
#metods > div ul li:hover a {
    top: 90px;
} 
#metods > div > a {
    color: #fff;
	background-color: #41bb99;
	border-radius: 4px;
	padding: 10px 10px 12px;
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 14px;
    width: 160px;
    margin: 0 auto;
}
#metods > div > a:hover {
    background-color: #af66ba;
}
/*=======================================================================
===================== Специальные предложения ===========================
=======================================================================*/
.special-newsfeeds {
    background-color: #f7f7f7;
}
.special-newsfeeds > div {
    width: 600px;
}
.special-newsfeeds > div ul {
    display: flex;
    justify-content: space-between;
}
.special-newsfeeds > div ul > li {
    width: 180px;
}
.special-newsfeeds > div > a {
    width: 160px;
    margin: 0 auto;
}
/*=======================================================================
===================== Новости ===========================================
=======================================================================*/
#novosti {
    background-color: #fff;
}
/*=======================================================================
=================== Жить без боли =======================================
=======================================================================*/
#steps {
    background: url(../images/mid/step-bg.jpg) no-repeat center;
}
/*==========================================================================================================
============================ Подвал ========================================================================
==========================================================================================================*/
#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.custom-115 {
    width: 600px;
    flex-direction: row;
    flex-wrap: wrap;
}
#footer > div.custom-115 a {
    display: inline-block;
    margin: 0 5px 0 0;
}
/*===============================================================================================================================================*/
/*========================================================== Вторые страницы ====================================================================*/
/*===============================================================================================================================================*/

/*=======================================================================
====================== Общие настройки страниц ==========================
=======================================================================*/
[class^='item-page-'] {
    width: 600px;
}
/*=======================================================================
====================== Хлебные крошки ===================================
=======================================================================*/
#breadcrumbs ul {
    width: 600px;
}
/*=======================================================================
======================= Услуги ==========================================
=======================================================================*/
.item-page-usl > div > section {
    display: flex;
    justify-content: space-between;
}
.item-page-usl > div > section > div {
    width: 48%;
}
/*======== Страница в услугах, методиках и заболеваниях ===============*/

.item-page-uslugi > div > img,
.item-page-metod > div > img {
    width: 600px;
}

/*=======================================================================
================= Методики лечения и Заболевания ========================
=======================================================================*/

.item-page-metodiki > div > section > div > span {
    width: 270px;
}
.item-page-metodiki > div > section > div > span:nth-child(odd) {
    margin-right: 10px;
}
/*================ Методы лечения в заболеваниях ======================*/
.item-page-metod > div > section.lechenie_m > div > span {
    width: 250px;
}
/*=======================================================================
======================= Наши специалисты ================================
=======================================================================*/
.item-page-vrach > div > div > a {
	margin: 0 20px 50px 0;
    width: 280px;
}
/*=============================== Врач =================================*/
.item-page-vrachin > div > section {
    height: 480px;
    margin-bottom: 40px;
}
.item-page-vrachin > div > section > div {
    position: absolute;
    top: 20px;
    left: 340px;
}
.item-page-vrachin > div > section > img {
    width: 320px;
}
/*=======================================================================
====================== Контакты =========================================
=======================================================================*/
#googlmap {
	width: 600px;
}
.item-page-kontakt > div > section img {
	width: 600px;
}
.item-page-kontakt > div > section ul {
	width: auto;
}
/*=======================================================================
==================== Отзывы =============================================
=======================================================================*/
.blog-comments {
	width: 600px;
}
.items-row > div img {
	float: left;
	width: 178px;
	margin: 5px 20px 20px 0;
}
/*=======================================================================
====================== Новости и Акции ==================================
=======================================================================*/
.blog-blog {
	width: 600px;
}
.blog-blog > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-blog > div > div {
	width: 270px;
}
/*=======================================================================
======================== Цены ===========================================
=======================================================================*/
.item-page-price h2 {
    background-color: #2aa180;
    color: #fff;
    display: block;
    padding: 5px;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}
.item-page-price h3 {
    background-color: #50bfa0;
    color: #fff;
    display: block;
    padding: 5px;
    margin-bottom: 0 !important;
}
.item-page-price ul {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 530px 70px;
    font-size: 12px;
}
.item-page-price ul li {
    padding: 5px;
}
.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;
}
.item-page-price a {
    margin-top: 40px;
}
/*===========================================================================
============================== Поиск ========================================
===========================================================================*/
.search {
    width: 600px;
}
#searchForm .btn-toolbar #search-searchword {
    width: 514px;
}
/*===========================================================================
================================== Формы ====================================
===========================================================================*/
.item-page-priem .call-me {
    width: 450px;
}
}
/*========================================================================================================================================
==========================================================================================================================================
==========================================================================================================================================
=========================================================== BIG ==========================================================================
==========================================================================================================================================
==========================================================================================================================================
========================================================================================================================================*/
@media screen and (min-width: 1024px) {

/*=======================================================================
============================= Шапка =====================================
=======================================================================*/
#top {
    padding: 14px 0;
}
#top > div {
    width: 960px; 
    align-items: start;
}
#logo {
    width: 250px;
    height: 42px;
}
#adress {
    display: block;
}
#adress li {
    color: #7a7a7a;
}
#adress li:last-child {
    padding-left: 2px;
}
#adress li i {
    color: #41bb99;
    padding-right: 5px;
}
#adress li b {
    font-weight: bold;
    color: #bbb;
}
/*=======================================================================
========================= Меню ==========================================
=======================================================================*/
#header label {
    display: none;
}
#header > nav {
    width: 960px;
    margin: 0 auto;
    display: block;
    background-color: inherit;
}
#header > nav > ul.nav {
    display: flex;
}
#header > nav > ul.nav li.item-219 {
    margin-left: auto;
}
/*=======================================================================
====================== Информация =======================================
=========================================================================
#info {
    padding: 0;
}
#info > div > div {
    width: 940px;
    display: flex;
}
#info > div > div > p {
    background: url(../images/info.png) no-repeat center left;
    background-size: 30px;
    padding: 15px 0 15px 45px;
    width: 760px;
    text-align: left;
}
#info > div > div > a {
    display: inline-block;
    background: #af34c2;
    padding: 15px 20px;
    text-decoration: none;
    margin-left: auto;
}
#info > div > div > a:hover {
    background: #8d289c;
}
/*=======================================================================
========================= Иконки ========================================
=======================================================================*/
#icon {
    padding: 60px 0 40px;
}
#icon > div {
    width: 960px;
    margin: 0 auto;
}
#icon > div > ul {
    display: flex;
    justify-content: space-around;
}
/*=======================================================================
====================== Наши специалисты =================================
=======================================================================*/
#about {
    padding: 15px 0 0 0;
}
#about > div {
    width: 600px;
    height: 470px;
    padding: 10px 360px 0 0;
    margin: 0 auto;
    background: url(../images/doctor1.png) no-repeat right bottom;
} 
#about h2 {
    margin-bottom: 30px;
    font-size: 30px;
}
/*=======================================================================
===================== Программы лечения =================================
=======================================================================*/
#programs {
    padding: 60px 0;
}
#programs > div {
    width: 960px;
    padding: 0;
}
#programs > div > h3 {
    font-size: 32px;
    padding-bottom: 25px;
}
#programs > div > ul > li {
    position: relative;
    padding: 18px 0 0 66px;
    text-align: left;
    width: 253px;
}
#programs > div > ul > li span {
    position: absolute;
    top: 0;
    left: 0;
}
/*=======================================================================
====================== Диагностика ======================================
=======================================================================*/
#rengen {
    padding: 40px 0 0px;
}
#rengen > div {
    width: 580px;
    height: 370px;
    padding: 30px 0 0 370px;
    margin: 0 auto;
    background: url(../images/uzi.png) no-repeat left bottom;
} 
#rengen > div > h2 {
    font-size: 30px;
    margin-bottom: 30px;
    display: block;
    padding-bottom: 20px;
}
/*=======================================================================
====================== Методики лечения =================================
=======================================================================*/
#metods {
    padding: 60px 0;
}
#metods > div {
    width: 960px;
}
#metods > div h3 {
    font-size: 32px;
}
#metods > div > a {
    width: 280px;
    font-size: 16px;
}
/*=======================================================================
===================== Специальные предложения ===========================
=======================================================================*/
.special-newsfeeds {
    padding: 60px 0;
}
.special-newsfeeds > div {
    width: 960px;
}
.special-newsfeeds > div > h3 {
    font-size: 30px;
}
.special-newsfeeds > div ul > li {
    width: 300px;
}
.special-newsfeeds > div ul > li h4 {
    font-size: 16px;
}
.special-newsfeeds > div > a {
    width: 280px;
    margin: 20px auto 0;
    font-size: 16px;
}
/*=======================================================================
=================== Жить без боли =======================================
=======================================================================*/
#steps {
    background: url(../images/big/step-bg.jpg) no-repeat center top;
    padding: 60px 0;
    background-size: cover;
}
#steps > div {
    width: 960px;
    font-size: 16px;
}
#steps > div > h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    padding-bottom: 50px;
}
#steps > div > ul {
    display: flex;
    justify-content: space-around;
}
#steps > div > ul > li {
    width: 320px;
    color: #fff;
}
#steps > div > ul > li > span {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 20px;
    border: 10px solid #fff;
    line-height: 1;
    border-left-color: #41bb99;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
#steps > div ul li:nth-child(2) span {
    border-top-color: #41bb99;
}
#steps > div ul li:nth-child(3) span {
    border-top-color: #41bb99;
    border-right-color: #41bb99;
}
#steps > div > ul > li > span > i {
    font-size: 42px;
    font-weight: bold;
    transform: rotate(-45deg);
}
#steps > div > ul > li > h5 {
    text-transform: uppercase;
}
#steps > div > ul > li > p {
    line-height: 1.3;
    padding: 15px;
    opacity: 0.8;
}
/*==========================================================================================================
============================ Подвал ========================================================================
==========================================================================================================*/
#footer > div {
    width: 960px;
}
/*=====================================================================*/
#footer > div.custom-115 {
    width: 960px;
}
/*=======================================================================
============================= Копирайт ==================================
=======================================================================*/
#copyright > div {
    width: 960px;
}
#copyright > div ul {
    display: flex;
    justify-content: space-between;
}
/*===============================================================================================================================================*/
/*========================================================== Вторые страницы ====================================================================*/
/*===============================================================================================================================================*/

/*=======================================================================
====================== Общие настройки страниц ==========================
=======================================================================*/
[class^='item-page-'] {
    width: 960px;
}
[class^='item-page-'] > div > h1 {
    font-size: 32px;
}
/*=======================================================================
====================== Хлебные крошки ===================================
=======================================================================*/
#breadcrumbs {
    background-size: cover;
}
#breadcrumbs ul {
    padding: 32px 0 18px;
    width: 960px;
    text-align: left;
}
/*=======================================================================
======================= Услуги ==========================================
=======================================================================*/
.item-page-usl > div > section > div > a {
	font-size: 14px;
}
/*======== Страница в услугах, методиках и заболеваниях ===============*/
.item-page-uslugi > div > h1,
.item-page-metod > div > h1 {
    font-size: 16px;
}
.item-page-uslugi > div > img,
.item-page-metod > div > img {
    width: 960px;
}
/*======================== Блок с врачами =============================*/
.block-s-vrachami > ul {
    margin: 40px 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.block-s-vrachami > ul li {
    margin-right: 18px;
}
/*=======================================================================
================= Методики лечения и Заболевания ========================
=======================================================================*/
.item-page-metodiki > div > section > div > span {
    width: 280px;
    margin: 0 15px 20px 0;
}
.item-page-metodiki > div > section > div > span:nth-child(odd) {
    margin-right: 15px;
}

/*=================== Методы лечения в заболеваниях ===================*/

.item-page-metod > div > section.lechenie_m > h2 {
    font-size: 18px;
}
.item-page-metod > div > section.lechenie_m > div > span {
    width: 280px;
}
/*=======================================================================
====================== Контакты =========================================
=======================================================================*/
#googlmap {
	width: auto;
}
.item-page-kontakt > div > section {
	position: relative;
	height: 440px;
}
.item-page-kontakt > div > section img {
	width: 700px;
	position: absolute;
	top: 0;
	left: 0;
}
.item-page-kontakt > div > section ul {
	width: 220px;
	position: absolute;
	top: 0;
	right: 0;
}
/*=======================================================================
==================== Отзывы =============================================
=======================================================================*/
.blog-comments {
	width: 940px;
}
/*=======================================================================
====================== Новости и Акции ==================================
=======================================================================*/
.blog-blog {
	width: 960px;
}
.blog-blog > div > h1 {
    font-size: 32px;
}
.blog-blog > div > div {
    width: 450px;
}
.blog-blog > div > div h2 {
	font-size: 18px;
}
/*=======================================================================
======================== Цены ===========================================
=======================================================================*/
.item-page-price ul {
    grid-template-columns: 890px 70px;
}
/*=======================================================================
============================== Поиск ====================================
=======================================================================*/
.search {
    width: 960px;
}
.search h1 {
    font-size: 32px;
}
#searchForm .btn-toolbar #search-searchword {
    width: 874px;
}

}
/*=======================================================================
================================== Иконки ===============================
=======================================================================*/
@font-face {
    font-family: 'cksp';
    src: url('../font/cksp.woff?67294588') format('woff');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "cksp";
    font-style: normal;
    font-weight: normal;
    speak-as: 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-location:before { content: '\e800'; } /* '' */
.icon-clock:before { content: '\e801'; } /* '' */
.icon-edit:before { content: '\e802'; } /* '' */
.icon-ok-circled:before { content: '\e803'; } /* '' */
.icon-phone:before { content: '\e804'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-rouble:before { content: '\f158'; } /* '' */
  