/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}
html {
  font-family: 'Montserrat', sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  color: #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.42857143;
  -webkit-transition: padding-top 0.4s;
  transition: padding-top 0.4s;
  overflow-x: hidden;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
img {
  border: 0;
  max-width: 100%;
}
figure.table {
  margin: 0;
}
.lightboxOverlay {
  z-index: 99999;
}
.lightbox {
  z-index: 99999;
}
.zdrojsmall {
  font-size: 11px;
  margin-top: -10px;
}
ul {
  margin-top: 0;
}
ul li {
  font-size: 1.3rem;
  list-style-type: none;
  position: relative;
}
ul li:not(:first-child) {
  margin-top: 5px;
}
ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\25A0";
  color: #333;
  font-weight: bold;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 0.7;
  width: 1em;
  margin-left: -1em;
}
@media (min-width: 1px) {
  .reference_webrex {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 660px) {
  .reference_webrex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.reference_webrex div img {
  max-width: 80%;
}
article {
  font-size: 1.3rem;
}
article .title-wrap.theme1 {
  margin-bottom: 0;
}
article .more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
article .more-info.centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
article ul,
article p,
article table {
  margin-top: 0;
  margin-bottom: 31px;
}
article p:last-child,
article ul:last-child,
article table:last-child {
  margin-bottom: 0;
}
article ul {
  margin-top: 0;
}
article img {
  position: relative;
  display: block;
  margin: 0 auto;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table tr td {
  padding: 8px 0;
}
table tr td:first-child {
  font-weight: bold;
  width: 1%;
  white-space: nowrap;
}
table tr td:not(:first-child) {
  padding-left: 15px;
}
@media (max-width: 450px) {
  table {
    display: block;
  }
  table tr td:not(:first-child) {
    padding-left: 0;
  }
  table tbody,
  table tr,
  table td {
    display: block;
    width: 100% !important;
    white-space: nowrap !important;
  }
}
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexbox > .flexbox-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* horizontal align */
.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: justify;
}
/* vertical align */
.valign-equal {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.valign-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.valign-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.valign-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.valign-justify {
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}
/* self vertical align */
.self-align-left {
  margin-right: auto !important;
}
.self-align-right {
  margin-left: auto !important;
}
.self-align-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.self-valign-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.self-valign-center {
  -ms-flex-item-align: center;
      align-self: center;
}
.self-valign-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.self-valign-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.inp-wrap.file-uploader {
  position: relative;
  width: 100%;
  border: 1px #9C9C9C solid;
}
.inp-wrap.file-uploader input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 999;
}
.editor.file-uploader {
  margin-top: 8px;
  margin-bottom: 8px;
}
.editor.file-uploader .navbar.options-bar .option i.fa.fa-edit {
  font-size: 25px;
  min-height: 25px;
}
.editor.file-uploader .edit-content {
  padding: 0;
  font-size: 12px;
  border-radius: 4px;
  background-color: #fff;
}
.editor.file-uploader .edit-content .uploader-body {
  position: relative;
  min-height: 100px;
  margin-top: 5px;
}
.editor.file-uploader .edit-content .uploader-body .uploader-previews {
  position: relative;
  padding: 10px;
}
.editor.file-uploader .edit-content .uploader-body .uploader-previews .tiles-previews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 10px;
}
.editor.file-uploader .edit-content .uploader-body .uploader-previews .tiles-previews .preview {
  min-height: 150px;
}
.editor.file-uploader .edit-content .uploader-body .uploader-previews .tiles-previews .preview .edit-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.editor.file-uploader .edit-content .uploader-body .uploader-previews .tiles-previews .preview .edit-content img {
  width: 90%;
  height: 90%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.editor.file-uploader .edit-content .uploader-body .uploader-previews .tiles-previews .preview .edit-content .preview-title {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}
.editor.file-uploader .edit-content .uploader-body .uploader-previews .tiles-previews .preview .edit-content .preview-title span {
  background-color: #252525;
  color: #fff;
  padding: 5px;
}
.editor.file-uploader .edit-content .uploader-body .uploader-previews table {
  margin: 0 auto;
  width: 99%;
}
.editor.file-uploader .edit-content .uploader-body .uploader-previews table tr td {
  cursor: pointer;
  position: relative;
  padding: 8px 6px;
  text-align: left;
}
.editor.file-uploader .edit-content .uploader-body .uploader-content {
  height: 100%;
}
.editor.file-uploader .edit-content .uploader-body .uploader-content input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 999;
  min-height: 100px;
}
.drop-down-wrap {
  display: inline-block;
  position: relative;
}
.drop-down-wrap .drop-down-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.drop-down-wrap .drop-down-area,
.drop-down-wrap .drop-down-area:link,
.drop-down-wrap .drop-down-area:visited,
.drop-down-wrap .drop-down-area:active {
  color: #741712;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 1.1rem;
  white-space: nowrap;
  font-weight: bold;
}
.drop-down-wrap .drop-down-area:hover {
  color: #000;
}
.drop-down-wrap .drop-down-area.btn,
.drop-down-wrap .drop-down-area.btn:link,
.drop-down-wrap .drop-down-area.btn:visited,
.drop-down-wrap .drop-down-area.btn:active {
  padding: 7px 0 7px 10px;
  background-color: #337ab7;
  color: #fff;
  font-weight: bold;
}
.drop-down-wrap .drop-down-area.with-caret {
  padding-right: 25px;
}
.drop-down-wrap .drop-down-area.with-caret .caret {
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  width: 12px;
  height: 12px;
  -webkit-transition: top 0.1s, -webkit-transform 0.1s;
  transition: top 0.1s, -webkit-transform 0.1s;
  transition: top 0.1s, transform 0.1s;
  transition: top 0.1s, transform 0.1s, -webkit-transform 0.1s;
}
.drop-down-wrap .drop-down-area.with-caret .caret.hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.drop-down-wrap.text-with-icon.icon-before i.fa,
.drop-down-wrap.text-with-icon.icon-before i.iz,
.drop-down-wrap.text-with-icon.icon-before img {
  margin-right: 10px;
}
.drop-down-wrap.text-with-icon.icon-after i.fa,
.drop-down-wrap.text-with-icon.icon-after i.iz,
.drop-down-wrap.text-with-icon.icon-after img {
  margin-left: 10px;
}
.drop-down-wrap.text-with-icon.icons-around i.fa:first-child,
.drop-down-wrap.text-with-icon.icons-around i.iz:first-child,
.drop-down-wrap.text-with-icon.icons-around img:first-child {
  margin-right: 10px;
}
.drop-down-wrap.text-with-icon.icons-around i.fa:last-child,
.drop-down-wrap.text-with-icon.icons-around i.iz:last-child,
.drop-down-wrap.text-with-icon.icons-around img:last-child {
  margin-left: 10px;
}
.drop-down-wrap .drop-down-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  text-align: left;
  -webkit-transition: visibility 0.2s, z-index 0.2s cubic-bezier(0, 1, 0, 1), opacity 0.2s;
  transition: visibility 0.2s, z-index 0.2s cubic-bezier(0, 1, 0, 1), opacity 0.2s;
}
.drop-down-wrap .drop-down-body .drop-down-content {
  position: relative;
  min-width: 150px;
  display: inline-block;
  text-align: left;
  -webkit-box-shadow: 4px 5px 18px -9px rgba(0, 0, 0, 0.56);
  box-shadow: 4px 5px 18px -9px rgba(0, 0, 0, 0.56);
  background-color: #fff;
  border: 1px #d6d5d5 solid;
  color: #000;
}
.drop-down-wrap .drop-down-body .drop-down-content .article {
  padding: 8px;
}
.drop-down-wrap.opened .drop-down-body {
  overflow: unset;
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}
#move-to-top {
  padding: 11px 16px;
  background-color: #3d8d78;
  color: #fff;
}
input,
button,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  overflow: visible;
  font-size: 16px;
  font-family: Montserrat;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
.form-control,
.btn,
.alert,
.errors {
  border-radius: 0;
}
form .form-group {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
form .form-group:first-child {
  margin-top: 0;
}
form .form-group.last {
  margin-top: 30px;
  margin-bottom: 0;
}
form .form-group .form-group-item {
  position: relative;
}
form .form-group .form-group-item:last-child:not(:first-child) {
  margin-top: 20px;
}
form .form-group input:hover {
  position: relative;
  z-index: 9999;
}
form .form-group.two-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
form .form-group.two-items .form-group-item {
  width: 100%;
}
@media (min-width: 768px) {
  form .form-group.two-items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  form .form-group.two-items .form-group-item {
    margin-top: 0 !important;
    width: calc(50% - 10px);
  }
}
form .form-group span.help-block {
  display: block;
  position: absolute;
  top: -38px;
  z-index: 999;
}
form .form-group span.help-block.text-danger i {
  display: none;
}
form .form-group span.help-block.text-danger:before {
  position: absolute;
  top: 100%;
  content: "";
  width: 0;
  height: 0;
}
form .form-group.span-bottom span.help-block.text-danger {
  bottom: -38px;
  top: auto;
}
form .form-group.span-bottom span.help-block.text-danger:before {
  top: auto;
  bottom: 100%;
}
input.btn,
button.btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  white-space: nowrap;
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 2000;
          perspective: 2000;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
input.btn:focus,
button.btn:focus,
input.btn.focus,
button.btn.focus,
input.btn:focus,
button.btn:focus,
input.btn:hover,
button.btn:hover {
  outline: 0;
}
input.btn:active,
button.btn:active,
input.btn.active,
button.btn.active {
  background-image: none;
  outline: 0;
}
select:focus,
textarea:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="file"]:focus {
  outline: unset;
}
textarea {
  min-height: 120px;
}
label {
  display: block;
  max-width: 100%;
}
.inp-wrap {
  min-width: unset;
}
.inp-wrap.inp-search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.inp-wrap.inp-search-wrap input[type=text] {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}
.inp-wrap.inp-search-wrap button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inp-wrap.inp-checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.inp-wrap.inp-checkbox-wrap .checkbox-field {
  position: relative;
  width: 35px;
}
.inp-wrap.inp-checkbox-wrap .checkbox-field input[type=checkbox] {
  margin: 0 !important;
  display: block;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.inp-wrap.inp-checkbox-wrap .checkbox-field i {
  display: inline-block;
}
.inp-wrap.inp-checkbox-wrap .checkbox-field img {
  max-width: none !important;
}
.inp-wrap.inp-checkbox-wrap.only-field .checkbox-field {
  width: 100%;
  height: unset;
}
.inp-wrap.inp-checkbox-wrap.only-field .checkbox-field i {
  width: 100%;
  height: 100%;
}
.inp-wrap.inp-checkbox-wrap .label-text {
  display: block;
  margin-left: 15px;
}
.inp-wrap.inp-checkbox-wrap.below {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inp-wrap.inp-checkbox-wrap.below .label-text {
  text-align: center;
  width: 100%;
  margin-left: 0;
}
.inp-wrap.inp-checkbox-wrap.below .checkbox-field {
  height: unset;
  width: unset;
}
.inp-wrap.inp-checkbox-wrap.disabled i {
  color: #ccc;
}
.inp-wrap.inp-radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.inp-wrap.inp-radio-wrap .radio-field {
  position: relative;
  width: 35px;
}
.inp-wrap.inp-radio-wrap .radio-field input[type=radio] {
  margin: 0 !important;
  display: block;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.inp-wrap.inp-radio-wrap .radio-field i {
  display: inline-block;
}
.inp-wrap.inp-radio-wrap .radio-field img {
  max-width: none !important;
}
.inp-wrap.inp-radio-wrap.only-field .radio-field {
  width: 100%;
  height: unset;
}
.inp-wrap.inp-radio-wrap.only-field .radio-field i {
  width: 100%;
  height: 100%;
}
.inp-wrap.inp-radio-wrap .label-text {
  display: block;
  margin-left: 15px;
}
.inp-wrap.inp-radio-wrap.below {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inp-wrap.inp-radio-wrap.below .label-text {
  margin-left: 0;
  text-align: center;
  width: 100%;
}
.inp-wrap.inp-radio-wrap.below .radio-field {
  width: unset;
  height: unset;
}
.inp-wrap.inp-radio-wrap.disabled i {
  color: #ccc;
}
.checkboxes-list {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.radios-list {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.inp-wrap.inp-select-wrap .drop-down-wrap {
  width: 100%;
}
.inp-wrap.inp-select-wrap .drop-down-wrap .drop-down-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.inp-wrap.inp-select-wrap .drop-down-wrap.multiple .drop-down-area {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
.inp-wrap.inp-select-wrap .drop-down-wrap.multiple .drop-down-area .selected-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inp-wrap.inp-select-wrap .search-area input {
  display: block;
  width: 100%;
}
.inp-wrap.add-to-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.inp-wrap.add-to-basket .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.inp-wrap.add-to-basket .input-quantity {
  width: 110px;
}
.inp-wrap.add-to-basket .input-quantity input {
  width: 110px;
  min-height: 60px;
}
button,
input,
optgroup,
select,
textarea {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.15;
  margin: 0;
}
textarea {
  font-size: 18px !important;
  line-height: 1.2em !important;
}
textarea.placeholder {
  color: #686868;
}
form .form-group span.help-block {
  font-size: 0.85em;
  white-space: nowrap;
}
form .form-group span.help-block.text-danger {
  padding: 5px 20px;
  color: #fff;
  background-color: #d8000c;
  border-radius: 5px;
}
form .form-group span.help-block.text-danger:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #d8000c;
}
form .form-group.span-bottom span.help-block.text-danger:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #d8000c;
  border-top: 0;
}
input.btn,
button.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1rem;
  padding: 17px 35px;
  border-radius: 30px;
  -webkit-transition: border 0.3s, color 0.3s, background-color 0.3s;
  transition: border 0.3s, color 0.3s, background-color 0.3s;
  background-color: #d72323;
  /*text-transform: uppercase;*/
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.96px;
  text-align: center;
  color: #fff;
}
@media (min-width: 500px) {
  input.btn,
  button.btn {
    font-size: 1.1rem;
    padding: 23px 53px;
  }
}
input.btn:focus,
button.btn:focus,
input.btn.focus,
button.btn.focus,
input.btn:hover,
button.btn:hover {
  text-decoration: none;
  background-color: #990000;
  color: #fff;
}
input.btn:active,
button.btn:active,
input.btn.active,
button.btn.active {
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.3);
}
.form-buttons-section.theme1 {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="file"] {
  background-color: #fff;
  padding: 14px 18px;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.2em;
  border: 1px #d72323 solid;
  border-radius: 8px;
}
select:focus,
textarea:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="file"]:focus {
  border: 1px #0373db solid;
}
select .__placeholder,
textarea .__placeholder,
input[type="tel"] .__placeholder,
input[type="text"] .__placeholder,
input[type="email"] .__placeholder,
input[type="search"] .__placeholder,
input[type="password"] .__placeholder,
input[type="file"] .__placeholder {
  color: #686868;
  font-size: 1.2rem;
  width: auto;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder {
  color: #686868;
  font-size: 1.2rem;
  width: auto;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="file"]::-moz-placeholder {
  color: #686868;
  font-size: 1.2rem;
  width: auto;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder {
  color: #686868;
  font-size: 1.2rem;
  width: auto;
}
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="file"]::-webkit-input-placeholder {
  color: #686868;
  font-size: 1.2rem;
  width: auto;
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="file"]::-moz-placeholder {
  color: #686868;
  font-size: 1.2rem;
  width: auto;
}
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="file"]:-ms-input-placeholder {
  color: #686868;
  font-size: 1.2rem;
  width: auto;
}
select::-ms-input-placeholder, textarea::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="file"]::-ms-input-placeholder {
  color: #686868;
  font-size: 1.2rem;
  width: auto;
}
select::placeholder,
textarea::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder,
input[type="password"]::placeholder,
input[type="file"]::placeholder {
  color: #686868;
  font-size: 1.2rem;
  width: auto;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
label {
  font-size: 1.4rem;
  color: #555;
  line-height: 1.5;
}
.inp-wrap.inp-checkbox-wrap .checkbox-field {
  width: 20px;
  height: 20px;
}
.inp-wrap.inp-checkbox-wrap .label-text {
  font-size: 16px;
}
.checkboxes-list .inp-checkbox-wrap {
  border: 1px #d7d7d7 solid;
  background-color: #f7f7f7;
}
.radios-list .inp-radio-wrap {
  border: 1px #d7d7d7 solid;
  background-color: #f7f7f7;
}
a {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
a:link,
a:visited,
a:active,
a:hover {
  color: #d72323;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: underline;
}
a.theme1:link,
a.theme1:visited,
a.theme1:active {
  text-decoration: none;
}
a.theme1:hover {
  text-decoration: underline;
}
a.small {
  font-size: 12px;
}
a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1rem;
  padding: 17px 35px;
  -webkit-transition: border 0.3s, color 0.3s, background-color 0.3s;
  transition: border 0.3s, color 0.3s, background-color 0.3s;
  border-radius: 30px;
}
@media (min-width: 500px) {
  a.btn {
    font-size: 1.1rem;
    padding: 23px 53px;
  }
}
a.btn,
a.btn:link,
a.btn:visited,
a.btn:active {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.96px;
  color: #fff;
  background-color: #d72323;
}
a.btn.active,
a.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #990000;
}
.link-wrapper.theme1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  white-space: nowrap;
  color: #d72323;
}
@media (min-width: 357px) {
  .link-wrapper.theme1 {
    font-size: 1.1rem;
  }
}
@media (min-width: 500px) {
  .link-wrapper.theme1 {
    font-size: 1.2rem;
  }
}
@media (min-width: 550px) {
  .link-wrapper.theme1 {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .link-wrapper.theme1 {
    font-size: 1.4rem;
  }
}
.link-wrapper.theme1 img {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 3px;
}
@media (min-width: 456px) {
  .link-wrapper.theme1 img {
    display: block;
    margin-right: 9px !important;
  }
}
.link-wrapper.theme1 a {
  display: block;
}
.link-wrapper.theme1 a:link,
.link-wrapper.theme1 a:visited,
.link-wrapper.theme1 a:active {
  color: #d72323;
  text-decoration: none;
}
.link-wrapper.theme1 a:hover {
  color: #d72323;
  text-decoration: underline;
}
.link-wrapper.theme2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1100px) {
  .link-wrapper.theme2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.link-wrapper.theme2 img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 17px;
}
.link-wrapper.theme2 a {
  display: block;
}
.link-wrapper.theme2 a:link,
.link-wrapper.theme2 a:visited,
.link-wrapper.theme2 a:active {
  color: #fff;
  text-decoration: none;
}
.link-wrapper.theme2 a:hover {
  text-decoration: underline;
}
.link-buttons-section.theme1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .link-buttons-section.theme1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.link-buttons-section.theme2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
h1,
h2,
h3,
h4 {
  margin: 5px 0;
  padding: 0;
  font-weight: 500;
}
h1 .mar-0,
h2 .mar-0,
h3 .mar-0,
h4 .mar-0 {
  margin: 0px;
}
h1 .mart-0,
h2 .mart-0,
h3 .mart-0,
h4 .mart-0 {
  margin-top: 0px;
}
h1 .marb-0,
h2 .marb-0,
h3 .marb-0,
h4 .marb-0 {
  margin-top: 0px;
}
h1 .mar-5,
h2 .mar-5,
h3 .mar-5,
h4 .mar-5 {
  margin: 5px;
}
h1 .mart-5,
h2 .mart-5,
h3 .mart-5,
h4 .mart-5 {
  margin-top: 5px;
}
h1 .marb-5,
h2 .marb-5,
h3 .marb-5,
h4 .marb-5 {
  margin-top: 5px;
}
h1 .mar-10,
h2 .mar-10,
h3 .mar-10,
h4 .mar-10 {
  margin: 10px;
}
h1 .mart-10,
h2 .mart-10,
h3 .mart-10,
h4 .mart-10 {
  margin-top: 10px;
}
h1 .marb-10,
h2 .marb-10,
h3 .marb-10,
h4 .marb-10 {
  margin-top: 10px;
}
h1 .mar-15,
h2 .mar-15,
h3 .mar-15,
h4 .mar-15 {
  margin: 15px;
}
h1 .mart-15,
h2 .mart-15,
h3 .mart-15,
h4 .mart-15 {
  margin-top: 15px;
}
h1 .marb-15,
h2 .marb-15,
h3 .marb-15,
h4 .marb-15 {
  margin-top: 15px;
}
h1 .mar-20,
h2 .mar-20,
h3 .mar-20,
h4 .mar-20 {
  margin: 20px;
}
h1 .mart-20,
h2 .mart-20,
h3 .mart-20,
h4 .mart-20 {
  margin-top: 20px;
}
h1 .marb-20,
h2 .marb-20,
h3 .marb-20,
h4 .marb-20 {
  margin-top: 20px;
}
h1 {
  font-size: 1.7rem;
}
h2 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: 2rem;
}
h3 {
  font-size: 1.4rem;
  margin-top: 2rem;
}
h4 {
  font-size: 1.1rem;
}
div.title-wrap {
  margin: 0 0 37px 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  div.title-wrap {
    text-align: left;
  }
}
div.title-wrap h1,
div.title-wrap h2,
div.title-wrap h3,
div.title-wrap h4 {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #000;
  line-height: 1.4;
}
div.title-wrap h1::before,
div.title-wrap h2::before,
div.title-wrap h3::before,
div.title-wrap h4::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((0.9 - 1.4) * 0.5em);
}
div.title-wrap h1::after,
div.title-wrap h2::after,
div.title-wrap h3::after,
div.title-wrap h4::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((0.8 - 1.4) * 0.5em);
}
div.title-wrap h1 {
  font-weight: 800;
  text-transform: none;
  font-size: 2.5rem;
}
div.title-wrap h2 {
  font-weight: 800;
  font-size: 2rem;
}
div.title-wrap h3 {
  font-weight: 800;
  font-size: 1.4rem;
}
div.title-wrap .line {
  position: relative;
  width: 160px;
  height: 1px;
  display: block;
  margin: 0 auto 20px auto;
  background-color: #fff;
}
div.title-wrap .line.full-width {
  width: 100%;
}
div.title-wrap span {
  display: block;
}
div.title-wrap.theme1 h2 {
  color: #333;
  font-weight: 800;
  font-size: 2rem;
  padding-bottom: 12px;
}
@media (min-width: 450px) {
  div.title-wrap.theme1 h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  div.title-wrap.theme1 h2 {
    font-size: 3rem;
  }
}
div.title-wrap.theme1 h3 {
  font-weight: bold;
  color: #000066;
  font-size: 3rem;
}
div.title-wrap.theme2 h2,
div.title-wrap.theme2 h3 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  div.title-wrap.theme2 h2,
  div.title-wrap.theme2 h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1000px) {
  div.title-wrap.theme2 h2,
  div.title-wrap.theme2 h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  div.title-wrap.theme2 h2,
  div.title-wrap.theme2 h3 {
    font-size: 2rem;
  }
}
div.title-wrap.theme2 h2 {
  color: #333;
  font-weight: normal;
  /*text-transform: uppercase;*/
}
div.title-wrap.theme2 h3 {
  font-weight: bold;
  color: #333;
}
div.title-wrap.theme3 {
  text-align: center;
}
div.title-wrap.theme3 h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #4fa0f4;
}
@media (min-width: 1100px) {
  div.title-wrap.theme4 {
    text-align: left;
  }
}
div.title-wrap.theme4 h2 {
  color: #fff;
  font-weight: 800;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  div.title-wrap.theme4 h2 {
    font-size: 3.5rem;
  }
}
div.title-wrap.theme4 h3 {
  color: #fff;
  font-size: 1.5rem;
}
@-webkit-keyframes inM {
  50% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(50%) translateY(-25%) rotate(45deg);
            transform: translateX(50%) translateY(-25%) rotate(45deg);
  }
}
@keyframes inM {
  50% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(50%) translateY(-25%) rotate(45deg);
            transform: translateX(50%) translateY(-25%) rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(50%) translateY(-25%) rotate(45deg);
            transform: translateX(50%) translateY(-25%) rotate(45deg);
  }
}
@keyframes outM {
  50% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(50%) translateY(-25%) rotate(45deg);
            transform: translateX(50%) translateY(-25%) rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(102%) translateY(30%) rotate(135deg);
            transform: translateX(102%) translateY(30%) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(102%) translateY(30%) rotate(135deg);
            transform: translateX(102%) translateY(30%) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(102%) translateY(30%) rotate(135deg);
            transform: translateX(102%) translateY(30%) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(102%) translateY(30%) rotate(135deg);
            transform: translateX(102%) translateY(30%) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(140%) translateY(63%) rotate(135deg);
            transform: translateX(140%) translateY(63%) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(140%) translateY(63%) rotate(135deg);
            transform: translateX(140%) translateY(63%) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(140%) translateY(63%) rotate(135deg);
            transform: translateX(140%) translateY(63%) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(140%) translateY(63%) rotate(135deg);
            transform: translateX(140%) translateY(63%) rotate(135deg);
  }
}
.navbar {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  padding: 0;
}
.navbar.on-edge {
  width: auto;
}
.navbar.on-edge.left-fixed {
  margin-left: 0;
  margin-right: auto;
}
.navbar.on-edge.right-fixed {
  margin-right: 0;
  margin-left: auto;
}
.navbar.on-edge.center-fixed {
  margin-right: auto;
  margin-left: auto;
}
.navbar.on-edge-abs,
.navbar.on-edge-abs-bottom {
  position: absolute;
  top: 0;
  width: auto;
}
.navbar.on-edge-abs.left-fixed,
.navbar.on-edge-abs-bottom.left-fixed {
  left: 0;
}
.navbar.on-edge-abs.right-fixed,
.navbar.on-edge-abs-bottom.right-fixed {
  right: 0;
}
.navbar.on-edge-abs.center-fixed,
.navbar.on-edge-abs-bottom.center-fixed {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.navbar.on-edge-abs.animated,
.navbar.on-edge-abs-bottom.animated {
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
*:hover .navbar.on-edge-abs.animated,
*:hover .navbar.on-edge-abs-bottom.animated {
  visibility: visible;
  opacity: 1;
}
.navbar.on-edge-abs-bottom {
  bottom: 0;
}
.navbar.centered {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.navbar.screen-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
}
.navbar.screen-fixed.on-bottom {
  top: auto;
  bottom: 0;
}
.navbar.screen-fixed.vertical {
  height: 100vh;
  max-width: 18vw;
}
.navbar.screen-fixed.vertical.on-right {
  left: auto;
  right: 0;
}
.navbar .hamburger {
  position: relative;
  cursor: pointer;
  padding: 4px 6px;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444444;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.navbar .hamburger svg,
.navbar .hamburger img,
.navbar .hamburger .iz,
.navbar .hamburger .fa,
.navbar .hamburger .fas,
.navbar .hamburger .fab {
  margin-left: 8px;
}
.navbar .hamburger .fa,
.navbar .hamburger .fas,
.navbar .hamburger .fab {
  font-size: 30px;
  color: #444444;
}
.navbar .hamburger i.iz,
.navbar .hamburger img {
  max-height: 30px;
}
.navbar .hamburger svg {
  width: 30px;
  height: 30px;
}
.navbar .hamburger svg path {
  fill: #444444;
}
.navbar .hamburger svg path:first-child {
  -webkit-animation: outT 0.4s backwards;
          animation: outT 0.4s backwards;
  animation-direction: reverse;
}
.navbar .hamburger svg path:nth-child(2) {
  -webkit-animation: outM 0.4s backwards;
          animation: outM 0.4s backwards;
  animation-direction: reverse;
}
.navbar .hamburger svg path:nth-child(3) {
  -webkit-animation: outBtm 0.4s backwards;
          animation: outBtm 0.4s backwards;
  animation-direction: reverse;
}
.navbar .hamburger.active svg path:first-child {
  -webkit-animation: inT 0.4s forwards;
          animation: inT 0.4s forwards;
}
.navbar .hamburger.active svg path:nth-child(2) {
  -webkit-animation: inM 0.4s forwards;
          animation: inM 0.4s forwards;
}
.navbar .hamburger.active svg path:nth-child(3) {
  -webkit-animation: inBtm 0.4s forwards;
          animation: inBtm 0.4s forwards;
}
@media (min-width: 1200px) {
  .navbar .hamburger {
    display: none !important;
  }
}
.navbar .navbar-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.navbar .navbar-body .navbar-group,
.navbar .navbar-body .navbar-item,
.navbar .navbar-body .hamburger {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar .navbar-body .navbar-group.size-25p,
.navbar .navbar-body .navbar-item.size-25p,
.navbar .navbar-body .hamburger.size-25p {
  width: 25%;
}
.navbar .navbar-body .navbar-group.size-50p,
.navbar .navbar-body .navbar-item.size-50p,
.navbar .navbar-body .hamburger.size-50p {
  width: 50%;
}
.navbar .navbar-body .navbar-group.size-75p,
.navbar .navbar-body .navbar-item.size-75p,
.navbar .navbar-body .hamburger.size-75p {
  width: 75%;
}
.navbar .navbar-body .navbar-group.size-100p,
.navbar .navbar-body .navbar-item.size-100p,
.navbar .navbar-body .hamburger.size-100p {
  width: 100%;
}
@media (max-width: 768px) {
  .navbar .navbar-body .navbar-group.tsize-25p,
  .navbar .navbar-body .navbar-item.tsize-25p,
  .navbar .navbar-body .hamburger.tsize-25p {
    width: 25%;
  }
  .navbar .navbar-body .navbar-group.tsize-50p,
  .navbar .navbar-body .navbar-item.tsize-50p,
  .navbar .navbar-body .hamburger.tsize-50p {
    width: 50%;
  }
  .navbar .navbar-body .navbar-group.tsize-75p,
  .navbar .navbar-body .navbar-item.tsize-75p,
  .navbar .navbar-body .hamburger.tsize-75p {
    width: 75%;
  }
  .navbar .navbar-body .navbar-group.tsize-100p,
  .navbar .navbar-body .navbar-item.tsize-100p,
  .navbar .navbar-body .hamburger.tsize-100p {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .navbar .navbar-body .navbar-group.msize-25p,
  .navbar .navbar-body .navbar-item.msize-25p,
  .navbar .navbar-body .hamburger.msize-25p {
    width: 25%;
  }
  .navbar .navbar-body .navbar-group.msize-50p,
  .navbar .navbar-body .navbar-item.msize-50p,
  .navbar .navbar-body .hamburger.msize-50p {
    width: 50%;
  }
  .navbar .navbar-body .navbar-group.msize-75p,
  .navbar .navbar-body .navbar-item.msize-75p,
  .navbar .navbar-body .hamburger.msize-75p {
    width: 75%;
  }
  .navbar .navbar-body .navbar-group.msize-100p,
  .navbar .navbar-body .navbar-item.msize-100p,
  .navbar .navbar-body .hamburger.msize-100p {
    width: 100%;
  }
}
.navbar .navbar-body .navbar-group.tablet-visible,
.navbar .navbar-body .navbar-item.tablet-visible,
.navbar .navbar-body .hamburger.tablet-visible {
  display: none;
}
@media (max-width: 768px) {
  .navbar .navbar-body .navbar-group.tablet-visible,
  .navbar .navbar-body .navbar-item.tablet-visible,
  .navbar .navbar-body .hamburger.tablet-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.navbar .navbar-body .navbar-group.mobile-visible,
.navbar .navbar-body .navbar-item.mobile-visible,
.navbar .navbar-body .hamburger.mobile-visible {
  display: none;
}
@media (max-width: 480px) {
  .navbar .navbar-body .navbar-group.mobile-visible,
  .navbar .navbar-body .navbar-item.mobile-visible,
  .navbar .navbar-body .hamburger.mobile-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 480px) {
  .navbar .navbar-body .navbar-group.tablet-hidden,
  .navbar .navbar-body .navbar-item.tablet-hidden,
  .navbar .navbar-body .hamburger.tablet-hidden {
    display: none;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-body .navbar-group.mobile-hidden,
  .navbar .navbar-body .navbar-item.mobile-hidden,
  .navbar .navbar-body .hamburger.mobile-hidden {
    display: none;
  }
}
.navbar .navbar-body .hamburger {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.navbar .navbar-body .navbar-item {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar .navbar-body .navbar-item .fa,
.navbar .navbar-body .navbar-item .fas,
.navbar .navbar-body .navbar-item .fab {
  position: relative;
  display: block;
}
.navbar .navbar-body .navbar-item .fa:before,
.navbar .navbar-body .navbar-item .fas:before,
.navbar .navbar-body .navbar-item .fab:before {
  display: inline-block;
}
.navbar .navbar-body .navbar-item > a,
.navbar .navbar-body .navbar-item > .drop-down-wrap .drop-down-area {
  width: 100%;
}
.navbar .navbar-body .navbar-item > a:link,
.navbar .navbar-body .navbar-item > .drop-down-wrap .drop-down-area:link,
.navbar .navbar-body .navbar-item > a:visited,
.navbar .navbar-body .navbar-item > .drop-down-wrap .drop-down-area:visited,
.navbar .navbar-body .navbar-item > a:active,
.navbar .navbar-body .navbar-item > .drop-down-wrap .drop-down-area:active {
  text-decoration: none;
}
.navbar .navbar-body .navbar-item > .drop-down-wrap .drop-down-area,
.navbar .navbar-body .navbar-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.navbar .navbar-body .navbar-item.title-item h1,
.navbar .navbar-body .navbar-item.title-item h2,
.navbar .navbar-body .navbar-item.title-item H3,
.navbar .navbar-body .navbar-item.title-item h4,
.navbar .navbar-body .navbar-item.title-item H5 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.navbar .navbar-body .navbar-item.logo-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar .navbar-body .navbar-item.logo-item a img {
  max-width: 100%;
}
.navbar .navbar-body .navbar-item.user-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar .navbar-body .navbar-item.user-item a .user-nick {
  margin-left: 15px;
}
.navbar .navbar-body .navbar-item.icon-item > a.navbar-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar .navbar-body .navbar-item.icon-item > a.navbar-link.close,
.navbar .navbar-body .navbar-item.icon-item > a.navbar-link.close:link,
.navbar .navbar-body .navbar-item.icon-item > a.navbar-link.close:visited,
.navbar .navbar-body .navbar-item.icon-item > a.navbar-link.close:active {
  color: #fff !important;
  background-color: #f37c86 !important;
}
.navbar .navbar-body .navbar-item.icon-item > a.navbar-link.close:hover {
  color: #fff !important;
  background-color: #e81123 !important;
}
.navbar .navbar-body .navbar-item.icon-text-item a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar .navbar-body .navbar-item.icon-text-item.icon-before .fa,
.navbar .navbar-body .navbar-item.icon-text-item.icon-before .fas,
.navbar .navbar-body .navbar-item.icon-text-item.icon-before .fab,
.navbar .navbar-body .navbar-item.icon-text-item.icon-before .iz,
.navbar .navbar-body .navbar-item.icon-text-item.icon-before img,
.navbar .navbar-body .navbar-item.icon-text-item.icon-before svg {
  margin-right: 10px;
}
.navbar .navbar-body .navbar-item.icon-text-item.icon-after .fa,
.navbar .navbar-body .navbar-item.icon-text-item.icon-after .fas,
.navbar .navbar-body .navbar-item.icon-text-item.icon-after .fab,
.navbar .navbar-body .navbar-item.icon-text-item.icon-after .iz,
.navbar .navbar-body .navbar-item.icon-text-item.icon-after img,
.navbar .navbar-body .navbar-item.icon-text-item.icon-after svg {
  margin-left: 10px;
}
.navbar .navbar-body .navbar-item.icon-text-item.icons-around .fa:first-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around .fas:first-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around .fab:first-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around .iz:first-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around img:first-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around svg:first-child {
  margin-right: 10px;
}
.navbar .navbar-body .navbar-item.icon-text-item.icons-around .fa:last-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around .fas:last-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around .fab:last-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around .iz:last-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around img:last-child,
.navbar .navbar-body .navbar-item.icon-text-item.icons-around svg:last-child {
  margin-left: 10px;
}
.navbar .navbar-body .navbar-item.languages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .navbar-body .navbar-item.languages-item a:not(:first-child) {
  margin-left: 10px;
}
.navbar .navbar-body .navbar-item.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .navbar-body .navbar-item.search-item {
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .navbar-body .navbar-item.search-item form {
  width: 100%;
}
.navbar .navbar-body .navbar-item.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part.home {
  padding-left: 0;
}
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part .fa,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part .fas,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part .fab,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part .iz,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part svg,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part img {
  padding-right: 5px;
}
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a:link,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a:visited,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a:active,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a:hover {
  background-color: transparent;
}
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a:not(.home):hover,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a:link:not(.home):hover,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a:visited:not(.home):hover,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a:active:not(.home):hover,
.navbar .navbar-body .navbar-item.breadcrumb-item .breadcrumb-part a:hover:not(.home):hover {
  text-decoration: underline;
}
.navbar .navbar-body .navbar-item.drop-down-item {
  position: relative;
  padding: 0;
}
.navbar .navbar-body .navbar-item.drop-down-item .drop-down-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.navbar .navbar-body .navbar-item.drop-down-item .drop-down-wrap .drop-down-area {
  padding-right: 25px;
  width: 100%;
}
.navbar .navbar-body .navbar-item.drop-down-item .drop-down-wrap .drop-down-body .drop-down-content {
  padding: 15px;
}
.navbar .navbar-body .navbar-group.menu-wrap {
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: visibility 0.3s;
  transition: visibility 0.3s;
}
@media (max-width: 1199px) {
  .navbar .navbar-body .navbar-group.menu-wrap {
    visibility: hidden;
    width: 0;
    height: 0;
    position: fixed;
    left: 0;
    top: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #fff;
    overflow-y: scroll;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-body .navbar-group.menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.navbar .navbar-body .navbar-group.menu-wrap.visible {
  visibility: visible;
  width: 100%;
  height: auto;
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item a {
  cursor: pointer;
}
@media (max-width: 1200px) {
  .navbar .navbar-body .navbar-group.menu-wrap .navbar-item a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar:not(.nested-layout.always-visible) {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar:not(.nested-layout.always-visible) {
    position: absolute;
  }
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar .navbar-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar .title span {
  color: #fff;
  font-weight: bold;
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.small-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 1200px) {
  .navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.small-layout {
    width: auto;
  }
  .navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.small-layout .navbar-item {
    min-width: 150px;
  }
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout {
  display: block;
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 20px;
  -ms-flex-line-pack: start;
      align-content: start;
}
@media (min-width: 1200px) {
  .navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content,
  .navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content {
    padding: 10px 15px;
  }
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item {
  margin-top: 10px;
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item a,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item a,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item a:link,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item a:link,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item a:visited,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item a:visited,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item a:active,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item a:active {
  background-color: transparent;
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item a:hover,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item a:hover,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item a:link:hover,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item a:link:hover,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item a:visited:hover,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item a:visited:hover,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item a:active:hover,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item a:active:hover {
  text-decoration: underline;
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-item.section-item,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-item.section-item {
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item.opened > .sub-navbar,
.navbar .navbar-body .navbar-group.menu-wrap .navbar-item.active > .sub-navbar:not(.nested-layout) {
  max-height: unset;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
@media (hover: hover) {
  .navbar .navbar-body .navbar-group.menu-wrap .navbar-item:hover > .sub-navbar:not(.nested-layout) {
    max-height: unset;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
}
.navbar.horizontal .navbar-body,
.navbar.horizontal .fill-area {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.navbar.horizontal .navbar-body.wrapper {
  margin: 0 auto;
  max-width: 1650px;
}
.navbar.horizontal .navbar-body .navbar-group.left-fixed,
.navbar.horizontal .navbar-body .hamburger.left-fixed {
  margin-left: 0;
  margin-right: auto;
}
.navbar.horizontal .navbar-body .navbar-group.right-fixed,
.navbar.horizontal .navbar-body .hamburger.right-fixed {
  margin-right: 0;
  margin-left: auto;
}
.navbar.horizontal .navbar-body .navbar-group.center-fixed,
.navbar.horizontal .navbar-body .hamburger.center-fixed {
  margin-right: auto;
  margin-left: auto;
}
.navbar.horizontal .navbar-body .navbar-item h1,
.navbar.horizontal .navbar-body .navbar-item h2,
.navbar.horizontal .navbar-body .navbar-item h3,
.navbar.horizontal .navbar-body .navbar-item h4,
.navbar.horizontal .navbar-body .navbar-item h5 {
  padding: 15px;
  color: #000;
  font-weight: 700;
}
.navbar.horizontal .navbar-body .navbar-item > a.navbar-link {
  padding: 15px;
}
.navbar.horizontal .navbar-body .navbar-item > a.navbar-link,
.navbar.horizontal .navbar-body .navbar-item > a.navbar-link:link,
.navbar.horizontal .navbar-body .navbar-item > a.navbar-link:visited,
.navbar.horizontal .navbar-body .navbar-item > a.navbar-link:active,
.navbar.horizontal .navbar-body .navbar-item > a.navbar-link:hover {
  color: #000;
  background-color: transparent;
}
.navbar.horizontal .navbar-body .navbar-item > a.navbar-link:hover,
.navbar.horizontal .navbar-body .navbar-item > a.navbar-link.active {
  color: #000;
  background-color: transparent;
}
.navbar.horizontal .navbar-body .navbar-item.logo-item a,
.navbar.horizontal .navbar-body .navbar-item.icon-item a,
.navbar.horizontal .navbar-body .navbar-item.logo-item a:link,
.navbar.horizontal .navbar-body .navbar-item.icon-item a:link,
.navbar.horizontal .navbar-body .navbar-item.logo-item a:visited,
.navbar.horizontal .navbar-body .navbar-item.icon-item a:visited,
.navbar.horizontal .navbar-body .navbar-item.logo-item a:active,
.navbar.horizontal .navbar-body .navbar-item.icon-item a:active {
  background-color: transparent;
}
.navbar.horizontal .navbar-body .navbar-item.logo-item:hover > a,
.navbar.horizontal .navbar-body .navbar-item.icon-item:hover > a,
.navbar.horizontal .navbar-body .navbar-item.logo-item.active > a,
.navbar.horizontal .navbar-body .navbar-item.icon-item.active > a,
.navbar.horizontal .navbar-body .navbar-item.logo-item:hover > a:link,
.navbar.horizontal .navbar-body .navbar-item.icon-item:hover > a:link,
.navbar.horizontal .navbar-body .navbar-item.logo-item.active > a:link,
.navbar.horizontal .navbar-body .navbar-item.icon-item.active > a:link,
.navbar.horizontal .navbar-body .navbar-item.logo-item:hover > a:visited,
.navbar.horizontal .navbar-body .navbar-item.icon-item:hover > a:visited,
.navbar.horizontal .navbar-body .navbar-item.logo-item.active > a:visited,
.navbar.horizontal .navbar-body .navbar-item.icon-item.active > a:visited,
.navbar.horizontal .navbar-body .navbar-item.logo-item:hover > a:active,
.navbar.horizontal .navbar-body .navbar-item.icon-item:hover > a:active,
.navbar.horizontal .navbar-body .navbar-item.logo-item.active > a:active,
.navbar.horizontal .navbar-body .navbar-item.icon-item.active > a:active,
.navbar.horizontal .navbar-body .navbar-item.logo-item:hover > a:hover,
.navbar.horizontal .navbar-body .navbar-item.icon-item:hover > a:hover,
.navbar.horizontal .navbar-body .navbar-item.logo-item.active > a:hover,
.navbar.horizontal .navbar-body .navbar-item.icon-item.active > a:hover {
  background-color: transparent;
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-link {
  font-size: 1rem;
  font-weight: bold;
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-link,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-link:link,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-link:visited,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-link:active {
  color: #000;
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-link:hover {
  color: #000;
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-link,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-link:link,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-link:visited,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-link:active,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-link:hover {
  background-color: transparent;
  color: #000;
}
@media (min-width: 1200px) {
  .navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar {
    top: 100%;
    left: 0;
  }
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.small-layout .navbar-group .navbar-item a,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.small-layout .navbar-group .navbar-item .drop-down-wrap .drop-down-area {
  padding: 15px;
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout {
  width: 100%;
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content {
  position: relative;
  margin: 0 auto;
  max-width: 1650px;
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content .navbar-group,
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content .navbar-group {
  display: block;
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout {
  background-color: transparent;
}
.navbar.horizontal .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content {
  max-width: 1650px;
}
.navbar.vertical .navbar-body,
.navbar.vertical .fill-area {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.navbar.vertical .navbar-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.navbar.vertical .navbar-body.screen-fixed {
  max-width: 350px;
}
.navbar.vertical .navbar-body .navbar-group.top-fixed {
  margin-bottom: auto;
}
.navbar.vertical .navbar-body .navbar-group.center-fixed {
  margin-top: auto;
  margin-bottom: auto;
}
.navbar.vertical .navbar-body .navbar-group.bottom-fixed {
  margin-top: auto;
}
.navbar.vertical .navbar-body .divider {
  height: 1px;
  margin: 9px 0;
  background-color: #e5e5e5;
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.navbar.vertical .navbar-body .navbar-item > a.navbar-link {
  padding: 15px;
}
.navbar.vertical .navbar-body .navbar-item > a.navbar-link,
.navbar.vertical .navbar-body .navbar-item > a.navbar-link:link,
.navbar.vertical .navbar-body .navbar-item > a.navbar-link:visited,
.navbar.vertical .navbar-body .navbar-item > a.navbar-link:active {
  color: #000;
  font-size: 1.1rem;
  background-color: transparent;
}
.navbar.vertical .navbar-body .navbar-item > a.navbar-link:hover,
.navbar.vertical .navbar-body .navbar-item > a.navbar-link:link:hover,
.navbar.vertical .navbar-body .navbar-item > a.navbar-link:visited:hover,
.navbar.vertical .navbar-body .navbar-item > a.navbar-link:active:hover {
  color: #000;
  font-size: 1.1rem;
  background-color: transparent;
}
.navbar.vertical .navbar-body .navbar-item.icon-text-item a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-menu-link {
  font-size: 1rem;
  font-weight: 700;
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-menu-link,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-menu-link:link,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-menu-link:visited,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-menu-link:active {
  color: #000;
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-menu-link:hover,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-menu-link:link:hover,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-menu-link:visited:hover,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item > a.navbar-menu-link:active:hover {
  background-color: transparent;
  color: #000;
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-menu-link,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-menu-link:link,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-menu-link:visited,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-menu-link:active,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item.active > a.navbar-menu-link:hover {
  background-color: transparent;
  color: #000;
}
@media (min-width: 1200px) {
  .navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar {
    left: 100%;
  }
}
@media (min-width: 1200px) {
  .navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout,
  .navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout {
    left: 100%;
    top: 0;
  }
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.medium-layout .sub-navbar-content,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.large-layout .sub-navbar-content {
  height: 100%;
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item .sub-navbar.nested-layout {
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  padding-left: 25px;
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item.opened > .sub-navbar.medium-layout,
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item.opened > .sub-navbar.large-layout {
  height: 100%;
}
.navbar.vertical .navbar-body .navbar-group.menu-wrap .navbar-item.opened > .sub-navbar.nested-layout {
  max-height: unset;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  padding-bottom: 10px;
}
.navbar.vertical .navbar-body.logged-user-menu .navbar-group.menu-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.navbar.on-edge,
.navbar.on-edge-abs,
.navbar.on-edge-abs-bottom {
  display: inline-block;
}
.navbar.on-edge .navbar-body,
.navbar.on-edge-abs .navbar-body,
.navbar.on-edge-abs-bottom .navbar-body {
  background-color: transparent;
}
.navbar.editor-theme {
  padding: 0;
}
.navbar.editor-theme:not(.header) {
  background-color: #E3E6E8;
  border: 1px #d2d2d2 solid;
}
.navbar.editor-theme .navbar-body .navbar-group .navbar-item .fa,
.navbar.editor-theme .navbar-body .navbar-group .navbar-item .fas,
.navbar.editor-theme .navbar-body .navbar-group .navbar-item .far {
  font-size: 25px;
}
.navbar.editor-theme .navbar-body .navbar-group .navbar-item a {
  position: relative;
  padding: 5px 8px;
}
.navbar.editor-theme .navbar-body .navbar-group .navbar-item a:link,
.navbar.editor-theme .navbar-body .navbar-group .navbar-item a:visited,
.navbar.editor-theme .navbar-body .navbar-group .navbar-item a:active,
.navbar.editor-theme .navbar-body .navbar-group .navbar-item a:hover {
  color: #df017c;
}
.navbar.editor-theme .navbar-body .navbar-group .navbar-item a:hover {
  background-color: #ccc !important;
}
.navbar.editor-theme .navbar-body .navbar-group .navbar-item.active a:link,
.navbar.editor-theme .navbar-body .navbar-group .navbar-item.active a:visited,
.navbar.editor-theme .navbar-body .navbar-group .navbar-item.active a:active,
.navbar.editor-theme .navbar-body .navbar-group .navbar-item.active a:hover {
  background-color: #ccc !important;
}
.navbar.editor-theme .navbar-body .navbar-group .navbar-item.drop-down .drop-down-wrap .drop-down-area {
  padding-top: 7px;
  padding-bottom: 7px;
}
.navbar.editor-theme.on-edge-abs,
.navbar.editor-theme.on-edge-abs-bottom,
.navbar.editor-theme.on-edge {
  width: auto;
  background-color: transparent;
  border: 0;
  padding: 8px;
}
.navbar.editor-theme.on-edge-abs .navbar-group,
.navbar.editor-theme.on-edge-abs-bottom .navbar-group,
.navbar.editor-theme.on-edge .navbar-group {
  background-color: #E3E6E8;
  border: 1px #E3E6E8 solid;
  border-radius: 3px;
}
.navbar.editor-theme.on-edge-abs .navbar-group:not(:first-child),
.navbar.editor-theme.on-edge-abs-bottom .navbar-group:not(:first-child),
.navbar.editor-theme.on-edge .navbar-group:not(:first-child) {
  margin-left: 5px;
}
.navbar.editor-theme.header .navbar-body {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar.editor-theme.header .navbar-body .navbar-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 5px 0;
  background-color: #E3E6E8;
  color: #626262;
  font-weight: bold;
}
.navbar.editor-theme.header .navbar-body .navbar-group {
  border: 0;
  border-radius: 0;
  background-color: #E3E6E8;
}
.navbar.spread {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.5);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.navbar.spread:hover {
  background-color: rgba(33, 33, 33, 0.7);
}
.navbar.spread .navbar-body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar.spread .navbar-body .navbar-group .navbar-item .fa,
.navbar.spread .navbar-body .navbar-group .navbar-item .fas,
.navbar.spread .navbar-body .navbar-group .navbar-item .far {
  font-size: 25px;
}
.navbar.spread.single-item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 99;
}
.navbar.spread.single-item .navbar-body .navbar-group {
  width: 100%;
}
.navbar.spread.single-item .navbar-body .navbar-group .navbar-item {
  width: 100%;
}
.navbar.spread.single-item .navbar-body .navbar-group .navbar-item a {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar.spread.single-item .navbar-body .navbar-group .navbar-item a:link,
.navbar.spread.single-item .navbar-body .navbar-group .navbar-item a:visited,
.navbar.spread.single-item .navbar-body .navbar-group .navbar-item a:active,
.navbar.spread.single-item .navbar-body .navbar-group .navbar-item a:hover {
  color: #fff;
}
.navbar.spread.single-item .navbar-body .navbar-group .navbar-item a:hover {
  color: #ff0c00;
}
@keyframes inM {
  50% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(50%) translateY(-25%) rotate(45deg);
            transform: translateX(50%) translateY(-25%) rotate(45deg);
  }
}
@keyframes outM {
  50% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(50%) translateY(-25%) rotate(45deg);
            transform: translateX(50%) translateY(-25%) rotate(45deg);
  }
}
@keyframes inT {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(102%) translateY(30%) rotate(135deg);
            transform: translateX(102%) translateY(30%) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(102%) translateY(30%) rotate(135deg);
            transform: translateX(102%) translateY(30%) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(140%) translateY(63%) rotate(135deg);
            transform: translateX(140%) translateY(63%) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(140%) translateY(63%) rotate(135deg);
            transform: translateX(140%) translateY(63%) rotate(135deg);
  }
}
.navbar .hamburger {
  padding: 5px;
  color: #444444;
  /*text-transform: uppercase;*/
  font-weight: bold;
}
.navbar .hamburger svg {
  margin-left: 8px;
  width: 30px;
  height: 30px;
}
.navbar .hamburger svg path {
  fill: #444444;
}
.navbar .hamburger svg path:first-child {
  -webkit-animation: outT 0.4s backwards;
          animation: outT 0.4s backwards;
  animation-direction: reverse;
}
.navbar .hamburger svg path:nth-child(2) {
  -webkit-animation: outM 0.4s backwards;
          animation: outM 0.4s backwards;
  animation-direction: reverse;
}
.navbar .hamburger svg path:nth-child(3) {
  -webkit-animation: outBtm 0.4s backwards;
          animation: outBtm 0.4s backwards;
  animation-direction: reverse;
}
.navbar .hamburger.active svg path:first-child {
  -webkit-animation: inT 0.4s forwards;
          animation: inT 0.4s forwards;
}
.navbar .hamburger.active svg path:nth-child(2) {
  -webkit-animation: inM 0.4s forwards;
          animation: inM 0.4s forwards;
}
.navbar .hamburger.active svg path:nth-child(3) {
  -webkit-animation: inBtm 0.4s forwards;
          animation: inBtm 0.4s forwards;
}
.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar.horizontal.top-line {
  z-index: 99999;
  background-color: #ffffff;
}
.navbar.horizontal.top-line .navbar-body {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .navbar.horizontal.top-line .navbar-body {
    overflow-x: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.navbar.horizontal.top-line .navbar-body .navbar-group {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 5px 10px 5px 10px;
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
}
@media (min-width: 600px) {
  .navbar.horizontal.top-line .navbar-body .navbar-group {
    padding: 12px 10px;
  }
}
@media (min-width: 1200px) {
  .navbar.horizontal.top-line .navbar-body .navbar-group {
    padding: 24px 20px;
  }
}
@media (min-width: 1670px) {
  .navbar.horizontal.top-line .navbar-body .navbar-group {
    padding: 24px 0;
  }
}
.navbar.horizontal.top-line .navbar-body .navbar-group .navbar-item.link-item:last-child > a.navbar-link {
  padding-right: 0;
}
.navbar.horizontal.top-line .navbar-body .navbar-group.hamburger-dest {
  width: 50%;
  padding: 0;
}
.navbar.horizontal.top-line .navbar-body .navbar-group.logo-group {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar.horizontal.top-line .navbar-body .navbar-group.logo-group .logo-item {
  -webkit-transition: position 0.3s, margin-top 0.3s;
  transition: position 0.3s, margin-top 0.3s;
}
.navbar.horizontal.top-line .navbar-body .navbar-group.logo-group .logo-item a img {
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
@media (min-width: 1px) {
  .navbar.horizontal.top-line .navbar-body .navbar-group.logo-group .logo-item a img {
    height: 45px;
  }
}
@media (min-width: 400px) {
  .navbar.horizontal.top-line .navbar-body .navbar-group.logo-group .logo-item a img {
    height: 55px;
  }
}
.navbar.horizontal.top-line .navbar-body .navbar-group.menu-wrap {
  width: unset;
}
@media (max-width: 1199px) {
  .navbar.horizontal.top-line .navbar-body .navbar-group.menu-wrap {
    width: 100%;
    position: absolute;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #fff;
    left: 0;
    top: 100%;
    overflow-y: scroll;
  }
}
@media (min-width: 1200px) {
  .navbar.horizontal.top-line .navbar-body .navbar-group.menu-wrap {
    margin-right: -1.7%;
  }
}
.navbar.horizontal.top-line .navbar-body .navbar-group.menu-wrap > .navbar-item {
  min-width: 154px;
}
@media (min-width: 1200px) {
  .navbar.horizontal.top-line .navbar-body .navbar-group.menu-wrap > .navbar-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.navbar.horizontal.top-line .navbar-body .navbar-group.menu-wrap > .navbar-item .___hoverStyles {
  color: #d72323;
  font-weight: bold;
  background-color: transparent;
}
.navbar.horizontal.top-line .navbar-body .navbar-group.menu-wrap > .navbar-item > a.navbar-link {
  position: relative;
  white-space: nowrap;
  padding: 15px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: normal;
}
@media (min-width: 1200px) {
  .navbar.horizontal.top-line .navbar-body .navbar-group.menu-wrap > .navbar-item > a.navbar-link {
    padding: 0 20px;
  }
}
.navbar.horizontal.top-line .navbar-body .navbar-group.menu-wrap > .navbar-item > a.navbar-link,
.navbar.horizontal.top-line .navbar-body .navbar-group.menu-wrap > .navbar-item > a.navbar-link:link,
.navbar.horizontal.top-line .navbar-body .navbar-group.menu-wrap > .navbar-item > a.navbar-link:visited,
.navbar.horizontal.top-line .navbar-body .navbar-group.menu-wrap > .navbar-item > a.navbar-link:active {
  background-color: transparent;
  color: #d72323;
}
.navbar.horizontal.top-line .navbar-body .navbar-group.menu-wrap > .navbar-item > a.navbar-link:hover {
  color: #d72323;
  font-weight: bold;
  background-color: transparent;
}
.navbar.horizontal.top-line .navbar-body .navbar-group.menu-wrap > .navbar-item.hover > a.navbar-link,
.navbar.horizontal.top-line .navbar-body .navbar-group.menu-wrap > .navbar-item.hover > a.navbar-link:link,
.navbar.horizontal.top-line .navbar-body .navbar-group.menu-wrap > .navbar-item.hover > a.navbar-link:visited,
.navbar.horizontal.top-line .navbar-body .navbar-group.menu-wrap > .navbar-item.hover > a.navbar-link:active,
.navbar.horizontal.top-line .navbar-body .navbar-group.menu-wrap > .navbar-item.hover > a.navbar-link a:hover {
  color: #d72323;
  font-weight: bold;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .navbar.horizontal.top-line .navbar-body .navbar-group.menu-wrap > .navbar-item:last-child a.navbar-link {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .navbar.horizontal.top-line.fixed .navbar-body .navbar-group {
    padding: 17px 20px 17px 20px;
  }
  .navbar.horizontal.top-line.fixed .navbar-body .navbar-group.logo-group .logo-item {
    position: absolute;
    margin-top: 0.8%;
    z-index: 9999;
  }
}
@media (min-width: 1670px) {
  .navbar.horizontal.top-line.fixed .navbar-body .navbar-group {
    padding: 15px 0 15px 0;
  }
}
.navbar.horizontal.contacts-bar {
  z-index: 99998;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  /*@media (min-width: @standardMenuHide) {
        background: #fcfeff;
        background: linear-gradient(to right, #fffbfb 14%, #fff2f2 100%);
      }*/
}
.navbar.horizontal.contacts-bar * {
  font-size: 16px;
}
.navbar.horizontal.contacts-bar .navbar-body {
  position: relative;
  max-width: 1650px;
  padding: 0 7px 10px 7px;
}
@media (min-width: 1200px) {
  .navbar.horizontal.contacts-bar .navbar-body {
    padding: 0px 20px 10px 20px;
  }
}
@media (min-width: 1670px) {
  .navbar.horizontal.contacts-bar .navbar-body {
    padding: 27px 0 10px 20px;
  }
}
.navbar.horizontal.contacts-bar .navbar-body .navbar-group {
  width: 100%;
}
.navbar.horizontal.contacts-bar .navbar-body .navbar-group.contact-group {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 600px) {
  .navbar.horizontal.contacts-bar .navbar-body .navbar-group.contact-group {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 600px) {
  .navbar.horizontal.contacts-bar .navbar-body .navbar-group.contact-group .email .link-wrapper {
    padding-left: 60px;
  }
}
.navbar.horizontal.contacts-bar.fixed {
  background: #ffffff;
  border-bottom: 2px #d72323 solid;
}
@media (min-width: 1200px) {
  .navbar.horizontal.contacts-bar.fixed .navbar-body {
    padding: 0 20px 10px 0;
  }
}
@media (min-width: 1670px) {
  .navbar.horizontal.contacts-bar.fixed .navbar-body {
    padding: 0 0 10px 0;
  }
}
.general-gallery {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.general-gallery .gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.template-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 25px 20px;
}
.template-grid .sub-template {
  grid-column: 1 / span 8;
}
.template-grid .sub-template .sub-template-grid {
  display: grid;
  grid-gap: 25px 20px;
  grid-template-columns: repeat(12, 1fr);
}
.template-grid .sub-template .sub-template-grid .sub-template-cell {
  grid-column: 1 / span 12;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell p:last-child {
  margin-bottom: 0;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.title-content .title-wrap {
  margin-bottom: 0;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell:not(.title-content) .title-wrap {
  margin-bottom: 17px;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.text-content table {
  width: 100%;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.image-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.image-content img {
  max-width: 100%;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.image-content .flexbox {
  width: 100%;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.image-content .flexbox.spread-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.video-content {
  position: relative;
  min-height: 300px;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.video-content iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.gallery-content img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-2 .sub-template-cell {
    grid-column: span 6;
  }
}
@media (min-width: 768px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-3 .sub-template-cell {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-3 .sub-template-cell {
    grid-column: span 4;
  }
}
@media (min-width: 768px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-4 .sub-template-cell {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-4 .sub-template-cell {
    grid-column: span 4;
  }
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-4 .sub-template-cell {
    grid-column: span 3;
  }
}
.template-grid .sub-template .sub-template-grid.theme-2.equals-5 {
  grid-template-columns: 1fr;
}
.template-grid .sub-template .sub-template-grid.theme-2.equals-5 .sub-template-cell {
  grid-column: span 1;
}
@media (min-width: 768px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1400px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.template-grid .sub-template .sub-template-grid.theme-2.equals-6 {
  grid-template-columns: 1fr;
}
.template-grid .sub-template .sub-template-grid.theme-2.equals-6 .sub-template-cell {
  grid-column: span 1;
}
@media (min-width: 768px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1400px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-6 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-2.equals-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.template-grid .sub-template .sub-template-grid.theme-3 .sub-template-cell:first-child {
  grid-row: 2;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-3 .sub-template-cell:first-child {
    grid-column: 1 / span 4;
    grid-row: 1;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-3 .sub-template-cell:first-child {
    grid-column: 1 / span 4;
  }
}
.template-grid .sub-template .sub-template-grid.theme-3 .sub-template-cell:last-child {
  grid-row: 1;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-3 .sub-template-cell:last-child {
    grid-column: 5 / span 8;
    grid-row: 1;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-3 .sub-template-cell:last-child {
    grid-column: 5 / span 8;
  }
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-4 .sub-template-cell:first-child {
    grid-column: 1 / span 8;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-4 .sub-template-cell:first-child {
    grid-column: 1 / span 8;
  }
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-4 .sub-template-cell:last-child {
    grid-column: 9 / span 4;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-4 .sub-template-cell:last-child {
    grid-column: 9 / span 4;
  }
}
.template-grid .sub-template .sub-template-grid.theme-5 .sub-template-cell:first-child {
  grid-row: 2;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-5 .sub-template-cell:first-child {
    grid-column: 1 / span 6;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-5 .sub-template-cell:first-child {
    grid-column: 1 / span 3;
    grid-row: 1;
  }
}
.template-grid .sub-template .sub-template-grid.theme-5 .sub-template-cell:nth-child(2) {
  grid-row: 1;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-5 .sub-template-cell:nth-child(2) {
    grid-column: 1 / span 12;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-5 .sub-template-cell:nth-child(2) {
    grid-column: 4 / span 6;
  }
}
.template-grid .sub-template .sub-template-grid.theme-5 .sub-template-cell:last-child {
  grid-row: 3;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-5 .sub-template-cell:last-child {
    grid-column: 7 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-5 .sub-template-cell:last-child {
    grid-column: 10 / span 3;
    grid-row: 1;
  }
}
.template-grid .sub-template .sub-template-grid.theme-6 .sub-template-cell:first-child {
  grid-row: 2;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-6 .sub-template-cell:first-child {
    grid-column: 1 / span 6;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-6 .sub-template-cell:first-child {
    grid-column: 1 / span 3;
    grid-row: 1;
  }
}
.template-grid .sub-template .sub-template-grid.theme-6 .sub-template-cell:nth-child(2) {
  grid-row: 3;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-6 .sub-template-cell:nth-child(2) {
    grid-column: 7 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-6 .sub-template-cell:nth-child(2) {
    grid-column: 4 / span 3;
    grid-row: 1;
  }
}
.template-grid .sub-template .sub-template-grid.theme-6 .sub-template-cell:last-child {
  grid-row: 1;
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-6 .sub-template-cell:last-child {
    grid-column: 7 / span 6;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-7 .sub-template-cell:first-child {
    grid-column: 1 / span 6;
  }
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-7 .sub-template-cell:nth-child(2) {
    grid-column: 1 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-7 .sub-template-cell:nth-child(2) {
    grid-column: 7 / span 3;
    grid-row: 1;
  }
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-7 .sub-template-cell:last-child {
    grid-column: 7 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-7 .sub-template-cell:last-child {
    grid-column: 10 / span 3;
    grid-row: 1;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-8 {
    grid-template-rows: auto 1fr;
  }
}
.template-grid .sub-template .sub-template-grid.theme-8 .sub-template-cell:first-child {
  grid-row: 3;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-8 .sub-template-cell:first-child {
    grid-column: 1 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-8 .sub-template-cell:first-child {
    grid-column: 1 / span 4;
    grid-row: 1 / span 2;
  }
}
.template-grid .sub-template .sub-template-grid.theme-8 .sub-template-cell:nth-child(2) {
  grid-row: 1;
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-8 .sub-template-cell:nth-child(2) {
    grid-row: 1 / span 1;
    grid-column: 5 / span 8;
  }
}
.template-grid .sub-template .sub-template-grid.theme-8 .sub-template-cell:last-child {
  grid-row: 2;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-8 .sub-template-cell:last-child {
    grid-column: 7 / span 6;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-8 .sub-template-cell:last-child {
    grid-row: 2 / span 1;
    grid-column: 5 / span 8;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-9 {
    grid-template-rows: auto 1fr;
  }
}
.template-grid .sub-template .sub-template-grid.theme-9 .sub-template-cell:first-child {
  grid-row: 1;
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-9 .sub-template-cell:first-child {
    grid-row: 1 / span 1;
    grid-column: 1 / span 8;
  }
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-9 .sub-template-cell:nth-child(2) {
    grid-column: 1 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-9 .sub-template-cell:nth-child(2) {
    grid-row: 2 / span 1;
    grid-column: 1 / span 8;
  }
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-9 .sub-template-cell:last-child {
    grid-column: 7 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-9 .sub-template-cell:last-child {
    grid-column: 9 / span 4;
    grid-row: 1 / span 2;
  }
}
.template-grid .sub-template .sub-template-grid.theme-10 .sub-template-cell:first-child {
  grid-row: 2;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-10 .sub-template-cell:first-child {
    grid-column: 1 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-10 .sub-template-cell:first-child {
    grid-column: 1 / span 4;
    grid-row: 1 / span 1;
  }
}
.template-grid .sub-template .sub-template-grid.theme-10 .sub-template-cell:nth-child(2) {
  grid-row: 3;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-10 .sub-template-cell:nth-child(2) {
    grid-column: 7 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-10 .sub-template-cell:nth-child(2) {
    grid-column: 1 / span 4;
    grid-row: 2 / span 1;
  }
}
.template-grid .sub-template .sub-template-grid.theme-10 .sub-template-cell:last-child {
  grid-row: 1;
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-10 .sub-template-cell:last-child {
    grid-column: 5 / span 8;
    grid-row: 1 / span 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-11 .sub-template-cell:first-child {
    grid-column: 1 / span 8;
    grid-row: 1 / span 2;
  }
}
.template-grid .sub-template .sub-template-grid.theme-11 .sub-template-cell:nth-child(2) {
  grid-row: 2;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-11 .sub-template-cell:nth-child(2) {
    grid-column: 1 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-11 .sub-template-cell:nth-child(2) {
    grid-column: 9 / span 4;
    grid-row: 1 / span 1;
  }
}
.template-grid .sub-template .sub-template-grid.theme-11 .sub-template-cell:last-child {
  grid-row: 3;
}
@media (min-width: 1200px) {
  .template-grid .sub-template .sub-template-grid.theme-11 .sub-template-cell:last-child {
    grid-column: 7 / span 6;
    grid-row: 2;
  }
}
@media (min-width: 1600px) {
  .template-grid .sub-template .sub-template-grid.theme-11 .sub-template-cell:last-child {
    grid-column: 9 / span 4;
    grid-row: 2 / span 1;
  }
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.empty-content .empty-space {
  height: 26px;
}
.template-grid .sub-template .sub-template-grid .sub-template-cell.gallery-content .general-gallery {
  margin: 35px 0;
  grid-template-columns: 1fr;
  grid-gap: 15px 10px;
}
@media (min-width: 540px) {
  .template-grid .sub-template .sub-template-grid .sub-template-cell.gallery-content .general-gallery {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  }
}
@media (min-width: 768px) {
  .template-grid .sub-template .sub-template-grid .sub-template-cell.gallery-content .general-gallery {
    grid-gap: 60px 72px;
  }
}
.template-grid .sub-template .sub-template-grid:last-child .sub-template-cell.gallery-content .general-gallery {
  margin-bottom: 0;
}
.content-wrapper {
  position: relative;
  max-width: 1650px;
  margin: 0 auto;
  padding: 46px 30px 59px 30px;
}
@media (min-width: 1650px) {
  .content-wrapper {
    padding: 50px 30px 50px 30px;
  }
}
#intro {
  position: relative;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, color-stop(14%, #ffffff), to(#eeeeee));
  background: linear-gradient(to right, #ffffff 14%, #eeeeee 100%);
}
#intro .content-wrapper {
  padding: 0;
}
#intro .content-wrapper .content {
  padding: 80px 10px;
}
@media (min-width: 1px) {
  #intro .content-wrapper img {
    display: none;
  }
}
@media (min-width: 1200px) {
  #intro .content-wrapper .content {
    padding: 100px 20px;
    width: 50%;
  }
  #intro .content-wrapper img {
    position: absolute;
    width: 40%;
    display: block;
    bottom: 25px;
    right: 45px;
    opacity: 0.8;
  }
}
@media (min-width: 1660px) {
  #intro .content-wrapper .content {
    padding: 197px 0;
    width: 35%;
  }
}
.references-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (min-width: 1200px) {
  .references-grid {
    grid-gap: 40px;
  }
}
@media (min-width: 1400px) {
  .references-grid {
    grid-column-gap: 92px;
    grid-row-gap: 65px;
  }
}
.references-grid .reference {
  grid-column: 1 / span 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 700px) {
  .references-grid .reference {
    grid-column: span 3;
  }
}
@media (min-width: 1200px) {
  .references-grid .reference {
    grid-column: span 2;
  }
}
.references-grid .reference a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 40px 15px;
  border-radius: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 10px 84px -7px rgba(0, 0, 0, 0.14);
          box-shadow: 10px 10px 84px -7px rgba(0, 0, 0, 0.14);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 768px) {
  .references-grid .reference a {
    padding: 105px 40px;
  }
}
@media (min-width: 1200px) {
  .references-grid .reference a {
    padding: 105px 90px;
  }
}
.references-grid .reference a .content {
  padding-top: 70px;
  position: relative;
  z-index: 99;
}
.references-grid .reference a .content img.logo,
.references-grid .reference a .content img.magnifier {
  position: absolute;
  display: block;
  max-height: 80px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.references-grid .reference a .content img.logo.square {
  height: 130px;
}
.references-grid .reference a .content img.magnifier {
  visibility: hidden;
  opacity: 0;
}
.references-grid .reference a .content .title-wrap.theme3 {
  margin-bottom: 0;
  margin-top: 90px;
}
.references-grid .reference a .content .title-wrap.theme3 h3 {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.references-grid .reference a img.bg-img,
.references-grid .reference a .overlay {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.references-grid .reference a img.bg-img {
  border-radius: 15px;
}
.references-grid .reference a .overlay {
  background-color: #13236d;
  border-radius: 15px;
}
.references-grid .reference a:hover .content img.logo,
.references-grid .reference a.hover .content img.logo {
  opacity: 0;
  visibility: hidden;
}
.references-grid .reference a:hover .content img.magnifier,
.references-grid .reference a.hover .content img.magnifier {
  opacity: 1;
  visibility: visible;
}
.references-grid .reference a:hover .content .title-wrap h3,
.references-grid .reference a.hover .content .title-wrap h3 {
  color: #fff;
}
.references-grid .reference a:hover img.bg-img,
.references-grid .reference a.hover img.bg-img,
.references-grid .reference a:hover .overlay,
.references-grid .reference a.hover .overlay {
  visibility: visible;
  opacity: 1;
}
.references-grid .reference a:hover .overlay,
.references-grid .reference a.hover .overlay {
  opacity: 0.8;
}
#references .ref-text {
  color: #333;
  font-size: 1.3rem;
  text-align: center;
}
@media (min-width: 1200px) {
  #references .ref-text {
    text-align: left;
  }
}
#web-page .intro-block {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, color-stop(14%, #ffffff), to(#eeeeee));
  background: linear-gradient(to right, #ffffff 14%, #eeeeee 100%);
}
#web-page .intro-block .content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px 40px;
}
@media (min-width: 1650px) {
  #web-page .intro-block .content-wrapper {
    padding: 80px 0 80px 0;
  }
}
#web-page .intro-block .content-wrapper .left-side {
  grid-column: 1 / span 2;
}
@media (min-width: 1000px) {
  #web-page .intro-block .content-wrapper .left-side {
    grid-column: span 1;
  }
}
#web-page .intro-block .content-wrapper .left-side.perex {
  color: #333;
}
#web-page .intro-block .content-wrapper .right-side {
  grid-column: 1 / span 2;
}
@media (min-width: 1000px) {
  #web-page .intro-block .content-wrapper .right-side {
    grid-column: span 1;
  }
}
#web-page .intro-block .content-wrapper .right-side.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#web-page .intro-block .content-wrapper .right-side img {
  max-height: 350px;
  max-width: 60%;
}
#web-page #map {
  width: 100%;
  margin-top: 20px;
  height: 350px !important;
  position: relative;
  background-image: url("img/mapa_cr_webrex.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 500px) {
  #web-page #map {
    height: 450px !important;
  }
}
#web-page #map img {
  max-width: unset;
}
#web-page #map .custom-mark img {
  position: relative;
  z-index: 9;
}
#web-page #map .custom-mark-label {
  position: absolute;
  left: 30%;
  bottom: 50%;
  font-family: 'Signika', sans-serif;
  font-size: 14px;
  width: 190px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  background-color: #32b44a;
  padding: 10px 10px 10px 25px;
  -webkit-box-shadow: 10px 10px 39px -4px rgba(0, 0, 0, 0.47);
          box-shadow: 10px 10px 39px -4px rgba(0, 0, 0, 0.47);
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
#web-page #map .custom-mark-label a,
#web-page #map .custom-mark-label a:link,
#web-page #map .custom-mark-label a:visited,
#web-page #map .custom-mark-label a:active {
  color: #fff;
  text-decoration: none;
}
#web-page #map .custom-mark-label a:hover {
  text-decoration: underline;
}
#contact-form {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, color-stop(14%, #efefef), to(#ffffff));
  background: linear-gradient(to right, #efefef 14%, #ffffff 100%);
}
#contact-form .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
}
#contact-form .content-wrapper .titles {
  grid-column: 1 / span 2;
}
@media (min-width: 1200px) {
  #contact-form .content-wrapper .titles {
    grid-column: 1 / span 1;
  }
}
#contact-form .content-wrapper .contact-form {
  grid-column: 1 / span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1200px) {
  #contact-form .content-wrapper .contact-form {
    grid-column: 2 / span 1;
  }
}
#contact-form .content-wrapper .contact-form .contact-form-wrap {
  border: 1px #d72323 solid;
  -webkit-box-shadow: 10px 10px 84px -7px rgba(0, 0, 0, 0.14);
          box-shadow: 10px 10px 84px -7px rgba(0, 0, 0, 0.14);
  background-color: #fff9f9;
  border-radius: 10px;
  padding: 60px 20px;
  width: 100%;
}
@media (min-width: 1200px) {
  #contact-form .content-wrapper .contact-form .contact-form-wrap {
    padding: 60px;
    width: 95%;
  }
}
@media (min-width: 1400px) {
  #contact-form .content-wrapper .contact-form .contact-form-wrap {
    width: 80%;
  }
}
footer {
  background-color: #d72323;
  color: #fff;
  font-size: 1.3rem;
}
footer .content-wrapper {
  padding-bottom: 10px;
}
footer #footer-grid {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  text-align: center;
}
@media (min-width: 1100px) {
  footer #footer-grid {
    text-align: left;
  }
}
footer #footer-grid .foot-title-1,
footer #footer-grid .foot-title-2,
footer #footer-grid .contact-1,
footer #footer-grid .contact-2,
footer #footer-grid .facebook,
footer #footer-grid .instagram {
  grid-column: 1 / span 4;
}
footer #footer-grid .title-wrap {
  margin: 0;
}
@media (min-width: 700px) {
  footer #footer-grid .foot-title-1 {
    grid-column: 1 / span 2;
    grid-row: 1;
  }
}
footer #footer-grid .foot-title-1 h3 span {
  padding-left: 120px;
}
footer #footer-grid .foot-title-1 img {
  max-width: 215px;
}
@media (min-width: 700px) {
  footer #footer-grid .foot-title-2 {
    grid-column: 3 / span 2;
    grid-row: 1;
  }
}
@media (min-width: 700px) {
  footer #footer-grid .contact-1 {
    grid-column: 1 / span 2;
    grid-row: 2;
  }
}
@media (min-width: 1100px) {
  footer #footer-grid .contact-1 {
    grid-column: 1 / span 1;
    grid-row: 2;
  }
}
@media (min-width: 700px) {
  footer #footer-grid .contact-2 {
    grid-column: 1 / span 2;
    grid-row: 3;
  }
}
@media (min-width: 1100px) {
  footer #footer-grid .contact-2 {
    grid-column: 2 / span 1;
    grid-row: 2;
  }
}
@media (min-width: 700px) {
  footer #footer-grid .facebook {
    grid-column: 3 / span 2;
    grid-row: 2;
  }
}
@media (min-width: 1100px) {
  footer #footer-grid .facebook {
    grid-column: 3 / span 1;
  }
}
@media (min-width: 700px) {
  footer #footer-grid .instagram {
    grid-column: 3 / span 2;
    grid-row: 3;
  }
}
@media (min-width: 1100px) {
  footer #footer-grid .instagram {
    grid-column: 4 / span 1;
    grid-row: 2;
  }
}
footer #footer-grid .contact-1 p,
footer #footer-grid .contact-2 p {
  margin-bottom: 0px;
  line-height: 12px;
}
footer #footer-grid .contact-1 p:first-child,
footer #footer-grid .contact-2 p:first-child {
  margin-top: 0;
}
footer #footer-grid .contact-1 p:last-child,
footer #footer-grid .contact-2 p:last-child {
  margin-bottom: 0;
}

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