/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 */
  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;
}

@font-face {
  font-family: "Din Pro";
  font-style: light;
  font-weight: 300;
  src: local("Din Pro"), url("../fonts/din_pro_light.woff2") format("woff2");
}
@font-face {
  font-family: "Din Pro";
  font-style: normal;
  font-weight: 500;
  src: local("Din Pro"), url("../fonts/dinpro.woff2") format("woff2");
}
::placeholder {
  color: #666;
}

::selection {
  background-color: #671c92;
  color: #fff;
}

input, textarea {
  outline: none;
}
input:focus:required:invalid, textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid, textarea:required:valid {
  border-color: green;
}

body {
  font-family: Din Pro;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  overflow-x: hidden;
  color: #ada9a9;
  font-weight: normal;
}

html, body {
  font-size: 18px;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

button {
  border: none;
}

.mobile-header {
  display: none;
}

.header-wrap .menu-container2, .header-wrap .menu-container {
  width: 100%;
  display: inline-grid;
  grid-template-columns: 80px auto 80px;
  margin-top: 1rem;
}

.header {
  width: 100%;
  max-width: 1300px;
  display: flex;
  flex-flow: row wrap;
  padding: 0 10px;
}

.header-wrap {
  width: 100vw;
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 4;
  padding-bottom: 1rem;
  background-color: black;
}
.header-wrap .lang-switch {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 1rem 0;
}
.header-wrap .lang-switch .block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 0;
}
.header-wrap .lang-switch .item {
  margin: 0;
  color: #ada9a9;
}
.header-wrap .lang-switch .item-active {
  color: white;
}
.header-wrap .lang-switch .item:nth-child(2) {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.header-wrap .product {
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 auto;
}
.header-wrap .product-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-wrap .product-1:after {
  content: "";
  width: 98%;
  height: 98%;
  border-radius: 5px;
  border: 1px solid black;
  background-color: white;
  box-sizing: border-box;
}
.header-wrap .menu-container {
  font-size: 14px;
}
.header-wrap .menu {
  display: inline-grid;
  grid-template-columns: 1fr 100px 1fr;
  align-items: center;
  position: relative;
  margin: 0 1rem;
  padding-bottom: 10px;
}
.header-wrap .menu:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease;
  border-bottom: 1px solid #ada9a9;
}
.header-wrap .menu .block {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header-wrap .menu-active:after {
  width: 100%;
}
.header-wrap .menu-item {
  margin: 0;
  color: #ada9a9;
  transition: color 0.3s ease;
}
.header-wrap .menu-item:hover {
  color: white;
}
.header-wrap .menu-item-active {
  color: white;
}
.header-wrap .menu-icon {
  height: 30px;
  width: 30px;
}
.header-wrap .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.header-wrap .logo {
  width: 50px;
  height: auto;
}
.header-wrap .icon-search {
  transition: color 0.3s ease;
  fill: #ada9a9;
}
.header-wrap .icon-search:hover {
  fill: white;
}
.header-wrap .icon-shop {
  position: relative;
  cursor: initial;
  fill: #ada9a9;
}
.header-wrap .icon-shop svg {
  cursor: pointer;
}
.header-wrap .icon-shop svg:hover {
  fill: white;
}
.header-wrap .menu-container2 {
  margin-top: 0.5rem;
  color: white;
  align-items: baseline;
}
.header-wrap .menu-container2 .product-name {
  text-align: center;
  visibility: hidden;
}
.header-wrap .menu-container2 .product-menu-wrap {
  display: inline-grid;
  grid-template-columns: 100px auto 100px;
  font-size: 14px;
  margin: 0 1rem;
  align-items: baseline;
}
.header-wrap .menu-container2 .item-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.header-wrap .menu-container2 .item-container .item-wrap {
  height: 100%;
  flex-basis: 23%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header-wrap .menu-container2 .item-container .item-wrap:not(:first-child) {
  border-left: 1px solid #ada9a9;
}
.header-wrap .menu-container2 .item-container .cost-item {
  transform: translateY(2px);
}
.header-wrap .menu-container2 .item {
  text-align: center;
  margin: 0;
}
.header-wrap .menu-container2 .item-name {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 15px;
  cursor: unset;
}
.header-wrap .menu-container2 .btn-primary {
  padding: 0.2rem 1rem;
}
.header-wrap .banner-container {
  padding: 0 20px;
}
.header-wrap .banner-container .promo {
  text-transform: uppercase;
  color: #f5d000;
  padding-left: 5px;
}
.header-wrap .location-container {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 20px;
}
.header-wrap .location-container__form {
  display: flex;
  align-items: center;
  gap: 7px;
}
.header-wrap .location-container select {
  background-color: black;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 3px;
  margin-left: 5px;
  cursor: pointer;
}
.header-wrap .location-container .btn-hide {
  margin: 0 0 0 5px;
  background: none;
  color: #ada9a9;
  cursor: pointer;
  padding: 0;
}

.icon-shop-active svg {
  fill: white;
}
.icon-shop-active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  transform: translate(-50%, -100%);
}

.gps-container {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-right: 20px;
}

.form-hide {
  display: none !important;
}

/*=========================================  900  ============================================*/
@media only screen and (max-width: 900px) {
  .header-desktop {
    display: none !important;
  }
  .mobile-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    display: block;
  }
  .mobile-header .location-container {
    position: relative;
    z-index: 5;
    background-color: #252525;
    font-size: 15px;
  }
  .mobile-header .location-container__form {
    width: 100%;
    max-width: 300px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
  }
  .mobile-header .location-container .select-container {
    display: flex;
    flex-direction: column;
  }
  .mobile-header .location-container .select-container label {
    width: 100%;
  }
  .mobile-header .location-container .select-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 10px;
  }
  .mobile-header__container {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 33% 33% 33%;
    gap: 5px 0;
    place-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
    background-color: black;
    color: white;
  }
  .mobile-header__container .deep-page, .mobile-header__container .deepr-page, .mobile-header__container .deep {
    margin-top: 0.5rem;
    visibility: hidden;
  }
  .mobile-header__container .product-container {
    position: relative;
    display: flex;
    transition: opacity 0.3s ease-in-out;
  }
  .mobile-header__container .deep-container {
    grid-column: 1;
  }
  .mobile-header__container .deepr-container {
    grid-column: 3;
  }
  .mobile-header__container .nav {
    position: absolute;
    top: 0;
    transform: translateY(50%);
    transition: transform 0.5s ease;
  }
  .mobile-header__container .nav-left {
    left: -15px;
    transform: translateX(-100%);
  }
  .mobile-header__container .nav-right {
    right: -15px;
    transform: translateX(100%);
  }
  .mobile-header__container .rotate-down-deep {
    transform: rotate(-90deg) translateY(-50%) translateX(0%);
  }
  .mobile-header__container .rotate-down-deepr {
    transform: rotate(90deg) translateY(-50%) translateX(0%);
  }
  .mobile-header__container .product {
    width: 30px;
    height: 30px;
  }
  .mobile-header__container .product-1 {
    border-color: white;
  }
  .mobile-header__container .product-1:after {
    background-color: white;
  }
  .mobile-header__container .darken-item {
    opacity: 0.3;
  }
  .mobile-header__container .shop-container {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
  }
  .mobile-header__container .logo-wrap {
    z-index: 5;
  }
  .mobile-header__container .logo {
    fill: white;
  }
  .mobile-header__container .hamburger {
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 5;
  }
  .mobile-header__container .hamburger .line, .mobile-header__container .hamburger .line::before, .mobile-header__container .hamburger .line::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 3px;
    background-color: #ada9a9;
    border-radius: 7px;
  }
  .mobile-header__container .hamburger .line:before, .mobile-header__container .hamburger .line:after {
    content: "";
    display: block;
    transition: transform 0.3s;
  }
  .mobile-header__container .hamburger .line:before {
    transform: translateY(-7px);
    top: 0;
  }
  .mobile-header__container .hamburger .line:after {
    top: 0;
    transform: translateY(7px);
  }
  .mobile-header__container .hamburger-close .line {
    height: 0;
  }
  .mobile-header__container .hamburger-close .line:before {
    transform: rotate(-45deg);
  }
  .mobile-header__container .hamburger-close .line:after {
    transform: rotate(45deg);
  }
  .mobile-header__container .banner-container {
    visibility: visible !important;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
    position: relative;
  }
  .mobile-header__container .banner-container .banner-wrap {
    width: 270px;
    position: absolute;
    left: 50%;
    bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    transform: translateX(-50%);
    justify-content: center;
  }
  .mMenu-mobile {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background-color: black;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    z-index: 4;
    transform: translateY(-100%);
    transition: transform 0.5s ease;
    padding: 0 30px;
    font-size: 16px;
  }
  .mMenu-mobile .location-item {
    color: #ada9a9;
  }
  .mMenu-mobile .lang-container .item {
    color: #ada9a9;
  }
  .mMenu-mobile .lang-container .item-active {
    color: #FFFFFF;
  }
  .mMenu-mobile .lang-switch {
    justify-content: space-between;
  }
  .mMenu-mobile .lang-switch .gps-container {
    margin-right: 0;
  }
  .mMenu-mobile .link-container {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 20px;
    gap: 7px;
  }
  .mMenu-mobile .link-container .row {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mMenu-mobile .link-container .list-container {
    max-width: 300px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 20px 0;
  }
  .mMenu-mobile .link-container .list-container .col__title {
    margin-bottom: 15px;
    font-weight: bold;
  }
  .mMenu-mobile .link-container ul {
    margin: 0;
    padding: 0;
  }
  .mMenu-mobile .link-container li {
    list-style-type: none;
    padding: 0 0 7px 0;
  }
  .mMenu-mobile-active {
    transform: translateY(0);
  }
}
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 0 0 0;
}
.footer__container {
  width: 100%;
  max-width: 1300px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  padding: 0 15px;
}
.footer__grid-item {
  max-width: 350px;
  min-width: 210px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  font-size: 14px;
}
.footer__grid-item__col__title {
  margin: 10px 0;
  color: #FFFFFF;
}
.footer__grid-item__col__list {
  margin: 0;
  padding: 0;
}
.footer__grid-item__col__list li {
  padding: 3px 0;
  list-style-type: none;
}
.footer__grid-item__col__list-img {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.footer__grid-item__col__list-img li {
  display: inline-block;
  list-style-type: none;
}
.footer .link-item {
  color: #FFFFFF;
}
.footer .img-container {
  padding-top: 25px;
}
.footer .item-space-between {
  justify-content: space-between;
}
.footer .text-grey {
  color: #ada9a9;
}
.footer .col-flex {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer .item-nowrap {
  flex-wrap: nowrap;
}
.footer .img {
  width: 100%;
  height: auto;
}
.footer .copy-container {
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
  margin-top: 15px;
  font-size: 14px;
  position: relative;
}
.footer .copy-container:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #ada9a9;
}
.footer .copy-container .copy-text {
  padding: 0 10px;
}

@media only screen and (max-width: 900px) {
  .footer__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 570px) {
  .footer__container {
    grid-template-columns: 1fr;
  }
}
.user-controls-layer {
  display: none;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99;
  padding: 0 10px;
}

.user-controls-layer-active {
  display: flex;
  justify-content: center;
}

.user-controls-layer-container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  height: 100%;
}

.user-controls-wrap {
  position: absolute;
  top: 110px;
  right: 6%;
  background-color: white;
  color: black;
  border-radius: 20px;
  font-size: 18px;
}

.user-controls-container {
  width: 100%;
  position: relative;
  padding: 1rem;
}
.user-controls-container a {
  color: black;
}
.user-controls-container a:hover {
  color: #671c92;
}

/*=========================================  900  ============================================*/
@media only screen and (max-width: 900px) {
  .user-controls-wrap {
    width: 100%;
    right: unset;
    left: 0;
    top: 61px;
  }
  .mobile-header .user-controls-wrap {
    width: 100%;
    left: 0;
    top: 55px;
    bottom: unset;
    transform: none;
    z-index: 1;
  }
  .mobile-header .user-controls-wrap .pointer {
    width: 100%;
    left: 0;
    transform: none;
  }
  .mobile-header .user-controls-wrap .pointer:after {
    right: -33%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/**
 * * ----------------------------------------
 * * animation tracking-in-contract-bck
 * * ----------------------------------------
 * */
@keyframes tracking-in-contract-bck {
  0% {
    visibility: visible;
    letter-spacing: 1em;
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
    visibility: visible;
  }
}
/**
 * * ----------------------------------------
 * * animation tracking-out-expand-fwd
 * * ----------------------------------------
 * */
@keyframes tracking-out-expand-fwd {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    letter-spacing: 1em;
    transform: translateZ(300px);
    opacity: 0;
  }
}
/**
 * * ----------------------------------------
 * * animation move-up
 * * ----------------------------------------
 * */
@keyframes move-up {
  0% {
    transform: translateY(20px);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
/**
 * * ----------------------------------------
 * * animation move-down
 * * ----------------------------------------
 * */
@keyframes move-down {
  0% {
    transform: translateY(-20px);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
/**
 * * ----------------------------------------
 * * animation focus-in-expand
 * * ----------------------------------------
 * */
@keyframes focus-in-expand {
  0% {
    visibility: visible;
    letter-spacing: -0.5em;
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
    visibility: visible;
  }
}
/**
 * * ----------------------------------------
 * * animation focus-in-contract-bck
 * * ----------------------------------------
 * */
@keyframes focus-in-contract-bck {
  0% {
    visibility: visible;
    letter-spacing: 1em;
    transform: translateZ(300px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    visibility: visible;
    transform: translateZ(0);
    filter: blur(0);
    opacity: 1;
  }
}
/**
 * * ----------------------------------------
 * * animation text-focus-in
 * * ----------------------------------------
 * */
@keyframes text-focus-in {
  0% {
    visibility: visible;
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
    visibility: visible;
  }
}
.text-anim-in {
  animation: focus-in-expand 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.title {
  font-weight: 100;
  font-size: 3.5rem;
  text-transform: uppercase;
  color: white;
  line-height: 100%;
  font-family: Din Pro;
}

.sub-title {
  font-weight: 100;
  font-size: 1.5rem;
  color: white;
  margin: 0;
  line-height: 1.2;
}

#main-app {
  min-height: 100vh;
}

.btn-primary {
  display: table;
  padding: 0.3rem 1rem;
  background-color: #671c90;
  border-radius: 20px;
  color: white;
  cursor: pointer;
}

.btn-secondary {
  display: table;
  padding: 3px 5px;
  background-color: #f5d000;
  border-radius: 5px;
  color: #000000;
  cursor: pointer;
}

.link-white {
  color: #FFFFFF;
}

@media only screen and (max-width: 1200px) {
  .title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1000px) {
  .title {
    font-size: 2.8rem;
  }
}
/*=========================================  600  ============================================*/
@media only screen and (max-width: 600px) {
  .title {
    font-size: 2rem;
  }
}
/*=========================================  450  ============================================*/
@media only screen and (max-width: 450px) {
  .title {
    font-size: 1.8rem;
  }
  .sub-title {
    font-size: 1.2rem;
  }
}
/*=========================================  350  ============================================*/
@media only screen and (max-width: 350px) {
  .title {
    font-size: 1.5rem;
  }
}
@keyframes fade-zoom {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.main-section {
  max-width: 1920px;
  align-items: center;
  color: #000000;
}
.main-section .background {
  width: 100%;
  height: 745px;
  max-width: 1920px;
  position: absolute;
  left: 0;
  top: -100px;
  overflow-x: hidden;
  background: url("../images/dest/background.jpg") center/cover no-repeat;
}
.main-section .title {
  margin: 2rem 0;
  color: #000000;
}
.main-section .sub-text {
  font-size: 0.9rem;
  text-align: justify;
}
.main-section .cube-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.main-section .circles-wrap {
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
}
.main-section .circles-wrap__img {
  width: auto;
  height: 100%;
  max-height: 250px;
  display: block;
  margin: 0 auto;
}
.main-section .circles-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.main-section .circles-container .circles {
  transform-origin: center;
  animation: fade-zoom 2s alternate infinite ease-in-out;
}
.main-section .circles-container .circle-2 {
  animation-delay: 0.5s;
}
.main-section .content-container {
  width: 100%;
  max-width: 1300px;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-weight: bolder;
}
.main-section .content-container .col-1 {
  width: 60%;
  max-width: 660px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-section .content-container .col-1 .row {
  width: 100%;
  margin-top: 1rem;
}
.main-section .content-container .col-1 .row__subtitle {
  margin-bottom: 2rem;
}
.main-section .content-container .main-row {
  color: #000000;
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.main-section .content-container .main-row__col {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 10px;
}
.main-section .content-container .main-row .deep-item {
  font-weight: normal;
  margin-top: 0;
}
.main-section .content-container .row-flex {
  display: flex;
  gap: 40px;
  margin-top: 3rem;
}
.main-section .content-container .row-flex__col-1 {
  flex-shrink: 0;
}
.main-section .content-container .row-flex__col-1 .img-title {
  color: #6d6e70;
  font-size: 28px;
  font-weight: lighter;
}
.main-section .content-container .row-flex__col-2 .img-description {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main-section .content-container .row-flex .col {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

@media only screen and (max-width: 1300px) {
  .main-section .content-container .main-row__col {
    padding: 0 10% 0 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .main-section .background {
    height: 600px;
  }
  .main-section .content-container .main-row {
    height: 460px;
  }
  .main-section .content-container .main-row__col {
    position: relative;
    top: -50px;
    padding: 0 10px;
    gap: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .main-section .background {
    background: url("../images/dest/background-mobile.jpg") center/cover no-repeat;
  }
  .main-section .content-container {
    justify-content: center;
    gap: unset;
  }
  .main-section .content-container .col-1 {
    width: 100%;
  }
  .main-section .content-container .col-2 {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .main-section .content-container .main-row__col {
    width: 100%;
    flex-flow: column wrap;
    top: -100px;
  }
  .main-section .content-container .main-row .deep-item {
    font-size: 35px;
    margin-bottom: 5px;
  }
  .main-section .graph-section .row-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 500px) {
  .main-section .background {
    height: 500px;
  }
  .main-section .content-container .main-row {
    height: 360px;
  }
  .main-section .circles-wrap {
    height: 220px;
    margin: 40px 0 10px 0;
  }
}
.delivery-section {
  background-color: black;
}
.delivery-section .description-wrap {
  width: 100%;
  max-width: 650px;
  display: flex;
  flex-flow: column wrap;
}
.delivery-section .description {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  color: #FFFFFF;
  padding: 1rem 0;
}
.delivery-section .description__title {
  margin: 0;
  text-align: center;
}
.delivery-section .description__title span {
  font-weight: normal;
}
.delivery-section .description__text {
  margin: 0;
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .delivery-section .description {
    gap: 5px;
  }
  .delivery-section .description__title {
    font-size: 16px;
  }
  .delivery-section .description__text {
    font-size: 13px;
  }
}
.question-section {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  color: black;
  line-height: 1.2;
  font-weight: bold;
  padding: 0 10px;
  overflow-x: hidden;
}
.question-section .section-container {
  width: 100%;
  max-width: 1300px;
  padding: 3rem 0;
}
.question-section .container-title {
  text-align: center;
}
.question-section .container-sub-title {
  margin-top: 1rem;
}
.question-section .container-text {
  font-size: 0.8rem;
}

@media only screen and (max-width: 900px) {
  .question-section {
    padding: 0 1rem;
  }
}
main {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  padding-top: 258px;
  background-color: #e3e4e6;
}

#deep-graph {
  transform: rotateX(180deg);
}
#deep-graph rect {
  transition: height 0.5s linear;
}

.layout-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1rem 10px;
  position: relative;
}
.layout-container__content {
  width: 100%;
  max-width: 1300px;
}

.graph-container {
  width: 100%;
  margin-bottom: 2rem;
}
.graph-container .img-title {
  text-align: center;
  margin-top: 0;
}
.graph-container .img-description {
  margin-top: 10px;
  text-align: center;
}

.specs-items {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  gap: 5rem 0;
}
.specs-items .item {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.specs-items .num {
  font-weight: 300;
  font-size: 3.8rem;
  line-height: 100%;
  margin-right: 1rem;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.app-section sup {
  font-size: 40%;
  top: -1.2em;
  color: #671c92;
}

.app-title {
  position: relative;
  text-transform: none;
  font-weight: bolder;
}

.app-container {
  position: relative;
}
.app-container__wrap {
  width: 40%;
  position: absolute;
  right: 18%;
  top: 0;
  display: flex;
  flex-flow: column wrap;
  gap: 10px;
}
.app-container__link {
  display: block;
}
.app-container__img {
  width: 100%;
  height: auto;
}

.price-container {
  width: 440px;
  position: sticky;
  top: 258px;
  padding: 2rem;
  background-color: #FFFFFF;
  border-radius: 15px;
  color: #000000;
}
.price-container .price-wrap {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto 180px;
  justify-items: center;
  gap: 5px 1rem;
  align-items: baseline;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d0d0d0;
}
.price-container .price-wrap .price {
  margin: 0;
  line-height: 100%;
  font-size: 2.1em;
}
.price-container .price-wrap .btn-primary {
  text-align: center;
  grid-row: 1;
  grid-column: 2;
  padding: 5px 15px;
  font-weight: 500;
}
.price-container .price-wrap .one-click {
  grid-row: 2;
  grid-column: 2;
}
.price-container .row {
  margin-top: 1.2rem;
}
.price-container .price-container__text, .price-container .price-container__title {
  margin: 0;
  line-height: 1.1;
}
.price-container .price-container__text {
  font-size: 0.85rem;
}

.mobile-price-section {
  display: none;
  margin: 2rem 0;
}
.mobile-price-section .price-container {
  width: 100%;
  max-width: 500px;
}
.mobile-price-section .price-container .price-wrap {
  grid-template-columns: auto 200px;
  justify-items: center;
}
.mobile-price-section .price-container .btn-primary {
  padding: 8px 24px !important;
}

@media only screen and (max-width: 900px) {
  .layout-container__content {
    width: unset;
  }
  .mobile-price-section {
    display: flex;
  }
  .mobile-price-section .price-container {
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .specs-items .num {
    margin-right: 10px;
  }
  .mobile-price-section .price-container .price-wrap {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    gap: 10px;
  }
}