/* 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,
strong,
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;
}
body {
  line-height: 1;
}
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;
}
@font-face {
  font-family: "NautilusPompilius";
  src: url('../fonts/NautilusPompilius.eot');
  src: local('NautilusPompilius'), url('../fonts/NautilusPompilius.woff') format('woff'), url('../fonts/NautilusPompilius.ttf') format('truetype'), url('../fonts/NautilusPompilius.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Calibri";
  src: url('../fonts/Calibri.eot');
  src: local('Calibri'), url('../fonts/Calibri.woff') format('woff'), url('../fonts/Calibri.ttf') format('truetype'), url('../fonts/Calibri.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Calibri";
  src: url('../fonts/Calibri-Bold.eot');
  src: local('Calibri-Bold'), url('../fonts/Calibri-Bold.woff') format('woff'), url('../fonts/Calibri-Bold.ttf') format('truetype'), url('../fonts/Calibri-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Calibri";
  src: url('../fonts/Calibri-Italic.eot');
  src: local('Calibri-Italic'), url('../fonts/Calibri-Italic.woff') format('woff'), url('../fonts/Calibri-Italic.ttf') format('truetype'), url('../fonts/Calibri-Italic.svg') format('svg');
  font-weight: normal;
}
@font-face {
  font-family: "Calibri";
  src: url('../fonts/Calibri-BoldItalic.eot');
  src: local('Calibri-BoldItalic'), url('../fonts/Calibri-BoldItalic.woff') format('woff'), url('../fonts/Calibri-BoldItalic.ttf') format('truetype'), url('../fonts/Calibri-BoldItalic.svg') format('svg');
  font-weight: bold;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: var(--font-size);
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--text-color);
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
body {
  font: normal var(--font-size) Verdana, Tahoma, Arial;
  font-size: var(--font-size);
  color: var(--text-color);
  background: var(--bg-color);
}
.container {
  width: 1050px;
  margin: 0 auto;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
.justifyleft {
  text-align: left;
}
.justifyright {
  text-align: right;
}
.justifyfull {
  text-align: justify;
}
img.justifyleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
img.justifyright {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}
#header {

  height: 150px;
  background: var(--bg-color);

}
#header .header-inner {
  position: relative;
}
#header .site-name {
  position: absolute;
  top: 68px;
  left: 54px;
}
#header .site-name a {
  text-decoration: none;
  font-family: "NautilusPompilius", Verdana, Tahoma, Arial;
  font-size: 42px;
  color: var(--text-color);
}
#header .site-name a:hover {
  text-decoration: none;
}
#header .phones {
  position: absolute;
  top: 60px;
  right: 422px;
  width: 250px;
  overflow: hidden;
  color: var(--text-color);
  font: var(--font-size) Verdana, Tahoma, Arial;
  font-size: var(--font-size);
}
#header .routine-work {
  font: var(--font-size) Verdana, Tahoma, Arial;
  font-size: var(--font-size);
  color: var(--text-color);
  position: absolute;
  top: 50px;
  right: 0;
  width: 422px;
  overflow: hidden;
  background: url("../img/routine-work-time.png") 0 2px no-repeat;
}
#header .routine-work .text-1,
#header .routine-work .text-2 {
  float: right;
}
#header .routine-work .text-1 {
  width: 152px;
  text-align: right;
}
#header .routine-work .text-2 {
  width: 250px;
  text-align: left;
  margin-left: 5px;
}
#footer {
  margin-top: 40px;
  height: 149px;
  background: var(--bg-color);

}
#footer .footer-inner {
  position: relative;
  font-family: Verdana, Tahoma, Arial;
  color: var(--text-color);
  width: 1050px;
}
#footer .line {
  position: absolute;
  top: 88px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(201, 230, 111, 0.4);
}
#footer .copyright {
  position: absolute;
  top: 106px;
}
#footer .copyright a {
  text-decoration: none;
  color: var(--text-color);
}
#footer .copyright a:hover {
  text-decoration: underline;
}
#footer .phones {
  position: absolute;
  top: 36px;
  right: 0;
}
#footer .address {
  position: absolute;
  top: 36px;
  left: 0;
}
#footer .address a {
  text-decoration: none;
  color: var(--text-color);
}
#footer .address a:hover {
  text-decoration: underline;
}
.menu {
  position: absolute;
  top: 8px;
  right: 0;
}
.menu ul.level-1 > li {
  float: left;
  font-family: Verdana, Tahoma, Arial;

  position: relative;
}
.menu ul.level-1 > li.active > a,
.menu ul.level-1 > li > a:hover {
  background: var(--bg-color);
  border-radius: 4px;
}
.menu ul.level-1 > li.last a:after {
  background: transparent;
}
.menu ul.level-1 > li > a {
  font: var(--font-size) Verdana, Tahoma, Arial;
  font-size: var(--font-size);
  text-decoration: none;
  color: var(--text-color);
  display: block;
  padding: 6px 8px;
  position: relative;
}
.menu ul.level-1 > li > a:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: 9px;
  margin-top: -4px;
  background: rgba(92, 163, 46, 0.4);
}
.menu ul.level-1 > li:hover.level-2 > ul {
  display: block;
}
.menu ul.level-1 > li.level-2 > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  z-index: 99;
}
.menu ul.level-1 > li.level-2 > ul > li {
  background: var(--bg-color);
  border-bottom: 1px solid rgb(0, 0, 0);
}
.menu ul.level-1 > li.level-2 > ul > li.last {
  border-bottom: none;
}
.menu ul.level-1 > li.level-2 > ul > li a {
  font: var(--font-size) Verdana, Tahoma, Arial;
  font-size: var(--font-size);
  text-decoration: none;
  color: var(--text-color);
  display: block;
  padding: 6px 8px;
}
.menu ul.level-1 > li.level-2 > ul > li.active,
.menu ul.level-1 > li.level-2 > ul > li:hover {
  background: var(--bg-color);
}
.footer-menu {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  text-align: center;
  background: var(--bg-color);

  border-radius: 3px;
}
.footer-menu li {
  display: inline-block;
  font-family: Verdana, Tahoma, Arial;
}
.footer-menu li.active a,
.footer-menu li:hover a {
  background: var(--bg-color);
  border-radius: 4px;
}
.footer-menu li.last a:after {
  background: transparent;
}
.footer-menu li a {
  font: var(--font-size) Verdana, Tahoma, Arial;
  font-size: var(--font-size);
  text-decoration: none;
  color: var(--text-color);
  display: block;
  padding: 5px;
  position: relative;
}
.footer-menu li a:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: -2px;
  width: 1px;
  height: 9px;
  margin-top: -4px;
  background: rgba(0,0,0);
}
.panel-images {
  background: var(--bg-color);
  top:300px;
}
.panel-images .panel-images-inner {
  min-height: 200px;
  position: relative;
  background: url("../img/panel-images-tooth.png") 0 10px no-repeat;
  padding: 42px 10px 10px 210px;
  overflow: hidden;
}
.panel-images .panel-images-list {
  text-align: center;
}
.panel-images .panel-images-list li {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 146px;
  margin-right: 12px;
}
.panel-images .panel-images-list .pic {
  display: table;
  margin-bottom: 12px;
}
.panel-images .panel-images-list .pic div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.panel-images .panel-images-list .pic img {
  max-width: 137px;
  max-height: 137px;
  border: 4px solid #b3d1b3;
  border-radius: 100px;
}
.panel-images .panel-images-list .caption {
  text-align: center;
}
.panel-images .panel-images-list a {
  font: 16px Verdana, Tahoma, Arial;
  font-size: var(--font-size-art);
  text-decoration: none;
  color: var(--text-color);
}
.panel-images .panel-images-list a:hover {
  text-decoration: none;
}
.column-left {
  float: left;
  width: 200px;
}
.column-center {
  float: left;
  width: 550px;
  margin: 0 10px;
}
.column-right {
  float: right;
  width: 190px;
}
.menu-options {
  background: var(--bg-color);
  border: 2px solid var(--bg-color);
  border-radius: 2px;
  margin-bottom: var(--font-size);
  padding-bottom: var(--font-size);
}

.menu-options h3 {
  font-style: normal;
  font-size: 23px;
  line-height: 1em;
  color: var(--text-color);
  font-family: "NautilusPompilius", Verdana, Tahoma, Arial;
  margin: 6px 0 12px;
  text-align: center;
}
.menu-options ul.level-1 > li {
  font-size: var(--font-size-art);
  border-bottom: 1px solid #eae7e7;
  position: relative;
}
.menu-options ul.level-1 > li:before {
  display: block;
  position: absolute;
  content: "";
  background: url("../img/menu-options-mark.png") 0 0 no-repeat;
  top: 12px;
  left: 5px;
  width: 6px;
  height: 5px;
}
.menu-options ul.level-1 > li.active > a,
.menu-options ul.level-1 > li:hover > a {
  background: var(--text-color);
  border-radius: 4px;
  color: var(--bg-color);
}
.menu-options ul.level-1 > li.active > a:hover,
.menu-options ul.level-1 > li:hover > a:hover {
  color: var(--bg-color);
}
.menu-options ul.level-1 > li.active:before,
.menu-options ul.level-1 > li:hover:before {
  display: none;
}
.menu-options ul.level-1 > li > a {
  font-size: var(--font-size);
  padding: 6px 6px 6px 18px;
  display: block;
  color: var(--text-color);
  font-style: normal;
  text-decoration: none;
}
.menu-options ul.level-1 > li.level-2 > ul > li {
  font-size: 14px;
  border-bottom: 1px solid #eae7e7;
  position: relative;
}
.menu-options ul.level-1 > li.level-2 > ul > li.active > a,
.menu-options ul.level-1 > li.level-2 > ul > li:hover > a {
  background: var(--text-color);
  border-radius: 4px;
  color: var(--bg-color);
}
.menu-options ul.level-1 > li.level-2 > ul > li.active > a:hover,
.menu-options ul.level-1 > li.level-2 > ul > li:hover > a:hover {
  color: var(--bg-color);
}
.menu-options ul.level-1 > li.level-2 > ul > li > a {
  padding: 6px 6px 6px 28px;
  display: block;
  color: #3d3f40;
  font-style: normal;
  text-decoration: none;
}
.widget-artiles h3 {
  font-style: normal;
  font-size: 23px;
  line-height: 1em;
  color: var(--text-color);
  font-family: "NautilusPompilius", Verdana, Tahoma, Arial;
  margin: 6px 0 8px;
}
.widget-artiles .title {
  overflow: hidden;
}
.widget-artiles .pic {
  float: left;
  margin: 0 8px 8px 0;
}
.widget-artiles ul {
  margin-bottom: 12px;
}
.widget-artiles li {
  border-bottom: 1px solid #e7e6e6;
  padding: 10px 0;
}
.widget-artiles .body {
  color: #3d3f40;
  text-decoration: underline;
}
.widget-artiles .link-archive-article {
  color: var(--text-color);
  text-decoration: underline;
}
.widget-artiles .link-archive-article:hover {
  text-decoration: none;
}
ul.news-list {
  list-style: none;
}
ul.news-list .title {
  font-size: var(--font-size-art);
  line-height: 1.1em;
  margin-bottom: 8px;
}
ul.news-list .title a {
  color: #41950d;
  text-decoration: none;
}
ul.news-list .title a:hover {
  text-decoration: underline;
}
ul.news-list li {
  display: block;
  overflow: hidden;
  border-bottom: 1px  solid #CCCCCC;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
ul.news-list .link-more {
  color: #3f950a;
  text-decoration: none;
}
ul.news-list .link-more:hover {
  text-decoration: underline;
}
ul.news-list .introtext {
  margin: 0;
}
.pagination a {
  text-decoration: none;
  color: #4b950c;
}
.pagination a:hover {
  text-decoration: none;
  color: #274e06;
}
.pagination .ditto_currentpage {
  color: #fff;
  background-color: #7ac638;
  border: 1px solid #297b48;
  padding: 1px 3px;
  margin: 2px;
  font-weight: bold;
}
.pagination .ditto_previous_link,
.pagination .ditto_next_link {
  margin: 0 10px;
}
.pagination .ditto_page {
  padding: 2px 5px;
}
.photogallery li {
  display: inline-block;
  vertical-align: top;
  width: 190px;
  margin-right: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
.photoalbum li {
  display: inline-block;
  vertical-align: top;
  width: 190px;
  margin-right: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mceContentBody,
.page-content {
  font-family: Verdana, Tahoma, Arial;
  font-size: 14px;
}
.mceContentBody h1,
.page-content h1,
.mceContentBody h2,
.page-content h2,
.mceContentBody h3,
.page-content h3 {
  font-family: "NautilusPompilius", Verdana, Tahoma, Arial;
  color: var(--text-color);
  line-height: 1.4em;
}
.mceContentBody h1,
.page-content h1 {
  font-size: 26px;
  margin: 4px 0;
}
.mceContentBody h2,
.page-content h2 {
  font-size: 23px;
}
.mceContentBody h3,
.page-content h3 {
  font-size: var(--font-size);
}
.mceContentBody h4,
.page-content h4,
.mceContentBody h5,
.page-content h5,
.mceContentBody h6,
.page-content h6 {
  font-size: 14px;
}
.mceContentBody p,
.page-content p {
  font-size: var(--font-size);
  line-height: 2;
  margin: 8px 0;
}
.mceContentBody b,
.page-content b,
.mceContentBody strong,
.page-content strong {
  font-weight: bold;
}
.mceContentBody i,
.page-content i,
.mceContentBody em,
.page-content em {
  font-style: normal;
}
.mceContentBody .justifyleft,
.page-content .justifyleft {
  text-align: left;
}
.mceContentBody .justifyright,
.page-content .justifyright {
  text-align: right;
}
.mceContentBody .justifyfull,
.page-content .justifyfull {
  text-align: justify;
}
.mceContentBody img.justifyleft,
.page-content img.justifyleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.mceContentBody img.justifyright,
.page-content img.justifyright {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}
.mceContentBody ul,
.page-content ul {
  list-style: disc inside;
  margin: 8px 0;
  line-height: 1.5;
  padding: 0;
}
.mceContentBody ol,
.page-content ol {
  list-style: decimal inside;
  margin: 8px 0;
  line-height: 1.5;
  padding: 0;
  color: black;
}
.mceContentBody sub,
.page-content sub {
  vertical-align: sub;
  font-size: 0.9em;
}
.mceContentBody sup,
.page-content sup {
  vertical-align: super;
  font-size: 0.9em;
}
.mceContentBody blockquote,
.page-content blockquote {
  padding: 6px 12px;
  margin: 0 10px;
  background-color: #efefef;
}
.mceContentBody table,
.page-content table {
  margin-bottom: 8px;
}
.mceContentBody td,
.page-content td,
.mceContentBody th,
.page-content th {
  padding: 4px;
}
.mceContentBody th,
.page-content th {
  background-color: #fcfcfc;
  text-align: left;
}
.mceContentBody a:hover,
.page-content a:hover {
  color: #7fa2ff;
}
.mceContentBody pre,
.page-content pre {
  color: #555555;
}
span{
  font-size: var(--font-size);
}