﻿@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Istok+Web:400,700&display=swap&subset=cyrillic");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0; }

/**
 * Основные стили
 **/
html {
  font-size: 16px;
  color: #1A2020; }

body {
  font-family: 'Istok Web', sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  Overflow-x: hidden; }

.container {
  min-width: 320px;
  max-width: 100%;
  padding: 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto; }

.wrap {
  min-width: 320px;
  max-width: 1400px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto; }

header {
  width: 100%; }

.mobile {
  display: none; }

@media (max-width: 1100px) {
  .wrap {
    min-width: 320px;
    max-width: 1500px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto; } }

.top {
  padding-top: 14px;
  padding-bottom: 14px; }

/*.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style: none; }

.contact__element:last-child {
  display: none; }

.contact__element {
  font-size: calc( (100vw - 1100px)/(1500 - 1100) * (14 - 12) + 12px);
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.contact__element:first-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.contact__element:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }*/

/*.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none; }

.lang_ellement {
  border-radius: 5px;
  padding: 5px 7px 3px 7px;
  margin: 0 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.lang_ellement a {
  text-decoration: none;
  font-weight: 600;
  color: #015290;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.lang_ellement.active, .lang_ellement:hover {
  background-color: #015290;
  color: #fff; }*/

/*.contact__element .lang_ellement:hover a {
  text-decoration: none;
  color: #fff; }*/

/*.lang_ellement.active a {
  color: #fff; }*/

.views__svg {
  fill: #015290;
  margin-right: 10px; }

.views__svg.eye, a.eye {
  width: calc( (100vw - 1000px)/(1500 - 1000) * (45 - 40) + 40px);
  height: calc( (100vw - 1000px)/(1500 - 1000) * (25 - 22) + 22px);
  max-width: 45px;
  max-height: 25px;
  -webkit-transition: ease 0.2s all;
  transition: ease 0.2s all;
  cursor: pointer; }

.views__svg.eye:hover, .views__svg.eye.default {
  opacity: 0.6; }

.views__svg.map_marker {
  width: calc( (100vw - 1000px)/(1500 - 1000) * (20 - 17) + 17px);
  height: calc( (100vw - 1000px)/(1500 - 1000) * (25 - 22) + 22px);
  max-width: 20px;
  max-height: 25px; }

.views__svg.envelope {
  width: calc( (100vw - 1000px)/(1500 - 1000) * (24 - 20) + 20px);
  height: calc( (100vw - 1000px)/(1500 - 1000) * (18 - 15) + 15px);
  max-width: 24px;
  max-height: 18px; }

.views__svg.clock {
  width: calc( (100vw - 1000px)/(1500 - 1000) * (24 - 20) + 20px);
  height: calc( (100vw - 1000px)/(1500 - 1000) * (24 - 20) + 20px);
  max-width: 24px;
  max-height: 24px; }

.views__svg.phone {
  width: calc( (100vw - 1000px)/(1500 - 1000) * (22 - 18) + 18px);
  height: calc( (100vw - 1000px)/(1500 - 1000) * (22 - 18) + 18px);
  max-width: 22px;
  max-height: 22px; }

.contact__element strong {
  font-weight: 600; }

/*.contact__element span {
  font-weight: 300; }*/

.contact__clock div:first-child {
  padding-right: 7px; }

.contact__element:nth-child(3) div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0; }

.contact__element:nth-child(3) div:first-child {
  padding-right: calc(100vw * 40 / 1500); }

.contact__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.contact__element a {
  display: block;
  color: #1A2020;
  text-decoration: none; }

.contact__element a:hover {
  text-decoration: underline; }

@media (max-width: 1100px) {
  .contact__element {
    font-size: 12px; } }

@media (max-width: 1000px) {
  .contact__phone {
    width: 115px;
    text-align: right; }
  .contact__element:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 250px;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
  .contact__element:nth-child(3) div:first-child {
    padding: 0 0 10px 0; } }

@media (min-width: 1500px) {
  .contact__element {
    font-size: 15px; }
  .contact__element:nth-child(3) div:first-child {
    padding-right: 40px; } }

@media (min-width: 1100px) {
  .contact__clock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 800px) {
  .contact__element:nth-child(2) {
    display: none; } }

/*.banner {
  background: url(../img/header_background.jpg) center no-repeat;
  background-size: cover; }*/

/*.baner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.baner-contetn-center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: calc( (100vw - 600px)/(1500 - 600) * (14 - 10) + 10px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: calc(100% - 162px); }*/

.conteiner-logo {
  display: block;
  float: left;
  min-width: 100px;
  max-width: 162px;
  height: 100%;
  margin: 0;
  padding: 15px 0; }

.baner__logo {
  height: 100%;
  width: 100%;
  fill: white; }

.baner-contetn-center p,
.baner-contetn-center h1 {
  display: block;
  float: right;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  font-weight: 600; }

.baner-contetn-center p {
  width: calc(100% - 167px);
  padding: 31px 5px;
  margin: 0;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.baner-contetn-center h1 {
  width: calc(100% - 167px);
  font-size: 1.5em;
  padding: 10px 5px;
  margin: 0;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.baner-contetn-center h1 a, .baner-contetn-center h1 a:active, .baner-contetn-center h1 a:visited {
  text-decoration: none;
  color: #fff; }

.baner-contetn-center span {
  font-size: 1.13em;
  line-height: 0.5; }

.banner-search {
  height: 28px;
  width: 292px;
  margin-top: 28px;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start; }

.banner-search input {
  width: 100%;
  height: 30px;
  border-radius: 5px;
  z-index: 1;
  outline: none;
  border: transparent 2px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px 0 10px; }

.banner-search input::-webkit-input-placeholder {
  color: #015290;
  padding: 5px; }

.banner-search input::-moz-placeholder {
  color: #015290;
  padding: 5px; }

.banner-search input:-ms-input-placeholder {
  color: #015290;
  padding: 5px; }

.banner-search input::-ms-input-placeholder {
  color: #015290;
  padding: 5px; }

.banner-search input::placeholder {
  color: #015290;
  padding: 5px; }

.banner-search button {
  padding: 0;
  width: 20px;
  height: 20px;
  right: 9px;
  top: 16%;
  position: absolute;
  display: block;
  cursor: pointer;
  border: none;
  background-color: transparent;
  -webkit-transition: ease 0.2s all;
  transition: ease 0.2s all; }

.banner-search button:hover {
  opacity: 0.6; }

.banner-search svg {
  fill: #015290; }

.search-icon {
  width: 100%;
  height: 100%;
  fill: #015290; }

@media (min-width: 1500px) {
  .baner-contetn-center {
    font-size: 15px; } }

.menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: calc( (100vw - 600px)/(1500 - 600) * (18 - 13) + 13px);
  color: #015290;
  font-weight: 600; }

.menu-item {
  /*border-right: #015290 3px solid;*/
  border-right: /*#09677b*/ /*#BDD6C7*/ darkcyan 2px solid;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: center;
  max-width: 300px;
  position: relative; }

.sub-menu {
  display: none;
  position: absolute;
  top: auto;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translateY(0) scaleY(0);
          transform: translateY(0) scaleY(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  background-color: #fff;
  z-index: 5;
  list-style: none;
  border-radius: 0 0 5px 5px;
  opacity: 0;
  padding: 0;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.55);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.55);
          border-top: 3px solid #09677b;
  /*border-top: 3px solid #015290;*/ }

.menu-item:nth-child(2) .sub-menu {
  left: 0; }

.second_left {
  right: 0;
  left: auto;
  border-radius: 0 0 5px 5px; }

.sub-menu li {
  position: relative;
  margin: 0;
  width: 295px; border-bottom: 1px solid #09677b;
  /*width: 260px;  border-bottom: 1px solid #015290; */
  border-top: 1px transparent solid;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden; }

.sub-menu li:last-child {
  border: none;
  border-top: 1px transparent solid;
  border-radius: 0 0 5px 5px; }

.sub-menu li a {
  color: #09677b;
  display: block;
  font-size: 0.8em;
   /*font-size: 0.9em; color: #015290;*/
  text-align: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 2px 8px;
  font-weight: 300; }

.sub-menu li:hover {
  /*background-color: #E7D89D;*/
   background-color: rgb(234,234,225);
  border-top: 1px #E7D89D solid; }

.sub-menu li.active {
  background-color: #E7D89D;
  border-top: 1px #E7D89D solid; }

.menu-item:hover .sub-menu {
  visibility: visible;
  -webkit-transform: translateY(0px) scaleY(1);
          transform: translateY(0px) scaleY(1);
  opacity: 1; }

.menu-item a {
  padding: 5px 5px;
  text-decoration: none;
  display: block;
  /*color: #015290;*/
  color: #09677b; font-size:0.9em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.menu-item-a {
  /*border-top: 1px solid white;
  border-bottom: 1px solid white;*/ }

.menu-item-a:hover, .menu-item.active .menu-item-a {
  background-color: #E7D89D;
  /*background: rgb(234,234,225);*/
  border-top: 1px solid #E7D89D;
  border-bottom: 1px solid #E7D89D; }

.menu-item:hover > a {
  /*background-color: #E7D89D;*/
  background: rgb(234,234,225);
  border-top: 1px solid #E7D89D;
  border-bottom: 1px solid #E7D89D; }

.menu-item:last-child {
  border-right: none; }

.nav-line {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2px;
  background-color: darkcyan /*#BDD6C7*/ /*#09677b*/;
  /*background-color: #015290;*/ }

.close {
  display: none; }

/*@media (min-width: 1500px) {
  .menu-list {
    font-size: 18px; } }*/

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.services-wrap {
  width: 13%;
  min-width: 130px;
  max-width: 162px;
  margin: 25px 10px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

div.services-wrap > div {
  position: relative;
  width: 100%;
  padding-bottom: 100%; }

.services-item {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.services-item a {
  padding: 0 10px;
  overflow: hidden; }

.services-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-decoration: none;
  border-radius: 25px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #015290; }

.services-ico:hover {
  text-decoration: underline;
  padding-left: padding-left2px();
  padding-top: 2px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); }

.services-ico.active {
  text-decoration: underline;
  padding-left: padding-left2px();
  padding-top: 2px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); }

.services-svg {
  margin: 15px 0 0 0;
  width: 80%;
  height: 80%;
  max-height: 75px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.services-ico p {
  width: 100%;
  font-weight: 600;
  color: #015290;
  padding: 5px 7px;
  margin: 0;
  text-align: center;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc( (100vw - 600px)/(1500 - 600) * (15 - 10) + 10px); }

@media (min-width: 1500px) {
  .services-ico p {
    font-size: 14px; } }

@media (max-width: 1200px) {
  .services-svg {
    max-height: 55px; } }

@media (max-width: 1000px) {
  .services-wrap {
    width: 30%; }
  .services {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .services-ico p {
    font-size: 14px; }
  .services-wrap {
    min-width: 150px; }
  .services-svg {
    max-height: 75px; } }

.services-svg {
  fill: #C7AB47;
  color: #015290; }

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.left {
  width: 28%;
  padding-right: 35px;
  border-right: 2px #015290 solid; }

.left ul {
  margin: 0; }

.menu-element {
  list-style: none;
  width: 100%; }

.menu-element a {
  display: block;
  padding: 8px;
  font-weight: 600;
  font-size: 1.0625em;
  text-decoration: none;
  color: #015290;
  border-bottom: 2px #015290 solid;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.menu-element.active a, .menu-element a:hover {
  background-color: #015290;
  color: #fff; }

.menu-element a:hover {
  background-color: #C7AB47; }

.menu-element.active a:hover {
  background-color: #015290; }

.attention h2 {
  text-transform: uppercase;
  text-align: center;
  color: #015290;
  font-size: 22px;
  margin-top: 24px;
  margin-bottom: 0; }

.attention-arrow {
  display: none; }

.attention-item {
  list-style: none;
  margin: 10px 0 13px 0;
  padding-bottom: 5px;
  border-bottom: 2px #015290 solid; }

.attention-item a {
  color: black; }
  .attention-item a:hover {
    color: #015290; }

.attention-item a img {
  padding-right: 10px; }

.attention-arrow, .contact-mobile-arrow {
  width: 0;
  height: 0;
  border: 7px solid transparent;
  vertical-align: center; }

.attention-item {
  display: block; }

@media (max-width: 1000px) {
  .left {
    padding-right: 15px; } }

.right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 1060px;
  min-width: 300px;
  width: 30%;
  overflow: hidden;
  position: relative;
  margin-right: 10px; }

.right > div {
  margin-top: 0;
  padding-left: 30px; }

.owl-carousel {
  width: 800px; }

.carousel-line {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  bottom: 5%; }

.carousel-text {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden; }

.data {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: #015290;
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 600px;
  color: #fff;
  margin-right: 36px; }

.carousel-text a {
  text-align: left;
  padding: 2px 30px;
  color: #015290;
  font-size: calc( (100vw - 600px)/(1500 - 600) * (19 - 12) + 12px);
  font-weight: 600;
  border-right: 3px #A2A2A2 solid;
  border-left: 3px #A2A2A2 solid;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  cursor: pointer; }

.carousel-text a:hover {
  text-decoration: underline; }

.customPrevBtn, .customNextBtn {
  display: block;
  color: #A2A2A2;
  font-size: 49px;
  font-weight: 300;
  line-height: 0;
  margin: 0 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  margin-top: -1px; }

.customPrevBtn:hover, .customNextBtn:hover {
  color: #015290; }

.right .r-wrap {
  margin-left: 30px;
  padding: 0; }

@media (max-width: 1100px) {
  .left {
    width: 30%; } }

@media (min-width: 1300px) {
  .owl-carousel a {
    font-size: 19px; } }

.section-news > ul {
  list-style: none;
  padding-top: 5px;
  font-size: 15px; }

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.data-new {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #fff;
  font-weight: 600;
  padding: 4px 6px;
  background-color: #015290; }

.paragraph-new {
  text-align: justify; }

.paragraph-new p {
  margin-top: 10px;
  margin-bottom: 7px;
  padding: 0; }

.paragraph-new a {
  color: #1A2020;
  text-decoration: underline; }

.paragraph-new a:hover {
  color: #015290; }

.paragraph-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.paragraph-new ul, .paragraph-new ul.list {
  list-style-type: none; }

.paragraph-new li, .paragraph-new ul.list li {
  position: relative;
  padding: 3px 0 0 29px; }

.paragraph-new ol {
  margin: 0;
  padding-left: 20px; }

.paragraph-new ol li {
  position: relative;
  padding: 3px 0 0 5px; }

.paragraph-new > ul > li:after, .paragraph-new ul.list > li:after {
  position: absolute;
  width: 3px;
  height: 12px;
  background-color: #015290;
  left: 12px;
  top: 6px;
  content: "";
  border-radius: 20%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg); }

.paragraph-new > ul > li:before, .paragraph-new ul.list > li:before {
  position: absolute;
  width: 8px;
  height: 3px;
  border-radius: 30%;
  background-color: #015290;
  left: 5px;
  top: 12px;
  content: "";
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg); }

.paragraph-new ul li ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #015290;
  left: 12px;
  top: 10px; }

.link-new {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px; }

.link-new a {
  color: #1A2020; }

.link-new a:hover {
  color: #015290; }

.arch, .xls, .pdf, .word {
  padding-left: 21px;
  padding-right: 13px; }

.arch {
  background: url(../img/rar_s.png) left no-repeat; }

.xls {
  background: url(../img/xls_s.png) left no-repeat; }

.pdf {
  background: url(../img/pdf_s.png) left no-repeat; }

.word {
  background: url(../img/doc_s.png) left no-repeat; }

.line-new {
  width: 100%;
  height: 2px;
  background-color: #015290;
  margin: 0 0 24px 0; }

.more-new {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-bottom: 10px;
  text-decoration: none;
  color: #015290;
  min-width: 100px;
  margin-left: 10px;
  text-align: right;
  font-weight: 600;
  font-size: 0.9em; }

.more-new:hover {
  text-decoration: underline; }

.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none; }

.pagenation li {
  font-size: 17px;
  font-weight: 600;
  margin-right: 12px;
  padding: 10px 0; }

.pagenation li a, .pagenation li span {
  text-decoration: none;
  color: #015290;
  padding: 4px 11px;
  border: 2px solid #fff;
  border-radius: 7px; }

.pagenation li.active span, .pagenation li:hover a {
  border: 2px solid #015290; }

.baner {
  margin-top: 50px; }

.baner-1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 45px;
  border-bottom: 2px solid #015290; }

.baner-1 a {
  display: block;
  width: 24%;
  min-width: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  background: #1A2020;
  overflow: hidden; }

.baner-1 a:last-child {
  margin-right: 0; }

.baner-1 a:hover img {
  opacity: 0.8; }

.baner-1 img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.baner-2 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px; }

.baner-2 li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 10px 0;
  width: 50%; }

.baner-2 img {
  width: 100px;
  height: 100px; }

.baner-2 span {
  width: 100px;
  height: 100px;
  min-width: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.baner-2 a {
  width: 450px;
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  padding-left: 45px;
  font-size: 19px;
  text-decoration: none;
  color: #1A2020; }

.baner-2 a:hover {
  text-decoration: underline; }

/*footer {
  width: 100%;
  background: url(../img/header_background.jpg) center no-repeat;
  background-size: cover;
  font-size: 20px;
  color: #fff;
  padding: 1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

footer p {
  padding: 10px 0;
  text-align: center; }*/

.sitemap {
  position: absolute;
  right: 30px; }

.sitemap_svg {
  width: 45px;
  height: 40px;
  fill: white; }

.sitemap_svg:hover {
  opacity: 0.6; }

@media (max-width: 1150px) {
  .sitemap {
    position: relative;
    right: 0;
    padding-left: 10px;
    margin-right: 10px; }
  .sitemap_svg {
    width: 35px;
    height: 31px; }
  footer {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  footer p {
    margin-left: 10px; } }

@media (max-width: 1100px) {
  .baner-1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .baner-1 a {
    width: 47%;
    margin-top: 15px; }
  .baner-1 a:nth-child(2n) {
    margin-right: 0; } }

@media (max-width: 1000px) {
  .baner-2 img {
    width: 80%;
    -o-object-fit: contain;
       object-fit: contain;
    height: 80%; }
  .baner-2 a {
    font-size: calc( (100vw - 600px)/(1000 - 600) * (18 - 14) + 14px);
    padding-left: 20px; } }

@media (max-width: 700px) {
  .baner-2 span {
    min-width: 80px;
    width: 80px;
    height: 80px; }
  .baner-2 img {
    width: 100%;
    height: auto; }
  .baner-2 a {
    font-size: 16px;
    padding-left: 20px;
    width: 350px; }
  .baner-2 li {
    width: 100%;
    padding: 20px 0; }
  .baner-2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 550px) {
  .baner-1 a {
    min-width: 140px;
    width: 80%;
    margin-right: 0;
    margin-top: 15px; }
  .baner-1 a:first-child {
    margin-top: 0; }
  .baner-1 {
    padding-bottom: 25px; }
  footer p {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px; } }

/*@media (max-width: 800px) {
  .baner-contetn-center {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .baner-content {
    padding: 0; }
  .baner-contetn-center p {
    width: 100%;
    background-color: #fff;
    color: #015290;
    font-size: 1.2em;
    padding: 5px 5px;
    line-height: 1.5; }
  .baner-contetn-center h1,
  .conteiner-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .baner-contetn-center h1 {
    font-size: 1.1em;
    width: 100%;
    line-height: 2; }
  .baner-contetn-center span {
    font-size: 1.3em; }
  .conteiner-logo a {
    height: 102px;
    width: 102px;
    padding-bottom: 0; }
  .banner {
    margin-top: 48px; }
  .top {
    top: 0;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #015290;
    position: fixed;
    z-index: 99; }
  .lang_ellement.active, .lang_ellement:hover {
    background-color: #fff; }
  .contact__element .lang_ellement:hover a {
    text-decoration: none;
    color: #015290; }
  .lang_ellement.active a {
    color: #015290; }
  .lang_ellement a {
    color: #fff; }
  .lang_ellement:hover a {
    color: #015290; }
  .views__svg {
    fill: #FFFFFF; }
  .services-ico p {
    font-size: 13px; }
  .services-wrap {
    margin: 20px 10px 0 0; }
  .right-menu {
    font-size: 0.9375em; }
  .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border-right: none;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .left-menu {
    width: 100%;
    margin: 30px 0; }
  .attention h2, .contact-mobile h2 {
    color: #015290;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    -ms-flex-item-align: center;
        align-self: center;
    cursor: pointer; }
  .attention, .contact-mobile {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid #015290;
    border-radius: 10px;
    overflow: hidden; }
  .btn-attention {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .attention {
    margin-top: 20px; }
  .attention ul {
    width: 100%;
    display: none;
    padding: 0 10px; }
  .attention-item:last-child {
    border: none;
    margin-bottom: 0; }
  .attention-arrow, .contact-mobile-arrow {
    display: block;
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: -2px;
    margin-left: 10px;
    cursor: pointer; }
  .arrow-top {
    border-top-color: #015290;
    border-bottom: 0; }
  .arrow-bottom {
    border: 7px solid transparent;
    border-bottom-color: #015290;
    border-top: 0; }
  .contact-mobile {
    width: auto;
    margin-top: 30px; }
  .contact-mobile a {
    color: #1A2020;
    text-decoration: underline; }
  .contact-mobile a:hover {
    color: #015290; }
  .btn-contact {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .contact-mobile ul {
    width: 100%;
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-top: 0;
    padding: 0 10px; }
  .contact-mobile__element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 10px; }
  .contact-mobile__element strong {
    margin-left: 7px;
    font-weight: 600; }
  .contact-mobile__element span {
    font-weight: 300; }
  .contact-mobile-arrow {
    width: 0;
    height: 0;
    vertical-align: center; }
  .contact-mobile__phone a {
    color: #1A2020;
    text-decoration: underline; }
  .mobile {
    display: block;
    min-width: 320px;
    max-width: 1500px;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto; }
  .mobile svg {
    margin-right: 10px; }
  .contact__element:nth-child(n+3), .header__menu {
    display: none; }
  .center {
    margin-top: 20px; }
  .right > div {
    margin-top: 0;
    margin-right: 15px;
    margin-left: 15px;
    padding-left: 0; }
  .right {
    width: 100%;
    margin-right: 0; }
  .carousel-line {
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: 0; }
  .customPrevBtn, .customNextBtn {
    margin: 0 10px; }
  .owl-carousel .owl-item .img {
    height: 250px; }
  .owl-carousel .owl-item img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .carousel-text a {
    padding: 0 5px;
    border: none;
    font-size: 15px; }
  .data {
    margin-right: 10px; }
  .contact__element:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 42px;
    width: 95px;
    background-color: #fff;
    position: relative;
    margin-top: -7px;
    border-radius: 0 0 10px 10px; }
  .contact__element:nth-child(2) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 10px; }
  .hamburger, .banner-search-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 26px;
    width: 26px;
    position: relative; }
  .hamburger span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    height: 2px;
    background-color: #015290; }
  .hamburger span::before,
  .hamburger span::after {
    background-color: #015290;
    content: '';
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    height: 2px; }
  .hamburger span::before {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px); }
  .hamburger span::after {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  .banner-search-mobile {
    overflow: hidden; }
  .banner-search {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0, 0, 0, 0);
    overflow: hidden; }
  .banner-search-mobile input {
    display: block;
    position: fixed;
    top: 0;
    right: 20px;
    width: 0;
    height: 0;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    z-index: 900;
    font-size: 1.3em; }
  .banner-search-mobile .input-visible {
    right: 0;
    height: 42px;
    width: calc(100vw - 20px);
    margin: 0 10px;
    border-radius: 0 0 10px 10px;
    padding: 0 40px 0 10px; }
  .banner-search-mobile input::-webkit-input-placeholder {
    color: #404040;
    padding: 0 5px; }
  .banner-search-mobile input::-moz-placeholder {
    color: #404040;
    padding: 0 5px; }
  .banner-search-mobile input:-ms-input-placeholder {
    color: #404040;
    padding: 0 5px; }
  .banner-search-mobile input::-ms-input-placeholder {
    color: #404040;
    padding: 0 5px; }
  .banner-search-mobile input::placeholder {
    color: #404040;
    padding: 0 5px; }
  .banner-search-mobile .sb-search-submit {
    padding: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    display: none; }
  .banner-search-mobile .sb-search-open {
    z-index: 999;
    display: inline; }
  .banner-search-mobile span.sb-search-close {
    display: none; }
  .search-icon {
    pointer-events: none; }
  .banner-search-mobile span {
    padding: 0;
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
    border: none;
    z-index: 999;
    background-color: transparent; }
  .contact__element {
    font-size: 14px; }
  .baner {
    margin-top: 30px; }
  .pagenation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }*/

@supports (-webkit-overflow-scrolling: touch) {
  body {
    cursor: pointer; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner-search-mobile .input-visible {
    width: calc(100vw - 100px); }
  .baner-contetn-center {
    width: calc(100% - 400px); } }

/*@media (max-width: 800px) {
  .header__menu {
    display: none;
    position: fixed;
    padding-top: 45px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #015290;
    background-color: rgba(1, 82, 144, 0.65);
    z-index: 1000; }
  .menu-list {
    background-color: #fff;
    margin: 0 auto;
    border: none;
    width: calc(100vw - 50px);
    max-width: 500px;
    border-radius: 20px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
  .menu-item {
    padding: 0;
    width: 100%;
    max-width: 1000px;
    border: none;
    cursor: pointer; }
  .menu-list li > a:not(:only-child):after {
    position: absolute;
    content: '';
    border: 7px solid transparent;
    border-top: 7px solid #72BEF8;
    width: 0;
    height: 0;
    margin-top: 5px;
    right: 20px;
    cursor: pointer; }
  .menu-list li > a.active:not(:only-child):after {
    border-top: 7px solid #fff; }
  .menu-item a.active:after {
    -webkit-transform: rotate(180deg) translateY(7px);
            transform: rotate(180deg) translateY(7px); }
  .menu-item:hover > a {
    background-color: transparent; }
  .menu-item a.active, .menu-item:last-child a.active {
    background-color: #C7AB47;
    color: #fff;
    border-bottom: 2px solid #fff; }
  .menu-item.active a {
    background-color: #015290;
    color: #fff; }
  .menu-item:last-child {
    margin-bottom: 10px; }
  .menu-item:nth-child(2) {
    margin-top: 10px; }
  .menu-item:last-child a {
    border: none; }
  .menu-item a {
    margin: 0;
    padding: 13px 20px;
    display: block;
    text-decoration: none;
    color: #015290;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    border-bottom: 2px solid #015290;
    -webkit-transition: none;
    transition: none; }
  .menu-item-a {
    border-top: none;
    border-bottom: 2px solid #015290; }
  .menu-item-a:hover {
    border-top: none;
    border-bottom: 2px solid #015290; }
  .menu-item:hover > a {
    background-color: white;
    border-top: none;
    border-bottom: 2px solid #015290; }
  .menu-item:last-child:hover > a {
    border-bottom: none; }
  .menu-item.active:last-child:hover > a {
    border-bottom: 1px solid #E7D89D; }
  .menu-item:hover > a.active {
    background-color: #C7AB47;
   
    border-bottom: 2px solid #fff; }
  .close {
    display: block;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 38px;
    font-weight: bold;
    cursor: pointer; }
  .close:hover,
  .close:focus {
    text-decoration: none;
    cursor: pointer; }
  .sub-menu {
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    top: auto;
    left: auto;
    background-color: #015290;
    z-index: 5;
    list-style: none;
    border-radius: 0;
    height: auto;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    -webkit-transform: translateY(0px) scaleY(1);
            transform: translateY(0px) scaleY(1);
    border-bottom: 2px solid #fff;
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .sub-menu:last-child {
    border-bottom: none; }
  .sub-menu li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #09677b;
    border-top: none; }
  .sub-menu li:last-child {
    border: none;
    border-radius: 0; }
  .sub-menu li a {
    color: #fff;
    display: block;
    font-size: 1.1em;
    text-align: left;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight: 300;
    margin: 0; }
  .sub-menu li:hover {
    background-color: transparent;
    border-top: none; }
  .sub-menu li a:hover {
    background-color: #72BEF8;
    border-bottom: 2px solid #72BEF8;
    text-decoration: none; }
  .sub-menu li.active a {
    background-color: #72BEF8;
    border-bottom: 2px solid #72BEF8; }
  body.modal-open {
    overflow: hidden; } }*/

.breadcrumbs {
  list-style: none;
  margin: 0 0 16px 0;
  padding: 3px 5px;
  background-color: #E7D89D; }

.breadcrumbs li {
  display: inline;
  color: #015290;
  font-weight: 600;
  font-size: 0.875em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.breadcrumbs > li + li:before {
  color: #015290;
  content: ">";
  padding: 0 5px; }

.breadcrumbs a {
  display: inline;
  color: #015290;
  text-decoration: none;
  font-weight: 300; }

.breadcrumbs a:hover {
  text-decoration: underline; }

.right-menu li {
  list-style-type: none;
  padding-left: 1.5em;
  line-height: 19px;
  margin-bottom: 7px;
  text-indent: -1.5em;
  color: #015290; }

.right-menu li:before, .right-menu li.active:before {
  content: "► ";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 5px;
  color: #015290;
  opacity: 0;
  font-size: 0.8em; }

.right-menu li.active:before {
  opacity: 1; }

.right-menu li:hover:before {
  opacity: 1; }

.right-menu li a {
  font-size: 1em;
  text-decoration: none;
  color: #015290;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.right-menu li a:hover {
  text-decoration: underline; }

.right-menu li.active {
  font-weight: 600; }

@media (max-width: 800px) {
  .right-menu {
    font-size: 0.9375em; } }

.order {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.order ul {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 16px 0 10px 0; }

.order li {
  list-style-type: none;
  display: inline;
  color: #535858;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  text-align: right;
  font-weight: 600; }

.order li:first-child {
  text-align: left; }

.order li a {
  text-decoration: none;
  color: #015290;
  font-weight: 600;
  padding: 3px 5px; }

.order li a:hover {
  background-color: #E7D89D; }

.order li a.selected {
  color: #015290;
  background-color: #E7D89D; }

.order li a.selected:hover {
  color: #72BEF8; }

.order li a.selected.asc:before {
  content: "▲ ";
  color: #015290;
  font-size: 0.8em; }

.order li a.selected.desc:before {
  content: "▼ ";
  color: #015290;
  font-size: 0.8em; }

.order li a.selected:hover:before {
  color: #72BEF8; }

.archive {
  width: 100%; }

.archive ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 16px 0 10px 0; }

.content .archive li {
  list-style-type: none;
  display: inline;
  color: #535858;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  text-align: right;
  font-weight: 600;
  margin-right: 5px; }

.archive li:last-child {
  margin-right: 0; }

.archive li a {
  text-decoration: none;
  color: #015290;
  font-weight: 600;
  padding: 3px 5px; }

.archive li a:hover {
  background-color: #E7D89D; }

.archive li a.selected {
  color: #015290;
  background-color: #E7D89D; }

.archive li a.selected:hover {
  color: #72BEF8; }

.table-overflow {
  overflow-x: auto; }

.doc, .defdesc {
  border-collapse: collapse;
  width: 100%;
  min-width: 450px;
  font-size: 0.9375em;
  line-height: 19px;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  margin-bottom: 20px;
  margin-top: 10px; }

.defdesc {
  min-width: 300px; }

.doc th {
  border-bottom: 10px solid #fff; }

.doc th, .doc td, .defdesc th, .defdesc td {
  padding: 8px 12px; }

.doc thead {
  background-color: #015290;
  color: #fff; }

.doc td {
  border-top: 2px solid #DBDBDB;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all; }

.doc tbody {
  border-top: 2px solid #DBDBDB;
  border-bottom: 2px solid #DBDBDB; }

.doc tbody tr:nth-child(2n+1) {
  background: #EEEEEE; }

.doc .col10, .defdesc .col10 {
  width: 10%; }

.doc .col20, .defdesc .col20 {
  width: 20%; }

.doc .col30, .defdesc .col30 {
  width: 30%; }

.doc .col40, .defdesc .col40 {
  width: 40%; }

.doc .col50, .defdesc .col50 {
  width: 50%; }

.doc .col60, .defdesc .col60 {
  width: 60%; }

.doc .col70, .defdesc .col70 {
  width: 70%; }

.doc .col80, .defdesc .col80 {
  width: 80%; }

.doc .col90, .defdesc .col90 {
  width: 90%; }

.doc .col-align-justify, .defdesc .col-align-justify {
  text-align: justify; }

.doc .col-align-left, .defdesc .col-align-left {
  text-align: left; }

.doc .col-align-right, .defdesc .col-align-right {
  text-align: right; }

.doc .col-align-center, .defdesc .col-align-center {
  text-align: center; }

.defdesc td {
  vertical-align: top; }

.td-def {
  font-weight: 600; }

.content {
  line-height: 19px; }

.content ul, .content ul.list {
  list-style-type: none; }

.content li, .content ul.list li {
  position: relative;
  padding: 3px 0 0 29px; }

.content ol {
  margin: 0;
  padding-left: 20px; }

.content ol li {
  position: relative;
  padding: 3px 0 0 5px; }

.content > ul > li:after, .content ul.list > li:after {
  position: absolute;
  width: 3px;
  height: 12px;
  background-color: #015290;
  left: 12px;
  top: 6px;
  content: "";
  border-radius: 20%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg); }

.content > ul > li:before, .content ul.list > li:before {
  position: absolute;
  width: 8px;
  height: 3px;
  border-radius: 30%;
  background-color: #015290;
  left: 5px;
  top: 12px;
  content: "";
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg); }

.content ul li ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #015290;
  left: 12px;
  top: 10px; }

.content p.signature {
  text-align: right;
  font-style: italic; }

.notmarker li {
  padding: 3px 0 0 15px; }

.notmarker > li {
  padding: 3px 0 10px 0; }

.notdecor li, .order li, .order li {
  padding-left: 0; }

.structure li:before, .structure li:after, .notmarker li:before, .notmarker li:after, .notdecor li:before, .notdecor li:after, .order li:after, .order li:before {
  display: none; }

.content a {
  color: #1A2020;
  text-decoration: underline; }

.content a:hover {
  color: #015290; }

.content .bold, .content .sbold, .content .boldrown p {
  font-weight: 600; }

.content h1 {
  font-size: 1.625em;
  text-align: center;
  color: #015290;
  margin: 18px 0 14px 0;
  line-height: 32px; }

.content h2 {
  font-size: 1.375em;
  text-align: center;
  color: #015290;
  margin: 18px 0 12px 0;
  line-height: 29px; }

.content h3 {
  font-size: 1.125em;
  text-align: center;
  color: #015290;
  margin: 18px 0 10px 0;
  line-height: 23px; }

.content h1 a {
  font-size: 1.625em;
  text-align: center;
  color: #015290;
  margin: 18px 0 14px 0;
  text-decoration: none;
  line-height: 35px; }

.content h2 a {
  font-size: 1.375em;
  text-align: center;
  color: #015290;
  margin: 18px 0 12px 0;
  text-decoration: none;
  line-height: 30px; }

.content h3 a {
  font-size: 1.125em;
  text-align: center;
  color: #015290;
  margin: 18px 0 10px 0;
  text-decoration: none;
  line-height: 25px; }

.content h1 a:hover, .content h2 a:hover, .content h3 a:hover {
  text-decoration: underline; }

.content p {
  margin: 10px 0 10px 0; }

.content li > p {
  margin: 0 0 10px 0; }

.content img.right_float {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  display: block; }

.content img.left_float {
  float: left;
  margin-right: 10px;
  display: block;
  margin-bottom: 10px; }

.content img.center_block {
  margin: 10px auto 5px;
  display: block;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.content .clear {
  clear: both;
  padding: 0;
  margin: 0; }

.wrap-hidden {
  display: none; }

.ico {
  margin-right: 10px; }

.wrap-yt {
  margin-top: 20px;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; }

.wrap-yt iframe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%; }

.form .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 0.9375em;
  padding: 0 7px 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.form .row > div:first-child {
  min-width: 220px;
  text-align: right;
  width: 30%;
  margin-right: 12px; }

.form .captcha-div > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.form .row > div:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 70%; }

.form .row > div.validation-summary-errors {
  width: 100%;
  text-align: left;
  padding: 12px 0;
  font-weight: 600; }

.form .col-hidden {
  margin: 0;
  padding: 0;
  height: 0; }

.form .red {
  color: red; }

.form ul, .form li {
  margin: 0;
  padding: 0; }

.form ul {
  margin-bottom: 10px; }

.form .row > div {
  padding-top: 12px; }

.form .roundedinput {
  margin-top: -7px;
  border-radius: 5px;
  border: 1px solid #015290;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-width: 200px;
  padding: 5px;
  outline: none; }

.form .input-validation-error {
  border: 1px solid red; }

.form label {
  color: #757575; }

.form input[type=button], .form input[type=submit] {
  padding: 7px 10px;
  color: #fff;
  background-color: #2578D6;
  border-radius: 5px;
  font-size: 1.06667em;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: ease 0.2s all;
  transition: ease 0.2s all;
  border: none;
  outline: none; }

.form input[type=button]:hover {
  background-color: #72BEF8; }

.form .upcaptcha_img {
  padding-left: 15px;
  margin-top: -7px; }

.form .upcaptcha {
  padding-left: 15px; }

.form .upcaptcha:hover {
  opacity: 0.7; }

@media (max-width: 1200px) {
  .form .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .form .row > div:first-child {
    text-align: left;
    width: 100%; }
  .form .row > div:last-child {
    text-align: left;
    width: 100%; } }

.person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .person .person_title {
    width: 100%; }
  .person .person_img {
    max-width: 350px;
    width: 40%;
    padding-right: 22px;
    padding-bottom: 10px; }
  .person .person_img img {
    width: 100%; }
  .person .person_p {
    width: 50%; }
  .person p {
    line-height: 21px;
    margin: 0px 0 12px 0; }
  @media (max-width: 800px) {
    .person .person_p {
      width: 100%; }
    .person .person_img {
      width: 100%;
      padding-right: 0; } }

.person_table tr > td:first-child {
  font-weight: 600;
  color: #015290; }

.structure li {
  margin: 0;
  padding: 0; }

.structure .bc_blue, .structure .bc_grey, .structure .bc_transparent {
  padding: 5px 13px;
  margin: 5px 0;
  border-radius: 2px;
  line-height: 22px; }

.structure .bc_blue {
  font-weight: 600;
  background-color: #015290;
  color: #fff; }

.structure .bc_grey {
  background-color: #EEEEEE;
  padding-left: 34px; }

.structure .bc_blue a {
  font-weight: 300; }

.structure .bc_blue a {
  color: #fff; }

.structure .bc_blue a:hover {
  color: #E7D89D; }

.structure .bc_transparent {
  padding-left: 34px; }

.structure ul {
  margin-left: 43px; }

.structure ul > li {
  margin: 2px 0;
  padding: 5px 13px; }

@media (max-width: 1000px) {
  .doc {
    font-size: 0.857em;
    line-height: 17px; }
  .doc th, .doc td {
    padding: 5px 7px; }
  .right .r-wrap {
    margin-left: 15px; }
  .content {
    font-size: 0.875em; } }

@media (max-width: 800px) {
  .right .r-wrap {
    margin-left: 0;
    margin-right: 0;
    padding: 0; }
  .form .roundedinput {
    min-width: 100px; }
  .row > div:first-child {
    margin-right: 0; }
  .content img.right_float, .content img.left_float {
    float: none;
    margin: 10px auto 5px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

.page-search {
  position: relative;
  width: 500px; }

.page-search input {
  width: 500px;
  height: 30px;
  border-radius: 5px;
  z-index: 1;
  outline: none;
  border: #015290 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px 0 10px; }

.page-search input::-webkit-input-placeholder {
  color: #015290;
  padding: 5px; }

.page-search input::-moz-placeholder {
  color: #015290;
  padding: 5px; }

.page-search input:-ms-input-placeholder {
  color: #015290;
  padding: 5px; }

.page-search input::-ms-input-placeholder {
  color: #015290;
  padding: 5px; }

.page-search input::placeholder {
  color: #015290;
  padding: 5px; }

.page-search button {
  padding: 0;
  width: 20px;
  height: 20px;
  right: 9px;
  top: 16%;
  position: absolute;
  display: block;
  cursor: pointer;
  border: none;
  background-color: transparent;
  -webkit-transition: ease 0.2s all;
  transition: ease 0.2s all; }

.page-search button:hover {
  opacity: 0.6; }

.results {
  padding: 0;
  margin-left: 0;
  margin-top: 30px; }

.results .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.results .counter {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 27px; }

.results .finding {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-left: 10px; }

.results p {
  font-weight: 300;
  margin: 0;
  padding-bottom: 3px; }

.find {
  font-weight: 600;
  color: #015290; }

p.routemap {
  padding: 0 0 10px 0; }

.routemap > a + a:before {
  content: ">";
  padding: 0 5px;
  text-decoration: none;
  display: inline-block; }

.routemap a {
  color: #015290;
  text-decoration: none; }

.routemap a:hover {
  text-decoration: underline; }

@media (max-width: 800px) {
  .page-search input {
    width: 100%; }
  .page-search {
    width: 100%; } }

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  min-width: 100px; }

.selectric-responsive {
  width: 100%; }

.selectric {
  padding-left: 2px;
  border: 1px solid #015290;
  border-radius: 5px;
  background: white;
  position: relative;
  overflow: hidden;
  margin-top: -7px; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 39px 0 10px;
  font-size: 1em;
  line-height: 29px;
  height: 29px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 29px;
  height: 29px;
  line-height: 28px;
  color: #BBB;
  text-align: center; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #015290;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #015290; }

.selectric-hover .selectric {
  border-color: #72BEF8; }

.selectric-hover .selectric .button {
  color: #72BEF8; }

.selectric-hover .selectric .button:after {
  border-top-color: #72BEF8; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #015290;
  border-radius: 5px 5px 0 0; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #015290;
  border-top: none;
  z-index: -1;
  border-radius: 0 0 5px 5px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9em; }

.selectric-items li {
  display: block;
  padding: 5px 10px;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected, .selectric-items li.selected:hover {
  background: #E7D89D;
  color: #fff; }

.selectric-items li.highlighted {
  background: #E7D89D;
  color: #fff; }

.selectric-items li:hover {
  background: #72BEF8;
  color: #fff; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

.table-reception {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .table-reception div a, .table-reception div span {
    background-color: #d0e5f5 !important;
    color: #2e6e9e;
    font-weight: bold;
    text-decoration: none; }
  .table-reception div {
    background-color: #d0e5f5 !important;
    margin: 3px 2px;
    width: 46px;
    padding: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .table-reception div a:hover {
    color: #fff;
    background-color: #C7AB47; }
  .table-reception .time-select, .table-reception a.time-select:hover {
    color: #e17009;
    background-color: #C7AB47; }
  .table-reception .time-busy {
    background-color: #f3f8fd;
    color: #c1cbdc;
    font-weight: bold; }

@media (max-width: 800px) {
  .table-reception, .ui-datepicker-inline {
    margin: 0  auto; }
  .table-reception div {
    width: 42px; } }

#toBottom {
  width: 40px;
  height: 52px;
  position: fixed;
  top: 10px;
  /* отступ кнопки от нижнего края страницы*/
  left: 10px;
  cursor: pointer;
  display: none;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

#toTop:hover, #toBottom:hover {
  opacity: 1; }

#toTop svg, #toBottom svg {
  height: 100%;
  width: 100%; }

#toTop {
  width: 40px;
  height: 52px;
  position: fixed;
  bottom: 10px;
  /* отступ кнопки от нижнего края страницы*/
  left: 10px;
  cursor: pointer;
  display: none;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

@media (max-width: 1460px) {
  #toBottom {
    visibility: hidden; } }

.accordion {
  display: block;
  background-color: #EEEEEE;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden; }

.accordionHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #015290;
  color: #fff;
  padding: 4px 10px;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
  cursor: pointer; }

.accordionContent {
  padding: 0 10px 10px 10px;
  display: none; }

.accordion-arrow {
  width: 0;
  height: 0;
  border: 7px solid transparent;
  vertical-align: center;
  border-top-color: #fff;
  margin-top: 5px;
  margin-right: 10px; }

.accordion span.ac_selhead {
  display: none; }

.accordion-arrow.arrow-bottom {
  border: 7px solid transparent;
  border-bottom-color: white;
  border-top: 0; }


/*# sourceMappingURL=style.min.css.map */
