@charset "UTF-8";
/* FRONTEND V0.2 */
/*! 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.
 */
#cta .element-item-group{
    justify-content: left;
}
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; }

html, body {
  padding: 0;
  margin: 0;
  font-size: 100%; }

ol, ul {
  padding: 0; }

h1, h2, h3, h4, h5, ol, p, ul {
  margin: 0; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, :focus, :active {
  outline: none;
  -webkit-focus-ring-color: transparent;
  -webkit-tap-highlight-color: transparent; }

#case a{
    border-bottom: 1px solid rgba(0, 123, 255, 0.3);
    text-decoration: none;
}
#case a:hover{
    border-bottom: 1px solid rgba(35, 82, 124, 0.3);
    text-decoration: none;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  text-decoration: underline; }

.component-background {
  overflow: hidden;
  clip: rect(auto, auto, auto, auto);
  pointer-events: none;
  z-index: -1; }

.component-background,
.component-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.component-background .overlay {
  z-index: 1;
  -webkit-transition: all .18s;
  transition: all .18s; }

.component-background .image-holder,
.component-background .parallax-outer,
.component-background .video_bg_container {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.component-background .image,
.component-background .video_bg_player,
.component-background canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover; }

.component-background .image {
  image-rendering: optimizeSpeed;
  image-rendering: auto;
  image-rendering: -o-crisp-edges;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor; }

.component-background .image-holder {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.35s cubic-bezier(0.21, 0.67, 0.58, 1), visibility 0.35s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: opacity 0.35s cubic-bezier(0.21, 0.67, 0.58, 1), visibility 0.35s cubic-bezier(0.21, 0.67, 0.58, 1); }

.component-menu-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0; }

.component-menu-item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none; }

.component-menu-link {
  display: block;
  opacity: 1;
  padding: 10px 15px;
  font-size: 16px;
  margin: 0;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  position: relative; }

.component-menu-link:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.component-menu-link:hover {
  color: currentColor;
  text-decoration: none; }

.component-menu-link:hover:before {
  opacity: 0.2; }

.component-menu.style--tag .component-menu-item {
  margin-right: 5px;
  margin-bottom: 5px; }

.component-menu.style--tag .component-menu-link {
  background: #f5f5f5;
  color: #222222;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  text-decoration: none; }

.component-menu.style--tag a:hover span {
  opacity: .35; }

.component-menu.style--underline span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cccccc;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0; }

.component-menu.style--underline a:hover span:after {
  opacity: .35; }

.component-menu.radius-none .component-menu-link {
  border-radius: 0; }

.component-menu.radius-rounded .component-menu-link,
.component-menu.radius-rounded:before .component-menu-link {
  border-radius: 5px; }

.component-menu.radius-circle .component-menu-link,
.component-menu.radius-circle .component-menu-link:before {
  border-radius: 50px; }

.component-menu.style--menu .component-menu-list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.component-menu.style--menu .component-menu-item {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.component-menu.style--menu .component-menu-link {
  text-align: center;
  background: #E6E7E8;
  color: #222222;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  text-decoration: none;
  width: 100%;
  border-right: 1px solid #808285;
  font-size: 14px;
  padding: 15px 15px; }

.component-menu.style--menu .component-menu-dropdown-link {
  display: block;
  opacity: 1;
  padding: 10px 15px;
  font-size: 13px;
  margin: 0;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  text-align: center;
  background: #E6E7E8;
  color: #222222;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  text-decoration: none;
  width: 100%;
  font-size: 14px;
  padding: 15px 15px; }

.component-menu.style--menu .component-menu-dropdown-link:hover {
  background: #777777;
  color: #fff; }

.component-menu.style--menu .component-menu-link.active {
  background-color: #D1D3D4;
  font-weight: bold; }

.component-menu.style--menu .component-menu-item:first-child .component-menu-link {
  border-left: 1px solid #808285; }

.component-menu.style--tag a:hover span {
  opacity: .35; }

.component-menu-dropdown {
  list-style: none;
  display: none;
  font-size: 14px;
  position: absolute;
  margin: 0;
  padding: 0px;
  border: 1px solid #777777;
  background-color: #808285;
  width: 230px;
  top: calc(100%);
  z-index: 1000;
  border-radius: 3px; }

.component-menu-dropdown:before, .component-menu-dropdown:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #777777;
  border-width: 0 7px 7px 7px;
  z-index: 2;
  margin-left: -7px; }

.component-menu-item:hover .component-menu-dropdown {
  display: block; }

@media screen and (max-width: 500px) {
  .style--tag .component-menu-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
  .style--tag .component-menu-link {
    width: 100%; } }

@media screen and (max-width: 960px) {
  .style--menu .component-menu-list {
    width: 100%;
    overflow-y: hidden;
    overflow-x: visible;
    position: relative;
    height: 59px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100; }
  .style--menu .component-menu-link {
    width: 100%;
    white-space: nowrap; } }

.component-button-item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #57ac56;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 300;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap; }

.component-button-item:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.component-button-item:hover {
  color: currentColor;
  text-decoration: none; }

.component-button-item.light, .component-button-item.light:hover {
  color: #ffffff; }

.component-button-item.dark, .component-button-item.dark:hover {
  color: #222222; }

.component-button-item:hover:before {
  opacity: 0.2; }

.component-button-item.size-s {
  padding: 10px 15px;
  font-size: 14px; }

.component-button-item.size-m {
  padding: 15px 20px;
  font-size: 18px; }

.component-button-item.size-l {
  padding: 20px 25px;
  font-size: 20px; }

.component-button-item.size-s i {
  font-size: 20px; }

.component-button-item.size-m i {
  font-size: 24px; }

.component-button-item.size-l i {
  font-size: 26px; }

.component-button-item.radius-none {
  border-radius: 0; }

.component-button-item.radius-rounded, .component-button-item.radius-rounded:before {
  border-radius: 5px; }

.component-button-item.radius-circle, .component-button-item.radius-circle:before {
  border-radius: 50px; }

.component-button-item.radius-none {
  border-radius: 0; }

.component-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block; }

.component-image.round {
  border-radius: 50%; }

.component-image.loading .real-img {
  opacity: 0;
  visibility: hidden; }

.component-image .real-img {
  opacity: 1;
  visibility: visible;
  z-index: 0; }

.component-image-item {
  max-width: 100%; }

.util-br--10 {
  border-radius: 10px; }

.component-form-fields {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%; }

.component-form-field-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  width: 100%;
  text-align: left; }

.component-form-button {
  position: relative;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.component-form-input {
  display: block;
  width: 100%;
  border: 1px solid #dddddd;
  min-height: 39px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  word-break: keep-all;
  border-radius: 4px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: visible;
  line-height: normal;
  line-height: 1.4; }

.component-form-error {
  width: 100%;
  font-size: 14px;
  height: 0;
  font-weight: 500;
  color: #ff714d;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.21, 0.67, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.21, 0.67, 0.58, 1);
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  height: 26px;
  line-height: 1.4; }
  .component-form-error.visible {
    opacity: 1;
    visibility: visible; }

@media screen and (min-width: 180px) {
  .component-form-field {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 .625rem 0 0;
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    text-align: left; } }

.component-product-table {
  width: 100%;
  font-size: 14px; }
  .component-product-table tbody tr td {
    padding: 10px;
    vertical-align: middle; }
  .component-product-table tbody tr td:nth-child(2) {
    width: 160px;
    text-align: center;
    font-size: 14px; }
  .component-product-table tbody tr td:nth-child(1) {
    padding: 3px;
    width: 46px;
    text-align: center; }
  .component-product-table tr {
    background-color: #f7f7f7; }
  .component-product-table tr:nth-child(even) {
    background-color: #E6E7E8; }

.component-product-table .product-sku {
  color: #808285; }

.component-product-table .product-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #BCBEC0;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-image: url("https://rem134.ru/uploads/sNdWJUV.jpg");
  /* Путь к фоновому изображению */
  background-size: cover; }

.component-product-table .product-price {
  font-weight: bold;
  display: block;
  text-align: right; }

.component-product-table .product-subtotal {
  font-weight: bold;
  display: block;
  text-align: right; }

.component-product-table .product-count-button-minus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  color: gray;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  padding: 0;
  border: 1px solid #ddd;
  border-right-color: #ddd;
  display: inline-block;
  height: 33px;
  text-align: center;
  vertical-align: top;
  width: calc(100% / 3);
  line-height: 1.5; }

.component-product-table .product-count-button-plus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  color: gray;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  padding: 0;
  border: 1px solid #ddd;
  border-right-color: #ddd;
  display: inline-block;
  height: 33px;
  text-align: center;
  vertical-align: top;
  width: calc(100% / 3);
  line-height: 1.5; }

.component-product-table .product-count-button-input {
  border: 1px solid #ddd;
  display: inline-block;
  height: 33px;
  text-align: center;
  vertical-align: top;
  width: calc(100% / 3);
  border-left: none;
  border-right: none;
  font-size: 16px;
  line-height: 33px; }

.component-search form {
  position: relative;
  width: 100%;
  min-width: 320px; }

.component-search input {
  width: 100%;
  height: 52px;
  padding-left: 10px;
  border: 2px solid #0043a4;
  border-radius: 5px;
  outline: none;
  background: #ffffff;
  color: #9E9C9C; }

.component-search button {
  position: absolute;
  top: 0;
  right: 0px;
  width: 62px;
  height: 52px;
  border: none;
  background: #0043a4;
  border-radius: 0 5px 5px 0;
  cursor: pointer; }

.component-search button:before {
  content: "Поиск";
  font-size: 16px;
  color: #F9F0DA; }

.block {
  display: block;
  position: relative; }
  .block-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0; }
  .block-content {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 49px;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .block--dark a {
    color: #ffffff; }
  .block--dark a:hover {
    color: #f5f5f5; }
  .block-row {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center; }
  .block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .block-cards {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center; }
  .block-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .block-card > .element-wrapper {
      background-color: #f5f5f5;
      padding: 0px;
      margin: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .block-card .element-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .block-card .element-item:nth-last-child(2) {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
    .block-card .element-item:nth-last-child(1) {
      margin-top: auto; }
    .block-card .component-image {
      margin-top: -10px; }
  .block .element-list {
    width: 100%; }
  .block .element-item {
    width: 100%; }
  .block .component-content {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .block .component-item {
    width: 100%; }

.block-cards--border-rounded .block-card > .element-wrapper {
  border-radius: 5px; }

.block-cards--cover .block-card > .element-wrapper {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: calc(100% + 20px) 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.block-cards--cover .block-card:hover > .element-wrapper {
  background-position: 100% 100%;
  -webkit-box-shadow: 1px 0px 10px 0px rgba(223, 223, 223, 0.8);
  box-shadow: 1px 0px 10px 0px rgba(223, 223, 223, 0.8); }

.block-cards--cover .block-card .element-list {
  max-width: 70%; }

.block--fluid > .block-container {
  width: 100%; }

.block--fix .block-container {
  max-width: 1280px; }

.block-row-reverce .block-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

@media screen and (min-width: 480px) {
  .block-row-columns--4 .block-column {
    width: 50%; }
  .block-cards .block-card {
    width: 50%; }
  .block-cards--3 .block-card {
    width: 100%; } }

.block-row-columns--cover .block-column:first-child {
  min-height: 300px;
  background-color: #0043a4;
  background-size: cover;
  background-position: 50% 50%; }

@media screen and (min-width: 960px) {
  .block-row-columns--cover .block-column {
    width: 60%; }
  .block-row-columns--cover .block-column:first-child .element-list {
    min-height: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .block-row-columns--cover .block-column:first-child {
    width: 40%; }
  .block-row-columns--2-1 .block-column {
    width: 30%; }
  .block-row-columns--2-1 .block-column:first-child {
    width: 70%; }
  .block-row-columns--1-2 .block-column {
    width: 50%; }
  .block-row-columns--1-2 .block-column:first-child {
    width: 100%; }
  .block-row-columns--2 .block-column {
    width: 50%; }
  .block-row-columns--3 .block-column {
    width: 33.333%; }
  .block-row-columns--4 .block-column {
    width: 25%; }
  .block-cards .block-card {
    width: 25%; }
  .block-cards--3 .block-card {
    width: 33.333%; }
  .block-cards--3 .block-card {
    width: 33.333%; } }

.component {
  width: 100%; }

.component-content {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px; }

.element-wrapper {
  padding: 10px 20px;
  width: 100%; }

.element-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  min-height: 32px;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.element-content {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px; }

.header-element-list {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-grow--2 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.element-item.element-item-group .component {
  width: auto;
  padding-right: 10px;
  padding-bottom: 0px; }

@media screen and (max-width: 960px) {
  .header-element-list {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .element-item.element-item-group .component {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 10px; } }

/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.fotorama--fullscreen, .fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 !important; }

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important; }

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
  outline: 0; }

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5); }

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  transform: none !important; }

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform,width;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0; }

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1; }

.fotorama__nav__frame, .fotorama__thumb-border {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.fotorama__caption__wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fotorama--hidden, .fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
  -webkit-tap-highlight-color: transparent; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
  background: url(fotorama.png) no-repeat; }

@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(fotorama@2x.png) 0 0/96px 160px no-repeat; } }

.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2); }

@media print {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
    background: none !important; } }

.fotorama {
  min-width: 1px;
  overflow: hidden; }

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none; }

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000; }

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important; }

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
  background: #000; }

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0; }

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl; }

.fotorama__nav, .fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%; }

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y; }

.fotorama__wrap .fotorama__pointer {
  cursor: pointer; }

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important; }

.fotorama__stage__frame {
  overflow: hidden; }

.fotorama__stage__frame.fotorama__active {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none; }

.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7; }

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9; }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none; }

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important; }

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
  display: none; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block; }

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important; }

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden; }

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible; }

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5; }

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left; }

.fotorama__nav__frame {
  position: relative;
  cursor: pointer; }

.fotorama__nav--dots {
  display: block; }

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px; }

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
  display: none; }

.fotorama__nav--thumbs {
  display: block; }

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important; }

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important; }

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none; }

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f; }

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px; }

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px; }

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px; }

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }

.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2; }

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(64, 64, 64, 0.1)));
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1)); }

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue',Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000; }

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5); }

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5); }

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0; }

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
  display: none; }

.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear; }

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.fotorama__select {
  cursor: auto; }

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10; }

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent; } }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer; }

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px; }

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0; }

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0; }

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: .1; }

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20; }

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
  border-radius: 50%; }

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px; }

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0; }

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none; }

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block; }

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px; }

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0; }

.fotorama__wrap--css2 .fotorama__video-close {
  display: none; }

.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0); }

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0; }

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1; }

.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important; }

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none; }

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block; }

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important; }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0); }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important; }

.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform,opacity;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%,5px 100%; }

.fotorama__nav:before, .fotorama__stage:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0,0 0;
  left: -10px; }

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
  left: 0; }

.fotorama__nav:after, .fotorama__stage:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0,100% 0;
  right: -10px; }

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
  right: 0; }

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none; }

.ux-block-control {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 40px;
  background: transparent;
  position: absolute;
  top: 0;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .2s,visibility .2s;
  transition: opacity .2s,visibility .2s; }

.ux-block-control:before {
  content: "";
  display: block;
  position: absolute;
  background-color: currentColor;
  /* top: 50%; */
  width: 100%;
  height: 1px;
  top: 0px;
  background-color: #0093ff2e; }

.ux-block-control-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
  background: #222;
  border-radius: 30px;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  margin-right: 10px; }

.ux-block:hover .block-control {
  opacity: 1;
  visibility: visible; }

.ux-block-control-item {
  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;
  padding-left: 3px;
  padding-right: 3px; }

.ux-block-control-btn {
  color: #cccccc;
  display: block;
  width: 24px;
  width: 24px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer; }

.ux-block-control-btn:hover {
  color: #ffffff; }

.ux-block-add {
  display: block;
  position: absolute;
  background: transparent;
  width: 100%;
  height: 36px;
  bottom: -18px;
  z-index: 5;
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: 0;
  -webkit-transition: opacity .15s ease,-webkit-transform .15s ease-out;
  transition: opacity .15s ease,-webkit-transform .15s ease-out;
  transition: opacity .15s ease,transform .15s ease-out;
  transition: opacity .15s ease,transform .15s ease-out,-webkit-transform .15s ease-out; }

.ux-block-add:before {
  content: "";
  display: block;
  position: absolute;
  background-color: currentColor;
  /* top: 50%; */
  width: 100%;
  height: 1px;
  top: 18px;
  background-color: #D1EAFF; }

.ux-block-add .ux-block-add-plus {
  background-color: #11b964cc;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -1px;
  cursor: pointer;
  text-align: center; }

.ux-block-add i {
  font-size: 11px; }

.ux-block-add i:after,
.ux-block-add i:before {
  content: "";
  display: block;
  position: absolute;
  background-color: currentColor;
  top: 50%;
  left: 50%; }

.ux-block-add i:before {
  width: 1em;
  height: 2px; }

.ux-block-add i:after,
.ux-block-add i:before {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.ux-block-add i:after {
  width: 2px;
  height: 1em; }

.ux-block-add.show {
  visibility: visible;
  opacity: 1; }

.ux-block-add-dialog-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  outline: none;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  background-color: #0000001f; }

.ux-block-add-dialog-wrap.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all; }

.ux-block-add-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background-color: #fafafa;
  color: #222222;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
  pointer-events: all;
  top: 0;
  left: 0;
  border-right: 1px solid #ccc; }

.ux-block-add-dialog-title {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px 20px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 400;
  text-transform: none;
  border-bottom: 0;
  height: auto;
  border-bottom: 1px solid #ccc; }

.ux-block-add-dialog-close {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  width: 1em;
  height: 1em;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: inherit;
  -ms-flex-order: 99;
  -webkit-box-ordinal-group: 100;
  order: 99;
  cursor: pointer;
  opacity: .3;
  -webkit-transition: opacity .18s;
  transition: opacity .18s;
  will-change: opacity;
  margin-left: auto;
  -ms-flex-order: 99;
  order: 99;
  font-size: 35px;
  line-height: 1;
  color: #6e7176;
  -webkit-transition: all .18s;
  transition: all .18s; }

.ux-block-add-dialog-close:hover {
  opacity: .5; }

.ux-block-add-dialog-close:after,
.ux-block-add-dialog-close::before {
  display: block;
  content: "";
  width: 2px;
  height: 1em;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform-origin: center;
  transform-origin: center; }

.ux-block-add-dialog-close:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg); }

.ux-block-add-dialog-close:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

.ux-block-add-dialog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
  overflow: auto;
  overflow-x: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ux-block-add-dialog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ux-block-add-dialog-item {
  width: 50%;
  cursor: pointer; }

.ux-block-add-dialog-preview {
  margin-top: 20px;
  margin: 10px;
  position: relative;
  background: #f1f2f3;
  overflow: hidden;
  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;
  border: 1px solid #0093ff24;
  border-color: transparent; }

.ux-block-add-dialog-image {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

.ux-block-add-dialog-item:hover .ux-block-add-dialog-preview {
  border: 1px solid #0093ff24; }

.ux-block-add-first-wrap {
  height: 0px; }

.ux-block-add-first {
  display: block;
  position: relative;
  background: transparent;
  width: 100%;
  height: 36px;
  top: -18px;
  z-index: 5;
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: 0;
  -webkit-transition: opacity .15s ease,-webkit-transform .15s ease-out;
  transition: opacity .15s ease,-webkit-transform .15s ease-out;
  transition: opacity .15s ease,transform .15s ease-out;
  transition: opacity .15s ease,transform .15s ease-out,-webkit-transform .15s ease-out;
  pointer-events: none; }

.ux-block-add-first:before {
  content: "";
  display: block;
  position: absolute;
  background-color: currentColor;
  /* top: 50%; */
  width: 100%;
  height: 1px;
  top: 18px;
  background-color: #D1EAFF; }

.ux-block-add-first .ux-block-add-first-plus {
  background-color: #11b964cc;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -1px;
  cursor: pointer;
  text-align: center;
  pointer-events: all; }

.ux-block-add-first i {
  font-size: 11px; }

.ux-block-add-first i:after,
.ux-block-add-first i:before {
  content: "";
  display: block;
  position: absolute;
  background-color: currentColor;
  top: 50%;
  left: 50%; }

.ux-block-add-first i:before {
  width: 1em;
  height: 2px; }

.ux-block-add-first i:after,
.ux-block-add-first i:before {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.ux-block-add-first i:after {
  width: 2px;
  height: 1em; }

.ux-block-add-first.show {
  visibility: visible;
  opacity: 1; }

.ux-redactor .component:hover:before,
.ux-redactor .component.in-hover::before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 123, 255, 0.05); }

.ux-redactor .component:hover .component-item,
.ux-redactor .component.in-hover .component-item {
  background: rgba(120, 120, 120, 0.25); }

.ux-fotorama-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 10px; }

.ux-fotorama-image-element {
  padding: 5px;
  width: 25%;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 80px; }

.ux-fotorama-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  position: 50% 50%;
  text-align: right; }

.ux-fotorama-image-delete {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  width: 18px;
  height: 18px;
  border-radius: 24px;
  background-color: #f5f5f5d9;
  text-align: center;
  /* right: 0; */
  margin: 3px;
  color: #333333;
  opacity: 0;
  cursor: pointer; }

.ux-fotorama-image:hover .ux-fotorama-image-delete {
  opacity: 1; }

.ux-image-wrapper {
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  height: 80px; }

.ux-background-image {
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 160px;
  overflow: hidden;
  background-size: cover; }

.ux-color-item {
  display: inline-block;
  background: #fff;
  width: 30px;
  height: 30px;
  /* border-radius: 100%; */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 5px;
  margin-top: 5px;
  border: none;
  border-radius: 10px; }

.ux-color-item:hover,
.ux-color-item:active,
.ux-color-item:focus {
  outline: none; }

.ux-editor-image {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%; }

.util-fs--10 {
  font-size: 10px; }

.util-fs--11 {
  font-size: 11px; }

.util-fs--12 {
  font-size: 12px; }

.util-fs--13 {
  font-size: 13px; }

.util-fs--14 {
  font-size: 14px; }

.util-fs--15 {
  font-size: 15px; }

.util-fs--16 {
  font-size: 16px; }

.util-fs--17 {
  font-size: 17px; }

.util-fs--18 {
  font-size: 18px; }

.util-fs--19 {
  font-size: 19px; }

.util-fs--20 {
  font-size: 20px; }

.util-fs--21 {
  font-size: 21px; }

.util-fs--22 {
  font-size: 22px; }

.util-fs--23 {
  font-size: 23px; }

.util-fs--24 {
  font-size: 24px; }

.util-fs--25 {
  font-size: 25px; }

.util-fs--26 {
  font-size: 26px; }

.util-fs--27 {
  font-size: 27px; }

.util-fs--28 {
  font-size: 28px; }

.util-fs--29 {
  font-size: 29px; }

.util-fs--30 {
  font-size: 30px; }

.util-fs--31 {
  font-size: 31px; }

.util-fs--32 {
  font-size: 32px; }

.util-fs--33 {
  font-size: 33px; }

.util-fs--34 {
  font-size: 34px; }

.util-fs--35 {
  font-size: 35px; }

.util-fs--36 {
  font-size: 36px; }

.util-fs--37 {
  font-size: 37px; }

.util-fs--38 {
  font-size: 38px; }

.util-fs--39 {
  font-size: 39px; }

.util-fs--40 {
  font-size: 40px; }

.util-fs--41 {
  font-size: 41px; }

.util-fs--42 {
  font-size: 42px; }

.util-fs--43 {
  font-size: 43px; }

.util-fs--44 {
  font-size: 44px; }

.util-fs--45 {
  font-size: 45px; }

.util-fs--46 {
  font-size: 46px; }

.util-fs--47 {
  font-size: 47px; }

.util-fs--48 {
  font-size: 48px; }

.util-fs--49 {
  font-size: 49px; }

.util-fs--50 {
  font-size: 50px; }

.util-fs--51 {
  font-size: 51px; }

.util-fs--52 {
  font-size: 52px; }

.util-fs--53 {
  font-size: 53px; }

.util-fs--54 {
  font-size: 54px; }

.util-fs--55 {
  font-size: 55px; }

.util-fs--56 {
  font-size: 56px; }

.util-fs--57 {
  font-size: 57px; }

.util-fs--58 {
  font-size: 58px; }

.util-fs--59 {
  font-size: 59px; }

.util-fs--60 {
  font-size: 60px; }

.util-fs--61 {
  font-size: 61px; }

.util-fs--62 {
  font-size: 62px; }

.util-fs--63 {
  font-size: 63px; }

.util-fs--64 {
  font-size: 64px; }

.util-fs--65 {
  font-size: 65px; }

.util-fs--66 {
  font-size: 66px; }

.util-fs--67 {
  font-size: 67px; }

.util-fs--68 {
  font-size: 68px; }

.util-fs--69 {
  font-size: 69px; }

.util-fs--70 {
  font-size: 70px; }

.util-fs--71 {
  font-size: 71px; }

.util-fs--72 {
  font-size: 72px; }

.util-fs--73 {
  font-size: 73px; }

.util-fs--74 {
  font-size: 74px; }

.util-fs--75 {
  font-size: 75px; }

.util-fs--76 {
  font-size: 76px; }

.util-fs--77 {
  font-size: 77px; }

.util-fs--78 {
  font-size: 78px; }

.util-fs--79 {
  font-size: 79px; }

.util-fs--80 {
  font-size: 80px; }

.util-fs--81 {
  font-size: 81px; }

.util-fs--82 {
  font-size: 82px; }

.util-fs--83 {
  font-size: 83px; }

.util-fs--84 {
  font-size: 84px; }

.util-fs--85 {
  font-size: 85px; }

.util-fs--86 {
  font-size: 86px; }

.util-fs--87 {
  font-size: 87px; }

.util-fs--88 {
  font-size: 88px; }

.util-fs--89 {
  font-size: 89px; }

.util-fs--90 {
  font-size: 90px; }

.util-fs--91 {
  font-size: 91px; }

.util-fs--92 {
  font-size: 92px; }

.util-fs--93 {
  font-size: 93px; }

.util-fs--94 {
  font-size: 94px; }

.util-fs--95 {
  font-size: 95px; }

.util-fs--96 {
  font-size: 96px; }

.util-fs--97 {
  font-size: 97px; }

.util-fs--98 {
  font-size: 98px; }

.util-fs--99 {
  font-size: 99px; }

.util-fs--100 {
  font-size: 100px; }

.util-fs--101 {
  font-size: 101px; }

.util-fs--102 {
  font-size: 102px; }

.util-fs--103 {
  font-size: 103px; }

.util-fs--104 {
  font-size: 104px; }

.util-fs--105 {
  font-size: 105px; }

.util-fs--106 {
  font-size: 106px; }

.util-fs--107 {
  font-size: 107px; }

.util-fs--108 {
  font-size: 108px; }

.util-fs--109 {
  font-size: 109px; }

.util-fs--110 {
  font-size: 110px; }

.util-fs--111 {
  font-size: 111px; }

.util-fs--112 {
  font-size: 112px; }

.util-fs--113 {
  font-size: 113px; }

.util-fs--114 {
  font-size: 114px; }

.util-fs--115 {
  font-size: 115px; }

.util-fs--116 {
  font-size: 116px; }

.util-fs--117 {
  font-size: 117px; }

.util-fs--118 {
  font-size: 118px; }

.util-fs--119 {
  font-size: 119px; }

.util-fs--120 {
  font-size: 120px; }

.util-fw--100 {
  font-weight: 100; }

.util-fw--200 {
  font-weight: 200; }

.util-fw--300 {
  font-weight: 300; }

.util-fw--400 {
  font-weight: 400; }

.util-fw--500 {
  font-weight: 500; }

.util-fw--600 {
  font-weight: 600; }

.util-fw--700 {
  font-weight: 700; }

.util-fw--800 {
  font-weight: 800; }

.util-fw--900 {
  font-weight: 900; }

.util-lh--1 {
  line-height: 1; }

.util-lh--1-1 {
  line-height: 1.1; }

.util-lh--1-2 {
  line-height: 1.2; }

.util-lh--1-3 {
  line-height: 1.3; }

.util-lh--1-4 {
  line-height: 1.4; }

.util-lh--1-5 {
  line-height: 1.5; }

.util-lh--1-6 {
  line-height: 1.6; }

.util-lh--1-7 {
  line-height: 1.7; }

.util-lh--1-8 {
  line-height: 1.8; }

.util-lh--1-9 {
  line-height: 1.9; }

.util-lh--2 {
  line-height: 2; }

.util-py--0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.util-py--10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.util-py--20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.util-py--30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.util-py--40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.util-py--50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.util-py--60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.util-py--70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.util-py--80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.util-py--90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.util-py--100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.util-py--110 {
  padding-top: 110px;
  padding-bottom: 110px; }

.util-py--120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.util-py--130 {
  padding-top: 130px;
  padding-bottom: 130px; }

.util-py--140 {
  padding-top: 140px;
  padding-bottom: 140px; }

.util-py--150 {
  padding-top: 150px;
  padding-bottom: 150px; }

.util-px--0 {
  padding-left: 0px;
  padding-right: 0px; }

.util-px--10 {
  padding-left: 10px;
  padding-right: 10px; }

.util-px--20 {
  padding-left: 20px;
  padding-right: 20px; }

.util-px--30 {
  padding-left: 30px;
  padding-right: 30px; }

.util-px--40 {
  padding-left: 40px;
  padding-right: 40px; }

.util-px--50 {
  padding-left: 50px;
  padding-right: 50px; }

.util-px--60 {
  padding-left: 60px;
  padding-right: 60px; }

.util-px--70 {
  padding-left: 70px;
  padding-right: 70px; }

.util-px--80 {
  padding-left: 80px;
  padding-right: 80px; }

.util-px--90 {
  padding-left: 90px;
  padding-right: 90px; }

.util-px--100 {
  padding-left: 100px;
  padding-right: 100px; }

.util-px--110 {
  padding-left: 110px;
  padding-right: 110px; }

.util-px--120 {
  padding-left: 120px;
  padding-right: 120px; }

.util-px--130 {
  padding-left: 130px;
  padding-right: 130px; }

.util-px--140 {
  padding-left: 140px;
  padding-right: 140px; }

.util-px--150 {
  padding-left: 150px;
  padding-right: 150px; }

.util-pb--0 {
  padding-bottom: 0px; }

.util-pb--10 {
  padding-bottom: 10px; }

.util-pb--20 {
  padding-bottom: 20px; }

.util-pb--30 {
  padding-bottom: 30px; }

.util-pb--40 {
  padding-bottom: 40px; }

.util-pb--50 {
  padding-bottom: 50px; }

.util-pb--60 {
  padding-bottom: 60px; }

.util-pb--70 {
  padding-bottom: 70px; }

.util-pb--80 {
  padding-bottom: 80px; }

.util-pb--90 {
  padding-bottom: 90px; }

.util-pb--100 {
  padding-bottom: 100px; }

.util-pb--110 {
  padding-bottom: 110px; }

.util-pb--120 {
  padding-bottom: 120px; }

.util-pb--130 {
  padding-bottom: 130px; }

.util-pb--140 {
  padding-bottom: 140px; }

.util-pb--150 {
  padding-bottom: 150px; }

.util-pt--0 {
  padding-top: 0px; }

.util-pt--10 {
  padding-top: 10px; }

.util-pt--20 {
  padding-top: 20px; }

.util-pt--30 {
  padding-top: 30px; }

.util-pt--40 {
  padding-top: 40px; }

.util-pt--50 {
  padding-top: 50px; }

.util-pt--60 {
  padding-top: 60px; }

.util-pt--70 {
  padding-top: 70px; }

.util-pt--80 {
  padding-top: 80px; }

.util-pt--90 {
  padding-top: 90px; }

.util-pt--100 {
  padding-top: 100px; }

.util-pt--110 {
  padding-top: 110px; }

.util-pt--120 {
  padding-top: 120px; }

.util-pt--130 {
  padding-top: 130px; }

.util-pt--140 {
  padding-top: 140px; }

.util-pt--150 {
  padding-top: 150px; }

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

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

.util-ta--center {
  text-align: center; }

.util-ta--justify {
  text-align: justify; }

.util-ta--inherit {
  text-align: inherit; }

.util-flex-jc--center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.util-flex-jc--start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.util-flex-jc--end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.util-fixed--bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .modal-sm {
    width: 400px; } }

.close {
  float: right;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #f5f5f5;
  /* text-shadow: 0 1px 0 #fff; */
  filter: alpha(opacity=20);
  opacity: 0.2; }

.close:hover {
  color: #fff; }

.form-group label {
  font-size: 13px;
  color: #fff; }

.form-group label > a {
  text-decoration: underline;
  font-size: 13px;
  color: #fff; }

.btn-primary {
  background-color: #0043a4;
  padding: 10px 15px;
  font-size: 14px;
  border: none; }

.btn-primary:hover {
  background-color: #023d91; }

.btn-warning {
  background-color: #b40a1b;
  padding: 10px 15px;
  font-size: 14px;
  border: none; }

.btn-warning:hover {
  background-color: #960716; }

#footer-block {
  border: none; }

#footer-block .block-column {
  border-right: 2px solid #687b98; }

#footer-block .block-column:last-child {
  border-right: none; }

.component-swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 460px; }

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto; }

.swiper-slide {
  background-size: cover;
  background-position: center;
  border-radius: 5px; }

.gallery-top {
  height: 80%;
  width: 100%; }

.gallery-thumbs {
  width: 100%;
  height: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0; }

.gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4; }

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1; }

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0; }

.fotorama__stage__frame .fotorama__img {
  border-radius: 5px  !important; }

.fotorama__nav {
  text-align: left; }
