@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");

/***
    The new CSS reset - version 1.5.1 (last updated 1.3.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}
/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}
/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}
/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}
/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}
/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}
/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}
/* reset default text opacity of input placeholder */
::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}
/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}
/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}
/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}
/*! 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 {
  -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 {
  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 {
  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] {
  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;
}
/* ----------------------------------------------------------------
	Breakpoints - vars
-----------------------------------------------------------------*/
.max-desktop-width {
  max-width: 1240px;
}
/* ----------------------------------------------------------------
	Breakpoints - mixins
    for different variables, include as:
    @include screen-xl {
    foo: bar;
    }
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Colors
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Fonts
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Typography: size, weight, line-height, family, mixins
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Container
-----------------------------------------------------------------*/
.font-montserrat {
  font-family: "Montserrat", sans-serif;
}
/*-----------------------------------------------------------------------------------

  * 2_base/global.scss *

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Body, html
-----------------------------------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
}
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  font-weight: 400;
  width: 100%;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  color: #003B5D;
  scroll-behavior: smooth;
}
@media screen and (min-width: 420px) {
  html {
    font-size: 16px;
  }
}
body {
  position: relative;
  min-height: 100vh;
}
body.no-scroll {
  overflow: hidden;
}
#app {
  max-width: 100vw !important;
  overflow-x: hidden !important;
  position: relative;
}
img {
  max-width: 100%;
}
a,
button,
input[type=submit] {
  cursor: pointer;
  transition: opacity 0.5s linear;
}
/* ----------------------------------------------------------------
	Inputs
-----------------------------------------------------------------*/
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    position: absolute;
  }
}
@keyframes upDownWithRelativePosition {
  0% {
    top: 0;
  }
  50% {
    top: 50px;
  }
  100% {
    top: 0;
  }
}
@keyframes suptileUpDownWithRelativePosition {
  0% {
    top: 5px;
  }
  50% {
    top: -5px;
  }
  100% {
    top: 5px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.8);
  }
}
/* ----------------------------------------------------------------
	Various
-----------------------------------------------------------------*/
.cover-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 420px) {
  .lg-cover-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.default-x-padding {
  padding-left: 24px;
  padding-right: 24px;
}
.default-x-padding--smaller-on-mobile {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 1280px) {
  .default-x-padding {
    padding-left: 100px;
    padding-right: 96px;
  }
}
.max-width-container {
  width: 100%;
  max-width: 1244px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .max-width-container-on-feature-page {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .max-width-container-on-feature-page {
    max-width: 916px;
  }
}
/**
/* POSITION HELPERS
**/
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.top-full {
  top: 100%;
}
.left-full {
  left: 100%;
}
.right-full {
  right: 100%;
}
.bottom-full {
  bottom: 100%;
}
/**
/* TYPOGRAPHY
**/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .sm-text-center {
    text-align: center;
  }
}
.text-right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .sm-text-right {
    text-align: right;
  }
}
.font-thin {
  font-weight: 100;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-black {
  font-weight: 900;
}
.underline {
  text-decoration: underline;
}
.uppercase {
  text-transform: uppercase;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1 * {
  line-height: 1;
}
.line-height-121 {
  line-height: 1.21;
}
.line-height-121 * {
  line-height: 1.21;
}
.line-height-116 {
  line-height: 1.16;
}
.line-height-116 * {
  line-height: 1.16;
}
.line-height-15 {
  line-height: 1.5;
}
.line-height-15 * {
  line-height: 1.5;
}
.font-size-10 {
  font-size: 10px;
}
.font-size-11 {
  font-size: 10px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
  font-size: 14px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-24 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .sm-font-size-12 {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .sm-font-size-14 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .sm-font-size-16 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .sm-font-size-18 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .sm-font-size-20 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sm-font-size-24 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .sm-font-size-28 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .sm-font-size-32 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .sm-font-size-36 {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .sm-font-size-40 {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .sm-font-size-48 {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) {
  .sm-font-size-64 {
    font-size: 64px;
  }
}
@media screen and (min-width: 1080px) {
  .md-font-size-12 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1080px) {
  .md-font-size-14 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1080px) {
  .md-font-size-16 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1080px) {
  .md-font-size-18 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1080px) {
  .md-font-size-20 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .md-font-size-24 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1080px) {
  .md-font-size-28 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1080px) {
  .md-font-size-32 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1080px) {
  .md-font-size-36 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1080px) {
  .md-font-size-40 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .md-font-size-48 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1080px) {
  .md-font-size-64 {
    font-size: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .xl-font-size-12 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .xl-font-size-14 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .xl-font-size-16 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .xl-font-size-18 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .xl-font-size-20 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .xl-font-size-24 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .xl-font-size-32 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .xl-font-size-36 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .xl-font-size-40 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .xl-font-size-48 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .xl-font-size-64 {
    font-size: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .xxl-font-size-12 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .xxl-font-size-14 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .xxl-font-size-16 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .xxl-font-size-18 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .xxl-font-size-20 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .xxl-font-size-24 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .xxl-font-size-32 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .xxl-font-size-36 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1440px) {
  .xxl-font-size-40 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .xxl-font-size-48 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .xxl-font-size-64 {
    font-size: 64px;
  }
}
/**
/* DISPLAY
**/
.flex {
  display: flex;
}
@media screen and (min-width: 1080px) {
  .xl-flex {
    display: flex;
  }
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .sm-hidden {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .md-hidden {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .xl-hidden {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sm-inline {
    display: inline;
  }
}
@media screen and (min-width: 1080px) {
  .md-inline {
    display: inline;
  }
}
@media screen and (min-width: 1280px) {
  .xl-inline {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .sm-block {
    display: block;
  }
}
@media screen and (min-width: 1080px) {
  .md-block {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .xl-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sm-flex {
    display: flex;
  }
}
@media screen and (min-width: 1080px) {
  .md-flex {
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
  .xl-flex {
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
  .xl-block {
    display: block;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .xl-flex-row {
    flex-direction: row;
  }
}
.justify-start {
  justify-content: start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: end;
}
.justify-between {
  justify-content: space-between;
}
.items-start {
  align-items: start;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: end;
}
@media screen and (min-width: 768px) {
  .sm-items-center {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .sm-justify-start {
    justify-content: flex-start;
  }
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
/**
/* Colors
**/
.color-base {
  color: #003B5D;
}
.color-dark-blue {
  color: #003B5D;
}
.color-blue {
  color: #005282;
}
.color-light-blue {
  color: #58798C;
}
.color-cream-blue {
  color: #D4E2EA;
}
.color-lightest-blue {
  color: #EEF7FC;
}
.color-most-light-blue {
  color: #BCD1DD;
}
.color-white {
  color: #fff;
}
.bg-dark-blue {
  background-color: #003B5D;
}
.bg-blue {
  background-color: #005282;
}
.bg-light-blue {
  background-color: #58798C;
}
.bg-cream-blue {
  background-color: #D4E2EA;
}
.bg-lightest-blue {
  background-color: #EEF7FC;
}
.bg-white {
  background-color: #fff;
}
/**
* OTHER
**/
.cursor-pointer {
  cursor: pointer;
}
.overflow-hidden {
  overflow: hidden;
}
.pointer-events-none {
  pointer-events: none;
}
/**
/* WIDTHS
**/
.w-full {
  width: 100%;
}
.w-full-important {
  width: 100% !important;
}
.h-full {
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .xl-w-full {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .xl-h-full {
    height: 100%;
  }
}
.max-w-300 {
  max-width: 300px;
}
.max-w-400 {
  max-width: 400px;
}
.max-w-500 {
  max-width: 500px;
}
.max-w-600 {
  max-width: 600px;
}
.m-x-auto {
  margin-left: auto;
  margin-right: auto;
}
.opacity-0 {
  opacity: 0;
}
.opacity-05 {
  opacity: 0.5;
}
.opacity-025 {
  opacity: 0.25;
}
.opacity-035 {
  opacity: 0.25;
}
.opacity-075 {
  opacity: 0.75;
}
.hidden-space-keeper {
  position: relative;
  z-index: -1;
  opacity: 0;
}
.hover-fade-06 {
  transition: opacity 0.35s ease-in-out;
}
.hover-fade-06:hover {
  opacity: 0.6;
}
.break-all {
  word-break: break-all;
}
.border-red {
  border: 1px solid red;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.uppercase {
  text-transform: uppercase;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.35s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.fadeFromBottom-enter-active,
.fadeFromBottom-leave-active {
  transition: opacity 0.35s ease, transform 0.35s ease-out;
}
.fadeFromBottom-enter-from,
.fadeFromBottom-leave-to {
  opacity: 0;
  transform: translateY(20px);
}
.zoom-enter-active,
.zoom-leave-active {
  transition: opacity 0.35s ease, transform 0.35s ease-out;
}
.zoom-enter-from,
.zoom-leave-to {
  transform: scale(0.5);
}
.toRight-enter-active,
.toRight-leave-active {
  transition: opacity 0.35s ease, transform 0.35s ease-out;
}
.toRight-enter-from {
  opacity: 0;
  transform: translateX(-50px);
}
.toRight-leave-to {
  opacity: 0;
  transform: translateX(50px);
}
.toLeft-enter-active,
.toLeft-leave-active {
  transition: opacity 0.35s ease, transform 0.35s ease-out;
}
.toLeft-enter-from {
  opacity: 0;
  transform: translateX(50px);
}
.toLeft-leave-to {
  opacity: 0;
  transform: translateX(-50px);
}
.toUp-enter-active,
.toUp-leave-active {
  transition: opacity 0.35s ease, transform 0.35s ease-out;
}
.toUp-enter-from {
  opacity: 0;
  transform: translateY(-50px);
}
.toUp-leave-to {
  transform: translateY(-50px);
}
.toDown-enter-active,
.toDown-leave-active {
  transition: opacity 0.35s ease, transform 0.35s ease-out;
}
.toDown-enter-from {
  opacity: 0;
  transform: translateY(50px);
}
.toDown-leave-to {
  transform: translateY(50px);
}
.slidedown-enter-active,
.slidedown-leave-active {
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-out;
}
.slidedown-enter-to,
.slidedown-leave-from {
  overflow: hidden;
  max-height: 1000px;
}
.slidedown-enter-from,
.slidedown-leave-to {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.fadeHeight-enter-active,
.fadeHeight-leave-active {
  transition: all 0.2s;
  max-height: 100vh;
}
.fadeHeight-enter,
.fadeHeight-leave-to {
  opacity: 0;
  max-height: 0px;
}
/**
* height from 100% to 0
**/
@keyframes fillHeight {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/**
* height from 100% to 0
**/
@keyframes reverseHeight {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
/**
* height from 100% to 0
**/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
* height from 100% to 0
**/
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
* black overlay animation
**/
@keyframes fadeInToOpacityZeroSeven {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fadeOutFromOpacityZeroSeven {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.app-button, .component-capture-image .shutter + .flex .button-control button {
  max-width: 100%;
  cursor: pointer;
  background-color: #003B5D;
  color: #fff;
  width: 327px;
  text-align: center;
  padding: 23px 0 24px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 17px;
  outline: 1px solid #003B5D;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, opacity 0.35s ease-in-out;
}
.app-button:hover, .component-capture-image .shutter + .flex .button-control button:hover {
  background-color: #fff;
  color: #003B5D;
}
.app-button--full-width {
  width: calc(100% - 2px) !important;
}
.app-button--always-full-width {
  width: calc(100% - 2px) !important;
  margin-left: auto;
  margin-right: auto;
}
.app-button--white {
  background-color: #fff;
  color: #003B5D;
  outline: 1px solid #D4E2EA;
}
.app-button--white:hover {
  background-color: #003B5D;
  color: #fff;
}
.app-button--red {
  background-color: #CD3B3C;
  color: #fff;
  outline: 1px solid #CD3B3C;
}
.app-button--red:hover {
  background-color: #fff;
  color: #CD3B3C;
}
.app-button--no-border-radius {
  border-radius: 0;
}
.app-button--no-border {
  border: unset;
}
.app-button--inactive {
  opacity: 0.5;
  pointer-events: none;
}
.app-button--dark-blue-border {
  outline-color: #003B5D !important;
}
.app-button--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.app-button.active, .component-capture-image .shutter + .flex .button-control button.active {
  background-color: #003B5D;
  color: #fff;
}
.app-button-with-check {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 23px 27px 24px 24px;
  font-size: 14px;
  border: 1px solid #003B5D;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
}
.app-button-with-check--active {
  background-color: #EEF7FC;
}
.app-button-with-check svg {
  width: 14px;
  height: auto;
  fill: #003B5D !important;
}
a.app-button {
  width: 100%;
}
.underlined-link {
  position: relative;
  cursor: pointer;
}
.underlined-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #003B5D;
  transition: all 400ms;
  display: block;
}
.underlined-link:hover:after {
  width: 100%;
}
.pill-link {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  padding: 16px 20px;
  border: 2px solid #003B5D;
  border-radius: 50px;
  font-weight: 600;
  text-align: center;
}
.pill-link--white {
  color: #003B5D;
  background-color: #fff;
  border-color: #fff;
}
.pill-link--sm {
  font-size: 12px;
  padding: 12px 16px;
}
.pill-link--xs {
  font-size: 10px;
  padding: 8px 12px;
}
.pill-link--xs-x-padding {
  padding: 2px 12px;
}
.pill-link--sm-x-padding {
  padding: 4px 12px;
}
.pill-link--disabled {
  pointer-events: none;
  opacity: 0.3;
}
.pill-link-long {
  padding: 12px 6px;
  transition: background-color 0.35s ease-out;
}
.pill-link-long--orange {
  background-color: #FEC48F;
  border-radius: 50em;
}
.pill-link-long--orange:hover {
  background-color: #fff;
}
.app-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1080px) {
  .app-close-btn {
    top: 30px;
    right: 30px;
  }
}
.app-close-btn svg {
  width: 20px;
  height: auto;
}
@media screen and (min-width: 1080px) {
  .app-close-btn svg {
    width: 30px;
  }
}
.pill-badge {
  padding: 4px 8px;
  background-color: #f7b73f;
  border: none;
  color: #003B5D;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 16px;
  font-size: 13px;
}
@media screen and (min-width: 1080px) {
  .pill-badge {
    font-size: 14px;
  }
}
.pill-badge--sm {
  font-size: 10px;
  padding: 3px 7px;
}
@media screen and (min-width: 1080px) {
  .pill-badge--sm {
    font-size: 12px;
  }
}
.skeleton {
  opacity: 0.3;
}
.skeleton-lightest-blue {
  background-color: #EEF7FC;
}
.skeleton-light-blue {
  background-color: #58798C;
}
.skeleton-with-bg-animation, .skeleton-page-cart-single-seller {
  position: relative;
  overflow: hidden;
}
.skeleton-with-bg-animation::after, .skeleton-page-cart-single-seller::after {
  content: "";
  position: absolute; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: skeletonBgAnimation 5s infinite; /* IE 10+, Fx 29+ */
  background-color: rgba(255, 255, 255, 0.2);
  transform: rotate(20deg) translateY(-20%);
  width: 140px;
  height: 130%;
  top: 0%;
}
.skeleton-with-bg-animation::before, .skeleton-page-cart-single-seller::before {
  content: "";
  position: absolute; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: skeletonBgAnimation 5s infinite; /* IE 10+, Fx 29+ */
  background-color: rgba(255, 255, 255, 0.2);
  transform: rotate(20deg) translateY(-20%);
  width: 140px;
  height: 200%;
  top: 0%;
}
.skeleton-square {
  position: relative;
  padding-top: 100%;
}
.skeleton-square .skeleton-square-helper {
  position: absolute;
}
#app {
  padding-top: 60px;
  line-height: 1.21;
  min-height: 80vh;
}
@media screen and (min-width: 1080px) {
  #app {
    padding-top: 40px;
  }
}
.app-content-with-max-width {
  position: relative;
}
@media screen and (min-width: 1080px) {
  .app-content-with-max-width {
    padding: 0 20px;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
}
.app-content-with-max-width--overfow-visible {
  overflow: visible;
}
.inner-container-with-max-width {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.app-full-width-content {
  margin-left: -24px;
  width: calc(100vw + 24px);
}
@media screen and (min-width: 1080px) {
  .app-full-width-content {
    width: 100%;
    margin-left: 0;
  }
}
#app::after {
  background-color: rgba(0, 59, 93, 0.8);
  transition: background-color 0.3s ease-out;
}
.app-with-overlay {
  position: relative;
}
.app-with-overlay::after {
  background-color: rgba(0, 59, 93, 0.2);
  content: "";
  position: fixed;
  width: 100vh;
  height: 100vh;
  top: 0;
  left: 0;
}
body.no-scroll {
  overflow: hidden;
}
.app-header {
  margin-bottom: 29px;
}
@media screen and (min-width: 1080px) {
  .app-header {
    margin-bottom: 19px;
    flex-wrap: wrap;
    padding-right: 7px;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1080px) {
  .app-header__logo {
    margin-top: 1px;
    margin-left: -22px;
  }
}
@media screen and (max-width: 1279px) {
  .app-header__logo {
    justify-content: center;
    align-items: center;
  }
}
.app-header__logo svg {
  fill: #003B5D;
}
@media screen and (min-width: 1080px) {
  .app-header__logo svg {
    width: 279px;
    height: auto;
  }
}
@media screen and (min-width: 1080px) {
  .app-header__links {
    margin: 0 0 0 37px;
  }
}
@media screen and (min-width: 1280px) {
  .app-header__links {
    margin: 0 0 0 72px;
    align-items: center;
  }
}
.app-header__links a {
  display: flex;
  align-items: flex-end;
  margin-right: 45px;
  margin-bottom: 22px;
}
@media screen and (min-width: 1080px) {
  .app-header__links a {
    margin-bottom: 0;
  }
}
.app-header__links a:last-child {
  margin-left: 15px;
}
.app-header__location-and-options {
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .app-header__location-and-options {
    display: block;
    width: 100%;
    order: 4;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .app-header__location-and-options {
    margin-top: 55px;
  }
}
.app-header__location-title-add h1 {
  margin: 0;
}
.app-header__location-title-add--market-ch {
  margin-left: 11px;
}
.app-header__location-title-add--market-ch svg {
  height: auto;
  width: 19px;
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
  .app-header__location-title-add--market-ch svg {
    width: 22px;
    margin-bottom: 2px;
  }
}
.app-header__right-options {
  width: 50%;
  display: flex;
}
.app-header__right-options .cart-holder-guests {
  margin-right: -20px;
  margin-left: 10px;
}
@media screen and (max-width: 1279px) {
  .app-header__right-options .cart-holder-guests {
    margin-right: 5px;
  }
}
@media screen and (min-width: 1080px) {
  .app-header__right-options {
    max-width: 365px;
    width: auto;
    margin-left: auto;
  }
}
.app-header__right-options .app-header__sign-holder {
  padding-right: 5px;
  padding-bottom: 2px;
}
.app-header__right-options .app-header__sign-holder > a {
  min-width: 135px;
  max-height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 49px;
}
.app-header__right-options .app-header__sign-holder > a:first-child {
  margin-right: 8px;
}
.app-header__right-options .app-header__profile-holder {
  padding-right: 18px;
}
@media screen and (min-width: 768px) {
  .app-header__right-options .app-header__profile-holder {
    padding-right: 0;
  }
}
.app-header__right-options .app-header__profile-holder .app-header__profile-image {
  border-radius: 50em;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
@media screen and (min-width: 1080px) {
  .app-header__right-options .app-header__profile-holder .app-header__profile-image {
    margin-right: 0;
  }
}
.app-header__right-options .app-header__profile-holder .app-header__profile-image img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.app-header__right-options .app-header__profile-holder .app-header__profile-image svg {
  width: 16px;
  height: auto;
  fill: #003B5D;
}
.app-header__right-options .app-header__hamburger-holder {
  margin-right: 20px;
}
@media screen and (min-width: 1280px) {
  .app-header__right-options .app-header__hamburger-holder {
    display: none;
  }
}
.app-header__right-options .app-header__hamburger-holder svg {
  width: 24px;
  height: auto;
}
.app-header-locale-holder {
  display: flex;
  text-transform: capitalize;
  margin-left: 15px;
  padding: 30px 32px 19px 52px;
  background-color: #D4E2EA;
}
.app-header-locale-holder--desktop {
  display: none;
}
.app-header-locale-holder svg {
  fill: #003B5D;
}
.app-header-locale-holder--mobile {
  z-index: 3;
  position: absolute;
  top: 60px;
  right: -8px;
  background-color: #003B5D;
}
.app-header-locale-holder--mobile * {
  background-color: #003B5D !important;
  color: #fff;
}
.app-header-locale-holder--mobile svg {
  fill: #fff !important;
}
@media screen and (min-width: 1280px) {
  .app-header-locale-holder {
    background-color: transparent;
    display: flex;
  }
}
@media screen and (min-width: 1080px) {
  .app-header-locale-holder {
    padding: 30px 32px 19px 0;
  }
}
@media screen and (min-width: 1280px) {
  .app-header-locale-holder {
    background-color: rgba(212, 226, 234, 0);
    padding: 0;
    order: 2;
    width: 89px;
    margin-left: 6px;
  }
}
@media screen and (min-width: 768px) {
  .app-header-locale {
    margin-left: 12px;
  }
}
.app-header-locale__options-selected, .app-header-locale__globe {
  cursor: pointer;
}
.app-header-locale__globe {
  height: 19.5px;
  margin-right: 10px;
}
.app-header-locale__globe svg {
  height: 19.5px;
  width: auto;
}
.app-header-locale__options {
  font-size: 12px;
  z-index: 2;
}
.app-header-locale__options * {
  background-color: #D4E2EA;
}
@media screen and (min-width: 1080px) {
  .app-header-locale__options * {
    background-color: transparent;
  }
}
@media screen and (min-width: 1280px) {
  .app-header-locale__options-selected {
    font-weight: 600;
  }
}
.app-header-locale__options-selected svg {
  transition: transform 0.5s ease-in-out;
  margin-left: 14px;
  width: 11px;
  height: auto;
}
.app-header-locale__options-list {
  z-index: -1;
  opacity: 0;
  margin-left: -10px;
  padding: 0 10px;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
  max-height: 0;
  height: 0;
  overflow: hidden;
}
.app-header-locale__options-list .app-header-locale__options-single {
  padding: 10px 0px;
}
.app-header-locale__options--active .app-header-locale__options-list {
  height: auto;
  max-height: 100000px;
  z-index: 1;
  opacity: 1;
}
.app-header-locale__options--active svg {
  transform: rotate(90deg);
}
.section-with-vawe {
  position: relative;
}
.section-vawe {
  position: absolute;
  width: 100vw;
  height: auto;
  left: 0;
}
.section-vawe--top {
  bottom: calc(100% - 2px);
}
.section-vawe--bottom {
  top: calc(100% - 2px);
}
@media screen and (min-width: 768px) {
  .section-vawe--mobile {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .section-vawe--tablet {
    display: none;
  }
}
.section-vawe--desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .section-vawe--desktop {
    display: block;
  }
}
.section-vawe--higher-z-index {
  z-index: 22;
}
@media screen and (min-width: 768px) {
  .section-vawe--sm-higher-z-index {
    z-index: 22;
  }
}
.app-mobile-menu {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: top 0.5s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .app-mobile-menu {
    display: none !important;
  }
}
.app-mobile-menu--active {
  top: 0;
}
.app-mobile-menu__logo-and-close {
  padding: 21px 24px 17px;
}
.app-mobile-menu__logo svg {
  fill: #fff;
  width: 200px;
}
.app-mobile-menu__close {
  width: 12px;
  height: 12px;
}
.app-mobile-menu__close svg {
  width: 100%;
  height: 100%;
}
.app-mobile-menu__menu-holder .section-vawe {
  bottom: -3px;
  top: unset;
}
@media screen and (min-width: 420px) {
  .app-mobile-menu__menu-holder {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .app-mobile-menu__menu-holder {
    margin-bottom: 0;
  }
}
.app-mobile-menu__menu {
  padding: 13px 24px 90px;
}
@media screen and (min-width: 420px) {
  .app-mobile-menu__menu {
    padding-bottom: 170px;
  }
}
.app-mobile-menu__menu .section-vawe--bottom {
  top: calc(100% + 2px);
}
@media screen and (min-width: 768px) {
  .app-mobile-menu__menu {
    padding: 13px 24px 190px;
  }
}
@media screen and (min-width: 1280px) {
  .app-mobile-menu__menu-group {
    align-items: center;
  }
}
.app-mobile-menu__menu-group:not(:nth-of-type(3)) {
  margin-bottom: 48px;
}
.app-mobile-menu__menu-group:nth-of-type(3) {
  margin-bottom: 35px;
}
.app-mobile-menu__menu-group a:not(:last-of-type),
.app-mobile-menu__menu-group .app-mobile-menu__menu-group-title {
  margin-bottom: 15px;
}
.app-mobile-menu__menu-group-title,
.app-mobile-menu__menu-group-item {
  font-size: 18px;
}
.app-mobile-menu__menu-group-item {
  text-decoration: none;
}
.app-mobile-menu__sign {
  white-space: nowrap;
  min-width: 148px;
  margin-bottom: 48px;
}
.app-mobile-menu__sign:first-child {
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .app-mobile-menu__sign:first-child {
    margin-right: 8px;
  }
}
.app-mobile-menu__sign:last-child {
  background-color: #fff;
  color: #003B5D;
}
.app-mobile-menu__sign:last-child:hover {
  background-color: #003B5D;
  color: #fff;
}
.app-mobile-menu__socials {
  z-index: 5;
}
.app-mobile-menu__socials a {
  margin-right: 27.5px;
}
.app-mobile-menu__socials svg {
  height: 36px;
  width: auto;
}
.app-mobile-menu__bottom {
  padding: 0 24px 84px;
  margin-top: -20px;
  z-index: 2;
}
@media screen and (min-width: 420px) {
  .app-mobile-menu__bottom {
    margin-top: -100px;
  }
}
@media screen and (min-width: 768px) {
  .app-mobile-menu__bottom {
    margin-top: -10px;
  }
}
.app-mobile-menu__bottom .section-vawe {
  width: 100%;
}
.app-mobile-menu__bottom a {
  margin-bottom: 16px;
}
.app-mobile-menu__bottom a:nth-of-type(3) {
  margin-bottom: 44px;
}
.app-header__link:hover .app-header__link-subitems {
  z-index: 1;
  opacity: 1;
}
.app-header__link-subitems {
  position: absolute;
  padding-top: 20px;
  z-index: -1;
  opacity: 0;
}
.app-header__link-subitems * {
  white-space: nowrap;
  margin-left: 0 !important;
  margin-bottom: 8px !important;
}
.mobile-navigation {
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0, -0.5px rgba(0, 0, 0, 0.3);
}
.mobile-navigation a {
  width: 33.3%;
  padding-bottom: 15px;
  border-bottom: 2px solid transparent;
}
.mobile-navigation a.active {
  font-weight: 800;
  border-bottom-color: #fff;
}
.mobile-navigation svg {
  width: 21px;
  height: auto;
  margin-bottom: 5px;
  fill: #fff;
}
footer {
  padding-top: 117px;
  padding-bottom: 90px;
  width: calc(100vw + 24px);
}
@media screen and (min-width: 420px) {
  footer {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1280px) {
  footer {
    padding-top: 152px;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
}
.app-footer-vawe {
  width: 100vw;
  margin-top: 80px;
  margin-bottom: -10px;
}
.app-footer-vawe svg {
  width: 100%;
  height: auto;
}
.footer__content {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .app-footer-vawe {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1079px) {
  #app-main-content,
.app-header {
    padding: 0 20px;
  }
}
.footer__menu {
  border-bottom: 1px solid #BCD1DD;
}
@media screen and (min-width: 1280px) {
  .footer__menu {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) {
  .footer__menu-groups-wrap {
    width: calc(100% - 214px - 100px);
  }
}
.footer__menu-group {
  margin-bottom: 55px;
}
.footer__menu-group a:not(:last-of-type),
.footer__menu-group .footer__menu-group-title {
  margin-bottom: 15px;
}
.footer__menu-group .footer__menu-group-title {
  cursor: default;
}
@media screen and (min-width: 1080px) {
  .footer__menu-group {
    margin-right: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__menu-group {
    margin-right: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .footer__menu-group {
    white-space: nowrap;
    margin-bottom: 33px;
  }
}
.footer__menu-group-contact {
  order: 2;
}
.footer__menu-group-title {
  color: #fff;
}
.footer__menu-group--logo {
  margin-bottom: 30px;
  width: 170px;
}
@media screen and (min-width: 1280px) {
  .footer__menu-group--logo {
    width: 214px;
  }
}
.footer__menu-group--logo svg {
  fill: #fff;
  width: 170px;
}
@media screen and (min-width: 1280px) {
  .footer__menu-group--logo svg {
    width: 214px;
    height: auto;
  }
}
.footer__menu-group--features {
  margin-bottom: 49px;
}
.footer__menu-group--socials {
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .footer__menu-group--socials {
    width: 100%;
    order: 2;
    margin-bottom: 10px;
  }
}
.footer__menu-group--socials div {
  padding-top: 5px;
}
.footer__menu-group--socials a {
  margin-right: 28px;
}
.footer__menu-group--socials svg {
  height: 36px;
  width: auto;
}
@media screen and (min-width: 1280px) {
  .footer__menu-group--socials svg {
    height: 32px;
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  .footer__menu-group--legal {
    white-space: nowrap;
  }
}
.footer__menu-group--info {
  margin-bottom: 50px;
}
.footer_copy {
  margin: 24px 0;
}
@media screen and (min-width: 1280px) {
  .footer_copy {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
  }
}
@media screen and (min-width: 420px) {
  .footer_copy br {
    display: none;
  }
}
.app-back-button a:first-child {
  margin-right: 18px;
}
.app-back-button svg {
  width: 12px;
  height: auto;
}
.default-checkbox-holder {
  font-size: 14px;
  line-height: 1.21;
}
.default-checkbox-holder label {
  color: #58798C;
  cursor: pointer;
}
.default-checkbox {
  border: 1px solid #003B5D;
  border-radius: 5px;
  width: 27px;
  height: 27px;
  min-width: 27px;
  min-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 19px;
  padding: 2px;
  position: relative;
  cursor: pointer;
}
.default-checkbox--circle {
  border-radius: 50em;
  position: relative;
}
.default-checkbox svg {
  position: absolute;
  width: auto;
  height: 16px;
  fill: #003B5D;
}
/*!
 * Cropper.js v1.5.13
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2022-11-20T05:30:43.444Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.cropper-container img {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-canvas, .cropper-wrap-box {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}
.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center:after, .cropper-center:before {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}
.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}
.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-face, .cropper-line, .cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed;
}
.component-crop__trigger-wrap {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 3;
}
.component-crop__trigger-button {
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5px;
  border-radius: 50em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
  top: 20px;
  right: 20px;
}
.component-crop__trigger-button svg {
  width: 20px;
  height: auto;
  fill: #003B5D;
}
.component-crop-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: scroll;
  padding-top: 80px;
}
.component-crop-holder {
  margin: 0 auto;
  padding: 20px;
}
.component-crop {
  background-color: #fff;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .component-crop {
    padding: 22px;
  }
}
.component-crop__close {
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50em;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .component-crop__close {
    top: 10px;
    right: 10px;
  }
}
.component-crop__close svg {
  width: 15px;
  height: auto;
  fill: #003B5D;
}
.component-crop__step {
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .component-crop__step {
    max-width: 500px;
  }
}
#image-to-crop {
  display: block;
  /* This rule is very important, please don't ignore this */
  max-width: 100%;
}
.component-crop__actions {
  padding-top: 25px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .component-crop__actions {
    flex-direction: row;
    padding-top: 35px;
  }
}
.component-databases-filters-holder {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: scroll;
  display: block;
  padding-bottom: 40px;
}
@media screen and (min-width: 1080px) {
  .component-databases-filters-holder {
    padding-top: 40px;
  }
}
.component-databases-filters {
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
  padding: 24px 24px 72px;
  margin-right: auto;
  margin-left: auto;
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  .component-databases-filters {
    min-height: 500px;
    border-radius: 20px;
    padding: 24px 48px;
    max-width: 800px;
    height: auto;
  }
}
@media screen and (min-width: 1080px) {
  .component-databases-filters {
    overflow: hidden;
  }
}
.component-databases-filters .app-db-share-experience-multiple-choice {
  padding-left: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}
.component-databases-filters .app-db-share-experience-multiple-choice .app-db-share-experience-field__description {
  font-size: 14px;
  color: #58798C;
}
.component-databases-filters .app-db-share-experience-multiple-choice .app-db-share-experience-multiple-choice__option-label {
  font-size: 14px;
  color: #58798C;
}
.component-databases-filters .app-db-share-experience-field {
  max-width: 334px;
  padding-left: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}
.component-databases-filters__title {
  justify-content: space-between;
  line-height: 1.2;
  margin-bottom: 32px;
}
.component-databases-filters__title svg {
  width: 12px;
  height: 12px;
}
.component-databases-filters__section {
  margin-bottom: 32px;
}
.component-databases-filters__section--required-tank-size .input-holder {
  border: 1px solid #D4E2EA;
  max-width: 124px;
  margin-right: 11px;
  position: relative;
}
.component-databases-filters__section--required-tank-size .input-holder::after {
  content: "L";
  font-weight: 600;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
.component-databases-filters__section--required-tank-size .input-holder input {
  padding: 8px;
  transition: border 0.3s ease-out;
}
.component-databases-filters__section--required-tank-size .input-holder input:focus {
  border: 1px solid #003B5D;
}
.component-databases-filters__filter-header {
  margin-bottom: 16px;
  line-height: 1.21;
  width: 100%;
}
.component-databases-filters__filter-header-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}
.component-databases-filters__filter-header-text {
  font-weight: 400;
  color: #58798C;
  font-size: 14px;
}
.component-databases-filters__section-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.component-databases-filters__section-desc {
  font-size: 14px;
  margin-bottom: 16px;
  color: #58798C;
  font-weight: 400;
}
.component-databases-filters__section-difficulty-option-holder:not(:last-child) {
  margin-right: 21px;
}
.component-databases-filters__section-difficulty-option {
  color: #58798C;
  white-space: nowrap;
}
.component-databases-filters__section-difficulty-option--active .component-databases-filters__section-difficulty-option-circle {
  background-color: #003B5D;
}
.component-databases-filters__section-difficulty-option .component-databases-filters__section-difficulty-option-circle {
  width: 45px;
  height: 45px;
  border: 1px solid #003B5D;
  border-radius: 50em;
  transition: background-color 0.35s linear;
}
.component-databases-filters__section-difficulty-option svg {
  fill: #fff;
}
.component-databases-filters__section-color-options-holder {
  flex-wrap: wrap;
}
.component-databases-filters__section-distance .component-databases-filters__section-distance-data {
  margin-right: 18px;
  border-bottom: 1px solid #D4E2EA;
}
.component-databases-filters__section-distance label span {
  color: #58798C;
  font-size: 14px;
  margin-bottom: 8px;
}
.component-databases-filters__section-distance .component-databases-filters__section-distance-holder {
  position: relative;
}
.component-databases-filters__section-distance .component-databases-filters__section-distance-holder::after {
  width: 0;
  content: "";
  transition: width 0.3s ease-out;
}
.component-databases-filters__section-distance .component-databases-filters__section-distance-holder--focused::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003B5D;
}
.component-databases-filters__section-distance .component-databases-filters__section-distance-holder span.unit {
  color: #003B5D;
  font-size: 14px;
  margin: 0 4px;
}
.component-databases-filters__section-distance input {
  padding: 4px;
  width: 130px;
}
@media screen and (min-width: 1080px) {
  .component-databases-filters__section-distance input {
    width: 180px;
  }
}
.component-databases-filters__section-color-option-holder {
  margin-right: 8px;
}
.component-databases-filters__section-color-option-holder:not(:nth-of-type(8n)) {
  margin-right: 8px;
}
.component-databases-filters__section-color-option {
  color: #58798C;
  white-space: nowrap;
}
.component-databases-filters__section-color-option--active .component-databases-filters__section-color-option-circle {
  background-color: #003B5D;
}
.component-databases-filters__section-color-option .component-databases-filters__section-color-option-circle {
  width: 38px;
  height: 38px;
  border-radius: 50em;
  margin-bottom: 6px;
  transition: background-color 0.3s linear;
  border-width: 1px;
  border-style: solid;
}
.component-databases-filters__section-color-option .component-databases-filters__section-color-option-circle svg {
  fill: #fff;
}
.component-databases-filters__section-color-option .component-databases-filters__section-color-option-circle--white {
  border-color: #58798C !important;
}
.component-databases-filters__section-color-option .component-databases-filters__section-color-option-circle--white svg {
  fill: #58798C !important;
}
.component-databases-filters__buton:first-child {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .component-databases-filters__buton:first-child {
    margin-bottom: 16px;
  }
}
.component-database-search__input-holder {
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .component-database-search__input-holder {
    margin-right: 16px;
    width: 225px;
    margin-left: 5px;
  }
  .component-database-search__input-holder input {
    width: 100%;
  }
}
.component-database-search__btn-holder svg {
  width: 64px;
  height: 64px;
}
.component-database-search__input-holder {
  width: 100%;
}
.component-database-search__input-holder .results-count-holder {
  padding-bottom: 15px;
  color: #003B5D;
  font-size: 16px;
  font-weight: 600;
}
.component-database-search__input-holder .results-count-holder span {
  color: #BCD1DD;
}
.component-database-search__input-clear {
  right: 20px;
  top: 57%;
  position: absolute;
  z-index: 2;
}
.component-database-search__input-clear svg {
  width: 10px;
  height: 10px;
}
.component-database-search__btn-holder {
  right: 0;
}
.component-database-search__btn-holder svg {
  margin-top: 39px;
}
.component-database-search__btn-tooltip {
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #EEF7FC;
  border-radius: 16px;
  position: absolute;
  padding: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
  z-index: 2;
  font-size: 14px;
  width: 180px;
  height: 100%;
  animation: fadeOut 1s ease-out forwards;
  animation-delay: 3s;
}
@media screen and (min-width: 1080px) {
  .component-database-search__btn-tooltip {
    display: none !important;
  }
}
.component-database-search input {
  width: 100%;
  background-color: #EEF7FC;
  line-height: 1.21;
  padding: 23px 24px 24px;
  border-radius: 16px;
}
.database-category-select {
  border-radius: 16px;
  border: 1.5px solid #D4E2EA;
}
.component-database-category-select__selected-cat {
  width: 100%;
  height: 100%;
}
.component-database-category-select__categories-list {
  top: calc(100% + 2px);
  left: 0;
  z-index: 5;
  background-color: #fff;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  padding-bottom: 5px;
}
.component-database-category-select__categories-list-item {
  padding: 7px 29px 7px 24px;
  cursor: pointer;
}
.component-database-category-select__categories-list-item img {
  transform: rotate(-90deg);
}
.component-database-category-select__categories-list-item:hover {
  background-color: rgba(0, 82, 130, 0.1);
}
.component-database-category-select__categories-list-item--go-back svg {
  width: 10px;
  height: auto;
  margin-right: 10px;
}
.component-database-category-select-list {
  padding: 12px 24px 5px 0;
  margin-bottom: 30px;
}
.component-database-category-select-list__header {
  margin-bottom: 24px;
}
.component-database-category-select-list__header .app-button, .component-database-category-select-list__header .component-capture-image .shutter + .flex .button-control button, .component-capture-image .shutter + .flex .button-control .component-database-category-select-list__header button {
  padding: 14px 0;
}
.component-database-category-select-list__header-content--mobile {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .component-database-category-select-list__header-content--mobile {
    display: none !important;
  }
}
.component-database-category-select-list__header-links-1 {
  margin-bottom: 24px;
}
.component-database-category-select-list__header-links-1 .sell-species {
  margin-right: 15px;
}
.component-database-category-select-list__header-links-1 .sell-products {
  margin-right: 0;
}
@media screen and (min-width: 1080px) {
  .component-database-category-select-list__header-links-1 {
    margin-bottom: 42px;
  }
}
.component-database-category-select-list__header-links-2 {
  padding-bottom: 8px;
  border-bottom: 1px solid #003B5D;
}
.component-database-category-select-list__header-links-2 a {
  margin-bottom: 13px;
}
.component-database-category-select-list__active-cat {
  margin-bottom: 20px;
}
.component-database-category-select-list__active-cat-title {
  margin-bottom: 12px;
}
.component-database-category-select-list__active-cat .component-database-category-select-list__back-to-parent {
  margin-bottom: 12px;
  color: #D4E2EA;
}
.component-database-category-select-list__active-cat .component-database-category-select-list__back-to-parent svg {
  height: 10px;
  width: auto;
  margin-right: 10px;
}
.component-database-category-select-list__categories-list-item {
  order: 1;
}
.component-database-category-select-list__categories-list-item--zero {
  position: absolute;
  z-index: -100;
  display: none;
}
.component-database-category-select-list__categories-list-item--top-cat {
  order: 0;
}
@media screen and (min-width: 1080px) {
  .component-database-category-select-list__categories-list-item--top-cat {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    color: #58798C;
    opacity: 0.75;
  }
  .component-database-category-select-list__categories-list-item--top-cat--products {
    margin-top: 20px;
  }
}
.component-database-category-select-list__selected-cat {
  width: 100%;
  height: 100%;
}
.component-database-category-select-list__go-back {
  margin-right: 10px;
}
.component-database-category-select-list__go-back svg {
  width: auto;
  height: 12px;
}
.component-database-category-select-list__go-back-text-cat-name {
  display: none;
}
@media screen and (min-width: 1080px) {
  .component-database-category-select-list__go-back-text-cat-name {
    display: inline-block;
  }
}
.component-database-category-select-list__categories-list {
  top: calc(100% + 2px);
  left: 0;
  z-index: 5;
  background-color: #fff;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}
.component-database-category-select-list__categories-list-item {
  cursor: pointer;
  line-height: 1.21;
  margin-bottom: 20px;
}
@media screen and (min-width: 1080px) {
  .component-database-category-select-list__categories-list-item {
    font-weight: 600;
    margin-bottom: 10px;
  }
}
.component-database-category-select-list__categories-list-item img {
  transform: rotate(-90deg);
}
.component-database-category-select-list__categories-list-item--go-back svg {
  width: 10px;
  height: auto;
  margin-right: 10px;
}
.component-database-category-select-list__number-of-species {
  color: #003B5D;
  display: flex;
  justify-content: flex-end;
}
.component-database-category-select-list__number-of-species svg {
  margin-left: 15px;
  height: 15px;
}
@media screen and (min-width: 1080px) {
  .component-database-category-select-list__number-of-species svg {
    display: none;
  }
}
.db-upload-variant-image__text {
  width: 100%;
  height: 100%;
}
.db-upload-variant-image__description {
  position: fixed;
  left: 0;
  width: 100vw;
  height: calc(100vh - 120px);
  top: 120px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .db-upload-variant-image__description {
    height: calc(100vh - 100px);
    top: 100px;
  }
}
.db-upload-variant-image__description-content {
  padding: 0 24px 100px;
}
@media screen and (min-width: 1080px) {
  .db-upload-variant-image__description-content {
    max-width: 608px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
}
.db-upload-variant-image__back {
  margin-bottom: 34px;
}
.database-upload-variant-image-step-2__description-images {
  margin-bottom: 24px;
}
.db-upload-variant-image__description-conditions .db-upload-variant-image__manual {
  margin: 32px 0 24px;
}
.database-upload-variant-image-step-2__title {
  margin-bottom: 25px;
}
.db-upload-variant-image__description-conditions-options {
  margin-bottom: 24px;
  width: 100%;
}
.db-upload-variant-image__description-conditions-option {
  margin-bottom: 8px;
  padding: 24px;
  width: 100% !important;
}
.db-upload-variant-image__description-conditions-option svg {
  width: 14px;
  height: auto;
  fill: #003B5D;
}
.db-upload-variant-image__description-conditions-option--selected {
  background-color: #003B5D;
  color: #fff;
}
.db-upload-variant-image__description-conditions-option--selected svg {
  fill: #fff;
}
.db-upload-variant-image__consent {
  margin-bottom: 32px;
}
.db-upload-variant-image__consent-check {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border: 1px solid #003B5D;
  transition: background-color 0.35s ease-out;
  margin-right: 16px;
  border-radius: 5px;
}
.db-upload-variant-image__consent-check--active {
  background-color: #003B5D;
}
.db-upload-variant-image__consent-check svg {
  fill: #fff;
  width: 20px;
  height: auto;
}
.db-upload-variant-image__consent-check--active {
  background-color: #003B5D;
}
.db-upload-variant-image__buttons > div {
  transition: background-color 0.35s ease-out, color 0.35s ease-out;
}
.db-upload-variant-image__buttons > div:not(:last-child) {
  margin-bottom: 8px;
}
.waiting-button-status {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.75;
  pointer-events: none;
}
.waiting-button-status svg {
  margin-left: 25px;
  width: 20px;
  height: auto;
  fill: #fff;
  animation: pulse 1s infinite;
}
.waiting-button-status svg * {
  stroke: #003B5D;
}
.database-upload-variant-image .component-crop__trigger-wrap {
  right: 10px !important;
}
.database-new-variation {
  position: fixed;
  z-index: 10;
  width: 100vw;
  height: calc(100vh - 120px);
  top: 120px;
  background-color: #fff;
  padding: 24px 24px 0;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .database-new-variation {
    height: calc(100vh - 100px);
    top: 100px;
  }
}
.database-new-variation-step {
  min-height: 100vh;
  padding-bottom: 50px;
  max-width: 660px;
  margin: 0 auto;
  background-color: #fff;
  overflow-x: hidden;
}
.database-new-variation__back {
  margin-bottom: 34px;
}
.database-new-variation-step__manual {
  margin-bottom: 70px;
}
.database-new-variation-step-2 .database-new-variation-step__manual,
.database-new-variation-step-3 .database-new-variation-step__manual {
  margin-bottom: 30px;
}
.database-new-variation-step__manual-title {
  margin-bottom: 8px;
}
.database-new-variation-step-1__options {
  flex-direction: column;
}
.database-new-variation-step-1__option:first-child {
  margin-bottom: 8px;
}
.database-new-variation-step-1__file {
  width: 1px;
  height: 1px;
}
.database-new-variation-step-2__images {
  margin-bottom: 36px;
}
.database-new-variation-step-2__colors {
  margin-bottom: 32px;
}
.database-new-variation-step-2__trade-name {
  margin-bottom: 40px;
}
.database-new-variation-step-2__trade-name-title {
  margin-bottom: 16px;
}
.database-new-variation-step-2__trade-name .app-button-with-check {
  margin-bottom: 16px;
}
.database-new-variation-step-2__trade-name-input {
  overflow: hidden;
}
.database-new-variation-step-2__trade-name-input input {
  border: 1px solid #BCD1DD;
  width: 100% !important;
  height: 100% !important;
  padding: 23px 27px 24px 24px;
  color: #003B5D;
  border-radius: 16px;
  transition: border-color 0.35s ease-out;
}
.database-new-variation-step-2__trade-name-input input:focus {
  border-color: #003B5D;
}
.database-new-variation-step-2__trade-name-input-count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  right: 3px;
  padding: 10px 20px 10px 0;
  z-index: 2;
  background-color: #fff;
}
.database-new-variation-step-2__trade-name-tooltip {
  font-size: 12px;
}
.database-new-variation-step-2__consent {
  margin-bottom: 32px;
}
.database-new-variation-step-2__consent-check {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border: 1px solid #003B5D;
  transition: background-color 0.35s ease-out;
  margin-right: 16px;
  border-radius: 5px;
}
.database-new-variation-step-2__consent-check--active {
  background-color: #003B5D;
}
.database-new-variation-step-2__consent-check svg {
  fill: #fff;
  width: 20px;
  height: auto;
}
.database-new-variation-step-2__consent-check--active {
  background-color: #003B5D;
}
.database-new-variation-step-2__buttons .app-button:first-child, .database-new-variation-step-2__buttons .component-capture-image .shutter + .flex .button-control button:first-child, .component-capture-image .shutter + .flex .button-control .database-new-variation-step-2__buttons button:first-child {
  margin-bottom: 8px;
}
.database-new-variation-step-3__images {
  margin-bottom: 24px;
}
.database-new-variation-step-3__image-colors-holder {
  top: 16px;
  right: 32px;
}
.database-new-variation-step-3__image-colors {
  margin-bottom: 4px;
}
.database-new-variation-step-3__image-color {
  border-radius: 50em;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  max-width: 14px;
  max-height: 14px;
  border: 1.5px solid #fff;
}
@media screen and (min-width: 768px) {
  .database-new-variation-step-3__image-color {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
  }
}
.database-new-variation-step-3__image-color:not(:last-child) {
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  .database-new-variation-step-3__image-color:not(:last-child) {
    margin-right: 4px;
  }
}
.database-new-variation-step-3__colors {
  margin-bottom: 24px;
}
.database-new-variation-step-3__colors .component-databases-filters__section {
  margin-bottom: 14px;
}
.database-new-variation-step-3__colors-title {
  margin-bottom: 8px;
}
.database-new-variation-step-3__names {
  margin-bottom: 40px;
}
.database-new-variation-step-3__names p:first-child {
  margin-bottom: 4px;
}
.database-new-variation-step-3__images-author {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 16px;
  bottom: 16px;
  background-color: #fff;
  border-radius: 24px;
  border: 2px solid #fff;
  overflow: hidden;
}
.database-new-variation-step-3__images-author img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.database-new-variation-step-3__duplicates {
  margin-bottom: 58px;
}
.database-new-variation-step-3__duplicates-title {
  margin-bottom: 12px;
}
.database-new-variation-step-3__duplicates-text {
  margin-bottom: 40px;
}
.database-new-variation-step-3__duplicates-card-wrap {
  margin-bottom: 57px;
  width: 100%;
}
.database-new-variation-step-3__duplicates-card-image {
  width: 50%;
  min-width: 50%;
  overflow: hidden;
  position: relative;
  max-height: 330px;
}
.database-new-variation-step-3__duplicates-card-image-wrap {
  width: 150px;
  height: 150px;
}
@media screen and (min-width: 1080px) {
  .database-new-variation-step-3__duplicates-card-image-wrap {
    width: 260px;
    height: 260px;
  }
}
.database-new-variation-step-3__duplicates-card-image img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.database-new-variation-step-3__duplicates-card-actions {
  width: 50%;
  padding: 0 2px 0 25px;
}
.database-new-variation-step-3__duplicates-card-actions .app-button, .database-new-variation-step-3__duplicates-card-actions .component-capture-image .shutter + .flex .button-control button, .component-capture-image .shutter + .flex .button-control .database-new-variation-step-3__duplicates-card-actions button {
  width: 100%;
  font-size: 14px;
}
.database-new-variation-step-3__duplicates-card-text {
  padding-top: 5px;
}
.database-new-variation-step-3__duplicates-card-text-title {
  margin-bottom: 5px;
}
.card-database-entry {
  overflow: hidden;
}
.card-database-entry--entry-deleted .card-database-entry__the-image {
  opacity: 0.4;
}
.card-database-entry__track {
  position: absolute;
  z-index: 2;
  top: 80px;
  right: -20px;
  width: 146px;
  height: 30px;
  background-color: #ff4757;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  transform-origin: top right;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 10px;
}
.skeleton-card-database-entry {
  border-radius: 16px;
}
.card-database-entry__badge-top-right {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  padding: 12px;
  background-color: #003B5D;
  color: #fff;
  z-index: 2;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (min-width: 1080px) {
  .card-database-entry__badge-top-right {
    font-size: 14px;
    padding: 16px 25px;
  }
}
.card-database-entry__badge-wysiwyg {
  letter-spacing: 1px;
}
.card-database-entry__image {
  border-radius: 20px;
  overflow: hidden;
}
.card-database-entry__image .card-database-entry__image-wrap, .card-database-entry__image .card-database-entry__the-image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.card-database-entry__image a, .card-database-entry__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-database-entry__top-right {
  top: 16px;
  right: 16px;
}
.card-database-entry__top-right svg {
  width: 16px;
  height: auto;
}
.card-database-entry__icon-holder {
  padding: 10px;
  border-radius: 50em;
  background-color: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-database-entry__colors {
  margin-bottom: 4px;
}
.card-database-entry__color {
  border-radius: 50em;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  max-width: 14px;
  max-height: 14px;
  border: 1.5px solid #fff;
}
@media screen and (min-width: 768px) {
  .card-database-entry__color {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
  }
}
.card-database-entry__color:not(:last-child) {
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  .card-database-entry__color:not(:last-child) {
    margin-right: 4px;
  }
}
.card-database-entry__text {
  padding-top: 8px;
}
@media screen and (min-width: 1080px) {
  .card-database-entry__text {
    padding-top: 12px;
  }
}
.card-database-entry__scientific_name {
  margin-bottom: 2px;
}
.card-database-entry__creator {
  left: 16px;
  bottom: 16px;
}
.card-database-entry__creator-image {
  width: 48px;
  height: 48px;
  border-radius: 50em;
  border: 2px solid #fff;
  overflow: hidden;
}
.card-database-entry__creator-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-database-entry__creator-photo-by {
  margin-left: 20px;
  color: #fff;
}
.card-database-entry__in-tank-info {
  padding-top: 8px;
}
@media screen and (min-width: 1080px) {
  .card-database-entry__in-tank-info {
    padding-top: 24px;
  }
}
.card-database-entry__in-tank-info-quantity-badge {
  font-size: 10px;
  font-weight: 600;
  height: 26px;
  border-radius: 13px;
  padding: 8px 12px;
  margin-bottom: 8px;
  background-color: #003B5D;
  color: #fff;
}
@media screen and (min-width: 1080px) {
  .card-database-entry__in-tank-info-quantity-badge {
    margin-bottom: 16px;
  }
}
.card-database-entry__in-tank-info-last-change {
  font-size: 10px;
  color: #58798C;
}
.card-database-entry__creator .card-database-entry__creator-image svg {
  width: 50%;
  height: auto;
}
.card-database-entry--just-removed { /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: removedCardAnimation 1.5s forwards; /* IE 10+, Fx 29+ */
}
@keyframes removedCardAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(50px);
    position: absolute;
    z-index: -1000;
  }
}
.new-photos-carousel.tns-outer {
  margin-right: -24px;
  margin-bottom: 16px;
  width: calc(100vw - 24px);
  min-width: calc(100vw - 24px);
  height: 327px;
  display: block;
}
@media screen and (min-width: 768px) {
  .new-photos-carousel.tns-outer {
    order: 3;
    margin-right: 0;
    margin-bottom: 40px;
    height: 292px;
    width: calc(100vw - (100vw - 1240px) / 2);
    min-width: calc(100vw - (100vw - 1240px) / 2);
  }
}
.new-photos-carousel-item {
  border-radius: 16px;
  height: 300px;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  .new-photos-carousel-item {
    height: 292px;
  }
}
.new-photos-carousel-item .card-database-entry__text {
  display: none !important;
}
.new-photos-carousel-item > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.new-photos-carousel-item--new {
  background-color: #EEF7FC;
  border: 2px #D4E2EA dashed;
}
.new-photos-carousel-item--new svg {
  width: 25px;
  height: auto;
}
.new-photos-carousel-item__trash,
.new-photos-carousel-item__pick {
  position: absolute;
  top: 16px;
  left: 18px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50em;
}
.new-photos-carousel-item__trash svg,
.new-photos-carousel-item__pick svg {
  width: 15px;
  height: auto;
  fill: #003B5D;
}
.new-photos-carousel-item__change-position {
  position: absolute;
  bottom: 10%;
  width: 50px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 1s ease-out;
}
.new-photos-carousel-item__change-position--disabled {
  opacity: 0;
  pointer-events: none;
}
.new-photos-carousel .component-crop__trigger-wrap {
  top: -5px;
  right: 5px;
}
.card-tank {
  width: 100%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.card-tank__image {
  width: 100%;
  padding-top: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  display: block;
}
.card-tank__image a, .card-tank__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.card-tank__image img {
  width: 100%;
  height: 100%;
}
.card-tank__image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
}
.card-tank__image-overlay img {
  width: 100%;
  height: 100%;
}
.card-tank__data {
  color: #fff;
  left: 20px;
  bottom: 24px;
  z-index: 3;
}
.card-tank__data-title {
  margin-bottom: 8px;
}
.card-tank__data-specs p.span {
  display: inline-block;
}
.card-tank__data-specs p span.with-dots {
  padding: 0 10px;
  position: relative;
  margin-left: 10px;
  margin-bottom: 4px;
}
.card-tank__data-specs p span.with-dots::after, .card-tank__data-specs p span.with-dots::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50em;
  background-color: #fff;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.card-tank__data-specs p span.with-dots::after {
  right: -2px;
}
.card-tank__data-specs p span.with-dots::before {
  left: -2px;
}
.card-tank__options-holder {
  top: 16px;
  right: 16px;
}
.card-tank__options-trigger {
  width: 40px;
  height: 40px;
  border-radius: 50em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  z-index: 3;
}
.card-tank__options-trigger svg {
  width: 18px;
  height: auto;
}
.card-tank__owner {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 16px;
  border: 2px solid #fff;
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 3;
}
.card-tank__owner--no-image {
  background-color: rgba(255, 255, 255, 0.1);
}
.card-tank__owner img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 50px;
  min-height: 50px;
  width: 100%;
  height: 100%;
}
.button-await--waiting {
  pointer-events: none;
  opacity: 0.8;
}
.button-await__icon {
  margin-right: 12px;
  display: none;
  position: absolute;
  right: 100%;
}
.button-await__icon svg {
  fill: #fff;
  height: 22px;
  width: auto;
}
.button-await__wait-msg {
  position: relative;
}
.button-await--waiting .button-await__icon {
  display: flex; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: awaitPulse 1s infinite; /* IE 10+, Fx 29+ */
}
@keyframes awaitPulse {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(0.8);
  }
}
.mobile-confirm-window {
  width: 100vw;
  position: fixed;
  bottom: 85px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
  filter: drop-shadow(0 -2px 40px rgba(0, 59, 93, 0.2));
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  .mobile-confirm-window {
    display: none !important;
  }
}
.mobile-confirm-window__option {
  padding: 24px;
}
.mobile-confirm-window__option:not(:last-child) {
  border-bottom: 1px solid #D4E2EA;
}
.desktop-confirm-window-holder {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.desktop-confirm-window-holder--hiddenOnMobile {
  display: none;
}
@media screen and (min-width: 1080px) {
  .desktop-confirm-window-holder {
    display: flex;
  }
}
.desktop-confirm-window {
  padding: 40px 38px;
  background-color: #fff;
  border-radius: 20px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .desktop-confirm-window {
    padding: 80px 76px;
  }
}
@media screen and (min-width: 768px) {
  .desktop-confirm-window {
    max-width: 700px;
  }
}
.desktop-confirm-window__cancel {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
@media screen and (min-width: 1080px) {
  .desktop-confirm-window__cancel {
    top: 30px;
    right: 30px;
  }
}
.desktop-confirm-window__cancel svg {
  width: 12px;
  height: 12px;
  fill: #003B5D;
}
.desktop-confirm-window__icon {
  margin-bottom: 32px;
}
.desktop-confirm-window__icon svg {
  width: 63px;
  height: 63px;
}
.desktop-confirm-window__text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 32px;
}
.desktop-confirm-window--with-additional-text .desktop-confirm-window__text {
  font-size: 20px;
  margin-bottom: 16px;
}
.desktop-confirm-window__text-desc {
  font-size: 18px;
  margin-bottom: 32px;
}
.desktop-confirm-window__options {
  width: 327px;
  padding: 0 8px;
}
.desktop-confirm-window__textual-option {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 27px;
}
.desktop-confirm-window__option:first-child {
  margin-bottom: 8px;
}
.mobile-confirm-window__option {
  width: 100%;
  font-weight: 500;
}
.add-to-tank-holder {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
}
.add-to-tank-holder::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .add-to-tank-holder {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
    top: 0;
  }
}
.add-to-tank {
  width: 100%;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  background-color: #fff;
  max-width: 480px;
  padding: 24px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.add-to-tank::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .add-to-tank {
    margin-top: 20px;
    height: unset;
    border-radius: 20px;
  }
}
.add-to-tank-step-one__title {
  margin-top: 34px;
  margin-bottom: 24px;
}
.add-to-tank-step-one__title p:first-child {
  margin-bottom: 8px;
}
.add-to-tank-step-one__title p:last-child {
  color: #58798C;
}
.add-to-tank__card-holder {
  width: 50%;
}
.add-to-tank-step-one__cards {
  margin: 0 -6px;
  margin-bottom: 40px;
}
.add-to-tank__card {
  width: 100%;
  padding: 6px;
}
.add-to-tank__card-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.add-to-tank__card-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.add-to-tank__card-selection {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  top: 16px;
  right: 16px;
  border: 2px solid #fff;
  z-index: 2;
  background-color: #fff;
  transition: background-color 0.35s ease-in;
}
.add-to-tank__card-selection--active {
  background-color: #003B5D;
}
.add-to-tank__card-selection svg {
  fill: #fff;
}
.add-to-tank__card-data {
  padding-top: 8px;
  line-height: 1.21;
}
.add-to-tank-step-one__add {
  border-radius: 20px;
  width: 100%;
  padding: 24px;
  background-color: #EEF7FC;
}
.add-to-tank-step-one__add .add-to-tank__card-image {
  min-width: 158px;
  min-height: 158px;
}
.add-to-tank-step-one__add-title {
  margin-bottom: 24px;
}
.add-to-tank-step-one__add-quantity {
  height: 158px;
  justify-content: center;
  margin-left: 70px;
  font-size: 20px;
}
.add-to-tank-step-one__add-quantity > * {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.add-to-tank-step-one__add-quantity-change {
  font-size: 40px;
  cursor: pointer;
}
.add-to-tank-step-one__add-quantity-current {
  margin: 35px 0;
}
.add-to-tank-step-one__add-quantity-current {
  transition: transform 0.2s ease-out, font-weigh 0.2s ease-out;
}
.add-to-tank-step-one__add-quantity-current--active {
  transform: scale(1.3);
  font-weight: 700;
}
.tanks-filters-wrappper {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .tanks-filters-wrappper {
    margin-top: 0;
  }
}
.tank-filters-holder__field {
  width: calc(100% - 64px);
  height: 64px;
  padding-right: 8px;
}
.tank-filters-holder__field input {
  width: 100%;
  height: 100%;
  background-color: #EEF7FC;
  border-radius: 20px;
  padding: 24px;
}
.tank-filters-holder__button {
  width: 64px;
  height: 64px;
}
.tank-filters-holder__button svg {
  width: 100%;
  height: 100%;
}
.tank-filters-window-holder {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 10000;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .tank-filters-window-holder {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1080px) {
  .tank-filters-window-holder {
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.tank-filters-window {
  max-width: 750px;
  background-color: #fff;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .tank-filters-window {
    border-radius: 40px;
    margin: 0 auto;
    max-width: 700px;
  }
}
@media screen and (min-width: 1080px) {
  .tank-filters-window {
    padding: 24px;
    width: 750px;
    max-width: 750px;
  }
}
.tank-filters-window__close {
  top: 30px;
  right: 30px;
  z-index: 2;
}
.tank-filters-window__close svg {
  fill: #003B5D;
  width: 20px;
  height: auto;
}
.tank-filters-window__title {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
}
.tank-filters-window__group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tank-filters-window__group {
    width: 33.3%;
  }
}
.tank-filters-window__group-option {
  margin-bottom: 24px;
}
.tank-filters-window__group-title {
  font-size: 14px;
  line-height: 1.21;
  font-weight: 600;
  margin-bottom: 24px;
}
.tank-filters-window__group-option--check {
  display: flex;
  font-size: 16px;
  line-height: 1.21;
  display: flex;
  align-items: center;
}
.tank-filters-window__group-option-checkbox {
  width: 32px;
  height: 32px;
  border: 1px solid #D4E2EA;
  margin-right: 16px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.35s ease-out, border-color 0.35s ease-out;
}
.tank-filters-window__group-option-checkbox--checked {
  border-color: #003B5D;
  background-color: #003B5D;
}
.tank-filters-window__group-option-checkbox svg {
  width: 14px;
  height: auto;
  fill: #fff;
}
.tank-filters-window__group--country {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 1080px) {
  .tank-filters-window__group--country {
    order: 4;
  }
}
.tank-filters-window__buttons {
  margin-top: 10px;
  margin-bottom: 48px;
}
@media screen and (min-width: 1080px) {
  .tank-filters-window__buttons {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.tank-filters-window__buttons > .app-button:first-child, .component-capture-image .shutter + .flex .button-control .tank-filters-window__buttons > button:first-child {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .tank-filters-window__buttons > .app-button:first-child, .component-capture-image .shutter + .flex .button-control .tank-filters-window__buttons > button:first-child {
    margin-bottom: 0px;
    margin-right: 4px;
  }
}
@media screen and (min-width: 768px) {
  .tank-filters-window__buttons > .app-button:last-child, .component-capture-image .shutter + .flex .button-control .tank-filters-window__buttons > button:last-child {
    margin-left: 4px;
  }
}
.app-tooltip-window {
  font-weight: 400;
  color: #fff;
}
.app-tooltip {
  bottom: 100%;
}
.app-tooltip-window {
  width: 0;
  height: 0;
}
.app-tooltip-window__content {
  padding: 15px;
}
.app-tooltip-window--center .app-tooltip-window__content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}
.app-tooltip-window--center::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #003B5D;
  position: absolute;
  top: calc(100% - 10px);
}
.app-tooltip-window--left .app-tooltip-window__content {
  right: calc(100% - 10px);
  border-radius: 5px;
  border-bottom-right-radius: 0;
}
.app-tooltip-window--left::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #003B5D;
  position: absolute;
  top: calc(100% - 10px);
  right: -10px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.app-tooltip-window--right .app-tooltip-window__content {
  left: calc(100% + 20px);
  border-radius: 5px;
  border-bottom-left-radius: 0;
}
.app-tooltip-window--right::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #003B5D;
  position: absolute;
  top: calc(100% - 10px);
  left: calc(100% + 20px);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.app-tooltip-window__content {
  padding: 6px;
  bottom: calc(100% + 10px);
  background-color: #003B5D;
}
.component-change-quantity {
  bottom: 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #D4E2EA;
  width: 126px;
  border-radius: 10px;
  z-index: 2;
}
.component-change-quantity > * {
  padding: 14px 0;
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-change-quantity-current {
  transition: transform 0.2s ease-out, font-weight 0.2s ease-out;
}
.component-change-quantity-current--changed {
  transform: scale(1.3);
  font-weight: 700;
}
.component-change-quantity-change {
  font-size: 18px;
  cursor: pointer;
}
.component-change-quantity__message {
  opacity: 0;
  color: #4BB543;
  position: absolute;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  transform: translateY(-30px);
  font-weight: 600;
  font-size: 18px;
}
.component-change-quantity__message--removed {
  color: red;
}
.component-change-quantity__message--active {
  opacity: 1;
  transform: translateY(-60px);
}
.component-plus-minus {
  bottom: 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #D4E2EA;
  width: 126px;
  border-radius: 10px;
  z-index: 2;
}
.component-plus-minus--with-arrows {
  background-color: rgba(212, 226, 234, 0);
}
.component-plus-minus > * {
  padding: 14px 0;
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-plus-minus-current {
  transition: transform 0.2s ease-out, font-weight 0.2s ease-out;
}
.component-plus-minus-current--changed {
  transform: scale(1.3);
  font-weight: 700;
}
.component-plus-minus-change {
  font-size: 18px;
  cursor: pointer;
}
.component-plus-minus--with-arrows .component-plus-minus-change {
  background-color: #fff;
  border-radius: 50em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-plus-minus__message {
  opacity: 0;
  color: #4BB543;
  position: absolute;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  transform: translateY(-30px);
  font-weight: 600;
  font-size: 18px;
}
.component-plus-minus__message--removed {
  color: red;
}
.component-plus-minus__message--active {
  opacity: 1;
  transform: translateY(-60px);
}
.component-plus-minus-change--decrement svg {
  transform: rotate(180deg);
}
.database-upload-variant-image {
  position: fixed;
  z-index: 10;
  width: 100vw;
  height: calc(100vh - 120px);
  top: 120px;
  background-color: #fff;
  padding: 24px 24px 0;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .database-upload-variant-image {
    height: calc(100vh - 100px);
    top: 100px;
  }
}
.database-upload-variant-image-step {
  min-height: 100vh;
  padding-bottom: 50px;
  max-width: 660px;
  margin: 0 auto;
  background-color: #fff;
  overflow-x: hidden;
}
.database-upload-variant-image-step-2__description {
  position: fixed;
  left: 0;
  width: 100vw;
  height: calc(100vh - 120px);
  top: 120px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .database-upload-variant-image-step-2__description {
    height: calc(100vh - 100px);
    top: 100px;
  }
}
.database-upload-variant-image-step-2__description-content {
  padding: 0 24px 100px;
}
@media screen and (min-width: 1080px) {
  .database-upload-variant-image-step-2__description-content {
    max-width: 608px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
}
.database-upload-variant-image-step-2__back {
  margin-bottom: 34px;
}
.database-upload-variant-image-step-2__description-conditions .database-upload-variant-image-step-2__manual {
  margin: 32px 0 24px;
}
.database-upload-variant-image-step-2__description-conditions-options {
  margin-bottom: 24px;
  width: 100%;
}
.database-upload-variant-image-step-2__description-conditions-option {
  margin-bottom: 8px;
  padding: 24px;
  width: 100% !important;
}
.database-upload-variant-image-step-2__description-conditions-option svg {
  width: 14px;
  height: auto;
  fill: #003B5D;
}
.database-upload-variant-image-step-2__description-conditions-option--selected {
  background-color: #003B5D;
  color: #fff;
}
.database-upload-variant-image-step-2__description-conditions-option--selected svg {
  fill: #fff;
}
.consent-component {
  margin-bottom: 32px;
}
.consent-component-check {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border: 1px solid #003B5D;
  transition: background-color 0.35s ease-out;
  margin-right: 16px;
  border-radius: 5px;
}
.consent-component-check--active {
  background-color: #003B5D;
}
.consent-component-check svg {
  fill: #fff;
  width: 20px;
  height: auto;
}
.consent-component-check--active {
  background-color: #003B5D;
}
.database-upload-variant-image-step-2__buttons > div {
  transition: background-color 0.35s ease-out, color 0.35s ease-out;
}
.database-upload-variant-image-step-2__buttons > div:not(:last-child) {
  margin-bottom: 8px;
}
.database-upload-variant-image__back {
  margin-bottom: 34px;
}
.database-upload-variant-image-step-1__manual {
  margin-bottom: 70px;
}
.database-upload-variant-image-step-1__manual-title {
  margin-bottom: 8px;
}
.database-upload-variant-image-step-1__options {
  flex-direction: column;
}
.database-upload-variant-image-step-1__option:first-child {
  margin-bottom: 8px;
}
.database-upload-variant-image-step-1__file {
  width: 1px;
  height: 1px;
}
.component-capture-image {
  background-color: #fff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  max-width: 90%;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .component-capture-image {
    max-width: 800px;
    max-height: unset;
  }
}
.component-capture-image .shutter + .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .component-capture-image .shutter + .flex {
    max-width: 800px;
  }
}
@media screen and (min-width: 768px) {
  .component-capture-image .shutter + .flex > div {
    max-width: 33%;
  }
}
@media screen and (min-width: 768px) {
  .component-capture-image .shutter + .flex {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .component-capture-image .shutter + .flex > div:first-child {
    display: none;
  }
}
.component-capture-image .shutter + .flex > div:first-child select {
  color: red !important;
}
.component-capture-image .shutter + .flex .button-control {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .component-capture-image .shutter + .flex .button-control {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.component-capture-image .shutter + .flex > div:nth-of-type(3) {
  display: none !important;
}
.component-capture-image .shutter + .flex .button-control button {
  text-align: center;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
.web-camera__active-image-options {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .web-camera__active-image-options {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .web-camera__active-image-option {
    max-width: 33%;
    width: 33%;
  }
}
.web-camera__active-image-option:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .web-camera__active-image-option:not(:last-child) {
    margin: 0 15px 0 0;
  }
}
.web-camera__images-taken {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .web-camera__images-taken {
    padding-left: 0;
    max-width: 100%;
    max-height: unset;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
}
.web-camera__images-taken .web-camera__image-taken-holder {
  width: 50%;
  padding: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .web-camera__images-taken .web-camera__image-taken-holder {
    width: 20%;
    min-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .web-camera__images-taken .web-camera__image-taken-holder:first-child {
    padding-left: 0;
  }
}
.web-camera__images-taken .web-camera__image-taken-holder .web-camera__image-taken {
  -o-object-fit: cover;
     object-fit: cover;
}
.web-camera__images-taken .web-camera__image-taken-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.web-camera__images-taken .web-camera__image-taken-holder .web-camera__image-taken__remove {
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 5px;
  border-radius: 50em;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.web-camera__images-taken .web-camera__image-taken-holder .web-camera__image-taken__remove svg {
  width: 10px;
  height: auto;
  fill: #003B5D;
}
.component-popup {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.component-popup--dark {
  background-color: rgba(0, 0, 0, 0.5);
}
.component-popup-content {
  position: relative;
}
.component-popup-content__close {
  position: absolute;
  z-index: 2;
  top: -10px;
  right: -10px;
  padding: 5px;
  border-radius: 50em;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.component-popup-content__close svg {
  width: 20px;
  height: auto;
  fill: #003B5D;
}
.component-photo-guidelines {
  margin-top: 50px;
}
.component-photo-guidelines__group {
  margin-bottom: 40px;
}
.component-photo-guidelines__title {
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: 900;
}
.component-photo-guidelines__subtitle {
  font-size: 16px;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.component-photo-guidelines__paragraph {
  font-size: 15px;
  font-weight: 500;
}
.tank-create-success {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .tank-create-success {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .tank-create-success {
    width: 600px;
  }
}
.tank-create-success__title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .tank-create-success__title {
    margin-bottom: 45px;
  }
}
.tank-create-success__paragraphs {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .tank-create-success__paragraphs {
    margin-bottom: 40px;
  }
}
.tank-create-success__paragraph {
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.21;
}
.tank-create-success__paragraph--cheers {
  margin-top: 10px;
  font-size: 27px;
  font-weight: 800;
}
.tank-create-success__options {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .tank-create-success__options {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .tank-create-success__option-holder {
    width: 49%;
  }
}
.app-header__cart-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
.app-header__cart-holder a {
  display: inline-flex;
  width: 40px;
  height: auto;
}
@media screen and (min-width: 1080px) {
  .app-header__cart-holder {
    margin-right: 6px;
    margin-right: 15px;
  }
}
.app-header__cart {
  position: relative;
  display: block;
}
@media screen and (min-width: 1080px) {
  .app-header__cart svg {
    height: 40px;
    width: 40px;
  }
}
.app-badge {
  position: absolute;
  right: -6px;
  top: -6px;
  width: 24px;
  height: 24px;
  background-color: #F7B73F;
  color: #003B5D;
  border-radius: 50em;
  font-size: 10px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.add-to-cart-component {
  width: 329px;
  height: 64px;
  border-radius: 32px;
  z-index: 10;
  background-color: #D4E2EA;
  border: 1px solid #D4E2EA;
}
.add-to-cart-component--fixed {
  position: fixed;
  left: 50%;
  bottom: 110px;
  transform: translateX(-50%);
}
@media screen and (min-width: 1080px) {
  .add-to-cart-component--fixed {
    bottom: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .add-to-cart-component--fixed {
    bottom: 50px;
  }
}
.add-to-cart-component__quanity {
  width: 40%;
  justify-content: center;
}
.add-to-cart-component__quanity > * {
  font-weight: 600;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.add-to-cart-component--fixed .add-to-cart-component__button {
  position: absolute;
  right: 0;
}
.add-to-cart-component__button {
  width: 60%;
  height: 100%;
  text-align: center;
  border-radius: 32px;
  background-color: #fff;
  transition: background-color 0.35s ease-out, color 0.35s ease-out;
}
.add-to-cart-component__button:hover {
  background-color: #003B5D;
  color: #fff;
}
.seller-preview .share-content {
  margin-left: 18px;
}
.seller-preview__data {
  width: calc(100% - 58px);
}
@media screen and (min-width: 1080px) {
  .seller-preview__data {
    width: auto;
  }
}
.seller-preview__image {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 10px;
  margin-right: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: h;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  .seller-preview__image {
    width: 64px;
    height: 64px;
    border-radius: 15px;
  }
}
.seller-preview__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1080px) {
  .seller-preview__name--mobile {
    display: none;
  }
}
.seller-preview__name--desktop {
  display: none;
}
@media screen and (min-width: 1080px) {
  .seller-preview__name--desktop {
    display: flex;
    margin-bottom: 16px;
  }
}
.seller-preview__my-offers {
  margin-right: 26px;
}
.seller-preview__rating-star:not(:last-child) {
  margin-right: 4px;
}
.seller-preview__rating-star svg {
  width: 16px;
  height: auto;
  fill: #F7B73F;
}
.app-partial-rating {
  position: relative;
}
.app-partial-rating-partial::after {
  position: absolute;
  background-color: #fff;
  display: block;
  height: 100%;
  content: "";
  top: 0;
  right: 0;
}
.app-partial-rating-partial-10::after {
  width: 90%;
}
.app-partial-rating-partial-20::after {
  width: 80%;
}
.app-partial-rating-partial-30::after {
  width: 70%;
}
.app-partial-rating-partial-40::after {
  width: 60%;
}
.app-partial-rating-partial-50::after {
  width: 50%;
}
.app-partial-rating-partial-60::after {
  width: 40%;
}
.app-partial-rating-partial-70::after {
  width: 30%;
}
.app-partial-rating-partial-80::after {
  width: 20%;
}
.app-partial-rating-partial-90::after {
  width: 10%;
}
.action-successfull {
  padding: 80px 24px 0;
  position: fixed;
  top: 120px;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: calc(100vh - 120px);
  background-color: #fff;
  overflow-y: scroll;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .action-successfull {
    height: calc(100vh - 100px);
    top: 100px;
  }
}
.action-successfull__icon-holder {
  margin-bottom: 32px;
  margin-top: auto;
}
.action-successfull__icon-holder .action-successfull__icon svg {
  width: 63px;
  height: auto;
}
@media screen and (min-width: 1080px) {
  .action-successfull__icon-holder .action-successfull__icon svg {
    width: 100px;
  }
}
.action-successfull__text-holder {
  font-size: 18px;
}
@media screen and (min-width: 1080px) {
  .action-successfull__text-holder {
    font-size: 21px;
  }
}
.action-successfull__actions {
  align-self: flex-end;
  margin-top: auto;
  margin-bottom: 94px;
}
.card-sellers-offer {
  background-color: #EEF7FC;
  border-radius: 20px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .card-sellers-offer {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }
}
.card-sellers-offer__image-and-data {
  margin-bottom: 18px;
}
.card-sellers-offer__image {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}
.card-sellers-offer__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-sellers-offer__data {
  margin-bottom: 24px;
}
.card-sellers-offer__data p:not(:first-child):not(:last-child) {
  margin-bottom: 8px;
}
.card-sellers-offer__data-quantity {
  background-color: #BCD1DD;
  padding: 8px 12px;
  border-radius: 4px;
}
.card-sellers-offer__actions a:first-child {
  margin-right: 8px;
}
.card-sellers-offer__actions a {
  padding: 16px 20px;
  width: auto;
}
.window-holder { /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: revealSlowly 1.3s forwards; /* IE 10+, Fx 29+ */
  position: fixed;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 24px 24px 0;
  overflow-y: scroll;
}
@media screen and (min-width: 1080px) {
  .marketplace-leave-review__trigger {
    padding-bottom: 7px;
  }
}
.marketplace-leave-review__content {
  width: 476px;
}
.window-content {
  position: relative;
  background-color: #fff;
  padding: 64px 40px;
  border-radius: 20px;
}
.close-holder {
  top: 30px;
  right: 30px;
  z-index: 2;
}
.close-holder svg {
  width: 12px;
  height: auto;
}
.marketplace-leave-review__step-one-icon {
  margin-bottom: 48px;
}
.marketplace-leave-review__step-one-icon svg {
  width: 100px;
  height: auto;
}
.review__step-title {
  margin-bottom: 16px;
}
.review__step-title p:first-child {
  margin-bottom: 8px;
}
.marketplace-leave-review__step-one__items {
  padding: 16px 0;
}
.marketplace-leave-review__step-one__item {
  padding: 24px 0;
}
.marketplace-leave-review__step-one__item:not(:last-child) {
  border-bottom: 1px solid #D4E2EA;
}
.marketplace-leave-review__step-one__item-image {
  width: 80px;
  height: 80px;
  background-color: #003B5D;
  border-radius: 10px;
  overflow: hidden;
}
.marketplace-leave-review__step-one__item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.marketplace-leave-review__step-one__item-text-and-quantity {
  padding-left: 24px;
  width: calc(100% - 80px);
}
.marketplace-leave-review__step-one__item-quantity {
  padding: 14px 20px;
  background-color: #D4E2EA;
  border-radius: 10px;
}
.review__mark {
  margin-bottom: 31.81px;
}
.review__mark-star {
  margin: 0 4px;
}
.review__mark-star svg {
  width: 35px;
  height: auto;
  fill: #D4E2EA;
  transition: fill 0.15s ease-in-out;
}
.review__mark-star--active svg {
  fill: #F7B73F;
}
.review__comment {
  margin-bottom: 32px;
}
.review__comment textarea {
  background-color: #EEF7FC;
  border-radius: 16px;
  padding: 12px;
}
.marketplace-leave-review__step .review__comment label {
  margin-bottom: 4px;
  color: #58798C;
  text-transform: uppercase;
  font-size: 10px;
}
.marketplace-leave-review__step .review__comment textarea {
  min-height: 250px;
}
.marketplace-leave-review__step-success-icon {
  margin-bottom: 30px;
}
.marketplace-leave-review__step-success-icon svg {
  width: 63px;
  height: autos;
}
.marketplace-leave-review__step-success-text {
  margin-bottom: 60px;
}
@keyframes revealSlowly {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.database-filter-rating {
  line-height: 1.21;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .database-filter-rating {
    max-width: 360px;
  }
}
.database-filter-rating__header-title {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 600;
}
.database-filter-rating__header-text {
  color: #58798C;
  font-size: 14px;
}
.database-filter-rating__options {
  margin-top: 16px;
  align-items: flex-start;
}
.database-filter-rating__option {
  max-width: 20%;
  width: 20%;
}
.database-filter-rating__option-circle {
  width: 45px;
  height: 45px;
  border-radius: 50em;
  border: 1px solid #D4E2EA;
  margin-bottom: 16px;
}
.database-filter-rating__option-circle--active {
  border: 1px solid #003B5D;
  background-color: #003B5D;
}
.database-filter-rating__option-circle--square {
  border-radius: 8px;
}
.database-filter-rating__option-text {
  font-size: 12px;
  text-align: center;
}
.database-filter-bool {
  line-height: 1.21;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .database-filter-bool {
    max-width: 360px;
  }
}
.database-filter-bool__header-title {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 600;
}
.database-filter-bool__header-text {
  color: #58798C;
  font-size: 14px;
}
.database-filter-bool__option-circle {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  border-radius: 50em;
  border: 1px solid #D4E2EA;
  margin-right: 11px;
}
.database-filter-bool__option-circle--active {
  border: 1px solid #003B5D;
  background-color: #003B5D;
}
.database-filter-bool__option-circle--square {
  border-radius: 8px;
}
.default-popup-content {
  line-height: 1.21;
  margin-bottom: 56px;
}
.default-popup-content__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .default-popup-content__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .default-popup-content__title {
    font-size: 22px;
  }
}
.default-popup-content__video {
  margin: 24px 0;
}
.default-popup-content__paragraph {
  margin-bottom: 14px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .default-popup-content__paragraph {
    font-size: 15px;
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 1080px) {
  .default-popup-content__paragraph {
    font-size: 17px;
    margin-bottom: 17px;
  }
}
.default-popup-content__check {
  margin-bottom: 12px;
  font-size: 14px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .default-popup-content__check {
    font-size: 15px;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1080px) {
  .default-popup-content__check {
    font-size: 17px;
    margin-bottom: 14px;
  }
}
.default-popup-content__check svg {
  margin-top: 2px;
  width: 14px;
  min-width: 14px;
  height: auto;
  margin-right: 13px;
}
@media screen and (min-width: 768px) {
  .default-popup-content__check svg {
    width: 15px;
    min-width: 15px;
    margin-top: 3px;
  }
}
@media screen and (min-width: 1080px) {
  .default-popup-content__check svg {
    width: 17px;
    min-width: 17px;
    margin-top: 3px;
  }
}
.ceo-message {
  padding-top: 52px;
  padding-bottom: 132px;
  padding-left: 24px;
}
@media screen and (min-width: 420px) {
  .ceo-message {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .ceo-message {
    padding-top: 130px;
    padding-bottom: 86px;
    padding-left: 100px;
    padding-right: 96px;
  }
}
@media screen and (min-width: 1440px) {
  .ceo-message {
    padding-left: 0;
    padding-right: 0;
  }
}
.ceo-message .section-vawe.section-vawe--desktop {
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .ceo-message__content {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .ceo-message__content {
    padding: 0;
  }
}
.ceo-message__text {
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .ceo-message__text {
    width: 62%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .ceo-message__text {
    padding: 0 0 0 37px;
  }
}
.ceo-message__title {
  margin-bottom: 13px;
}
@media screen and (min-width: 1280px) {
  .ceo-message__title {
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 768px) {
  .ceo-message__long-text {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .ceo-message__long-text {
    padding-right: 410px;
    margin-bottom: 34px;
  }
}
.ceo-message__image {
  width: 157px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .ceo-message__image {
    width: 30%;
  }
}
.ceo-message__image img {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .ceo-message__image img {
    width: 327px;
  }
}
@media screen and (min-width: 768px) {
  .ceo-message__details--mobile {
    display: none;
  }
}
.ceo-message__details--desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .ceo-message__details--desktop {
    display: block;
  }
}
.ceo-message__details-name {
  margin-bottom: -4px;
}
.ceo-message__details-name img {
  width: 16px;
  margin-left: 8px;
}
.ceo-message__details-title {
  margin-bottom: 52px;
}
@media screen and (min-width: 1080px) {
  .ceo-message__details-title {
    margin-bottom: 20px;
  }
}
.default-section-with-vawe {
  padding-top: 112px;
  margin-left: -20px;
  margin-right: -20px;
}
.default-section-with-vawe .default-section-with-vawe__content {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1080px) {
  .default-section-with-vawe .default-section-with-vawe__content {
    padding-top: 0;
    margin-top: -20px;
  }
}
.default-section-with-vawe svg.vawe {
  width: 100%;
  height: auto;
  fill: #005282;
}
@media screen and (min-width: 1080px) {
  .default-section-with-vawe svg.vawe-mobile {
    display: none;
  }
}
.default-section-with-vawe svg.vawe-desktop {
  display: none;
}
@media screen and (min-width: 1080px) {
  .default-section-with-vawe svg.vawe-desktop {
    display: block;
  }
}
.default-section-with-vawe__content {
  background-color: #005282;
}
@media screen and (min-width: 1280px) {
  .default-section-with-vawe__content {
    padding: 0;
    padding: 0 131px 0 146px;
  }
}
@media screen and (min-width: 1440px) {
  .default-section-with-vawe__content {
    padding: 0 37px 0 47px;
  }
}
.component-select-place-reset {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.component-select-place-reset svg {
  width: 12px;
  height: auto;
}
.component-select-place__place::after {
  width: 0;
  content: "";
  transition: width 0.3s ease-out;
}
.component-select-place__place.focused::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003B5D;
}
.like-frame {
  position: relative;
  z-index: 5;
  min-height: 30px;
}
@media screen and (min-width: 1080px) {
  .like-frame {
    min-height: 40px;
  }
}
.like-frame.absolute {
  position: absolute !important;
  top: 20px;
  left: 15px;
}
.like-frame .like-frame__icon {
  margin-right: 20px;
}
.like-frame .like-frame__icon svg {
  width: 41px;
  height: auto;
  fill: #E25B5B;
}
.like-frame .like-frame__text {
  font-size: 11px;
  letter-spacing: 1px;
}
.card-tank .like-frame {
  margin-top: 15px;
}
.app-tanks-show .like-frame {
  margin-bottom: 25px;
}
.app-tanks-show .like-frame svg {
  width: 28px;
}
@media screen and (min-width: 1080px) {
  .app-tanks-show .like-frame svg {
    width: 41px;
  }
}
.app-tanks-show .like-frame .like-frame__text {
  font-size: 16px;
}
.like-dislike-frame__text {
  margin-right: 25px;
  font-size: 12px;
  font-weight: 700;
}
.like-dislike-frame__option-holder {
  margin-right: 20px;
}
.like-dislike-frame__option-holder .like-dislike-frame__icon {
  margin-right: 8px;
  transition: scale 0.3s ease-out;
}
.like-dislike-frame__option-holder .like-dislike-frame__icon--active {
  transform: scale(1.2);
}
.like-dislike-frame__option-holder .like-dislike-frame__icon svg {
  width: 18px;
  height: auto;
}
.users-wishlist__result-holder {
  width: 50%;
  margin-bottom: 32px;
}
@media screen and (min-width: 1080px) {
  .users-wishlist__result-holder {
    margin-bottom: 40px;
  }
}
.users-wishlist__result-holder:nth-of-type(2n-1) {
  padding-right: 6px;
}
@media screen and (min-width: 768px) {
  .users-wishlist__result-holder:nth-of-type(2n-1) {
    padding: 12px;
  }
}
.users-wishlist__result-holder:nth-of-type(2n) {
  padding-left: 6px;
}
@media screen and (min-width: 768px) {
  .users-wishlist__result-holder:nth-of-type(2n) {
    padding: 12px;
  }
}
@media screen and (min-width: 768px) {
  .users-wishlist__result-holder {
    width: 33%;
  }
}
.wishlist-item__image {
  width: 50%;
  min-width: 50%;
  padding-top: 50%;
  border-radius: 15px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.wishlist-item__image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wishlist-item__text {
  width: 50%;
  padding-left: 22px;
}
.wishlist-item__text-header {
  margin-bottom: 15px;
  height: 20%;
}
.wishlist-item__text-details {
  height: calc(80% - 15px);
}
.wishlist-item__text-details p {
  width: 100%;
}
.wishlist-item__text-details p:not(:last-child) {
  margin-bottom: 5px;
}
.wishlist-item__actions {
  margin-top: 16px;
}
.wishlist-item__action-holder {
  width: 50%;
}
.wishlist-item__action-holder:nth-child(odd) {
  padding-right: 5px;
}
.wishlist-item__action-holder:nth-child(even) {
  padding-left: 5px;
}
.wishlist-item__action {
  border: 1px solid #003B5D;
  border-radius: 16px;
  padding: 7px 15px;
  width: 100%;
  max-height: 36px;
}
.wishlist-item__action--add-to-cart {
  padding: 0;
  border: none;
}
.wishlist-item__action--add-to-cart > * {
  width: 100%;
  max-height: 36px;
}
.x-review {
  padding: 16px 0;
  border-bottom: 1px solid #D4E2EA;
}
@media screen and (min-width: 1080px) {
  .x-review {
    padding: 24px 0;
  }
}
.x-review__author_and_mark-holder {
  margin-bottom: 16px;
}
.x-review__author-image {
  width: 45px;
  height: 45px;
  border-radius: 50em;
  background-color: #003B5D;
  margin-right: 16px;
  border-radius: 50em;
  overflow: hidden;
}
.x-review__author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.x-review__author-image svg {
  width: 100%;
  height: auto;
}
.x-review__mark svg {
  width: 16px;
  height: auto;
  margin-right: 4px;
  fill: #D4E2EA;
}
.x-review__mark svg.active {
  fill: #F7B73F;
}
.x-review__text {
  margin-bottom: 22px;
}
.x-review__text-translation-indicator {
  margin-top: 10px;
}
.collapse-see-all-btn-see-less-text {
  display: none;
}
.collapse-content-holder .collapse-content {
  overflow: hidden;
  transition: max-height 0.75s ease-out;
}
.collapse-content-holder--collapsed .collapse-content {
  max-height: 5000px !important;
}
.collapse-content-holder--collapsed .collapse-see-all-btn-see-less-text {
  display: block !important;
}
.collapse-content-holder--collapsed .collapse-see-all-btn-see-more-text {
  display: none;
}
.collapse-see-all-btn-holder {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
}
.collapse-see-all-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003B5D;
  color: #fff;
  padding: 18px;
  border-radius: 10px;
}
.collapse-with-children__child--initial-hidden {
  display: none;
}
.collapse-with-children-holder.collapse-content-holder--collapsed .collapse-with-children > * {
  display: block !important;
}
.waiting-screen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 59, 93, 0.9);
}
.waiting-screen__content {
  width: 600px;
  max-width: 80%;
  margin: 0 auto;
}
.waiting-screen__content svg {
  fill: #fff;
  width: 150px;
  height: auto; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: awaitPulse 2.5s infinite; /* IE 10+, Fx 29+ */
}
@media screen and (min-width: 1080px) {
  .waiting-screen__content svg {
    width: 220px;
  }
}
.waiting-screen__content-text {
  margin-bottom: 26px;
  color: #fff;
  font-size: 20px;
}
.waiting-screen__progress-bar__progress {
  background-color: #fff;
  height: 25px;
  width: 0;
  transition: width 0.3s ease-out;
  max-width: 100%;
  font-weight: 600;
}
.waiting-screen__progress-bar__progress__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
}
.waiting-screen__progress-bar__progress__inner--over-50 {
  color: #003B5D;
}
.species-form-container {
  max-width: 800px;
  padding: 20px;
  margin: 0 auto;
}
.species-form-container .progress-bar-container {
  margin: 0 0 30px 0;
}
.species-form-container .progress-bar-container .progress-bar {
  height: 7px;
  background-color: #e0e0e0;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
.species-form-container .progress-bar-container .progress-bar div {
  height: 100%;
  background-color: #003B5D;
  border-radius: 5px;
  transition: width 0.3s ease-in-out;
}
.species-form-container .form-group {
  margin-bottom: 20px;
}
.species-form-container .form-group label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}
.species-form-container .form-group input[type=text] {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
}
.species-form-container .component-profile-input {
  margin-bottom: 15px;
}
.species-form-container .component-profile-input label {
  font-size: 18px;
  color: #003B5D;
  text-transform: lowercase;
}
.species-form-container .component-profile-input label :first-letter {
  text-transform: uppercase;
}
.species-form-container .color-picker {
  display: flex;
  flex-wrap: wrap;
}
.species-form-container .color-picker div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
  transition: border 0.3s;
}
.species-form-container .color-picker div.selected {
  border: 2px solid #1e90ff;
}
.species-form-container .color-picker div.selected::after {
  content: "✓";
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.species-form-container .optional {
  font-size: 12px;
  color: #666;
  margin-left: 5px;
}
.species-form-container .button-group {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.species-form-container .button-group .btn {
  padding: 25px;
  border-radius: 16px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
}
.species-form-container .button-group .btn-next {
  background-color: #1e90ff;
  color: #fff;
  border: none;
}
.species-form-container .button-group .btn-abort {
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #ccc;
}
.species-form-container .image-selector-container .header {
  color: #003B5D;
}
.species-form-container .image-selector-container .no-match {
  margin: 0 auto;
  padding: 20px 0;
}
.species-form-container .image-selector-container .text-primary {
  color: #003B5D;
  font-size: 18px;
  display: inline-block;
  width: 100%;
}
.species-form-container .image-selector-container .text-primary .app-tooltip {
  float: right;
}
.species-form-container .image-selector-container .text-secondary {
  color: #003B5D;
  font-size: 10px;
  font-weight: 400;
  margin: 10px 0 10px 0;
}
.species-form-container .image-selector-container .create-new-entry-holder {
  text-align: center;
  margin: 0 auto;
  display: inline;
  cursor: pointer;
}
.species-form-container .image-selector-container .create-new-entry-holder .create-new-entry-button {
  width: 103px;
  height: 103px;
  border-radius: 20px;
  background: #003B5D;
  font-size: 75px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.species-form-container .image-selector-container .create-new-entry-holder .create-new-entry-button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.species-form-container .image-selector-container .create-new-entry-holder .create-new-entry-button div {
  width: 103px;
  height: 103px;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
}
.species-form-container .image-selector-container .create-new-entry-holder p {
  font-size: 10px;
  margin-top: 5px;
}
.species-form-container .image-selector-container .images-holder {
  max-width: 103px;
  margin: 0 10px 10px 0;
}
.species-form-container .image-selector-container .images-holder .image-box {
  width: 103px;
  height: 103px;
  overflow: hidden;
}
.species-form-container .image-selector-container .images-holder .image-box .image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid transparent;
}
.species-form-container .image-selector-container .images-holder .image-box .image.border-blue {
  border: 1px solid #003B5D;
}
.species-form-container .image-selector-container .images-holder .no-image-available {
  width: 103px;
  height: 103px;
  border-radius: 20px;
  background: lightgray;
  font-size: 15px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.species-form-container .image-selector-container .images-holder .no-image-available.border-blue {
  border: 1px solid #003B5D;
}
.species-form-container .image-selector-container .images-holder .checkmark-holder {
  top: 0;
  left: 0;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
  width: 20px;
  height: 20px;
}
.species-form-container .image-selector-container .images-holder p {
  font-size: 10px;
}
.app-header__location-subtitle--database {
  margin-bottom: 24px;
}
@media screen and (min-width: 1080px) {
  .app-header__location-subtitle--database {
    margin-bottom: 12px;
  }
}
.app-db {
  padding: 20px 0;
}
@media screen and (min-width: 1080px) {
  .app-db {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .app-db-index__filters-holder {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1080px) {
  .app-db-index__filters-holder {
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.app-db-index__filters-holder .app-db-index__filters {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .app-db-index__filters-holder .app-db-index__filters > * {
    height: 64px;
  }
}
@media screen and (min-width: 1080px) {
  .app-db-index__filters-holder .app-db-index__filters {
    margin-bottom: 0;
  }
}
.app-db-index__filters-holder .app-db-index__add-product-mobile {
  display: block;
  margin-bottom: 44px;
}
@media screen and (min-width: 1080px) {
  .app-db-index__filters-holder .app-db-index__add-product-mobile {
    display: none;
  }
}
.app-db-index__filters-holder .app-db-index__desktop-cats-and-results {
  display: none;
}
@media screen and (min-width: 768px) {
  .app-db-index__filters-holder .app-db-index__desktop-cats-and-results {
    display: flex;
    width: 25%;
  }
}
.app-db-index__filters-holder .component-database-category-select {
  display: none;
}
@media screen and (min-width: 768px) {
  .app-db-index__filters-holder .component-database-category-select {
    display: flex;
    border: 1px solid #D4E2EA;
    border-radius: 16px;
    min-width: 200px;
    padding: 0 29px 0 24px;
    margin-right: 16px;
    order: 2;
  }
}
@media screen and (min-width: 1080px) {
  .app-db-index__filters-holder .component-database-category-select {
    min-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .app-db-index__filters-holder .component-database-search {
    padding: 0;
    order: 2;
  }
}
.app-db-index__filters-holder .app-db-index__order-select {
  padding: 17px 0;
}
@media screen and (min-width: 768px) {
  .app-db-index__filters-holder .app-db-index__order-select {
    order: 1;
  }
}
.app-db-index__filters-holder .app-db-index__order-select a {
  margin-right: 24px;
}
.app-db-index .app-db-index__breadcrumbs-holder {
  margin-bottom: 21px;
  font-size: 18px;
  line-height: 1.21;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .app-db-index .app-db-index__breadcrumbs-holder {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1080px) {
  .app-db-index .app-db-index__breadcrumbs-holder {
    margin-bottom: 0;
  }
}
.app-db-index .app-db-index__breadcrumbs-holder p:first-child {
  margin: 0 8px 0 0;
}
.app-db-index__breadcrumbs {
  display: flex;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .app-db-index__breadcrumbs {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1080px) {
  .app-db-index__breadcrumbs {
    font-size: 16px;
  }
}
.app-db-index__breadcrumb--hidden-on-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .app-db-index__breadcrumb--hidden-on-mobile {
    display: flex;
  }
}
.app-db-index__breadcrumb-separator {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .app-db-index__breadcrumb-separator--hidden-on-mobile {
    display: none;
  }
}
.app-db-index__desktop-categories {
  display: none;
}
@media screen and (min-width: 768px) {
  .app-db-index__desktop-categories {
    display: block;
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .app-db-index__results-holder {
    width: 75%;
  }
}
.app-db-index__results {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: auto;
}
.app-db-index__result-holder {
  width: 50%;
  margin-bottom: 32px;
}
@media screen and (min-width: 1080px) {
  .app-db-index__result-holder {
    margin-bottom: 40px;
  }
}
.app-db-index__result-holder:nth-of-type(2n-1) {
  padding-right: 6px;
}
@media screen and (min-width: 768px) {
  .app-db-index__result-holder:nth-of-type(2n-1) {
    padding: 12px;
  }
}
.app-db-index__result-holder:nth-of-type(2n) {
  padding-left: 6px;
}
@media screen and (min-width: 768px) {
  .app-db-index__result-holder:nth-of-type(2n) {
    padding: 12px;
  }
}
@media screen and (min-width: 768px) {
  .app-db-index__result-holder {
    width: 33%;
  }
}
.users-wishlist__color-variants .card-database-entry__image,
.app-db-index__results .card-database-entry__image {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.users-wishlist__color-variants .card-database-entry__image > *,
.app-db-index__results .card-database-entry__image > * {
  position: absolute;
  max-width: 100%;
}
.byt-custom-pagination-holder {
  margin-top: 50px;
}
.byt-custom-pagination__link {
  font-size: 18px;
  transition: transform 0.35s ease-in;
}
.byt-custom-pagination__link:hover {
  transform: scale(1.2);
}
.byt-custom-pagination__link:not(:last-child):not(.byt-custom-pagination__link--first) {
  margin-right: 20px;
}
.byt-custom-pagination__link svg {
  height: 15px;
  width: auto;
}
.byt-custom-pagination__link--first {
  margin-right: 40px;
}
.byt-custom-pagination__link--first svg {
  transform: rotate(-180deg);
}
.byt-custom-pagination__link--last {
  margin-left: 40px;
}
.byt-custom-pagination__link--active {
  font-weight: 800;
}
.app-db-index__results__load-prev {
  padding: 25px 0;
  font-size: 14px;
  margin-right: 24px;
}
.app-db-index__results__load-prev svg {
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
  margin-right: 12px;
  fill: #003B5D;
  transform: rotate(-90deg);
  position: relative; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: suptileUpDownWithRelativePosition 2s infinite; /* IE 10+, Fx 29+ */
}
.app-db-index__results__load-next {
  padding: 50px 0 25px;
}
@media screen and (min-width: 768px) {
  .app-db-index__results__load-next {
    padding: 75px 0 25px;
  }
}
.app-db-index__missing-disclaimer {
  margin-top: 64px;
  line-height: 17px;
}
@media screen and (min-width: 768px) {
  .app-db-index__missing-disclaimer {
    margin-top: 100px;
    margin-left: 25%;
  }
}
.app-db-index__missing-disclaimer p {
  margin-bottom: 30px;
}
.app-db-index__missing-disclaimer a {
  margin-top: 4px;
}
.app-db-index__missing-disclaimer svg {
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
  position: relative; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: suptileUpDownWithRelativePosition 2s infinite; /* IE 10+, Fx 29+ */
}
.app-db-index__results--loading {
  width: 100%;
  min-height: 100vh;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .app-db-show .app-header__location-title {
    display: none !important;
  }
}
.app-db-show__content {
  padding-bottom: 60px;
  padding-top: 31px;
}
@media screen and (min-width: 768px) {
  .app-db-show__content {
    padding-top: 63px;
    padding-bottom: 124px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.app-db-show__breadcrumbs {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .app-db-show__breadcrumbs {
    flex-direction: row;
  }
}
.app-db-show__quantities-info-holder {
  margin-bottom: 32px;
}
@media screen and (min-width: 1080px) {
  .app-db-show__quantities-info-holder {
    order: 4;
  }
}
.app-db-show__quantities-info-holder .app-db-show__quantities-info {
  width: 100%;
  font-size: 18px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1080px) {
  .app-db-show__quantities-info-holder .app-db-show__quantities-info {
    width: 50%;
    font-size: 22px;
    margin-bottom: 0;
  }
  .app-db-show__quantities-info-holder .app-db-show__quantities-info:nth-of-type(2) {
    padding-left: 34px;
  }
}
.app-db-show__quantities-info-holder .app-db-show__quantities-info svg {
  margin-right: 8px;
  height: 22px;
  width: auto;
  margin-left: 25px;
  position: relative; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: suptileUpDownWithRelativePosition 3s infinite; /* IE 10+, Fx 29+ */
}
@media screen and (min-width: 1080px) {
  .app-db-show__quantities-info-holder .app-db-show__quantities-info svg {
    margin-right: auto;
  }
}
.app-db-show__breadcrumb {
  font-weight: 600;
  line-height: 1.5;
}
.app-db-show__breadcrumb-separator {
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .app-db-show__breadcrumb-separator {
    margin: 0 10px;
  }
}
.app-db-show__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .app-db-show__title {
    width: 50%;
  }
}
.app-db-show__title h1 {
  width: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .app-db-show__title h1 {
    width: unset;
    justify-content: flex-start;
  }
}
.app-db-show__title svg {
  fill: #003B5D;
  width: 20px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .app-db-show__title svg {
    margin-left: 18px;
  }
}
.default-carousel-holder {
  width: calc(100vw - 24px);
}
@media screen and (min-width: 768px) {
  .default-carousel-holder {
    min-width: calc(100vw - (100vw - 1240px) / 2);
  }
}
.app-db-show__carousel-holder {
  display: flex;
  margin-right: -24px;
}
@media screen and (min-width: 768px) {
  .app-db-show__carousel-holder {
    margin-right: 0;
    order: 3;
  }
}
.app-db-show__carousel-holder .seller-preview-holder {
  margin-bottom: 24px;
}
.app-db-show__carousel-holder .app-db-show__carousel, .app-db-show__carousel-holder .tns-outer {
  margin-bottom: 16px;
  width: calc(100vw - 24px);
  height: 327px;
}
@media screen and (min-width: 768px) {
  .app-db-show__carousel-holder .app-db-show__carousel, .app-db-show__carousel-holder .tns-outer {
    margin-bottom: 40px;
    min-height: 608px;
    width: calc(100vw - (100vw - 1240px) / 2);
    min-width: calc(100vw - (100vw - 1240px) / 2);
  }
}
@media screen and (min-width: 1080px) {
  .app-db-show__carousel-holder .app-db-show__carousel, .app-db-show__carousel-holder .tns-outer {
    min-height: 600px;
  }
}
@media screen and (min-width: 768px) {
  .app-products-show .app-db-show__carousel-holder {
    margin-right: 0;
  }
}
.app-db-show__carousel-item {
  height: 327px;
}
@media screen and (min-width: 768px) {
  .app-db-show__carousel-item {
    height: 608px;
  }
}
.app-db-show__carousel-item .card-database-entry, .app-db-show__carousel-item > img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  height: 100%;
  min-height: 327px;
}
@media screen and (min-width: 768px) {
  .app-db-show__carousel-item .card-database-entry, .app-db-show__carousel-item > img {
    height: 608px;
    min-height: 608px;
  }
}
.app-db-show__carousel-item .card-database-entry .card-database-entry__text, .app-db-show__carousel-item > img .card-database-entry__text {
  display: none !important;
}
.app-db-show__carousel-item-color-variant-image-author {
  left: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50em;
  border: 2px solid #fff;
  overflow: hidden;
}
.app-db-show__carousel-item-color-variant-image-author img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.app-db-show__carousel-item .card-database-entry__image {
  height: 327px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .app-db-show__carousel-item .card-database-entry__image {
    height: 608px;
  }
}
.app-db-show__carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.app-db-show__user-options {
  margin-bottom: 28px;
  width: 100%;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .app-db-show__user-options {
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .app-db-show__user-options {
    width: 400px;
    margin-top: 6px;
  }
}
.app-db-show__user-options .app-db-show__user-option {
  font-size: 10px;
  height: 47px;
  width: 50%;
}
@media screen and (min-width: 1080px) {
  .app-db-show__user-options .app-db-show__user-option {
    font-size: 12px;
  }
}
.app-db-show__user-options .app-db-show__user-option--primary {
  width: 50%;
  max-width: 140px;
  padding: 17px;
  margin-right: 6px;
}
@media screen and (min-width: 768px) {
  .app-db-show__user-options .app-db-show__user-option--primary {
    max-width: 170px;
  }
}
@media screen and (min-width: 1080px) {
  .app-db-show__user-options .app-db-show__user-option--primary {
    max-width: 190px;
  }
}
@media screen and (min-width: 1080px) {
  .app-db-show__user-options .app-db-show__user-option--primary:first-child {
    margin-left: auto;
  }
}
.app-db-show__user-options .app-db-show__user-option--custom {
  padding: 0;
}
.app-db-show__user-options .app-db-show__user-option--custom > * {
  max-height: 100%;
  max-width: 100%;
}
.app-db-show__user-options .app-db-show__menu-trigger {
  width: 47px;
  min-width: 47px;
  height: 47px;
  border-radius: 50em;
  border: 1px solid #003B5D;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background-color 0.35s ease-out;
}
.app-db-show__user-options .app-db-show__menu-trigger-dot {
  width: 4px;
  height: 4px;
  border-radius: 50em;
  background-color: #003B5D;
  transition: background-color 0.35s ease-out;
}
.app-db-show__user-options .app-db-show__menu-trigger-dot:not(:last-child) {
  margin-bottom: 3px;
}
.app-db-show__user-options .app-db-show__menu-trigger--active {
  background-color: #003B5D;
}
.app-db-show__user-options .app-db-show__menu-trigger--active .app-db-show__menu-trigger-dot {
  background-color: #fff;
}
.app-db-show__user-options .app-db-show__secondary-menu {
  width: 100%;
  background-color: #003B5D;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
  right: 0;
  top: calc(100% + 8px);
  max-height: 0;
  opacity: 0;
  transition: opacity 0.18s ease-out;
}
.app-db-show__user-options .app-db-show__secondary-menu--active {
  max-height: 1000000px;
  border: 1px solid #003B5D;
  opacity: 1;
}
@media screen and (min-width: 1080px) {
  .app-db-show__user-options .app-db-show__secondary-menu {
    top: calc(100% - 15px);
  }
}
.app-db-show__user-options .app-db-show__secondary-menu > * {
  min-width: 100%;
  font-size: 14px;
}
.app-db-show__contribute-options {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .app-db-show__contribute-options {
    width: 50%;
    order: 2;
  }
}
.app-db-show__contribute-options .option-full-size {
  margin-left: auto;
  margin-top: 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .app-db-show__contribute-options .option-full-size {
    width: 408px;
  }
}
.app-db-show__contribute-options-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .app-db-show__contribute-options-group {
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .app-db-show__contribute-options-group {
    margin-left: auto;
    margin-right: auto;
  }
}
.app-db-show__contribute-options-group:not(:last-of-type) {
  margin-bottom: 16px;
  order: 2;
}
@media screen and (min-width: 768px) {
  .app-db-show__contribute-options-group:not(:last-of-type) {
    order: 1;
  }
}
.app-db-show__contribute-option-holder {
  width: 48%;
  white-space: nowrap;
}
@media screen and (max-width: 420px) {
  .app-db-show__contribute-option-holder .app-button, .app-db-show__contribute-option-holder .component-capture-image .shutter + .flex .button-control button, .component-capture-image .shutter + .flex .button-control .app-db-show__contribute-option-holder button {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .app-db-show__contribute-option-holder {
    width: 196px;
  }
}
@media screen and (min-width: 768px) {
  .app-db-show__contribute-option-holder:first-of-type {
    margin-bottom: 0;
    order: 2;
    margin-left: 16px;
  }
}
/**
//FIX FOR GERMAN
**/
.app-db-show__contribute-options-de .app-button, .app-db-show__contribute-options-de .component-capture-image .shutter + .flex .button-control button, .component-capture-image .shutter + .flex .button-control .app-db-show__contribute-options-de button {
  font-size: 10.5px;
}
@media screen and (min-width: 1080px) {
  .app-db-show__contribute-options-de .app-button, .app-db-show__contribute-options-de .component-capture-image .shutter + .flex .button-control button, .component-capture-image .shutter + .flex .button-control .app-db-show__contribute-options-de button {
    font-size: 12px;
  }
}
.app-db-show__contribute-option {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .app-db-show__contribute-option {
    width: 196px;
    display: block;
  }
}
.app-db-show__contribute-option-suboptions {
  display: none;
  top: 100%;
  border-radius: 16px;
  border: 1px solid #D4E2EA;
}
.app-db-show__contribute-option-suboptions {
  z-index: 3;
}
.app-db-show__contribute-option-suboptions--active {
  display: block;
}
.app-db-show__contribute-option-suboption {
  padding: 0;
  border-radius: 0;
}
.app-db-show__contribute-option-suboption-content {
  padding: 23px 0 24px;
}
@media screen and (min-width: 768px) {
  .app-db-show__contribute-option-suboption {
    max-width: 196px;
  }
}
.app-db-show__info-groups-wrap {
  max-width: 100%;
  overflow-x: show;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  order: 4;
}
@media screen and (min-width: 768px) {
  .app-db-show__info-groups-wrap {
    flex-direction: row;
  }
}
.app-db-show__offer-price {
  margin-bottom: 18px;
  margin-top: 50px;
}
@media screen and (min-width: 1080px) {
  .app-db-show__offer-price {
    margin-top: 10px;
  }
}
.app-db-show__offer-price .app-db-show__offer-quanity {
  color: #58798C;
}
.app-db-show__offer-edit-link {
  margin-left: 12px;
  padding: 3px 5px;
  color: #003B5D;
  border: 1px solid #003B5D;
  border-radius: 7px;
}
.app-db-show__offer-edit-link:hover {
  border-color: #58798C;
  background-color: #58798C;
  color: #fff;
  transition: background-color 0.35s ease-out, color 0.35s ease-out;
}
@media screen and (min-width: 768px) {
  .app-db-show__info-groups {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 24px;
  }
  .app-db-show__info-groups:nth-of-type(1) {
    padding-right: 12px;
  }
  .app-db-show__info-groups:nth-of-type(2) {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1080px) {
  .app-db-show__info-group-holder--mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1079px) {
  .app-db-show__info-group-holder--desktop {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .app-db-show__info-group-holder {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .app-db-show__info-group-holder--identification {
    order: 1;
    min-height: 206px;
  }
}
@media screen and (min-width: 768px) {
  .app-db-show__info-group-holder--taxonomics {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .app-db-show__info-group-holder--characteristics {
    order: 1;
    min-height: 206px;
  }
}
@media screen and (min-width: 768px) {
  .app-db-show__info-group-holder--community {
    order: 2;
  }
}
.app-db-show__info-group-holder--community a {
  outline-color: #003B5D !important;
}
.app-db-show__info-group {
  background-color: #EEF7FC;
  padding: 24px;
  border-radius: 20px;
  margin-bottom: 16px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 90vw;
}
.app-db-show__info-group > * {
  width: 100%;
}
.app-db-show__info-group-title-holder {
  font-weight: 600;
  padding-bottom: 6px;
  margin-bottom: 24px;
  border-bottom: 1.5px solid #003B5D;
  text-transform: uppercase;
}
.app-db-show__info-group .app-db-show__info-single-value svg.check {
  width: 11px;
  height: auto;
  margin-left: 9px;
}
.app-db-show__info-group .app-db-show__info-single {
  max-width: 100%;
  overflow-x: visible;
  font-size: 14px;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.app-db-show__info-group .app-db-show__info-single--colors .app-db-show__info-single-value {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .app-db-show__info-group .app-db-show__info-single--colors .app-db-show__info-single-value {
    flex-direction: row;
  }
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-label {
  width: 50%;
  color: #58798C;
  font-weight: 600;
  line-height: 1.21;
}
@media screen and (min-width: 768px) {
  .app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-label {
    width: 40%;
  }
}
@media screen and (min-width: 1080px) {
  .app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-label--alpha-id {
    white-space: nowrap;
  }
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-label--full-width {
  width: 100%;
  margin-bottom: 25px;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value {
  width: 50%;
  line-height: 1.5;
  font-weight: 500;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value {
    width: 60%;
  }
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value--full-width {
  width: 100%;
  text-align: left;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value-additional-inline {
  color: #58798C;
  font-weight: 400;
  opacity: 0.45;
  font-size: 12px;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value--multiple {
  line-height: 2;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value--tags {
  flex-wrap: wrap;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value-tag {
  background-color: #58798C;
  color: #fff;
  border-radius: 50em;
  padding: 6px 12px;
  margin: 5px 0;
  transition: background-color 0.35s ease-out;
}
@media screen and (min-width: 768px) {
  .app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value-tag {
    margin: 10px 0;
    padding: 10px 15px;
  }
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value-tag:hover {
  background-color: #003B5D;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value--circles {
  display: flex;
  flex-direction: column;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value--circles .app-db-show__value-circle {
  width: 24px;
  height: 24px;
  border-radius: 50em;
  position: relative;
  background-color: #D4E2EA;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value--circles .app-db-show__value-circle:not(:last-child) {
  margin-right: 6px;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value--circles .app-db-show__value-circle--marked {
  overflow: hidden;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value--circles .app-db-show__value-circle--marked::after {
  background-color: #003B5D;
  display: block;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value--circles .app-db-show__value-circle--marked-10-percent::after {
  width: 10%;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value--circles .app-db-show__value-circle--marked-20-percent::after {
  width: 20%;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value--circles .app-db-show__value-circle--marked-30-percent::after {
  width: 30%;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value--circles .app-db-show__value-circle--marked-40-percent::after {
  width: 40%;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value--circles .app-db-show__value-circle--marked-50-percent::after {
  width: 50%;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value--circles .app-db-show__value-circle--marked-60-percent::after {
  width: 60%;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value--circles .app-db-show__value-circle--marked-70-percent::after {
  width: 70%;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value--circles .app-db-show__value-circle--marked-80-percent::after {
  width: 80%;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value--circles .app-db-show__value-circle--marked-90-percent::after {
  width: 90%;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value--circles .app-db-show__value-circle--marked--full::after {
  width: 100% !important;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value-additional-info {
  margin-top: 4px;
  color: #58798C;
  font-size: 14px;
  text-align: right;
  width: 100%;
  justify-content: flex-end;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value-additional-info-numeric {
  color: #003B5D;
  font-weight: 600;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value-additional-info span {
  margin-right: 4px;
  white-space: nowrap;
}
.app-db-show__info-group .app-db-show__info-single .app-db-show__info-single-value-additional-info span.small-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50em;
  background-color: #003B5D;
  margin-bottom: 3px;
}
.db-show__colors-row > td {
  padding-bottom: 20px;
}
.app-db-show__colors-type-title {
  color: #58798C;
  font-weight: 600;
  line-height: 1.21;
  width: 30%;
}
@media screen and (min-width: 768px) {
  .app-db-show__colors-type-title {
    vertical-align: top;
  }
}
.app-db-show__colors-holder {
  width: 35%;
}
.app-db-show__color {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .app-db-show__color {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    border-radius: 15px;
  }
}
.app-db-show__colors-names {
  width: 35%;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .app-db-show__colors-names {
    vertical-align: top;
  }
}
.app-db-show__color-names {
  margin-left: 6px;
}
.app-db-show__info-single-value--highlighted-and-list .app-db-show__info-single-value-icons {
  width: 100%;
  justify-content: flex-end;
}
.app-db-show__info-single-value--highlighted-and-list .app-db-show__info-single-value-icon {
  margin-right: 6px;
}
.app-db-show__info-single-value--highlighted-and-list .app-db-show__info-single-value-icon svg {
  width: 24px;
  height: auto;
  fill: #D4E2EA;
}
.app-db-show__info-single-value--highlighted-and-list .app-db-show__info-single-value-icon--marked svg {
  fill: #003B5D;
}
.app-db-show__info-single--aggresion .app-db-show__info-single-value-additional-info {
  margin-top: 0;
}
.app-db-show__info-group-footer {
  border-top: 1px solid #D4E2EA;
  padding: 27px 0 4px;
}
@media screen and (min-width: 768px) {
  .app-db-show__info-group-footer {
    padding: 37px 0 14px;
  }
}
.app-db-show__info-group-holder--taxonomics .app-db-show__info-group-footer svg {
  width: 12px;
  height: auto;
  transform: rotate(180deg);
}
.app-db-show__other-options {
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .app-db-show__other-options {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .app-db-show__other-options {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .app-db-show__other-options--mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .app-db-show__other-options a {
    max-width: 171px;
  }
}
.app-db-show__other-options a:first-child {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .app-db-show__other-options a:first-child {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
.app-db-thanks-for-contribution {
  padding-top: 80px;
}
.app-db-thanks-for-contribution svg {
  margin-bottom: 32px;
  width: 63px;
  height: 63px;
}
.app-db-thanks-for-contribution p:first-child {
  margin-bottom: 10px;
}
.app-db-thanks-for-contribution p:last-child {
  margin-bottom: 24px;
}
.create-offer-btn-holder {
  position: fixed;
  bottom: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  right: 40px;
}
@media screen and (min-width: 1080px) {
  .create-offer-btn-holder {
    bottom: 50px;
    right: 90px;
  }
}
.create-offer-btn-holder .create-offer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  font-size: 30px;
  margin-bottom: 5px;
}
.create-offer-btn-holder p {
  font-size: 12px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.35s ease-out;
}
@media screen and (min-width: 1080px) {
  .create-offer-btn-holder p {
    font-size: 14px;
  }
}
.create-offer-btn-holder .create-offer-btn:hover + p {
  opacity: 1;
  z-index: 1;
}
.app-db-show__link-suggestions {
  margin-bottom: 55px;
}
.app-db-show__link-suggestions-title {
  margin-bottom: 22px;
}
.app-db-show__link-suggestion-holder {
  width: 50%;
  padding: 10px;
}
@media screen and (min-width: 1080px) {
  .app-db-show__link-suggestion-holder {
    width: 25%;
  }
}
.app-db-show__link-suggestion-holder .card-database-entry__image {
  padding-top: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.app-db-show__link-suggestion-holder .card-database-entry__image img {
  position: absolute;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .app-db-show__info-groups {
    width: 50%;
  }
}
.app-profile {
  padding: 20px 0 0;
}
.app-profile__top-info {
  margin-bottom: 35px;
  padding: 22px 32px 0 24px;
  flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .app-profile__top-info {
    margin-bottom: 35px;
    align-items: center;
    flex-direction: row;
  }
}
.app-profile__top-info-image {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50em;
  margin-right: 21px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1080px) {
  .app-profile__top-info-image {
    margin-bottom: 0;
  }
}
.app-profile__top-info-image--no-image {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(88, 121, 140, 0.5);
}
.app-profile__top-info-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.app-profile__top-info-image svg {
  width: 30px;
  height: auto;
}
.app-profile-index__option {
  padding: 22px 32px 22px 24px;
  line-height: 1.21;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #D4E2EA;
}
.app-profile-index__option:first-child {
  border-top: 1px solid #D4E2EA;
}
.app-profile-index__option svg {
  height: 11px;
  width: auto;
  transform: rotate(-90deg);
}
.app-profile-index__option .pill-badge {
  margin-left: 5px;
  font-weight: 500;
}
@media screen and (min-width: 1080px) {
  .app-profile-index__option .pill-badge {
    margin-left: 12px;
  }
}
.app-profile-index__actions {
  padding: 60px 32px 22px 24px;
}
@media screen and (max-width: 767px) {
  .app-profile-index__actions .app-profile-index__action {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .app-profile-index__actions .app-profile-index__action button {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .app-profile-settings .app-footer-vawe {
    margin-left: -24px;
  }
}
.app-profile-settings__group {
  border-bottom: 1px solid #D4E2EA;
  padding: 24px 0 24px 0;
  width: 100%;
}
.app-profile-settings__group--no-border {
  border-bottom: none;
}
.app-profile-settings__group--image {
  padding-bottom: 0;
}
.app-profile-settings__group--basic {
  padding-top: 0;
}
.app-profile-settings__field-holder {
  margin-bottom: 24px;
}
.app-profile-settings__field-holder--pass {
  position: relative;
}
.app-profile-settings__field-holder--pass .app-profile-settings__field-reveal {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.app-profile-settings__field-holder--pass .app-profile-settings__field-reveal svg {
  width: 20px;
  height: auto;
  fill: #003B5D !important;
}
.app-profile-settings__field-holder--pass .app-profile-settings__field-reveal--inactive {
  display: none;
}
.app-profile-settings__image-holder {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
  border-radius: 50em;
  background-color: #D4E2EA;
  margin-right: 27px;
  cursor: pointer;
  transition: opacity 0.35s ease-out, background-color 0.35s ease-out;
}
.app-profile-settings__image-holder:hover {
  opacity: 0.8 !important;
}
.app-profile-settings__image-holder svg {
  width: 20px;
  height: 20px;
}
.app-profile-settings__image-holder img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50em;
}
.app-profile-settings__image-wrap .component-crop__trigger-wrap {
  right: 0;
}
@media screen and (min-width: 1080px) {
  .app-profile-settings__form-image {
    max-width: 327px;
  }
}
.component-crop__trigger-button svg {
  fill: #003B5D !important;
}
.app-profile-settings__form-basic {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .app-profile-settings__form-basic {
    display: flex;
    flex-wrap: wrap;
    max-width: 854px;
  }
}
@media screen and (min-width: 1080px) {
  .app-profile-settings__group--basic {
    width: 50%;
    border-bottom: 0;
    padding-right: 100px;
  }
}
.app-profile-settings__group--address {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .app-profile-settings__group--address {
    width: 50%;
    border-left: 1px solid #D4E2EA;
    padding-top: 0;
    padding-left: 100px;
    margin-top: -111px;
    min-height: 392px;
    border-bottom: none;
  }
}
.component-profile-input {
  line-height: 1.21;
}
.component-profile-input label {
  margin-bottom: 4px;
  color: #58798C;
}
.component-profile-input input, .component-profile-input textarea {
  background-color: #EEF7FC;
  padding: 23px 24px 24px;
  border-radius: 16px;
}
.component-profile-input .component-profile-input__error {
  font-size: 14px;
  margin-bottom: 3px;
  color: #DC3545;
}
.component-profile-input .component-profile-input__error:first-child {
  margin-top: 5px;
}
.app-profile-settings__buttons > a, .app-profile-settings__buttons > button {
  margin-bottom: 12px;
}
@media screen and (max-width: 1079px) {
  .app-profile-settings__buttons > a, .app-profile-settings__buttons > button {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .app-profile-settings__buttons {
    display: flex;
    width: 100%;
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .app-profile-settings__buttons button.app-profile-settings__button-submit, .app-profile-settings__buttons a {
    width: 327px;
  }
}
@media screen and (min-width: 768px) {
  .app-profile-settings__buttons a:last-child {
    margin-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .app-profile-settings__buttons .app-profile-settings__button-to-password {
    width: 327px;
  }
}
.app-profile-settings__buttons .app-profile-settings__button-submit,
.app-profile-settings__buttons .app-profile-settings__button-to-password {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .app-profile-settings__buttons .app-profile-settings__button-submit,
.app-profile-settings__buttons .app-profile-settings__button-to-password {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
.app-profile-settings__buttons .app-profile-settings__button-logout {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .app-profile-settings__buttons .app-profile-settings__button-logout {
    margin-top: 0;
  }
}
@media screen and (max-width: 1079px) {
  .app-profile-settings__button {
    min-width: 100%;
  }
}
.app-profile-settings__content--change-password {
  padding-top: 34px;
  max-width: 854px;
}
.app-profile-settings__content--change-password .app-profile-settings__buttons {
  margin-top: 198px;
}
.auth-component__request-status {
  margin: 20px 0;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .auth-component__request-status {
    max-width: 855px;
  }
}
.auth-component__request-status .auth-component__error-message {
  font-size: 18px;
  font-weight: 600;
}
.auth-component__request-status-title {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 10px;
}
.auth-component__request-status--success {
  background-color: rgba(75, 181, 67, 0.7);
  background-color: rgba(75, 181, 67, 0.7);
}
.auth-component__request-status--errors {
  color: #DC3545;
  background-color: rgba(220, 53, 69, 0.3);
}
.profile-country-select {
  width: 100%;
}
.profile-country-select__options {
  padding-top: 20px;
  margin-top: -10px;
  top: 100%;
  max-height: 200px;
  overflow: scroll;
  background-color: #fff;
  width: 100%;
  border: 1px solid #EEF7FC;
  border-top: none;
  border-radius: 5px;
}
.profile-country-select__option {
  font-size: 14px;
  padding: 5px 24px;
  text-transform: capitalize;
  cursor: pointer;
}
.profile-country-select__option:hover {
  background-color: rgba(238, 247, 252, 0.7);
}
.profile-country-select__selected {
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  line-height: 1.21;
  background-color: #EEF7FC;
  padding: 23px 24px 24px;
  border-radius: 16px;
}
.profile-country-select__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.profile-country-select__close svg {
  width: 10px;
  height: auto;
}
.app-db-share-experience-holder {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: scroll;
  padding-bottom: 120px;
}
.app-db-share-experience-holder--success {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .app-db-share-experience-holder {
    padding: 73px 0;
  }
}
.app-db-share-experience {
  max-width: 480px;
  background-color: #fff;
  padding: 24px 24px 60px;
  border-radius: 20px;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .app-db-share-experience {
    height: unset;
    padding-bottom: 24px;
  }
}
.app-db-share-experience > * {
  max-width: 327px;
}
.app-db-share-experience__close {
  display: none;
}
@media screen and (min-width: 768px) {
  .app-db-share-experience__close {
    display: flex;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
  }
  .app-db-share-experience__close svg {
    width: 12px;
    height: 12px;
    fill: #003B5D;
  }
}
.db-share-experience__title-holder {
  margin-bottom: 14px;
}
.db-share-experience__title-holder .db-share-experience__title {
  margin-bottom: 4px;
}
.app-db-share-experience .app-back-button {
  margin-bottom: 34px;
}
@media screen and (min-width: 768px) {
  .app-db-share-experience .app-back-button {
    display: none;
  }
}
.app-db-share-experience-field {
  background-color: #EEF7FC;
  border-radius: 16px;
  margin-bottom: 8px;
  padding: 24px;
}
.app-db-share-experience-field--transparent {
  background-color: transparent;
}
.app-db-share-experience-field__title {
  margin-bottom: 4px;
}
.app-db-share-experience-field__description {
  margin-bottom: 16px;
}
.app-db-share-experience-field__circle-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}
.app-db-share-experience-field__circle {
  width: 40px;
  height: 40px;
  border: 1px solid #003B5D;
  border-radius: 50em;
  margin-bottom: 9px;
  transition: background-color 0.35s ease-out;
}
.app-db-share-experience-field__circle--checked {
  background-color: #003B5D;
}
.app-db-share-experience-field__circle svg {
  width: 14px;
  height: auto;
  fill: #fff;
}
.app-db-share-experience-field__circle-text {
  white-space: nowrap;
  font-size: 12px;
}
.app-db-share-experience__required_tank_size-input-holder {
  margin-top: 12px;
  position: relative;
}
.app-db-share-experience__required_tank_size-input-holder::after {
  position: absolute;
  content: "L";
  color: #003B5D;
  font-size: 14px;
  right: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
}
.app-db-share-experience__required_tank_size-input {
  border: 1px solid #003B5D;
  color: #58798C;
  border-radius: 16px;
  padding: 24px;
  width: 100%;
}
.app-db-share-experience__buttons {
  margin-top: 16px;
}
.app-db-share-experience-holder--success svg {
  margin-bottom: 32px;
  width: 63px;
  height: 63px;
}
.app-db-share-experience-holder--success p {
  margin-bottom: 24px;
}
.app-db-share-experience-field {
  display: flex;
  flex-direction: column;
}
.app-db-share-experience-multiple-choice__option {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.app-db-share-experience-multiple-choice__option-circle {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px;
  max-height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50em;
  border: 1px solid #003B5D;
  margin-right: 16px;
  transition: background-color 0.35s ease-out;
}
.app-db-share-experience-multiple-choice__option-circle--square {
  border-radius: 5px !important;
}
.app-db-share-experience-multiple-choice__option-circle--selected {
  background-color: #003B5D;
}
.app-db-share-experience-multiple-choice__option-circle svg {
  fill: #fff;
  opacity: 0;
  width: 14px;
  height: auto;
  transform: scale(0.3);
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
}
.app-db-share-experience-multiple-choice__option-label {
  transition: font-weight 0.35s ease-out;
  white-space: normal;
}
.app-db-share-experience-multiple-choice__option--selected .app-db-share-experience-multiple-choice__option-circle {
  background-color: #003B5D;
}
.app-db-share-experience-multiple-choice__option--selected .app-db-share-experience-multiple-choice__option-circle svg {
  opacity: 1;
  transform: scale(1);
}
.app-db-share-experience-multiple-choice__option--selected .app-db-share-experience-multiple-choice__option-label {
  font-weight: 600;
}
.app-db-share-experience-tags__options {
  display: flex;
  flex-wrap: wrap;
}
.app-db-share-experience-tags__options .app-db-share-experience-tags__option {
  padding: 5px 10px;
  min-height: 20px;
  font-size: 12px;
  border-radius: 10px;
  border: 1px solid #D4E2EA;
  margin: 5px 5px;
  opacity: 0.8;
  transition: opacity 0.35s ease-out, background-color 0.35s ease-out, color 0.35s ease-out;
}
.app-db-share-experience-tags__options .app-db-share-experience-tags__option--selected {
  background-color: #003B5D;
  color: #fff;
}
.app-header__location-subtitle {
  padding: 0 8px 0 0;
  margin-top: -4px;
  line-height: 1.21;
}
@media screen and (min-width: 1080px) {
  .app-header__location-subtitle {
    padding: 0;
    margin-top: -22px;
  }
}
.app-tanks-index__content--empty {
  min-height: 80vh;
}
@media screen and (min-width: 1080px) {
  .app-tanks-index__content--empty {
    min-height: unset;
  }
}
@media screen and (min-width: 1080px) {
  .app-tanks-index .app-header__location-additional {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 65%;
    min-width: 65%;
  }
}
.app-tanks-index__add-new {
  width: 178px;
  max-width: 178px;
}
.app-tanks-index__add-new-holder-mobile {
  position: fixed;
  bottom: 150px;
  left: 0;
  width: 100vw;
  z-index: 5;
  padding: 0 24px;
}
@media screen and (min-width: 1080px) {
  .app-tanks-index__add-new-holder-mobile {
    display: none;
  }
}
.app-tanks-index__add-new--mobile {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  outline: 1px solid #003B5D !important;
}
.app-tanks-index__switcher {
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #D4E2EA;
  border-radius: 23.5px;
  height: 47px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .app-tanks-index__switcher {
    margin-bottom: 0;
  }
}
.app-tanks-index__switcher-option {
  color: #003B5D;
  display: flex;
  align-items: center;
  padding: 16px 49px;
}
.app-tanks-index__switcher-option--active {
  background-color: #003B5D;
  color: #fff;
  border-radius: 23.5px;
}
.tanks-filters-wrappper {
  margin-top: 22px;
}
@media screen and (min-width: 1080px) {
  .tanks-filters-wrappper {
    margin-top: 50px;
  }
}
.app-tanks-index__tanks {
  padding-top: 61px;
}
@media screen and (min-width: 768px) {
  .app-tanks-index__tanks {
    margin: 0 0;
  }
}
.app-tanks-index__tank-holder {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .app-tanks-index__tank-holder {
    width: 33.3%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.app-header__location-additional .app-header__location-additional__link-to-tank-edit {
  width: 216px;
}
.app-tanks-show__top-options {
  margin-bottom: 41px;
}
.app-tanks-show__top-options-right {
  display: none;
}
@media screen and (min-width: 768px) {
  .app-tanks-show__top-options-right {
    display: flex;
  }
}
.app-tanks-show__top-title {
  align-items: center;
}
.app-tanks-show__top-title-back {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .app-tanks-show__top-title-back {
    margin-right: 20px;
  }
}
.app-tanks-show__top-title-back svg {
  width: 14px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .app-tanks-show__top-title-back svg {
    width: 20px;
  }
}
.tank-private-badge {
  font-size: 10px;
  background-color: #BCD1DD;
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 20px;
  padding: 9.67px 13.33px;
  text-transform: uppercase;
}
.tank-private-badge svg {
  width: 13.33px;
  height: auto;
  fill: #003B5D;
  margin-right: 8px;
}
.app-tanks-show__top .tank-private-badge {
  display: none;
}
@media screen and (min-width: 768px) {
  .app-tanks-show__top .tank-private-badge {
    display: flex;
    margin-left: 16px;
  }
}
.app-tanks-show__carousel-holder {
  margin-bottom: 30px;
  min-height: 327px;
}
.app-tanks-show__carousel-holder > div:first-child {
  margin-bottom: 30px;
}
@media screen and (min-width: 1080px) {
  .app-tanks-show__carousel-holder {
    margin-bottom: 37px;
    min-height: 550px;
  }
}
.app-tanks-show__additional-links-desktop > a {
  max-width: 33%;
  margin-bottom: 0;
}
.app-tanks-show__additional-links-desktop > a:not(:last-child) {
  margin-right: 12px;
}
.app-tanks-show__additional-links-mobile {
  max-width: 327px;
}
@media screen and (min-width: 768px) {
  .app-tanks-show__additional-links-mobile {
    max-width: 608px;
  }
}
@media screen and (min-width: 1080px) {
  .app-tanks-show__additional-links-mobile {
    display: none;
  }
}
.app-tanks-show__carousel .app-tanks-show__carousel-item {
  height: 327px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .app-tanks-show__carousel .app-tanks-show__carousel-item {
    height: 608px;
  }
}
.app-tanks-show__carousel .app-tanks-show__carousel-item > img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.app-tanks-show__edit-photos-link,
.app-tanks-show__edit-info-mobile-link {
  align-items: center;
  display: flex !important;
  justify-content: center;
  margin-bottom: 8px;
}
.app-tanks-show__edit-photos-link svg,
.app-tanks-show__edit-info-mobile-link svg {
  width: 20px;
  height: 20px;
  margin-right: 14px;
  transition: fill 0.35s ease-out;
  fill: #003B5D;
}
.app-tanks-show__edit-photos-link:hover svg,
.app-tanks-show__edit-info-mobile-link:hover svg {
  fill: #fff !important;
}
@media screen and (min-width: 1080px) {
  .app-tanks-show__edit-photos-link--mobile,
.app-tanks-show__edit-info-mobile-link--mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1079px) {
  .app-tanks-show__edit-photos-link--desktop,
.app-tanks-show__edit-info-mobile-link--desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1080px) {
  .app-tanks-show__edit-info-mobile-link {
    display: none !important;
  }
}
@media screen and (min-width: 1080px) {
  .app-tanks-show__edit-photos-link svg {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .app-tanks-show__info {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .app-tanks-show__info .app-info-panel-group {
    width: 50%;
  }
  .app-tanks-show__info .app-info-panel-group:first-child {
    padding-right: 12px;
  }
  .app-tanks-show__info .app-info-panel-group:last-child {
    padding-left: 12px;
  }
}
.app-tanks-show__info-owner-data-username {
  margin-right: 14px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
.app-tanks-show__info-owner-data-image {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.app-tanks-show__info-owner-data-image--no-image {
  border: 2px solid #58798C;
}
.app-tanks-show__info-owner-data-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.app-tanks-show__info-owner-data-image svg {
  width: 20px;
  height: auto;
  fill: #003B5D;
}
.app-info-panel {
  background-color: #EEF7FC;
  padding: 24px;
  border-radius: 20px;
  margin-bottom: 16px;
  height: 100%;
  display: block;
}
.app-info-panel > * {
  width: 100%;
}
.app-info-panel-title-holder {
  font-weight: 600;
  padding-bottom: 6px;
  margin-bottom: 24px;
  border-bottom: 1.5px solid #003B5D;
  text-transform: uppercase;
}
.app-info-panel .app-info-panel-row {
  font-size: 14px;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.app-info-panel .app-info-panel-row-label {
  color: #58798C;
  font-weight: 600;
  width: 50%;
  line-height: 1.21;
}
@media screen and (min-width: 768px) {
  .app-info-panel .app-info-panel-row-label {
    width: 25%;
    max-width: 150px;
  }
}
.app-info-panel .app-info-panel-row-value {
  width: 50%;
  line-height: 1.5;
  font-weight: 500;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .app-info-panel .app-info-panel-row-value {
    width: 75%;
  }
}
.app-info-panel .app-info-panel-row-value-additional-inline {
  color: #58798C;
  font-weight: 400;
}
.app-info-panel .app-info-panel-row-value--circles {
  display: flex;
  flex-direction: column;
}
.app-info-panel .app-info-panel-row-value--circles .app-db-show__value-circle {
  width: 24px;
  height: 24px;
  border-radius: 50em;
  background-color: #D4E2EA;
}
.app-info-panel .app-info-panel-row-value--circles .app-db-show__value-circle:not(:last-child) {
  margin-right: 6px;
}
.app-info-panel .app-info-panel-row-value--circles .app-db-show__value-circle--marked {
  background-color: #003B5D;
}
.app-info-panel .app-info-panel-row .app-info-panel-row-value-additional-info {
  margin-top: 4px;
  color: #58798C;
  font-size: 14px;
  text-align: right;
  width: 100%;
  justify-content: flex-end;
}
.app-info-panel .app-info-panel-row .app-info-panel-row-value-additional-info-numeric {
  color: #003B5D;
  font-weight: 600;
}
.app-info-panel .app-info-panel-row .app-info-panel-row-value-additional-info span {
  margin-right: 4px;
  white-space: nowrap;
}
.app-info-panel .app-info-panel-row .app-info-panel-row-value-additional-info span.small-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50em;
  background-color: #003B5D;
  margin-bottom: 3px;
}
.app-tanks-show__info {
  margin-bottom: 64px;
}
@media screen and (min-width: 1080px) {
  .app-tanks-show__info {
    margin-bottom: 100px;
  }
}
.app-tanks-show__entries-title-holder,
.app-tanks-show__entries-subtitle-holder {
  margin-bottom: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1080px) {
  .app-tanks-show__entries-title-holder,
.app-tanks-show__entries-subtitle-holder {
    font-size: 24px;
  }
}
.app-tanks-show__entries-title-holder p,
.app-tanks-show__entries-subtitle-holder p {
  margin-bottom: 19px;
}
.app-tanks-show__entries-title-holder a:not(:last-child),
.app-tanks-show__entries-subtitle-holder a:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (min-width: 1080px) {
  .app-tanks-show__entries-title-holder a:not(:last-child),
.app-tanks-show__entries-subtitle-holder a:not(:last-child) {
    margin-bottom: 0;
    margin-right: 12px;
  }
}
.app-tanks-show__entries-title-holder-actions {
  display: flex;
}
@media screen and (min-width: 1080px) {
  .app-tanks-show__entries-title-holder-actions {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
.app-tanks-show__entries-title-holder-actions svg {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .app-tanks-show__entries-title-holder {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .app-tanks-show__entries-title-holder p {
    margin-bottom: 0;
  }
}
.app-tanks-show__entries-title-holder a {
  margin-left: 25px;
}
@media screen and (min-width: 768px) {
  .app-tanks-show__entries-title-holder a {
    display: block;
  }
}
.app-tanks-show__entries-title-holder a.app-button {
  min-width: 177px;
}
.app-tanks-show__entries-subtitle-holder {
  margin-bottom: 5px;
  margin-top: 15px;
}
@media screen and (min-width: 1080px) {
  .app-tanks-show__entries-subtitle-holder {
    font-size: 22px;
  }
}
@media screen and (min-width: 1080px) {
  .app-tanks-show__cards {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .app-tanks-show__cards {
    margin: 0 0;
  }
}
.app-tanks-show__card-holder {
  width: 50%;
  margin-bottom: 32px;
  padding: 6px;
}
@media screen and (min-width: 768px) {
  .app-tanks-show__card-holder {
    padding: 0 12px;
    width: 25%;
  }
}
.app-tanks-show__card-holder .card-database-entry__image {
  padding-top: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.app-tanks-show__card-holder .card-database-entry__image img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.app-tanks-show__bottom-actions {
  margin-top: 100px;
}
.app-tanks-show__bottom-actions-title {
  margin-bottom: 50px;
}
.app-tanks-show__no-entries {
  margin-bottom: 50px;
}
@media screen and (min-width: 1080px) {
  .app-tanks-show__no-entries {
    margin-bottom: 105px;
  }
}
.tank-edit-images__content {
  min-height: 90vh;
}
@media screen and (min-width: 768px) {
  .tank-edit-images__content {
    padding-top: 47px;
  }
}
.tank-edit-images__images {
  margin: 0 0 113px;
}
@media screen and (min-width: 768px) {
  .tank-edit-images__images {
    margin-bottom: 0 0 40px;
  }
}
.tank-edit-images__image-holder {
  width: 50%;
  padding: 6px 6px;
}
@media screen and (min-width: 768px) {
  .tank-edit-images__image-holder {
    padding: 12px 12px;
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .tank-edit-images__image-holder {
    width: 25%;
  }
}
.tank-edit-images__image-holder .component-crop__trigger-wrap {
  top: 0px;
  right: 10px;
}
.tank-edit-images__image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.tank-edit-images__image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.tank-edit-images__image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.tank-edit-images__image-select-for-profile {
  width: 38px;
  height: 38px;
  top: 24px;
  left: 24px;
  background-color: #fff;
  border-radius: 50em;
  border: 2px solid #fff;
  z-index: 2;
}
.tank-edit-images__image-select-for-profile svg {
  width: 18px;
  height: auto;
  fill: #003B5D;
}
.tank-edit-images__image-select-for-profile--active {
  background-color: #0057FF;
}
.tank-edit-images__image-select-for-profile--active svg {
  fill: #fff;
}
.tank-edit-images__image-delete {
  border: 2px solid #fff;
  width: 38px;
  height: 38px;
  bottom: 24px;
  right: 24px;
  background-color: #fff;
  border-radius: 50em;
  z-index: 2;
}
.tank-edit-images__image-delete svg {
  width: 18px;
  height: auto;
  fill: #003B5D;
}
.tank-edit-images__image-holder .tank-edit-images__image--new {
  cursor: pointer;
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  background-color: #EEF7FC;
  border-radius: 20px;
}
.tank-edit-images__image-holder svg:not(.crop-icon):not(.crop-close-icon) {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .tank-edit-images__image-holder svg:not(.crop-icon):not(.crop-close-icon) {
    width: 30px;
    height: 30px;
  }
}
.tank-edit-images__image__new-images-input {
  width: 0;
  height: 0;
}
.tank-edit-images__buttons {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tank-edit-images__buttons {
    width: 228px;
    display: flex;
    justify-content: flex-start;
  }
}
.tank-edit-images__button {
  width: 100%;
}
.tank-edit-images__button:first-child {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .tank-edit-images__button:first-child {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
@media screen and (min-width: 1080px) {
  .app-tanks-create .app-header__location-title {
    display: flex;
    justify-content: center;
  }
}
.tanks-create {
  padding-top: 40px;
}
.tanks-create__step-switch-option {
  cursor: pointer;
  width: 40px;
  height: 6px;
  background-color: #D4E2EA;
  border-radius: 3px;
  transition: background-color 0.35s ease-in-out;
}
.tanks-create__step-switch-option--active {
  background-color: #003B5D;
}
.tanks-create__step-switch-option:nth-of-type(2) {
  margin: 0 8px;
}
.tanks-create__active-step {
  max-width: 327px;
  margin: 0 auto;
}
.tanks-create__active-step--3 {
  max-width: 1240px;
}
@media screen and (min-width: 1080px) {
  .tanks-create__active-step--3 {
    width: 1240px;
  }
}
.tanks-create__active-step {
  padding-top: 40px;
}
.tanks-create-step {
  min-height: 80vh;
  width: 100%;
}
.tanks-create-step__title-holder {
  margin-bottom: 40px;
}
.tanks-create-step__title-holder p:not(:first-child) {
  margin-top: 4px;
}
@media screen and (min-width: 1080px) {
  .tanks-create-step__content--step-3 {
    width: 1240px;
  }
}
.tanks-create-step__buttons {
  margin-top: 34px;
}
.tanks-create-step__buttons :last-child {
  margin-top: 8px;
}
.tanks-create-step-one__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.tanks-create-step-one__field-label {
  font-size: 10px;
  line-height: 1.21;
  margin-bottom: 4px;
  font-weight: 600;
  text-transform: uppercase;
  color: #58798C;
}
.tanks-create-step-one__field-input, .tanks-create-step-one__field .v3dp__datepicker .v3dp__input_wrapper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.tanks-create-step-one__field-input--volume::after, .tanks-create-step-one__field-input--length::after, .tanks-create-step-one__field .v3dp__datepicker .v3dp__input_wrapper--volume::after, .tanks-create-step-one__field .v3dp__datepicker .v3dp__input_wrapper--length::after {
  position: absolute;
  content: "L";
  color: #003B5D;
  font-size: 14px;
  right: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
}
.tanks-create-step-one__field-input--length::after, .tanks-create-step-one__field .v3dp__datepicker .v3dp__input_wrapper--length::after {
  content: "cm";
}
.tanks-create-step-one__field-input input, .tanks-create-step-one__field-input textarea, .tanks-create-step-one__field .v3dp__datepicker .v3dp__input_wrapper input, .tanks-create-step-one__field .v3dp__datepicker .v3dp__input_wrapper textarea {
  width: 100%;
  background-color: #EEF7FC;
  padding: 24px;
}
.tanks-create-step-one__field-input textarea, .tanks-create-step-one__field .v3dp__datepicker .v3dp__input_wrapper textarea {
  min-height: 140px;
}
.v3dp__datepicker .selected span {
  background-color: #003B5D !important;
}
.tanks-create-step-one__textarea-left {
  bottom: 20px;
  right: 20px;
}
.tanks-create-step-one__is-private .toggle-off {
  background-color: #D4E2EA;
  border-color: #D4E2EA;
}
.tanks-create-step-one__is-private .toggle-on {
  background-color: #003B5D;
  border-color: #003B5D;
}
.image-upload-icon {
  width: 270px;
  height: 270px;
  background-color: #EEF7FC;
  border-radius: 20px;
  border: 2px #D4E2EA dashed;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1080px) {
  .image-upload-icon {
    width: 327px;
    height: 327px;
  }
}
.image-upload-icon svg {
  width: 64px;
  height: auto;
  fill: #BCD1DD;
  margin-bottom: 20px;
}
.tanks-create-step-two__carousel {
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  .tanks-create-step-two__carousel .tns-outer {
    max-height: 155px;
  }
}
@media screen and (min-width: 768px) {
  .tanks-create-step-two__carousel .new-photos-carousel-item {
    height: 155px;
  }
}
.tanks-create-step-two__carousel .new-photos-carousel-item--picked {
  border: 3px solid #003B5D;
}
.tanks-create-step-three__cards {
  margin-left: -6px;
  margin-right: -6px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1080px) {
  .tanks-create-step-three__cards {
    margin-top: 32px;
    margin-left: -12px;
    margin-right: -12px;
  }
}
.tanks-create-step-three__card-holder {
  width: 50%;
  padding: 0 6px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1080px) {
  .tanks-create-step-three__card-holder {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1080px) {
  .tanks-create-step-three__card-holder {
    width: 25%;
  }
}
.tanks-create-step-three__card-image {
  width: 100%;
  padding-top: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.tanks-create-step-three__card-image > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tanks-create-step-three__card-colors-holder {
  top: 16px;
  right: 16px;
  z-index: 2;
}
.tanks-create-step-three__card-colors {
  margin-bottom: 4px;
}
.tanks-create-step-three__card-color {
  border-radius: 50em;
  width: 16px;
  height: 16px;
  border: 1.5px solid #fff;
}
.tanks-create-step-three__card-color:not(:last-child) {
  margin-right: 4px;
}
.tanks-create-step-three__card-selection {
  left: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #fff;
  transition: background-color 0.35s ease-out;
  z-index: 2;
}
.tanks-create-step-three__card-selection--active {
  background-color: #003B5D;
}
.tanks-create-step-three__card-selection svg {
  width: 12px;
  height: auto;
  fill: #fff;
}
.tanks-create-step-three__card-quantity {
  bottom: 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #D4E2EA;
  width: 126px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
}
.tanks-create-step-three__card-quantity > * {
  padding: 14px 0;
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tanks-create-step-three__card-quantity-current {
  transition: transform 0.2s ease-out, font-weight 0.2s ease-out;
}
.tanks-create-step-three__card-quantity-current--changed {
  transform: scale(1.3);
  font-weight: 700;
}
.tanks-create-step-three__card-quantity-change {
  font-size: 30px;
  cursor: pointer;
}
.tanks-create-step-three__card-data {
  padding-top: 8px;
}
.tanks-create-step-three__card-data p:first-child {
  margin-bottom: 2px;
}
.tanks-create-step-three__load-more {
  margin-top: 30px;
}
@media screen and (min-width: 1080px) {
  .tanks-create-step-three__load-more {
    margin-top: 60px;
  }
}
.tanks-create-step-three__submit-holder {
  position: fixed;
  width: 100%;
  max-width: 100%;
  bottom: 180px;
  margin-left: -24px;
}
@media screen and (min-width: 1080px) {
  .tanks-create-step-three__submit-holder {
    margin-left: 0;
    margin-top: 23px;
    position: static;
  }
}
@media screen and (min-width: 1080px) {
  .app-marketplace-create-offer .app-header__location-title {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1080px) {
  .marketplace-offer-create-form,
.marketplace-offer-success {
    max-width: 700px;
    margin: 0 auto 0;
  }
}
.marketplace-offer-create__images-options {
  flex-direction: column;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .marketplace-offer-create__images-options {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .marketplace-offer-create__images-options .marketplace-offer-create__images-option {
    width: calc(33% - 8px);
  }
}
@media screen and (min-width: 768px) {
  .marketplace-offer-create__images-options .marketplace-offer-create__images-option:not(:last-child) {
    margin-right: 8px;
  }
}
.marketplace-offer-create__images-options .marketplace-offer-create__images-option--active {
  font-weight: 600;
}
.marketplace-offer-create__images-options .marketplace-offer-create__images-option-title {
  margin-bottom: 14px;
}
.marketplace-offer-create__images-options .marketplace-offer-create__images-option {
  margin-bottom: 10px;
}
.marketplace-offer-create__images {
  height: 327px;
  margin-bottom: 36px;
}
@media screen and (min-width: 1080px) {
  .marketplace-offer-create__images {
    height: 292px;
  }
}
.marketplace-offer-create-form label {
  color: #58798C;
}
.marketplace-offer-create-form label.higer-bottom-margin {
  margin-bottom: 16px;
}
.marketplace-offer-create-form__header {
  line-height: 1.21;
  margin-bottom: 28px;
}
.marketplace-offer-create-form__header h1 {
  margin-bottom: 8px;
}
.marketplace-offer-create-form__header__info svg {
  width: 25px;
  height: auto;
  stroke: #003B5D;
}
.marketplace-offer-create-form__field-holder {
  margin-bottom: 24px;
}
.marketplace-offer-create-form__field-holder .option:not(:first-child) {
  margin-top: 8px;
}
.marketplace-offer-create-form__field-intro {
  margin-bottom: 16px;
}
.marketplace-offer-create-form__field-title {
  color: #58798C;
}
.marketplace-offer-create-form__field-holder .datepicker {
  margin-top: 8px;
  border: 1px solid #58798C;
  padding: 8px;
  border-radius: 4px;
}
.marketplace-offer-create-form__input--price {
  position: relative;
}
.marketplace-offer-create-form__price-calculation {
  margin-top: 8px;
}
.marketplace-offer-create-form__price-calculation svg {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.marketplace-offer-create-form__price-calculation p {
  margin-bottom: 3px;
}
.marketplace-offer-create-form__price-calculation .marketplace-offer-create-form__price-calculation {
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .marketplace-offer-create-form__price-calculation .marketplace-offer-create-form__price-calculation {
    align-items: center;
  }
}
.in-input-select {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  font-weight: 600;
  width: 80px;
}
.in-input-select .vs__search {
  display: none !important;
}
.in-input-select .vs__dropdown-toggle {
  border: none !important;
}
.marketplace-offer-create-form__quantity {
  width: 126px;
  height: 48px;
  background-color: #D4E2EA;
  font-weight: 500;
  border-radius: 10px;
  text-align: center;
}
.marketplace-offer-create-form__quantity > * {
  width: 33.3%;
}
.marketplace-offer-create-form__quantity input {
  width: 100%;
}
.marketplace-offer-create-form__button-option {
  border: 1px solid #D4E2EA;
  border-radius: 10px;
  width: 100%;
  padding: 24px;
  transition: background-color 0.35s ease-out;
}
.marketplace-offer-create-form__button-option:not(:last-child) {
  margin-bottom: 8px;
}
.marketplace-offer-create-form__button-option--active {
  background-color: #EEF7FC;
}
.marketplace-offer-create-form__button-option--no-margin {
  margin-bottom: 0 !important;
}
.marketplace-offer-create-form__size-holder {
  background-color: #EEF7FC;
  border-radius: 10px;
  position: relative;
}
.marketplace-offer-create-form__size-holder input {
  padding: 24px;
  width: calc(50% - 5px);
}
.marketplace-offer-create-form__size-holder span {
  width: 10px;
}
.marketplace-offer-create-form__buttons {
  margin-top: 62px;
  flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .marketplace-offer-create-form__buttons {
    flex-direction: row;
  }
}
.marketplace-offer-create-form__buttons .marketplace-offer-create-form__button {
  margin-bottom: 12px;
}
@media screen and (min-width: 1080px) {
  .marketplace-offer-create-form__buttons .marketplace-offer-create-form__button {
    margin: 0 auto;
    margin-right: 5px;
  }
}
.marketplace-offer-create-form__buttons .marketplace-offer-create-form__button:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 1080px) {
  .marketplace-offer-create-form__buttons .marketplace-offer-create-form__button:not(:last-child) {
    margin-bottom: 0;
    margin-right: 8px;
  }
}
.marketplace-offer-success {
  margin-top: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  min-height: 55vh;
  position: relative;
}
.marketplace-offer-success .marketplace-offer-success__main-content {
  align-self: center;
  margin-top: 80px;
}
@media screen and (min-width: 1080px) {
  .marketplace-offer-success .marketplace-offer-success__main-content {
    margin-top: 60px;
  }
}
.marketplace-offer-success .marketplace-offer-success__main-content svg {
  width: 32px;
  height: auto;
  margin-bottom: 32px;
}
@media screen and (min-width: 1080px) {
  .marketplace-offer-success .marketplace-offer-success__main-content svg {
    width: 64px;
  }
}
.marketplace-offer-success .marketplace-offer-success__options {
  align-self: flex-end;
  margin-bottom: 24px;
}
.marketplace-offer-success .marketplace-offer-success__options .offer-button {
  padding: 30px;
  border-radius: 20px;
}
.marketplace-offer-success .marketplace-offer-success__options .offer-button:first-child {
  margin-bottom: 15px;
}
@media screen and (min-width: 1080px) {
  .marketplace-offer-success .marketplace-offer-success__options {
    margin-bottom: 60px;
  }
}
.app-cart footer {
  z-index: 3;
}
.app-cart footer {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .app-cart .mobile-navigation {
    z-index: 100;
  }
}
.app-cart .app-footer-vawe {
  margin-top: 300px;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .app-cart .app-footer-vawe {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1080px) {
  .app-cart .app-main-content {
    min-height: 580px;
  }
}
.page-cart__cart-content {
  background-color: #EEF7FC;
  border: 1px solid #EEF7FC;
  padding: 0 24px 0 10px;
  border-radius: 20px;
}
@media screen and (min-width: 1080px) {
  .page-cart__cart-content {
    margin: 0 auto;
  }
}
@keyframes rotate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes skeletonBgAnimation {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.page-cart__sellers-list, .skeleton-cart__sellers-list {
  display: flex;
  flex-direction: column;
}
.page-cart-single-seller, .skeleton-page-cart-single-seller {
  padding-top: 24px;
}
.skeleton-page-cart-single-seller {
  min-height: 356px;
  width: 100%;
}
.page-cart-single-seller__seller {
  margin-bottom: 16px;
}
.page-cart-single-seller__seller-image {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-cart-single-seller__seller-image img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .page-cart-single-seller__seller-zip {
    margin-left: 20px;
  }
}
.page-cart-single-seller__items {
  padding-left: 24px;
}
.page-cart-single-seller__item:not(:last-child), .skeleton-page-cart-single-seller__item:not(:last-child) {
  margin-bottom: 40px;
}
.page-cart-single-seller__delivery {
  padding-left: 24px;
}
.page-cart-single-seller__delivery .page-cart-single-seller__delivery-title {
  margin-bottom: 4px;
}
.page-cart-single-seller__delivery .page-cart-single-seller__delivery-text {
  margin-bottom: 24px;
}
.page-cart-single-seller__delivery--has-caution {
  margin-top: 25px;
}
.page-cart-single-seller__delivery-option {
  border: 1px solid red;
  margin-bottom: 8px !important;
}
.skeleton-page-cart-single-seller__item {
  min-height: 300px;
  border-radius: 10px;
}
.page-cart-single-seller__item-info-image {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin-right: 24px;
  overflow: hidden;
}
.page-cart-single-seller__item-info-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-cart-single-seller__item-info-text-title {
  margin-bottom: 2px;
}
.page-cart-single-seller__item-info-text-subtitle {
  margin-bottom: 14px;
}
.page-cart-single-seller__item-action-change-quantity {
  background-color: #D4E2EA;
  width: 126px;
  height: 48px;
  margin-right: 28px;
  border-radius: 10px;
}
.page-cart-single-seller__item-action-change-quantity-col {
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-cart-single-seller__item-action-change-quantity-col--increment, .page-cart-single-seller__item-action-change-quantity-col--decrement {
  width: calc(50% - 10px);
}
.page-cart-single-seller__item-action-remove svg {
  width: 18px;
  height: auto;
  fill: #58798C;
}
.page-cart-single-seller__item-over-quantity {
  margin: 0 0 12px 0;
  color: #FF4D4D;
  font-size: 14px;
  text-align: right;
  font-weight: 600;
}
.page-cart-single-seller__price {
  border-bottom: 2px solid #D4E2EA;
  padding: 24px 0 24px 14px;
}
.page-cart-single-seller__caution {
  padding-left: 14px;
  margin-top: 16px;
  color: #FF4D4D;
}
.page-cart-single-seller__caution svg {
  fill: #FF4D4D;
  width: 19.5px;
  min-width: 19.5px;
  height: auto;
  margin-right: 10.25px;
}
.page-cart__total-price-holder {
  padding: 24px 0 24px 14px;
}
.page-cart__total-price {
  font-size: 24px;
  font-weight: 600;
}
.page-cart__cautions {
  padding: 30px 0;
}
.page-cart__cautions .page-cart__caution {
  font-weight: 600;
  font-size: 15px;
  color: #FF4D4D;
}
.page-cart__actions {
  position: fixed;
  bottom: 100px;
  width: 280px;
  margin: 0 auto;
  left: calc(50vw - 140px);
  z-index: 2;
}
@media screen and (min-width: 1080px) {
  .page-cart__actions {
    position: static;
    width: 100%;
    display: flex;
    left: unset;
    bottom: unset;
    margin-top: 40px;
  }
}
.page-cart__actions .app-button, .page-cart__actions .component-capture-image .shutter + .flex .button-control button, .component-capture-image .shutter + .flex .button-control .page-cart__actions button {
  border: 1px solid white;
}
.page-cart__actions .app-button:first-child, .page-cart__actions .component-capture-image .shutter + .flex .button-control button:first-child, .component-capture-image .shutter + .flex .button-control .page-cart__actions button:first-child {
  margin-bottom: 8px;
}
@media screen and (min-width: 1080px) {
  .page-cart__actions .app-button:first-child, .page-cart__actions .component-capture-image .shutter + .flex .button-control button:first-child, .component-capture-image .shutter + .flex .button-control .page-cart__actions button:first-child {
    margin: 0 8px 0 0;
  }
}
.page-cart-single-seller__cant-ship {
  margin: 20px 0;
  color: #940101;
  font-size: 14px;
}
.page-cart-content--empty {
  background-color: #fff;
  border: none;
}
.page-cart-content--empty h2 {
  margin-bottom: 50px;
}
.app-checkout-not-logged__options {
  margin: 40px 0 80px;
}
.page-checkout-content {
  flex-direction: column;
  margin-top: 40px;
}
@media screen and (min-width: 1080px) {
  .page-checkout-content {
    flex-direction: row;
  }
}
@media screen and (min-width: 1080px) {
  .page-checkout__delivery_and_payment {
    max-width: 620px;
    padding-right: 117px;
  }
}
@media screen and (min-width: 1080px) {
  .page-checkout__details_and_communication {
    width: 620px;
    padding-left: 117px;
    border-left: 1px solid #D4E2EA;
  }
}
.page-checkout__section-text {
  margin-bottom: 16px;
  line-height: 1.21;
}
.page-checkout__section-text-title {
  margin-bottom: 7px;
}
.page-checkout__selection-method {
  padding: 23px 23px;
  margin-bottom: 20px;
  border: 1px solid #EEF7FC;
  border-radius: 10px;
}
@media screen and (min-width: 1080px) {
  .page-checkout__selection-method {
    margin-bottom: 24px;
  }
}
.page-checkout__selection-method--active {
  border: 1px solid #003B5D;
}
.page-checkout__selection-method--active-with-bg {
  background-color: #EEF7FC;
}
.page-checkout__selection-method-title {
  margin-bottom: 12px;
}
.page-checkout__payment-methods .page-checkout__selection-method--active .profile-input {
  border: 1px solid #003B5D;
}
.page-checkout__selection-method--card .profile-input {
  margin-bottom: 24px;
}
.component-profile-input--exp-date-fields {
  background-color: #EEF7FC;
  margin-right: 15px;
  border-radius: 20px;
}
.component-profile-input--exp-date-fields #creditCardData-expDate-month {
  width: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.component-profile-input--exp-date-fields #creditCardData-expDate-year {
  width: calc(100% - 50px);
}
.page-checkout__details .component-profile-input,
.page-checkout__details .profile-country-select {
  margin-bottom: 24px;
  z-index: 10;
}
.page-checkout__agree {
  margin: 40px 0 60px;
}
.page-checkout__agree-box {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  background-color: #D9D9D9;
  margin-right: 12px;
  padding: 4px;
}
.page-checkout__agree-box svg {
  width: 100%;
  height: 100%;
}
.page-checkout__agree-box-inside {
  width: 100%;
  height: 100%;
  background-color: #003B5D;
}
.page-checkout__actions > * {
  width: 50%;
  max-width: 50%;
  margin: 0 8px;
}
.page-checkout__additional-info {
  margin-top: 24px;
  line-height: 1.21;
}
.page-checkout__additional-info-title {
  margin-bottom: 15px;
}
.app-seller-page__back {
  margin: 50px 0 35px;
}
.app-seller-page__preview-holder {
  margin-bottom: 32px;
}
.app-seller-page__details-holder {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 1080px) {
  .app-seller-page__details-holder {
    width: 50%;
  }
}
.app-seller-page__active-offers-holder {
  margin-left: -6px;
  width: calc(100% + 12px);
  border-bottom: 1px solid #D4E2EA;
  padding-bottom: 18px;
  margin-bottom: 24px;
}
.app-seller-page__active-offers-title {
  margin-bottom: 24px;
  margin-left: 6px;
}
.app-seller-page__active-offer-holder {
  width: 50%;
  padding: 6px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .app-seller-page__active-offer-holder {
    width: 25%;
  }
}
.app-seller-page__active-offer-holder .card-database-entry__image {
  padding-top: 100%;
}
.app-seller-page__active-offer-holder .card-database-entry__image-wrap {
  position: absolute;
  max-width: 100%;
}
.app-seller-page__reviews-title {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .app-profile-become-a-seller .app-footer-vawe {
    margin-left: -24px;
  }
}
.default-explanation-page__text {
  margin-bottom: 19px;
}
@media screen and (min-width: 1080px) {
  .default-explanation-page__text {
    margin-bottom: 60px;
  }
}
.default-explanation-page__title {
  margin-bottom: 17px;
}
.default-explanation-page__list {
  margin-bottom: 43px;
  line-height: 1.21;
}
.default-explanation-page__list li {
  margin-bottom: 6px;
}
.default-explanation-page__list li svg {
  margin-right: 8px;
  margin-top: 4px;
  height: auto;
  width: 10px;
  min-width: 10px;
}
@media screen and (min-width: 1080px) {
  .default-explanation-page__list li svg {
    margin-top: 0;
    width: 15px;
    min-width: 15px;
  }
}
.default-explanation-page__subtitle {
  margin-bottom: 11px;
}
.default-explanation-page__options {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
@media screen and (min-width: 1080px) {
  .default-explanation-page__options {
    flex-direction: row;
  }
}
.default-explanation-page__options--column {
  flex-direction: column !important;
}
.default-explanation-page-3__options .app-button, .default-explanation-page-3__options .component-capture-image .shutter + .flex .button-control button, .component-capture-image .shutter + .flex .button-control .default-explanation-page-3__options button {
  margin-bottom: 8px;
}
@media screen and (min-width: 1080px) {
  .default-explanation-page-3__options .app-button, .default-explanation-page-3__options .component-capture-image .shutter + .flex .button-control button, .component-capture-image .shutter + .flex .button-control .default-explanation-page-3__options button {
    margin-right: 13px;
  }
}
.default-explanation-page__option {
  background-color: #EEF7FC;
  border: 1px solid #003B5D;
  border-radius: 20px;
  padding: 21px 13px 8px 10px;
  margin-bottom: 13px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1080px) {
  .default-explanation-page__option {
    margin-right: 13px;
    width: 50%;
    padding: 30px 18px 15px 15px;
  }
}
.default-explanation-page__option .default-explanation-page__option-text {
  margin-bottom: 43px;
  justify-content: space-between;
}
.default-explanation-page__option .default-explanation-page__option-text p:last-of-type {
  margin-top: 11px;
}
.default-explanation-page__option .default-explanation-page__option-button-holder {
  justify-content: center;
  align-self: flex-end;
}
@media screen and (min-width: 1080px) {
  .default-explanation-page__option .default-explanation-page__option-button-holder {
    justify-content: flex-start;
  }
}
.default-explanation-page__option button, .default-explanation-page__option a {
  background-color: #003B5D;
  color: #fff;
  padding: 10px;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  border-radius: 8px;
  border: 1px solid #003B5D;
}
.default-explanation-page__option button:hover, .default-explanation-page__option a:hover {
  color: #003B5D;
  background-color: transparent;
}
.default-explanation-page__options--column .default-explanation-page__option {
  width: 100% !important;
}
.default-explanation-page__help-title {
  margin-bottom: 11px;
}
.default-explanation-page__two-links {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1080px) {
  .default-explanation-page__two-links {
    max-width: 500px;
  }
}
.default-explanation-page__two-links a {
  max-width: 47%;
}
@media screen and (min-width: 1080px) {
  .default-explanation-page__one-link {
    max-width: 500px;
  }
}
.app-profile-become-a-seller__group {
  border-bottom: 1px solid #D4E2EA;
  padding: 24px 0 24px 0;
  width: 100%;
}
.app-profile-become-a-seller__group--no-border {
  border-bottom: none;
}
.app-profile-become-a-seller__group--image {
  padding-bottom: 0;
}
.app-profile-become-a-seller__group--basic {
  padding-top: 0;
}
.app-profile-become-a-seller__group--address .app-profile-become-a-seller__group-title {
  margin: 27px 0;
}
@media screen and (min-width: 1080px) {
  .app-profile-become-a-seller__group--address .app-profile-become-a-seller__group-title {
    margin: 63px 0 13px;
  }
}
.app-profile-become-a-seller__field-holder {
  margin-bottom: 24px;
}
.app-profile-become-a-seller__field-holder--pass {
  position: relative;
}
.app-profile-become-a-seller__field-holder--pass .app-profile-become-a-seller__field-reveal {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.app-profile-become-a-seller__field-holder--pass .app-profile-become-a-seller__field-reveal svg {
  width: 20px;
  height: auto;
  fill: #003B5D !important;
}
.app-profile-become-a-seller__field-intro {
  margin-bottom: 15px;
}
.app-profile-become-a-seller__field-title {
  margin-bottom: 5px;
}
.app-profile-become-a-seller__field-text {
  color: #58798C;
}
.app-profile-become-a-seller__external-caution {
  margin-top: 24px;
}
.app-profile-become-a-seller__external-caution-title {
  margin-bottom: 5px;
}
.app-profile-become-a-seller__field-holder--delivery .option {
  margin-bottom: 8px;
}
.app-profile-become-a-seller__field-holder--delivery .option .price {
  width: 94px;
  border: 1px solid #58798C;
  border-radius: 5px;
  padding: 3px;
}
.app-profile-become-a-seller__field-holder--delivery .option .price input {
  width: 50px;
}
.app-profile-become-a-seller_profile-type-trigger {
  margin-bottom: 8px;
  padding: 14px;
  border: 1px dashed #003B5D;
}
.app-profile-become-a-seller_profile-type-trigger svg.chevron {
  width: 16px;
  height: auto;
  fill: #003B5D;
  transition: transform 0.3s ease-out;
}
.app-profile-become-a-seller_profile-type-trigger svg.info {
  width: 16px;
  height: auto;
}
.app-profile-become-a-seller_profile-type-trigger--active svg.chevron {
  transform: rotate(180deg);
}
.app-profile-become-a-seller__image-holder {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
  border-radius: 50em;
  background-color: #D4E2EA;
  margin-right: 27px;
  cursor: pointer;
  transition: opacity 0.35s ease-out, background-color 0.35s ease-out;
}
.app-profile-become-a-seller__image-holder:hover {
  opacity: 0.8 !important;
}
.app-profile-become-a-seller__image-holder svg {
  width: 20px;
  height: 20px;
}
.app-profile-become-a-seller__image-holder img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50em;
}
.app-profile-become-a-seller__image-wrap .component-crop__trigger-wrap {
  right: 0;
}
@media screen and (min-width: 1080px) {
  .app-profile-become-a-seller__form-image {
    max-width: 327px;
  }
}
.component-crop__trigger-button svg {
  fill: #003B5D !important;
}
.app-profile-become-a-seller__form-basic {
  margin-top: 30px;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .app-profile-become-a-seller__form-basic {
    display: flex;
    flex-wrap: wrap;
    max-width: 854px;
  }
}
@media screen and (min-width: 1080px) {
  .app-profile-become-a-seller__form-basic.profile-edit-page {
    max-width: 1199px;
  }
}
@media screen and (min-width: 1080px) {
  .app-profile-become-a-seller__group--basic {
    width: 50%;
    border-bottom: 0;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1080px) {
  .app-profile-become-a-seller__group--basic.w-33 {
    width: 30%;
  }
}
.app-profile-become-a-seller__group--address {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .app-profile-become-a-seller__group--address {
    width: 50%;
    border-left: 1px solid #D4E2EA;
    padding-top: 0;
    padding-left: 60px;
    margin-top: -111px;
    min-height: 392px;
    border-bottom: none;
  }
}
.app-profile-become-a-seller__group--address.mr-60 {
  margin-right: 60px;
}
@media screen and (min-width: 1080px) {
  .app-profile-become-a-seller__group--address.w-33 {
    width: 30%;
  }
}
.component-profile-input {
  line-height: 1.21;
}
.component-profile-input label {
  margin-bottom: 4px;
  color: #58798C;
}
.component-profile-input input {
  background-color: #EEF7FC;
  padding: 23px 24px 24px;
  border-radius: 16px;
}
.component-profile-input .component-profile-input__error {
  font-size: 14px;
  margin-bottom: 3px;
  color: #DC3545;
}
.component-profile-input .component-profile-input__error:first-child {
  margin-top: 5px;
}
.app-profile-become-a-seller__buttons {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .app-profile-become-a-seller__buttons {
    display: flex;
    width: 100%;
    padding-top: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .app-profile-become-a-seller__buttons {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .app-profile-become-a-seller__buttons .app-profile-become-a-seller__button {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .app-profile-become-a-seller__buttons button.app-profile-become-a-seller__button-submit, .app-profile-become-a-seller__buttons a {
    width: 327px;
  }
}
.app-profile-become-a-seller__buttons a:not(:last-child) {
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .app-profile-become-a-seller__buttons .app-profile-become-a-seller__button-to-password {
    width: 327px;
  }
}
.app-profile-become-a-seller__buttons .app-profile-become-a-seller__button-submit,
.app-profile-become-a-seller__buttons .app-profile-settings__button-to-password {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .app-profile-become-a-seller__buttons .app-profile-become-a-seller__button-submit,
.app-profile-become-a-seller__buttons .app-profile-settings__button-to-password {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
.app-profile-become-a-seller__buttons .app-profile-become-a-seller__button-logout {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .app-profile-become-a-seller__buttons .app-profile-become-a-seller__button-logout {
    margin-top: 0;
  }
}
.app-profile-become-a-seller__content--change-password {
  padding-top: 34px;
  max-width: 854px;
}
.app-profile-become-a-seller__content--change-password .app-profile-become-a-seller__buttons {
  margin-top: 198px;
}
.auth-component__request-status {
  margin: 20px 0;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .auth-component__request-status {
    max-width: 855px;
  }
}
.auth-component__request-status .auth-component__error-message {
  font-size: 18px;
  font-weight: 600;
}
.auth-component__request-status-title {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 10px;
}
.auth-component__request-status--success {
  background-color: rgba(75, 181, 67, 0.7);
  background-color: rgba(75, 181, 67, 0.7);
}
.auth-component__request-status--errors {
  color: #DC3545;
  background-color: rgba(220, 53, 69, 0.3);
}
.profile-country-select {
  width: 100%;
  z-index: 10;
  margin-bottom: 5px;
}
.profile-country-select__options {
  padding-top: 20px;
  margin-top: -10px;
  top: 100%;
  max-height: 200px;
  overflow: scroll;
  background-color: #fff;
  width: 100%;
  border: 1px solid #EEF7FC;
  border-top: none;
  border-radius: 5px;
}
.profile-country-select__option {
  font-size: 14px;
  padding: 5px 24px;
  text-transform: capitalize;
  cursor: pointer;
}
.profile-country-select__option:hover {
  background-color: rgba(238, 247, 252, 0.7);
}
.profile-country-select__selected {
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  line-height: 1.21;
  background-color: #EEF7FC;
  padding: 23px 24px 24px;
  border-radius: 16px;
}
.profile-country-select__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.profile-country-select__close svg {
  width: 10px;
  height: auto;
}
.bac-step__text {
  margin-bottom: 19px;
}
@media screen and (min-width: 1080px) {
  .bac-step__text {
    margin-bottom: 60px;
  }
}
.bac-step__title {
  margin-bottom: 17px;
}
.bac-step__list {
  margin-bottom: 43px;
  line-height: 1.21;
}
.bac-step__list li {
  margin-bottom: 6px;
}
.bac-step__list li svg {
  margin-right: 8px;
  height: 15px;
  width: auto;
}
.bac-step__subtitle {
  margin-bottom: 11px;
}
.bac-step__options {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
@media screen and (min-width: 1080px) {
  .bac-step__options {
    flex-direction: row;
  }
}
.bac-step__options--column {
  flex-direction: column !important;
}
.bac-step-3__options .app-button, .bac-step-3__options .component-capture-image .shutter + .flex .button-control button, .component-capture-image .shutter + .flex .button-control .bac-step-3__options button {
  margin-bottom: 8px;
}
@media screen and (min-width: 1080px) {
  .bac-step-3__options .app-button, .bac-step-3__options .component-capture-image .shutter + .flex .button-control button, .component-capture-image .shutter + .flex .button-control .bac-step-3__options button {
    margin-right: 13px;
  }
}
.bac-step__option {
  background-color: #EEF7FC;
  border: 1px solid #003B5D;
  border-radius: 20px;
  padding: 21px 13px 8px 10px;
  margin-bottom: 13px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1080px) {
  .bac-step__option {
    margin-right: 13px;
    width: 50%;
    padding: 30px 18px 15px 15px;
  }
}
.bac-step__option .bac-step__option-text {
  margin-bottom: 43px;
  justify-content: space-between;
}
.bac-step__option .bac-step__option-text p:last-of-type {
  margin-top: 11px;
}
.bac-step__option .bac-step__option-button-holder {
  justify-content: center;
  align-self: flex-end;
}
@media screen and (min-width: 1080px) {
  .bac-step__option .bac-step__option-button-holder {
    justify-content: flex-start;
  }
}
.bac-step__option button {
  background-color: #003B5D;
  color: #fff;
  padding: 10px;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  border-radius: 8px;
  border: 1px solid #003B5D;
}
.bac-step__option button:hover {
  color: #003B5D;
  background-color: transparent;
}
.bac-step__options--column .bac-step__option {
  width: 100% !important;
}
.bac-step__help-title {
  margin-bottom: 11px;
}
.bac-step-3__options {
  flex-direction: column;
  margin-top: 22px;
}
@media screen and (min-width: 1080px) {
  .bac-step-3__options {
    flex-direction: row;
    width: 100%;
  }
  .bac-step-3__options > * {
    margin-right: 12px;
  }
}
.app-marketplace-my-offers__offers-title {
  font-size: 20px;
  margin-bottom: 30px;
}
.app-marketplace-my-offers__offers-holder {
  margin-bottom: 30px;
}
.app-marketplace-my-offers__offer-holder {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1080px) {
  .app-marketplace-my-offers__offer-holder {
    padding: 6px;
    width: 33.333%;
  }
}
.app-marketplace-my-orders__top-nav {
  margin-bottom: 80px;
}
.app-marketplace-my-orders__top-nav-item {
  margin: 20px;
  font-size: 14px;
}
@media screen and (min-width: 1080px) {
  .app-marketplace-my-orders__top-nav-item {
    font-size: 18px;
  }
}
.app-marketplace-my-orders__top-nav-item--active {
  font-weight: 800;
  text-decoration: underline;
}
.app-marketplace-my-orders__order-group {
  background-color: #EEF7FC;
  padding: 10px 10px 10px 20px;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  max-width: 800px;
  margin: 0 auto 20px auto;
}
.app-marketplace-order-button {
  border-radius: 16px;
  padding: 18px;
  cursor: pointer;
  margin-bottom: 15px;
}
.app-marketplace-order-button.blue {
  background-color: #003B5D;
  color: #ffffff;
}
.app-marketplace-order-button.white {
  background-color: #ffffff;
  border: 1px solid #D4E2EA;
}
.app-marketplace-order-button.white p {
  color: #003B5D;
}
.app-marketplace-my-orders__order-group-header {
  margin-bottom: 14px;
  padding: 20px;
  width: 100%;
}
.app-marketplace-my-orders__order-group-header-left {
  width: 75%;
}
.app-marketplace-my-orders__order-group-header-right {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}
.app-marketplace-my-orders__order-group-title {
  font-size: 18px;
  margin-bottom: 8px;
  padding-right: 10px;
}
.app-marketplace-my-orders__order-identifier {
  word-break: break-all;
}
.app-marketplace-my-orders__order-group-subtitle {
  font-size: 14px;
}
.app-marketplace-my-orders__order-holder {
  margin-bottom: 20px;
}
.app-marketplace-my-orders__order {
  background-color: #EEF7FC;
  padding: 20px;
  border-radius: 10px;
  line-height: 1.21;
}
.app-marketplace-my-orders__order-holder:not(:last-child) {
  border-bottom: 3px solid rgba(0, 59, 93, 0.05);
}
.app-marketplace-my-orders__order__seler-info {
  margin-bottom: 12px;
  flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .app-marketplace-my-orders__order__seler-info {
    flex-direction: row;
  }
}
.app-marketplace-my-orders__items-info {
  margin-bottom: 12px;
}
.app-marketplace-my-orders__items-title {
  margin-bottom: 12px;
}
/**
    SINGLE ITEM:
**/
.app-marketplace-my-orders__item-single {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 59, 93, 0.05);
}
.app-marketplace-my-orders__item-single-image-holder {
  margin-right: auto;
  margin-bottom: 4px;
  margin-right: 14px;
}
.app-marketplace-my-orders__item-single-image {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.app-marketplace-my-orders__item-single-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.marketplace-update-order-status {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.marketplace-update-order-status .marketplace-update-order-status__label {
  margin-right: 15px;
  font-size: 14px;
}
.marketplace-update-order-status--select {
  font-size: 14px;
  padding-bottom: 8px;
  padding-right: 8px;
}
.marketplace-update-order-status .v-select {
  width: 150px;
  font-size: 12px;
}
.marketplace-update-order-status .vs__dropdown-toggle {
  border-bottom: 1px solid rgba(0, 59, 93, 0.1);
  animation: pulse 2s infinite;
  border-left: none;
  border-right: none;
  border-top: none;
}
@keyframes pulse {
  0% {
    border-bottom-color: rgba(0, 59, 93, 0.02);
  }
  50% {
    border-bottom-color: rgba(0, 59, 93, 0.2);
  }
  100% {
    border-bottom-color: rgba(0, 59, 93, 0.02);
  }
}
@media screen and (min-width: 1080px) {
  .marketplace-update-order-status {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 1080px) {
  .marketplace-update-order-status button {
    width: 150px;
    margin-left: 20px;
    padding: 10px 0;
  }
}
.marketplace-update-order-status--confirm-delivery {
  width: 100%;
}
.marketplace-update-order-status--confirm-delivery .app-button, .marketplace-update-order-status--confirm-delivery .component-capture-image .shutter + .flex .button-control button, .component-capture-image .shutter + .flex .button-control .marketplace-update-order-status--confirm-delivery button {
  width: 100%;
  font-size: 14px;
  padding: 18px;
}
.marketplace-update-order-status__confirm-delivery {
  padding: 8px 16px;
}
.marketplace-update-order-status--reviewed {
  padding-bottom: 7px;
}
.marketplace-update-order-status__stars .single-star {
  margin-right: 4px;
}
.single-star {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-star svg {
  fill: #F7B73F;
  width: 18px;
  height: auto;
}
.app-marketplace-my-orders__price-info p {
  font-size: 14px;
  margin-bottom: 4px;
}
@media screen and (min-width: 1080px) {
  .app-marketplace-my-orders__price-info {
    width: 50%;
  }
}
.app-marketplace-my-orders__price-info-total-holder {
  border-top: 1px solid rgba(0, 59, 93, 0.05);
  margin-top: 15px;
  padding-top: 15px;
}
.app-marketplace-my-orders__seller-part {
  margin-top: 20px;
  border-top: 1px solid rgba(0, 59, 93, 0.05);
  padding-top: 20px;
}
.app-marketplace-my-orders__seller-part-title {
  margin: 15px 0;
}
.app-marketplace-my-orders__delivery-status {
  max-width: 100%;
}
@media screen and (min-width: 1080px) {
  .app-marketplace-my-orders__delivery-status {
    margin-left: auto;
  }
}
.app-marketplace-my-orders__review-info-holder {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}
@media screen and (min-width: 1080px) {
  .app-marketplace-my-orders__review-info-holder {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.app-marketplace-my-orders__review-info {
  margin-top: 20px;
}
@media screen and (min-width: 1080px) {
  .app-marketplace-my-orders__review-info {
    margin-top: 0;
    margin-left: 10px;
  }
}
.app-marketplace-my-orders__no-orders {
  padding: 50px 0;
}
.app-marketplace-my-orders__no-orders h1 {
  margin-bottom: 12px;
}
.app-profile-welcome {
  background: linear-gradient(180deg, rgb(0, 59, 93) 10%, #4EB2E9 35%, rgb(255, 255, 255) 45%, rgb(255, 255, 255) 46%);
}
@media screen and (min-width: 1080px) {
  .app-profile-welcome .app-header *:not(.header-content__signs__cart *) {
    background-color: transparent;
    color: #fff;
    fill: #fff;
  }
}
@media screen and (min-width: 1080px) {
  .app-profile-welcome .header-content-holder, .app-profile-welcome .header-content__menu {
    background-color: transparent;
  }
}
.app-profile-welcome {
  line-height: 1.21;
}
.app-profile-welcome .app-header__location-title {
  display: none;
}
.app-header__location-title-mobile {
  margin-bottom: 36px;
}
.app-profile-welcome-intro {
  margin-bottom: 34px;
}
@media screen and (min-width: 1080px) {
  .app-profile-welcome-intro {
    margin-bottom: 60px;
  }
}
.app-profile-welcome-intro > p:first-child {
  margin-bottom: 34px;
}
.app-profile-welcome__gradient-holder h1, .app-profile-welcome__gradient-holder p {
  color: #fff;
}
.app-profile-welcome-section:not(:last-child) {
  margin-bottom: 60px;
}
.app-profile-welcome-section p {
  margin-bottom: 32px;
}
.app-profile-welcome-section a {
  width: 122px;
  font-size: 11px;
  font-size: 11px;
}
@media screen and (min-width: 1080px) {
  .app-profile-welcome-section a {
    width: 172px;
    font-size: 14px;
  }
}
.app-profile-welcome .ceo-message .ceo-message__long-text2 {
  margin-top: 32px;
}
@media screen and (min-width: 1080px) {
  .app-profile-welcome .ceo-message .ceo-message__long-text2 {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
.app-profile-welcome__need-help {
  color: #fff;
}
.app-profile-welcome__need-help .app-profile-welcome__need-help__content {
  padding: 20px 0;
}
@media screen and (min-width: 1080px) {
  .app-profile-welcome__need-help .app-profile-welcome__need-help__content {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.app-profile-welcome__need-help h4 {
  margin-bottom: 32px;
}
.app-content-with-max-width__full-size-section {
  width: 100vw;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1080px) {
  .app-content-with-max-width__full-size-section {
    margin-left: 0;
    margin-right: 0;
  }
  .app-content-with-max-width__full-size-section *:not(.section-vawe):not(.vawe) {
    max-width: 1240px;
  }
}
.app-default-text {
  margin-bottom: 54px;
}
.app-wishlist__menu {
  padding-bottom: 35px;
  border-bottom: 1px solid #003B5D;
}
.app-wishlist__menu-option:not(:last-child) {
  margin-bottom: 29px;
}
.app-wishlist__index-section {
  padding: 41px 0;
  border-bottom: 1px solid #003B5D;
}
.app-wishlist__index-section-title {
  margin-bottom: 12px;
}
@media screen and (min-width: 1080px) {
  .app-wishlist__index-section-title {
    margin-bottom: 28px;
  }
}
.app-wishlist__index-section-title svg {
  width: 17px;
  stroke: #003B5D;
}
.app-wishlist__index-section-desc:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (min-width: 1080px) {
  .app-wishlist__index-section-desc:not(:last-child) {
    margin-bottom: 28px;
  }
}
.app-wishlist__index-section .app-button, .app-wishlist__index-section .component-capture-image .shutter + .flex .button-control button, .component-capture-image .shutter + .flex .button-control .app-wishlist__index-section button {
  max-width: 400px;
}
.app-wishlist__wishlist-title {
  margin-bottom: 11px;
}
@media screen and (min-width: 1080px) {
  .app-wishlist__wishlist-title {
    margin-bottom: 20px;
  }
}
.app-wishlist__wishlist-card-holder {
  margin-bottom: 42px;
}
@media screen and (min-width: 1080px) {
  .app-wishlist__wishlist-card-holder {
    width: 50%;
    padding: 5px 5px;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1080px) {
  .app-wishlist__wishlist-card-holder {
    padding: 5px 15px;
  }
}
@media screen and (min-width: 1280px) {
  .app-wishlist__wishlist-card-holder {
    width: 33%;
  }
}
.wishlist-config-container__title {
  margin-bottom: 7px;
}
@media screen and (min-width: 1080px) {
  .wishlist-config-container__title {
    margin-bottom: 12px;
  }
}
.wishlist-frequency-options {
  margin-bottom: 20px;
}
.wishlist-frequency-option {
  margin-bottom: 11px;
  padding: 3px;
}
.wishlist-frequency-option--active .wishlist-frequency-circle::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #003B5D;
  border-radius: 50em;
}
.wishlist-frequency-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  border: 1px solid #003B5D;
  border-radius: 50em;
  margin-right: 19px;
  padding: 2px;
}
.wishlist-frequency-circle::after {
  transform: background-color 0.35s ease-in-out;
  background-color: #fff;
}
.wishlist-frequency-actions > *:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 1280px) {
  .wishlist-frequency-actions > *:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.create-product .v-select {
  background-color: #EEF7FC;
  margin-bottom: 30px;
  border: none;
  border-radius: 16px;
  max-height: 55px;
}
.create-product .v-select .vs__actions {
  max-height: 55px;
}
.create-product .v-select .vs__dropdown-toggle {
  border: none;
}
.create-product .v-select .vs__search {
  font-size: 12px;
  padding: 11px 7px;
}
.create-product .v-select .vs__dropdown-option {
  text-wrap: wrap !important;
}
.create-product__quest-toltip svg {
  width: 20px;
  height: 20px;
  fill: #58798C;
}
.create-product__group {
  margin-bottom: 47px;
}
.create-product__field-wrap {
  margin-bottom: 16px;
}
.product-section-group-title {
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 11px;
}
@media screen and (min-width: 1080px) {
  .product-section-group-title {
    font-size: 14px;
  }
}
.product-section-group-intro {
  font-size: 10px;
  margin-bottom: 23px;
  color: #58798C;
}
@media screen and (min-width: 1080px) {
  .product-section-group-intro {
    font-size: 14px;
  }
}
.create-product__group--videos {
  padding-bottom: 24px;
}
.create-product__group--videos .create-product__video-add {
  margin-left: 20px;
}
.create-product__group--videos .create-product__video-add svg {
  width: 20px;
  height: auto;
  fill: #003B5D;
}
.create-product__video {
  margin-bottom: 12px;
}
.create-product__video input {
  background-color: #EEF7FC;
  border-bottom: 1px solid #003B5D;
  padding: 11px 7px;
  font-size: 12px;
  border: 5px;
}
.create-product__video .create-product__video-actions .create-product__video-action {
  margin-left: 20px;
}
.create-product__video .create-product__video-actions svg {
  width: auto;
  height: 20px;
}
.create-product__video-preview {
  width: 300px;
  height: 300px;
}
.app-products-create .consent-component {
  margin-top: 30px;
}
.app-products-create__intro-title {
  margin-bottom: 36px;
}
.create-product__group--actions {
  flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .create-product__group--actions {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.create-product__group--actions button {
  margin-bottom: 8px;
}
@media screen and (min-width: 1080px) {
  .create-product__group--actions button {
    margin-bottom: 0;
    margin-right: 8px;
  }
}
.create-product__update-trans-holder {
  margin-bottom: 12px;
}
.app-db-show__product-actions {
  margin-bottom: 16px;
}
.app-db-show__product-actions > * {
  margin: 0 3px;
  font-size: 12px;
}
@media screen and (min-width: 1080px) {
  .app-db-show__product-actions > * {
    font-size: 16px;
  }
}
.app-db-show__product-actions a.app-button {
  max-width: 300px;
}
.default-show-of-rich-text-editor h1 {
  font-size: 18px;
  font-weight: 700;
}
.default-show-of-rich-text-editor *:not(h1) {
  font-size: 14px;
}
.default-show-of-rich-text-editor ul {
  list-style-type: disc;
  padding-left: 20px;
}
.default-show-of-rich-text-editor ol {
  list-style-type: bullet;
  padding-left: 20px;
}
.default-show-of-rich-text-editor table, .default-show-of-rich-text-editor th, .default-show-of-rich-text-editor td {
  border: 1px solid #D4E2EA;
}
.default-show-of-rich-text-editor th, .default-show-of-rich-text-editor td {
  padding: 5px;
}
.app-db-show__product-videos-carousel-holder {
  width: calc(100% + 50px);
  min-width: calc(100% + 50px);
  position: relative;
}
@media screen and (min-width: 1080px) {
  .app-db-show__product-videos-carousel-holder {
    width: 100%;
    min-width: 100%;
  }
}
.app-db-show__product-videos-carousel-holder .tns-controls img {
  width: 80px;
}
.app-db-show__product-videos-carousel-holder .tns-controls button {
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  position: absolute;
}
.app-db-show__product-videos-carousel-holder .tns-controls button[disabled] {
  display: none !important;
}
.app-db-show__product-videos-carousel-holder .tns-controls button:nth-of-type(1) {
  left: 15px;
}
.app-db-show__product-videos-carousel-holder .tns-controls button:nth-of-type(2) {
  right: 15px;
}
.app-db-show__product-videos-carousel-item .video-js {
  max-width: 100%;
}
.app-db-show__product-videos-carousel-item .like-dislike-frame-holder {
  margin-top: 22px;
}
.rate-product {
  width: 327px;
}
.review__step-title p:first-child {
  margin-bottom: 32px;
}
.rate-product .review__comment p:nth-child(1) {
  margin-bottom: 8px;
}
.rate-product .review__comment p:nth-child(2) {
  margin-bottom: 7px;
}
.rate-product .review__comment textarea {
  min-height: 90px;
}
.review__mark-star--active svg {
  fill: #F7B73F;
}
.rate-product__step-action button {
  margin-bottom: 20px;
}
.rate-product__content--success p:nth-child(1) {
  margin-bottom: 16px;
}
.rate-product__content--success p:nth-child(2) {
  margin-bottom: 26px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
[data-action=stop] {
  display: none !important;
}
img.the-lazy {
  transition: opacity 0.35s ease-out;
  opacity: 1;
}
img.lazy {
  opacity: 0.5;
}
@media screen and (min-width: 1080px) {
  .share-content--mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1079px) {
  .share-content--desktop {
    display: none !important;
  }
}
.share-content svg {
  width: 24px;
  height: auto;
}
.border-red {
  border: 1px solid red;
}
.revealing {
  transition: all 1s;
  opacity: 0;
  top: 50px;
  position: relative;
}
.revealing.in-view {
  opacity: 1;
  top: 0;
}
.standalone-cart-quantity-badge {
  width: 24px;
  height: 24px;
  background-color: #F7B73F;
  color: #003B5D;
  border-radius: 50em;
  font-size: 10px;
  font-weight: 600;
}
.guest-cart-icon {
  position: fixed;
  right: 50px;
  display: none;
}
.guest-cart-icon--in-menu {
  position: relative;
}
@media screen and (min-width: 1080px) {
  .guest-cart-icon {
    display: block;
    bottom: 60px;
  }
}
.carousel-holder img {
  cursor: default !important;
}
.app-no-results-text {
  padding: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0.67em 0;
  font-size: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .app-no-results-text {
    font-size: 22px;
  }
}
@media screen and (min-width: 1080px) {
  .app-no-results-text {
    font-size: 30px;
  }
}
:root {
  --popper-theme-background-color: #003B5D;
  --popper-theme-background-color-hover: #003B5D;
  --popper-theme-text-color: #ffffff;
  --popper-theme-border-width: 0px;
  --popper-theme-border-style: solid;
  --popper-theme-border-radius: 6px;
  --popper-theme-padding: 14px;
  --popper-theme-box-shadow: 0 6px 30px -6px rgba(0, 0, 0, 0.25);
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #003B5D;
  border-radius: 0.25rem;
}
.currency-selector .v-select :disabled {
  background: transparent;
  color: transparent;
}
.currency-selector .vs__actions {
  display: none;
}
.currency-selector .vs__selected-options {
  background: transparent;
}
.transparent-disabled .vs__dropdown-toggle {
  background-color: transparent !important;
  position: relative;
  right: -40px;
}
.transparent-disabled .v-select {
  background-color: transparent !important;
  position: relative;
  right: -40px;
}
.transparent-disabled .v-select__selections .v-select__slot {
  background-color: transparent !important;
}
.vjs-poster {
  display: none !important;
}
.link-holder {
  padding: 20px 0;
}
.link-holder .default-link {
  font-weight: 600;
}
.min-order-input .input-wrapper .input-container {
  width: 200px !important;
}
.btn-default.w-full {
  max-width: 100% !important;
}
.app-selle-species.create-offer .app-header__location-title {
  max-width: 785px;
  margin: 0 auto;
}
.app-marketplace-create-offer .app-header__location-title {
  max-width: 785px;
  justify-content: start;
}
.marketplace-offer-create-form {
  max-width: 768px;
}
#profile-image-file-trigger .component-crop__trigger-wrap {
  right: -28px;
  top: -20px;
}
.mt-30 {
  margin-top: 30px;
}
.p-2 {
  padding-top: 20px;
}
.pt-2 {
  padding-top: 20px;
}
.pt-3 {
  padding-top: 30px;
}
.pb-3 {
  padding-bottom: 30px;
}
.label-text {
  font-size: 10px !important;
  font-weight: 600;
  color: #58798C;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.learn-how-it-works-product {
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  padding-bottom: 10px;
  display: none;
}
.learn-how-it-works-product h3 {
  display: flex;
}
.learn-how-it-works-product .tooltip {
  right: 0;
}
.link {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .learn-how-it-works-product {
    display: flex;
  }
}