html, body {
  height: 100%;
}
body {
  background: #ddf8ff;
  background: linear-gradient(to top, #eefaff, #0e83d1);
	background-attachment: fixed;
}
body, td, input, textarea, select, div, li, a, p {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #1f3e55;
}
p {
  text-indent: 0;
}
strong, b {
  font-weight: bold;
}
em {
  font-style: italic;
}
a {
  color: #016aca;
}
a:hover {
  color: #0085ff;
}

.clear {
  clear:both;
  font-size:0;
  overflow:hidden;
}

/* ********************************** */
.cont {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
.header {
  position: relative;
  width: 100%;
}

.site-name-logo {
  position: relative;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.site-name-logo div {
  display: inline-block;
  white-space: nowrap;
}
.site-name-logo > div > div {
  padding-left: 1.2em;
}
.sitelogo {
  float: left;
  margin: 0;
  margin-top: 0.8em;
  padding: 0;
  max-width: 110px;
  max-height: 110px;
}
.slogan {
  position: relative;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.2em;
  font-size: 1.7em;
  text-shadow: 2px 2px 0 #137ec1, 2px -2px 0 #137ec1, -2px 2px 0 #137ec1, -2px -2px 0 #137ec1;
  text-indent: 0;
}
a.sitename {
  display: block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.sitename p, .sitename h1 {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Russo One", sans-serif;
  font-weight: normal;
  color: #ffff00;
  font-size: 2.8em;
  line-height: 1em;
  text-shadow: 2px 2px 0 #3172b2, 2px -2px 0 #3172b2, -2px 2px 0 #3172b2, -2px -2px 0 #3172b2;
}
.address {
  position: relative;
  color: #0153a2;
  font-size: 1.3em;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
}
.address a {
  font-family: 'Open Sans', sans-serif;
  color: #0153a2;
  font-size: 0.9em;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
  padding-top: 10px;
  display: inline-block;
/*  color: #fff;
  text-shadow: 1px 1px 0 #0153a2, 1px -1px 0 #0153a2, -1px 1px 0 #0153a2, -1px -1px 0 #0153a2; */
}
.address a:hover {
  text-decoration: none;
  color: #2173c2;
}
.slogan, .sitename p, .address {
  text-indent: 0;
}

.header-right {
  position: relative;
  text-align: right;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

#phones {
  font-family: 'Russo One', sans-serif;
  display: block;
  color: #0153a2;
  text-align: right;
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
}
#phones em {
  display: block;
  font-style: normal;
  font-size: 1.4em;
}
#phones p {
  text-indent: 0;
  font-size: 1em;
  color: #fff;
  margin: 0;
  padding: 0;
}
#callback {
  display: inline-block;
  text-align: center;
  font-size: 0.9em;
  text-decoration: none;
  font-family: arial;
  font-weight: bold;
  padding: 3px 15px;
  color: #137ec1;
  background-color: #fff;
  border: 2px solid #137ec1;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
  border-radius:9px;
  margin-top: 0.5em;
}
#callback:hover {
  background-color: #e9f7ff;
}

.top_menu {
  position: relative;
  width: 100%;
  height: 130px;
/*  border-top: 3px solid #0c74b9;  */
  border-bottom: 2px solid #cbd3d6;
  background: #e4f8fd;
}
.top_menu ul {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  z-index: 3;
}
.top_menu ul li {
  position: relative;
  box-sizing: border-box;
  float: left;
  height: 130px;
  text-align: center;
  background: #e0f4fa;
  border-right: 2px solid #cbd3d6;
  border-bottom: 2px solid #cbd3d6;
  text-align: center;
}
.top_menu > ul > li:last-child {
  border-right: 0;
}
.top_menu ul li a {
  display: block;
  display: inline-block;
  position: relative;
  padding-top: 11px;
  padding-bottom: 10px;
  text-decoration: none;
  width: 100%;
  height: 120px;
  color: #000;
  border-top: 3px solid #0c74b9;
  font-size: 1.15em;
  font-weight: normal;
  text-transform: uppercase;
}
.top_menu ul .child_menu {
  pointer-events: none;
}
.top_menu ul li:hover {
  background-color: #fff;
}
.top_menu > ul > li.current {
  background-color: #3172B2;
}
.top_menu > ul > li.current > a {
  color: #fff;
}
.top_menu ul li.current:hover {
  background-color: #349ADB;
}
.top_menu > ul > li > ul {
  position: absolute;
  width: 103%;
  width: calc(100% + 4px);
  left: -2px;
  top: 130px;
}
.top_menu > ul > li > ul > li {
  border-left: 2px solid #cbd3d6;
}
.top_menu > ul > li > ul > li {
  height: 0px;
  width: 100%;
  overflow: hidden;
  border-bottom: 0;
  clear: both;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}
.top_menu > ul > li:hover > ul > li {
  height: 130px;
  border-bottom: 2px solid #cbd3d6;
  overflow: visible;
}

.main {
  position: relative;
  background-color: #fff;
  padding: 1em;
  margin-bottom: 20px;
  overflow: hidden;
}
.main > .container {
  margin: 0;
  padding: 0;
  min-height: 500px;
}

.textpages {
  min-height: 500px;
  padding: 0 30px;
}
.main h1 {
  font-size: 1.8em;
}
.main h2 {
  font-size: 1.3em;
  font-weight: bold;
}
.main table {
  border-collapse: separate;
}
.main table td {
  padding: 10px;
  vertical-align: top;
}

/* ********************************** */

#slideshow {
  position: relative;
  background-color: #fff;
  width: 100%;
}
#slideshow1 {
  position: relative;
  padding: 0px;
  width: 100%;
  min-height: 285px;
}
#slideshow1 img {
  float: left;
  margin-right: 2em;
}
#slideshow1 .slidetext {
  padding: 30px;
  padding-right: 1em;
}
#slideshow1 > ul > li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
#slideshow1 > ul > li:first-child {
  position: relative;
  top: 0;
  left: 0;
}
#slideshow1 > ul > li.show {
  z-index: 1;
}
#slideshow1 .txt1 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 1.8em;
  color: #2185C5;
  font-weight: bold;
}
#slideshow1 .txt2 {
  font-size: 1.2em;
}
#slideshow1 p {
  text-indent: 0;
  font-size: 1.3em;
}
.slidetext ul {
  list-style: disc;
  margin-bottom: 0.9em;
  margin-left: 1.2em;
}
.slidetext ul > li {
  line-height: 1.2em;
  margin-bottom: 0.6em;
}

#buttons {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 2;
}
a.button {
  display: inline-block;
  font-size: 1em;
  background-color: #61BCEA;
  padding: 0.2em 1em;
  margin-top: 1em;
  color: #fff;
  text-decoration: none;
}
.button:hover {
  background-color: #279CD0;
}
#services {
  margin-right: -10px;
  margin-left: -10px;
}
#services > div {
  padding: 10px;
}
#services > div > div {
  background-color: #0070a7;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgb(0,112,167); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(0,112,167,1) 0%, rgba(48,176,231,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0,112,167,1) 0%,rgba(48,176,231,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0,112,167,1) 0%,rgba(48,176,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070a7', endColorstr='#30b0e7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 20px;
  padding-bottom: 25px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  border-radius:12px;
}
#services p, #services li, #services a {
  color: #e7f7fe;
  text-indent: 0;
  padding: 0;
  margin: 0;
}
#services p {
  text-indent: 1em;
  text-align: justify;
}
#services .hd2 {
  display: block;
  font-size: 1.6em;
  text-indent: 0;
  color: #fff;
}
#services .hd3 {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  text-indent: 0;
  margin-bottom: 15px;
  color: #fff;
}
#services ul {
  margin: 0;
  margin-left: 20px;
}
#services li {
  font-size: 1em;
  line-height: 1.2;
  padding-bottom: 8px;
  font-weight: normal;
  list-style-image: url(/templates/images/marker.png);
}
#services .button {
  display: inline-block;
  background-color: #fff;
  padding: 8px 11px;
  color: #003;
}
#services .button:hover {
  background-color: #f0f0f0;
}
/* ********************************** */
.maintext {
  background-color: #f5fbff;
  margin: 0;
  padding: 1em;
}
.maintext > div {
  padding: 0 1em;
}
.maintext h2.main-zagol {
  display: block;
  background: #ffff00;
  font-weight: bold;
  font-size: 1.5em;
  color: #0000ff;
  width: 100%;
  margin: 0;
  margin-bottom: 1em;
  padding: 1em 0;
  text-align: center;
}
.maintext h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #2b3840;
  margin: 20px 0;
}
.maintext p {
  text-align: left;
}
.maintext ul {
  list-style: disc;
  margin-bottom: 0.9em;
}
.maintext ul > li {
  margin-left: 1.2em;
  margin-bottom: 0.5em;
}
.mainleft ul {
  width: 100%;
  margin: 0;
}
.mainleft ul > li {
  margin-left: 1.5em;
  margin-right: 0;
  margin-bottom: 0.7em;
  padding: 0 0 0.7em 0;
  list-style-image: url(/templates/images/marker2.png);
  border-bottom: 2px solid #dadfe3;
}
.mainleft li:last-child {
  border-bottom: 0;
}
.mainleft li a {
  font-weight: bold;
  font-size: 0.95em;
}
.contacts {
  margin: 30px 0 0 -12px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgb(48,176,231); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(48,176,231,1) 0%, rgba(0,112,167,1) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(48,176,231,1) 0%,rgba(0,112,167,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(48,176,231,1) 0%,rgba(0,112,167,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30b0e7', endColorstr='#0070a7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 20px 3px 20px 15px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  border-radius:12px;
}
.contacts p {
  color: #fff;
  font-size: 0.9em;
  text-indent: 0;
  font-weight: bold;
  text-align: left;
}
.mainright a {
  display: block;
  margin-bottom: 1em;
  color: #0069a8;
}
.mainright ul {
  display: block;
  margin-bottom: 20px;
}
.mainright ul > li {
  display: block;
  border-bottom: 2px solid #e2e2e2;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.mainright li:last-child {
  border-bottom: 0;
}
.mainright p.newsdate {
  padding: 0;
  text-indent: 0;
}
.mainright img {
  display: block;
  margin-bottom: 0.5em;
  width: 100%;
}
.mainright a {
  text-decoration: none;
  font-size: 0.95em;
}
.bottom {
  display: block;
  margin: 1em 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background: rgb(48,176,231); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(48,176,231,1) 0%, rgba(0,83,162,1) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(48,176,231,1) 0%,rgba(0,83,162,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(48,176,231,1) 0%,rgba(0,83,162,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30b0e7', endColorstr='#0070a7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 20px;
  padding-bottom: 30px;
  -moz-border-radius: 12px 12px 50% 50%;
  -webkit-border-radius: 12px 12px 50% 50%;
  border-radius: 12px 12px 50% 50%;
  text-align: center;
}
.bottom ul {
  display: inline-block;
  text-align: center;
  margin: 0;
}
.bottom li {
  display: table-cell;
  float: left;
  padding: 5px 10px;
}
.bottom a {
  color: #fff;
  font-size: 1em;
}
.copyright {
  text-align: center;
  text-indent: 0;
  margin: 0;
  padding: 0;
}
#metrika {
  position: absolute;
  bottom: 2em;
  right: 14px;
}
.pagebody {
  padding-top: 1em;
}

div.advant-bg {
  background: url("/templates/images/bg2.jpg") no-repeat center 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 1em 0;
  margin: 1em 0;
}
.advant-bg h2 {
  margin: 0.5em 0;
}
.advantages ul{
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.advantages ul li {
  margin-bottom: 30px;
  vertical-align: middle;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  height: 50px;
}
.advantages .right-side ul{
  margin-left: 26px;
}
.advantages .right-side ul li:before {
  display: block;
  content: "";
  width: 30px;
  height: 31px;
  position: absolute;
  top: 0;
  left: -45px;
  background: url("/images/minus.png") no-repeat center center;
}
.advantages .left-side ul{
  margin-right: 45px;
}
.advantages .left-side ul li:after {
  display: block;
  content: "";
  width: 30px;
  height: 31px;
  position: absolute;
  top: 0;
  right: -45px;
  background: url("/images/plus.png") no-repeat center center;
}

.left-side{
  text-align: right;
}
.left-side h3 {
  text-align: right;
  font-weight: bold;
  font-size: 22px;
  color: #2C8E25;
  margin: 1em 0 1.5em 0;
}
.right-side{
  text-align: left;
}
.right-side h3 {
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  color: #F00;
  margin: 1em 0 1.5em 0;
}

#consult-form input[type="text"] {
  width: 100%;
  margin-bottom: 0.5em;
}
#consult-form input[type="submit"] {
  padding: 0.2em 3em;
  margin: 0.5em 0;
}
#consult-form fieldset input {
  font-size: 1em;
  padding: 0.3em 1em;
  border: 1px solid #137ec1;
  background: #9ed1ff url(/templates/images/glb1.png?r=1) repeat-x top left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #000;
}
#consult-form fieldset input:focus {
  background: #fff;
}
#consult-message {
  color: #f00;
  font-weight: bold;
  text-align: center;
}

.textpages h1 {
  font-size: 1.8em;
  font-weight: bold;
  text-indent: 0;
  margin-top: 0.8em;
  margin-bottom: 0.6em;
}
.singlepage h1 {
  margin-bottom: 0.1em;
}
.textpages h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #f00;
  font-size: 1.6em;
  text-indent: 0;
  margin-top: 0.8em;
  margin-bottom: 0.6em;
}
.textpages h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #00f;
  font-size: 1.3em;
  text-indent: 0;
  margin-top: 0.8em;
  margin-bottom: 0.6em;
}
.textpages h4 {
  font-size: 1.1em;
  font-weight: bold;
  text-indent: 0;
  margin: 0;
  margin-bottom: 0.5em;
}
.textpages .hd1 {
  font-size: 1.4em;
  font-weight: normal;
  text-indent: 0;
  padding: 0;
  margin: 0;
}
.textpages .hd2 {
  font-size: 1.4em;
  font-weight: normal;
  text-indent: 0;
  padding: 0;
  margin: 0;
}
.textpages ul {
  list-style: disc;
  margin-left: 1.2em;
  margin-bottom: 0.9em;
}
.textpages ul > li {
  line-height: 1.2em;
  margin-bottom: 0.6em;
}
.textpages ol {
  list-style: decimal;
  margin-left: 1.2em;
  margin-bottom: 0.9em;
}
.textpages ol > li {
  line-height: 1.2em;
  margin-bottom: 0.6em;
}
.textpages table {
  border-collapse: separate;
  border-spacing: 2px;
  margin-bottom: 1em;
}
.textpages table td {
  padding: 5px 10px;
}
.textpages table.withborder {
  border: 1px solid #555;
}
.textpages table.withborder td {
  border: 1px solid #555;
}
.textpages table.price {
  border-collapse: separate;
  border-spacing: 5px;
  margin: 0 -1em;
}
.textpages table.price td {
  background: #e0f4fa;
  padding: 5px 10px;
}
.textpages table.price tr.nocolor td {
  background: #fff;
}
.textpages table.price td.nocolor {
  background: #fff;
}
.textpages table.price th {
  background: #ffff55;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.textpages table.work-time td {
  padding: 1px 5px;
}
