/* =====   PEPER (style)   ===== */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 0;
    padding: 2px;
}
::-webkit-scrollbar-track {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #eaeaea;
}
::-webkit-scrollbar-thumb {
    background: #717171;
    border-radius: 3px;
} 


/*-------------------------------*/
/*-------- Основные теги --------*/
/*-------------------------------*/

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;}

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

img {
  border: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

html {
  box-sizing: border-box; }

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

ul {
  list-style-type: none; }

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.valign-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .valign-wrapper .valign {
    display: block; }

ul {
  padding: 0; }
  ul li {
    list-style-type: none; }

/*----------------------*/
/*-------- Тени --------*/
/*----------------------*/

.z-depth-0 {
  box-shadow: none !important; 
}

.z-depth-1, .card, .btn {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-hover, .btn:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4, .modal {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

/*---------------------------*/
/*-------- Контейнер --------*/
/*---------------------------*/

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%; }

@media only screen and (min-width : 601px) {
  .container {
    width: 92%; } }

@media only screen and (min-width : 993px) {
  .container {
    width: 90%; } }

.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

/*------------------------------------*/
/*-------- Сетка (адаптивная) --------*/
/*------------------------------------*/

.row {
  margin-left: auto;
  margin-right: auto; 
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

  .row .col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem; }
    .row .col.s1 {
      width: 8.33333%;
      margin-left: 0; }
    .row .col.s2 {
      width: 16.66667%;
      margin-left: 0; }
    .row .col.s3 {
      width: 25%;
      margin-left: 0; }
    .row .col.s4 {
      width: 33.33333%;
      margin-left: 0; }
    .row .col.s5 {
      width: 41.66667%;
      margin-left: 0; }
    .row .col.s6 {
      width: 50%;
      margin-left: 0; }
    .row .col.s7 {
      width: 58.33333%;
      margin-left: 0; }
    .row .col.s8 {
      width: 66.66667%;
      margin-left: 0; }
    .row .col.s9 {
      width: 75%;
      margin-left: 0; }
    .row .col.s10 {
      width: 83.33333%;
      margin-left: 0; }
    .row .col.s11 {
      width: 91.66667%;
      margin-left: 0; }
    .row .col.s12 {
      width: 100%;
      margin-left: 0; }
    .row .col.offset-s1 {
      margin-left: 8.33333%; }
    .row .col.offset-s2 {
      margin-left: 16.66667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.33333%; }
    .row .col.offset-s5 {
      margin-left: 41.66667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.33333%; }
    .row .col.offset-s8 {
      margin-left: 66.66667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.33333%; }
    .row .col.offset-s11 {
      margin-left: 91.66667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    @media only screen and (min-width : 601px) {
      .row .col.m1 {
        width: 8.33333%;
        margin-left: 0; }
      .row .col.m2 {
        width: 16.66667%;
        margin-left: 0; }
      .row .col.m3 {
        width: 25%;
        margin-left: 0; }
      .row .col.m4 {
        width: 33.33333%;
        margin-left: 0; }
      .row .col.m5 {
        width: 41.66667%;
        margin-left: 0; }
      .row .col.m6 {
        width: 50%;
        margin-left: 0; }
      .row .col.m7 {
        width: 58.33333%;
        margin-left: 0; }
      .row .col.m8 {
        width: 66.66667%;
        margin-left: 0; }
      .row .col.m9 {
        width: 75%;
        margin-left: 0; }
      .row .col.m10 {
        width: 83.33333%;
        margin-left: 0; }
      .row .col.m11 {
        width: 91.66667%;
        margin-left: 0; }
      .row .col.m12 {
        width: 100%;
        margin-left: 0; }
      .row .col.offset-m1 {
        margin-left: 8.33333%; }
      .row .col.offset-m2 {
        margin-left: 16.66667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.33333%; }
      .row .col.offset-m5 {
        margin-left: 41.66667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.33333%; }
      .row .col.offset-m8 {
        margin-left: 66.66667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.33333%; }
      .row .col.offset-m11 {
        margin-left: 91.66667%; }
      .row .col.offset-m12 {
        margin-left: 100%; } }
    @media only screen and (min-width : 993px) {
      .row .col.l1 {
        width: 8.33333%;
        margin-left: 0; }
      .row .col.l2 {
        width: 16.66667%;
        margin-left: 0; }
      .row .col.l3 {
        width: 25%;
        margin-left: 0; }
      .row .col.l4 {
        width: 33.33333%;
        margin-left: 0; }
      .row .col.l5 {
        width: 41.66667%;
        margin-left: 0; }
      .row .col.l6 {
        width: 50%;
        margin-left: 0; }
      .row .col.l7 {
        width: 58.33333%;
        margin-left: 0; }
      .row .col.l8 {
        width: 66.66667%;
        margin-left: 0; }
      .row .col.l9 {
        width: 75%;
        margin-left: 0; }
      .row .col.l10 {
        width: 83.33333%;
        margin-left: 0; }
      .row .col.l11 {
        width: 91.66667%;
        margin-left: 0; }
      .row .col.l12 {
        width: 100%;
        margin-left: 0; }
      .row .col.offset-l1 {
        margin-left: 8.33333%; }
      .row .col.offset-l1-5 {
        margin-left: 12.49%; }
      .row .col.offset-l2 {
        margin-left: 16.66667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.33333%; }
      .row .col.offset-l5 {
        margin-left: 41.66667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.33333%; }
      .row .col.offset-l8 {
        margin-left: 66.66667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.33333%; }
      .row .col.offset-l11 {
        margin-left: 91.66667%; }
      .row .col.offset-l12 {
        margin-left: 100%; } }

/*-----------------------------*/
/*-------- Типографика --------*/
/*-----------------------------*/

@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url("../font/roboto/Roboto-Thin.woff2") format("woff2"), url("../font/roboto/Roboto-Thin.woff") format("woff"), url("../font/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 200; }

@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url("../font/roboto/Roboto-Light.woff2") format("woff2"), url("../font/roboto/Roboto-Light.woff") format("woff"), url("../font/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url("../font/roboto/Roboto-Regular.woff2") format("woff2"), url("../font/roboto/Roboto-Regular.woff") format("woff"), url("../font/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Medium.woff2") format("woff2"), url("../font/roboto/Roboto-Medium.woff") format("woff"), url("../font/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Bold.woff2") format("woff2"), url("../font/roboto/Roboto-Bold.woff") format("woff"), url("../font/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700; }

a {
  text-decoration: none; }

html {
  font-size: 14px;
  line-height: 1.65;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87); }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.1rem 0 1.68rem 0; }

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 1.78rem 0 1.424rem 0; }

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0; }

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0; }

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0; }

h6 {
  font-size: 1rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0; }

em {
  font-style: italic; }

strong {
  font-weight: 500; }

.light {
  font-weight: 300; }

.thin {
  font-weight: 200; }

/*--------------------------------*/
/*-------- Форматирование --------*/
/*--------------------------------*/

.hide {
  display: none !important; }

.left-align {
  text-align: left; }

.right-align {
  text-align: right; }

.center, .center-align {
  text-align: center; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.circle {
  border-radius: 50%; }

i {
  line-height: inherit; }
  i.left {
    float: left;
    margin-right: 15px; }
  i.right {
    float: right;
    margin-left: 15px; }
  i.tiny {
    font-size: 1rem; }
  i.small {
    font-size: 2rem; }
  i.medium {
    font-size: 4rem; }
  i.large {
    font-size: 6rem; }

img.responsive-img, video.responsive-video {
  max-width: 100%;
  height: auto; }

@media only screen and (max-width : 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important; } }

@media only screen and (max-width : 992px) {
  .hide-on-med-and-down {
    display: none !important; } }

@media only screen and (min-width : 601px) {
  .hide-on-med-and-up {
    display: none !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important; } }

@media only screen and (min-width : 993px) {
  .hide-on-large-only {
    display: none !important; } }

@media only screen and (min-width : 993px) {
  .show-on-large {
    display: initial !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: initial !important; } }

@media only screen and (max-width : 600px) {
  .show-on-small {
    display: initial !important; } }

@media only screen and (min-width : 601px) {
  .show-on-medium-and-up {
    display: initial !important; } }

@media only screen and (max-width : 992px) {
  .show-on-medium-and-down {
    display: initial !important; } }

@media only screen and (max-width : 600px) {
  .center-on-small-only {
    text-align: center; } }

/*--------------------------------------------------------*/
/*------- Навигационный бар (десктоп + мобильная) --------*/
/*--------------------------------------------------------*/

.nav-bar {
    position: fixed;
    background-color: #fff;
    display: block;
    top: 0;
    width: 100vw;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.13), 0 1px 15px 0 rgba(0, 0, 0, 0.13);
    transition: 300ms;
    z-index: 2;
}

.nav-bar.hide-link {
    top: 60px;
}

.nav-bar-logo {
    position: absolute;
    display: inline-block;
    float: left; 
    color: #424242;
    z-index: 2;
}

.nav-bar-logo i {
    height: 60px;
    line-height: 60px;
    font-size: 32px;
    color: #424242;
    opacity: 0.8;
    margin: 0 15px 0 20px;
    float: left;
}

@media only screen and (max-width: 880px) {
    .nav-bar-logo {
        display: inline-block;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: 0.3s;
    }
    .nav-bar-logo i {
        display: none;
    }
    .nav-bar-link-desc {
        display: none;
    }
    .exit i {
        color: #747474;
        position: absolute;
        top: 0;
        right: 0;
        height: 60px;
        line-height: 60px;
        width: 60px;
        text-align: center;
    }
}

.nav-bar-link-desc {
    position: relative;
    margin: 0;
    height: 60px;
    float: right;
    text-transform: uppercase;
}

.nav-bar ul li {
    float: left;
}

.nav-bar ul a {
    font-size: 12px;
    color: #424242;
    display: block;
    padding: 0 15px;
    height: 60px;
    transition: color 300ms;
}

.nav-bar ul a:hover {
    color: #c1c1c1;
}

.nav-bar ul a i {
    height: 60px;
    line-height: 60px;
    margin: 0 10px 0 0;
    opacity: 0.8;
}

.nav-bar li a .left {
    margin: 0 10px 0 0;
    float: left;
}

.nav-bar li a .right {
    margin: 0 0 0 10px;
    float: right;
}

.nav-bar .notifications-icon {
    padding-right: 5px;
}

.notifications {
    width: 0;
    margin-left: -28px;
    position: relative;
}

.notifications .new {
    display: none;
    position: absolute;
    top: 6px;
    left: 0px;
    background: #ff0000;
    color: #fff;
    border: 2px solid #fff;
    height: 24px;
    line-height: 21px;
    padding: 0 8px;
    text-align: center;
    border-radius: 8px;
    font-size: 11px;
    font-style: normal;
    z-index: 1;
}

.notifications .new:hover {
    color: #fff;
}

.nav-bar .action a {
    background: #ebebeb;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    padding: 0 25px;
    color: #000;
    margin: 0 15px;
    transition: 0.4s;
}

.nav-bar .action a:hover {
    background: #e64a19;
    color: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3), 0 1px 10px 0 rgba(0, 0, 0, 0.3);
}

.nav-bar .admin:hover .ava-admin {
    cursor: pointer;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3), 0 1px 10px 0 rgba(0, 0, 0, 0.3);
}

.nav-bar li .ava-admin {
    border-radius: 50%;
    background: #e5e5e5;
    width: 40px;
    margin: 10px 0 0 15px;
    float: right;
    transition: 300ms;
}

.nav-bar li .ava-icon {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.nav-bar li .name-hover {
    color: #c1c1c1 !important;
}

.nav-bar li .ava-hover {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3), 0 1px 10px 0 rgba(0, 0, 0, 0.3);
}

/*------ Выпадающие пункты -------*/

.drop-link {
    position: relative;
}

.drop-link ul li {
    cursor: pointer;
}

.nav-bar-link-desc .user-hide-menu {
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 7px 0;
    top: 70px;
    right: 15px;
    position: absolute;
    display: none;
}

.nav-bar-link-desc ul li {
    float: none;
    height: 32px;
    line-height: 32px;
}

.nav-bar-link-desc ul a {
    display: inline-block;
    margin: 0;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
}

/*------ Навигационный бар (бургер + меню) -----*/

/*------ Выпадающие пункты виды деятельности -------*/

.hide-bar-menu {
    position: fixed;
    background-color: #37474f;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 1;
}

.other-hide-menu {
    display: inline-block;
    transition: 500ms;
    width: 100%;
    height: 60px;
    padding-top: 10px;
    margin: 0;
    opacity: 0;
    transition: 0;
    transition-delay: 0;
}

.other-hide-menu.x {
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.2s;
    padding-top: 10px;
}

.other-hide-menu li {
    color: rgba(255, 255, 255, 0.25);
    font-size: 13px;
    float: left;
    padding: 0;
    width: 33.33%;
    text-align: center;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-style: dashed;
}

.other-hide-menu a {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    transition: 0.3s;
    text-transform: uppercase;
}

.other-hide-menu a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.close-bar-menu {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
}

/*------ Навигационный бар (бургер + меню) -----*/

.header {
    display: none;
}

@media only screen and (max-width: 880px) {
    .header {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        height: 60px;
        width: 100%;
        background: #fff;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-out, background 1s ease-out;
        transition: all 0.3s ease-out, background 1s ease-out;
        z-index: 1;
    }
    .header.menu-opened {
        height: 370px;
        box-shadow: 0 1px 150px 0 rgba(0, 0, 0, 0.4), 0 1px 150px 0 rgba(0, 0, 0, 0.15);
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        z-index: 
    }
    .burger-container {
        position: fixed;
        top: 0;
        left: 0;
        display: inline-block;
        height: 60px;
        width: 60px;
        cursor: pointer;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }
    .burger-container #burger {
        width: 18px;
        height: 8px;
        position: relative;
        display: block;
        margin: -4px auto 0;
        top: 50%;
    }
    .burger-container #burger .bar {
        height: 2px;
        background: #747474;
        -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .burger-container #burger .bar.topBar {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
    .burger-container #burger .bar.btmBar {
        -webkit-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg);
    }
    .menu-opened .burger-container {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .menu-opened .burger-container #burger .bar {
        -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .menu-opened .burger-container #burger .bar.topBar {
        -webkit-transform: translateY(4px) rotate(45deg);
        transform: translateY(4px) rotate(45deg);
    }
    .menu-opened .burger-container #burger .bar.btmBar {
        -webkit-transform: translateY(2px) rotate(-45deg);
        transform: translateY(2px) rotate(-45deg);
    }
    .header ul.menu {
        position: absolute;
        top: 60px;
        left: 60px;
        right: 60px;
        margin-top: 0;
        padding: 0;
        opacity: 0;
        transition: 0s;
        transition-delay: 0s;
    }
    .header.menu-opened ul.menu {
        top: 10px;
        opacity: 1;
        transition: opacity 1s;
        transition-delay: 0.3s;
    }
    .header ul li {
        display: inline-block;
        width: 100%;
        text-align: center;
        height: 46px;
        line-height: 46px;
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        border-style: dashed;
    }
    .header ul li a {
        display: inline-block;
        font-size: 14px;
        font-weight: 500 !important;
        width: 100%;
        font-weight: 400;
        height: 46px;
        line-height: 46px;
    }
    .header ul.menu .action-x {
        height: 80px;
        line-height: 80px;
        padding: 0 35px;
        border-bottom: 0;
    }
    .header ul.menu .action-x a {
        height: 46px;
        line-height: 46px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 23px;
        transition: 0.3s;
    }
    .header ul.menu .action-x a:hover {
        background: #e64a19;
        color: #fff;
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3), 0 1px 10px 0 rgba(0, 0, 0, 0.3);
    }
    .logo-hide {
        margin-top: -100px !important;
    }
}

/*------ Навигационный бар (бургер + меню) 22222 -----*/

.headerx {
    display: none;
}

@media only screen and (max-width: 880px) {
    .headerx {
        position: fixed;
        display: block;
        top: 0;
        left: -260px;
        height: 100%;
        width: 260px;
        background: #fff;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-out, background 1s ease-out;
        transition: all 0.3s ease-out, background 1s ease-out;
        z-index: 2;
    }
    .headerx.menu-openedx {
        left: 0;
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
        transition: all 0.3s ease-in, background 0.5s ease-in;
    }
    .vcxz {
        height: 60px;
        width: 60px;
        z-index: 4;
        display: block;
        position: fixed;
    }
    .burger-containerx {
        display: inline-block;
        height: 60px;
        width: 60px;
        cursor: pointer;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }
    .burger-containerx #burgerx {
        width: 18px;
        height: 8px;
        position: relative;
        display: block;
        margin: -4px auto 0;
        top: 50%;
    }
    .burger-containerx #burgerx .barx {
        height: 2px;
        background: #747474;
        -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .burger-containerx #burgerx .barx.topBarx {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
    .burger-containerx #burgerx .barx.btmBarx {
        -webkit-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg);
    }
    .menu-openedx .burger-containerx {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .menu-openedx .burger-containerx #burgerx .barx {
        -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .menu-openedx .burger-containerx #burgerx .barx.topBarx {
        -webkit-transform: translateY(4px) rotate(45deg);
        transform: translateY(4px) rotate(45deg);
    }
    .menu-openedx .burger-containerx #burgerx .barx.btmBarx {
        -webkit-transform: translateY(2px) rotate(-45deg);
        transform: translateY(2px) rotate(-45deg);
    }
    .headerx ul.menux {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        margin-top: 0;
        padding: 0;
    }
    .headerx ul li {
        float: left;
        width: 100%;
        height: 50px;
        line-height: 50px;
    }
    .headerx ul li a {
        display: inline-block;
        font-size: 16px;
        padding: 0 20px;
        width: 100%;
        height: 50px;
        line-height: 50px;
    }
}

/**************************************************/

.btn_o {
    background: #e64a19;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    border-radius: 20px;
    padding: 0 25px;
    margin: 0 15px;
    transition: 0.4s;
}

.btn_o:hover {
    background: #e64a19;
    color: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3), 0 1px 10px 0 rgba(0, 0, 0, 0.3);
}

/*--------------------------*/
/*-------- Карточки --------*/
/*--------------------------*/

.card-full {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

.card {
  position: relative;
  overflow: hidden;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px; 
}

/*--------------------------*/
/*---------- Кнопки --------*/
/*--------------------------*/

.btn, .btn-large, .btn-flat {
  -webkit-appearance: none;
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  outline: 0;
  font-size: 12px;
  padding: 1px 20px 1px;
  text-transform: uppercase; }

.btn.disabled, .disabled.btn-large, .btn-floating.disabled, .btn-large.disabled, .btn:disabled, .btn-large:disabled, .btn-large:disabled, .btn-floating:disabled {
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default; }
  .btn.disabled *, .disabled.btn-large *, .btn-floating.disabled *, .btn-large.disabled *, .btn:disabled *, .btn-large:disabled *, .btn-large:disabled *, .btn-floating:disabled * {
    pointer-events: none; }
  .btn.disabled:hover, .disabled.btn-large:hover, .btn-floating.disabled:hover, .btn-large.disabled:hover, .btn:disabled:hover, .btn-large:disabled:hover, .btn-large:disabled:hover, .btn-floating:disabled:hover {
    background-color: #DFDFDF;
    color: #9F9F9F; }

.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1.3rem;
  line-height: inherit; }

.btn, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer; }
  .btn:hover, .btn-large:hover {
    background-color: #2bbbad; }

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle; }
  .btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 37px; }
  .btn-floating:before {
    border-radius: 0; }
  .btn-floating.btn-large {
    width: 55.5px;
    height: 55.5px; }
    .btn-floating.btn-large i {
      line-height: 55.5px; }

button.btn-floating {
  border: none; }

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998; }
  .fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0; }
    .fixed-action-btn ul li {
      margin-bottom: 15px; }
    .fixed-action-btn ul a.btn-floating {
      opacity: 0; }

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer; }
  .btn-flat.disabled {
    color: #b3b3b3;
    cursor: default; }

.btn-large {
  height: 54px;
  line-height: 56px; }
  .btn-large i {
    font-size: 1.6rem; }

.btn-block {
  display: block; }

/*----------------------------*/
/*---------- Подвал ----------*/
/*----------------------------*/

.block-footer {
    display: block;
    margin-top: 0;
    font-size: 13px;
    color: #919b9b;
    background-color: #37474f; 
}

.block-footer .container-footer {
    padding: 10px 0 30px; 
}

@media only screen and (max-width: 601px) {
    .block-footer .container-footer {
        padding: 0 0 20px; 
    }
}

.block-footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(28, 28, 28, 0.2); 
}

.block-footer h6 {
    font-size: 12px;
    margin: 30px 0 15px;
    color: #fff;
    text-transform: uppercase;
}

.block-footer p {
    margin: 0px;
}

.block-footer .p-icons {
    margin-bottom: 10px;
}

.block-footer .p-icons i {
    float: left;
    margin-top: -1px;
    margin-right: 15px;
}

.block-footer a {
    color: #919b9b;
    transition: 200ms;
}

.block-footer a:hover {
    color: #d2eaea;
}

.footer-copyright p {
    color: #919b9b;
    display: inline-block; 
    float: left;
}

.footer-copyright a {
    display: inline-block; 
    float: right;
}

.footer-copyright a i {
    height: 50px;
    line-height: 50px;
    float: inherit;
}

.footer-copyright a .left {
    float: left;
    margin-right: 10px;
}

.footer-copyright a .right {
    float: right;
    margin-left: 10px;
}

/*---------------------------------*/
/*----  Text Inputs + Textarea  ---*/
/*---------------------------------*/

::-webkit-input-placeholder {
    text-overflow: ellipsis;
    opacity: 1; 
    transition: opacity 0.3s ease;
    color: #d9d9d9; }
::-moz-placeholder {
    text-overflow: ellipsis;
    opacity: 1; 
    transition: opacity 0.3s ease;
    color: #d9d9d9; }
:-moz-placeholder {
    text-overflow: ellipsis;
    opacity: 1; 
    transition: opacity 0.3s ease;
    color: #d9d9d9; }
:-ms-input-placeholder {
    text-overflow: ellipsis;
    opacity: 1; 
    transition: opacity 0.3s ease;
    color: #d9d9d9; }

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    outline: none;
    height: 40px;
    width: 100%;
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 0 15px 0 40px;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.01), 0 2px 10px 0 rgba(0, 0, 0, 0.1);*/
}

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.1);*/
}

.input-field .prefix {
    height: 40px;
    line-height: 40px;
    width: 40px;
    position: absolute;
    text-align: center;
    color: #bdbdbd;
    font-size: 24px;
}

textarea.materialize-textarea {
    padding: 10px 15px;
    /*resize: none;*/
    height: 112px;
    width: 100%;
    line-height: 1.65;
    padding: 8px 15px;
}   

select {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    outline: none;
    height: 40px;
    font-size: 14px;
    padding: 0 15px 0;
    margin: 0 0 20px;
    width: 100%;
    float: left;
    display: inline-block;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.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;
  will-change: opacity, transform;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .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.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-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-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-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; }