@font-face {
  font-family: 'Clear Sans';
  src: local('Clear Sans Thin'), local('ClearSans-Thin'), url('/css/fonts/clearsansthin.woff2') format('woff2'), url('/css/fonts/clearsansthin.woff') format('woff'), url('/css/fonts/clearsansthin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Clear Sans';
  src: local('Clear Sans Light'), local('ClearSans-Light'), url('/css/fonts/clearsanslight.woff2') format('woff2'), url('/css/fonts/clearsanslight.woff') format('woff'), url('/css/fonts/clearsanslight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Clear Sans';
  src: local('Clear Sans'), local('ClearSans'), url('/css/fonts/clearsans.woff2') format('woff2'), url('/css/fonts/clearsans.woff') format('woff'), url('/css/fonts/clearsans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Clear Sans';
  src: local('Clear Sans Italic'), local('ClearSans-Italic'), url('/css/fonts/clearsansitalic.woff2') format('woff2'), url('/css/fonts/clearsansitalic.woff') format('woff'), url('/css/fonts/clearsansitalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Clear Sans';
  src: local('Clear Sans Medium'), local('ClearSans-Medium'), url('/css/fonts/clearsansmedium.woff2') format('woff2'), url('/css/fonts/clearsansmedium.woff') format('woff'), url('/css/fonts/clearsansmedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Clear Sans';
  src: local('Clear Sans Medium Italic'), local('ClearSans-MediumItalic'), url('/css/fonts/clearsansmediumitalic.woff2') format('woff2'), url('/css/fonts/clearsansmediumitalic.woff') format('woff'), url('/css/fonts/clearsansmediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Clear Sans';
  src: local('Clear Sans Bold'), local('ClearSans-Bold'), url('/css/fonts/clearsansbold.woff2') format('woff2'), url('/css/fonts/clearsansbold.woff') format('woff'), url('/css/fonts/clearsansbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Clear Sans';
  src: local('Clear Sans Bold Italic'), local('ClearSans-BoldItalic'), url('/css/fonts/clearsansbolditalic.woff2') format('woff2'), url('/css/fonts/clearsansbolditalic.woff') format('woff'), url('/css/fonts/clearsansbolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "DOCKERONE";
  src: url("/css/fonts/dockerone.eot");
  src: url("/css/fonts/dockerone.eot?#iefix") format("embedded-opentype"), url("/css/fonts/dockerone.otf") format("opentype"), url("/css/fonts//dockerone.svg") format("svg"), url("/css/fonts/dockerone.woff") format("woff"), url("/css/fonts/dockerone.woff2") format("woff2"), url('/css/fonts/dockerone.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.menu-line {
  background: #3c7c9b;
}
@media (max-width: 768px) {
  .menu-line .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-site {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  min-height: 64px;
  background: #3c7c9b;
  font-family: Arial, serif;
}
@media (max-width: 768px) {
  .navbar-site {
    min-height: 55px;
    background: #3c7c9b;
  }
}
.navbar-site .navbar-brand {
  color: #fff;
}
.navbar-site .navbar-brand:hover {
  color: #002b3e;
  background-color: transparent;
}
.navbar-site .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-site .navbar-nav > li a {
  transition: 0.5s ease all;
  text-transform: uppercase;
  color: #fff;
  text-shadow: none;
  padding: 22px 30px;
  border-right: #5d93af 1px solid;
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-site .navbar-nav > li a {
    font-size: 12px;
    padding: 22px 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-site .navbar-nav > li a {
    font-size: 10px;
    padding: 22px 5px;
  }
}
.navbar-site .navbar-nav > li a:hover {
  color: #002b3e;
  background-color: #869caa;
}
.navbar-site .navbar-nav > li:last-child a {
  border-right: 0;
}
.navbar-site .navbar-nav > li.active > a,
.navbar-site .navbar-nav > li.active > a:hover {
  color: #002b3e;
  background: #869caa;
}
.navbar-site .navbar-nav > li.dropdown {
  background: transparent;
}
.navbar-site .navbar-nav > li.dropdown > a {
  background: transparent;
}
.navbar-site .navbar-nav > li.dropdown > a:hover {
  color: #002b3e;
  background: #869caa;
}
.navbar-site .navbar-nav > li.dropdown.active > a,
.navbar-site .navbar-nav > li.dropdown.active > a:hover {
  color: #002b3e;
  background: #869caa;
}
.navbar-site .navbar-nav > li.dropdown .dropdown-menu {
  background: #3c7c9b;
  border-radius: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .navbar-site .navbar-nav > li.dropdown .dropdown-menu {
    border: #5d93af 1px solid;
  }
}
@media (max-width: 768px) {
  .navbar-site .navbar-nav > li.dropdown .dropdown-menu {
    border-bottom: #5d93af 1px solid;
  }
}
@media (max-width: 768px) {
  .navbar-site .navbar-nav > li.dropdown .dropdown-menu {
    padding-left: 30px;
  }
}
.navbar-site .navbar-nav > li.dropdown .dropdown-menu li a {
  border-right: 0;
  padding: 10px 10px;
  font-weight: normal;
  font-size: 13px;
}
.navbar-site .navbar-nav > li.dropdown .dropdown-menu li a:hover {
  background: #869caa;
}
.navbar-site .navbar-nav > li.dropdown .dropdown-menu li.active a {
  background: #869caa;
}
.navbar-site .navbar-nav > li.dropdown .dropdown-menu hr {
  margin-top: 0;
  border-top: #5d93af 1px solid;
}
.navbar-site .navbar-nav > li.dropdown .dropdown-menu .menu-item {
  padding: 18px;
  color: #002b3e;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.navbar-site .navbar-nav > li.dropdown .dropdown-menu .menu-item ul.sub-block {
  padding: 20px 0 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .navbar-site .navbar-nav > li.dropdown .dropdown-menu .menu-item ul.sub-block {
    padding-left: 20px;
  }
}
.navbar-site .navbar-nav > li.dropdown .dropdown-menu .menu-item ul.sub-block li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-site .navbar-nav > li.dropdown .dropdown-menu .menu-item ul.sub-block li a {
  font-size: 14px;
  padding: 0;
  text-transform: none;
}
.navbar-site .navbar-nav > li.dropdown .dropdown-menu .menu-item ul.sub-block li a:hover {
  background: transparent;
}
.navbar-site .navbar-nav > li.dropdown .dropdown-menu .menu-item ul.sub-block li.active a {
  background: transparent;
  color: #002b3e;
}
.navbar-site .navbar-nav > li.dropdown .dropdown-menu a.item-link {
  border: 0;
  font-size: 14px;
  font-weight: bold;
  padding-left: 0;
  color: #002b3e;
}
.navbar-site .navbar-nav > li.dropdown .dropdown-menu a.item-link:hover {
  background: transparent;
}
@media (max-width: 768px) {
  .navbar-site .navbar-nav > li.dropdown div.dropdown-menu {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-site .navbar-nav > li.dropdown.full-width {
    position: static;
  }
  .navbar-site .navbar-nav > li.dropdown.full-width > .dropdown-menu {
    padding-bottom: 20px;
    max-width: none !important;
    left: 0 !important;
    right: 0 !important;
    position: absolute;
  }
  .navbar-site .navbar-nav > li.dropdown.full-width > .dropdown-menu > li > a {
    white-space: normal;
  }
  .navbar-site .navbar-nav > li.dropdown.fill-width {
    position: static;
  }
  .navbar-site .navbar-nav > li.dropdown > .dropdown-menu {
    left: auto;
    position: absolute;
  }
  .navbar-site .navbar-nav > li.dropdown > .dropdown-menu > li > a {
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .navbar-site .navbar-nav > li.dropdown.full-width > .dropdown-menu {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .navbar-site .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
}
.navbar-site .navbar-toggle {
  background-color: #000000;
}
.navbar-site .navbar-toggle:hover,
.navbar-site .navbar-toggle:focus {
  background-color: #000000;
}
.navbar-site .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
ul.content-submenu {
  padding: 10px 0 10px 30px;
}
ul.content-submenu li {
  list-style: none;
  padding-bottom: 10px;
}
ul.content-submenu li a {
  color: #686868;
  font-size: 16px;
  text-decoration: underline;
}
ul.content-submenu li a:hover {
  color: #09496e;
}
ul.content-submenu li.active a {
  color: #09496e;
  font-weight: bold;
}
.admin-menu-spacer {
  height: 50px;
}
.admin-buttons {
  text-align: right;
  margin-bottom: 20px;
}
.ui-dialog-content {
  overflow: hidden!important;
}
.icons {
  font-size: 16px;
}
.icons:hover {
  color: #999;
}
.icon-red {
  font-size: 16px;
  color: #cc0000;
}
.icon-red:hover {
  color: #999;
}
.icon-green {
  font-size: 16px;
  color: #00cc00;
}
.icon-green:hover {
  color: #999;
}
.role-assign-form fieldset {
  border: #ddd 1px solid;
  padding: 10px;
  margin: 15px 0;
}
.datepicker {
  width: 260px;
}
.as-block {
  display: block!important;
}
.content-block {
  display: inline-block;
}
.content-block-editable:hover {
  border: #990000 1px dashed;
  cursor: pointer;
}
#content-popup-form label {
  display: none;
}
.img-responsive {
  margin: 0 auto;
}
.help-block {
  font-size: 11px;
}
.ui-datepicker {
  z-index: 10!important;
}
.page-attachments .item {
  position: relative;
  margin-bottom: 30px;
}
.page-attachments .item a.btn {
  position: absolute;
  bottom: 10px;
  right: 25px;
}
.feed-attachments {
  margin-top: 30px;
}
.feed-attachments .item {
  position: relative;
  margin-bottom: 30px;
}
.feed-attachments .item a.btn {
  position: absolute;
  bottom: 10px;
  right: 25px;
}
#pagesTree .notactive span.fancytree-title {
  color: #cccccc !important;
}
.ui-fancytree,
span.fancytree-title {
  outline: 0!important;
}
table.fancytree-container,
ul.fancytree-container {
  border: none!important;
  position: inherit!important;
  outline: 0!important;
}
table.fancytree-container .fancytree-ico-ef,
ul.fancytree-container .fancytree-ico-ef,
table.fancytree-container .fancytree-ico-cf,
ul.fancytree-container .fancytree-ico-cf,
table.fancytree-container .fancytree-ico-c,
ul.fancytree-container .fancytree-ico-c {
  cursor: pointer;
}
.navbar .fa {
  width: 20px;
}
.system-params {
  margin-bottom: 20px;
}
.system-params .tab-pane {
  padding-top: 20px;
}
.system-params .smtp-fieldset {
  display: none;
}
#options-panel {
  margin-top: 15px;
}
.custom-slider-handle {
  width: 2em!important;
  height: 1.6em !important;
  top: 50% !important;
  margin-top: -0.8em;
  text-align: center;
  line-height: 1.6em;
}
#advanced-fieldset {
  display: none;
}
#actions-submenu h4 {
  text-align: center;
}
#actions-submenu a {
  white-space: nowrap;
}
.form-spinner {
  width: 100%;
}
.feed-items .item {
  margin-bottom: 30px;
}
.feed-sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.feed-sortable li {
  cursor: move;
  display: block;
  margin: 5px 0px;
  padding: 15px;
  font-size: 1.2em;
  line-height: 1.2em;
  transition: background 0.5s ease;
}
.feed-sortable li.ui-state-highlight {
  height: 50px;
}
.feed-sortable li:hover {
  background: #ddd;
}
.feedback-sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.feedback-sortable li {
  cursor: move;
  display: block;
  margin: 5px 0px;
  padding: 15px;
  font-size: 1.2em;
  line-height: 1.2em;
  transition: background 0.5s ease;
}
.feedback-sortable li.ui-state-highlight {
  height: 50px;
}
.feedback-sortable li:hover {
  background: #ddd;
}
.admin-slider-items .item {
  cursor: move;
  padding: 10px;
  border: #ddd 1px solid;
  margin-bottom: 10px;
}
.admin-slider-items .item.disabled {
  border: #cc0000 2px solid;
}
.admin-slider-items .item .title {
  margin-bottom: 15px;
}
.admin-slider-items .item .buttons {
  text-align: right;
}
.gallery .category {
  margin-bottom: 50px;
}
.gallery .category .title {
  background: #eee;
  padding: 10px;
}
.gallery .category .content {
  margin-top: 10px;
}
.gallery .category .picture-form {
  display: none;
  background: #eee;
  padding: 10px;
}
.gallery .pictures {
  margin-right: -8px;
}
.gallery .pictures .item {
  float: left;
  position: relative;
  margin-right: 8px;
  margin-bottom: 10px;
}
.gallery .pictures .item a.btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.feedback-form {
  width: 700px;
}
.admin-landing-blocks .item {
  cursor: move;
  padding: 10px;
  border: #ddd 1px solid;
  margin-bottom: 10px;
}
.admin-landing-blocks .item.disabled {
  border: #cc0000 2px solid;
}
.admin-landing-blocks .item .title {
  margin-bottom: 15px;
}
.admin-landing-blocks .item .buttons {
  text-align: right;
}
.landing-block-editable {
  display: block;
}
.landing-block-editable:hover {
  border: #990000 1px dashed;
  cursor: pointer;
}
#landing-popup-form label {
  display: none;
}
.slick-slide {
  outline: 0;
}
.pre-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('/img/pre-loader/loader-128x/Preloader_3.gif') center no-repeat #fff;
}
html,
body {
  height: 100%;
  font-family: 'Clear Sans', Arial, serif;
}
.alertify-log-success {
  background: #34730f;
}
a {
  color: #09496e;
}
a:hover {
  color: #09496e;
}
.row {
  margin: 0 !important;
}
.header {
  background: #002b3e;
  color: #cdcdcd;
}
.header .header-item div h2,
.header .header-item div a,
.header .header-item div a:hover,
.header .header-item div a:visited {
  color: #cdcdcd;
}
.header .header-item div ul {
  padding: 0;
}
.header .header-item div ul li {
  list-style: none;
  padding: 0.25em;
}
.header .header-item div ul li a {
  font-size: 1.2em;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .header .header-item {
    padding: 1.5em;
  }
  .header .header-item h2 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .header .header-item div {
    padding: 1em;
  }
  .header .header-item h2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .header .header-item div {
    padding: 0.5em;
  }
  .header .header-item h2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .header .header-item h2 {
    font-size: 20px;
  }
}
.header .logo {
  font-family: 'DOCKERONE';
}
.header .logo object {
  pointer-events: none;
}
.header .logo a {
  display: inline-block;
  padding: 0 4em;
  font-family: 'DOCKERONE';
}
@media (max-width: 1600px) {
  .header .logo a {
    padding: 0 2em;
  }
}
@media (max-width: 1366px) {
  .header .logo a {
    padding: 0 0 0 1em;
  }
}
@media (max-width: 1024px) {
  .header .logo a {
    padding: 2em 0 0 0.5em;
  }
}
@media (max-width: 991px) {
  .header .logo {
    padding: 0 0 0 0.5em;
  }
}
@media (max-width: 768px) {
  .header .logo a {
    padding: 0 10em;
  }
}
@media (max-width: 600px) {
  .header .logo a {
    padding: 0 6em;
  }
}
@media (max-width: 400px) {
  .header .logo a {
    padding: 0 3em;
  }
}
@media (max-width: 768px) {
  .header .header-item {
    background: #869caa;
  }
  .header .header-item div h2,
  .header .header-item div a,
  .header .header-item div a:hover,
  .header .header-item div a:visited {
    color: #002b3e;
  }
}
.slider-wrapper {
  background: #7f9aa6;
}
@media (max-width: 991px) {
  .slider-wrapper > .slider {
    padding: 0;
  }
}
.slider-wrapper .index-slider .item {
  position: relative;
}
.slider-wrapper .index-slider .item .caption {
  min-width: 600px;
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .slider-wrapper .index-slider .item .caption {
    min-width: 100px;
    width: 100%;
  }
}
.slider-wrapper .index-text {
  padding-bottom: 40px;
}
.slider-wrapper .index-text .about {
  color: #fff;
  font-size: 16px;
  border-right: 1px solid #cdcdcd;
}
.slider-wrapper .index-text .pre ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slider-wrapper .index-text .pre ul li {
  padding-bottom: 10px;
  font-size: 20px;
  color: #004267;
  text-transform: uppercase;
  line-height: 20px;
}
.slider-wrapper .index-text .pre ul li .pic {
  float: left;
  margin-right: 10px;
}
.slider-wrapper .index-text .pre ul li:after {
  content: '';
  clear: both;
}
.index-news {
  padding: 20px;
  background: #dee6e9;
}
.index-news .h2 {
  margin-bottom: 30px;
}
.index-news .h2::before {
  padding-right: 10px;
}
.index-news .item {
  margin-bottom: 40px;
}
.index-news .item .block {
  transition: 1s ease all;
}
.index-news .item .block:hover {
  background: #f4f4f4;
}
.index-news .item .pic {
  float: left;
  margin-right: 15px;
  width: 85px;
}
.index-news .item .date {
  font-size: 14px;
  color: #4ca6c9;
}
.index-news .item .title a {
  color: #002b3e;
}
@media (max-width: 991px) {
  .index-news .h2 {
    text-align: center;
    margin-top: 0;
  }
}
a.button {
  text-align: left;
  background: #002b3e;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  height: 42px;
  display: inline-block;
  padding: 6px 30px 9px 70px;
  position: relative;
  transition: 0.5s ease all;
}
a.button:hover {
  text-decoration: none;
  background: #869caa;
  color: #002b3e;
}
a.button:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background: #869caa;
  padding-top: 8px;
  padding-left: 15px;
  content: url('/img/button-arrow.png');
}
a.button-rew {
  background: #002b3e;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  height: 42px;
  display: inline-block;
  padding: 6px 30px 9px 70px;
  position: relative;
  transition: 0.5s ease all;
}
a.button-rew:hover {
  text-decoration: none;
  background: #869caa;
  color: #002b3e;
}
a.button-rew:before {
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background: #869caa;
  padding-top: 8px;
  padding-left: 15px;
  content: url('/img/button-arrow-rew.png');
}
h1,
h2,
h3,
h4,
h5,
h6,
.h2 {
  font-family: 'DOCKERONE';
  font-weight: 400 !important;
  color: #002b3e;
  text-transform: uppercase;
  text-align: left !important;
  margin: 8px;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h2 strong {
  font-weight: 400 !important;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 23px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
}
.wo-dot:before {
  content: url('/img/title-dot.png');
  padding-right: 10px;
}
.pagination li a {
  color: #002b3e;
}
.pagination li.active a {
  background: #002b3e;
}
.footer-wrapper {
  background: #002b3e;
}
.footer-wrapper h3 {
  color: #fff;
}
.footer-wrapper .footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-wrapper .footer .contacts {
  font-size: 16px;
  color: #fff;
}
.footer-wrapper .footer .contacts i.fa {
  color: #fff;
}
.footer-wrapper .footer .contacts a {
  color: #fff;
  font-weight: 400;
}
.footer-wrapper .footer .contacts a:hover {
  color: #fff;
}
.footer-wrapper .footer .social {
  font-size: 16px;
  color: #fff;
}
.footer-wrapper .footer .social .links {
  margin-top: 20px;
}
.footer-wrapper .footer .social .links a {
  display: inline-block;
  margin-right: 8px;
}
.footer-wrapper .footer hr {
  border-top: #8eb0c3 1px solid;
}
.footer-wrapper .footer .copyright {
  opacity: 0.5;
  color: #002b3e;
  font-size: 12px;
}
.footer-wrapper .footer .mediatip {
  opacity: 0.5;
}
.footer-wrapper .footer .mediatip .pic {
  float: right;
}
.footer-wrapper .footer .mediatip .pic img {
  width: 150px;
  height: 40px;
  display: block;
  -webkit-transition: all 1s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.8, 0.5, 1);
}
.footer-wrapper .footer .mediatip .pic img:hover {
  -webkit-transform: rotateY(360deg);
}
.footer-wrapper .footer .mediatip .links {
  float: right;
  margin-right: 15px;
  margin-top: 2px;
  margin-left: 0;
  text-align: right;
  line-height: 1;
}
.footer-wrapper .footer .mediatip .links A {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}
.footer-wrapper .footer .mediatip .links A:hover {
  text-decoration: underline;
}
.page-content {
  padding-top: 0;
  padding-bottom: 50px;
  min-height: 600px;
}
.breadcrumb {
  border-radius: 0;
  background: none;
  margin-bottom: 0;
}
.breadcrumb a {
  color: #0f618e;
}
.news-items .item {
  margin-bottom: 30px;
}
.news-items .item a img {
  margin: 10px;
}
.news-items .item .text a.title {
  color: #002b3e;
  font-size: 16px;
}
.news-items .item .text .date {
  color: #83a0ab;
  font-size: 13px;
}
.news-items .item .text .preview {
  margin-top: 10px;
  color: #8f8f8f;
}
.news-item .date {
  color: #83a0ab;
  font-size: 13px;
  margin-bottom: 30px;
}
.partners-items .item {
  margin-bottom: 30px;
}
.partners-items .item .text a.title {
  color: #002b3e;
  font-size: 16px;
}
.partners {
  padding: 50px 30px;
  background: url('/img/bg-partners.jpg');
}
.partners .partners-prew {
  position: absolute;
  float: left;
  top: 35px;
  left: -40px;
  cursor: pointer;
}
.partners .partners-next {
  position: absolute;
  float: right;
  top: 35px;
  right: -40px;
  cursor: pointer;
}
.subscribe-block {
  background: #dee6e9;
  padding: 15px 25px;
}
.subscribe-block .title {
  text-transform: uppercase;
  color: #002b3e;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.subscribe-block label {
  color: #686868;
  font-size: 16px;
  font-weight: normal;
}
.subscribe-block input[type="text"] {
  border: #83a0ab 1px solid;
  border-radius: 0;
}
.subscribe-block button[type="submit"] {
  background: #002b3e;
  width: 100%;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  height: 42px;
  padding-top: 6px;
  padding-bottom: 9px;
  text-align: center;
  font-size: 20px;
  transition: 0.5s ease all;
  border-radius: 0;
}
.subscribe-block button[type="submit"]:hover {
  text-decoration: none;
  background: #869caa;
  color: #002b3e;
}
.contact-form .form-control {
  border-radius: 0;
  border: #83a0ab 1px solid;
}
.contact-form button[type="submit"] {
  background: #002b3e;
  width: 100%;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  height: 42px;
  padding-top: 6px;
  padding-bottom: 9px;
  text-align: center;
  font-size: 20px;
  transition: 0.5s ease all;
  border-radius: 0;
}
.contact-form button[type="submit"]:hover {
  text-decoration: none;
  background: #869caa;
  color: #002b3e;
}
.articles {
  padding-top: 40px;
}
.articles .item {
  margin-bottom: 30px;
}
.articles .item .text a.title {
  color: #002b3e;
  font-size: 16px;
}
.articles .item .text .date {
  color: #83a0ab;
  font-size: 13px;
}
.articles .item .text .preview {
  margin-top: 10px;
  color: #8f8f8f;
}
.article .date {
  color: #83a0ab;
  font-size: 13px;
  margin-bottom: 30px;
}
.columns {
  padding-top: 20px;
}
.side-block {
  padding-top: 0;
}
.side-block h2 {
  margin-top: 0;
  padding-left: 15px;
}
.articles-block h1,
.news-item h1 {
  text-indent: 8px;
}
.articles-block h2,
.news-item h2 {
  text-indent: 16px;
}
.articles-block h3,
.news-item h3 {
  text-indent: 26px;
}
.articles-block h4,
.news-item h4 {
  text-indent: 36px;
}
.articles-block h5,
.news-item h5 {
  text-indent: 46px;
}
.articles-block h6,
.news-item h6 {
  text-indent: 52px;
}
.articles-block p,
.news-item p {
  text-indent: 26px;
}
.articles-block img,
.news-item img {
  margin: 18px !important;
}
@media (min-width: 768px) {
  .articles-block,
  .news-item {
    border-left: #83a0ab 1px solid;
  }
}
@media (max-width: 767px) {
  .articles-block h1,
  .news-item h1 {
    text-indent: 4px;
  }
  .articles-block h2,
  .news-item h2 {
    text-indent: 8px;
  }
  .articles-block h3,
  .news-item h3 {
    text-indent: 13px;
  }
  .articles-block h4,
  .news-item h4 {
    text-indent: 18px;
  }
  .articles-block h5,
  .news-item h5 {
    text-indent: 23px;
  }
  .articles-block h6,
  .news-item h6 {
    text-indent: 26px;
  }
  .articles-block p,
  .news-item p {
    text-indent: 8px;
  }
  .articles-block h1,
  .news-item h1 {
    font-size: 24px;
  }
  .articles-block h2,
  .news-item h2 {
    font-size: 20px;
  }
  .articles-block h3,
  .news-item h3 {
    font-size: 18px;
  }
  .articles-block h4,
  .news-item h4 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .articles-block img,
  .news-item img {
    margin: 10px auto !important;
    float: none !important;
  }
  .articles-block h1,
  .news-item h1 {
    font-size: 20px;
  }
  .articles-block h2,
  .news-item h2 {
    font-size: 15px;
  }
  .articles-block h3,
  .news-item h3 {
    font-size: 13px;
  }
  .articles-block h4,
  .news-item h4 {
    font-size: 13px;
  }
}
.consult-items .item {
  border: transparent 1px solid;
  border-bottom: #eee 1px solid;
  margin-bottom: 20px;
}
.consult-items .item .date {
  font-size: 12px;
  color: #aaa;
}
.consult-items .item .qstn a {
  color: #0f618e;
  padding: 10px;
  display: block;
  transition: all 0.3s ease;
}
.consult-items .item .qstn a:hover,
.consult-items .item .qstn a:active,
.consult-items .item .qstn a:visited,
.consult-items .item .qstn a:focus {
  text-decoration: none;
  color: #fff;
  background: #0f618e;
}
.consult-items .item.active {
  border: #eee 1px solid;
}
.consult-items .item.active .qstn a {
  color: #fff;
  background: #0f618e;
}
.consult-items .item .answer {
  display: none;
  padding: 10px;
}
.consult-items .item .answer .answer-label {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  padding-bottom: 5px;
}
.consult-items .item .actions {
  text-align: right;
}
.consult-link {
  text-align: right;
}
.question-form {
  width: 600px;
}
.question-form label {
  color: #686868;
  font-size: 16px;
  font-weight: normal;
}
.question-form input[type="text"],
.question-form textarea {
  border: #83a0ab 1px solid;
  border-radius: 0;
}
.question-form button[type="submit"] {
  background: #002b3e;
  width: 100%;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  height: 42px;
  padding-top: 6px;
  padding-bottom: 9px;
  text-align: center;
  font-size: 20px;
  transition: 0.5s ease all;
  border-radius: 0;
}
.question-form button[type="submit"]:hover {
  text-decoration: none;
  background: #869caa;
  color: #002b3e;
}
.question-form h3 {
  padding-bottom: 20px;
}
.consult-block {
  border: 1px solid transparent;
  padding: 20px;
  margin: 10px;
  background: #a9c5cf;
  color: #002b3e;
}
.consult-block a .wo-dot {
  color: #002b3e;
}
.consult-block h3 {
  margin-top: 0;
}
.consult-block h3:before {
  content: url('/img/title-dot.png');
  padding-right: 10px;
}
.consult-block p.list {
  display: block;
  padding: 8px;
  background: #fff;
}
.consult-block p.list a {
  font-size: 1.1em;
}
.slider-wrapper .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 991px) {
  .slider-wrapper .item {
    height: 600px;
  }
  .slider-wrapper .index-slider .item .caption {
    bottom: 0px;
    background: rgba(255, 255, 255, 0.9);
  }
  .slider-wrapper .item .caption h3 {
    margin: 0;
  }
  .slider-wrapper .item .caption p {
    margin: 0;
  }
  .slider-wrapper .item.slide1 {
    background-image: url(../img/slider/1200X600/alimenty.jpg);
  }
  .slider-wrapper .item.slide2 {
    background-image: url(../img/slider/1200X600/razvod.jpg);
  }
  .slider-wrapper .item.slide3 {
    background-image: url(../img/slider/1200X600/deti.jpg);
  }
  .slider-wrapper .item.slide4 {
    background-image: url(../img/slider/1200X600/imushectvo.jpg);
  }
  .slider-wrapper .item.slide5 {
    background-image: url(../img/slider/1200X600/kontora.jpg);
  }
}
@media (max-width: 990px) {
  .slider-wrapper .item {
    height: 800px;
  }
  .slider-wrapper .item.slide1 {
    background-image: url(../img/slider/800X800/alimenty.jpg);
  }
  .slider-wrapper .item.slide2 {
    background-image: url(../img/slider/800X800/razvod.jpg);
  }
  .slider-wrapper .item.slide3 {
    background-image: url(../img/slider/800X800/deti.jpg);
  }
  .slider-wrapper .item.slide4 {
    background-image: url(../img/slider/800X800/imushectvo.jpg);
  }
  .slider-wrapper .item.slide5 {
    background-image: url(../img/slider/800X800/kontora.jpg);
  }
}
@media (max-width: 756px) {
  .slider-wrapper .item {
    height: 300px;
  }
  .slider-wrapper .index-slider .item .caption {
    padding: 10px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.9);
  }
  .slider-wrapper .item .caption h3 {
    margin: 0;
    font-size: 1.2em;
  }
  .slider-wrapper .item .caption p {
    margin: 0;
    font-size: 1em;
  }
  .slider-wrapper .item.slide1 {
    background-image: url(../img/slider/740X300/alimenty.jpg);
  }
  .slider-wrapper .item.slide2 {
    background-image: url(../img/slider/740X300/razvod.jpg);
  }
  .slider-wrapper .item.slide3 {
    background-image: url(../img/slider/740X300/deti.jpg);
  }
  .slider-wrapper .item.slide4 {
    background-image: url(../img/slider/740X300/imushectvo.jpg);
  }
  .slider-wrapper .item.slide5 {
    background-image: url(../img/slider/740X300/kontora.jpg);
  }
}
@media (max-width: 400px) {
  .slider-wrapper .item {
    height: 400px;
  }
  .slider-wrapper .index-slider .item .caption {
    padding: 8px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.9);
  }
  .slider-wrapper .item .caption h3 {
    margin: 0;
    font-size: 1.1em;
  }
  .slider-wrapper .item .caption p {
    margin: 0;
    font-size: 0.9em;
  }
  .slider-wrapper .item.slide1 {
    background-image: url(../img/slider/360X400/alimenty.jpg);
  }
  .slider-wrapper .item.slide2 {
    background-image: url(../img/slider/360X400/razvod.jpg);
  }
  .slider-wrapper .item.slide3 {
    background-image: url(../img/slider/360X400/deti.jpg);
  }
  .slider-wrapper .item.slide4 {
    background-image: url(../img/slider/360X400/imushectvo.jpg);
  }
  .slider-wrapper .item.slide5 {
    background-image: url(../img/slider/360X400/kontora.jpg);
  }
}
.callorder-placeholder {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -99999px;
}
.callorder,
.btn-placeholder {
  border: 1px solid transparent;
  padding: 20px;
  margin: 10px;
  background: #a9c5cf;
  color: #002b3e;
}
.callorder h3,
.btn-placeholder h3 {
  margin-top: 0;
}
.callorder h3:before,
.btn-placeholder h3:before {
  content: url('/img/title-dot.png');
  padding-right: 10px;
}
.callorder .form-group label {
  display: block;
}
.callorder .rave {
  font-size: 1rem;
}
.callorder .form-replay {
  display: block;
  min-height: 70px;
  margin: 0;
}
.callorder .error {
  color: red;
}
.callorder .success {
  color: green;
}
.callorder input {
  width: 100%;
  border: 1px solid #002b3e;
  border-radius: 0;
  padding: 10px;
}
@media (max-width: 991px) {
  .callorder input {
    padding: 12px;
  }
}
.about h1,
.pre h1.wo-dot {
  font-size: 28px;
}
.consult-list .consult-button {
  margin-top: 40px;
  float: right;
}
@media (max-width: 480px) {
  .consult-button a.button {
    font-size: 16px;
  }
}
.review .item0,
.review .item1 {
  padding: 20px;
  margin: 5px 0;
}
.review .item0 .date,
.review .item1 .date {
  font-size: 0.8em;
  font-weight: 700;
}
.review .item0 {
  background: #dee6e9;
}
.review .item1 {
  background: #d8e5eb;
}
.review p {
  margin: 0;
}
.review .author {
  font-size: 1.2em;
  font-weight: 700;
}
.review .qstn {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 10px;
  font-size: 1.1em;
}
.review .answer {
  margin-left: 30px;
  padding: 10px 0;
}
.review .answer .answer-label {
  font-size: 1.2em;
  font-weight: 700;
}
.review .actions {
  margin: 10px;
  background: #cdcdcd;
  padding: 12px;
}
.navbar-nav li:last-child .dropdown-toggle {
  color: #f71111 !important;
  font-weight: 700;
}
.navbar-nav li:last-child .dropdown-toggle:hover,
.navbar-nav li:last-child .dropdown-toggle:visited,
.navbar-nav li:last-child .dropdown-toggle:active {
  color: #f71111 !important;
  font-weight: 700;
}
.search [class*="col-"] {
  padding: 0;
}
.search input {
  border: 1px solid #002b3e;
  border-radius: 0;
}
.search .button {
  margin-left: 10px;
  font-size: 18px;
  border: none;
  padding: 4px 16px;
  background: #002b3e;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */