@charset "UTF-8";
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; }

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

* {
  margin: 0;
  padding: 0;
  outline: none; }

img,
video,
audio {
  max-width: 100%; }

img,
video {
  height: auto; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

svg {
  max-height: 100%; }

svg:not(:root) {
  overflow: hidden; }

iframe {
  border: none;
  width: 100%; }

button,
[type="submit"] {
  -webkit-appearance: button; }

[type="radio"],
[type="checkbox"] {
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  margin-right: 2px; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

::-moz-focus-inner {
  border: none;
  padding: 0; }

html {
  font-size: 1rem;
  scroll-behavior: smooth; }

body {
  text-rendering: optimizeLegibility;
  text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
  line-height: 20px;
  background: #ffffff; }

p {
  padding: 5px 0; }

p:last-child {
  margin-bottom: 0; }

b, strong, .strong {
  font-weight: 600; }

em, i, cite, dfn {
  font-style: italic; }

sub,
sup {
  font-size: x-small;
  line-height: 0;
  margin-left: 0.25rem;
  position: relative; }

sup {
  top: 0; }

sub {
  bottom: 1px; }

p, blockquote, hr, pre, ol, ul, dl, table, fieldset, figure, address, form {
  margin-bottom: 0.5rem; }

hr {
  border: none;
  border-bottom: 1px solid #dadada; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
  text-rendering: optimizeLegibility;
  margin: 1rem 0;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  color: inherit; }

.big {
  font-size: 3rem; }

.caps {
  text-transform: uppercase; }

.nowrap,
.nowrap td {
  white-space: nowrap; }

.small {
  font-size: 87.5% !important; }

.strong {
  font-weight: bold; }

.no-bold {
  font-weight: normal; }

a {
  color: #404040;
  text-decoration-color: #737373; }

a:hover {
  color: #000;
  transition: all 0.3s linear 0s; }

a:not(:hover) {
  transition: all 0.3s linear 0s; }

.no-decor a, a.no-decor {
  text-decoration: none !important; }

.no-icon a, a.no-icon, .no-icon a:after, a.no-icon:after, .no-icon a:before, a.no-icon:before, .no-icon:after, .no-icon:before {
  text-decoration: none !important;
  border: none !important;
  content: '' !important; }

ul, ul ul, ul ol,
ol,
ol ul,
ol ol {
  margin: 0 0 0 20px; }

ol ol li {
  list-style-type: lower-alpha; }

ol ol ol li {
  list-style-type: lower-roman; }

nav ul, nav ol {
  margin: 0;
  list-style: none; }
  nav ul ul, nav ul ol, nav ol ul, nav ol ol {
    margin-left: 20px; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 20px; }

ul.unstyle {
  margin-left: 0; }
ul.unstyle, ul.unstyle ul {
  list-style: none; }

.anchor:before {
  display: block;
  content: "";
  height: 90px;
  margin: -90px 0 0; }

@media (max-width: 769px) {
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-align: center; }

  .big {
    font-size: 2rem;
    text-align: center; }

  section img {
    display: block;
    margin: auto; } }
.main {
  max-width: 1400px;
  margin: 10px auto !important;
  padding-left: .5rem; }

.Main {
  max-width: 1400px;
  margin: auto !important; }

.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .row > .col {
    margin-right: 10px;
    margin-bottom: 10px; }

.col-1 {
  width: calc( 8.3333333333% - 10px ); }

.col-2 {
  width: calc( 16.6666666667% - 10px ); }

.col-3 {
  width: calc( 25% - 10px ); }

.col-4 {
  width: calc( 33.3333333333% - 10px ); }

.col-5 {
  width: calc( 41.6666666667% - 10px ); }

.col-6 {
  width: calc( 50% - 10px ); }

.col-7 {
  width: calc( 58.3333333333% - 10px ); }

.col-8 {
  width: calc( 66.6666666667% - 10px ); }

.col-9 {
  width: calc( 75% - 10px ); }

.col-10 {
  width: calc( 83.3333333333% - 10px ); }

.col-11 {
  width: calc( 91.6666666667% - 10px ); }

.col-12 {
  width: calc( 100% - 10px ); }

@media (max-width: 769px) {
  .main {
    padding: 0 10px; }

  .row {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-right: 0; }
    .row > .col {
      width: 100% !important;
      margin-left: 0; }

  .row .row {
    margin-right: 0; }

  .row .row > .col {
    margin-bottom: 10px; }

  .row .row > .col:last-child {
    margin-bottom: 0; } }
@media (width: 1024px) {
  .main {
    max-width: 1400px;
    margin: 10px !important; } }
.flex-top {
  display: flex;
  align-items: flex-start; }

.flex-middle {
  display: flex;
  align-items: center; }

.flex-bottom {
  display: flex;
  align-items: flex-end; }

.flex-left {
  display: flex;
  justify-content: flex-start; }

.flex-center {
  display: flex;
  justify-content: center; }

.flex-right {
  display: flex;
  justify-content: flex-end; }

.center {
  text-align: center !important; }

img.center, .center img {
  display: block;
  margin: auto; }

.right ul, ul.right {
  direction: rtl !important; }

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

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

@media (max-width: 769px) {
  .center-phone {
    text-align: center !important; }

  .left-phone {
    text-align: left !important; }

  img.center-phone, .center-phone img {
    margin: auto;
    display: block; } }
.w5 {
  width: 5%; }

.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100% !important; }

@media (max-width: 769px) {
  .phone-w5 {
    width: 5%; }

  .phone-w10 {
    width: 10%; }

  .phone-w15 {
    width: 15%; }

  .phone-w20 {
    width: 20%; }

  .phone-w25 {
    width: 25%; }

  .phone-w30 {
    width: 30%; }

  .phone-w35 {
    width: 35%; }

  .phone-w40 {
    width: 40%; }

  .phone-w45 {
    width: 45%; }

  .phone-w50 {
    width: 50%; }

  .phone-w55 {
    width: 55%; }

  .phone-w60 {
    width: 60%; }

  .phone-w65 {
    width: 65%; }

  .phone-w70 {
    width: 70%; }

  .phone-w75 {
    width: 75%; }

  .phone-w80 {
    width: 80%; }

  .phone-w85 {
    width: 85%; }

  .phone-w90 {
    width: 90%; }

  .phone-w95 {
    width: 95%; }

  .phone-w100 {
    width: 100%; } }
.push-left {
  margin-right: auto; }

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

.push-center {
  margin-left: auto;
  margin-right: auto; }

.push-middle {
  margin-top: auto;
  margin-bottom: auto !important; }

.push-bottom {
  margin-top: auto; }

@media (max-width: 769px) {
  .push-left-phone {
    margin-left: 0; }

  .push-center-phone {
    margin-left: auto;
    margin-right: auto; }

  .push-top-phone {
    margin-top: 0; } }
.circle {
  border-radius: 50%; }

.flex {
  display: flex; }

@media (max-width: 769px) {
  .flex-phone {
    flex-direction: row; } }
.hide {
  display: none !important; }

@media (max-width: 769px) {
  .hide-phone {
    display: none !important; }

  .show-phone {
    display: block !important; } }
@media (min-width: 769px) {
  .show-phone {
    display: none !important; } }
@media (max-width: 1024px) {
  .show-ipad {
    display: block !important; } }
@media (min-width: 769px) and (max-width: 1024px) {
  .hide-ipad {
    display: none !important; } }
.first {
  order: -1; }

.last {
  order: 1; }

@media (max-width: 769px) {
  .first-phone {
    order: -1; }

  .last-phone {
    order: 1; } }
@font-face {
  font-family: 'icon';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal; }
a[href^="mailto:"]:before, a[href^="tel:"]:before, .location:before, .rub:before, a[href$=".pdf"]:before, a[href$=".doc"]:before, a[href$=".docx"]:before, a[href$=".xlsx"]:before, a[href$=".xls"]:before {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-right: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

a[href^="mailto:"]:before {
  content: "\65";
  white-space: nowrap; }

a[href^="tel:"]:before {
  content: "\74";
  white-space: nowrap; }

.location:before {
  content: "\6c"; }

.rub:before {
  content: "\72"; }

.find:before {
  content: "\66"; }

.metro:before {
  content: "\6D"; }

article a[href$=".pdf"]:before {
  content: "\70";
  color: red; }

article a[href$=".doc"]:before, article a[href$=".docx"]:before {
  content: "\77";
  color: #1962b3; }

article a[href$=".xls"]:before, article a[href$=".xlsx"]:before {
  content: "\78";
  color: #0f8a42; }

#calendar a {
  text-decoration: none; }

#calendar table td, #calendar table th {
  border: none;
  background: none; }

.ui-datepicker .ui-datepicker-title {
  font-weight: bold;
  color: #474e9a; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0; }

.ui-widget-content {
  border: none;
  background: #fff;
  padding: 5px;
  width: 100%;
  color: #222;
  box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 0 !important;
  background: none;
  color: #000000; }

a.ui-datepicker-today {
  border-radius: 3px;
  margin: 5px; }

.myClass a {
  border-radius: 8px;
  margin: 5px;
  color: #fff !important;
  background: #50688c !important; }

.myClass .ui-state-default {
  border-radius: 3px;
  margin: 5px;
  color: #fff !important;
  background: #50688c !important; }

a.ui-state-active {
  border-radius: 3px;
  margin: 5px; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none;
  background: #fff;
  font-weight: normal;
  color: #555;
  padding: .75rem 0;
  text-align: center; }

.tab_item img {
  margin-top: 0.5rem; }

td.ui-datepicker-today {
  border: 1px solid #2f3253;
  border-radius: 3px; }

td.ui-datepicker-today a.ui-state-default.ui-state-active {
  background-color: #fff; }

a.ui-state-default.ui-state-active {
  background: #8fbcdc !important; }

.ui-icon {
  background-image: none !important; }

.ui-datepicker-prev:before {
  font-family: 'FontAwesome';
  color: #939393;
  content: ""; }

.ui-datepicker-next:before {
  font-family: 'FontAwesome';
  color: #939393;
  content: ""; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 0 !important;
  background: none;
  color: #000000; }

.ui-datepicker-calendar td {
  text-align: center; }

.ui-widget-header {
  border: none;
  background: #fff;
  color: #2f3254;
  font-weight: normal; }

.ui-widget-content {
  border: none;
  background: #fff;
  padding: 5px;
  width: 100%;
  color: #222;
  -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0; }

thead {
  border: none; }

.ui-datepicker th {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500; }

.label- {
  padding: 1px 5px;
  line-height: 19px;
  color: #56597d;
  display: inline-block;
  margin-left: 8px;
  border-radius: 4px;
  box-shadow: 0 0 12px #ccc; }

.no-child li:nth-last-child(3), .no-child li:last-of-type {
  display: none; }

.ui-datepicker .ui-datepicker-title {
  font-weight: bold;
  color: #474e9a; }

.pagination {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  margin: 3rem 0; }

.pagination a {
  border: none;
  text-decoration: none !important; }

.pagination .active {
  background: #ccc; }

.pagination .active a {
  color: #fff; }

.pagination li {
  list-style: none;
  border: solid 1px #ccc;
  padding: 5px 15px;
  margin: 0 5px; }

.empty {
  color: red;
  font-size: 18px;
  line-height: 28px; }

img.page-left {
  max-width: 400px;
  border: solid 1px #dadada;
  float: right;
  margin: 12px 0 16px 36px; }

.required .required {
  color: red; }

.help-inline {
  color: red;
  font-size: 12px; }

@media (max-width: 769px) {
  img.page-left {
    max-width: 100% !important; } }
body:after {
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border: 0; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev:before, .lb-nav a.lb-next:before {
  position: relative;
  top: 50%;
  left: 10px;
  font-size: 50px;
  color: #fff; }

.lb-nav a.lb-prev:before {
  content: "❰"; }

.lb-nav a.lb-next:before {
  content: "❱"; }

.lb-nav a.lb-prev, .lb-nav a.lb-next {
  width: 20%;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  text-decoration: none;
  text-shadow: 0 0 12px #000000; }

.lb-nav a.lb-prev {
  left: 0;
  float: left; }

.lb-nav a.lb-prev:hover, .lb-nav a.lb-next:hover {
  opacity: 1; }

.lb-nav a.lb-next {
  right: 0;
  float: right; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close:before {
  content: "✖";
  position: relative;
  top: 20px;
  color: #fff;
  font-size: 40px; }

.lb-data .lb-close {
  display: block;
  float: right;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s; }

a.lb-close {
  border: 0; }

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1; }

button,
.button {
  font-weight: bold;
  font-size: 20px;
  color: #2c6fbf;
  width: 300px;
  margin: auto;
  border-radius: 2px;
  min-height: 40px;
  padding: 8px 20px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 50px;
  border: 2px solid #2c6fbf;
  vertical-align: middle;
  -webkit-appearance: none; }
  button i,
  .button i {
    position: relative;
    top: 1px;
    margin: 0 2px; }

input[type="submit"] {
  width: auto; }

button:hover,
.button:hover {
  outline: none;
  text-decoration: none;
  background-color: #fff; }

.accordion {
  text-align: center;
  cursor: pointer;
  display: block;
  margin: 10px  auto;
  transition: 0.4s; }

.accordion-content {
  clear: both;
  display: none; }

.dot-menu {
  position: fixed;
  z-index: 600;
  top: 0;
  right: -300px;
  height: 100%;
  width: 300px;
  padding: 2rem;
  overflow-y: auto;
  background: #a02c2c;
  transition-duration: 0.8s; }

.dot-menu a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1rem; }

.dot-menu li {
  list-style: none;
  padding-bottom: 1rem; }

.show-menu {
  right: 0; }

.burger {
  position: fixed;
  z-index: 601;
  top: 40px;
  right: 0;
  transform: translate(-50%, -50%);
  background: #a02c2c;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50px; }

.line, .line:before, .line:after {
  width: 15px;
  height: 3px;
  background-color: #fff;
  position: absolute; }

.line {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s; }

.line:before, .line:after {
  content: '';
  transition: .5s; }

.line:before {
  top: 8px; }

.line:after {
  top: -8px; }

.burger-x {
  background: #fff; }

.burger-x .line, .burger-x .line:before, .burger-x .line:after {
  background-color: #2f2628; }

.burger-x .line {
  background-color: transparent; }

.burger-x .line:before {
  top: 0;
  transform: rotate(135deg); }

.burger-x .line:after {
  top: 0;
  transform: rotate(215deg); }

h5 {
  font-weight: normal !important;
  color: #a5a1a1 !important; }

h2, .h2 {
  font-size: 3rem; }

.border a, .border strong {
  padding-bottom: 2px;
  border-bottom: solid 1px #ccc; }

.pad-right {
  padding-right: 7rem !important; }

.pad-left {
  padding-left: 7rem !important; }

ul {
  color: #e4e4e4; }

ul span, ul em {
  color: #757272; }

li {
  padding-bottom: .8rem;
  list-style: square; }

.icons {
  max-width: 200px !important; }

.orange h2, .orange ul {
  color: #e98f4d; }

.bg-w {
  background: #fff; }

.bg-orange {
  background: #fff3ea; }

.red h2, .red-text a {
  color: #e76a66; }

.red ul {
  color: #e76a66; }

.blue h2, .blue ul {
  color: #51a6d6; }

.red-text a, .blue-dark-text strong {
  line-height: 27px; }

.blue-dark h2, .blue-dark-text strong {
  color: #417185; }

.blue-dark ul {
  color: #417185; }

.violete h2, .violete .box ul {
  color: #797395; }

.purpur h2 {
  color: #a02c2c; }

.purpur .box {
  padding: 1rem;
  border: solid 6px #a02c2c; }

.purpur a {
  color: #a02c2c; }

.bg-book {
  background: #f1f1f1; }

.green h2 {
  color: #61a2a8; }

.green a, .green a .h6 {
  color: #ffffff; }

.green .box {
  background: #61a2a8;
  padding: 1rem;
  clip-path: polygon(3% 0, 100% 1%, 100% 100%, 0 100%, 0 15%); }

.yello h2 {
  color: #e4c920; }

.yello li {
  background: #f1f1f1;
  padding: 12px;
  margin: 2rem 0 2rem -1rem;
  list-style: none;
  font-weight: bold;
  clip-path: polygon(95% 2%, 100% 50%, 95% 100%, 0 100%, 0 0);
  text-align: left; }

.yello li a {
  color: #94968b; }

@media (max-width: 769px) {
  .pad-right {
    padding-right: 0 !important; }

  .pad-left {
    padding-left: 0 !important; }

  h2, .h2 {
    font-size: 2rem; }

  .icons {
    max-width: 110px !important; }

  .green .box {
    clip-path: polygon(3% 0, 100% 1%, 100% 100%, 0 100%, 0 5%); } }
@media (min-width: 769px) and (max-width: 1024px) {
  .pad-right {
    padding-right: 0 !important; }

  .pad-left {
    padding-left: 0 !important; }

  h2, .h2 {
    font-size: 2rem; }

  .icons {
    max-width: 110px !important; } }
.gutters {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }

.gutters-top, .gutters-top .col {
  margin-top: 3rem;
  margin-bottom: 0 !important; }

.gutters-bottom {
  margin-bottom: 3rem; }

.page-gutters {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }

@media (max-width: 769px) {
  .gutters {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .gutters-top {
    margin-top: 1rem !important; }

  .gutters-top .col {
    margin-bottom: 0 !important; }

  .gutters-bottom {
    margin-bottom: 1rem !important; }

  .page-gutters {
    margin-bottom: 1rem !important; } }
footer {
  padding: 0 0 32px;
  color: #b1b1b1;
  background: #f1f1f1; }

footer a {
  text-decoration: none;
  color: #fff; }

/*# sourceMappingURL=kube.css.map */
