/*   
Theme Name: tks-template
Theme URI: https://github.com/mnagorniy/wp-template
Version: 1.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: mnagorniy
Author URI: http://2ksite.com.ua
*/

@font-face {
    font-family: 'CenturyGothic';
    src: url('./fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('./fonts/CenturyGothic.woff') format('woff'), url('./fonts/CenturyGothic.ttf') format('truetype'), url('./fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic-ext');

/*font-family: 'Open Sans', sans-serif;*/

@media (min-width: 979px) {
    ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
        display: block;
    }
    .comment-list .children {
        padding: 0;
        margin-left: 74px;
        padding-bottom: 15px;
    }
    .comment-list .media {
        margin-top: 0;
    }
}

#top-scr {
    position: fixed; /* фиксированная позиция */
    opacity: 0.5; /* прозрачность */
    background: #E6ABAD;
    border-radius: 5px; /* скругление углов */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    right: 10px; /* отступ слева */
    bottom: 10px; /* отступ снизу */
    display: none; /* спрятать блок */
    cursor: pointer;

    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    transition: .5s all linear;
}
#top-scr .fa{
    color:#fff;
    font-size: 30px;
}
#top-scr:hover {
    opacity: 1;
}

:focus,
:visited {
    outline: none;
}

.hamburger {
    padding: 15px 0px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    width: 185px;
    position: relative;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 20px;
    height: 18px;
    display: inline-block;
    position: relative;
    /* margin-top: 6px; */
    /* top: -4px; */
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #E6ABAD;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}


/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner::before {
    top: 6px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    right: 0;
    position: absolute;
    width: 10px;
}

.hamburger--slider .hamburger-inner::after {
    top: 12px;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-90deg);
}

.hamburger-label {
    font-weight: 500;
    display: inline-block;
    /* margin-left: 5px; */
    text-transform: uppercase;
    line-height: normal;
    /* margin-bottom: 5px; */
    font-size: 20px;
    position: relative;
    top: -4px;
}

.is-active .hamburger-box {
    top: -4px
}

.uznatPrice { text-align:center; padding:30px 0px; }

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.custom-logo-link {
    float: left;
    margin: 0 11px 0 0;
    transition: all .5s linear;
}
.custom-logo-link img{
	opacity:0.6;transition: all .5s linear;
}
.custom-logo-link:hover img{
opacity:1; 
}

/*----- header -----*/

.header {
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: 'CenturyGothic';
    overflow: hidden;
    box-shadow: 0px 3px 5px 0px rgba(190, 162, 93, 0.2);
    position: relative;
}

.row-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*align-items: center;*/
}

.clinics--name,
.clinics--phones {
    font-size: 22px;
    color: #000;
}

.clinics--phones .phone {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

.clinics--phones .phone:after {
    content: '/';
    padding: 0 10px;
}

.clinics--phones .phone:last-child:after {
    display: none;
}

.clinics--time,
.clinics--address {
    font-size: 16px;
    color: #E6ABAD;
}

.clinics,
.clinics-job {
    margin-top: 20px;
}

.social {
    display: block;
    float: left;
    margin-top: 28px;
    color: #E6ABAD;
    font-size: 30px;
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.social.fb {
    margin-left: 10px;
}

.right-line:after {
    content: '';
    border-right: solid #f7f1ec 1px;
    -webkit-transform: rotate( 20deg);
    -moz-transform: rotate( 20deg);
    -ms-transform: rotate( 20deg);
    -o-transform: rotate( 20deg);
    transform: rotate( 30deg);
    height: 200px;
    display: block;
    position: absolute;
    right: 40px;
    top: -15px;
}

.btn-menu {
    display: block;
    float: left;
    margin-top: 20px;
    m.argin-top: 0px;
    color: #E6ABAD;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    width: 95px;
    outline: none !important;
}

a.btn-menu:hover,
a.btn-menu:focus {
    color: #E6ABAD;
    text-decoration: none;
}



.menuContainer { position:relative;}
.blind { display:block; width:101px; height:25px; position:absolute; top:0px; left:0px; overflow:hidden; background: url(/wp-content/uploads/2018/02/accessibility_.png) no-repeat left top transparent;
text-indent:-1000px; margin-top:0px; }

#topnav,
nav.left-menu {
    background-color: #E6ABAD;
    border: solid #E6ABAD 20px;
    max-width: 400px;
    margin: 0px auto;
    position: relative;
}

#topnav1 { 
	max-width: 500px;    
	margin: 0px auto;
	position: relative;
	    background-color: #E6ABAD;
	color:#fff;
	font-size:18px;
	text-align:center;
}


#topnav .mfp-close, #topnav1 .mfp-close {
    color: #F79FAD;
    top: -32px;
    right: -64px;
    font-size: 50px;
    font-family: 'Open Sans';
}

.top-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-menu a {
    font-size: 14px;
    font-family: 'Open Sans';
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 10px;
}

nav.left-menu a {
    font-size: 12px;
}

.menu-item-has-children > a:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    position: absolute;
    top: 7px;
    right: 25px;
}

.menu-item-has-children > a.open:after {
    content: "\f106";
}

.menu-item-has-children ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-item-has-children ul a {
    font-size: 12px;
    padding: 10px 10px 10px 20px;
    color: #333;
}

.current-menu-item > a,
.top-menu a:hover,
.top-menu a.open,
nav.left-menu .current-cat a {
    background-color: #e89497;
    text-decoration: none;
}
nav.module-price {
    background-color: #fdfdfb;
    border: solid #f1f1ed 1px;
}
nav.module-price li{
    padding: 0 15px;
}
nav.module-price a{
    color: #5f4930;
     text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #000080; /* Добавляем свою линию */ 
    font-size: 14px;
    padding-left: 0;
    font-weight: bold;
    position: relative;
}
nav.module-price li:last-child a{
    border: 0;
}
nav.module-price a:hover,
nav.module-price .active a{
    background-color: transparent;
    color: #F79FAD;
}
nav.module-price a:hover:before,
nav.module-price .active a:before{
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -15px;
    height: 100%;
    background-color: #F79FAD;
}
nav.module-price.fixed{
    position: fixed;
        top: 33px;
  width: 20%;
}


.pre-si{
    float: left;
    clear: both;
    width: 100%;
    overflow: hidden;
}
.section-intro {
    float: left;
    clear: both;
    width: 100%;
    /*background: url('./images/main-image.jpg') 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;*/
    padding: 100px 0;
	position: relative;
}
.section-intro:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	animation:20s scale infinite linear;
	background: url('./images/main-image.jpg') 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

@keyframes scale{
0%{
    transform: scale(0,0.0,0);
}
50%{
    transform: scale(1.1);
}
100%{
    transform: scale(0,0.0,0);
}

}

.form-control {
    border: solid #fff 2px;
    border-radius: 0;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.3) inset;
    background-color: rgba(0, 0, 0, .1);
    padding: 20px 17px;
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    transition: all .5s linear;

}

.btn-default {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #E6ABAD;
    padding: 8px 17px;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    transition: all .5s linear;
    min-width: 200px;
}

.btn-default:hover,
.btn-default:focus {
    background: #e89497;
    color: #fff;
    border: 0;
    outline: none;
}

.btn-default.btn-border {
    display: inline-block;
    position: relative;
}

a.btn-border:before {
    content: '';
    border: solid #fff 1px;
    width: calc( 100% - 10px);
    height: calc( 100% - 10px);
    position: absolute;
    top: 5px;
    left: 5px;
}

button:active,
button:focus,
input:focus {
    outline: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
}

.btn-tab {
  background: #E6ABAD;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 8px 17px;
  border: 0px;
  
}

.coltab {
  text-align: right;
  margin-top: -25px;
  margin-bottom: 0px;
}

.form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, .5);
    color: #fff
}

.module {
    background-color: rgba(255,255,255,.6);
    background-image: url(./images/border-top.png), url(./images/border-left.png), url(./images/border-top.png), url(./images/border-left.png);
    background-position: 0 0, 0 100%, 100% 100%, 100% 100%;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    padding: 40px;
    border: solid rgba(255,255,255,1) 20px;
}

.section-intro .module {
    margin-bottom: 50px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.module.no-border{
border: 0;
}
.section-intro .module h1 {
    color: #bd6e10;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 30px;
}

div.separator {
    background: url(./images/border-top.png) 0 50% repeat-x;
    height: 37px;
    border-top: solid #F79FAD 3px;
    border-bottom: solid #F79FAD 2px;
    float: left;
    width: 100%;
    clear: both;
}

div.separator.margin {
    margin-bottom: 60px;
}

div.notice {
    font-family: 'CenturyGothic';
    font-size: 27px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #f9daac;
    background-image: url(./images/bg-notice_01.jpg), url(./images/bg-notice_02.jpg);
    background-position: 0 0, 100% 100%;
    background-repeat: repeat-x, repeat-x;
    padding: 75px 0;
    clear: both;
    float: left;
    width: 100%;
    margin-top: 60px;
}

.footer {
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: 'CenturyGothic';
    clear: both;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.bg-breadcrumb {
    background-color: #fff8f2;
}

.breadcrumb li {
    font-size: 14px;
    color: #F79FAD;
    line-height: 60px;
}

.breadcrumb li a {
    color: #F79FAD;
}

.fa {
    color: #F79FAD;
}

.categories {
    clear: both;
    float: left;
    width: 100%;
}

.categories .category {
    background-color: #fcfbf9;
    margin-bottom: 30px;
    transition: .5s all linear;
}

.col-sm-3 {
    width: 25%;
    position: sticky;
    top: 20px;
}

.category--image {
    float: left;
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.category--image::before {
    z-index: 2;
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 270px;
	background: #FED9D39C;
	border-radius: 5px;
	transition: all 0.5s ease;
}

.category--image:hover:before {
	width: 100%;
}



.category--name {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 26px;
    text-transform: uppercase;
    background: rgba(254, 217, 211, 0.47);
}

.category--fn {
    display: block;
    position	: absolute;
	top		: 200px;
	left: 15px; 
    background: rgba(254, 217, 211, 0.47);
    padding: 23px 0px;
    width: 93.5%;
}

.category--readmore {
    display: inline-block;
    clear: both;
    font-size: 14px;
    color: #F79FAD;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
    position: relative;
}

.category--readmore:before,
.category--readmore:after {
    content: '';
    width: 40px;
    height: 1px;
    border-top: solid #F79FAD 1px;
    display: block;
    position: absolute;
    top: 50%;
}

.category--readmore:before {
    left: -50px;
}

.category--readmore:after {
    right: -50px;
}

.category--name:hover {
    color: #000000;
    text-decoration: none;
}

.category--readmore:hover {
    color: #F79FAD;
}
.bg-mb{
    font-family: 'Open Sans';
background: #fff url(./images/bg--all.jpg) 50% 100% no-repeat;
background-attachment: fixed;
background-size:cover;
}
.main-body {
    clear: both;
    font-size: 15px;
    color: #000;

}

.blog .news-item {
    overflow: hidden;
    margin-bottom: 40px;
}

.pre-img {
    float: left;
    max-width: 33.33333333%;
    margin: 0 30px 0 0;
}

.page-header {
    margin: 0 0 40px;
    padding: 0;
    border: 0;
    font-family: CenturyGothic;
    font-weight: bold;
    font-size: 34px;
    color: #E6ABAD;
}

.page-header h1 {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.date-publish {
    color: #82775c;
    font-size: 15px;
    font-family: 'Open Sans';
    margin-bottom: 30px;
    display: block;
}

.date-publish .fa {
    color: #82775c;
    margin: 0 5px 0 0;
}

.news-item .article-title {
    color: #5f4930;
    font-family: CenturyGothic;
    font-size: 20px;
    margin: 0 0 30px;
}

.news-item .article-title a {
    color: #5f4930;
}

.news-item p,
.category-desc,
.services-item-end {
    color: #000;
    font-size: 15px;
    font-family: 'Open Sans';
    margin-bottom: 30px;
}

.category-desc h2 {
    margin: 30px 0;
    padding: 0;
    border: 0;
    font-family: CenturyGothic;
    font-weight: bold;
    font-size: 28px;
    color: #E6ABAD;
}

.category-desc h3 {
    margin: 25px 0;
    padding: 0;
    border: 0;
    font-family: CenturyGothic;
    font-weight: bold;
    font-size: 24px;
    color: #E6ABAD;
}

.category-desc h4,
.category-desc h5,
.category-desc h6 {
    margin: 20px 0;
    padding: 0;
    border: 0;
    font-family: CenturyGothic;
    font-weight: bold;
    font-size: 20px;
    color: #E6ABAD;
}

.category-desc ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.category-desc li {
    padding: 10px 0 10px 40px;
}

.services-item {
    position: relative;
    clear: both;
}

.services-item .pre-img {
    float: none;
    max-width: 100%;
    margin: 0;
}

.services-item a {
    display: block;
    width: 100%;
    height: 130px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    margin-bottom: 30px;
    transition: .5s all linear;
}

.services-item a:hover {
    text-decoration: none;
    height: 200px;
}

.services-item a:hover span {
    opacity: 1;
}

.services-item a span {
    background-color: #fcfbf9;
    border: solid #f1eee8 1px;
    border-bottom: solid #F79FAD 3px;
    padding: 15px;
    transition: .5s all linear;
    font-size: 14px;
    color: #5f4930;
    font-family: 'Open Sans';
    text-transform: uppercase;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    z-index: 10;
}

.services-item .article-title {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -8px;
    margin-left: 30px;
    /*white-space: nowrap;*/
    /* Отменяем перенос текста */
    overflow: hidden;
    /* Обрезаем содержимое */
    text-overflow: ellipsis;
    /* Многоточие */
    transition: .5s all linear;
}

.services-item a:hover .article-title {
    margin-top: -35px;
}

.services-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(130, 130, 130, .5);
    transition: .5s all linear;
}

.services-item a:hover .overlay {
    background-color: rgba(136, 64, 5, .25);
}

.services-item-end h2,
.services-item-end h3,
.services-item-end h4,
.services-item-end h5,
.services-item-end h6,
.page-price h2,
.page-price h3,
.page-price h4,
.page-price h5,
.page-price h6 {
    margin: 30px 0;
    font-family: CenturyGothic;
    font-weight: bold;
    font-size: 28px;
    color: #E6ABAD;

    padding: 10px 0 10px 30px;
    position: relative;
    overflow: hidden;
}



article .module {
    border-color: #E6ABAD;
    background-color: #fff;
      width: 80%;
    margin: 0 auto;
}
}

article .module h2 {
    background: none;
    padding: 0;
    text-align: center;
}

article .module h2:after {
    display: none;
}

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

article .module li {
    padding: 5px 0 5px 20px;
    position: relative;
}

article .module li:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 5px;
    top: 6px;
    color: #E6ABAD;
    font-size: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.first-section {
    background-color: #fff8f2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-body h2 {
    margin: 20px 0;
    font-family: CenturyGothic;
    font-weight: bold;
    font-size: 28px;
    color: #E6ABAD;
}

.main-body h3 {
    margin: 18px 0;
    font-family: CenturyGothic;
    font-weight: bold;
    font-size: 25px;
    color: #E6ABAD;
}

.main-body h4 {
    margin: 15px 0;
    font-family: CenturyGothic;
    font-weight: bold;
    font-size: 20px;
    color: #E6ABAD;
}

.main-body h5,
.main-body h6 {
    margin: 10px 0;
    font-family: CenturyGothic;
    font-weight: bold;
    font-size: 18px;
    color: #E6ABAD;
}

.border {
    border: solid #d2cec8 1px;
    padding: 0 10px;
    height: 100%;
}

.row-num > div:before {
    content: '';
    font-size: 15px;
    color: #d06d1d;
    position: absolute;
    left: 10px;
}

.row-num > div {
    padding-left: 30px;
}

.row-num > div:nth-child(1):before {
    content: '1.';
}

.row-num > div:nth-child(2):before {
    content: '2.';
}

.row-num > div:nth-child(3):before {
    content: '3.';
}

.row-num > div:nth-child(4):before {
    content: '4.';
}

.row-num > div:nth-child(5):before {
    content: '5.';
}

.row-num > div:nth-child(6):before {
    content: '6.';
}

.table-striped {
    border: solid #dcd4d4 1px;
}

.table-striped thead {
    background-color: #fff8f2;
    color: #82775c;
    font-size: 14px;
}

.table-striped thead span {
    font-weight: 300;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fbfbfb;
}

.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
    text-transform: uppercase;
}

.reviews {
    margin-bottom: 60px;
    margin-top: 30px;
    clear: both;
}

.reviews .item {
    padding: 40px 30px;
    margin-bottom: 30px;
    background-color: #f6f5f2;
}

.reviews .item--name {
    background-color: #E6ABAD;
    padding: 5px 15px;
    display: inline-block;
    margin: 0 15px 0 0;
    color: #fff;
    text-transform: uppercase;
    min-width: 150px;
}

.reviews .item--date {
    color: #82775c;
    font-size: 15px;
    font-family: 'Open Sans';
    margin-bottom: 30px;
}

.reviews .item--date .fa {
    color: #82775c;
}

.reviews .item--content {
    margin-top: 15px
}

.procedures {
    width: 100%;
    margin: 5px 0 0px;
    padding: 0;
    list-style: none;
}

.procedures__item {
    display: flex;
    padding: 25px 0;
    border-top: 1px
    solid #b3b4d3;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.procedures__item [data-name]:before {
    font-size: 12px;
    display: block;
    content: attr(data-name);
    color: #b3b4d4;
}

.procedures__name {
    font-size: 18px;
    width: 300px
;
    color: #2e3071;
}

.procedures__price {
    position: relative;
    min-width: 220px;
}
  .moreInfoLink {
    font-weight: 800;
  }

@media screen and (max-width: 768px) {
    .right-line:after {
        display: none;
    }
    .clinics--name,
    .clinics--phones {
        font-size: 20px;
        color: #000;
    }
    .clinics--time,
    .clinics--address {
        font-size: 14px;
        color: #E6ABAD;
    }
    .custom-logo-link {
        float: left;
        margin: 0;
        text-align: center;
        width: 100%;
    }
    .social {
        display: none;
        display: block;
	margin:10px 10px 10px 0px;
	
    }
	.btn-menu { margin:0px; } .hamburger { padding:0px; }
	.blind { right:0px; left:auto}
	
	.clinics, .clinics-job { width:100%;}

    nav.module-price.fixed{
    position: static;
        top: 0;
}

}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .right-line:after {
        display: none;
    }
    .clinics--name,
    .clinics--phones {
        font-size: 20px;
        color: #000;
    }
    .clinics--time,
    .clinics--address {
        font-size: 14px;
        color: #E6ABAD;
    }
    .social {
        margin-left: 5px;
    }
        .clinics {
    	display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .right-line:after {
        display: none;
    }
    .clinics--name,
    .clinics--phones {
        font-size: 20px;
        color: #000;
    }
    .clinics--time,
    .clinics--address {
        font-size: 14px;
        color: #E6ABAD;
    }
    .social {
        margin-left: 5px;
    }

}

img {
    max-width: 100%;
    height: auto;
}

.gallery {
overflow: hidden;
}
.gallery .main-image{
	height: 400px;
	overflow: hidden;
}
.gallery .row-flex > div{
	height: 77px;
	overflow: hidden;
	margin-bottom: 30px;
}

#post-92 .table td:first-child{
width:50%;
}
#post-92 .table td:last-child{
width:35%;
  min-width: 100%;
    max-width: 100%;
    /* min-height: 250px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.bg-white{
 background-color: #fff;
}

.faq{
	list-style: none;
	margin: 0;
	padding: 30px 5px;
}
.faq li{
margin-bottom: 20px}
.faq-trigger{
font-family: CenturyGothic;
    font-weight: bold;
    font-size: 20px;
    color: #E6ABAD;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
    border-bottom: solid #E6ABAD 1px;
}
.faq-trigger:hover,
.faq-trigger:focus{
	color:  #d06d1d;
text-decoration: none
}

.faq-content{
	display: none;
	font-family: CenturyGothic;
    font-size: 14px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #E6ABAD;
    position: relative;
    z-index: 15;
}
img { background-color:#ffffff !important;}




/*new style*/
.sotrudniki_section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sotrudnik_item{
	width: calc(33.33% - 23px);
	border: 1px solid #FED9D3;
}
.header{
	box-shadow: none;
}
.bg-mb{
	background: none;
	background-color: white;
}
body .container{
	max-width: 1400px;
	width: 100%;
}
.sotr_description{
	padding: 30px;
}
.sotr-title{
	margin-bottom: 10px;
}
.sotr-title a{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #E6ABAD;
}
.sotr_doljnost{
	font-family: Roboto;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
}
.thin_text{
	font-weight: 300;
}
.dblock{
	display: block;
}
.dblock img{
	display: block;
}
.sotr-img img{
	height: 420px;
	width: 100%;
	object-fit: cover;
}

body .page-header h1,
body h1{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 33px;
	color: #E6ABAD;
}
.page-header{
	margin: 30px 0;
}
.dflex{
	display: flex;
	flex-wrap: wrap;
}
.sotr_single_image{
	width: 40%;
}
.sotr_single_image img{
	display: block;
	width: 100%;
	height: auto;
}
.sotr_single_text{
	padding-left: 20px;
	font-family: Roboto;
	font-style: normal;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}
.sotr_single_image + .sotr_single_text{
	width: 60%;
}
.sotr_single_text p + ul{
	margin-bottom: 27px;
}
.sotr_single_doljnost{
	font-family: Roboto;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 30px;
}
.single_sitr_title{
	margin-bottom: 10px;
}
.btn{
	background: #E6ABAD;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 28px;
	padding: 7px 80px;

	color: rgba(255, 255, 255, 0.77);
	text-transform: uppercase;
	transition: all .3s;
}
.btn:hover{
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.25);
	color: white;
}
.btn_wrapper{
	display: none;
	width: 100%;
	justify-content: center;
}
div.notice{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #F79FAD;
	background-color: white;
	background-image: none;
	margin-top: 0;
	padding: 59px 0 53px;
}
.footer{
    /*background-color: #FED8D3;*/
    background-color: rgba(254, 216, 211, 0.17);
    padding-top: 20px;
}
.wrapper{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.footer_text{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: justify;
    color: #4D4D4D;
    padding: 15px 15px 25px;
}
.nic_el_bottom{
    position: relative;
}
.nic_el_bottom:after{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 16px;
    background-image: url(./images/nice_el.svg);
    background-repeat: repeat-x;
    background-position: center center;
}
.clinics, .clinics-job{
    margin-top: 0;
    margin-bottom: 0 !important;
}
.clinics--name, .clinics--phones,
.clinics--phones .phone{
    font-size: 12px;
}
#top-scr{
    background-color: rgba(254, 216, 211, 0.8);
}
div.separator{
    border-top-color: #F79FAD;
    border-bottom-color: #F79FAD;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background: none;
    /*background-image: url(./images/nice_el.svg);*/
    background-image: url(./images/nice_el_color.svg);
    height: 32px;
    background-repeat: repeat-x;
    float: none;
    background-position: center center;
}
.clinics--address,
.clinics--name{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #4D4D4D;
}
.clinics--time,
.clinics--phones a{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #4D4D4D;
}
.footer_logo{
    align-items: center;
}
.footer_flex_row{
    align-items: center;
}
.social{
    float: none;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.social.fb{
    margin-left: 35px;
}
.version_eye{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #379BE4;
    white-space: nowrap;
    margin-top: 0;
    display: flex;
    align-items: center;
    width: auto;
    margin-left: 60px;
}
.version_eye span{
    padding-left: 7px;
    text-transform: none;
}
.bg-mb,
body,
.news-item p, .category-desc, .services-item-end{
    font-size: 14px;
    font-family: Roboto;
}

.module{
    background-image: none;
    background: rgba(255, 255, 255, 0.65);
    border: 0;
    position: relative;
    padding: 70px;

    /*background-image: url(./images/nice_el.svg), url(./images/nice_el.svg), url(./images/nice_el.svg), url(./images/nice_el.svg);*/
}
.right-line:after{
    display: none;
}
.header_menu,
.header_time_and_phone,
.header_logo{
    align-items: center;
}
.header_menu .hamburger{
    padding: 0;
    width: auto;
}
.header_menu .btn-menu{
    margin-top: 0;
    width: auto;
}
.header_menu{
    justify-content: flex-end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.aic{
    align-items: center;
}
.hamburger-inner, .hamburger-inner::before, 
.hamburger-inner::after{
    width: 30px;
    background-color: #FED9D3;
}
.hamburger--slider .hamburger-inner::before{
    width: 43px;
    background-color: #FED9D3;
}
.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after{
    height: 4px;
}
.hamburger-box{
    width: 43px;
    height: 25px;
}
.hamburger--slider .hamburger-inner::before{
    top: 10px;
}
.hamburger--slider .hamburger-inner::after{
    top: 21px;
}
.header .clinics--name{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #E6ABAD;
    margin-bottom: 5px;
}
.header .clinics--address{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.header .custom-logo-link{
    margin-right: 43px;
}
.header .clinics--phones a,
.header .clinics--time{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.header .clinics-job{
    margin-right: 65px;
}
.section-intro .module h1{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    color: #F9C6C2;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-intro .module article{
    text-align: center;
}
.section-intro .module p{
    margin-top: 25px;
}
.section-intro .module h4{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 25px;
    color: #000000;
    display: inline-block;
}
.module:after,
.module:before{
    position: absolute;
    width: 17px;
    left: 30px;
    top: 47px;
    bottom: 47px;
    display: block;
    content: "";
    background-image: url(./images/nice_el_vertical.svg);
    background-repeat: repeat-y;
}
.module:after{
    left: auto;
    right: 30px;
}
.module article:before,
.module article:after{
    position: absolute;
    height: 20px;
    left: 30px;
    right: 30px;
    top: 30px;
    display: block;
    content: "";
    background-image: url(./images/nice_el_module.svg);
    background-repeat: repeat-x;
}
.module article:after{
    top: auto;
    bottom: 30px;
}
.section-intro{
	padding: 0;
}
.item_slider{
	position: relative;
}
.slider_description{
	position: absolute;
	max-width: 1170px;
	padding: 0 15px;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	bottom: 0;
	width: 100%;
}
.slider_description .module{
	position: absolute;
	right: 0;
	top: 120px;
	max-width: 585px;
}
.slider_image img{
	height: 660px;
	object-fit: cover;
	display: block;
}
.slider_main{
	position: relative;
}
.slider_form{
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1170px;
	padding: 0 15px;
	width: 100%;
	z-index: 500;
}
.slider_read_more{
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	text-decoration-line: underline;
	color: #379BE4;
	display: block;
}
.new_form_style .form-control{
	height: 48px;

	background: rgba(255, 255, 255, 0.77);
	border: 1px solid #E6ABAD;
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #828283;
}
.new_form_style .btn{
	padding: 10px 80px;
}
.slider_content .owl-dots{
	position: absolute;
	right: 30px;
	bottom: 16px;
	display: flex;
	transition: all .3s;
}
.slider_content .owl-dot{
	background: #828283;
	opacity: 0.57;
	width: 10px;
	height: 10px;
	margin-left: 5px;
}

.slider_content .owl-dot.active{
	background: #FED9D3;
}
body nav.left-menu,
body #topnav{
	background-color: white;
	border: 0;
	max-width: 700px;
}
body nav.left-menu{
	padding: 70px 50px;
}
body nav.left-menu ul:after,
body nav.left-menu ul:before,
body #topnav ul:after,
body #topnav ul:before{
    position: absolute;
    height: 20px;
    left: 30px;
    right: 30px;
    top: 30px;
    display: block;
    content: "";
    background-image: url(./images/nice_el_module.svg);
    background-repeat: repeat-x;
}
body nav.left-menu ul:after,
body #topnav ul:after{
    top: auto;
    bottom: 30px;
}
body .top-menu a:hover,
body nav.left-menu .current-cat > a:hover,
body nav.left-menu .current-cat > a{
	background-color: transparent;

}
body nav.left-menu .current-cat > a,
body .left-menu .top-menu a:hover,
body nav.left-menu .current-cat > a:hover{
	color: #E6ABAD;
}
body nav.left-menu a,
#topnav .top-menu a{
	font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 25px;
    color: #000000;
}
#topnav .top-menu .sub-menu a{
	text-transform: none;
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
}

body nav.left-menu a,
#topnav .top-menu a:hover,
#topnav .top-menu a.open{
	background-color: transparent;
}
#topnav .top-menu .sub-menu a:hover{
	background-color: transparent;
	text-decoration: underline;
}
body .category--image{
	overflow: hidden;
	float: none;
	position: relative;
	margin-bottom: 0;
}
body .category--image:hover:before{
	width: 0;
}
.category--name .category--fn{
	transition: all .3s;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #000000;
	mix-blend-mode: normal;
	left: 0;
	right: 0;
	width: 100%;
}
.category--name:hover .category--fn{
	top: 0;
	bottom: 0;
}
.usluga_item_home{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
}
.category--name{
	overflow: hidden;
}
.uslugi_list{
	list-style: none;
	margin: 0;
	padding: 0;
	opacity: 0;
	transition: all .3s;
	text-align: left;
	text-transform: none;
	padding-top: 24px;
	padding-left: 47px;
	padding-right: 47px;
}
.category--name:hover .uslugi_list{
	opacity: 1;
}
body .category--name{
	margin-bottom: 25px;
	position: relative;
}
@media screen and (max-width: 1170px){
	.sotrudnik_item{
		width: calc(50% - 20px);
	}
	.sotr-img img{
		height: 350px;
	}
}
@media screen and (max-width: 768px){
	.sotr_single_image + .sotr_single_text,
	.sotr_single_image{
		width: 100%;
	}
}
@media screen and (max-width: 580px){
	.sotrudnik_item{
		width: 100%;
	}
	.sotr-img img{
		height: auto;
	}
  .slider_image img{
	height: 620px;
	object-fit: cover;
	display: block;
}
  .wpsm_panel-body {
    padding: 1px;
}
  
.procedures__item {
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding: 5px 0;
    width: 100%;
}
  
  .procedures__item span {
    display: block;
    margin: 0px 0;
    padding: 5px;
}
  
  .procedures__name {
    width: 100%;
    font-size: 18px;
    width: 300 px;
    color: #2e3071;
}
  
  .procedures__price {
    position: relative;
    min-width: 120px;
    width: 40%;
    padding: 0 0 5px;
}
  
  a.fasc-style-bold {
    font-weight: bold;
    margin: 10px 0;
}
 
  .col-sm-3 {
    width: 100%;
    position: relative;;
    top: 20px;
}
  
}
/*new style*/