@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
}

ul,
li {
  list-style: none;
}

a img {
  border: none;
}

a {
  color: #3e3e3e;
}

a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border: none;
}

html {
  height: 100%;
}

body {
  font-family: arial, Trebuchet MS, tahoma;
  font-size: 14px;
  line-height: 19px;
  color: #3e3e3e;
  background: #ffffff;
  min-height: 100%;
  position: relative;
}

h1 {
  font-size: 18px;
  color: #00478f;
  margin-bottom: 15px;
}

h2 {
  font-size: 18px;
  color: #00478f;
  margin-bottom: 15px;
}

.clearing {
  clear: both;
}

#wrapper {
  width: 1000px;
  margin: 0 auto;
}

.FF0000 {
  color: #ff0000;
}

.clear {
  clear: both !important;
}

/*HEADER*/
#header {
  height: 80px;
  top: 0;
  padding-bottom: 10px;
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 1000;
}

#logo {
  float: left;
  margin: 15px 29px 0 23px;
}

#menu {
  float: left;
  width: 747px;
}

#menu .contacts {
  margin-top: 18px;
  display: flex;
  justify-content: flex-end;
}
#menu .contacts > div {
  align-items: center;
  display: flex;
}
#menu .contacts .phone a {
  text-decoration: none;
  font-weight: bold;
  padding-left: 25px;
  margin-right: 30px;
  background: url(/img/phone.png) left center;
  background-repeat: no-repeat;
}
#menu .contacts .email a {
  text-decoration: none;
  font-weight: bold;
  padding-left: 25px;
  background: url(/img/mail.png) left center;
  background-repeat: no-repeat;
}
#menu .contacts .button a {
  margin-left: 25px;
  display: inline-block;
  padding: 3px 8px;
  color: #fff;
  background: #3e99d0;
  text-decoration: none;
  font-weight: bold;
}

#menu table {
  width: 100%;
  margin-top: 15px;
}

#menu td {
  padding: 0 10px;
  white-space: nowrap;
}

#menu td a {
  text-decoration: none;
}

#menu a.act {
  background: #3e99d0;
  padding: 5px 8px;
  color: #fff;
}

#menu TD.act a {
  background: #3e99d0;
  padding: 5px 8px;
  color: #fff;
}

/*CONTENT*/
#content {
  clear: both;
  margin-top: 90px;
}

#main {
  width: 1000px;
  height: 152px;
  background: url("/img/main-bg.jpg") no-repeat 0 0;
}

#lcol {
  float: left;
  width: 221px;
  margin: 0 36px 0 24px;
}

#rcol {
  float: left;
  width: 719px;
  margin-top: 32px;
}

#menu-2 {
  margin-top: -49px;
  width: 221px;
  background: #eaf5fb;
  margin-bottom: 23px;
}

#menu-2 ul {
  padding: 15px 15px 8px 15px;
}

#menu-2 ul li {
  display: block;
  margin-bottom: 19px;
  background: url("/img/bullet.gif") no-repeat left 6px;
  padding-left: 14px;
}

#menu-2 ul li a {
  font-weight: bold;
}

#menu-2 ul li.act {
  color: #00478f;
  font-style: italic;
  font-weight: bold;
}

#menu-2 ul li.act a {
  color: #00478f;
  text-decoration: none;
}

#menu-2 .head {
  height: 40px;
  background: url("/img/menu_head.jpg") repeat-x;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
}

#menu-2 .head p {
  padding: 10px 0 0 15px;
}

#actions {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  margin: 30px 0 40px;
}
#actions a {
  width: 33.3%;
  padding: 10px;
  /* border: 1px solid #ccc; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  margin: 0 5px;
  background: #eaf5fb;
}
#actions a span {
  width: 50%;
}
#actions a img {
  width: 32px;
  padding-right: 10px;
}

#service {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 40px;
}
#service dl {
  position: relative;
  max-width: 50%;
  flex-grow: 1;
  margin-bottom: 30px;
  box-sizing: border-box;
}
#service dl:last-child {
  margin-bottom: 0;
}
#service dl:nth-child(even) {
  padding-left: 10px;
}
#service dl:nth-child(odd) {
  padding-right: 10px;
}
#service dl dt {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}
#service dl dt a {
  text-decoration: none;
}
#service dl dd {
  color: #3e3e3e;
  font-size: 12px;
  line-height: 1.2em;
  margin-left: 5px;
  padding-left: 10px;
  border-left: 2px solid #ccc;
}

#advantage {
  margin: 30px 0 40px;
  text-align: center;
}
#advantage ul {
  display: flex;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}
#advantage ul li {
  margin: 0;
  list-style: none;
  padding: 0;
  background: none;
  width: 33.3%;
  box-sizing: border-box;
}
#advantage img {
  display: inline-block;
  padding: 20px;
  /* border-radius: 50%; */
  background: #eaf5fb;
  color: #00478f;
  margin: 0 auto;
  width: 48px;
  margin-bottom: 10px;
}
#advantage span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
#advantage p {
  font-size: 12px;
  line-height: 1.2em;
  max-width: 60%;
  margin: 0 auto;
}

.section {
  min-height: 550px;
}

.section a {
  color: #009ee0;
}

.section p {
  margin-bottom: 18px;
}

.section p.caption {
  color: #3e3e3e;
  background: url("/img/bullet-1.gif") no-repeat left 6px;
  padding-left: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* .section img {
  padding: 1px;
  border: 1px solid #00478f; } */

.section IMG.img_left {
  float: left;
  margin: 0 10px 15px 0;
  margin-bottom: 10px;
}

.section IMG.img_right {
  float: right;
  margin: 0 0 15px 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.section IMG.img_center {
  display: block;
  margin: 0px auto;
}

.section li {
  background: url("/img/bullet-1.gif") no-repeat 0px 5px;
  padding-left: 16px;
  margin-bottom: 6px;
}

#news {
  font-size: 13px;
  color: #3d3d3d;
}

#news .head-vkl {
  width: 219px;
  height: 27px;
  background: url("/img/vkl-bg.jpg") no-repeat 0 0;
  margin-bottom: 10px;
}

#news .head-vkl p {
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
  padding: 3px 0 0 12px;
}

#news li.razdel {
  height: 5px;
  background: url("/img/razd.gif") repeat-x;
  margin: 14px 0 18px 0;
}

#news div {
  clear: both;
}

#news .n_date {
  font-weight: bold;
  color: #818181;
  float: right;
}

#news .more a {
  color: #009ee0;
  background: url("/img/more.gif") no-repeat right 5px;
  padding-right: 10px;
}

#news p.all-news a {
  font-size: 14px;
  color: #00478f;
  font-weight: bold;
  margin-top: 6px;
  float: right;
  background: url("/img/all.gif") no-repeat right 8px;
  padding-right: 17px;
}

/* для осн. новостей */
DIV.news09 {
  clear: left;
  margin-top: 14px;
  font-size: 13px;
}

DIV.news09 H3 {
  font-size: 16px;
  color: #00478f;
  font-weight: bold;
  margin: 4px 0px;
}

DIV.news09 P {
  margin-bottom: 4px;
  font-size: 14px;
}

DIV.news09 H3 A {
  color: #00478f;
  text-decoration: none;
}

DIV.news09 H3 A:hover {
  color: #00478f;
  text-decoration: underline;
}

DIV.news09 A {
  color: #009ee0;
  text-decoration: underline;
}

/* для обычных галерей */
TABLE.gal_table {
  width: auto;
  height: auto;
  border: 0px none;
  margin-bottom: 20px;
}

TABLE.gal_table TD {
  text-align: center;
  vertical-align: middle;
  padding: 16px 0px 3px 0px;
  font-size: 12px;
  /*border: 1px solid green;*/
}

TABLE.gal_table TD.label {
  text-align: center;
  vertical-align: top;
  padding: 0px 10px 5px 10px;
}

TABLE.gal_table TD.label A {
  /*font-family : Tahoma, Arial, sans-serif;*/
  font-size: 12px;
  color: #000;
}

TABLE.gal_table TD IMG {
  margin: 5px;
  border: 1px solid #f7d6af;
  border-radius: 4px;
}

H2.gal_title {
  /*font-family : Tahoma, Arial, sans-serif;*/
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  text-align: center;
}

H3.gal_title {
  /*font-family : Tahoma, Arial, sans-serif;*/
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  text-align: center;
}

P.gal_return {
  margin: 10px 0px 20px 80px;
  padding-bottom: 20px;
}

P.gal_return A {
  font-family: Tahoma, Arial, sans-serif;
  color: #000;
}

DIV.lk-enter {
  margin: 20px 0px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
DIV.lk-enter A {
  color: darkred;
  padding: 8px;
  border: 1px solid blue;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
DIV.lk-enter A:hover {
  text-decoration: underline;
}

/*FOOTER*/
#footer {
  width: 974px;
  height: 75px;
  background: url("/img/footer-bg.jpg") no-repeat 0 0;
  margin: 0px 0 0 26px;
  clear: both;
  font-size: 13px;
  color: #3d3d3d;
}

#f-block-1 {
  float: left;
  width: 218px;
}

#f-block-2 {
  float: left;
  width: 270px;
}

#f-block-3 {
  float: left;
  width: 370px;
}

#logo_footer {
  float: left;
  margin: 16px 0 0 14px;
}

#c {
  padding: 10px 0 0 15px;
}

#phone {
  padding: 10px 0 0 18px;
}

#counter {
  float: right;
  margin: 17px 13px 0 0;
}

#feedback {
  display: flex;
  background: #eaf5fb;
  align-items: center;
  justify-content: space-around;
  width: 950px;
  margin: 30px 0 0 26px;
  clear: both;
  border: 2px solid #ccc;
  border-bottom: 0;
  padding: 30px 10px;
}
#feedback p {
  font-size: 16px;
}
#feedback .icon {
  font-size: 52px;
  font-weight: bold;
  color: #3e99d0;
  padding: 0px 20px;
  text-shadow: #ccc 2px 2px 0px;
}
#feedback .button {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  background: #3e99d0;
  font-weight: bold;
  font-size: 16px;
}

.splide {
  margin-top: 40px;
}
.splide li {
  list-style: none !important;
  background: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.splide li a > img {
  max-width: 120px;
  border: 1px solid #00478f;
}
.splide li p {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
}
