
/* -------------------------------------------------------------------------- */
html {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}
body {
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
body.loading * {
    transition: none !important;
}
/* -------------------------------------------------------------------------- */
p, a, ul, li, span, h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    outline: none;
}
a ,
a * {
    transition: 0.3s;
}
i {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    color: #ff7e28;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
sup {
    vertical-align: top;
    position: relative;
    top: -0.5em;
}
/* -------------------------------------------------------------------------- */
header ,
nav ,
main ,
footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}
/* -------------------------------------------------------------------------- */
body > * > div[otype] {
    width: calc(100% - 24px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    padding: 12px;
    margin: 0;
}
/* -------------------------------------------------------------------------- */
body > * > div[otype] > div {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    padding: 0;
    margin: 0;
}
body > * > div[otype] > div.gw1,  body > * > div[otype].gw1 > div  { max-width:calc(1280px/12); }
body > * > div[otype] > div.gw2,  body > * > div[otype].gw2 > div  { max-width:calc(1280px/12*2); }
body > * > div[otype] > div.gw3,  body > * > div[otype].gw3 > div  { max-width:calc(1280px/12*3); }
body > * > div[otype] > div.gw4,  body > * > div[otype].gw4 > div  { max-width:calc(1280px/12*4); }
body > * > div[otype] > div.gw5,  body > * > div[otype].gw5 > div  { max-width:calc(1280px/12*5); }
body > * > div[otype] > div.gw6,  body > * > div[otype].gw6 > div  { max-width:calc(1280px/12*6); }
body > * > div[otype] > div.gw7,  body > * > div[otype].gw7 > div  { max-width:calc(1280px/12*7); }
body > * > div[otype] > div.gw8,  body > * > div[otype].gw8 > div  { max-width:calc(1280px/12*8); }
body > * > div[otype] > div.gw9,  body > * > div[otype].gw9 > div  { max-width:calc(1280px/12*9); }
body > * > div[otype] > div.gw10, body > * > div[otype].gw10 > div { max-width:calc(1280px/12*10); }
body > * > div[otype] > div.gw11, body > * > div[otype].gw11 > div { max-width:calc(1280px/12*11); }
@media only screen and (max-width: calc(1280px + 24px)) {
    body > * > div[otype] > div.gw1,  body > * > div[otype].gw1 > div { max-width:calc(100%/12); }
    body > * > div[otype] > div.gw2,  body > * > div[otype].gw2 > div  { max-width:calc(100%/12*2); }
    body > * > div[otype] > div.gw3,  body > * > div[otype].gw3 > div  { max-width:calc(100%/12*3); }
    body > * > div[otype] > div.gw4,  body > * > div[otype].gw4 > div  { max-width:calc(100%/12*4); }
    body > * > div[otype] > div.gw5,  body > * > div[otype].gw5 > div  { max-width:calc(100%/12*5); }
    body > * > div[otype] > div.gw6,  body > * > div[otype].gw6 > div  { max-width:calc(100%/12*6); }
    body > * > div[otype] > div.gw7,  body > * > div[otype].gw7 > div  { max-width:calc(100%/12*7); }
    body > * > div[otype] > div.gw8,  body > * > div[otype].gw8 > div  { max-width:calc(100%/12*8); }
    body > * > div[otype] > div.gw9,  body > * > div[otype].gw9 > div  { max-width:calc(100%/12*9); }
    body > * > div[otype] > div.gw10, body > * > div[otype].gw10 > div { max-width:calc(100%/12*10); }
    body > * > div[otype] > div.gw11, body > * > div[otype].gw11 > div { max-width:calc(100%/12*11); }
}
body > * > div[otype].gw13 > div {
    max-width: none;
}
/* -------------------------------------------------------------------------- */
body > * > div[otype] > div.w_left ,
body > * > div[otype].w_left > div {
    justify-content: flex-start;
}
body > * > div[otype] > div.w_center ,
body > * > div[otype].w_center > div {
    justify-content: center;
}
body > * > div[otype] > div.w_right ,
body > * > div[otype].w_right > div {
    justify-content: flex-end;
}
/* -------------------------------------------------------------------------- */
body > * > div[otype].w_fix_bgi {
    background-attachment: fixed;
}
body > * > div[otype].w_shadow {
    -webkit-box-shadow: 0 6px 12px 0px rgb(38,50,56, 0.15);
    -moz-box-shadow: 0 6px 12px 0px rgba(38,50,56, 0.15);
    box-shadow: 0 6px 12px 0px rgb(38,50,56, 0.15);
    z-index: 1;
}
/* -------------------------------------------------------------------------- */
body > * > div[otype] > div > div[otype] {
    width: calc(100% - 24px);
    padding: 12px;
    margin: 0;
}
body > * > div[otype] > div > div[otype].w1  { width:calc(8.333333333333333% - 24px); }
body > * > div[otype] > div > div[otype].w2  { width:calc(16.66666666666667% - 24px); }
body > * > div[otype] > div > div[otype].w3  { width:calc(25% - 24px); }
body > * > div[otype] > div > div[otype].w4  { width:calc(33.33333333333333% - 24px); }
body > * > div[otype] > div > div[otype].w5  { width:calc(41.66666666666667% - 24px); }
body > * > div[otype] > div > div[otype].w6  { width:calc(50% - 24px); }
body > * > div[otype] > div > div[otype].w7  { width:calc(58.33333333333333% - 24px); }
body > * > div[otype] > div > div[otype].w8  { width:calc(66.66666666666667% - 24px); }
body > * > div[otype] > div > div[otype].w9  { width:calc(75% - 24px); }
body > * > div[otype] > div > div[otype].w10 { width:calc(83.33333333333333% - 24px); }
body > * > div[otype] > div > div[otype].w11 { width:calc(91.66666666666666% - 24px); }
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}
.sidenav.right-aligned {
  right: 0;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  left: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.sidenav .collapsible {
  margin: 0;
}
.sidenav li {
  float: none;
  line-height: 48px;
}
.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav li > a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}
.sidenav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav li > a.btn, .sidenav li > a.btn-large, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-flat, .sidenav li > a.btn-floating {
  margin: 10px 15px;
}
.sidenav li > a.btn, .sidenav li > a.btn-large, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-floating {
  color: #fff;
}
.sidenav li > a.btn-flat {
  color: #343434;
}
.sidenav li > a.btn:hover, .sidenav li > a.btn-large:hover, .sidenav li > a.btn-small:hover, .sidenav li > a.btn-large:hover {
  background-color: #2bbbad;
}
.sidenav li > a.btn-floating:hover {
  background-color: #26a69a;
}
.sidenav li > a > i,
.sidenav li > a > [class^="mdi-"], .sidenav li > a li > a > [class*="mdi-"],
.sidenav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}
.sidenav .divider {
  margin: 8px 0 0 0;
}
.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}
.sidenav .subheader:hover {
  background-color: transparent;
}
.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}
.sidenav .user-view > a {
  height: auto;
  padding: 0;
}
.sidenav .user-view > a:hover {
  background-color: transparent;
}
.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sidenav .user-view .circle, .sidenav .user-view .name, .sidenav .user-view .email {
  display: block;
}
.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}
.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}
.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}
.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}
.drag-target {
  height: 100%;
  width: 8px;
  position: fixed;
  top: 0;
  z-index: 998;
}
.drag-target.right-aligned {
  right: 0;
}
.sidenav.sidenav-fixed {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  position: fixed;
}
.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 1023px) {
  .sidenav.sidenav-fixed {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
  .sidenav.sidenav-fixed.right-aligned {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
  .sidenav > a {
    padding: 0 16px;
  }
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}
.sidenav .collapsible-body {
  padding: 0;
}
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}
/* -------------------------------------------------------------------------- */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}
.waves-effect img {
  position: relative;
  z-index: -1;
}
.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
.waves-circle {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
.waves-block {
  display: block;
}
/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.sidenav::-webkit-scrollbar{width:.7em;height:.7em}
.sidenav::-webkit-scrollbar-button{display:none}
.sidenav::-webkit-scrollbar-track{background-color:#cfd8dc;}
.sidenav::-webkit-scrollbar-thumb{background-color:#b0bec5;}
.sidenav::-webkit-scrollbar-thumb:hover{background-color:#90a4ae;}
.sidenav::-webkit-scrollbar-thumb:active{background-color:#78909c;}
/* -------------------------------------------------------------------------- */
:root{

    --icon-color-r: 96;
    --icon-color-g: 125;
    --icon-color-b: 139;

    --label-color-r: 96;
    --label-color-g: 125;
    --label-color-b: 139;

    --text-color-r: 38;
    --text-color-g: 50;
    --text-color-b: 56;

    --border-color-r: 72;
    --border-color-g: 94;
    --border-color-b: 136;

    --button-color-r: 255;
    --button-color-g: 126;
    --button-color-b: 40;

    --error-color-r: 221;
    --error-color-g: 44;
    --error-color-b: 0;

    --inactive-opacity-75: 0.75;
    --inactive-opacity-50: 0.5;
    --inactive-opacity-25: 0.25;
    --active-opacity: 1.00;

    --font-family: 'Open Sans', sans-serif;
;

}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
/* -------------------------------------------------------------------------- */
body > * > div[otype] > div.gw1,  body > * > div[otype].gw1 > div ,
body > * > div[otype] > div.gw2,  body > * > div[otype].gw2 > div ,
body > * > div[otype] > div.gw3,  body > * > div[otype].gw3 > div ,
body > * > div[otype] > div.gw4,  body > * > div[otype].gw4 > div ,
body > * > div[otype] > div.gw5,  body > * > div[otype].gw5 > div ,
body > * > div[otype] > div.gw6,  body > * > div[otype].gw6 > div ,
body > * > div[otype] > div.gw7,  body > * > div[otype].gw7 > div ,
body > * > div[otype] > div.gw8,  body > * > div[otype].gw8 > div ,
body > * > div[otype] > div.gw9,  body > * > div[otype].gw9 > div ,
body > * > div[otype] > div.gw10, body > * > div[otype].gw10 > div ,
body > * > div[otype] > div.gw11, body > * > div[otype].gw11 > div ,
body > * > div[otype] > div.gw12, body > * > div[otype].gw12 > div ,
body > * > div[otype] > div.gw13, body > * > div[otype].gw13 > div ,
body > * > div[otype] > div.gm12 {
    max-width:calc(100%);
}
body > * > div[otype] > div.gm1,  body > * > div[otype].gm1 > div {  max-width:calc(100%/12); }
body > * > div[otype] > div.gm2,  body > * > div[otype].gm2 > div {  max-width:calc(100%/12*2); }
body > * > div[otype] > div.gm3,  body > * > div[otype].gm3 > div {  max-width:calc(100%/12*3); }
body > * > div[otype] > div.gm4,  body > * > div[otype].gm4 > div {  max-width:calc(100%/12*4); }
body > * > div[otype] > div.gm5,  body > * > div[otype].gm5 > div {  max-width:calc(100%/12*5); }
body > * > div[otype] > div.gm6,  body > * > div[otype].gm6 > div {  max-width:calc(100%/12*6); }
body > * > div[otype] > div.gm7,  body > * > div[otype].gm7 > div {  max-width:calc(100%/12*7); }
body > * > div[otype] > div.gm8,  body > * > div[otype].gm8 > div {  max-width:calc(100%/12*8); }
body > * > div[otype] > div.gm9,  body > * > div[otype].gm9 > div {  max-width:calc(100%/12*9); }
body > * > div[otype] > div.gm10, body > * > div[otype].gm10 > div { max-width:calc(100%/12*10); }
body > * > div[otype] > div.gm11, body > * > div[otype].gm11 > div { max-width:calc(100%/12*11); }
/* -------------------------------------------------------------------------- */
body > * > div[otype] > div > div[otype].w1,
body > * > div[otype] > div > div[otype].w2,
body > * > div[otype] > div > div[otype].w3,
body > * > div[otype] > div > div[otype].w4,
body > * > div[otype] > div > div[otype].w5,
body > * > div[otype] > div > div[otype].w6,
body > * > div[otype] > div > div[otype].w7,
body > * > div[otype] > div > div[otype].w8,
body > * > div[otype] > div > div[otype].w9,
body > * > div[otype] > div > div[otype].w10,
body > * > div[otype] > div > div[otype].w11,
body > * > div[otype] > div > div[otype].w12,
body > * > div[otype] > div > div[otype].m12 {
    width:calc(100% - 24px);
}
body > * > div[otype] > div > div[otype].m1  { width:calc(8.333333333333333% - 24px); }
body > * > div[otype] > div > div[otype].m2  { width:calc(16.66666666666667% - 24px); }
body > * > div[otype] > div > div[otype].m3  { width:calc(25% - 24px); }
body > * > div[otype] > div > div[otype].m4  { width:calc(33.33333333333333% - 24px); }
body > * > div[otype] > div > div[otype].m5  { width:calc(41.66666666666667% - 24px); }
body > * > div[otype] > div > div[otype].m6  { width:calc(50% - 24px); }
body > * > div[otype] > div > div[otype].m7  { width:calc(58.33333333333333% - 24px); }
body > * > div[otype] > div > div[otype].m8  { width:calc(66.66666666666667% - 24px); }
body > * > div[otype] > div > div[otype].m9  { width:calc(75% - 24px); }
body > * > div[otype] > div > div[otype].m10 { width:calc(83.33333333333333% - 24px); }
body > * > div[otype] > div > div[otype].m11 { width:calc(91.66666666666666% - 24px); }
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
body > * > div[otype] > div.gw1,  body > * > div[otype].gw1 > div ,
body > * > div[otype] > div.gw2,  body > * > div[otype].gw2 > div ,
body > * > div[otype] > div.gw3,  body > * > div[otype].gw3 > div ,
body > * > div[otype] > div.gw4,  body > * > div[otype].gw4 > div ,
body > * > div[otype] > div.gw5,  body > * > div[otype].gw5 > div ,
body > * > div[otype] > div.gw6,  body > * > div[otype].gw6 > div ,
body > * > div[otype] > div.gw7,  body > * > div[otype].gw7 > div ,
body > * > div[otype] > div.gw8,  body > * > div[otype].gw8 > div ,
body > * > div[otype] > div.gw9,  body > * > div[otype].gw9 > div ,
body > * > div[otype] > div.gw10, body > * > div[otype].gw10 > div ,
body > * > div[otype] > div.gw11, body > * > div[otype].gw11 > div ,
body > * > div[otype] > div.gw12, body > * > div[otype].gw12 > div ,
body > * > div[otype] > div.gw13, body > * > div[otype].gw13 > div ,
body > * > div[otype] > div.gm1,  body > * > div[otype].gm1 > div,
body > * > div[otype] > div.gm2,  body > * > div[otype].gm2 > div,
body > * > div[otype] > div.gm3,  body > * > div[otype].gm3 > div,
body > * > div[otype] > div.gm4,  body > * > div[otype].gm4 > div,
body > * > div[otype] > div.gm5,  body > * > div[otype].gm5 > div,
body > * > div[otype] > div.gm6,  body > * > div[otype].gm6 > div,
body > * > div[otype] > div.gm7,  body > * > div[otype].gm7 > div,
body > * > div[otype] > div.gm8,  body > * > div[otype].gm8 > div,
body > * > div[otype] > div.gm9,  body > * > div[otype].gm9 > div,
body > * > div[otype] > div.gm10, body > * > div[otype].gm10 > div,
body > * > div[otype] > div.gm11, body > * > div[otype].gm11 > div,
body > * > div[otype] > div.gm12, body > * > div[otype].gm12 > div,
body > * > div[otype] > div.gs12, body > * > div[otype].gs12 > div {
    max-width:calc(100%);
}
body > * > div[otype] > div.gs1,  body > * > div[otype].gs1 > div  { max-width:calc(100%/12); }
body > * > div[otype] > div.gs2,  body > * > div[otype].gs2 > div  { max-width:calc(100%/12*2); }
body > * > div[otype] > div.gs3,  body > * > div[otype].gs3 > div  { max-width:calc(100%/12*3); }
body > * > div[otype] > div.gs4,  body > * > div[otype].gs4 > div  { max-width:calc(100%/12*4); }
body > * > div[otype] > div.gs5,  body > * > div[otype].gs5 > div  { max-width:calc(100%/12*5); }
body > * > div[otype] > div.gs6,  body > * > div[otype].gs6 > div  { max-width:calc(100%/12*6); }
body > * > div[otype] > div.gs7,  body > * > div[otype].gs7 > div  { max-width:calc(100%/12*7); }
body > * > div[otype] > div.gs8,  body > * > div[otype].gs8 > div  { max-width:calc(100%/12*8); }
body > * > div[otype] > div.gs9,  body > * > div[otype].gs9 > div  { max-width:calc(100%/12*9); }
body > * > div[otype] > div.gs10, body > * > div[otype].gs10 > div { max-width:calc(100%/12*10); }
body > * > div[otype] > div.gs11, body > * > div[otype].gs11 > div { max-width:calc(100%/12*11); }
/* -------------------------------------------------------------------------- */
body > * > div[otype] > div > div[otype].w1,
body > * > div[otype] > div > div[otype].w2,
body > * > div[otype] > div > div[otype].w3,
body > * > div[otype] > div > div[otype].w4,
body > * > div[otype] > div > div[otype].w5,
body > * > div[otype] > div > div[otype].w6,
body > * > div[otype] > div > div[otype].w7,
body > * > div[otype] > div > div[otype].w8,
body > * > div[otype] > div > div[otype].w9,
body > * > div[otype] > div > div[otype].w10,
body > * > div[otype] > div > div[otype].w11,
body > * > div[otype] > div > div[otype].w12,
body > * > div[otype] > div > div[otype].m1,
body > * > div[otype] > div > div[otype].m2,
body > * > div[otype] > div > div[otype].m3,
body > * > div[otype] > div > div[otype].m4,
body > * > div[otype] > div > div[otype].m5,
body > * > div[otype] > div > div[otype].m6,
body > * > div[otype] > div > div[otype].m7,
body > * > div[otype] > div > div[otype].m8,
body > * > div[otype] > div > div[otype].m9,
body > * > div[otype] > div > div[otype].m10,
body > * > div[otype] > div > div[otype].m11,
body > * > div[otype] > div > div[otype].m12,
body > * > div[otype] > div > div[otype].s12 {
    width:calc(100% - 24px);
}
body > * > div[otype] > div > div[otype].s1  { width:calc(8.333333333333333% - 24px); }
body > * > div[otype] > div > div[otype].s2  { width:calc(16.66666666666667% - 24px); }
body > * > div[otype] > div > div[otype].s3  { width:calc(25% - 24px); }
body > * > div[otype] > div > div[otype].s4  { width:calc(33.33333333333333% - 24px); }
body > * > div[otype] > div > div[otype].s5  { width:calc(41.66666666666667% - 24px); }
body > * > div[otype] > div > div[otype].s6  { width:calc(50% - 24px); }
body > * > div[otype] > div > div[otype].s7  { width:calc(58.33333333333333% - 24px); }
body > * > div[otype] > div > div[otype].s8  { width:calc(66.66666666666667% - 24px); }
body > * > div[otype] > div > div[otype].s9  { width:calc(75% - 24px); }
body > * > div[otype] > div > div[otype].s10 { width:calc(83.33333333333333% - 24px); }
body > * > div[otype] > div > div[otype].s11 { width:calc(91.66666666666666% - 24px); }
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
body > header > div[otype] {
    z-index: 99;
    padding: 0 12px;
}
body > header > div[otype] > div > div[otype] {
    padding: 0 12px;
    position: relative;
    height: 126px;
}
/* -------------------------------------------------------------------------- */
header {
    border-top: 4px solid #cfd8dc;
    position: relative;
}
header:before {
    display: block;
    content: '';
    width: 100%;
    height: 12px;
    background: #f1f3f5;
    position: absolute;
    top: 1px;
    left: 0;
}
/* -------------------------------------------------------------------------- */
header [otype] [otype] div ,
header a {
    display: flex;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
header a i {
    color: #ff7e28;
}
header a p {
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    color: #37474f;
    border-bottom: 1px solid #37474f;
    white-space: nowrap;
}
header a:hover p {
    color: #485e88;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}
/* -------------------------------------------------------------------------- */
header #logo {
    position: absolute;
    top: -4px;
    left: -8px;
    width: 328px;
    height: calc(100% + 4px);
    background: #fff;
    padding: 0 1px;
}
header #logo:before {
    display: block;
    content: '';
    width: 17px;
    height: 99px;
    background: url(/d/i/shadow.png) no-repeat transparent;
    position: absolute;
    top: 0;
    left: -17px;
}
header #logo:after {
    display: block;
    content: '';
    width: 17px;
    height: 99px;
    background: url(/d/i/shadow.png) no-repeat transparent;
    position: absolute;
    top: 0;
    right: -17px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
header #logo div {
    width: 100%;
    height: calc(100% - 4px);
    justify-content: center;
    border-top: 4px solid #ff7e28;
}
header #logo img {
    width: 270px;
}
/* -------------------------------------------------------------------------- */
header .h_phones {
    position: absolute;
    top: 27px;
    right: 12px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}
header .h_phones .h_icon {
    width: 36px;
    margin: 4px 0 0 0;
}
header .h_phones .h_icon > a {
    align-items: center;
    justify-content: center;
}
header .h_phones .h_icon > a > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 48px;
}
header .h_phones .h_icon > a:hover > i {
    color: #485e88;
}
header #phones {
    margin: 0 0 0 6px;
    flex-direction: column;
}
header #phones > a {
    align-items: flex-start;
}
header #phones > a > p {
    border: none;
}
header #phones > a > p:first-child {
    font-size: 24px;
    font-weight: 400;
    color: #37474f;
    margin: 0 8px 0 0;
}
header #phones > a:hover > p:first-child {
    color: #607d8b;
}
header #phones > a > p:last-child {
    font-size: 24px;
    font-weight: 700;
    color: #ff7e28;
}
header #phones > a:hover > p:last-child {
    color: #485e88;
}
/* -------------------------------------------------------------------------- */
header #h_callback {
    position: absolute;
    top: 53px;
    right: 15px;
    align-items: center;
}
header #h_callback p {
    font-size: 10px;
    font-weight: 400;
    color: #37474f;
    border-bottom: 1px solid rgba(55,71,79, 0.5);
}
header #h_callback:hover p {
    color: #485e88;
    border-bottom: 1px solid transparent;
}
header #h_callback i {
    color: #b0bec5;
    margin: 0 4px 0 0;
}
header #h_callback:hover i {
    color: #ff7e28;
}
/* -------------------------------------------------------------------------- */
header #h_address {
    position: absolute;
    top: 31px;
    right: 444px;
    align-items: center;
}
header #h_address p {
    font-weight: 400;
    color: #37474f;
    border-bottom: none;
}
header #h_address:hover p {
    color: #485e88;
    border-bottom: none;
}
header #h_address i {
    margin: 0 6px 0 0;
}
header #h_address:hover i {
    color: #485e88;
}
/* -------------------------------------------------------------------------- */
header #h_help {
    position: absolute;
    top: 31px;
    right: 744px;
    align-items: center;
}
header #h_help p {
    font-weight: 700;
    color: #37474f;
    border-bottom: 1px solid rgba(55,71,79, 0.5);
}
header #h_help:hover p {
    color: #485e88;
    border-bottom: 1px solid rgba(55,71,79, 0);
}
header #h_help i {
    margin: 0 6px 0 0;
    color: #485e88;
}
header #h_help:hover i {
    color: #ff7e28;
}
/* -------------------------------------------------------------------------- */
header .langs {
    position: absolute;
    top: 30px;
    right: 310px;
    justify-content: flex-start;
    align-items: flex-start;
    height: 24px;
    max-height: 24px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
header #langs {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: rgba(255,255,255,0.85);
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    z-index: 100;
    cursor: pointer;
    max-height: 24px;
    border: 1px solid #cfd8dc;
    border-radius: 4px;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
}
header #langs.open {
    max-height: 500px;
    transition: max-height 0.3s ease-in;
}
header #langs > div > i {
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    transition: 0.3s;
}
header #langs.open > div > i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
header #langs > div > span ,
header #langs > a > span ,
header #langs > div > p ,
header #langs > a > p {
    margin: 0 2px 0 0;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #37474f;
}
header #langs > div > span ,
header #langs > div > p {
    text-decoration: underline;
    height: 24px;
    min-height: 24px;
}
header #langs.open > div > span ,
header #langs.open > div > p {
    text-decoration: none;
}
header #langs > div {
    padding: 0 0 0 6px;
    line-height: 24px;
    height: 24px;
    min-height: 24px;
}
header #langs > a {
    padding: 6px 6px 6px 6px;
    height: 12px;
}
header #langs span {
    display: none;
}
header #langs a span {
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    color: #37474f;
    border-bottom: 1px solid #37474f;
    white-space: nowrap;
}
header #langs a:hover p {
    color: #ff7e28;
}
/* -------------------------------------------------------------------------- */
header .stop-war-in-ukraine {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 95px;
    height: 98px;
}
header .stop-war-in-ukraine > * {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .stop-war-in-ukraine img {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1279px) {
    header .stop-war-in-ukraine {
        width: 86px;
        height: 88px;
    }
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 767px) and (min-width: 640px) {
}
@media only screen and (max-width: 639px) {
    header .stop-war-in-ukraine {
        width: 74px;
        height: 76px;
    }
}
@media only screen and (max-width: 424px) {
}
@media only screen and (max-width: 369px) {
}
@media only screen and (max-width: 359px) {
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
/* -------------------------------------------------------------------------- */
header #logo {
    left: 12px;
}
header #h_address {
    right: 384px;
    align-items: flex-start;
}
header #h_address p {
    width: 150px;
    line-height: 1.3;
    white-space: normal;
    margin: 4px 0 0 0;
}
header #h_help {
    top: 80px;
    right: 450px;
}
html[lang=uk] header #h_help {
    right: 427px;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 1023px) {
/* -------------------------------------------------------------------------- */
header #h_help {
    top: 84px;
    right: 8px;
}
html[lang=uk] header #h_help {
    right: 8px;
}
header #h_address {
    top: 76px;
    right: 178px;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
header #logo {
    left: -12px;
    width: 274px;
}
header #logo:before {
    display: none;
}
header #logo img {
    width: 230px;
}
/* -------------------------------------------------------------------------- */
header #phones > a > p {
    font-family: 'Open Sans Condensed', sans-serif;;
}
header .h_phones .h_icon {
    margin: -4px 0 0 0;
}
header .h_phones .h_icon > a > i {
    font-size: 36px;
}
/* -------------------------------------------------------------------------- */
header #h_help {
    right: unset;
    left: calc(100% - 160px);
}
html[lang=uk] header #h_help {
    right: unset;
}
header #h_help i {
    color: #b0bec5;
    margin: 0 4px 0 0;
}
header #h_help p {
    font-weight: 400;
    font-size: 10px;
}
/* -------------------------------------------------------------------------- */
header #h_callback {
    top: 58px;
    right: unset;
    left: calc(100% - 160px);
}
/* -------------------------------------------------------------------------- */
header .langs {
    top: 26px;
    right: 248px;
}
/* -------------------------------------------------------------------------- */
header #h_address {
    top: 62px;
    right: 162px;
}
header #h_address p {
    width: 106px;
    font-size: 10px;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 424px) {
/* -------------------------------------------------------------------------- */
}
@media only screen and (max-width: 599px) {
    body > header > div[otype] > div > div[otype] {
        height: 86px;
    }
    header #logo {
        padding: 0 1px 0 0;
        width: 222px;
        background: transparent;
    }
    header #logo:after {
        display: none;
    }
    header #logo img {
        width: 180px;
        margin: 12px 0 0 2px;
    }
    header .langs {
        top: 35px;
        right: 188px;
    }
    header .h_phones {
        top: 38px;
        right: 4px;
    }
    header .h_phones .h_icon {
        margin: -8px 0 0 0;
    }
    header .h_phones .h_icon > a > i {
        font-size: 28px;
    }
    header #phones {
        margin: 0;
    }
    header #phones > a > p:first-child {
        margin: 0 4px 0 0;
        font-size: 18px;
    }
    header #phones > a > p:last-child {
        font-size: 18px;
    }
    header #h_help ,
    header #h_callback ,
    header #h_address {
        display: none;
    }
}
@media only screen and (max-width: 469px) {
    header .langs {
        display: none !important;
    }
}
@media only screen and (max-width: 424px) {
    header #logo {
        width: 184px;
    }
    header #logo img {
        width: 140px;
        margin: 12px 0 0 2px;
    }
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 359px) {
/* -------------------------------------------------------------------------- */
header #logo {
    width: 174px;
}
header #logo img {
    width: 130px;
}
header .h_phones .h_icon {
    width: 32px;
}
header .h_phones .h_icon > a > i {
    width: 32px;
    height: 32px;
    font-size: 24px;
}
header .h_phones {
    top: 42px;
    right: 4px;
}
header #phones > a > p:first-child {
    margin: 0 4px 0 0;
    font-size: 15px;
}
header #phones > a > p:last-child {
    font-size: 15px;
}
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
nav {
    height: 54px;
    min-height: 54px;
    background: #eceff1;
    border-bottom: 3px solid #485e88;
    -webkit-box-shadow: 0 8px 8px 0px rgb(38,50,56, 0.1);
    -moz-box-shadow: 0 8px 8px 0px rgba(38,50,56, 0.1);
    box-shadow: 0 8px 8px 0px rgb(38,50,56, 0.1);
    z-index: 98;
}
body > nav > div[otype] {
    padding: 0 12px;
}
body > nav > div[otype] > div > div[otype] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 12px;
}
/* -------------------------------------------------------------------------- */
body.fixed-nav nav {
    position: fixed;
    left: 0;
    top: 0;
}
/* -------------------------------------------------------------------------- */
nav ul {
    display: flex;
    flex-direction: row;
    margin-right: auto;
}
nav li {
    display: flex;
}
/* -------------------------------------------------------------------------- */
nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px
}
nav a.active {
    background: #485e88 !important;
}
nav a:hover {
    background: rgba(255, 255, 255, 0.5);
}
nav a > p {
    line-height: 1;
    color: #455a64;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}
nav a:hover > p {
    color: #37474f;
}
nav > div a.active > p {
    color: #fff !important;
}
/* -------------------------------------------------------------------------- */
nav a.highlight {
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #eceff1;
    border-left: 1px solid #eceff1;
    margin: 0 0 0 0;
}
nav a.highlight:hover {
    background: #485e88}
nav a.highlight > p {
    color: #455a64;
}
nav a.highlight:hover > p {
    color: #fff !important;
}
nav a.highlight > i {
    font-size: 38px;
    margin: 0 8px 4px -4px;
    color: #ff7e28}
nav a.highlight:hover > i {
    color: #fff;
}
/* -------------------------------------------------------------------------- */
.menu {
    width: 64px;
    height: 54px;
    flex-shrink: 0;
    margin: 0 0 0 -14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}
.menu:hover {
    background: rgba(255, 255, 255, 0.5);
}
.hamburger {
    margin: auto;
    position: relative;
    width: 36px;
    height: 24px;
    padding: 0;
    margin: 0;
}
.hamburger p {
    display: block;
    position: absolute;
    height: 4px;
    width: 36px;
    border-radius: 4px;
    left: 0;
    background: #ff7e28;
    transform-origin: 0 50%;
    transition: 0.3s;
}
.menu:hover .hamburger p  {
    background: #ff7e28;
}
.hamburger p:first-child {
    top: 0px;
    transform: scaleX(1);
    opacity: 1;
}
.hamburger p:nth-child(2) {
    top: 10px;
    transform: scaleX(1);
    opacity: 1;
}
.hamburger p:last-child {
    top: 20px;
    transform: scaleX(1);
    opacity: 1;
}
.hamburger:hover {
    cursor: pointer;
}
.menu:hover .hamburger p {
    animation: menu-hover .3s forwards cubic-bezier(0.0, 0.0, 0.2, 1) 1;
    animation-delay: .1s;
}
.menu:hover .hamburger p:nth-child(2) {
    animation-delay: .2s;
}
.menu:hover .hamburger p:last-child {
    animation-delay: .3s;
}
@keyframes menu-hover {
    60% {
        transform: scaleX(1.3);
    }
    100% {
        transform: scaleX(1);
    }
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
/* -------------------------------------------------------------------------- */
nav a.highlight {
    margin: 0 -24px 0 0;
}
nav ul {
    overflow-x: scroll;
}
nav a > p {
    font-size: 16px;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
nav ul {
    display: none;
}
nav a.highlight {
    margin-left: auto;
}
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
#breadcrumbs #breadcrumbs_path {
    order: 1;
    margin: 4px 0 8px 0;
}
#breadcrumbs #current_page {
    order: 2;
    margin: 0 0 0 0;
}
/* -------------------------------------------------------------------------- */
main {
    background: #eceff1;
    margin-bottom: auto;
    min-height: 400px;
    justify-content: flex-start;
}
body > * > div[otype]#breadcrumbs {
    background: #fff;
    z-index: 97;
}
body > * > div[otype]#breadcrumbs > div > div[otype] {
    padding: 4px 12px;
}
/* -------------------------------------------------------------------------- */
#breadcrumbs #current_page {
    flex: 0 0 100%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}
#breadcrumbs #current_page > h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #37474f;
    margin: 0;
    padding: 0;
    text-align: left;
}
/* -------------------------------------------------------------------------- */
#breadcrumbs #breadcrumbs_path {
    display: flex;
}
#breadcrumbs #breadcrumbs_path > a {
    position: relative;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(55,71,79, 0.75);
    border-bottom: 1px solid rgba(55,71,79, 0.5);
    margin: 0 18px 0 0;
}
#breadcrumbs #breadcrumbs_path > a:hover {
    color: #ff7e28;
    border-bottom: 1px solid transparent;
}
#breadcrumbs #breadcrumbs_path > a:after {
    content: '|';
    top: 0;
    right: -12px;
    position: absolute;
    font-size: 12px;
    color: rgba(55,71,79, 0.25);
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
footer {
    background: #37474f;
}
footer > div div ,
footer a {
    display: flex;
    align-items: flex-start;
}
footer a i {
    color: #ff7c24;
}
footer a p {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    border-bottom: none;
}
footer a:hover p {
    color: #ff7c24;
    transition: 0.15s;
}
/* -------------------------------------------------------------------------- */
body > footer > div[otype] {
    width: 100%;
    padding: 0;
}
body > footer > div[otype] > div > div[otype] {
    flex-direction: column;
    align-items: center;
    padding: 0;
    width: 100%;
}
/* -------------------------------------------------------------------------- */
footer #footer_content {
    width: calc(100% - 48px);
    max-width: calc(1280px - 48px);
    padding: 24px;
    flex-wrap: wrap;
}
footer .footer_col {
    flex: 0 0 26%;
    width: 26%;
    flex-direction: column;
    flex-wrap: nowrap;
}
footer .footer_col:last-child {
    flex: 0 0 22%;
    width: 22%;
}
/* -------------------------------------------------------------------------- */
footer .footer_title {
    height: 42px;
    align-items: flex-start;
    margin: 0 0 18px 0;
}
footer .footer_title > div {
    display: flex;
    width: 60px;
}
footer .footer_title > div > img {
    width: 34px;
    margin-top: 8px;
}
footer .footer_title > i {
    width: 60px;
    font-size: 48px;
    margin-top: 0px;
    color: #ff7c24;
}
footer .footer_title > p {
    width: 196px;
    padding: 5px 0 7px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    border-bottom: 8px solid rgba(255, 255, 255, 0.2);
}
/* -------------------------------------------------------------------------- */
footer .footer_col > a {
    margin: 0 0 12px 60px;
    justify-content: center;
    align-items: center;
}
footer .footer_col > a > p {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
footer .footer_col > a > i {
    margin: 0 8px 0 0;
}
footer .footer_col > a.f_slink > p {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
footer .footer_col > a.f_slink:hover > p {
    color: #ff7c24;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
footer .footer_col > a.f_slink > i {
    font-size: 18px;
}
/* -------------------------------------------------------------------------- */
footer .footer_col > a.f_onmap {
    margin: 8px 0 0 58px;
}
/* -------------------------------------------------------------------------- */
footer .footer_col > p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    margin: 0 0 12px 60px;
}
footer .footer_col > font {
    color: rgba(255, 255, 255, 1);
    margin: 0 0 0 60px;
    line-height: 1.3;
}
/* -------------------------------------------------------------------------- */
footer a.f_phone {
    margin: 0 0 20px 60px;
}
footer a.f_phone > p {
    font-size: 22px !important;
    font-weight: 400;
}
footer a.f_phone > p:first-child {
    color: rgba(255, 255, 255, 0.7);
    margin: 0 8px 0 0;
}
footer a.f_phone:hover > p:first-child {
    color: #fff;
}
footer a.f_phone > p:last-child {
    color: rgba(255, 255, 255, 1);
    /* font-weight: 700; */
}
footer a.f_phone:hover > p:last-child {
    color: #ff7c24;
}
/* -------------------------------------------------------------------------- */
footer .footer_col > p.f_email_title {
    margin-top: 8px;
}
footer .footer_col > a.f_email > p {
    text-transform: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-top: -4px;
}
footer .footer_col > a.f_email:hover > p {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
/* -------------------------------------------------------------------------- */
/*
footer #f_messengers {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 20px 0 0 60px;
}
footer #f_messengers a.f_messenger {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 24px 0 0;
}
footer #f_messengers a.f_messenger:hover {
    color: #fff;
}
footer #f_messengers a.f_messenger > img {
    height: 24px;
    margin: 0 0 6px 0;
}
footer #f_messengers a.f_messenger:hover > img {
    filter:             opacity(75%);
    -webkit-filter:     opacity(75%);
    -moz-filter:        opacity(75%);
}
*/
/* -------------------------------------------------------------------------- */
footer .work_status_header{
    margin: 18px 0 8px 60px !important;
}
/* -------------------------------------------------------------------------- */
footer .footer_col > .work_status {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    margin: 2px 0 0 60px;
}
footer .footer_col > .work_status b {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.12;
    white-space: nowrap;
}
footer .footer_col > .work_status b:first-child {
    width: 64px;
}
html[lang=en] footer .footer_col > .work_status b:first-child {
    font-family: 'Open Sans Condensed', sans-serif;;
}
footer .footer_col > .work_status b:last-child {
    color: #fff;
}
footer .footer_col > .work_status:last-child b:last-child {
    font-size: 12px;
}
/* -------------------------------------------------------------------------- */
/*
footer .footer_col > .work_status_now {
    margin: 8px 0 2px 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
footer .work_status_now > i {
    color: ;
    margin: 0 8px 0 0;
}
footer .work_status_now_off > i {
    color: ;
}
*/
/* -------------------------------------------------------------------------- */
footer .footer_col > a.f_button {
    justify-content: center;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    margin: 8px 0 16px 0;
    width: calc(100% - 2px);
    height: 42px;
}
footer .footer_col > a.f_button:hover {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
}
footer .footer_col > a.f_button > i {
    color: #ff7c24;
    margin: 0 18px 0 0;
}
footer .footer_col > a.f_button:hover > i {
    color: #ff7c24;
}
footer .footer_col > a.f_button > p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
footer .footer_col > a.f_button:hover > p {
    color: #485e88;
}
/* -------------------------------------------------------------------------- */
footer #footer_helpback {
    background: #ff7c24;
    border: 1px solid #ff7c24;
}
footer #footer_helpback:hover {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
}
footer #footer_helpback > i {
    color: rgba(255, 255, 255, 0.5);
}
footer #footer_helpback:hover > i {
    color: #ff7c24;
}
footer #footer_helpback > p {
    color: rgba(255, 255, 255, 1);
}
footer #footer_helpback:hover > p {
    color: #485e88;
}
/* -------------------------------------------------------------------------- */
footer #f_social {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 32px 0 0 0;
    width: 100%;
}
/* -------------------------------------------------------------------------- */
footer #f_social_header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    text-transform: uppercase;
}
footer #f_social_header > i {
    color: #ff7c24;
    font-size: 36px;
    margin: 0 12px 0 0;
}
/* -------------------------------------------------------------------------- */
footer #f_social > div {
    margin: 0 12px;
}
footer #f_social a {
    margin: 0 8px;
}
footer #f_social a > img {
    width: 24px;
    height: 24px;
    margin: 3px;
    opacity: 0.75;
    filter: grayscale(100%) brightness(500%) contrast(100%);
    -webkit-filter: grayscale(100%) brightness(500%) contrast(100%);
}
footer #f_social a:hover > img {
    opacity: 1;
    filter: none;
    -webkit-filter: none;
    transition: 0.3s;
}
/* -------------------------------------------------------------------------- */
footer #footer_copyright {
    width: calc(100% - 48px);
    background: rgba(0, 0, 0, 0.35);
    padding: 16px 24px;
    justify-content: center;
}
footer #footer_copyright div {
    width: 100%;
    max-width: calc(1280px - 48px);
    justify-content: space-between;
    flex-wrap: wrap;
}
footer #footer_copyright p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    margin: 0 0;
    text-align: center;
}
footer #footer_copyright a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 0;
}
footer #footer_copyright a:hover {
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
#olymp-up {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0.625rem 1.25rem rgba(38,50,56,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 100;
    opacity: 0;
    bottom: -4rem;
    right: 1.8rem;
    cursor: pointer;
    transition: .3s;
    transition: all 0.15s 0s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#olymp-up.show {
    bottom: 2rem;
    opacity: 0.55;
}
#olymp-up:hover {
    opacity: 1;
    background: #ff7e28;
    transition: all 0.3s 0.15s ease-in;
}
#olymp-up i {
    color: #ff7e28;
    transform: rotate(-90deg);
    transition: all 0.15s 0s ease-out;
}
#olymp-up:hover i {
    color: #fff;
    transition: all 0.3s 0.15s ease-in;
}
/* -------------------------------------------------------------------------- */
.sidenav {
    max-height: 100%;
}
.sidenav > *:last-child {
    margin: 0 0 48px 0;
}
.sidenav li#sidenav_head {
    height: 130px;
    background: #fff;
    display: flex;
    margin: 0 0 12px 0;
    box-shadow: 0 2px 4px -1px rgba(38,50,56, .1),
                0 4px 5px 0 rgba(38,50,56, .07),
                0 1px 10px 0 rgba(38,50,56, 0.06);
    border-bottom: 4px solid #ff7e28;
}
.sidenav li#sidenav_head #sn_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}
.sidenav li#sidenav_head #sn_logo > a > img {
    width: 232px;
}
/* -------------------------------------------------------------------------- */
.sidenav li > a {
    white-space: nowrap;
    color: #37474f;
}
.sidenav li > a > i {
    color: #485e88;
}
.sidenav li > a:hover {
    color: #fff;
    background: #485e88;
}
.sidenav li > a:hover > i {
    color: #fff;
}
.sidenav li.booking > a {
    background: #ff7e28;
    color: #fff !important;
}
.sidenav li.booking > a:hover {
    background: #485e88;
}
.sidenav li.booking > a > i {
    color: #fff;
}
/* -------------------------------------------------------------------------- */
.sidenav .sn_title {
    display: flex;
    align-items: center;
    font-size: 11px;
    text-transform: uppercase;
    color: #37474f;
}
.sidenav .sn_title i {
    width: 24px;
    font-size: 24px;
    color: #485e88;
    margin: 0 32px;
    opacity: 0.5;
}
/* -------------------------------------------------------------------------- */
.sidenav #sn_phones {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 2px dotted #eceff1;
    margin: 18px 0;
}
.sidenav #sn_phones a {
    display: flex;
    padding: 0;
    margin: -12px 0 0 88px;
    width: auto;
    height: auto;
    line-height: 1;
    background: transparent !important;
}
.sidenav #sn_phones a + a {
    margin: 0 0 0 88px;
}
.sidenav #sn_phones a > p {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 400;
}
.sidenav #sn_phones a > p:first-child {
    color: #607d8b;
    margin: 0 6px 0 0;
}
.sidenav #sn_phones a > p:last-child {
    color: #485e88;
}
.sidenav #sn_phones a:hover > p:first-child {
    color: #455a64;
}
.sidenav #sn_phones a:hover > p:last-child {
    color: #ff7e28;
}
.sidenav #sn_phones a#sn_callback {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 8px 0 0 84px;
    width: auto;
    height: auto;
    line-height: 1;
    background: transparent !important;
}
.sidenav #sn_phones a#sn_callback > p {
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 400;
    text-transform: uppercase;
    color: #455a64;
    border-bottom: 1px solid #b0bec5;
}
.sidenav #sn_phones a#sn_callback:hover > p {
    color: #485e88;
    border-bottom: 1px solid transparent;
}
.sidenav #sn_phones a#sn_callback > i {
    color: #485e88 !important;
    margin: -1px 6px 0 0;
    line-height: 1 !important;
    height: auto !important;
    opacity: 0.5;
}
.sidenav #sn_phones a#sn_callback:hover > i {
    color: #ff7e28 !important;
    opacity: 1;
}
/* -------------------------------------------------------------------------- */
.sidenav #sn_langs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 2px dotted #eceff1;
    margin: 18px 0;
}
.sidenav #sn_langs div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -8px 0 0 84px;
}
.sidenav #sn_langs div * {
    display: flex;
    padding: 0;
    margin: 0;
    width: auto;
    line-height: 24px;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    margin: 0 4px 8px 4px;
    padding: 8px 18px;
}
.sidenav #sn_langs div a {
    border: 1px solid #cfd8dc;
    background: #fff;
    color: #546e7a;
}
.sidenav #sn_langs div a:hover {
    border: 1px solid #ff7e28;
    color: #37474f;
    background: #eceff1;
}
.sidenav li#sn_langs div span {
    border: 1px solid #485e88;
    background: #485e88;
    color: #fff;
}
/* -------------------------------------------------------------------------- */
.sidenav #sn_social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 2px dotted #eceff1;
    border-bottom: 2px dotted #eceff1;
    margin: 12px 0 32px 0;
}
.sidenav #sn_social div {
    display: flex;
    flex-direction: column;
    margin: -8px 0 18px 84px;
}
.sidenav #sn_social a {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    line-height: 1;
    background: transparent !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 400;
    text-transform: uppercase;
    color: #455a64;
}
.sidenav #sn_social a:hover {
    color: #485e88;
}
.sidenav #sn_social a > img {
    width: 24px;
    height: 24px;
    margin: 6px 12px 6px 0;
    opacity: 0.75;
}
.sidenav #sn_social a:hover > img {
    opacity: 1;
    transition: 0.3s;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
/* -------------------------------------------------------------------------- */
}
@media only screen and (max-width: 1279px) and (min-width: 1023px) {
    footer #footer_content {
        justify-content: space-around;
    }
    footer .footer_col {
        flex: 0 0 280px;
        width: 280px;
    }
    footer .footer_col:last-child {
        flex: 0 0 100%;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        flex-wrap: nowrap;
        margin: 24px 0 0 0;
    }
    footer .footer_col > a.f_button {
        margin: 0;
        width: 280px;
        flex: 0 0 280px;
    }
    footer #f_social {
        width: 280px;
        margin: 0;
    }
}
@media only screen and (max-width: 1279px) {
}

@media only screen and (max-width: 1023px) {
/* -------------------------------------------------------------------------- */
footer .footer_col:nth-child(1) {
    order: 3;
}
footer .footer_col:nth-child(2) {
    order: 1;
    margin-bottom: 24px;
}
footer .footer_col:nth-child(3) {
    order: 2;
    margin-bottom: 32px;
}
footer .footer_col:nth-child(4) {
    order: 4;
}
footer #footer_content {
    justify-content: space-around;
}
footer .footer_col {
    flex: 0 0 34% !important;
    width: 34% !important;
    min-width: 280px !important;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
footer #footer_content {
    width: calc(100% - 24px);
    max-width: calc(1280px - 24px);
    padding: 24px 12px;
}
footer .footer_col {
    min-width: 200px !important;
}
/* -------------------------------------------------------------------------- */
footer .footer_title {
    height: 42px;
    margin: 0 0 8px 0;
}
footer .footer_title > div {
    width: 50px;
}
footer .footer_title > div > img {
    width: 30px;
    margin-top: 6px;
}
footer .footer_title > i {
    width: 50px;
    font-size: 36px;
    margin-top: 2px;
}
footer .footer_title > p {
    width: 140px;
    padding: 4px 0 4px 0;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 6px solid rgba(255, 255, 255, 0.2);
}
/* -------------------------------------------------------------------------- */
footer .footer_col > a {
    margin: 0 0 8px 50px;
}
footer .footer_col > a > p {
    font-family: 'Open Sans Condensed', sans-serif;;
    font-size: 13px;
    line-height: 13px;
}
footer .footer_col > a > i {
    margin: 0 6px 0 0;
}
footer .footer_col > a.f_slink > p {
    font-size: 9px;
}
footer .footer_col > a.f_slink > i {
    font-size: 16px;
}
/* -------------------------------------------------------------------------- */
footer .footer_col > a.f_onmap {
    margin: 6px 0 0 48px;
}
/* -------------------------------------------------------------------------- */
footer .footer_col > p {
    font-size: 11px;
    margin: 0 0 12px 50px;
}
footer .footer_col > font {
    font-size: 12px;
    margin: 0 0 0 50px;
}
/* -------------------------------------------------------------------------- */
footer a.f_phone {
    margin: 0 0 8px 50px;
}
footer a.f_phone > p {
    font-size: 16px !important;
}
footer a.f_phone > p:first-child {
    margin: 0 4px 0 0;
}
/* -------------------------------------------------------------------------- */
footer .footer_col > p.f_email_title {
    margin-top: 8px;
}
footer .footer_col > a.f_email > p {
    font-size: 12px;
}
/* -------------------------------------------------------------------------- */
footer .work_status_header{
    margin: 14px 0 6px 50px !important;
}
/* -------------------------------------------------------------------------- */
footer .footer_col > .work_status {
    margin: 0 0 0 50px;
}
footer .footer_col > .work_status b {
    font-size: 13px;
}
footer .footer_col > .work_status b:first-child {
    width: 56px;
}
footer .footer_col > .work_status:last-child b:last-child {
    font-size: 12px;
}
/* -------------------------------------------------------------------------- */
footer .footer_col > a.f_button {
    margin: 8px 20px 8px 20px;
    width: calc(100% - 42px);
    max-width: 180px;
    height: 38px;
}
footer .footer_col > a.f_button > i {
    margin: 0 10px 0 0;
    font-size: 22px;
}
footer .footer_col > a.f_button > p {
    font-size: 13px;
}
/* -------------------------------------------------------------------------- */
footer #f_social {
    flex-direction: column;
    margin: 8px 0 0 0;
}
/* -------------------------------------------------------------------------- */
footer #f_social_header {
    margin: 0 0 8px 0;
    font-size: 11px;
}
footer #f_social_header > i {
    font-size: 22px;
    margin: 0 8px 0 0;
}
/* -------------------------------------------------------------------------- */
footer #f_social > div {
    margin: 0;
}
footer #f_social a {
    margin: 0 6px;
}
footer #f_social a > img {
    width: 20px;
    height: 20px;
    margin: 2px;
}
/* -------------------------------------------------------------------------- */
footer #footer_copyright > div {
    flex-direction: column;
    align-items: center;
}
footer #footer_copyright > div > p {
    font-size: 12px;
}
footer #footer_copyright > div > a {
    margin-top: 8px;
    font-size: 12px;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 424px) {
/* -------------------------------------------------------------------------- */
footer .footer_col {
    min-width: 164px !important;
}
/* -------------------------------------------------------------------------- */
footer .footer_title > div {
    width: 40px;
}
footer .footer_title > div > img {
    width: 30px;
    margin-top: 6px;
}
footer .footer_title > i {
    width: 40px;
    font-size: 32px;
    margin-top: 4px;
}
footer .footer_title > p {
    width: 120px;
    font-size: 12px;
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
}
/* -------------------------------------------------------------------------- */
footer .footer_col > a {
    margin: 0 0 8px 40px;
}
footer .footer_col > a > p {
    font-size: 12px;
}
/* -------------------------------------------------------------------------- */
footer .footer_col > a.f_onmap {
    margin: 6px 0 0 38px;
}
/* -------------------------------------------------------------------------- */
footer .footer_col > p {
    margin: 0 0 12px 40px;
}
footer .footer_col > font {
    margin: 0 0 0 40px;
    font-size: 14px;
    font-family: 'Open Sans Condensed', sans-serif;;
}
/* -------------------------------------------------------------------------- */
footer .footer_col > p.f_email_title {
    margin-top: 12px;
}
footer .footer_col > a.f_email > p {
    font-family: 'Open Sans Condensed', sans-serif;;
    font-size: 13px;
}
/* -------------------------------------------------------------------------- */
footer a.f_phone {
    margin: 0 0 8px 40px;
}
footer a.f_phone > p {
    font-size: 14px !important;
    letter-spacing: -0.5px;
}
/* -------------------------------------------------------------------------- */
footer .work_status_header{
    margin: 12px 0 4px 40px !important;
}
/* -------------------------------------------------------------------------- */
footer .footer_col > .work_status {
    margin: 0 0 0 40px;
}
footer .footer_col > .work_status b:first-child {
    width: 48px;
}
footer .footer_col > .work_status:last-child b:last-child {
    font-size: 10px;
}
/* -------------------------------------------------------------------------- */
footer .footer_col > a.f_button {
    margin: 8px 0 6px 16px;
    width: calc(100% - 18px);
    height: 36px;
}
footer .footer_col > a.f_button > i {
    margin: 0 8px 0 0;
    font-size: 20px;
}
footer .footer_col > a.f_button > p {
    font-size: 12px;
    font-family: 'Open Sans Condensed', sans-serif;;
}
/* -------------------------------------------------------------------------- */
footer #f_social {
    flex-direction: column;
    margin: 10px 0 0 0;
}
/* -------------------------------------------------------------------------- */
footer #f_social a {
    margin: 0 4px;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 359px) {
/* -------------------------------------------------------------------------- */
footer .footer_col {
    min-width: 140px !important;
}
/* -------------------------------------------------------------------------- */
footer .footer_title > p {
    width: 90px;
    font-family: 'Open Sans Condensed', sans-serif;;
}
/* -------------------------------------------------------------------------- */
footer .footer_col > a > p {
    font-size: 11px;
}
footer .footer_col > font {
    font-size: 13px;
}
/* -------------------------------------------------------------------------- */
footer .footer_col > p {
    font-family: 'Open Sans Condensed', sans-serif;;
}
/* -------------------------------------------------------------------------- */
footer .footer_col > p.f_email_title {
    margin-top: 8px;
}
/* -------------------------------------------------------------------------- */
footer a.f_phone > p {
    font-family: 'Open Sans Condensed', sans-serif;;
    font-size: 16px !important;
    letter-spacing: 0;
}
/* -------------------------------------------------------------------------- */
footer .footer_col > .work_status b:first-child {
    width: 38px;
}
html[lang=en] footer .footer_col > .work_status b:first-child {
    text-transform: none;
}
/* -------------------------------------------------------------------------- */
footer #f_social_header {
    font-family: 'Open Sans Condensed', sans-serif;;
}
/* -------------------------------------------------------------------------- */
}
