@charset "UTF-8";
/*========================================================
Includes
========================================================*/
@import url(normalize.css);
@import url(material-icons.css);
@import url(font-awesome.css);
@import url(superfish.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*
* @subsection   RD Navbar
*
* @description  Describes style declarations for RD Navbar extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      2.1.6
*/
.rd-navbar-wrap, .rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu, .rd-navbar-fixed .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-collapse, .rd-navbar-fixed .rd-navbar-collapse:before {
  transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.rd-navbar, .rd-navbar.rd-navbar--is-clone {
  display: none; }

.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
  display: block; }

.rd-navbar--no-transition, .rd-navbar--no-transition * {
  transition: none !important; }

.rd-navbar-outer {
  color: #000;
  background: #00cbfe url(../images/bg-menu.png) repeat-x left top; 
  position: relative;
}
.rd-navbar-static {
  background: #fff;
  padding-top: 28px; }
  .rd-navbar-static .rd-navbar-nav-wrap,
  .rd-navbar-static .rd-navbar-search-wrap {
    display: table-cell;
    vertical-align: middle; }
  .rd-navbar-static .rd-navbar-nav-wrap {
    width: 100%; }

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar toggles
*/
/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar navigation
*/
.rd-navbar-nav, .rd-navbar-toggle {
  display: none; }

.rd-navbar-static .rd-navbar-subpanel {
  display: table; }
.rd-navbar-static .rd-navbar-outer .rd-navbar-inner {
  position: relative; }
.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu {
  position: absolute;
  padding: 8px 0;
  color: #000;
  background: #093663;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px); }
  .rd-navbar-static .rd-navbar-dropdown li > a,
  .rd-navbar-static .rd-navbar-megamenu li > a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 6px 16px;
    color: #FFFFFF; }
  .rd-navbar-static .rd-navbar-dropdown li.focus > a, .rd-navbar-static .rd-navbar-dropdown li.opened > a, .rd-navbar-static .rd-navbar-dropdown a:hover,
  .rd-navbar-static .rd-navbar-megamenu li.focus > a,
  .rd-navbar-static .rd-navbar-megamenu li.opened > a,
  .rd-navbar-static .rd-navbar-megamenu a:hover {
    color: #fff;
    background: #0099ff;
    text-decoration: none; }
.rd-navbar-static .rd-navbar-dropdown {
  width: 270px; }
.rd-navbar-static .rd-navbar-megamenu {
  margin-top: 10px;
  left: 0;
  right: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 16px 8px; }
  .rd-navbar-static .rd-navbar-megamenu > li {
    display: table-cell; }
.rd-navbar-static .rd-navbar-nav {
  display: block;
  text-align: left; }
  .rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown {
    position: relative; }
  .rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-megamenu,
  .rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-dropdown,
  .rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-megamenu {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .rd-navbar-static .rd-navbar-nav > li {
    display: inline-block;
    border-right: 1px solid #3a9efd;
    border-left: 1px solid #3ae9fa;
    float: left; }
    .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-megamenu {
      top: 100%;
      z-index: 1; }
    .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown {
      left: 100%;
      top: -8px;
      z-index: 2; }
    .rd-navbar-static .rd-navbar-nav > li > a {
      display: block;
      font-size: 14px;
      line-height: 1.2;
      padding: 12px 24px;
      font-weight: 700;
      color: #FFFFFF;
      text-decoration: none; }
    .rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-static .rd-navbar-nav > li.opened > a, .rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-static .rd-navbar-nav > li > a:hover {
      color: #fff;
      background-color: #0093f3; }

.rd-navbar-fixed .rd-navbar-toggle {
  display: block;
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  color: #333; }
  .rd-navbar-fixed .rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-fixed .rd-navbar-toggle span:after {
      -moz-transform-origin: 1.7142857143px center;
      -ms-transform-origin: 1.7142857143px center;
      -o-transform-origin: 1.7142857143px center;
      -webkit-transform-origin: 1.7142857143px center;
      transform-origin: 1.7142857143px center;
      -moz-transform-origin: 1.7142857143px center;
      -ms-transform-origin: 1.7142857143px center;
      -o-transform-origin: 1.7142857143px center;
      -webkit-transform-origin: 1.7142857143px center;
      transform-origin: 1.7142857143px center;
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      transition: .3s all ease; }
    .rd-navbar-fixed .rd-navbar-toggle span:after {
      top: 8px; }
    .rd-navbar-fixed .rd-navbar-toggle span:after, .rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-fixed .rd-navbar-toggle span {
      width: 24px;
      height: 4px;
      background-color: #333;
      backface-visibility: hidden;
      border-radius: 0; }
  .rd-navbar-fixed .rd-navbar-toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-navbar-fixed .rd-navbar-toggle.active span:before, .rd-navbar-fixed .rd-navbar-toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-navbar-fixed .rd-navbar-toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-navbar-fixed .rd-navbar-toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }
.rd-navbar-fixed .rd-navbar-nav-wrap {
  position: fixed;
  top: -56px;
  left: 0;
  width: 232px;
  padding: 112px 0 56px;
  bottom: -56px;
  color: #000;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  z-index: 15;
  -moz-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  -o-transform: translateX(-105%);
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%); }
  .rd-navbar-fixed .rd-navbar-nav-wrap.active {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
.rd-navbar-fixed .rd-navbar-nav {
  display: block;
  height: 100%;
  overflow: auto;
  font-size: 16px;
  line-height: 26px;
  text-align: left; }
  .rd-navbar-fixed .rd-navbar-nav:before, .rd-navbar-fixed .rd-navbar-nav:after {
    content: '';
    display: block;
    height: 8px; }
  .rd-navbar-fixed .rd-navbar-nav li > a {
    display: block;
    padding: 11px 56px 11px 16px;
    color: #333; }
  .rd-navbar-fixed .rd-navbar-nav li.opened > a, .rd-navbar-fixed .rd-navbar-nav li a:hover {
    background: #f2f2f2; }
  .rd-navbar-fixed .rd-navbar-nav li.active .rd-navbar-submenu-toggle {
    color: #fff; }
  .rd-navbar-fixed .rd-navbar-nav li.active > a {
    color: #fff;
    background: #0066cc; }
.rd-navbar-fixed .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-megamenu {
  display: none; }
.rd-navbar-fixed .rd-navbar-submenu {
  position: relative; }
  .rd-navbar-fixed .rd-navbar-submenu li > a {
    padding-left: 32px; }
  .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,
  .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
    padding-left: 48px; }
  .rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
  .rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
    display: block; }
.rd-navbar-fixed .rd-navbar-submenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font: 400 24px/24px 'Material Icons';
  width: 50px;
  height: 48px;
  text-align: center;
  color: #000;
  cursor: pointer; }
  .rd-navbar-fixed .rd-navbar-submenu-toggle:hover {
    color: #333; }
  .rd-navbar-fixed .rd-navbar-submenu-toggle:before {
    content: '\e5cf';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translate(0, -50%); }

/*
* @subsection   RD Navbar Brand
*
* @description  Describes style declarations for RD Navbar brand
*/
.rd-navbar-brand {
  display: none;
  color: #333; }

.rd-navbar-static .rd-navbar-brand {
  display: inline-block;
  float: left; }
  .rd-navbar-static .rd-navbar-brand > * {
    display: inline-block;
    vertical-align: middle; }
  .rd-navbar-static .rd-navbar-brand > img {
    margin-right: 10px; }
  .rd-navbar-static .rd-navbar-brand > a {
    font-size: 36px;
    line-height: 48px; }
    .rd-navbar-static .rd-navbar-brand > a span {
      display: none; }

.rd-navbar-fixed .rd-navbar-brand {
  display: block;
  text-align: left;
  position: fixed;
  top: 4px;
  left: 56px;
  right: 112px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  line-height: 46px;
  height: 48px;
  z-index: 17; }
  .rd-navbar-fixed .rd-navbar-brand img {
    max-height: 34px;
    margin-top: 7px; }
  .rd-navbar-fixed .rd-navbar-brand a {
    display: inline-block; }
    @media (max-width: 450px) {
      .rd-navbar-fixed .rd-navbar-brand a {
        max-width: 138px;
        margin-top: 10px; } }

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar panel
*/
.rd-navbar-static .rd-navbar-panel {
  padding: 0 0 25px;
  background-repeat: no-repeat;
  background-position: right bottom; }
  .rd-navbar-static .rd-navbar-panel:before, .rd-navbar-static .rd-navbar-panel:after {
    display: table;
    content: "";
    line-height: 0; }
  .rd-navbar-static .rd-navbar-panel:after {
    clear: both; }

.rd-navbar-fixed .rd-navbar-panel-canvas {
  position: fixed;
  height: 56px;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  z-index: 16; }
.rd-navbar-fixed .rd-navbar-toggle {
  position: fixed;
  z-index: 17;
  top: 4px;
  left: 4px; }

/*
* @subsection   RD Navbar Collapse
*
* @description  Describes style declarations for RD Navbar collapse
*/
.rd-navbar-collapse,
.rd-navbar-collapse-toggle {
  display: none; }

.rd-navbar-static .rd-navbar-inner {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }
.rd-navbar-static .rd-navbar-collapse {
  display: block;
  float: right;
  margin-top: 8px; }
  .rd-navbar-static .rd-navbar-collapse li {
    display: inline-block; }
    .rd-navbar-static .rd-navbar-collapse li:after {
      content: '|';
      padding-top: 8px;
      color: #cccccc;
      vertical-align: middle;
      display: inline-block; }
    .rd-navbar-static .rd-navbar-collapse li a {
      display: inline-block;
      font-size: 12px;
      color: #0066cc;
      border: 1px solid transparent;
      line-height: 20px;
      padding: 3px 5px;
      border-radius: 3px; }
      .rd-navbar-static .rd-navbar-collapse li a:hover {
        text-decoration: underline; }
    .rd-navbar-static .rd-navbar-collapse li.active a {
      color: #666666;
      border: 1px solid #e5e5e5;
      text-decoration: none !important; }
    .rd-navbar-static .rd-navbar-collapse li.active:after {
      content: ''; }
    .rd-navbar-static .rd-navbar-collapse li:last-child:after {
      content: ''; }

.rd-navbar-fixed .rd-navbar-collapse {
  display: block;
  text-align: left;
  position: fixed;
  top: 4px;
  right: 4px;
  color: #333;
  padding: 48px 0 8px;
  font-size: 16px;
  line-height: 26px;
  z-index: 19;
  width: 180px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  visibility: hidden;
  overflow: hidden;
  transition: .3s box-shadow ease .2s; }
  .rd-navbar-fixed .rd-navbar-collapse:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #f7f7f7;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .rd-navbar-fixed .rd-navbar-collapse li {
    position: relative;
    opacity: 0;
    transition: .3s all ease 0s; }
  .rd-navbar-fixed .rd-navbar-collapse > li > a {
    display: block;
    padding: 11px 16px; }
    .rd-navbar-fixed .rd-navbar-collapse > li > a:hover {
      background: #f2f2f2; }
  .rd-navbar-fixed .rd-navbar-collapse.active {
    visibility: visible;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25); }
    .rd-navbar-fixed .rd-navbar-collapse.active li {
      transition: .3s all ease .2s;
      opacity: 1; }
    .rd-navbar-fixed .rd-navbar-collapse.active:before {
      background: #fff;
      -moz-transform: scale(16);
      -ms-transform: scale(16);
      -o-transform: scale(16);
      -webkit-transform: scale(16);
      transform: scale(16); }
.rd-navbar-fixed .rd-navbar-collapse-toggle {
  display: block;
  position: fixed;
  top: 4px;
  right: 4px;
  font-family: 'Material Icons';
  width: 48px;
  height: 48px;
  z-index: 20; }
  .rd-navbar-fixed .rd-navbar-collapse-toggle span {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: #333; }
    .rd-navbar-fixed .rd-navbar-collapse-toggle span, .rd-navbar-fixed .rd-navbar-collapse-toggle span:before, .rd-navbar-fixed .rd-navbar-collapse-toggle span:after {
      transition: .3s all ease; }
    .rd-navbar-fixed .rd-navbar-collapse-toggle span:before, .rd-navbar-fixed .rd-navbar-collapse-toggle span:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .rd-navbar-fixed .rd-navbar-collapse-toggle span:before {
      content: "";
      -moz-transform: rotate(0deg) scale(1);
      -ms-transform: rotate(0deg) scale(1);
      -o-transform: rotate(0deg) scale(1);
      -webkit-transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1);
      opacity: 1;
      visibility: visible; }
    .rd-navbar-fixed .rd-navbar-collapse-toggle span:after {
      content: "";
      -moz-transform: rotate(-90deg) scale(0);
      -ms-transform: rotate(-90deg) scale(0);
      -o-transform: rotate(-90deg) scale(0);
      -webkit-transform: rotate(-90deg) scale(0);
      transform: rotate(-90deg) scale(0);
      opacity: 0;
      visibility: hidden; }
  .rd-navbar-fixed .rd-navbar-collapse-toggle.active span:before {
    opacity: 0;
    visibility: hidden;
    -moz-transform: rotate(90deg) scale(0);
    -ms-transform: rotate(90deg) scale(0);
    -o-transform: rotate(90deg) scale(0);
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0); }
  .rd-navbar-fixed .rd-navbar-collapse-toggle.active span:after {
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible; }

/*========================================================
                      Main Styles
=========================================================*/
body {
  font: 400 13px/1.2 "Arial", sans-serif;
  color: #333333;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-weight: 400; }

strong {
  font-weight: bold; }

*, *::before, *::after {
  box-sizing: border-box; }

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

a {
  font: inherit;
  text-decoration: none;
  color: #0066cc;
  transition: .3s ease; }
  a:hover, a:active {
    text-decoration: underline; }

a:focus {
  outline: none; }

a:active {
  background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

p {
  margin-bottom: 20px; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0 20px; }

.page {
  overflow: hidden;
  min-height: 500px;
  max-width: 1300px;
  margin: 0 auto;
  background-color: #fff; }

.lt-ie9 .page {
  min-width: 1200px; }

.title-1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #0066cc;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility; }
  .title-1 span {
    color: #666666; }

.center {
  text-align: center; }

select,
textarea,
input {
  padding: 5px;
  font-family: 'Arial', sans-serif; }

/*========================================================
Main Layout
========================================================*/
h1, h2, h3, h4, h5, h6 {
  color: #333; }

h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #0066cc;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility; }

h2 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #333;
  font-family: "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.35;
  margin-top: 15px;
  text-rendering: optimizeLegibility; }

h3 {
  margin: 0;
  margin-bottom: 5px;
  color: #0066cc;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.35;
  text-rendering: optimizeLegibility; }

h4 {
  margin: 0;
  margin-bottom: 20px;
  color: #333;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
  text-rendering: optimizeLegibility; }

h5 {
  margin: 0;
  margin-bottom: 20px;
  color: #333;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
  text-rendering: optimizeLegibility; }

h6 {
  font-size: 10.2px; }

div, span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*========================================================
Header Section
========================================================*/
body {
  background-color: #72e3ff; }

.breadcrumbs {
  margin-bottom: 15px;
  text-align: left; }

.l-img {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 50%; }

.list,
.content-text ul,
.list-1 {
  margin-bottom: 10px; }
  .list li,
  .content-text ul li,
  .list-1 li {
    background: url(../images/item.png) no-repeat left 3px;
    padding-left: 17px; }
    .list li a,
    .content-text ul li a,
    .list-1 li a {
      color: #0066cc; }
      .list li a:hover,
      .content-text ul li a:hover,
      .list-1 li a:hover {
        text-decoration: underline; }

.list-2 {
  margin-bottom: 25px; }
  .list-2 li {
    margin-bottom: 15px; }

.content-page {
  padding-top: 25px;
  padding-bottom: 25px; }
  @media (max-width: 991px) {
    .content-page {
      padding-right: 15px;
      padding-left: 15px; } }

.title {
  margin: 0;
  margin-bottom: 0.7em;
  color: #0066cc;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  border-bottom: 1px solid #63e0ff;
  padding-bottom: 20px;
  margin-bottom: 25px; }
  .title span {
    color: #666666; }

.title-1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #0066cc;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  font-size: 13px;
  border-bottom: 1px solid #63e0ff;
  padding-bottom: 20px;
  margin-bottom: 25px; }
  .title-1 span {
    color: #666666; }

.name {
  font-weight: 700; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0; }
.clearfix:after {
  clear: both; }

.link {
  display: block;
  color: #0066cc;
  text-decoration: underline;
  margin-bottom: 26px; }
  .link:hover {
    text-decoration: none; }

.btn {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  padding: 8px 10px;
  background-color: #00bbf0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  border: 1px solid;
  border-color: #3dace0 #137cad #015f8b #30a7de;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer; }
  .btn:hover {
    text-decoration: none;
    color: #FFFFFF;
    border-color: #015f8b #30a7de #3dace0 #137cad;
    background-color: #00c2f6; }

.ask {
  color: #0066cc; }

footer {
  background-color: #f0f0f0;
  padding-top: 20px; }
  @media (max-width: 991px) {
    footer {
      padding-right: 15px;
      padding-left: 15px; } }

.footer {
  border-bottom: 1px solid #cccccc; }
  .footer > .container {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1200px) {
      .footer > .container {
        flex-wrap: wrap; } }

.h4 {
  font-size: 11px;
  font-weight: 700;
  color: #666666;
  margin-bottom: 15px; }

.footer-box {
  padding: 0 5px; }
  .footer-box ul {
    margin-bottom: 20px; }
    .footer-box ul li a {
      color: #0066cc; }
      .footer-box ul li a:hover {
        text-decoration: underline; }

@media (max-width: 991px) {
  main {
    padding-top: 65px; } }

.footer-panel {
  padding: 5px 0;
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .footer-panel {
      flex-wrap: wrap; } }
  .footer-panel > div {
    padding-right: 50px;
    margin: 15px 0; }
    @media (max-width: 991px) {
      .footer-panel > div {
        padding-right: 0; } }
  .footer-panel a {
    color: #0066cc; }
    .footer-panel a:hover {
      text-decoration: underline; }
  .footer-panel .copyright {
    font-size: 11px;
    margin-right: 20px; }
  .footer-panel .footer-block-info {
    display: flex; }
  .footer-panel .contacts .heading {
    font-size: 18px;
    margin-bottom: 15px; }
  .footer-panel .contacts .phone {
    color: #0066cc;
    padding-left: 29px;
    margin-top: 15px;
    background: url(../images/phone.png) no-repeat left; }
    .footer-panel .contacts .phone > div {
      font-size: 18px;
      white-space: nowrap; }
    .footer-panel .contacts .phone + span {
      font-size: 14px; }
  .footer-panel .info {
    font-size: 11px;
    max-width: 400px;
    padding-right: 65px;
    position: relative; }
    .footer-panel .info a.ytlink {
      position: absolute;
      right: 0;
      top: 0; }
    .footer-panel .info p {
      margin-bottom: 10px; }

.sidebarmenu {
  background-color: #ddf8ff;
  margin-bottom: 25px; }
  .sidebarmenu li a {
    display: block;
    padding: 10px 12px;
    line-height: 18px;
    border-bottom: 1px solid #a9e0ee;
    transition: 0.3s ease; }
    .sidebarmenu li a.active, .sidebarmenu li span.active {
      background-color: #fff;
      box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.1); }
    .sidebarmenu li a:hover {
      text-decoration: underline; }

.h1 {
  font-size: 30px;
  color: #333333;
  padding-bottom: 10px;
  margin-bottom: 23px;
  border-bottom: 1px solid #d2d2d2; }

.reserved {
  border: 1px solid #bae1eb;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px; }
  .reserved > div {
    display: flex;
    padding-left: 12px;
    font-size: 14px;
    line-height: 20px;
    flex-wrap: wrap; }
    .reserved > div strong {
      padding-right: 10px; }
    .reserved > div div {
      font-size: 18px;
      color: #0066cc; }
    .reserved > div a {
      color: #333;
      margin-left: 10px; }
      .reserved > div a:hover {
        color: #0066cc; }

.box-articles {
  border: 1px solid #e6e6e6;
  margin-bottom: 25px; }
  .box-articles .heading {
    border-bottom: 1px solid #e6e6e6;
    color: #0066cc;
    font-size: 18px;
    padding: 5px 10px;
    line-height: 24px; }
  .box-articles ul {
    padding: 10px; }
    .box-articles ul li {
      margin-bottom: 10px; }
      .box-articles ul li a {
        color: #0066cc; }
        .box-articles ul li a:hover {
          text-decoration: underline; }
  .box-articles ul.sidebarmenu {
    padding: 0;
    margin-bottom: 0;
  }
.box-articles ul.sidebarmenu li:last-child {
  margin-bottom: 0;
}

.box-news {
  margin-bottom: 10px;
  clear: both; }
  .box-news:before, .box-news:after {
    display: table;
    content: "";
    line-height: 0; }
  .box-news:after {
    clear: both; }
  .box-news img {
    max-width: 200px;
    float: left;
    margin-right: 15px;
  }
  .box-news .name {
    font-size: 18px;
    color: #0066cc;
    margin-bottom: 10px;
    display: inline-block; }
    .box-news .name:hover {
      text-decoration: underline; }

.pag {
  margin-bottom: 20px; }
  .pag li {
    width: 33px;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    display: inline-block; }
    .pag li.active {
      border: 1px solid #bce2ec; }
    .pag li a {
      color: #0066cc; }
      .pag li a:hover {
        text-decoration: underline; }

.brand_name2 {
  max-width: 350px; }
  .brand_name2 img {
    max-width: 350px; }
  @media (max-width: 991px) {
    .brand_name2 {
      display: none; } }

.brand_lang {
  float: right; }
  @media (max-width: 991px) {
    .brand_lang {
      position: fixed;
      top: 15px;
      right: 45px;
      z-index: 19; } }
  .brand_lang ul {
    display: flex; }
    .brand_lang ul li a {
      display: inline-block;
      padding: 5px;
      margin-left: 5px; }
      .brand_lang ul li a:hover img {
        opacity: .8; }
      .brand_lang ul li a.active {
        border: 1px solid #E5E5E5; }
      .brand_lang ul li a img {
        vertical-align: top;
        transition: 0.3s ease; }

.gallery-list div a.name-album {
  margin: 10px 0;
  font-size: 16px; }
  .gallery-list div a.name-album:hover {
    color: #333;
    text-decoration: none; }
.gallery-list div a {
  display: block; }
  .gallery-list div a img {
    width: 100%;
    max-width: 100%; }

.gallery-details a {
  margin-bottom: 20px; }
  .gallery-details a img {
    width: 100%; }

@media (max-width: 767px) {
  .content-page > .container > .row > .col-sm-3 {
    order: 2; } }
@media (max-width: 768px) {
  .content-page > .container > .row > .col-sm-3.main-col {
    order: 0; } }
@media (max-width: 767px) {
  .content-page > .container > .row > .col-sm-9 {
    margin-bottom: 20px; } }

@media (max-width: 768px) {
  .slider-pro {
    display: none; } }

.form-block .form-name {
  font-weight: 700;
  font-size: 14px;
  margin: 20px 0; }

.hidden {
  visibility: hidden;
  display: none !important; }

.form-group {
  margin-bottom: 10px;
  align-items: center; }
  .form-group .label {
    padding: 5px 0; }
  .form-group select,
  .form-group textarea,
  .form-group input {
    width: 100%;
    font-size: 13px;
    max-width: 100%; }

#calBorder {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  padding-top: 5px !important; }
  @media (max-width: 767px) {
    #calBorder {
      margin-left: -62%; } }

.record2, .record2_ua {
  display: block;
  width: 164px;
  height: 39px; }

.record, .record_ua {
  width: 164px;
  height: 39px;
  margin-top: 25px;
  display: block; }

.order2 {
  margin-top: 30px; }

.record2 {
  background: url(../images/record.gif) left top no-repeat;
  float: left; }

.record2:hover {
  background: url(../images/record_hover.gif) left top no-repeat; }

.record2_ua {
  background: url(../images/record_ua.gif) left top no-repeat;
  float: left; }

.record2_ua:hover {
  background: url(../images/record_hover_ua.gif) left top no-repeat; }

.consultation {
  font: 700 14px/37px Arial;
  color: #333;
  border: 1px solid #BAE2EB;
  float: left;
  padding: 0 12px;
  width: 480px; }

.consultation span {
  font: 700 17px/35px Arial;
  color: #2F87E7;
  display: inline-block; }

.consultation2 {
  font: 700 12px/37px Arial;
  color: #333;
  border: 1px solid #BAE2EB;
  float: left;
  padding: 0 12px; }

.consultation2 span {
  font: 700 15px Arial;
  color: #2F87E7;
  line-height: 35px;
  display: inline-block; }

span.right-elem {
  display: block;
  font-size: 13px;
  color: #0A447F;
  padding-bottom: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #63E0FF; }
.warning {
    color: red;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px
}
/*# sourceMappingURL=style.css.map */


.rd-navbar-static .rd-navbar-megamenu > li {min-width: 320px;}
.rd-navbar-megamenu > li > ul > li {max-width: 320px;}
.rd-navbar-static .rd-navbar-nav > li {position: relative;}
.rd-navbar-static .rd-navbar-megamenu {width: auto; margin-top: 0px;}

.content-page > .container > .row > .col-sm-9 ul,
.content-page > .container > .row > .col-sm-9 > ul,
.content-page > .container > .row > .col-sm-9 ol,
.content-page > .container > .row > .col-sm-9 > ol{
  padding-left: 20px;
  margin-bottom: 20px;
}
.content-page > .container > .row > .col-sm-9 ul,
.content-page > .container > .row > .col-sm-9 > ul{
    list-style: disc;
}
.content-page > .container > .row > .col-sm-9 ol,
.content-page > .container > .row > .col-sm-9 > ol{
    list-style: decimal;
}
.content-page > .container > .row > .col-sm-9 table th {
  font-weight: bold;
}
.content-page > .container > .row > .col-sm-9 table th,
.content-page > .container > .row > .col-sm-9 table td {
  padding: 5px;
  border: 1px solid #ccc;
}
.sidebarmenu li a, .sidebarmenu li span {
    display: block;
    padding: 10px 12px;
    line-height: 18px;
    border-bottom: 1px solid #0066cc;
    transition: 0.3s ease;
}
.sidebarmenu {
    background-color: #e7effa;
    margin-bottom: 25px;
}
.btn {
    display: inline-block;
    border: 0;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    position: relative;
    border-radius: 3px;
    text-decoration: none;
    will-change: transform;
    padding: 10px 20px;
    font-size: 10px;
    color: #fefefe;
    text-transform: uppercase;
    background-color: #005def;
    -webkit-box-shadow: 0 4px 17px rgba(0, 93, 239, .2);
    box-shadow: 0 4px 17px rgba(0, 93, 239, .2);
    -webkit-transition: background .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: background .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: background .3s, transform .3s, box-shadow .3s;
    transition: background .3s, transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
}
.btn:hover {
    background-color: #0049bc;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 93, 239, .1);
    box-shadow: 0 3px 2px 0 rgba(0, 93, 239, .1);
}
.main-slider {
  padding-top: 30px;
}
@media (max-width: 480px) {
  .main-slider {
    display: none;
  }
  main {
      padding-top: 0px;
  }
}
.catalog__dropdown_small {
  height: 100px;
  -webkit-column-rule: none;
  -moz-column-rule: none;
  column-rule: none;
}
.standards__text ol, .standards__text ul,.about-prev__content ol,.about-prev__content ul {
    list-style: circle;
  padding-left: 15px;
}
@media (max-width: 767px) {
    .content-page > .container > .row > .col-sm-9 iframe {
        width: 100%;
    }
}

.about-prev__info dt li {
  font-weight: 400;
}
.reserved > div div a{
  font-size: 18px;
  color: #0066cc;
}
.link-second {
  padding-left: 10px;
}
.link-second > i {
  line-height: 10px;
}
.input-group.date .input-group-addon {
  border: 1px solid #333;
  border-left: none;
  line-height: 28px;
  padding: 6px 8px;
  border-radius: 2px;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  font-size: 14px;
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  padding-top: 5px;
}
.form-group .help, .popup-form__group .help {
    display: none;
}
.error .label, .error .popup-form__label {
    color: red;
}
.error input, .error textarea {
    border: 2px solid red;
    border-radius: 4px;
}
.error .help {
    color: red;
    display: block;
}
