/*! minireset.css v0.0.6 | MIT License | https://github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
iframe {
    border: 0;
}
*, *::before, *::after {
    box-sizing: inherit;
}
ul {
    list-style: none;
}
li::marker {
    color: #412521;
}
body {
    font-family: 'Montserrat', sans-serif;
    color: #4d3431;
    font-size: 14px;
    line-height: 1.6;
    background-color: #fff;
}
img {
    height: auto;
    max-width: 100%;
}
h1, h2, h3, h4, h5 {
    font-weight: bold;
}
a {
    transition: all 0.4s ease 0s;
    text-decoration: none;
    color: inherit;
}
/*=======================================================================
============================= Над верхом ================================
=======================================================================*/
#nadtop {
    background-color: #8f0000;
    color: #fedea9;
    font-size: 12px;
}
#nadtop ul {
    width: 300px;
    margin: 0 auto;
}
#nadtop ul > li {
    line-height: 1.6;
}
#nadtop ul > li a:hover {
    opacity: 0.7;
}
#nadtop ul > li:first-child {
    font-weight: bold;
}
#nadtop ul > li:last-child a {
    padding-bottom: 5px;
    display: inline-block;
}
/*=======================================================================
============================= Шапка =====================================
=======================================================================*/
#top {
    background-color: #4d3431;
    z-index: 999;
    color: #ffe6c7;
}
#top > div {
    width: 300px;
    padding: 14px 0 23px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
#logo {
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
    display: block;
    width: 300px;
    height: 56px;
    margin-bottom: 14px;
}
#top > div > ul > li i {
    width: 30px;
    text-align: center;
    font-size: 16px;
}
#top > div > ul:nth-child(2) {
    display: none;
}
#top > div > ul:nth-child(3) {
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
}
/*=======================================================================
============================= Меню ======================================
=======================================================================*/
#header label {
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 2px;
    display: block;
    text-align: center;
    cursor: pointer;
    background: #412521;
    color: #d7c2a9;
}
#header label i {
    font-size: 22px;
}
#header input[type=checkbox] {
   position: absolute;
   top: -9999px;
   left: -9999px;
}
#header input[type=checkbox]:checked ~ nav {
    display: block;
}
#header {
    background-color: #412521;
    z-index: 999;
}
#header > nav {
	display: none;
	background-color: #492a25;
	text-align: center;
}
#header > nav > ul.nav > li > a {
    color: #d7c2a9;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 16px 6px;
    display: block;
    transition: all 0.3s ease 0s;
}
#header > nav > ul.nav > li > a:hover {
    background-color: #382220;
}
.active a {
    background-color: #35201e;
}
#header > nav > ul.nav .item-109 {
    padding: 0;
    text-align: center;
}
#header > nav > ul.nav .item-109 a {
    padding: 7px 9px 2px;
    background-color: #35201e;
}
#header > nav > ul.nav .item-109 img {
    width: 15px;
    height: 15px;
}
/*=======================================================================
============================= Слайдер ===================================
=======================================================================*/
#djslider-loader116 {
    display: none;
}
#djslider-loader119 {
    display: none;
}
#djslider-loader120 {
    display: block;
}
#djslider-loader120 .slide-text a {
    display: inline-block;
    text-align: center;
    background-color: #fedea9;
    color: #35201e;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1.5vw 6vw;
    border-radius: 30px;
    margin-left: 15%;
    margin-bottom: 12%;
    font-size: 4vw;
}
/*=======================================================================
============================= Главная ===================================
=======================================================================*/
#usl-icons > div {
    width: 300px;
    margin: 0 auto;
    padding: 50px 0;
}
#usl-icons > div > p {
    text-align: justify;
    margin: 20px 0;
}
#usl-icons > div > ul > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
#usl-icons > div > ul > li > a > span {
    display: block;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    background: url(../images/icon-u.png) no-repeat center top;
    background-size: cover;
}
#usl-icons > div > ul > li:nth-child(1) > a > span {
    background-position: center -100px;
}
#usl-icons > div > ul > li:nth-child(2) > a > span {
    background-position: center -300px;
}
#usl-icons > div > ul > li:nth-child(3) > a > span {
    background-position: center -200px;
}
#usl-icons > div > ul > li:nth-child(4) > a > span {
    background-position: center -400px;
}
#usl-icons > div > ul > li:nth-child(5) > a > span {
    background-position: center -600px;
}
#usl-icons > div > ul > li:nth-child(6) > a > span {
    background-position: center -800px;
}
#usl-icons > div > ul > li > a:hover {
    opacity: 0.6;
}
#usl-icons > div > ul > li > a > h3 {
    font-size: 16px;
    text-align: center;
}
a.knopka {
	display: block;
	width: 180px;
    margin: 0 auto;
    padding: 9px 20px;
	border-radius: 4px;
	background-color: #63483f;
	text-transform: uppercase;
	font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #ffe6c7;
}
a.knopka:hover {
    opacity: 0.8;
}
/*=====================================================================*/
#about {
    background: #63483f;
}
#about > div {
    width: 300px;
    margin: 0 auto;
    padding: 50px 0;
    color: #ffe6c7;
}
#about > div > p {
    text-align: justify;
    margin: 20px 0;
}
/*=====================================================================*/
#novosti > div {
    width: 300px;
    margin: 0 auto;
    padding: 50px 0;
}
#novosti > div > h2 {
    margin-bottom: 40px;
}
.mod-articlesnews__item {
    margin-bottom: 40px;
    padding: 10px 10px 20px 10px;
    border: 1px solid #4d34315a;
    border-radius: 4px;
}
.mod-articlesnews__item > h2 {
    font-size: 16px;
    margin: 10px 0 10px;
}
.mod-articlesnews__item > p > a {
    text-decoration: underline;
    color: #8f0000;
}
/*=======================================================================
============================= Подвал ====================================
=======================================================================*/
#footer {
    background-color: #4d3431;
    color: #ffe6c7;
}
#footer > div {
    display: flex;
    flex-direction: column-reverse;
    width: 300px;
    margin: 0 auto;
    padding: 30px 0;
}
#footer > div > ul > li a:hover {
    opacity: 0.6;
}
/*=======================================================================*/
#footer > div > ul:nth-child(1) {
    display: none;
}
/*=======================================================================*/
#footer > div > ul:nth-child(2) {
    text-align: center;
}
#footer > div > ul:nth-child(2) > li {
    margin-bottom: 10px;
}
#footer > div > ul:nth-child(2) > li:nth-child(1) > a {
    display: inline-flex;
    align-items: center;
	font-weight: bolder;
    color: #fff;
	letter-spacing: 1px;
}
#footer > div > ul:nth-child(2) > li:nth-child(1) > a > i {
    color: #fedea9;
    font-size: 22px;
    margin-right: 5px;
}
#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: #63483f;
    text-transform: uppercase;
    font-size: 12px;
    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;
    margin-bottom: 20px;
}
#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: 174px;
	background-position: -430px;
}
/*=======================================================================*/
#mod-custom115 {
    display: flex;
    padding-top: 10px !important;
    justify-content: space-between;
    width: 960px;
}
#mod-custom115 a {
    display: block;
    background: url(../images/logo-klinik.png);
    background-size: cover;
    height: 50px;
    opacity: 0.3;
}
#mod-custom115 a:hover {
    opacity: 0.6;
}
#mod-custom115 a:nth-child(1) {
    width: 220px;
}
#mod-custom115 a:nth-child(2) {
    width: 141px;
    background-position: -739px;
}
#mod-custom115 a:nth-child(3) {
    width: 199px;
    background-position: -225px;
}
#mod-custom115 a:nth-child(4) {
    width: 133px;
    background-position: -605px;
}
/*=======================================================================
============================= Копирайт ==================================
=======================================================================*/
#copyright {
    background-color: #412521;
    color: #ffe6c7;
    font-size: 12px;
    padding: 20px 0;
}
#copyright ul {
    width: 300px;
    margin: 0 auto;
}
#copyright ul li {
    margin-bottom: 10px;
}
#copyright ul li a {
    opacity: 0.5;
    text-decoration: underline;
}
/*========================================================================================================================
=========================== Хлебные крошки ===============================================================================
========================================================================================================================*/
#breadcrumbs {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
#breadcrumbs > nav {
    width: 300px;
}
#breadcrumbs > nav > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#breadcrumbs > nav > ul > li {
    margin-right: 5px;
}
#breadcrumbs > nav > ul > li a {
    color: #8f0000;
}
/*=======================================================================
===================== Общие настройки страниц ===========================
=======================================================================*/
[class^='item-page-'] {
    width: 300px;
    margin: 0 auto 100px;
}
[class^='item-page-'] > div > h1 {
    margin-bottom: 30px;
    font-size: 22px;
}
[class^='item-page-'] > div h2,
[class^='item-page-'] > div h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
[class^='item-page-'] > div > p {
    margin-bottom: 20px;
    text-align: justify;
}
[class^='item-page-'] > div > img {
    width: inherit;
    margin-bottom: 20px;
}
[class^='item-page-'] > div ul li {
    list-style: disc;
    margin: 0 0 10px 20px;
}
/*=======================================================================
============================= О клинике =================================
=======================================================================*/
.item-page-o-klinike > div > div {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 20px;
}
.item-page-o-klinike > div > div a {
    color: #8f0000;
    text-decoration: underline;
    margin-bottom: 5px;
    display: inline;
}
/*=======================================================================
============================= Отзывы ====================================
=======================================================================*/
.item-page-otzyvy > div > a {
    display: block;
    background-color: #8f0000;
    color: #fff;
    border-radius: 4px;
    width: 150px;
	padding: 14px 40px;
    margin: 20px auto 40px;
	text-align: center;
    text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.item-page-otzyvy > div > a:hover {
    opacity: 0.7;
}
.item-page-otzyvy > div > section {
    background-color: #fcf6ef;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.item-page-otzyvy > div > section > span {
    color: #8f0000;
}
.item-page-otzyvy > div > section > p {
    margin-bottom: 0;
}
/*=======================================================================
============================= Контакты ==================================
=======================================================================*/
.item-page-contact > div > ul {
    margin-bottom: 40px;
}
.item-page-contact > div > ul > li {
    list-style: none;
    margin: 0 0 20px 0;
}
.item-page-contact > div > div {
    margin-bottom: 40px;
}
.item-page-contact > div > section > ul {
    margin-bottom: 40px;
}
.item-page-contact > div > section > ul > li {
    margin-left: 0;
    list-style: none;
}
.item-page-contact > div > section > ul > li i {
    color: #8f0000;
    padding-right: 10px;
}
/*=======================================================================
====================== Информация для пациентов =========================
=======================================================================*/
.item-page-infoclientam > div p {
    margin-bottom: 20px;
}
.item-page-infoclientam > div p i {
    font-weight: bold;
}
.item-page-infoclientam > div p a  {
    color: #8f0000;
    text-decoration: underline;
}
.item-page-infoclientam > div p a:hover {
    opacity: 0.4;
}
.item-page-infoclientam > div > details > summary {
	background-color: #63483f;
	color: #fff;
	border-radius: 4px;
    margin-bottom: 3px;
	padding: 10px;
	text-transform: uppercase;
    font-weight: bold;
	font-size: 14px;
}
/*=======================================================================
=============== Наши специалисты ========================================
=======================================================================*/
.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 {
    display: block;
    box-sizing: border-box;
    width: 300px;
    border: 1px solid #8f0000;
    border-radius: 6px;
    padding: 40px 0;
    margin-bottom: 40px;
}
.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;
}
.item-page-vrach > div > div > a > p:last-child {
    font-size: 14px;
    font-weight: normal;
    color: #8f0000;
}
/*========================== Врач =====================================*/
.item-page-vrachin > div > section {
    position: relative;
    margin-bottom: 40px;
}
.item-page-vrachin > div > section > img {
    border: 1px solid #8f0000;
    border-radius: 4px;
    width: 300px;
    margin-bottom: 20px;
}
.item-page-vrachin > div > section > div > h1 {
    font-size: 28px;
    margin-bottom: 60px;
}
.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 > a {
    display: block;
    width: 280px;
    padding: 10px;
    margin-top: 40px;
	color: #fff;
	background-color: #8f0000;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.item-page-vrachin > div > section > div > a:hover {
    opacity: 0.6;
}
.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 > p > strong {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
/*=======================================================================
==================== Заболевания ========================================
=======================================================================*/
.item-page-zab > div > h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.item-page-zab > div > h2 > span {
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/icon-z.png) no-repeat center top;
    background-size: cover;
    margin-right: 10px;
    margin-bottom: 10px;
}
.item-page-zab h2:nth-of-type(2) > span {
    background-position: center -70px;
}
.item-page-zab h2:nth-of-type(3) > span {
    background-position: center -140px;
}
.item-page-zab h2:nth-of-type(4) > span {
    background-position: center -210px;
}
.item-page-zab > div > div {
    column-width: 280px;
    margin-bottom: 40px;
}
.item-page-zab > div > div > a {
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: underline;
    color: #8f0000;
    width: 100%;
}
/*=======================================================================
==================== Услуги =============================================
=======================================================================*/
.item-page-uslugi h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.item-page-uslugi h2 > span {
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/icon-u.png) no-repeat center top;
    background-size: cover;
    margin-right: 10px;
    margin-bottom: 10px;
}
.item-page-uslugi h2:nth-of-type(2) > span {
    background-position: center -70px;
}
.item-page-uslugi h2:nth-of-type(3) > span {
    background-position: center -140px;
}
.item-page-uslugi h2:nth-of-type(4) > span {
    background-position: center -210px;
}
.item-page-uslugi h2:nth-of-type(5) > span {
    background-position: center -280px;
}
.item-page-uslugi h2:nth-of-type(6) > span {
    background-position: center -350px;
}
.item-page-uslugi h2:nth-of-type(7) > span {
    background-position: center -420px;
}
.item-page-uslugi h2:nth-of-type(8) > span {
    background-position: center -490px;
}
.item-page-uslugi h2:nth-of-type(9) > span {
    background-position: center -560px;
}
.item-page-uslugi > div > div {
    column-width: 280px;
    margin-bottom: 40px;
}
.item-page-uslugi > div > div > a {
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: underline;
    color: #8f0000;
    width: 100%;
}
.item-page-uslugi > div > div > i {
    display: block;
}
/*=======================================================================
==================== Методики лечения ===================================
=======================================================================*/
.item-page-met > div > div {
    margin-top: 40px;
}
.item-page-met > div > div > h2 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
}
.item-page-met > div > div > h2 > span {
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/icon-m.png) no-repeat center top;
    background-size: cover;
    margin: 0 auto 10px;
}
.item-page-met h2:nth-of-type(2) > span {
    background-position: center -70px;
}
.item-page-met h2:nth-of-type(3) > span {
    background-position: center -140px;
}
.item-page-met h2:nth-of-type(4) > span {
    background-position: center -210px;
}
.item-page-met h2:nth-of-type(5) > span {
    background-position: center -280px;
}
.item-page-met h2:nth-of-type(6) > span {
    background-position: center -350px;
}
.item-page-met h2:nth-of-type(7) > span {
    background-position: center -420px;
}
.item-page-met h2:nth-of-type(8) > span {
    background-position: center -490px;
}
.item-page-met h2:nth-of-type(9) > span {
    background-position: center -560px;
}
/*=========================== Услуга ==================================*/
.inform-block {
    border-radius: 4px;
    background-color: #fcf6ef;
    border: 1px solid #d7c2a9;
    margin-bottom: 20px;
    padding: 10px;
}
[class^='item-page-'] .inform-block > li {
    list-style: none;
    margin: 0;
}
.inform-block > li i {
    font-size: 18px;
}
.item-page-uslugi-in a {
    text-decoration: underline;
    color: #8f0000;
}
/*======================== Блок с врачами =============================*/
.block-s-vrachami {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.block-s-vrachami > div {
    width: 280px;
    border: 1px solid #8f0000;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 40px;
    text-align: center;
}
.block-s-vrachami > div > img {
	width: 170px;
	height: 170px;
	object-fit: cover;
	object-position: top;
}
.block-s-vrachami > div > a {
    color: #4d3431;
    text-decoration: none;
}
.block-s-vrachami > div > a > p {
	font-weight: bold;
}
.block-s-vrachami > div > a:last-child {
    display: inline-block;
	background: #8f0000;
    color: #fff;
    padding: 10px 20px;
    margin: 15px 0 30px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none; 
}
.block-s-vrachami > div > a:hover {
    opacity: 0.7;
}
/*=======================================================================
====================== Новости и Акции ==================================
=======================================================================*/
.blog {
	width: 300px;
    margin: 0px auto 100px;
}
.blog > div > div {
	margin-bottom: 20px;
    padding: 10px 10px 20px 10px;
    border: 1px solid #35201e30;
    border-radius: 4px;
}
.blog > div > div .published > span {
    display: none;
}
.blog > div > div img {
	margin: 10px 0;
	width: 100%;
}
.blog > div > div h2 {
	font-size: 16px;
    margin-bottom: 10px;
}
.blog > div > div a {
    color: #8f0000;
    text-decoration: underline;
}
/*============== Страница в новостях и акциях =========================*/
.item-page-blog h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.item-page-blog .published {
    margin-bottom: 20px;
}
.item-page-blog .published > span {
    display: none;
}
.item-page-blog > div > img {
	width: 100%;
    margin-bottom: 20px;
}
.item-page-blog h3 {
	margin-bottom: 20px;
}
.item-page-blog p b {
    font-weight: bold;
}
.item-page-blog p > a, 
.item-page-blog p > strong a {
    color: #8f0000;
    text-decoration: underline;
}
.item-page-blog ul {
	padding: 10px 0 0 0;
    margin-bottom: 20px;
}
.item-page-blog 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 {
    display: inline-block;
	background: #8f0000;
    color: #fff;
    padding: 10px 20px;
    margin: 15px 0 30px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none; 
}
.item-page-price > div a:hover {
    opacity: 0.6;
}
/*=======================================================================
======================== Поиск ==========================================
=======================================================================*/
.finder {
    width: 300px;
    margin: 0 auto 100px;
}
#search-form > form > fieldset {
    border: none;
}
#search-form > form > fieldset > legend,
#search-form > form > fieldset > div > label {
    display: none;
}
#search-form > form > fieldset div.input-group {
    display: flex;
    justify-content: space-between;
}
#search-form > form > fieldset div.input-group > div {
    width: 75%;
}
#search-form > form > fieldset div.input-group > div input {
    width: 100%;
    border-radius: 4px 0 0 4px;
    border: 1px solid #63483f;
    padding: 4px 0 5px;
}
#search-form > form > fieldset div.input-group > button {
    width: 25%;
    background-color: #63483f;
    color: #d7c2a9;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 4px 0 5px;
}
mark {
    background-color: #d7c2a9;
}
.result__item {
    border: none;
}
/*=======================================================================
=============================== Ошибка 404 ==============================
=======================================================================*/
.item-page-error404 a {
    color: #8f0000;
    text-decoration: underline;
}
/*=======================================================================
================================== Формы ================================
=======================================================================*/
.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 #a98567;
    border-radius: 4px;
    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: #8f0000;
    border: #8f0000;
    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: #8f0000;
    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: #8f0000;
}
/*=================================================================================
================================== 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: #8f0000;
	color: #fff;
}
.cookie-notice-close:hover {
	opacity: 0.6;
}
/*========================================================================================================================================
==========================================================================================================================================
========================================================== MIDLE =========================================================================
==========================================================================================================================================
========================================================================================================================================*/

@media screen and (min-width: 768px) {
/*=======================================================================
============================= Над верхом ================================
=======================================================================*/
#nadtop {
    padding-bottom: 0;
}
#nadtop ul {
    width: 620px;
    display: flex;
    align-items: center;
}
#nadtop ul > li {
    margin-right: 30px;
}
#nadtop ul > li:first-child {
    display: none;
}
#nadtop ul > li:last-child {
    margin-left: auto;
    margin-right: 0;
}
#nadtop ul > li:last-child a {
    background-color: #4d0b00;
    padding: 1px 15px 4px;
}
/*=======================================================================
============================= Шапка =====================================
=======================================================================*/
#top > div {
    width: 620px;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
}
#logo {
    width: 320px;
    height: 59px;
    margin-bottom: 0;
}
#top > div > ul {
    margin-bottom: -4px;
}
/*=======================================================================
============================= Слайдер ===================================
=======================================================================*/
#djslider-loader116 {
    display: none;
}
#djslider-loader120 {
    display: none;
}
#djslider-loader119 {
    display: block;
}
#djslider-loader119 .slide-text a {
    display: inline-block;
    text-align: center;
    background-color: #fedea9;
    color: #35201e;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.6vw 3vw;
    border-radius: 30px;
    margin-left: 26%;
    margin-bottom: 5%;
    font-size: 1.6vw;
}
#djslider-loader119 .slide-text a:hover {
    opacity: 0.6;
}
/*=======================================================================
============================= Главная ===================================
=======================================================================*/
#usl-icons > div {
    width: 600px;
}
#usl-icons > div ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
#usl-icons > div > ul > li {
    width: 200px;
}
/*======================================================================*/
#about > div {
    width: 600px;
}
/*======================================================================*/
#novosti > div {
    width: 600px;
}
.mod-articlesnews {
    display: flex;
    justify-content: space-between;
}
.mod-articlesnews__item {
    width: 45%;
}
/*=======================================================================
============================= Подвал ====================================
=======================================================================*/
#footer > div {
    flex-direction: row;
    justify-content: space-between;
    width: 600px;
}
#footer > div > ul:nth-child(3) {
    text-align: right;
}
/*=======================================================================*/
#mod-custom115 {
    display: flex;
    padding-top: 10px !important;
    justify-content: space-between;
    width: 600px;
}
/*=======================================================================
============================= Копирайт ==================================
=======================================================================*/
#copyright ul {
    width: 600px;
    display: flex;
    justify-content: space-between;
}
#copyright ul li {
    margin-bottom: 0px;
}
/*========================================================================================================================
=========================== Хлебные крошки ===============================================================================
========================================================================================================================*/
#breadcrumbs > nav {
    width: 620px;
}
/*=======================================================================
====================== Общие настройки страниц ==========================
=======================================================================*/
[class^='item-page-'] {
    width: 620px;
}
/*=======================================================================
======================= Наши специалисты ================================
=======================================================================*/
.item-page-vrach > div > div  {
    justify-content: flex-start;
}
.item-page-vrach > div > div > a {
    margin-right: 20px;
    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;
}
/*=======================================================================
==================== Заболевания ========================================
=======================================================================*/
.item-page-zab > div > h2 {
    flex-direction: row;
    text-align: left;
}
.item-page-zab > div > h2 > span {
    margin-bottom: 0px;
}
/*=======================================================================
==================== Услуги =============================================
=======================================================================*/
.item-page-uslugi h2 {
    flex-direction: row;
    text-align: left;
}
.item-page-uslugi h2 > span {
    margin-bottom: 0px;
}
/*=======================================================================
==================== Методики лечения ===================================
=======================================================================*/
.item-page-met > div > div {
    display: flex;
    flex-wrap: wrap;
}
.item-page-met > div > div > h2 {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}
.item-page-met > div > div > h2 > span {
    margin: 0 10px 0 0px;
}
/*======================== Блок с врачами =============================*/
.block-s-vrachami > div {
    width: 260px;
    margin-bottom: 30px;
    margin-right: 20px;
}
/*=======================================================================
====================== Новости и Акции ==================================
=======================================================================*/
.blog {
	width: 620px;
}
.blog > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog > div > div {
	width: 280px;
}
/*=======================================================================
======================== Цены ===========================================
=======================================================================*/
.item-page-price div h2 {
    background-color: #4d3431;
    color: #fff;
    display: block;
    padding: 5px 7px;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    font-size: 14px;
}
.item-page-price div h2:first-of-type {
    border-radius: 4px 4px 0 0;
}
.item-page-price div h3 {
    background-color: #63483f;
    color: #fff;
    display: block;
    padding: 5px 7px;
    margin-bottom: 0 !important;
    font-size: 14px;
}
.item-page-price ul {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 550px 70px;
    font-size: 12px;
}
.item-page-price div ul li {
    padding: 5px;
    list-style: none;
    margin: 0;
}
.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;
}
/*=======================================================================
======================== Поиск ==========================================
=======================================================================*/
.finder {
    width: 600px;
}
/*===========================================================================
================================== Формы ====================================
===========================================================================*/
.item-page-priem .call-me {
    width: 450px;
}
}
/*========================================================================================================================================
==========================================================================================================================================
=========================================================== BIG ==========================================================================
==========================================================================================================================================
========================================================================================================================================*/
 @media screen and (min-width: 1024px) {

/*=======================================================================
============================= Над верхом ================================
=======================================================================*/
#nadtop ul {
    width: 960px;
}
#nadtop ul > li:first-child {
    font-weight: bold;
    display: block;
}
/*=======================================================================
============================= Шапка =====================================
=======================================================================*/
#top > div {
    width: 960px;
}
#top > div > ul:nth-child(2) {
    display: block;
}
/*=======================================================================
============================= Меню ======================================
=======================================================================*/
#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-109 {
    margin-left: auto;
}
/*=======================================================================
============================= Слайдер ===================================
=======================================================================*/
#djslider-loader119 {
    display: none;
}
#djslider-loader120 {
    display: none;
}
#djslider-loader116 {
    display: block;
}
#djslider-loader116 .slide-text a {
    display: inline-block;
    text-align: center;
    background-color: #fedea9;
    color: #35201e;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.6vw 2vw;
    border-radius: 30px;
    margin-left: 36%;
    margin-bottom: 3%;
    font-size: 1vw;
}
#djslider-loader116 .slide-text a:hover {
    opacity: 0.6;
}
/*=======================================================================
============================= Главная ===================================
=======================================================================*/
#usl-icons > div {
    width: 960px;
}
#usl-icons > div > ul {
    margin-top: 60px;
}
#usl-icons > div > ul > li {
    margin-bottom: 40px;
    width: 320px;
}
/*=====================================================================*/
#about > div {
    width: 960px;
    position: relative;
}
#about > div > p {
    width: 500px;
    margin: 30px 0;
}
#about > div > div {
    position: absolute;
    top: 40px;
    right: 0;
    width: 400px;
    height: 267px;
}
/*=====================================================================*/
#novosti > div {
    width: 960px;
}
.mod-articlesnews__item {
	width: 450px;
}
/*=======================================================================
============================= Подвал ====================================
=======================================================================*/
#footer > div {
    width: 960px;
}
#footer > div > ul:nth-child(1) {
    display: block;
}
#footer > div > ul:nth-child(1) > li:nth-child(1) {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0 20px;
}
/*=======================================================================*/
#mod-custom115 {
    width: 960px;
}
/*=======================================================================
============================= Копирайт ==================================
=======================================================================*/
#copyright ul {
    width: 960px;
}
/*========================================================================================================================
=========================== Хлебные крошки ===============================================================================
========================================================================================================================*/
#breadcrumbs > nav {
    width: 960px;
}
/*=======================================================================
============================= Общие настройки страниц ===================
=======================================================================*/
[class^='item-page-'] {
    width: 960px;
}
/*=======================================================================
==================== Методики лечения ===================================
=======================================================================*/
.item-page-met > div > div > h2 {
    width: 50%;
}
/*=======================================================================
====================== Новости и Акции ==================================
=======================================================================*/
.blog {
	width: 960px;
}
.blog > div > div {
	width: 450px;
}
/*=======================================================================
======================== Цены ===========================================
=======================================================================*/
.item-page-price ul {
    grid-template-columns: 890px 70px;
}
/*=======================================================================
======================== Поиск ==========================================
=======================================================================*/
.finder {
    width: 960px;
}
}












/*=================================================================================
================================== Иконки =========================================
=================================================================================*/
@font-face {
    font-family: 'frau';
    src: url('../font/frau.woff?65238394') format('woff');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "frau";
    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-clock:before { content: '\e800'; } /* '' */
.icon-location:before { content: '\e801'; } /* '' */
.icon-phone:before { content: '\e802'; } /* '' */
.icon-pencil:before { content: '\e803'; } /* '' */
.icon-calendar:before { content: '\e804'; } /* '' */
.icon-search:before { content: '\e805'; } /* '' */
.icon-menu:before { content: '\e806'; } /* '' */
.icon-rouble:before { content: '\f158'; } /* '' */
.icon-vkontakte:before { content: '\f189'; } /* '' */