html {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-break: normal;
  word-break: break-word;
  cursor: default;
  scroll-behavior: smooth;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
  text-decoration: inherit;
  vertical-align: inherit;
}
html,
body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 20rem;
  min-height: 100vh;
  margin: 0;
  background: #fff;
  color: #202029;
  font: 1rem/1.625rem 'Roboto', sans-serif;
  font-weight: 300;
  text-rendering: optimizeSpeed;
}
.row {
  margin: 0 -0.6rem;
}
.row,.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-orient: horizontal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  text-align: center;
}
.row,.col,.col {
  -webkit-box-direction: normal;
}
.col {
  -webkit-box-orient: vertical;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
}
.row-reverse,
.col-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.row .container .row {
  margin: 0;
}
.c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -ms-flex-item-align: auto;
      align-self: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
  text-align: center;
}
.c[class*='-'] {
  min-width: 100%;
}
.c-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  color: 1200px;
}
.c-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-item-align: auto;
      align-self: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
  text-align: center;
}
.container {
  padding-right: 4.166666666666667%;
  padding-left: 4.166666666666667%;
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.c-1 {
  min-width: calc(1 / 12 * 100%);
  max-width: calc(1 / 12 * 100%);
}
.c-2 {
  min-width: calc(2 / 12 * 100%);
  max-width: calc(2 / 12 * 100%);
}
.c-3 {
  min-width: calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%);
}
.c-4 {
  min-width: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}
.c-5 {
  min-width: calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%);
}
.c-6 {
  min-width: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}
.c-7 {
  min-width: calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%);
}
.c-8 {
  min-width: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
}
.c-9 {
  min-width: calc(9 / 12 * 100%);
  max-width: calc(9 / 12 * 100%);
}
.c-10 {
  min-width: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}
.c-11 {
  min-width: calc(11 / 12 * 100%);
  max-width: calc(11 / 12 * 100%);
}
.c-12 {
  min-width: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}
article,
section {
  padding-right: 8.333333333333334%;
  padding-left: 8.333333333333334%;
  clear: both;
}
article:before,
section:before,
article:after,
section:after {
  display: table;
  content: "";
}
article:after,
section:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}
h1 {
  margin-top: 0;
  margin-bottom: 1.625rem;
/*
      $from = _media-rules(from-width, to-width)

      if typeof($from) != 'null'
        @media $from
          {csscode}
      else
        {csscode}
      */
  font-size: 3.3125rem;
  line-height: 4.875rem;
}
h2 {
/*
      $from = _media-rules(from-width, to-width)

      if typeof($from) != 'null'
        @media $from
          {csscode}
      else
        {csscode}
      */
  font-size: 2.625rem;
}
h2,h3 {
  margin-top: 0;
  margin-bottom: 1.625rem;
  line-height: 3.25rem;
}
h3 {
/*
      $from = _media-rules(from-width, to-width)

      if typeof($from) != 'null'
        @media $from
          {csscode}
      else
        {csscode}
      */
  font-size: 2.0625rem;
}
h4 {
/*
      $from = _media-rules(from-width, to-width)

      if typeof($from) != 'null'
        @media $from
          {csscode}
      else
        {csscode}
      */
  font-size: 1.625rem;
}
h4,h5 {
  margin-top: 0;
  margin-bottom: 1.625rem;
  line-height: 1.625rem;
}
h5 {
/*
      $from = _media-rules(from-width, to-width)

      if typeof($from) != 'null'
        @media $from
          {csscode}
      else
        {csscode}
      */
  font-size: 1.25rem;
}
h6 {
  margin-top: 0;
/*
      $from = _media-rules(from-width, to-width)

      if typeof($from) != 'null'
        @media $from
          {csscode}
      else
        {csscode}
      */
  font-size: 1rem;
  line-height: 1.625rem;
}
h6,address {
  margin-bottom: 1.625rem;
}
address {
  font-style: normal;
  line-height: inherit;
}
p {
  margin: 0rem 0rem 1.625rem;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: -1px 0rem 1.625rem;
  overflow: visible;
  border: solid #f6f6f6;
  border-width: 1px 0 0;
}
hr:not([size]) {
  height: 0;
}
pre {
  margin: 0rem 0rem 1.625rem;
  overflow: auto;
  color: base;
  font-family: 'PT Mono', 'Marck Script', cursive;
  overflow-wrap: break-word;
}
pre,pre code {
  white-space: pre-wrap;
}
pre code {
  word-wrap: normal;
  display: block;
  padding: 0rem 1.625rem;
  overflow: hidden;
  background: inherit;
  color: inherit;
  font-size: inherit;
  word-break: normal;
  word-spacing: normal;
}
pre b,
pre strong,
pre em,
pre small,
pre code,
pre mark {
  line-height: 1.625rem;
}
blockquote {
  margin: 0rem 0rem 1.625rem;
  padding: 0.8125rem 1.625rem;
  border-left: 0.25rem solid #f6f6f6;
  quotes: "\201C" "\201D";
}
blockquote cite {
  font-size: 80%;
}
blockquote cite,blockquote footer {
  display: block;
}
blockquote footer cite {
  display: inline;
  line-height: 1;
}
blockquote cite:before {
  content: '— ';
}
menu,
dir,figure {
  margin: 0rem 0rem 1.625rem;
}
figurecaption {
  font-size: 80%;
}
main {
  padding-right: 8.333333333333334%;
  padding-left: 8.333333333333334%;
  clear: both;
}
main:before,
main:after {
  display: table;
  content: "";
}
main:after {
  clear: both;
}
dl {
  margin: 0rem 0rem 1.625rem;
}
dt {
  font-weight: 500;
}
dd {
  margin: 0rem;
}
ol {
  margin: 0rem 0rem 1.625rem;
  padding: 0rem 0rem 0rem 1.625rem;
}
ol ol {
  list-style-type: lower-alpha;
}
ul {
  margin: 0rem 0rem 1.625rem;
  padding: 0rem 0rem 0rem 1.625rem;
}
ol ul,
ul ul {
  list-style-type: circle;
}
ol ul,
ul ul,
ol ol,
ul ol {
  margin: 0rem 0rem 0rem 1.625rem;
}
ul ul {
  padding: 0rem 0rem 0rem 1.625rem;
}
ul,
ol {
  vertical-align: baseline;
}
nav ol,
nav ul {
  padding: 0;
  list-style: none;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
li {
  line-height: 1.625rem;
}
b,
em,
strong,
small,
big,
s,
cite,
code,
mark,
kbd,
sub,
sup,
tt,
samp {
  line-height: 1;
}
code,
mark,
kbd,
samp {
  color: base;
  font-family: 'PT Mono', 'Marck Script', cursive;
}
a {
  display: inline-block;
  background-color: transparent;
  color: #2c80b8;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  outline-width: 0;
  color: #60a8d9;
  text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 0.75rem;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25rem;
  vertical-align: sub;
}
sup {
  top: -0.5rem;
  vertical-align: super;
}
q {
  quotes: "«" "»";
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
code {
  word-wrap: break-word;
  outline: 1px solid #f6f6f6;
  background-color: #f9f2f4;
  font-size: inherit;
  vertical-align: baseline;
  word-break: break-all;
}
code:before,
code:after {
  content: '\00a0 \00a0';
}
a > code {
  color: inherit;
}
kbd {
  background-color: #202029;
  color: #fff;
  font-size: inherit;
}
kbd:before,
kbd:after {
  content: '\00a0 \00a0';
}
kbd kbd {
  font-size: 100%;
}
abbr[title],
abbr[data-original-title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  cursor: help;
}
img,
audio,
canvas,
svg,
video,
iframe {
  vertical-align: middle;
}
picture {
  display: block;
}
picture,img {
  max-width: 100%;
}
img {
  height: auto;
  border-style: none;
}
iframe {
  margin-bottom: 1.5rem;
  border: 0;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
video {
  width: auto !important;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
embed,
video {
  border: 0;
}
svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  padding: 0.5rem 0;
  color: #6c757d;
  text-align: left;
}
table,
thead,
tbody,
tfoot,
td,
th,
tr {
  padding: 0;
  border: 0;
  vertical-align: middle;
}
td:not([align]),
th:not([align]) {
  text-align: right;
}
td:first-child:not([align]),
th:first-child:not([align]) {
  text-align: left;
}
tfoot tr {
  text-align: left;
}
tfoot td {
  padding: 16px 4px;
  color: rgba(0,0,0,0.54);
  font-size: 8px;
  font-style: italic;
}
input,
select {
  display: inline-block;
  width: 100%;
  height: 2.4375rem;
  margin: 0rem;
  padding: 0rem 0.8125rem;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  background: #fff;
  background-clip: padding-box;
  color: #202029;
  font-family: inherit;
  font-size: inherit;
  line-height: 2.25rem;
}
select[multiple] {
  min-height: 3.25rem;
  max-height: 6.5rem;
  margin: -1px;
  font-size: inherit;
}
input {
  overflow: visible;
}
select {
  word-wrap: normal;
  padding: 0;
  text-transform: none;
  vertical-align: middle;
}
optgroup,
option {
  padding: 0.5rem 0.8125rem;
  line-height: 1.625rem;
}
textarea {
  -ms-touch-action: manipulation;
  width: 100%;
  margin: 0;
  padding: 0.1875rem 0.75rem 0;
  overflow: auto;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  background: #fff;
  background-clip: padding-box;
  color: #202029;
  font: inherit;
  line-height: inherit;
  resize: vertical;
  touch-action: manipulation;
}
input + .error_mess,
select + .error_mess {
  display: block;
  line-height: 1.625rem;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #2c80b8;
  outline: 0 solid #f6f6f6;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(44,128,184,0.25);
          box-shadow: 0 0 0 0.125rem rgba(44,128,184,0.25);
}
input:valid:not(:-moz-placeholder-shown):focus, select:valid:not(:-moz-placeholder-shown):focus, textarea:valid:not(:-moz-placeholder-shown):focus {
  border: 1px solid #26a85d !important;
  box-shadow: 0 0 0 0.125rem rgba(38,168,93,0.25);
}
input:valid:not(:-ms-input-placeholder):focus, select:valid:not(:-ms-input-placeholder):focus, textarea:valid:not(:-ms-input-placeholder):focus {
  border: 1px solid #26a85d !important;
  box-shadow: 0 0 0 0.125rem rgba(38,168,93,0.25);
}
input:valid:not(:placeholder-shown):focus,
select:valid:not(:placeholder-shown):focus,
textarea:valid:not(:placeholder-shown):focus {
  border: 1px solid #26a85d !important;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(38,168,93,0.25);
          box-shadow: 0 0 0 0.125rem rgba(38,168,93,0.25);
}
input:invalid:not(:-moz-placeholder-shown):not(:focus), select:invalid:not(:-moz-placeholder-shown):not(:focus), textarea:invalid:not(:-moz-placeholder-shown):not(:focus) {
  border: 1px solid #ff0606 !important;
  color: #ff0606 !important;
}
input:invalid:not(:-ms-input-placeholder):not(:focus), select:invalid:not(:-ms-input-placeholder):not(:focus), textarea:invalid:not(:-ms-input-placeholder):not(:focus) {
  border: 1px solid #ff0606 !important;
  color: #ff0606 !important;
}
input:invalid:not(:placeholder-shown):not(:focus),
select:invalid:not(:placeholder-shown):not(:focus),
textarea:invalid:not(:placeholder-shown):not(:focus) {
  border: 1px solid #ff0606 !important;
  color: #ff0606 !important;
}
input:invalid:not(:-moz-placeholder-shown):focus, select:invalid:not(:-moz-placeholder-shown):focus, textarea:invalid:not(:-moz-placeholder-shown):focus {
  border: 1px solid #ff0606 !important;
  box-shadow: 0 0 0 0.125rem rgba(255,6,6,0.25);
  color: #ff0606 !important;
}
input:invalid:not(:-ms-input-placeholder):focus, select:invalid:not(:-ms-input-placeholder):focus, textarea:invalid:not(:-ms-input-placeholder):focus {
  border: 1px solid #ff0606 !important;
  box-shadow: 0 0 0 0.125rem rgba(255,6,6,0.25);
  color: #ff0606 !important;
}
input:invalid:not(:placeholder-shown):focus,
select:invalid:not(:placeholder-shown):focus,
textarea:invalid:not(:placeholder-shown):focus {
  border: 1px solid #ff0606 !important;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(255,6,6,0.25);
          box-shadow: 0 0 0 0.125rem rgba(255,6,6,0.25);
  color: #ff0606 !important;
}
input:disabled,
select:disabled,
textarea:disabled {
  border: 1px solid #d9d9d9 !important;
  background: #d9d9d9;
  color: #f9f9f9;
  text-decoration: line-through;
  cursor: not-allowed;
}
input[readonly],
select[readonly],
textarea[readonly] {
  background: #d9d9d9;
  color: #f9f9f9;
}
input[disabled],
select[disabled],
textarea[disabled] {
  border: 1px solid #d9d9d9 !important;
  background: #d9d9d9;
  color: #f9f9f9;
  text-decoration: line-through;
  cursor: not-allowed;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 0.5rem 0 0;
  vertical-align: -0.125rem;
}
input:before {
  content: '';
}
input:after {
  content: '';
}
input[type="file"] {
  height: auto;
  border: 0;
  outline: 0 solid #f6f6f6;
  background: transparent;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.error_mess:empty {
  display: none !important;
}
fieldset {
  margin: 0rem 0rem 1.625rem;
  padding: 1.625rem;
  border: 0;
}
progress {
  vertical-align: baseline;
}
progress,output,label {
  display: inline-block;
}
label {
  width: 100%;
  margin: 0rem 0rem 0.8125rem;
  font-size: 95%;
  font-weight: 500;
  line-height: 1.625rem;
  cursor: pointer;
}
label.sm {
  margin: 0rem 0rem 1.25rem;
  font-size: 12px;
}
label.lg {
  margin: 0rem 0rem 1.625rem;
  font-size: 18px;
}
label.required:before {
  padding: 0rem 0.3125rem 0rem 0rem;
  color: #e03131;
  font-size: 80%;
  line-height: 1;
  content: '*';
}
label .error_mess {
  display: inline;
  color: #ff0606;
  font-size: 80%;
  font-weight: 400;
  line-height: 1;
}
label input[type="button"],
label input[type="submit"],
label input[type="reset"],
label button {
  margin-bottom: 0 !important;
}
label .button,
label .button-ghost {
  margin-bottom: 0 !important;
}
legend {
  display: table;
  max-width: 100%;
  margin: 0rem 0rem 1.625rem;
  padding: 0;
  color: inherit;
  font-weight: 500;
  white-space: normal;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
:-moz-ui-invalid {
  box-shadow: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 solid #f6f6f6;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  display: inline-block;
  height: 2.4375rem;
  margin: 0rem;
  padding: 0rem 0.8125rem;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 0.25rem;
  background: #2c80b8;
  color: #fff;
  font-size: inherit;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 2.25rem;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.button {
  border: 0;
  border-radius: 0.25rem;
  background: #2c80b8;
  color: #fff;
}
.button,.button-ghost {
  display: inline-block;
  height: 2.4375rem;
  margin: 0rem;
  padding: 0rem 0.8125rem;
  padding: 0 1.25rem;
  font-size: inherit;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 2.25rem;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.button-ghost {
  border-width: 2px;
  border-style: solid;
  border-radius: 0.25rem;
  border-color: #e5e5e5;
  background: transparent;
  color: inherit;
}
details {
  display: block /* Render the `ma in` element consistently in IE. */;
}
details,summary {
  width: 100%;
  margin: 0 auto;
}
summary {
  -ms-touch-action: manipulation;
  display: list-item; /* Add the correct display in all browsers */
  margin-bottom: 16px;
  cursor: pointer;
  touch-action: manipulation;
}
dialog {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1em;
  border: solid;
  background-color: #fff;
  color: black;
}
template {
  display: none;
}
canvas {
  display: inline-block;
}
[hidden] {
  display: none !important /* Add the correct display in IE */;
}
[aria-hidden="false"][hidden] {
  display: initial;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled],
[disabled] {
  cursor: not-allowed;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.line-height {
  line-height: 1.625rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.noindent {
  margin: 0;
  padding: 0;
}
.white,.white-light {
  color: #fff;
}
.white-dark {
  color: #d9d9d9;
}
.bg-white,.bg-white-light {
  background: #fff;
}
.bg-white-dark {
  background: #d9d9d9;
}
.gray {
  color: #f6f6f6;
}
.gray-light {
  color: #f9f9f9;
}
.gray-dark {
  color: #d1d1d1;
}
.bg-gray {
  background: #f6f6f6;
}
.bg-gray-light {
  background: #f9f9f9;
}
.bg-gray-dark {
  background: #d1d1d1;
}
.black {
  color: #131316;
}
.black-light {
  color: #545461;
}
.black-dark {
  color: #101013;
}
.bg-black {
  background: #131316;
}
.bg-black-light {
  background: #545461;
}
.bg-black-dark {
  background: #101013;
}
.red {
  color: #991a1e;
}
.red-light {
  color: #dd393e;
}
.red-dark {
  color: #82161a;
}
.bg-red {
  background: #991a1e;
}
.bg-red-light {
  background: #dd393e;
}
.bg-red-dark {
  background: #82161a;
}
.base {
  color: #202029;
}
.base-light {
  color: #595973;
}
.base-dark {
  color: #1b1b23;
}
.bg-base {
  background: #202029;
}
.bg-base-light {
  background: #595973;
}
.bg-base-dark {
  background: #1b1b23;
}
.primary {
  color: #e5e5e5;
}
.primary-light {
  color: #ededed;
}
.primary-dark {
  color: #c3c3c3;
}
.bg-primary {
  background: #e5e5e5;
}
.bg-primary-light {
  background: #ededed;
}
.bg-primary-dark {
  background: #c3c3c3;
}
.subbase {
  color: #666;
}
.subbase-light {
  color: #949494;
}
.subbase-dark {
  color: #575757;
}
.bg-subbase {
  background: #666;
}
.bg-subbase-light {
  background: #949494;
}
.bg-subbase-dark {
  background: #575757;
}
.success {
  color: #26a85d;
}
.success-light {
  color: #51d88a;
}
.success-dark {
  color: #208f4f;
}
.bg-success {
  background: #26a85d;
}
.bg-success-light {
  background: #51d88a;
}
.bg-success-dark {
  background: #208f4f;
}
.warning {
  color: #f03e3e;
}
.warning-light {
  color: #f57878;
}
.warning-dark {
  color: #ed1414;
}
.bg-warning {
  background: #f03e3e;
}
.bg-warning-light {
  background: #f57878;
}
.bg-warning-dark {
  background: #ed1414;
}
.alert {
  color: #e03131;
}
.alert-light {
  color: #e96f6f;
}
.alert-dark {
  color: #ca1e1e;
}
.bg-alert {
  background: #e03131;
}
.bg-alert-light {
  background: #e96f6f;
}
.bg-alert-dark {
  background: #ca1e1e;
}
.error {
  color: #ff0606;
}
.error-light {
  color: #ff5151;
}
.error-dark {
  color: #de0000;
}
.bg-error {
  background: #ff0606;
}
.bg-error-light {
  background: #ff5151;
}
.bg-error-dark {
  background: #de0000;
}
.info {
  color: #2c80b8;
}
.info-light {
  color: #60a8d9;
}
.info-dark {
  color: #256d9c;
}
.bg-info {
  background: #2c80b8;
}
.bg-info-light {
  background: #60a8d9;
}
.bg-info-dark {
  background: #256d9c;
}
.mark {
  color: #f9f2f4;
}
.mark-light {
  color: #fbf6f7;
}
.mark-dark {
  color: #e2c0c9;
}
.bg-mark {
  background: #f9f2f4;
}
.bg-mark-light {
  background: #fbf6f7;
}
.bg-mark-dark {
  background: #e2c0c9;
}
.bold {
  font-weight: 500;
}
.lite {
  font-weight: 200;
}
.italic {
  font-style: italic;
}
.normal {
  font-style: normal;
  font-weight: 300;
}
.lead {
  font-size: 1.125rem;
  font-weight: 500;
}
.big {
  font-size: 110%;
}
.small {
  font-size: 80%;
}
.h6-like {
/*
      $from = _media-rules(from-width, to-width)

      if typeof($from) != 'null'
        @media $from
          {csscode}
      else
        {csscode}
      */
  font-size: 1rem;
}
.h6-like,.h5-like {
  line-height: 1.625rem;
}
.h5-like {
/*
      $from = _media-rules(from-width, to-width)

      if typeof($from) != 'null'
        @media $from
          {csscode}
      else
        {csscode}
      */
  font-size: 1.25rem;
}
.h4-like {
/*
      $from = _media-rules(from-width, to-width)

      if typeof($from) != 'null'
        @media $from
          {csscode}
      else
        {csscode}
      */
  font-size: 1.625rem;
  line-height: 1.625rem;
}
.h3-like {
/*
      $from = _media-rules(from-width, to-width)

      if typeof($from) != 'null'
        @media $from
          {csscode}
      else
        {csscode}
      */
  font-size: 2.0625rem;
}
.h3-like,.h2-like {
  line-height: 3.25rem;
}
.h2-like {
/*
      $from = _media-rules(from-width, to-width)

      if typeof($from) != 'null'
        @media $from
          {csscode}
      else
        {csscode}
      */
  font-size: 2.625rem;
}
.h1-like {
/*
      $from = _media-rules(from-width, to-width)

      if typeof($from) != 'null'
        @media $from
          {csscode}
      else
        {csscode}
      */
  font-size: 3.3125rem;
  line-height: 4.875rem;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.centre {
  text-align: center;
}
.justify {
  text-align: justify;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.nowrap {
  white-space: nowrap;
}
.radius {
  border-radius: 3px;
}
.circle {
  border-radius: 50%;
}
.outline {
  outline: 1px solid #f6f6f6;
}
.view-grid {
  margin: 0;
  padding: 0;
  background-image: -o-linear-gradient(top, rgba(0,170,255,0.3) 1px, transparent 1px);
  background-image: linear-gradient(to bottom, rgba(0,170,255,0.3) 1px, transparent 1px);
  background-position: left -1px;
  background-repeat: repeat;
  background-size: 1.625rem 1.625rem;
}
.view-layout .c,
.view-layout .cell,
.view-layout .row,
.view-layout .container {
  position: relative;
  min-height: 1.625rem;
  outline: 1px solid #f6f6f6;
}
.view-layout .row:after {
  position: absolute;
  top: -1.625rem;
  margin: 0 auto;
  color: #131316;
  font-size: 80%;
  content: attr(class);
}
.view-layout .cell,
.view-layout .c {
  background: #f9f9f9;
}
.view-layout .cell:after,
.view-layout .c:after {
  position: absolute;
  top: -0.5rem;
  right: 0.5rem;
  margin: 0 auto;
  color: #131316;
  font-size: 80%;
  content: attr(class);
}
.view-layout .c-auto {
  background: #f00;
}
.view-layout .row {
  margin-bottom: 1.625rem;
  background: #f9f;
}
.view-layout .group {
  background: #f99;
}
.view-layout .group .c {
  background: #99f;
}
dl.list-inline {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
dl.list-inline,dl.list-inline dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-item-align: auto;
      align-self: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
dl.list-inline dt {
  margin-bottom: 1.625rem;
}
dl.list-inline dt,dl.list-inline dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  flex: 1 1 0%;
  padding-right: 0.6rem;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
  padding-left: 0.6rem;
}
dl.list-inline dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-item-align: auto;
      align-self: auto;
  align-self: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  margin: 0rem 0rem 1.625rem;
  text-align: center;
  text-align: center;
}
.list,
ul.list-disc,
ul.list-circle,
ul.list-square,
ul.list-blank {
  padding-left: 1.625rem;
}
.list-group {
  padding: 0;
  text-align: left;
}
.list-group > :first-child {
  margin-top: 0;
  border-top: 1px solid #f00;
}
.list-group li {
  max-height: 1.625rem;
  overflow: hidden;
  border-bottom: 1px solid #f00;
}
.list-group li > :last-child {
  display: block;
  float: right;
}
ul.list-disc {
  list-style-type: disc;
}
ul.list-circle {
  list-style-type: circle;
}
ul.list-square {
  list-style-type: square;
}
ul.list-blank {
  list-style-type: none;
}
ul.list-inline {
  list-style: none;
}
ul.list-inline > li,
ul.list-inline display inline-block,
ul.list-inline a {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  display: inline-block;
  padding: 0 0.8125rem;
  background: inherit;
  text-decoration: none;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
ul.list-inline > li:hover,
ul.list-inline display inline-block:hover,
ul.list-inline a:hover {
  background: rgba(255,255,255,0.3);
  text-decoration: underline;
}
ul.list-inline > li:focus,
ul.list-inline display inline-block:focus,
ul.list-inline a:focus {
  background: rgba(250,250,250,0.5);
}
ul.list-inline > li:first-child {
  margin-left: 0;
}
.btn_white {
  background: #fff;
}
.btn_white:hover,
.btn_white:focus {
  background: #d9d9d9;
}
.btn_white_hollow {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn_white_hollow:hover,
.btn_white_hollow:focus {
  border: 1px solid #d9d9d9;
  background: rgba(255,255,255,0.25);
  color: #d9d9d9;
}
.btn_gray {
  background: #f6f6f6;
}
.btn_gray:hover,
.btn_gray:focus {
  background: #d0d0d0;
}
.btn_gray_hollow {
  border: 1px solid #f6f6f6;
  background: transparent;
  color: #f6f6f6;
}
.btn_gray_hollow:hover,
.btn_gray_hollow:focus {
  border: 1px solid #d0d0d0;
  background: rgba(246,246,246,0.25);
  color: #d0d0d0;
}
.btn_black {
  background: #131316;
}
.btn_black:hover,
.btn_black:focus {
  background: #000;
}
.btn_black_hollow {
  border: 1px solid #131316;
  background: transparent;
  color: #131316;
}
.btn_black_hollow:hover,
.btn_black_hollow:focus {
  border: 1px solid #000;
  background: rgba(19,19,22,0.25);
  color: #000;
}
.btn_red {
  background: #991a1e;
}
.btn_red:hover,
.btn_red:focus {
  background: #580f11;
}
.btn_red_hollow {
  border: 1px solid #991a1e;
  background: transparent;
  color: #991a1e;
}
.btn_red_hollow:hover,
.btn_red_hollow:focus {
  border: 1px solid #580f11;
  background: rgba(153,26,30,0.25);
  color: #580f11;
}
.btn_base {
  background: #202029;
}
.btn_base:hover,
.btn_base:focus {
  background: #000;
}
.btn_base_hollow {
  border: 1px solid #202029;
  background: transparent;
  color: #202029;
}
.btn_base_hollow:hover,
.btn_base_hollow:focus {
  border: 1px solid #000;
  background: rgba(32,32,41,0.25);
  color: #000;
}
.btn_primary {
  background: #e5e5e5;
}
.btn_primary:hover,
.btn_primary:focus {
  background: #bfbfbf;
}
.btn_primary_hollow {
  border: 1px solid #e5e5e5;
  background: transparent;
  color: #e5e5e5;
}
.btn_primary_hollow:hover,
.btn_primary_hollow:focus {
  border: 1px solid #bfbfbf;
  background: rgba(229,229,229,0.25);
  color: #bfbfbf;
}
.btn_subbase {
  background: #666;
}
.btn_subbase:hover,
.btn_subbase:focus {
  background: #404040;
}
.btn_subbase_hollow {
  border: 1px solid #666;
  background: transparent;
  color: #666;
}
.btn_subbase_hollow:hover,
.btn_subbase_hollow:focus {
  border: 1px solid #404040;
  background: rgba(102,102,102,0.25);
  color: #404040;
}
.btn_success {
  background: #26a85d;
}
.btn_success:hover,
.btn_success:focus {
  background: #186a3a;
}
.btn_success_hollow {
  border: 1px solid #26a85d;
  background: transparent;
  color: #26a85d;
}
.btn_success_hollow:hover,
.btn_success_hollow:focus {
  border: 1px solid #186a3a;
  background: rgba(38,168,93,0.25);
  color: #186a3a;
}
.btn_warning {
  background: #f03e3e;
}
.btn_warning:hover,
.btn_warning:focus {
  background: #d11010;
}
.btn_warning_hollow {
  border: 1px solid #f03e3e;
  background: transparent;
  color: #f03e3e;
}
.btn_warning_hollow:hover,
.btn_warning_hollow:focus {
  border: 1px solid #d11010;
  background: rgba(240,62,62,0.25);
  color: #d11010;
}
.btn_alert {
  background: #e03131;
}
.btn_alert:hover,
.btn_alert:focus {
  background: #ab1a1a;
}
.btn_alert_hollow {
  border: 1px solid #e03131;
  background: transparent;
  color: #e03131;
}
.btn_alert_hollow:hover,
.btn_alert_hollow:focus {
  border: 1px solid #ab1a1a;
  background: rgba(224,49,49,0.25);
  color: #ab1a1a;
}
.btn_error {
  background: #ff0606;
}
.btn_error:hover,
.btn_error:focus {
  background: #b80000;
}
.btn_error_hollow {
  border: 1px solid #ff0606;
  background: transparent;
  color: #ff0606;
}
.btn_error_hollow:hover,
.btn_error_hollow:focus {
  border: 1px solid #b80000;
  background: rgba(255,6,6,0.25);
  color: #b80000;
}
.btn_info {
  background: #2c80b8;
}
.btn_info:hover,
.btn_info:focus {
  background: #1d557a;
}
.btn_info_hollow {
  border: 1px solid #2c80b8;
  background: transparent;
  color: #2c80b8;
}
.btn_info_hollow:hover,
.btn_info_hollow:focus {
  border: 1px solid #1d557a;
  background: rgba(44,128,184,0.25);
  color: #1d557a;
}
.btn_mark {
  background: #f9f2f4;
}
.btn_mark:hover,
.btn_mark:focus {
  background: #e1bec8;
}
.btn_mark_hollow {
  border: 1px solid #f9f2f4;
  background: transparent;
  color: #f9f2f4;
}
.btn_mark_hollow:hover,
.btn_mark_hollow:focus {
  border: 1px solid #e1bec8;
  background: rgba(249,242,244,0.25);
  color: #e1bec8;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.4375rem;
  margin: 0rem 0rem 0.8125rem;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 0.25rem;
  background: #2c80b8;
  color: #fff;
  font-size: inherit;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.btn:hover,
.btn:focus {
  background: #1d557a;
  color: #fff;
}
label .btn {
  margin: 0rem;
}
.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-group .btn {
  margin-right: ;
}
.btn_hollow {
  border-color: inherit;
}
.btn_hollow,.btn_text {
  background: transparent;
  color: inherit;
}
.btn_text:hover,
.btn_text:focus {
  background: transparent;
  color: inherit;
}
.btn .icon_on-left {
  margin-right: 0.5rem;
}
.btn .icon_on-right {
  margin-left: 0.5rem;
}
.is_disabled {
  background: #f6f6f6 !important;
  color: #d1d1d1 !important;
  cursor: not-allowed;
}
.is_disabled:hover,
.is_disabled:focus {
  background: #f6f6f6 !important;
  color: #d1d1d1 !important;
}
[class$="_hollow is_disabled"] {
  border-color: #d1d1d1 !important;
  background: transparent !important;
  color: #d1d1d1 !important;
}
.btn_text.is_disabled {
  color: #d1d1d1 !important;
}
.is_circle {
  width: 2.4375rem;
  height: 2.4375rem;
  border-radius: 50%;
}
.breadcrumbs {
  display: block;
}
.breadcrumbs .breadcrumb {
  display: inline-block;
  color: #ccc;
}
.breadcrumbs .breadcrumb:first-child {
  color: #202029;
}
.breadcrumbs .breadcrumb:last-child {
  color: #ccc;
}
.breadcrumbs .breadcrumb:not(:last-child):after {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #ccc;
  content: ' /';
}
.breadcrumbs .breadcrumb a {
  color: $breadcrumbs-anchor-color;
}
.breadcrumbs .icon {
  display: inline-block;
}
.breadcrumbs .icon_on-left {
  margin-right: 0.5rem;
}
.breadcrumbs .icon_on-right {
  margin-left: 0.5rem;
}
.notification.is_success {
  border: 1px solid #83e3ac;
  background: #e6f9ee;
  color: #13542f;
}
.notification.is_success .close {
  color: #39d27a;
}
.notification.is_success .close:hover,
.notification.is_success .close:focus {
  color: #13542f;
}
.notification.is_warning {
  border: 1px solid #f89f9f;
  background: #feecec;
  color: #8c0b0b;
}
.notification.is_warning .close {
  color: #f36565;
}
.notification.is_warning .close:hover,
.notification.is_warning .close:focus {
  color: #8c0b0b;
}
.notification.is_alert {
  border: 1px solid #f09898;
  background: #fceaea;
  color: #771212;
}
.notification.is_alert .close {
  color: #e65a5a;
}
.notification.is_alert .close:hover,
.notification.is_alert .close:focus {
  color: #771212;
}
.notification.is_error {
  border: 1px solid #ff8383;
  background: #ffe6e6;
  color: #830000;
}
.notification.is_error .close {
  color: #ff3838;
}
.notification.is_error .close:hover,
.notification.is_error .close:focus {
  color: #830000;
}
.notification.is_info,
.notification:not([class*=" is_"]) {
  border: 1px solid #8dc1e4;
  background: #e8f3fa;
  color: #16405c;
}
.notification.is_info .close,
.notification:not([class*=" is_"]) .close {
  color: #499cd3;
}
.notification.is_info .close:hover,
.notification:not([class*=" is_"]) .close:hover,
.notification.is_info .close:focus,
.notification:not([class*=" is_"]) .close:focus {
  color: #16405c;
}
.notification.is_mark {
  border: 1px solid #fcf8f9;
  background: #fefefe;
  color: #a84e67;
}
.notification.is_mark .close {
  color: #faf5f6;
}
.notification.is_mark .close:hover,
.notification.is_mark .close:focus {
  color: #a84e67;
}
.notification {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.8125rem;
  border-radius: 3px;
  line-height: 1.625rem;
  text-align: left;
}
.notification .close {
  margin-left: 1.3125rem;
  font-size: 80%;
  white-space: nowrap;
  cursor: pointer;
}
.notification .title {
  font-weight: 500;
}
.notification .description {
  font-size: 80%;
}
.badge.is_success {
  background: #26a85d;
  color: #fff;
}
.badge.is_warning {
  background: #f03e3e;
  color: #fff;
}
.badge.is_alert {
  background: #e03131;
  color: #fff;
}
.badge.is_error {
  background: #ff0606;
  color: #fff;
}
.badge.is_info {
  background: #2c80b8;
  color: #fff;
}
.badge.is_mark {
  background: #f9f2f4;
  color: #fff;
}
.badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 1.3rem;
  height: 1.3rem;
  margin: 0rem 0.625rem;
  padding: 0 0.2rem;
  border-radius: 3px;
  background: #2c80b8;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
}
.badge.is_rounded {
  border-radius: 50%;
}
html,html,
body {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  overflow-x: hidden !important;
  color: #3a3a42;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
body,body section,
body footer {
  max-width: 100vw;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif !important;
}
.flexChild {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -ms-flex-item-align: auto;
      align-self: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flexChild,.rowParent,
.columnParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rowParent,
.columnParent {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.columnParent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero,
article,
footer {
  max-width: 100vw;
  overflow-x: hidden;
}
.hero {
  z-index: 9;
  position: relative;
  min-height: 100vh;
  padding-top: 2rem;
  background: url("/assets/img/bg-d.jpg") no-repeat center;
  background-size: cover;
}
.hero p {
  margin-bottom: 0;
}
.hero .gps {
  no-letter-spacing: 1px;
  padding-left: 3rem;
  background: url("/assets/img/gps.png") no-repeat top left;
  background-size: 30px;
  line-height: 1.3;
}
.hero .phone {
  padding-left: 3rem;
  background: url("/assets/img/phone.png") no-repeat top left;
  background-size: 22px;
  letter-spacing: 1px;
  line-height: 1;
}
.hero .phone strong {
  font-size: 24px;
}
.hero .btns a {
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hero .btns a img {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hero .btns .l2 {
  top: 120px;
  left: 190px;
}
.hero .btns .l3 {
  top: 240px;
}
.hero .btns .l4 {
  top: 365px;
  left: 190px;
}
.hero .btns .l5 {
  top: 485px;
}
.button {
  position: relative;
  height: auto;
  padding: 0.4rem 1.7rem;
  overflow: hidden;
  border-radius: 5rem;
  background: #819d39;
  line-height: 2.4375rem;
}
.button:before {
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #819d39;
  content: "";
}
.button:after {
  z-index: -10;
  position: absolute;
  top: -50px;
  width: 50px;
  height: 155px;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  background: #fff;
  -webkit-animation: blink 3s infinite;
          animation: blink 3s infinite;
  content: "";
  opacity: 0.2;
}
.button:hover,
.button:focus {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.about h2 {
  position: relative;
}
.about h2::after {
  z-index: -1;
  position: absolute;
  top: 1rem;
  left: -4rem;
  color: #91ad3d;
  font-size: 5rem;
  content: 'Про комплекс';
  opacity: 0.3;
}
.flats h2 {
  position: relative;
}
.flats h2::after {
  z-index: -1;
  position: absolute;
  top: 1rem;
  left: -3rem;
  color: #91ad3d;
  font-size: 6rem;
  content: 'Квартири';
  opacity: 0.2;
}
.flats .tprice {
  color: #819d39;
}
.flats .button {
  background: #819d39;
  line-height: 2.4375rem;
}
.flats .button:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.flats .slidecard {
  padding-bottom: 2rem;
  text-align: center;
}
.flats .slidecard img {
  margin-bottom: 1rem;
}
.button {
  z-index: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover:after {
  z-index: -2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  content: '';
}
.button:before {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 1rem;
  background-color: #6d8530;
  content: '';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  width: 100%;
}
.gallery h2 {
  position: relative;
}
.gallery h2::after {
  z-index: -1;
  position: absolute;
  top: -1rem;
  left: -1rem;
  color: #91ad3d;
  font-size: 6rem;
  content: 'Галерея';
  opacity: 0.2;
}
.gallery .galpag {
  color: #c0c0c0;
  font-weight: bold;
}
.gallery .galpag span {
  font-size: 20px;
}
.license h2 {
  position: relative;
}
.license h2::after {
  z-index: -1;
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #91ad3d;
  font-size: 5rem;
  content: 'Забудовник';
  opacity: 0.3;
}
.nfr {
  position: relative;
}
.nfr::after {
  z-index: -1;
  position: absolute;
  top: -1rem;
  left: 1rem;
  color: #91ad3d;
  font-size: 4rem;
  content: 'Інфраструктура';
  opacity: 0.3;
}
.gnpln {
  position: relative;
}
.gnpln::after {
  z-index: -1;
  position: absolute;
  top: -1rem;
  left: 1rem;
  color: #91ad3d;
  font-size: 4rem;
  content: 'Генплан';
  opacity: 0.3;
}
.dashed {
  height: 100%;
  border-left: 5px dashed #c7c7c7;
}
section,
footer {
  z-index: 9;
  position: relative;
}
.infra {
  position: inherit;
  border-radius: 1rem;
}
.infra * {
  z-index: 9;
  position: relative;
}
.infra img {
  border-radius: 1rem;
}
.nomove {
  display: inline-block;
  position: relative;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 70vh;
  -webkit-animation: move 6s infinite;
          animation: move 6s infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  opacity: 0.4;
}
.rotate {
  animationPlayState: paused;
  height: 70vh;
  -webkit-animation: roll 6s infinite;
          animation: roll 6s infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slidecard {
  margin: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #f0f0f0;
}
.caps-button {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45%;
  padding: 0.5rem 3.5rem;
  border-radius: 50px;
  color: #131316;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.caps-button:hover {
  color: #6d8530 !important;
  text-decoration: none !important;
}
.gallery {
  position: inherit !important;
  border-radius: 1rem;
}
.gallery h2,#lightgallery,#lightgallery a {
  z-index: 9;
  position: relative;
}
#lightgallery a {
  padding: 1rem;
}
#lightgallery a img {
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(34,60,80,0.2);
          box-shadow: 0px 0px 8px 0px rgba(34,60,80,0.2);
}
#lightgallery a:hover img {
  -webkit-box-shadow: 4px 4px 8px 0px rgba(80,80,80,0.4);
          box-shadow: 4px 4px 8px 0px rgba(80,80,80,0.4);
}
.license-slides {
  width: 100%;
}
.license-slides img {
  width: 90%;
  border: 3px solid #c0c0c0;
  border-radius: 5px;
}
.license-slides ul {
  margin: 0;
  padding: 0;
}
.license-slides li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.license-slides li button {
  display: block;
  width: 20px;
  width: 10px;
  height: 20px;
  height: 10px;
  padding: 5px;
  border: 0;
  border: 1px solid #91ad3d;
  border-radius: 50%;
  outline: none solid #f6f6f6;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.license-slides .slick-active button {
  background: #91ad3d;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  list-style-type: none;
  cursor: pointer;
}
.slick-dots button {
  display: block;
  width: 20px;
  width: 10px;
  height: 20px;
  height: 10px;
  padding: 5px;
  border: 0;
  border: 1px solid #91ad3d;
  border-radius: 50%;
  outline: none solid #f6f6f6;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slick-active button {
  background: #91ad3d;
}
footer {
  background: url("/assets/img/map2.jpg") no-repeat center;
  background-size: cover;
}
footer .footer-wrap2 {
  padding: 4rem;
  background: rgba(0,0,0,0.7);
}
footer .vp {
  max-width: 50%;
  margin: 4rem;
}
footer h2.h5-like {
  padding-left: 3rem;
  background: url("/assets/img/gps.png") no-repeat top left;
  background-size: 20px;
  font-weight: 400 !important;
  line-height: 1.2;
}
footer h5 {
  margin-bottom: 1rem;
  font-weight: 400;
}
footer p {
  font-size: 18px;
}
.container {
  padding-top: calc(20px + 80 * (100vw - 320px) / 1120);
  padding-bottom: calc(20px + 80 * (100vw - 320px) / 1120);
}
.cont-mob,
.nextflat {
  display: none;
}
.btn-wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.infra .btn-wrap {
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 0;
}
.vertical {
  display: none;
}
@-webkit-keyframes blink {
  0% {
    left: -75px;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  20% {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  100% {
    left: 120%;
  }
}
@keyframes blink {
  0% {
    left: -75px;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  20% {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes roll {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes move {
  0% {
    left: 0%;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
  50% {
    left: 100%;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    left: 0%;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}
@keyframes move {
  0% {
    left: 0%;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
  50% {
    left: 100%;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    left: 0%;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}
@-webkit-keyframes pulse {
  0% {
    font-size: 1.25rem;
  }
  50% {
    font-size: 1.5rem;
  }
  100% {
    font-size: 1.25rem;
  }
}
@keyframes pulse {
  0% {
    font-size: 1.25rem;
  }
  50% {
    font-size: 1.5rem;
  }
  100% {
    font-size: 1.25rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
@media screen and (min-width: 425px) {
  .c.xs-1 {
    min-width: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .c.xs-2 {
    min-width: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .c.xs-3 {
    min-width: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .c.xs-4 {
    min-width: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .c.xs-5 {
    min-width: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .c.xs-6 {
    min-width: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .c.xs-7 {
    min-width: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .c.xs-8 {
    min-width: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .c.xs-9 {
    min-width: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .c.xs-10 {
    min-width: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .c.xs-11 {
    min-width: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .c.xs-12 {
    min-width: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width: 767px) {
  .c.s-1 {
    min-width: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .c.s-2 {
    min-width: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .c.s-3 {
    min-width: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .c.s-4 {
    min-width: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .c.s-5 {
    min-width: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .c.s-6 {
    min-width: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .c.s-7 {
    min-width: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .c.s-8 {
    min-width: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .c.s-9 {
    min-width: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .c.s-10 {
    min-width: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .c.s-11 {
    min-width: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .c.s-12 {
    min-width: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width: 1200px) {
  .c.m-1 {
    min-width: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .c.m-2 {
    min-width: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .c.m-3 {
    min-width: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .c.m-4 {
    min-width: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .c.m-5 {
    min-width: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .c.m-6 {
    min-width: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .c.m-7 {
    min-width: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .c.m-8 {
    min-width: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .c.m-9 {
    min-width: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .c.m-10 {
    min-width: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .c.m-11 {
    min-width: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .c.m-12 {
    min-width: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width: 1440px) {
  .c.l-1 {
    min-width: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .c.l-2 {
    min-width: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .c.l-3 {
    min-width: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .c.l-4 {
    min-width: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .c.l-5 {
    min-width: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .c.l-6 {
    min-width: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .c.l-7 {
    min-width: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .c.l-8 {
    min-width: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .c.l-9 {
    min-width: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .c.l-10 {
    min-width: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .c.l-11 {
    min-width: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .c.l-12 {
    min-width: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width: 1600px) {
  .c.xl-1 {
    min-width: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .c.xl-2 {
    min-width: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .c.xl-3 {
    min-width: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .c.xl-4 {
    min-width: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .c.xl-5 {
    min-width: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .c.xl-6 {
    min-width: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .c.xl-7 {
    min-width: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .c.xl-8 {
    min-width: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .c.xl-9 {
    min-width: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .c.xl-10 {
    min-width: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .c.xl-11 {
    min-width: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .c.xl-12 {
    min-width: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width: 1981px) {
  .c.xxl-1 {
    min-width: calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }
  .c.xxl-2 {
    min-width: calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }
  .c.xxl-3 {
    min-width: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  .c.xxl-4 {
    min-width: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
  .c.xxl-5 {
    min-width: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .c.xxl-6 {
    min-width: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .c.xxl-7 {
    min-width: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
  .c.xxl-8 {
    min-width: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .c.xxl-9 {
    min-width: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
  .c.xxl-10 {
    min-width: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .c.xxl-11 {
    min-width: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .c.xxl-12 {
    min-width: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen {
  menu,ruby,
  rb,
  rt,
  rtc,keygen {
    display: none;
  }
  dialog:not([open]) {
    display: none;
  }
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target),
  [aria-hidden="false"][hidden]:not(:focus) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
  .hidden {
    display: none;
  }
}
@media screen and (min-width: ) {
  dl.list-inline dt {
    min-width: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }
  dl.list-inline dd {
    min-width: calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }
}
@media (orientation: landscape) {
  #scene {
    width: 100vw;
    height: 100vh;
  }
}
@media (orientation: portrait) {
  #scene {
    width: 100vw;
    height: 100vh;
  }
}
@media (min-width: 1981px) {
  .topnav {
    background: url("/assets/img/menubg.png") no-repeat center top;
  }
}
@media (max-width: 1600px) {
  .hero .cont img,.hero .btns a img {
    width: 180px;
  }
  .hero .btns .l2 {
    top: 100px;
    left: 145px;
  }
  .hero .btns .l3 {
    top: 195px;
  }
  .hero .btns .l4 {
    top: 290px;
    left: 145px;
  }
  .hero .btns .l5 {
    top: 385px;
  }
  .about h2::after {
    left: -2rem;
  }
  .flats h2::after,
  .gallery h2::after,
  .license h2::after {
    font-size: 5rem;
  }
}
@media (max-width: 475px) {
  .about .btn-wrap,
  .infra .btn-wrap,
  .infra .license {
    text-align: center;
  }
  .hero .gps {
    margin: 0 1rem;
  }
  .hero .phone {
    margin-top: 2rem;
    margin-left: 1rem;
  }
  .hero .mid {
    margin-top: -30vh;
  }
  .hero .row {
    display: block !important;
  }
  .hero .btns {
    position: relative;
    margin-top: 3rem;
    margin-left: 2rem;
    padding-left: 3rem;
  }
  .hero .btns img {
    width: 120px !important;
  }
  .hero .btns .l2 {
    top: 70px;
    left: 115px;
  }
  .hero .btns .l3 {
    top: 135px;
  }
  .hero .btns .l4 {
    top: 200px;
    left: 115px;
  }
  .hero .btns .l5 {
    top: 265px;
  }
  .hero .btns .cont-mob {
    display: block;
    top: 135px;
    left: 180px;
  }
  .hero .cont {
    display: none;
    position: absolute;
    top: 45vh;
    left: 11rem;
  }
  .about {
    padding-top: 5rem;
  }
  .about h2::after {
    left: 1rem;
    font-size: 3rem;
  }
  .flats h2::after,
  .gallery h2::after,
  .license h2::after {
    top: 1rem;
    left: 1rem;
    font-size: 2.8rem;
  }
  .nfr,
  .gnpln {
    font-size: 2rem;
  }
  .nfr::after,
  .gnpln::after {
    top: 1rem;
    font-size: 2.2rem;
  }
  .license {
    margin-top: 3rem;
  }
  #lightgallery a,
  #lightgallery img {
    width: 100%;
  }
  .gnpln {
    margin-top: 4rem;
  }
  .flats {
    margin-right: -2rem;
    margin-left: -2rem;
    padding-right: 0;
    padding-left: 0;
  }
  .flats .first-slide {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .flats .nextflat {
    display: block;
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
  }
  .slick-dots {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .hero .row {
    display: block !important;
  }
  .hero .btns {
    position: relative;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .hero,
  article,
  footer,
  .nomove {
    display: none !important;
  }
  .vertical {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url("/assets/img/vert.jpg") no-repeat center;
    background-size: contain;
  }
}
